#detail_decorate_root .icbu-pc-images {
    box-sizing: border-box;
    position: relative;
    width: 100%
}

#detail_decorate_root .text-align-left {
    text-align: left
}

#detail_decorate_root .text-align-center {
    text-align: center
}

#detail_decorate_root .text-title {
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #333;
    margin: 0
}

#detail_decorate_root .text-content {
    color: #333;
    font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
    white-space: pre-wrap
}

#detail_decorate_root .text-wrapper-above, #detail_decorate_root .text-wrapper-below, #detail_decorate_root .text-wrapper-inner {
    padding: 20px
}

#detail_decorate_root .text-wrapper-left {
    padding-left: 4px;
    padding-right: 12px
}

#detail_decorate_root .text-wrapper-right {
    padding-left: 12px;
    padding-right: 4px
}

#detail_decorate_root .text-wrapper-inner {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: .8
}

#detail_decorate_root .text-wrapper-placeholder {
    background-color: #fff;
    padding: 0 50px
}

#detail_decorate_root .text-wrapper-inner.text-theme-light {
    background-color: #fff
}

#detail_decorate_root .text-wrapper-inner.text-theme-dark {
    background-color: #000
}

#detail_decorate_root .text-wrapper-inner.text-theme-dark .text-content, #detail_decorate_root .text-wrapper-inner.text-theme-dark .text-title {
    color: #fff
}

#detail_decorate_root .flex-layout-h {
    flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

#detail_decorate_root .flex-layout-v {
    flex: 1;
    display: flex;
    flex-direction: column
}

#detail_decorate_root .image-placeholder {
    min-height: 100px;
    background: 50% no-repeat #f7f8fa url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGIAAABIBAMAAAD/vD1tAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAVUExURf///+zt8cTGz/P09+bn67i6w9HS2jg2DaAAAAHZSURBVEjH7ZZtbsIwDIaLygGWYXGASPC7qNN+YxZ2gEm9ABK9/xGW5st2m30YaUiTMD8INE/8vrZbaLpGF23ziH8Y2ra1zrlOCzinIV4CcVQQzimTrBLxeyfrRByVNm4h3u6Q4/iHzvXV1Xfwhilp1JOon3Yf3eOhcq8wU2z6TkkYA57SESF+x/jTsSD4M9M2URIWrPtm6seLtXumCiFWob59tDEmgkQZqKdptxdrGRFO527mCNB+qYqBHFnx/YEQp2dlTwV4tXZOlNMpl38lpD3ZOmGoxqLK7cXWCJSyUjL0yHoJlBwYu4E52fShWe+GL4hFQ1LshuGjRtDZ4S3XwK9PQwXJqsDwaoW113atIKnnYivT6HUNdVXcQCpdULhdJknOgSpEYzwpOy8QMVdG9AbrurIP6Rup1gtdxQfZxiwrXjjPkhQfUGvhRMKsj8wH5P2Ql5Ge9TGqAm4WM45pfRW6eM+n6zNR4TtpPhAw25J95++F+TKJQFtIWxIGPIl8Msh0pRTBPCdA3CKYGg9cJqtwmd1SUiYNSt2eKQnvee0plCeGktB9DqnGKCYrX6Uk0Ye8jRIk5oyS7JuD2fgXi4050NLH9Anc+ziO6e9ir4jNofe/fb02PgG4FtsuJA2ulgAAAABJRU5ErkJggg==")
}

#detail_decorate_root .image-placeholder-wrapper {
    background-color: #eee;
    align-items: center;
    justify-content: center;
    display: flex;
    flex: 1;
    overflow: hidden
}

#detail_decorate_root .detail-decorate-json-renderer-container {
    font-family: Roboto
}

#detail_decorate_root .detail-decorate-json-renderer-container sub, #detail_decorate_root .detail-decorate-json-renderer-container sup {
    vertical-align: baseline !important
}

#detail_decorate_root .next-checkbox {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 16px;
    height: 16px;
    line-height: 14px
}

#detail_decorate_root .next-checkbox *, #detail_decorate_root .next-checkbox :after, #detail_decorate_root .next-checkbox :before {
    box-sizing: border-box
}

#detail_decorate_root .next-checkbox input[type=checkbox] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0
}

#detail_decorate_root .next-checkbox .next-checkbox-inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #c4c6cf;
    transition: all .3s ease 0s;
    text-align: left
}

#detail_decorate_root .next-checkbox .next-checkbox-inner > .next-icon {
    opacity: 0;
    transform: scale3d(0, 0, 0);
    line-height: 14px;
    transition: all .3s ease 0s;
    color: #ff6a00;
    margin-top: 1px;
    margin-left: 1px
}

#detail_decorate_root .next-checkbox .next-checkbox-inner > .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-checkbox.checked .next-checkbox-inner {
    border-color: #ff6a00;
    background-color: #fff
}

#detail_decorate_root .next-checkbox.checked .next-checkbox-inner:hover {
    border-color: #ff6a00
}

#detail_decorate_root .next-checkbox.checked .next-checkbox-inner > .next-icon {
    opacity: 1;
    transform: scaleX(1);
    margin-left: 1px
}

#detail_decorate_root .next-checkbox.checked .next-checkbox-inner > .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-checkbox.indeterminate .next-checkbox-inner {
    border-color: #ff6a00;
    background-color: #fff
}

#detail_decorate_root .next-checkbox.indeterminate .next-checkbox-inner:hover {
    border-color: #ff6a00
}

#detail_decorate_root .next-checkbox.indeterminate .next-checkbox-inner > .next-icon {
    opacity: 1;
    transform: scaleX(1);
    margin-left: 1px
}

#detail_decorate_root .next-checkbox.indeterminate .next-checkbox-inner > .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-checkbox.disabled input[type=checkbox] {
    cursor: not-allowed
}

#detail_decorate_root .next-checkbox.disabled .next-checkbox-inner {
    border-color: #dcdee3;
    background: #f7f8fa
}

#detail_decorate_root .next-checkbox.disabled .next-checkbox-inner:hover {
    border-color: #dcdee3
}

#detail_decorate_root .next-checkbox.disabled.checked .next-checkbox-inner > .next-icon, #detail_decorate_root .next-checkbox.disabled.indeterminate .next-checkbox-inner > .next-icon {
    color: #ccc;
    opacity: 1
}

#detail_decorate_root .next-checkbox.focused .next-checkbox-inner, #detail_decorate_root .next-checkbox.hovered .next-checkbox-inner {
    border-color: #ff6a00;
    background-color: #fff0e6
}

#detail_decorate_root .next-checkbox.checked.focused .next-checkbox-inner, #detail_decorate_root .next-checkbox.checked.hovered .next-checkbox-inner, #detail_decorate_root .next-checkbox.indeterminate.focused .next-checkbox-inner, #detail_decorate_root .next-checkbox.indeterminate.hovered .next-checkbox-inner {
    border-color: #e35300;
    background-color: #fff0e6
}

#detail_decorate_root .next-checkbox.checked.focused .next-checkbox-inner > .next-icon, #detail_decorate_root .next-checkbox.checked.hovered .next-checkbox-inner > .next-icon, #detail_decorate_root .next-checkbox.indeterminate.focused .next-checkbox-inner > .next-icon, #detail_decorate_root .next-checkbox.indeterminate.hovered .next-checkbox-inner > .next-icon {
    color: #e35300;
    opacity: 1
}

#detail_decorate_root .next-checkbox-label {
    color: #333;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC,  ;
    line-height: 1.28571;
    font-size: 14px;
    vertical-align: middle;
    line-height: 1;
    margin: 0 5px
}

@-moz-document url-prefix() {
    .next-checkbox .next-icon:before {
        margin-top: -1px
    }
    @supports (-moz-osx-font-smoothing:auto) and (animation:calc(0s)) {
        .next-checkbox .next-icon:before {
            margin-top: -5px
        }
    }
}

#detail_decorate_root .next-radio {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    line-height: 1.28571;
    position: relative;
    width: 16px;
    height: 16px
}

#detail_decorate_root .next-radio *, #detail_decorate_root .next-radio :after, #detail_decorate_root .next-radio :before {
    box-sizing: border-box
}

#detail_decorate_root .next-radio-group {
    display: inline-block
}

#detail_decorate_root .next-radio-group .next-radio-label {
    color: #333
}

#detail_decorate_root .next-radio-group.disabled .next-radio-label {
    color: #ccc
}

#detail_decorate_root .next-radio input[type=radio] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    margin: 0
}

#detail_decorate_root .next-radio .next-radio-inner {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #c4c6cf;
    transition: all .3s ease 0s
}

#detail_decorate_root .next-radio .next-radio-inner.mouseDown {
    transform: scale3d(.7, .7, .7);
    transition: transform .2s linear
}

#detail_decorate_root .next-radio .next-radio-inner.mouseUp {
    transform: scaleX(1);
    transition: transform .2s linear
}

#detail_decorate_root .next-radio .next-radio-inner:after {
    transform: scale(0);
    position: absolute;
    border-radius: 50%;
    top: 50%;
    margin-top: -4px;
    left: 50%;
    margin-left: -4px;
    background: #fff;
    content: " ";
    transition: all .3s ease 0s
}

#detail_decorate_root .next-radio.checked .next-radio-inner {
    border-color: #ff6a00;
    background: #fff
}

#detail_decorate_root .next-radio.checked .next-radio-inner:hover {
    border-color: #e35300
}

#detail_decorate_root .next-radio.checked .next-radio-inner:after {
    width: 8px;
    height: 8px;
    font-weight: 700;
    background: #ff6a00;
    transform: scale(1)
}

#detail_decorate_root .next-radio.disabled input[type=radio] {
    cursor: not-allowed
}

#detail_decorate_root .next-radio.disabled .next-radio-inner {
    border-color: #dcdee3;
    background: #f7f8fa
}

#detail_decorate_root .next-radio.disabled .next-radio-inner:hover {
    border-color: #dcdee3
}

#detail_decorate_root .next-radio.disabled.checked .next-radio-inner:after {
    background: #ccc
}

#detail_decorate_root .next-radio.focused .next-radio-inner, #detail_decorate_root .next-radio.hovered .next-radio-inner {
    border-color: #ff6a00;
    background-color: #fff0e6
}

#detail_decorate_root .next-radio.checked.focused .next-radio-inner, #detail_decorate_root .next-radio.checked.hovered .next-radio-inner {
    border-color: #e35300;
    background: #fff0e6
}

#detail_decorate_root .next-radio.checked.focused .next-radio-inner:after, #detail_decorate_root .next-radio.checked.hovered .next-radio-inner:after {
    background: #e35300
}

#detail_decorate_root .next-radio-button .next-radio, #detail_decorate_root .next-radio-button input[type=radio] {
    width: 0;
    height: 0
}

#detail_decorate_root .next-radio-button > label {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    margin: 0 0 0 -1px;
    border: 1px solid #a0a2ad;
    background-color: #fff;
    transition: all .3s ease 0s
}

#detail_decorate_root .next-radio-button > label .next-radio-label {
    display: block;
    color: #333;
    margin: 0;
    transition: all .3s ease 0s
}

#detail_decorate_root .next-radio-button > label:first-child {
    margin-left: 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

#detail_decorate_root .next-radio-button > label:last-child {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

#detail_decorate_root .next-radio-button > label.hovered, #detail_decorate_root .next-radio-button > label:hover {
    z-index: 10;
    border-color: #a0a2ad;
    background-color: #f2f3f7
}

#detail_decorate_root .next-radio-button > label.hovered .next-radio-label, #detail_decorate_root .next-radio-button > label:hover .next-radio-label {
    color: #ff6a00
}

#detail_decorate_root .next-radio-button > label.checked {
    z-index: 10;
    border-color: #ff6a00;
    background-color: #fff
}

#detail_decorate_root .next-radio-button > label.checked .next-radio-label {
    color: #ff6a00
}

#detail_decorate_root .next-radio-button > label.disabled {
    z-index: 0;
    cursor: not-allowed;
    border-color: #e6e7eb;
    background-color: #f7f8fa
}

#detail_decorate_root .next-radio-button > label.disabled .next-radio-label {
    color: #ccc
}

#detail_decorate_root .next-radio-button > label.checked.disabled {
    z-index: 0;
    border-color: #e6e7eb;
    background-color: #f2f3f7
}

#detail_decorate_root .next-radio-button > label.checked.disabled .next-radio-label {
    color: #ccc
}

#detail_decorate_root .next-radio-button-large > label {
    padding: 0 8px;
    height: 40px;
    line-height: 40px
}

#detail_decorate_root .next-radio-button-large .next-radio-label {
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

#detail_decorate_root .next-radio-button-medium > label {
    padding: 0 8px;
    height: 28px;
    line-height: 28px
}

#detail_decorate_root .next-radio-button-medium .next-radio-label {
    height: 26px;
    line-height: 26px;
    font-size: 14px
}

#detail_decorate_root .next-radio-button-small > label {
    padding: 0 8px;
    height: 20px;
    line-height: 20px
}

#detail_decorate_root .next-radio-button-small .next-radio-label {
    height: 18px;
    line-height: 18px;
    font-size: 12px
}

#detail_decorate_root .next-radio-single-input input[type=radio] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0
}

#detail_decorate_root .next-radio-label {
    vertical-align: middle;
    margin: 0 5px
}

#detail_decorate_root .next-menu, #detail_decorate_root .next-radio-label {
    color: #333;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC,  ;
    line-height: 1.28571;
    font-size: 14px
}

#detail_decorate_root .next-menu {
    box-sizing: border-box;
    border: 1px solid #e6e7eb;
    border-radius: 0;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, .32);
    line-height: 28px;
    padding: 12px 0;
    min-width: 100px;
    background: #fff;
    position: relative
}

#detail_decorate_root .next-menu *, #detail_decorate_root .next-menu :after, #detail_decorate_root .next-menu :before {
    box-sizing: border-box
}

#detail_decorate_root .next-menu li, #detail_decorate_root .next-menu ul {
    list-style: none;
    margin: 0;
    padding: 0
}

#detail_decorate_root .next-menu.multiple-col {
    display: inline-block;
    width: 506px;
    padding-left: 12px;
    padding-right: 12px
}

#detail_decorate_root .next-menu.multiple-col ul {
    overflow: hidden
}

#detail_decorate_root .next-menu.multiple-col .next-menu-item {
    float: left;
    width: 120px;
    text-overflow: ellipsis;
    overflow: hidden
}

#detail_decorate_root .next-menu:focus {
    outline: 0
}

#detail_decorate_root .next-menu .next-checkbox, #detail_decorate_root .next-menu .next-radio {
    margin-right: 4px
}

#detail_decorate_root .next-menu .next-menu-item {
    padding: 0 20px;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    transition: background .2s ease
}

#detail_decorate_root .next-menu .next-menu-item-helper {
    color: #999;
    font-style: normal;
    float: right
}

#detail_decorate_root .next-menu .next-menu-item.selected {
    color: #333;
    background: #fff
}

#detail_decorate_root .next-menu .next-menu-item:hover {
    color: #333;
    background: #f2f3f7
}

#detail_decorate_root .next-menu .next-menu-item.focused {
    color: #333;
    background: #f2f3f7;
    outline: 0
}

#detail_decorate_root .next-menu .next-menu-item:focus {
    outline: 0
}

#detail_decorate_root .next-menu .next-menu-item.disabled {
    color: #ccc;
    cursor: not-allowed;
    background: #fff
}

#detail_decorate_root .next-menu .next-menu-item.opened > .next-menu-submenu-title .next-icon-arrow-down {
    transform: rotate(180deg)
}

#detail_decorate_root .next-menu .next-menu-item.opened > .next-menu-submenu-title .next-icon-arrow-down:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-menu .next-menu-item a {
    display: block
}

#detail_decorate_root .next-menu .next-menu-divider {
    margin: 8px 20px;
    border-bottom: 1px solid #e6e7eb
}

#detail_decorate_root .next-menu .next-menu-icon-select {
    position: absolute;
    left: 4px;
    top: 0;
    color: #ff6a00
}

#detail_decorate_root .next-menu.hoz {
    margin: 0;
    padding: 0;
    box-shadow: none
}

#detail_decorate_root .next-menu.hoz .next-menu-item {
    display: inline-block;
    height: 44px;
    line-height: 44px;
    vertical-align: top
}

#detail_decorate_root .next-menu .next-menu-popup-item.opened {
    background: #f2f3f7
}

#detail_decorate_root .next-menu-popup-item .next-icon-arrow-right {
    position: absolute;
    right: 5px;
    top: 0;
    color: #ccc
}

#detail_decorate_root .next-menu-popup-item .next-icon-arrow-right:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-menu-popup-item .next-icon-arrow-down {
    color: #ccc;
    font-size: 12px;
    margin-left: 5px;
    transition: all .3s ease
}

#detail_decorate_root .next-menu-popup-item.opened .next-icon-arrow-down {
    transform: rotate(180deg)
}

#detail_decorate_root .next-menu-popup-item.opened .next-icon-arrow-down:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-menu .next-menu-submenu-item {
    position: relative;
    z-index: 2;
    padding: 0
}

#detail_decorate_root .next-menu .next-menu-submenu-item.focused {
    background: transparent
}

#detail_decorate_root .next-menu .next-menu-submenu-item .next-menu {
    border: 0;
    box-shadow: none;
    padding: 0
}

#detail_decorate_root .next-menu .next-menu-submenu-item .next-menu .selected .next-icon-select {
    left: 24px
}

#detail_decorate_root .next-menu .next-menu-submenu-item:hover {
    background: #fff
}

#detail_decorate_root .next-menu .next-menu-submenu-item-popup {
    position: relative;
    z-index: 2;
    padding: 0
}

#detail_decorate_root .next-menu .next-menu-submenu-item-popup.outside {
    position: static
}

#detail_decorate_root .next-menu .next-menu-submenu-item-popup.outside > .next-menu-wrapper {
    bottom: -1px;
    top: -1px
}

#detail_decorate_root .next-menu .next-menu-submenu-item-popup.outside > .next-menu-wrapper > .next-menu {
    height: 100%
}

#detail_decorate_root .next-menu .next-menu-submenu-item-popup > .next-menu-wrapper {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 2px
}

#detail_decorate_root .next-menu .next-menu-submenu-item-popup .next-menu-submenu-title {
    background: #fff;
    transition: background .2s ease
}

#detail_decorate_root .next-menu .next-menu-submenu-item-popup.opened > .next-menu-submenu-title {
    background: #f2f3f7
}

#detail_decorate_root .next-menu-submenu-title {
    padding: 0 20px;
    font-size: 14px;
    position: relative;
    background: #fff;
    color: #333;
    cursor: pointer
}

#detail_decorate_root .next-menu-submenu-title:hover .next-icon-arrow-down {
    color: #ccc
}

#detail_decorate_root .next-menu-submenu-title .next-icon-arrow-down, #detail_decorate_root .next-menu-submenu-title .next-icon-arrow-right, #detail_decorate_root .next-menu-submenu-title .next-icon-arrow-up {
    position: absolute;
    right: 10px;
    top: 0;
    color: #ccc;
    transition: all .3s ease
}

#detail_decorate_root .next-menu-submenu-title .next-icon-arrow-down:before, #detail_decorate_root .next-menu-submenu-title .next-icon-arrow-right:before, #detail_decorate_root .next-menu-submenu-title .next-icon-arrow-up:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-menu-submenu-title .next-icon-arrow-down.opened {
    transform: rotate(180deg)
}

#detail_decorate_root .next-menu-submenu-title .next-icon-arrow-down.opened:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-menu-group .next-menu {
    border: none;
    box-shadow: none;
    padding: 0
}

#detail_decorate_root .next-menu-group-title {
    padding: 0 12px;
    color: #999
}

#detail_decorate_root .next-menu-cascade .next-menu {
    display: inline-block;
    width: 180px
}

#detail_decorate_root .next-menu.out-screen {
    position: absolute;
    top: -9999px;
    left: -9999px
}

#detail_decorate_root .next-menu.slide-down {
    height: 0;
    overflow: hidden;
    transition: all .35s cubic-bezier(.23, 1, .32, 1)
}

#detail_decorate_root .next-menu.slide-up {
    overflow: hidden;
    transition: all .25s cubic-bezier(.23, 1, .32, 1)
}

#detail_decorate_root .next-menu.slide-up.slide-up-active {
    height: 0
}

#detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-down {
    transition: transform .25s cubic-bezier(.23, 1, .32, 1), opacity .25s cubic-bezier(.23, 1, .32, 1);
    transform: scale(0);
    opacity: 0;
    transform-origin: left top
}

#detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-down > .next-menu {
    transition: transform .4s cubic-bezier(.23, 1, .32, 1);
    transform: scale(0);
    transform-origin: left top
}

#detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-down > .next-menu .next-menu-item, #detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-down > .next-menu .next-menu-submenu-title {
    transition: all .4s cubic-bezier(.23, 1, .32, 1) .1s
}

#detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-down.slide-down-active {
    transform: scale(1);
    opacity: 1
}

#detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-down.slide-down-active > .next-menu {
    transform: scaleY(1)
}

#detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-up {
    transition: transform .25s cubic-bezier(.23, 1, .32, 1), opacity .25s cubic-bezier(.23, 1, .32, 1);
    transform: scale(1);
    opacity: 1;
    transform-origin: left top
}

#detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-up > .next-menu {
    transition: transform .4s cubic-bezier(.23, 1, .32, 1);
    transform: scaleY(1)
}

#detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-up > .next-menu .next-menu-item, #detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-up > .next-menu .next-menu-submenu-title {
    transition: all .4s cubic-bezier(.23, 1, .32, 1) .1s
}

#detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-up.slide-up-active {
    transform: scale(0);
    opacity: 0
}

#detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-up.slide-up-active > .next-menu {
    transform: scale(0);
    transform-origin: left top
}

#detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-up.slide-up-active > .next-menu .next-menu-item, #detail_decorate_root .next-menu-submenu-item-popup .next-menu-wrapper.slide-up.slide-up-active > .next-menu .next-menu-submenu-title {
    font-size: 0
}

@font-face {
    font-family: ife-detail-decorate-table-font-family;
    src: url("//at.alicdn.com/t/font_t6jzs3l3nwtmaemi.eot");
    src: url("../fonts/font_t6jzs3l3nwtmaemi.eot") format("embedded-opentype"), url("../fonts/font_t6jzs3l3nwtmaemi.woff") format("woff"), url("../fonts/font_t6jzs3l3nwtmaemi.ttf") format("truetype"), url("../fonts/font_t6jzs3l3nwtmaemi.svg#articonsvg") format("svg")
}

#detail_decorate_root .next-icon {
    position: relative;
    display: inline-block;
    font-family: ife-detail-decorate-table-font-family;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .1px;
    -moz-osx-font-smoothing: grayscale
}

#detail_decorate_root .next-icon:before {
    display: inline-block;
    speak: none;
    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;
    text-align: center
}

#detail_decorate_root .next-icon-left {
    margin-right: 4px
}

#detail_decorate_root .next-icon-right {
    margin-left: 4px
}

#detail_decorate_root .next-icon-xxs:before {
    width: 8px;
    font-size: 8px;
    line-height: inherit
}

@media (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .next-icon-xxs {
        transform: scale(.5);
        margin-left: -4px;
        margin-right: -4px
    }

    .next-icon-xxs:before {
        width: 16px;
        font-size: 16px
    }
}

#detail_decorate_root .next-icon-xs:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-icon-small:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

#detail_decorate_root .next-icon-medium:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

#detail_decorate_root .next-icon-large:before {
    width: 24px;
    font-size: 24px;
    line-height: inherit
}

#detail_decorate_root .next-icon-xl:before {
    width: 32px;
    font-size: 32px;
    line-height: inherit
}

#detail_decorate_root .next-icon-xxl:before {
    width: 48px;
    font-size: 48px;
    line-height: inherit
}

#detail_decorate_root .next-icon-xxxl:before {
    width: 64px;
    font-size: 64px;
    line-height: inherit
}

@keyframes loadingCircle {
    0% {
        transform-origin: 50% 50%;
        transform: rotate(0deg)
    }
    to {
        transform-origin: 50% 50%;
        transform: rotate(1turn)
    }
}

#detail_decorate_root .next-icon-loading:before {
    content: "\E67C";
    animation: loadingCircle 2s infinite linear
}

#detail_decorate_root .next-icon-all:before {
    content: "\E662"
}

#detail_decorate_root .next-icon-cart:before {
    content: "\E618"
}

#detail_decorate_root .next-icon-comments:before {
    content: "\E605"
}

#detail_decorate_root .next-icon-cry:before {
    content: "\E61A"
}

#detail_decorate_root .next-icon-email:before {
    content: "\E663"
}

#detail_decorate_root .next-icon-favorite:before {
    content: "\E60A"
}

#detail_decorate_root .next-icon-folder:before {
    content: "\E61B"
}

#detail_decorate_root .next-icon-form:before {
    content: "\E61C"
}

#detail_decorate_root .next-icon-help:before {
    content: "\E61F"
}

#detail_decorate_root .next-icon-refresh:before {
    content: "\E621"
}

#detail_decorate_root .next-icon-set:before {
    content: "\E623"
}

#detail_decorate_root .next-icon-training:before {
    content: "\E624"
}

#detail_decorate_root .next-icon-account:before {
    content: "\E664"
}

#detail_decorate_root .next-icon-atm:before {
    content: "\E626"
}

#detail_decorate_root .next-icon-clock:before {
    content: "\E615"
}

#detail_decorate_root .next-icon-attachment:before {
    content: "\E627"
}

#detail_decorate_root .next-icon-3column:before {
    content: "\E628"
}

#detail_decorate_root .next-icon-4column:before {
    content: "\E629"
}

#detail_decorate_root .next-icon-discount:before {
    content: "\E62A"
}

#detail_decorate_root .next-icon-service:before {
    content: "\E62B"
}

#detail_decorate_root .next-icon-print:before {
    content: "\E62C"
}

#detail_decorate_root .next-icon-box:before {
    content: "\E62D"
}

#detail_decorate_root .next-icon-process:before {
    content: "\E62E"
}

#detail_decorate_root .next-icon-bags:before {
    content: "\E62F"
}

#detail_decorate_root .next-icon-electronics:before {
    content: "\E630"
}

#detail_decorate_root .next-icon-gifts:before {
    content: "\E631"
}

#detail_decorate_root .next-icon-lights:before {
    content: "\E632"
}

#detail_decorate_root .next-icon-auto:before {
    content: "\E633"
}

#detail_decorate_root .next-icon-browse:before {
    content: "\E634"
}

#detail_decorate_root .next-icon-atm-away:before {
    content: "\E635"
}

#detail_decorate_root .next-icon-scanning:before {
    content: "\E636"
}

#detail_decorate_root .next-icon-compare:before {
    content: "\E637"
}

#detail_decorate_root .next-icon-filter:before {
    content: "\E638"
}

#detail_decorate_root .next-icon-pin:before {
    content: "\E639"
}

#detail_decorate_root .next-icon-history:before {
    content: "\E63A"
}

#detail_decorate_root .next-icon-similar-product:before {
    content: "\E63B"
}

#detail_decorate_root .next-icon-link:before {
    content: "\E63C"
}

#detail_decorate_root .next-icon-cut:before {
    content: "\E64A"
}

#detail_decorate_root .next-icon-table:before {
    content: "\E63E"
}

#detail_decorate_root .next-icon-nav-list:before {
    content: "\E63F"
}

#detail_decorate_root .next-icon-image-text:before {
    content: "\E640"
}

#detail_decorate_root .next-icon-text:before {
    content: "\E641"
}

#detail_decorate_root .next-icon-move:before {
    content: "\E642"
}

#detail_decorate_root .next-icon-subtract:before {
    content: "\E650"
}

#detail_decorate_root .next-icon-dollar:before {
    content: "\E643"
}

#detail_decorate_root .next-icon-office:before {
    content: "\E644"
}

#detail_decorate_root .next-icon-operation:before {
    content: "\E645"
}

#detail_decorate_root .next-icon-download:before {
    content: "\E646"
}

#detail_decorate_root .next-icon-map:before {
    content: "\E647"
}

#detail_decorate_root .next-icon-bad:before {
    content: "\E648"
}

#detail_decorate_root .next-icon-good:before {
    content: "\E649"
}

#detail_decorate_root .next-icon-skip:before {
    content: "\E64B"
}

#detail_decorate_root .next-icon-play:before {
    content: "\E64C"
}

#detail_decorate_root .next-icon-stop:before {
    content: "\E64D"
}

#detail_decorate_root .next-icon-compass:before {
    content: "\E64E"
}

#detail_decorate_root .next-icon-security:before {
    content: "\E64F"
}

#detail_decorate_root .next-icon-share:before {
    content: "\E651"
}

#detail_decorate_root .next-icon-store:before {
    content: "\E652"
}

#detail_decorate_root .next-icon-phone:before {
    content: "\E653"
}

#detail_decorate_root .next-icon-ellipsis:before {
    content: "\E654"
}

#detail_decorate_root .next-icon-email-filling:before {
    content: "\E665"
}

#detail_decorate_root .next-icon-favorites-filling:before {
    content: "\E666"
}

#detail_decorate_root .next-icon-account-filling:before {
    content: "\E667"
}

#detail_decorate_root .next-icon-credit-level:before {
    content: "\E65A"
}

#detail_decorate_root .next-icon-credit-level-filling:before {
    content: "\E65C"
}

#detail_decorate_root .next-icon-mobile-phone:before {
    content: "\E65D"
}

#detail_decorate_root .next-icon-smile:before {
    content: "\E668"
}

#detail_decorate_root .next-icon-personal-center:before {
    content: "\E669"
}

#detail_decorate_root .next-icon-arrow-up-filling:before {
    content: "\E601"
}

#detail_decorate_root .next-icon-arrow-right:before {
    content: "\E603"
}

#detail_decorate_root .next-icon-arrow-left:before {
    content: "\E682"
}

#detail_decorate_root .next-icon-arrow-down:before {
    content: "\E66B"
}

#detail_decorate_root .next-icon-arrow-up:before {
    content: "\E66C"
}

#detail_decorate_root .next-icon-add:before {
    content: "\E66F"
}

#detail_decorate_root .next-icon-minus:before {
    content: "\E670"
}

#detail_decorate_root .next-icon-delete-filling:before {
    content: "\E681"
}

#detail_decorate_root .next-icon-edit:before {
    content: "\E613"
}

#detail_decorate_root .next-icon-error:before {
    content: "\E672"
}

#detail_decorate_root .next-icon-select:before {
    content: "\E673"
}

#detail_decorate_root .next-icon-ashbin:before {
    content: "\E61E"
}

#detail_decorate_root .next-icon-calendar:before {
    content: "\E620"
}

#detail_decorate_root .next-icon-time:before {
    content: "\E622"
}

#detail_decorate_root .next-icon-success:before {
    content: "\E674"
}

#detail_decorate_root .next-icon-warning:before {
    content: "\E675"
}

#detail_decorate_root .next-icon-search:before {
    content: "\E656"
}

#detail_decorate_root .next-icon-display:before {
    content: "\E677"
}

#detail_decorate_root .next-icon-category:before {
    content: "\E658"
}

#detail_decorate_root .next-icon-prompt:before {
    content: "\E678"
}

#detail_decorate_root .next-icon-arrow-down-filling:before {
    content: "\E65B"
}

#detail_decorate_root .next-icon-sorting:before {
    content: "\E676"
}

#detail_decorate_root .next-icon-ascending:before {
    content: "\E606"
}

#detail_decorate_root .next-icon-descending:before {
    content: "\E608"
}

#detail_decorate_root .next-icon-success-filling:before {
    content: "\E679"
}

#detail_decorate_root .next-icon-picture:before {
    content: "\E60C"
}

#detail_decorate_root .next-icon-close:before {
    content: "\E67A"
}

#detail_decorate_root .next-icon-semi-select:before {
    content: "\E67B"
}

#detail_decorate_root .next-icon-tag-subscript:before {
    content: "\E614"
}

#detail_decorate_root .next-icon-survey:before {
    content: "\E65F"
}

#detail_decorate_root .next-icon-arrow-double-left:before {
    content: "\E616"
}

#detail_decorate_root .next-icon-arrow-double-right:before {
    content: "\E661"
}

@-moz-document url-prefix() {
    @supports (-moz-osx-font-smoothing:auto) and (animation:calc(0s)) {
        .next-icon:before {
            margin-top: -5px
        }
    }
}

#detail_decorate_root .next-btn {
    color: #333;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC,  ;
    font-size: 14px;
    line-height: 1.28571;
    color: inherit;
    margin: 0;
    overflow: visible;
    text-transform: none;
    background-color: transparent;
    text-decoration: none
}

#detail_decorate_root .next-btn, #detail_decorate_root .next-btn *, #detail_decorate_root .next-btn:after, #detail_decorate_root .next-btn :after, #detail_decorate_root .next-btn:before, #detail_decorate_root .next-btn :before {
    box-sizing: border-box
}

#detail_decorate_root .next-btn[disabled] {
    cursor: default
}

#detail_decorate_root .next-btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

#detail_decorate_root .next-btn:active, #detail_decorate_root .next-btn:hover {
    outline: 0
}

#detail_decorate_root .next-btn {
    position: relative;
    display: inline-block;
    font-style: normal;
    font-family: inherit;
    background: transparent;
    cursor: pointer;
    transition: all .3s ease-out;
    box-shadow: none;
    border-radius: 3px;
    border-style: solid;
    text-align: center
}

#detail_decorate_root .next-btn, #detail_decorate_root .next-btn:active, #detail_decorate_root .next-btn:focus {
    outline: 0
}

#detail_decorate_root .next-btn.disabled, #detail_decorate_root .next-btn[disabled] {
    background-color: #f7f8fa;
    border-color: #dcdee3
}

#detail_decorate_root .next-btn.disabled, #detail_decorate_root .next-btn.disabled.visited, #detail_decorate_root .next-btn.disabled:link, #detail_decorate_root .next-btn.disabled:visited, #detail_decorate_root .next-btn[disabled], #detail_decorate_root .next-btn[disabled].visited, #detail_decorate_root .next-btn[disabled]:link, #detail_decorate_root .next-btn[disabled]:visited {
    color: #ccc
}

#detail_decorate_root .next-btn.disabled.active, #detail_decorate_root .next-btn.disabled.hover, #detail_decorate_root .next-btn.disabled:active, #detail_decorate_root .next-btn.disabled:focus, #detail_decorate_root .next-btn.disabled:hover, #detail_decorate_root .next-btn[disabled].active, #detail_decorate_root .next-btn[disabled].hover, #detail_decorate_root .next-btn[disabled]:active, #detail_decorate_root .next-btn[disabled]:focus, #detail_decorate_root .next-btn[disabled]:hover {
    color: #ccc;
    background-color: #f7f8fa;
    border-color: #dcdee3;
    text-decoration: none
}

#detail_decorate_root .next-btn[disabled] {
    cursor: not-allowed
}

#detail_decorate_root .next-btn:after {
    text-align: center;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease
}

#detail_decorate_root .next-btn-primary {
    border-style: solid;
    background-color: #ff6a00;
    border-color: transparent
}

#detail_decorate_root .next-btn-primary, #detail_decorate_root .next-btn-primary.visited, #detail_decorate_root .next-btn-primary:link, #detail_decorate_root .next-btn-primary:visited {
    color: #fff
}

#detail_decorate_root .next-btn-primary.active, #detail_decorate_root .next-btn-primary.hover, #detail_decorate_root .next-btn-primary:active, #detail_decorate_root .next-btn-primary:focus, #detail_decorate_root .next-btn-primary:hover {
    color: #fff;
    background-color: #e35300;
    border-color: transparent;
    text-decoration: none
}

#detail_decorate_root .next-btn-secondary {
    border-style: solid;
    background-color: #fff0e6;
    border-color: #ff6a00
}

#detail_decorate_root .next-btn-secondary, #detail_decorate_root .next-btn-secondary.visited, #detail_decorate_root .next-btn-secondary:link, #detail_decorate_root .next-btn-secondary:visited {
    color: #ff6a00
}

#detail_decorate_root .next-btn-secondary.active, #detail_decorate_root .next-btn-secondary.hover, #detail_decorate_root .next-btn-secondary:active, #detail_decorate_root .next-btn-secondary:focus, #detail_decorate_root .next-btn-secondary:hover {
    color: #fff;
    background-color: #ff6a00;
    border-color: #ff6a00;
    text-decoration: none
}

#detail_decorate_root .next-btn-normal {
    border-style: solid;
    background-color: #f7f8fa;
    border-color: #c4c6cf
}

#detail_decorate_root .next-btn-normal, #detail_decorate_root .next-btn-normal.visited, #detail_decorate_root .next-btn-normal:link, #detail_decorate_root .next-btn-normal:visited {
    color: #333
}

#detail_decorate_root .next-btn-normal.active, #detail_decorate_root .next-btn-normal.hover, #detail_decorate_root .next-btn-normal:active, #detail_decorate_root .next-btn-normal:focus, #detail_decorate_root .next-btn-normal:hover {
    color: #333;
    background-color: #f2f3f7;
    border-color: #a0a2ad;
    text-decoration: none
}

#detail_decorate_root .next-btn-small {
    margin: 0;
    height: 20px;
    padding: 0 12px;
    font-size: 12px;
    line-height: 18px;
    border-width: 1px
}

#detail_decorate_root .next-btn-small > .next-icon-first {
    margin-left: 0;
    margin-right: 4px
}

#detail_decorate_root .next-btn-small > .next-icon-first:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-btn-small > .next-icon-last {
    margin-left: 4px;
    margin-right: 0
}

#detail_decorate_root .next-btn-small > .next-icon-alone:before, #detail_decorate_root .next-btn-small > .next-icon-last:before, #detail_decorate_root .next-btn-small > .next-icon-split:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-btn-small.next-btn-loading {
    padding-left: 28px
}

#detail_decorate_root .next-btn-small.next-btn-loading:after {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    left: 12px;
    top: 50%;
    text-align: center;
    margin-top: -6px;
    margin-right: 4px
}

#detail_decorate_root .next-btn-small.next-btn-loading > .next-icon {
    display: none
}

#detail_decorate_root .next-btn-medium {
    margin: 0;
    height: 28px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 26px;
    border-width: 1px
}

#detail_decorate_root .next-btn-medium > .next-icon-first {
    margin-left: 0;
    margin-right: 4px
}

#detail_decorate_root .next-btn-medium > .next-icon-first:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-btn-medium > .next-icon-last {
    margin-left: 4px;
    margin-right: 0
}

#detail_decorate_root .next-btn-medium > .next-icon-alone:before, #detail_decorate_root .next-btn-medium > .next-icon-last:before, #detail_decorate_root .next-btn-medium > .next-icon-split:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-btn-medium.next-btn-loading {
    padding-left: 32px
}

#detail_decorate_root .next-btn-medium.next-btn-loading:after {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    left: 16px;
    top: 50%;
    text-align: center;
    margin-top: -6px;
    margin-right: 4px
}

#detail_decorate_root .next-btn-medium.next-btn-loading > .next-icon {
    display: none
}

#detail_decorate_root .next-btn-large {
    margin: 0;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 38px;
    border-width: 1px
}

#detail_decorate_root .next-btn-large > .next-icon-first {
    margin-left: 0;
    margin-right: 8px
}

#detail_decorate_root .next-btn-large > .next-icon-first:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

#detail_decorate_root .next-btn-large > .next-icon-last {
    margin-left: 8px;
    margin-right: 0
}

#detail_decorate_root .next-btn-large > .next-icon-alone:before, #detail_decorate_root .next-btn-large > .next-icon-last:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

#detail_decorate_root .next-btn-large > .next-icon-split:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

#detail_decorate_root .next-btn-large.next-btn-loading {
    padding-left: 44px
}

#detail_decorate_root .next-btn-large.next-btn-loading:after {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    left: 20px;
    top: 50%;
    text-align: center;
    margin-top: -8px;
    margin-right: 8px
}

#detail_decorate_root .next-btn-large.next-btn-loading > .next-icon {
    display: none
}

#detail_decorate_root .next-btn-ghost {
    box-shadow: none;
    border-style: solid
}

#detail_decorate_root .next-btn-ghost.next-btn-dark {
    background-color: transparent;
    border-color: #fff
}

#detail_decorate_root .next-btn-ghost.next-btn-dark, #detail_decorate_root .next-btn-ghost.next-btn-dark.visited, #detail_decorate_root .next-btn-ghost.next-btn-dark:link, #detail_decorate_root .next-btn-ghost.next-btn-dark:visited {
    color: #fff
}

#detail_decorate_root .next-btn-ghost.next-btn-dark.active, #detail_decorate_root .next-btn-ghost.next-btn-dark.hover, #detail_decorate_root .next-btn-ghost.next-btn-dark:active, #detail_decorate_root .next-btn-ghost.next-btn-dark:focus, #detail_decorate_root .next-btn-ghost.next-btn-dark:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, .2);
    border-color: #fff;
    text-decoration: none
}

#detail_decorate_root .next-btn-ghost.next-btn-dark.disabled, #detail_decorate_root .next-btn-ghost.next-btn-dark[disabled] {
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .4)
}

#detail_decorate_root .next-btn-ghost.next-btn-dark.disabled, #detail_decorate_root .next-btn-ghost.next-btn-dark.disabled.visited, #detail_decorate_root .next-btn-ghost.next-btn-dark.disabled:link, #detail_decorate_root .next-btn-ghost.next-btn-dark.disabled:visited, #detail_decorate_root .next-btn-ghost.next-btn-dark[disabled], #detail_decorate_root .next-btn-ghost.next-btn-dark[disabled].visited, #detail_decorate_root .next-btn-ghost.next-btn-dark[disabled]:link, #detail_decorate_root .next-btn-ghost.next-btn-dark[disabled]:visited {
    color: hsla(0, 0%, 100%, .4)
}

#detail_decorate_root .next-btn-ghost.next-btn-dark.disabled.active, #detail_decorate_root .next-btn-ghost.next-btn-dark.disabled.hover, #detail_decorate_root .next-btn-ghost.next-btn-dark.disabled:active, #detail_decorate_root .next-btn-ghost.next-btn-dark.disabled:focus, #detail_decorate_root .next-btn-ghost.next-btn-dark.disabled:hover, #detail_decorate_root .next-btn-ghost.next-btn-dark[disabled].active, #detail_decorate_root .next-btn-ghost.next-btn-dark[disabled].hover, #detail_decorate_root .next-btn-ghost.next-btn-dark[disabled]:active, #detail_decorate_root .next-btn-ghost.next-btn-dark[disabled]:focus, #detail_decorate_root .next-btn-ghost.next-btn-dark[disabled]:hover {
    color: hsla(0, 0%, 100%, .4);
    background-color: transparent;
    border-color: hsla(0, 0%, 100%, .4);
    text-decoration: none
}

#detail_decorate_root .next-btn-ghost.next-btn-light {
    background-color: transparent;
    border-color: #333
}

#detail_decorate_root .next-btn-ghost.next-btn-light, #detail_decorate_root .next-btn-ghost.next-btn-light.visited, #detail_decorate_root .next-btn-ghost.next-btn-light:link, #detail_decorate_root .next-btn-ghost.next-btn-light:visited {
    color: #333
}

#detail_decorate_root .next-btn-ghost.next-btn-light.active, #detail_decorate_root .next-btn-ghost.next-btn-light.hover, #detail_decorate_root .next-btn-ghost.next-btn-light:active, #detail_decorate_root .next-btn-ghost.next-btn-light:focus, #detail_decorate_root .next-btn-ghost.next-btn-light:hover {
    color: #333;
    background-color: rgba(0, 0, 0, .03);
    border-color: #333;
    text-decoration: none
}

#detail_decorate_root .next-btn-ghost.next-btn-light.disabled, #detail_decorate_root .next-btn-ghost.next-btn-light[disabled] {
    background-color: transparent;
    border-color: rgba(0, 0, 0, .1)
}

#detail_decorate_root .next-btn-ghost.next-btn-light.disabled, #detail_decorate_root .next-btn-ghost.next-btn-light.disabled.visited, #detail_decorate_root .next-btn-ghost.next-btn-light.disabled:link, #detail_decorate_root .next-btn-ghost.next-btn-light.disabled:visited, #detail_decorate_root .next-btn-ghost.next-btn-light[disabled], #detail_decorate_root .next-btn-ghost.next-btn-light[disabled].visited, #detail_decorate_root .next-btn-ghost.next-btn-light[disabled]:link, #detail_decorate_root .next-btn-ghost.next-btn-light[disabled]:visited {
    color: rgba(0, 0, 0, .1)
}

#detail_decorate_root .next-btn-ghost.next-btn-light.disabled.active, #detail_decorate_root .next-btn-ghost.next-btn-light.disabled.hover, #detail_decorate_root .next-btn-ghost.next-btn-light.disabled:active, #detail_decorate_root .next-btn-ghost.next-btn-light.disabled:focus, #detail_decorate_root .next-btn-ghost.next-btn-light.disabled:hover, #detail_decorate_root .next-btn-ghost.next-btn-light[disabled].active, #detail_decorate_root .next-btn-ghost.next-btn-light[disabled].hover, #detail_decorate_root .next-btn-ghost.next-btn-light[disabled]:active, #detail_decorate_root .next-btn-ghost.next-btn-light[disabled]:focus, #detail_decorate_root .next-btn-ghost.next-btn-light[disabled]:hover {
    color: rgba(0, 0, 0, .1);
    background-color: transparent;
    border-color: rgba(0, 0, 0, .1);
    text-decoration: none
}

#detail_decorate_root .next-btn-warning {
    border-style: solid
}

#detail_decorate_root .next-btn-warning.next-btn-primary {
    background-color: #f33;
    border-color: #f33
}

#detail_decorate_root .next-btn-warning.next-btn-primary, #detail_decorate_root .next-btn-warning.next-btn-primary.visited, #detail_decorate_root .next-btn-warning.next-btn-primary:link, #detail_decorate_root .next-btn-warning.next-btn-primary:visited {
    color: #fff
}

#detail_decorate_root .next-btn-warning.next-btn-primary.active, #detail_decorate_root .next-btn-warning.next-btn-primary.hover, #detail_decorate_root .next-btn-warning.next-btn-primary:active, #detail_decorate_root .next-btn-warning.next-btn-primary:focus, #detail_decorate_root .next-btn-warning.next-btn-primary:hover {
    color: #fff;
    background-color: #e61c1c;
    border-color: #e61c1c;
    text-decoration: none
}

#detail_decorate_root .next-btn-warning.next-btn-primary.disabled, #detail_decorate_root .next-btn-warning.next-btn-primary[disabled] {
    background-color: #f7f8fa;
    border-color: #dcdee3
}

#detail_decorate_root .next-btn-warning.next-btn-primary.disabled, #detail_decorate_root .next-btn-warning.next-btn-primary.disabled.visited, #detail_decorate_root .next-btn-warning.next-btn-primary.disabled:link, #detail_decorate_root .next-btn-warning.next-btn-primary.disabled:visited, #detail_decorate_root .next-btn-warning.next-btn-primary[disabled], #detail_decorate_root .next-btn-warning.next-btn-primary[disabled].visited, #detail_decorate_root .next-btn-warning.next-btn-primary[disabled]:link, #detail_decorate_root .next-btn-warning.next-btn-primary[disabled]:visited {
    color: #ccc
}

#detail_decorate_root .next-btn-warning.next-btn-primary.disabled.active, #detail_decorate_root .next-btn-warning.next-btn-primary.disabled.hover, #detail_decorate_root .next-btn-warning.next-btn-primary.disabled:active, #detail_decorate_root .next-btn-warning.next-btn-primary.disabled:focus, #detail_decorate_root .next-btn-warning.next-btn-primary.disabled:hover, #detail_decorate_root .next-btn-warning.next-btn-primary[disabled].active, #detail_decorate_root .next-btn-warning.next-btn-primary[disabled].hover, #detail_decorate_root .next-btn-warning.next-btn-primary[disabled]:active, #detail_decorate_root .next-btn-warning.next-btn-primary[disabled]:focus, #detail_decorate_root .next-btn-warning.next-btn-primary[disabled]:hover {
    color: #ccc;
    background-color: #f7f8fa;
    border-color: #dcdee3;
    text-decoration: none
}

#detail_decorate_root .next-btn-warning.next-btn-normal {
    background-color: #fff;
    border-color: #f33
}

#detail_decorate_root .next-btn-warning.next-btn-normal, #detail_decorate_root .next-btn-warning.next-btn-normal.visited, #detail_decorate_root .next-btn-warning.next-btn-normal:link, #detail_decorate_root .next-btn-warning.next-btn-normal:visited {
    color: #f33
}

#detail_decorate_root .next-btn-warning.next-btn-normal.active, #detail_decorate_root .next-btn-warning.next-btn-normal.hover, #detail_decorate_root .next-btn-warning.next-btn-normal:active, #detail_decorate_root .next-btn-warning.next-btn-normal:focus, #detail_decorate_root .next-btn-warning.next-btn-normal:hover {
    color: #fff;
    background-color: #f33;
    border-color: #f33;
    text-decoration: none
}

#detail_decorate_root .next-btn-warning.next-btn-normal.disabled, #detail_decorate_root .next-btn-warning.next-btn-normal[disabled] {
    background-color: #f7f8fa;
    border-color: #dcdee3
}

#detail_decorate_root .next-btn-warning.next-btn-normal.disabled, #detail_decorate_root .next-btn-warning.next-btn-normal.disabled.visited, #detail_decorate_root .next-btn-warning.next-btn-normal.disabled:link, #detail_decorate_root .next-btn-warning.next-btn-normal.disabled:visited, #detail_decorate_root .next-btn-warning.next-btn-normal[disabled], #detail_decorate_root .next-btn-warning.next-btn-normal[disabled].visited, #detail_decorate_root .next-btn-warning.next-btn-normal[disabled]:link, #detail_decorate_root .next-btn-warning.next-btn-normal[disabled]:visited {
    color: #ccc
}

#detail_decorate_root .next-btn-warning.next-btn-normal.disabled.active, #detail_decorate_root .next-btn-warning.next-btn-normal.disabled.hover, #detail_decorate_root .next-btn-warning.next-btn-normal.disabled:active, #detail_decorate_root .next-btn-warning.next-btn-normal.disabled:focus, #detail_decorate_root .next-btn-warning.next-btn-normal.disabled:hover, #detail_decorate_root .next-btn-warning.next-btn-normal[disabled].active, #detail_decorate_root .next-btn-warning.next-btn-normal[disabled].hover, #detail_decorate_root .next-btn-warning.next-btn-normal[disabled]:active, #detail_decorate_root .next-btn-warning.next-btn-normal[disabled]:focus, #detail_decorate_root .next-btn-warning.next-btn-normal[disabled]:hover {
    color: #ccc;
    background-color: #f7f8fa;
    border-color: #dcdee3;
    text-decoration: none
}

#detail_decorate_root .next-btn-loading {
    pointer-events: none
}

#detail_decorate_root .next-btn-loading:after {
    font-family: ife-detail-decorate-table-font-family;
    content: "\E67C";
    opacity: 1;
    visibility: visible;
    animation: loadingCircle 2s infinite linear
}

#detail_decorate_root .next-btn-text {
    box-shadow: none
}

#detail_decorate_root .next-btn-text.next-btn-primary {
    background-color: transparent;
    border-color: transparent
}

#detail_decorate_root .next-btn-text.next-btn-primary, #detail_decorate_root .next-btn-text.next-btn-primary.visited, #detail_decorate_root .next-btn-text.next-btn-primary:link, #detail_decorate_root .next-btn-text.next-btn-primary:visited {
    color: #2192d9
}

#detail_decorate_root .next-btn-text.next-btn-primary.active, #detail_decorate_root .next-btn-text.next-btn-primary.hover, #detail_decorate_root .next-btn-text.next-btn-primary:active, #detail_decorate_root .next-btn-text.next-btn-primary:focus, #detail_decorate_root .next-btn-text.next-btn-primary:hover {
    color: #ff6a00;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none
}

#detail_decorate_root .next-btn-text.next-btn-secondary {
    background-color: transparent;
    border-color: transparent
}

#detail_decorate_root .next-btn-text.next-btn-secondary, #detail_decorate_root .next-btn-text.next-btn-secondary.visited, #detail_decorate_root .next-btn-text.next-btn-secondary:link, #detail_decorate_root .next-btn-text.next-btn-secondary:visited {
    color: #333
}

#detail_decorate_root .next-btn-text.next-btn-secondary.active, #detail_decorate_root .next-btn-text.next-btn-secondary.hover, #detail_decorate_root .next-btn-text.next-btn-secondary:active, #detail_decorate_root .next-btn-text.next-btn-secondary:focus, #detail_decorate_root .next-btn-text.next-btn-secondary:hover {
    color: #ff6a00;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none
}

#detail_decorate_root .next-btn-text.next-btn-normal {
    background-color: transparent;
    border-color: transparent
}

#detail_decorate_root .next-btn-text.next-btn-normal, #detail_decorate_root .next-btn-text.next-btn-normal.visited, #detail_decorate_root .next-btn-text.next-btn-normal:link, #detail_decorate_root .next-btn-text.next-btn-normal:visited {
    color: #666
}

#detail_decorate_root .next-btn-text.next-btn-normal.active, #detail_decorate_root .next-btn-text.next-btn-normal.hover, #detail_decorate_root .next-btn-text.next-btn-normal:active, #detail_decorate_root .next-btn-text.next-btn-normal:focus, #detail_decorate_root .next-btn-text.next-btn-normal:hover {
    color: #ff6a00;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none
}

#detail_decorate_root .next-btn-text.next-btn-large {
    margin: 0;
    height: 24px;
    padding: 0;
    font-size: 16px;
    line-height: 24px;
    border-width: 0
}

#detail_decorate_root .next-btn-text.next-btn-large > .next-icon-first {
    margin-left: 0;
    margin-right: 8px
}

#detail_decorate_root .next-btn-text.next-btn-large > .next-icon-first:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

#detail_decorate_root .next-btn-text.next-btn-large > .next-icon-last {
    margin-left: 8px;
    margin-right: 0
}

#detail_decorate_root .next-btn-text.next-btn-large > .next-icon-alone:before, #detail_decorate_root .next-btn-text.next-btn-large > .next-icon-last:before {
    width: 16px;
    font-size: 16px;
    line-height: inherit
}

#detail_decorate_root .next-btn-text.next-btn-large > .next-icon-split:before {
    width: 20px;
    font-size: 20px;
    line-height: inherit
}

#detail_decorate_root .next-btn-text.next-btn-large.next-btn-loading {
    padding-left: 24px
}

#detail_decorate_root .next-btn-text.next-btn-large.next-btn-loading:after {
    width: 16px;
    height: 16px;
    font-size: 16px;
    line-height: 16px;
    left: 0;
    top: 50%;
    text-align: center;
    margin-top: -8px;
    margin-right: 8px
}

#detail_decorate_root .next-btn-text.next-btn-large.next-btn-loading > .next-icon {
    display: none
}

#detail_decorate_root .next-btn-text.next-btn-medium {
    margin: 0;
    height: 20px;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
    border-width: 0
}

#detail_decorate_root .next-btn-text.next-btn-medium > .next-icon-first {
    margin-left: 0;
    margin-right: 4px
}

#detail_decorate_root .next-btn-text.next-btn-medium > .next-icon-first:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-btn-text.next-btn-medium > .next-icon-last {
    margin-left: 4px;
    margin-right: 0
}

#detail_decorate_root .next-btn-text.next-btn-medium > .next-icon-alone:before, #detail_decorate_root .next-btn-text.next-btn-medium > .next-icon-last:before, #detail_decorate_root .next-btn-text.next-btn-medium > .next-icon-split:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-btn-text.next-btn-medium.next-btn-loading {
    padding-left: 16px
}

#detail_decorate_root .next-btn-text.next-btn-medium.next-btn-loading:after {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    left: 0;
    top: 50%;
    text-align: center;
    margin-top: -6px;
    margin-right: 4px
}

#detail_decorate_root .next-btn-text.next-btn-medium.next-btn-loading > .next-icon {
    display: none
}

#detail_decorate_root .next-btn-text.next-btn-small {
    margin: 0;
    height: 16px;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
    border-width: 0
}

#detail_decorate_root .next-btn-text.next-btn-small > .next-icon-first {
    margin-left: 0;
    margin-right: 4px
}

#detail_decorate_root .next-btn-text.next-btn-small > .next-icon-first:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-btn-text.next-btn-small > .next-icon-last {
    margin-left: 4px;
    margin-right: 0
}

#detail_decorate_root .next-btn-text.next-btn-small > .next-icon-alone:before, #detail_decorate_root .next-btn-text.next-btn-small > .next-icon-last:before, #detail_decorate_root .next-btn-text.next-btn-small > .next-icon-split:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-btn-text.next-btn-small.next-btn-loading {
    padding-left: 16px
}

#detail_decorate_root .next-btn-text.next-btn-small.next-btn-loading:after {
    width: 12px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
    left: 0;
    top: 50%;
    text-align: center;
    margin-top: -6px;
    margin-right: 4px
}

#detail_decorate_root .next-btn-text.next-btn-small.next-btn-loading > .next-icon {
    display: none
}

#detail_decorate_root .next-btn-text.disabled, #detail_decorate_root .next-btn-text[disabled] {
    background-color: transparent;
    border-color: transparent
}

#detail_decorate_root .next-btn-text.disabled, #detail_decorate_root .next-btn-text.disabled.visited, #detail_decorate_root .next-btn-text.disabled:link, #detail_decorate_root .next-btn-text.disabled:visited, #detail_decorate_root .next-btn-text[disabled], #detail_decorate_root .next-btn-text[disabled].visited, #detail_decorate_root .next-btn-text[disabled]:link, #detail_decorate_root .next-btn-text[disabled]:visited {
    color: #ccc
}

#detail_decorate_root .next-btn-text.disabled.active, #detail_decorate_root .next-btn-text.disabled.hover, #detail_decorate_root .next-btn-text.disabled:active, #detail_decorate_root .next-btn-text.disabled:focus, #detail_decorate_root .next-btn-text.disabled:hover, #detail_decorate_root .next-btn-text[disabled].active, #detail_decorate_root .next-btn-text[disabled].hover, #detail_decorate_root .next-btn-text[disabled]:active, #detail_decorate_root .next-btn-text[disabled]:focus, #detail_decorate_root .next-btn-text[disabled]:hover {
    color: #ccc;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none
}

#detail_decorate_root .next-btn-text.next-btn-loading {
    background-color: transparent;
    border-color: transparent
}

#detail_decorate_root .next-btn-text.next-btn-loading, #detail_decorate_root .next-btn-text.next-btn-loading.visited, #detail_decorate_root .next-btn-text.next-btn-loading:link, #detail_decorate_root .next-btn-text.next-btn-loading:visited {
    color: #333
}

#detail_decorate_root .next-btn-text.next-btn-loading.active, #detail_decorate_root .next-btn-text.next-btn-loading.hover, #detail_decorate_root .next-btn-text.next-btn-loading:active, #detail_decorate_root .next-btn-text.next-btn-loading:focus, #detail_decorate_root .next-btn-text.next-btn-loading:hover {
    color: #333;
    background-color: transparent;
    border-color: transparent;
    text-decoration: none
}

#detail_decorate_root .next-btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

#detail_decorate_root .next-btn-group > .next-btn {
    position: relative;
    float: left;
    box-shadow: none
}

#detail_decorate_root .next-btn-group > .next-btn.active, #detail_decorate_root .next-btn-group > .next-btn:active, #detail_decorate_root .next-btn-group > .next-btn:focus, #detail_decorate_root .next-btn-group > .next-btn:hover {
    z-index: 1
}

#detail_decorate_root .next-btn-group > .next-btn.disabled, #detail_decorate_root .next-btn-group > .next-btn[disabled] {
    z-index: 0
}

#detail_decorate_root .next-btn-group .next-btn.next-btn {
    margin: 0 0 0 -1px
}

#detail_decorate_root .next-btn-group .next-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

#detail_decorate_root .next-btn-group > .next-btn:first-child {
    margin: 0
}

#detail_decorate_root .next-btn-group > .next-btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

#detail_decorate_root .next-btn-group > .next-btn:last-child:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

#detail_decorate_root .next-btn-group > .next-btn-primary:not(:first-child) {
    border-left-color: hsla(0, 0%, 100%, .2)
}

#detail_decorate_root .next-btn-group > .next-btn-primary:not(:first-child):hover {
    border-left-color: transparent
}

#detail_decorate_root .next-btn-group > .next-btn-primary:not(:first-child).disabled, #detail_decorate_root .next-btn-group > .next-btn-primary:not(:first-child)[disabled] {
    border-left-color: #e6e7eb
}

#detail_decorate_root .next-btn-split > .next-btn:last-child:not(:first-child).next-btn-large {
    width: 40px;
    padding: 0
}

#detail_decorate_root .next-btn-split > .next-btn:last-child:not(:first-child).next-btn-medium {
    width: 28px;
    padding: 0
}

#detail_decorate_root .next-btn-split > .next-btn:last-child:not(:first-child).next-btn-small {
    width: 20px;
    padding: 0
}

#detail_decorate_root .next-btn-split > .next-btn:first-child:not(:last-child).next-btn-large {
    padding: 0 12px 0 20px
}

#detail_decorate_root .next-btn-split > .next-btn:first-child:not(:last-child).next-btn-medium {
    padding: 0 12px 0 16px
}

#detail_decorate_root .next-btn-split > .next-btn:first-child:not(:last-child).next-btn-small {
    padding: 0 8px 0 12px
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(20px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(20px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-100px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-2000px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        transform: translateX(-2000px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(2000px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(2000px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideOutDown {
    0% {
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(-2000px)
    }
}

@keyframes slideOutRight {
    0% {
        transform: translateX(0)
    }
    to {
        opacity: 0;
        transform: translateX(2000px)
    }
}

@keyframes slideOutUp {
    0% {
        transform: translateY(0)
    }
    to {
        opacity: 0;
        transform: translateY(-2000px)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomInPulse {
    0% {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.8, 1.8, 1.8)
    }
    to {
        transform: scale3d(1.4, 1.4, 1.4)
    }
}

@keyframes zoomInQuick {
    0% {
        opacity: 0;
        transform: scale(.8)
    }
    to {
        transform: scale(1)
    }
}

@keyframes zoomInDown {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInUp {
    0% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOutPulse {
    0% {
        transform: scale3d(1.4, 1.4, 1.4)
    }
    to {
        transform: scaleX(1)
    }
}

@keyframes zoomOutQuick {
    0% {
        transform: scale(1)
    }
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@keyframes zoomOutDown {
    40% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    to {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px, 0, 0);
        transform-origin: left center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px, 0, 0);
        transform-origin: right center
    }
}

@keyframes zoomOutUp {
    40% {
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    to {
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform-origin: center bottom
    }
}

@keyframes bounceIn {
    0%, 20%, 40%, 60%, 80%, to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceOut {
    20% {
        transform: scale3d(.9, .9, .9)
    }
    50%, 55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes pressIn {
    to {
        transform: scale(.7)
    }
}

@keyframes waterIn {
    0% {
        transform: translate(-45%) scaleX(2)
    }
    to {
        transform: translate(0) scaleX(1)
    }
}

@keyframes pressInSmall {
    to {
        transform: scale(.5)
    }
}

@keyframes pressOut {
    0% {
        transform: scale3d(.7, .7, .7)
    }
}

@keyframes waterOut {
    0% {
        transform: translate(-45%) scaleX(2)
    }
    to {
        transform: translate(0) scaleX(1)
    }
}

@keyframes pressOutSmall {
    0% {
        transform: scale(.5)
    }
}

@keyframes expandInDown {
    0% {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: left top 0
    }
    to {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: left top 0
    }
}

@keyframes expandOutUp {
    0% {
        opacity: 1;
        transform: scaleY(1);
        transform-origin: left top 0
    }
    to {
        opacity: 0;
        transform: scaleY(0);
        transform-origin: left top 0
    }
}

@keyframes pulse {
    0% {
        transform: scale(1)
    }
    20% {
        transform: scale(1.2)
    }
    to {
        transform: scale(1)
    }
}

@keyframes shake {
    0%, to {
        transform: translateZ(0)
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translate3d(-10px, 0, 0)
    }
    20%, 40%, 60%, 80% {
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes press {
    50% {
        transform: scale3d(.7, .7, .7)
    }
}

@keyframes unpress {
    50% {
        transform: scale3d(.7, .7, .7)
    }
}

@keyframes buttonClick {
    50% {
        transform: scale3d(.95, .95, .95)
    }
}

#detail_decorate_root .expandInDown {
    animation-name: expandInDown;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .expandOutUp {
    animation-name: expandOutUp;
    animation-iteration-count: 1;
    animation-duration: .2s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeIn {
    animation-name: fadeIn;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeInDown {
    animation-name: fadeInDown;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeInDownBig {
    animation-name: fadeInDownBig;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeInLeft {
    animation-name: fadeInLeft;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeInLeftBig {
    animation-name: fadeInLeftBig;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeInRight {
    animation-name: fadeInRight;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeInRightBig {
    animation-name: fadeInRightBig;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeInUp {
    animation-name: fadeInUp;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeInUpBig {
    animation-name: fadeInUpBig;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeOut {
    animation-name: fadeOut;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeOutDown {
    animation-name: fadeOutDown;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeOutDownBig {
    animation-name: fadeOutDownBig;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeOutLeft {
    animation-name: fadeOutLeft;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeOutRight {
    animation-name: fadeOutRight;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeOutRightBig {
    animation-name: fadeOutRightBig;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeOutUp {
    animation-name: fadeOutUp;
    animation-iteration-count: 1;
    animation-duration: .2s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .fadeOutUpBig {
    animation-name: fadeOutUpBig;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .slideInDown {
    animation-name: slideInDown;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.86, 0, .07, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .slideInLeft {
    animation-name: slideInLeft;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.86, 0, .07, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .slideInRight {
    animation-name: slideInRight;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.86, 0, .07, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .slideInUp {
    animation-name: slideInUp;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.86, 0, .07, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .slideOutDown {
    animation-name: slideOutDown;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .slideOutLeft {
    animation-name: slideOutLeft;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .slideOutRight {
    animation-name: slideOutRight;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .slideOutUp {
    animation-name: slideOutUp;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomIn {
    animation-name: zoomIn;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomInPulse {
    animation-name: zoomInPulse;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomInQuick {
    animation-name: zoomInQuick;
    animation-iteration-count: 1;
    animation-duration: .2s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomInDown {
    animation-name: zoomInDown;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomInLeft {
    animation-name: zoomInLeft;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomInRight {
    animation-name: zoomInRight;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomInUp {
    animation-name: zoomInUp;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomOut {
    animation-name: zoomOut;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomOutPulse {
    animation-name: zoomOutPulse;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomOutQuick {
    animation-name: zoomOutQuick;
    animation-iteration-count: 1;
    animation-duration: .2s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomOutDown {
    animation-name: zoomOutDown;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomOutLeft {
    animation-name: zoomOutLeft;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomOutRight {
    animation-name: zoomOutRight;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .zoomOutUp {
    animation-name: zoomOutUp;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .bounceIn {
    animation-name: bounceIn;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .bounceOut {
    animation-name: bounceOut;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .pressIn {
    animation-name: pressIn;
    animation-iteration-count: 1;
    animation-duration: .2s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .pressInSmall {
    animation-name: pressInSmall;
    animation-iteration-count: 1;
    animation-duration: .2s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .pressOut {
    animation-name: pressOut;
    animation-iteration-count: 1;
    animation-duration: .2s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .pressOutSmall {
    animation-name: pressOutSmall;
    animation-iteration-count: 1;
    animation-duration: .2s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .waterIn {
    animation-name: waterIn;
    animation-iteration-count: 1;
    animation-duration: .2s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .waterOut {
    animation-name: waterOut;
    animation-iteration-count: 1;
    animation-duration: .2s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .pulse {
    animation-name: pulse;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both
}

#detail_decorate_root .pulse, #detail_decorate_root .shake {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .shake {
    animation-name: shake;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both
}

#detail_decorate_root .press {
    animation-name: press;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both
}

#detail_decorate_root .press, #detail_decorate_root .unpress {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .unpress {
    animation-name: unpress;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both
}

#detail_decorate_root .buttonClick {
    animation-name: buttonClick;
    animation-iteration-count: 1;
    animation-duration: .3s;
    animation-delay: 0s;
    animation-timing-function: cubic-bezier(.23, 1, .32, 1);
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#detail_decorate_root .next-overlay-backdrop {
    background: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1001;
    transition: opacity .3s;
    opacity: 0
}

#detail_decorate_root .opened .next-overlay-backdrop {
    opacity: .2
}

#detail_decorate_root .next-overlay-wrapper .next-overlay-inner {
    z-index: 1001
}

#detail_decorate_root .next-table {
    box-sizing: border-box;
    color: #333;
    font-family: Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC,  ;
    font-size: 14px;
    line-height: 1.28571;
    position: relative
}

#detail_decorate_root .next-table *, #detail_decorate_root .next-table :after, #detail_decorate_root .next-table :before {
    box-sizing: border-box
}

#detail_decorate_root .next-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
    background: #fff
}

#detail_decorate_root .next-table table tr:first-child td {
    border-top-width: 0
}

#detail_decorate_root .next-table th {
    padding: 0;
    background: #ebecf0;
    color: #333;
    text-align: left;
    font-weight: 400;
    border: 1px solid #dcdee3
}

#detail_decorate_root .next-table th .next-table-cell-wrapper {
    padding: 12px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

#detail_decorate_root .next-table td {
    padding: 0;
    border: 1px solid #dcdee3
}

#detail_decorate_root .next-table td .next-table-cell-wrapper {
    padding: 12px 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all
}

#detail_decorate_root .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow, #detail_decorate_root .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow, #detail_decorate_root .next-table td .next-table-cell-wrapper .next-table-tree-placeholder {
    margin-right: 3px;
    float: left
}

#detail_decorate_root .next-table td .next-table-cell-wrapper .next-icon-arrow-down.next-table-tree-arrow:before, #detail_decorate_root .next-table td .next-table-cell-wrapper .next-icon-arrow-right.next-table-tree-arrow:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-table .next-table-expanded .next-table-cell-wrapper, #detail_decorate_root .next-table .next-table-selection .next-table-cell-wrapper {
    overflow: visible
}

#detail_decorate_root .next-table.no-header table tr:first-child td {
    border-top-width: 1px
}

#detail_decorate_root .next-table.only-bottom-border {
    border-width: 0
}

#detail_decorate_root .next-table.only-bottom-border .next-table-expanded-row td, #detail_decorate_root .next-table.only-bottom-border .next-table-expanded-row th, #detail_decorate_root .next-table.only-bottom-border td, #detail_decorate_root .next-table.only-bottom-border th {
    border-width: 0 0 1px
}

#detail_decorate_root .next-table-loading {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: hsla(0, 0%, 100%, .32);
    z-index: 2
}

#detail_decorate_root .next-table-loading .next-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -12px;
    color: #666
}

#detail_decorate_root .next-table.zebra tr:nth-child(odd) td {
    background: #fff
}

#detail_decorate_root .next-table.zebra tr:nth-child(2n) td {
    background: #f7f8fa
}

#detail_decorate_root .next-table.zebra .next-table-row.hovered td, #detail_decorate_root .next-table.zebra .next-table-row.selected td {
    background: #ffe3d1
}

#detail_decorate_root .next-table-empty {
    color: #a0a2ad;
    padding: 32px 0;
    text-align: center
}

#detail_decorate_root .next-table-expanded-row td {
    border-width: 0
}

#detail_decorate_root .next-table-expanded-row td:first-child {
    border-left-width: 1px
}

#detail_decorate_root .next-table-expanded-row td:last-child {
    border-right-width: 1px
}

#detail_decorate_root .next-table-expanded-row:last-child td {
    border-bottom-width: 1px
}

#detail_decorate_root .next-table-expanded-row .next-table .last td {
    border-bottom-width: 0
}

#detail_decorate_root .next-table-filter-footer {
    margin: 10px 10px 0
}

#detail_decorate_root .next-table-filter-footer button {
    margin-right: 5px
}

#detail_decorate_root .next-table-row {
    transition: all .3s ease
}

#detail_decorate_root .next-table-row.hidden {
    display: none
}

#detail_decorate_root .next-table-row.hovered, #detail_decorate_root .next-table-row.selected {
    background: #ffe3d1
}

#detail_decorate_root .next-table-tree-placeholder {
    display: inline-block;
    width: 12px
}

#detail_decorate_root .last .next-table-expanded-row td {
    border-bottom-width: 1px
}

#detail_decorate_root .next-table-body, #detail_decorate_root .next-table-header {
    overflow: auto;
    font-size: 14px
}

#detail_decorate_root .next-table-body {
    font-size: 14px
}

#detail_decorate_root .next-table-fixed {
    border: 1px solid #dcdee3
}

#detail_decorate_root .next-table-fixed .next-table-header {
    background: #ebecf0
}

#detail_decorate_root .next-table-fixed table tr td:first-child, #detail_decorate_root .next-table-fixed table tr th:first-child {
    border-left-width: 0
}

#detail_decorate_root .next-table-fixed .next-table-header th {
    border-top-width: 0
}

#detail_decorate_root .next-table-fixed .next-table-header tr th:last-child {
    border-right-width: 0
}

#detail_decorate_root .next-table-fixed .next-table-body td {
    border-top-width: 0
}

#detail_decorate_root .next-table-fixed .next-table-body tr:last-child td {
    border-bottom-width: 0
}

#detail_decorate_root .next-table-fixed .next-table-body tr td:last-child {
    border-right-width: 0
}

#detail_decorate_root .next-table-fixed.next-table-group table tr td:first-child, #detail_decorate_root .next-table-fixed.next-table-group table tr th:first-child {
    border-left-width: 1px
}

#detail_decorate_root .next-table-fixed.next-table-group .next-table-header th {
    border-top-width: 1px
}

#detail_decorate_root .next-table-fixed.next-table-group .next-table-header tr th:last-child {
    border-right-width: 1px
}

#detail_decorate_root .next-table-fixed.next-table-group .next-table-body td {
    border-top-width: 1px
}

#detail_decorate_root .next-table-fixed.next-table-group .next-table-body tr:last-child td {
    border-bottom-width: 1px
}

#detail_decorate_root .next-table-fixed.next-table-group .next-table-body tr td:last-child {
    border-right-width: 1px
}

#detail_decorate_root .next-table-lock .next-table-body {
    overflow-x: auto;
    overflow-y: visible
}

#detail_decorate_root .next-table-group {
    border-width: 0
}

#detail_decorate_root .next-table-group .next-table-body {
    margin-top: 8px
}

#detail_decorate_root .next-table-group .next-table-body table {
    margin-bottom: 8px
}

#detail_decorate_root .next-table-group .next-table-body table tr:first-child td {
    border-top-width: 1px
}

#detail_decorate_root .next-table-group .next-table-group-header td {
    background: #ebecf0
}

#detail_decorate_root .next-table-lock {
    position: relative
}

#detail_decorate_root .next-table-header-inner {
    overflow: hidden
}

#detail_decorate_root .next-table-lock-left, #detail_decorate_root .next-table-lock-right {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1
}

#detail_decorate_root .next-table-lock-left table, #detail_decorate_root .next-table-lock-right table {
    width: auto
}

#detail_decorate_root .next-table-lock-left .next-table-body, #detail_decorate_root .next-table-lock-right .next-table-body {
    overflow: hidden
}

#detail_decorate_root .next-table-lock-right {
    right: 0;
    left: auto
}

#detail_decorate_root .next-table-lock-right table tr td:first-child, #detail_decorate_root .next-table-lock-right table tr th:first-child {
    border-left-width: 1px
}

#detail_decorate_root .next-table-lock-right.shadow {
    box-shadow: -2px 0 3px rgba(0, 0, 0, .12)
}

#detail_decorate_root .next-table-lock-left.shadow {
    box-shadow: 2px 0 3px rgba(0, 0, 0, .12)
}

#detail_decorate_root .next-table-filter {
    line-height: 1
}

#detail_decorate_root .next-table-sort {
    position: relative;
    width: 16px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

#detail_decorate_root .next-table-sort .next-icon {
    position: absolute;
    left: 0;
    color: #333
}

#detail_decorate_root .next-table-sort .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-table-sort .current .next-icon {
    color: #ff6a00
}

#detail_decorate_root .next-table-sort .next-icon-ascending {
    left: 4px
}

#detail_decorate_root .next-table-filter {
    margin-left: 5px;
    cursor: pointer;
    width: 20px;
    display: inline-block
}

#detail_decorate_root .next-table-filter .next-icon {
    color: #333
}

#detail_decorate_root .next-table-filter .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .next-table-expanded-ctrl.disabled {
    color: #999
}

#detail_decorate_root .next-table-expanded-ctrl .next-icon:before {
    width: 12px;
    font-size: 12px;
    line-height: inherit
}

#detail_decorate_root .ife-detail-decorate-table table {
    width: auto;
    border-collapse: collapse;
    word-wrap: break-word
}

#detail_decorate_root .ife-detail-decorate-table table td {
    border: 1px solid #ccc;
    overflow: hidden;
    height: 20px;
    box-sizing: content-box;
    vertical-align: top;
    padding: 0
}

#detail_decorate_root .ife-detail-decorate-table table.has-title tr:first-child td {
    background-color: #f7f8fa
}

#detail_decorate_root .ife-detail-decorate-table table.none td {
    border-width: 0
}

#detail_decorate_root .ife-detail-decorate-table table.is-zebra tr:nth-child(odd) {
    background: #f7f8fa
}

#detail_decorate_root .ife-detail-decorate-table table.hight-light-first-column tbody tr td:first-child {
    background-color: #f3f4f8
}

#detail_decorate_root .title {
    font-size: 14px;
    color: red
}

#detail_decorate_root .big-title {
    font-size: 24px
}

#detail_decorate_root .icbu-pc-detailLeftImageRightTable {
    width: 100%
}

#detail_decorate_root .flex-layout-h {
    flex: 1 0 auto
}