#patch-magic .section.section-10 img {#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 100;
    background-image : url('../images/loading1.gif');
    /*background-color:#666;*/
    opacity : 1;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
#loadinggif.show
{
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.5em;
    font-family: 'star'; }
.star-rating:before {
    content: "\73\73\73\73\73";
    color: rgba(0, 0, 0, 0.2);
    float: left;
    top: 0;
    left: 0;
    position: absolute; }
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
.star-rating span:before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #fed700; }


/* ==========================================================================
   detail page Checkbox & Radio
   ========================================================================== */
.checkbox,
.radio,
.checkbox-slide,
.checkbox-toggle,
.checkbox-bird,
.checkbox-detailed {
    position: relative;
    /*margin-bottom: .75rem;*/
}
.checkbox input,
.radio input,
.checkbox-slide input,
.checkbox-toggle input,
.checkbox-bird input,
.checkbox-detailed input {
    position: absolute;
    visibility: hidden;
}
.checkbox input + label,
.radio input + label,
.checkbox-slide input + label,
.checkbox-toggle input + label,
.checkbox-bird input + label,
.checkbox-detailed input + label {
    position: relative;
    display: inline-block;
    /*font-size: 1rem;*/
    min-height: 18px;
    line-height: 18px;
    cursor: pointer;
}
.checkbox input:disabled + label,
.radio input:disabled + label,
.checkbox-slide input:disabled + label,
.checkbox-toggle input:disabled + label,
.checkbox-bird input:disabled + label,
.checkbox-detailed input:disabled + label {
    cursor: not-allowed;
    color: #8e9fa7;
}
.checkbox,
.radio {
    cursor: default;
}
.checkbox input + label,
.radio input + label {
    z-index: 2;
    padding: 0 0 0 24px;
}
.checkbox input + label:before,
.radio input + label:before,
.checkbox input + label:after,
.radio input + label:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.checkbox input + label:before,
.radio input + label:before {
    width: 16px;
    height: 16px;
    background: #fff;
    border: solid 1px #c5d6de;
}
.checkbox input + label:hover:before,
.radio input + label:hover:before {
    background-color: #d9f2ff;
    border-color: #00a8ff;
}
.checkbox input[type="checkbox"] + label:after,
.radio input[type="checkbox"] + label:after {
    display: inline-block;
    width: 16px;
    height: 16px;
    font-family: "startui" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    position: relative;
    top: -0.15em;
    position: absolute;
    text-align: center;
    top: 0;
    font-size: 11px;
    line-height: 16px;
}
.checkbox input[type="checkbox"] + label:before,
.radio input[type="checkbox"] + label:before {
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.checkbox input[type="radio"] + label:before,
.radio input[type="radio"] + label:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.checkbox input:checked + label:before,
.radio input:checked + label:before {
    border-color: #00a8ff;
}
.checkbox input[type="checkbox"]:checked + label:after,
.radio input[type="checkbox"]:checked + label:after {
    content: "\22";
}
.checkbox input[type="radio"]:checked + label:after,
.radio input[type="radio"]:checked + label:after {
    width: 8px;
    height: 8px;
    background: #343434;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    left: 4px;
    top: 4px;
}
.checkbox input:disabled + label:before,
.radio input:disabled + label:before {
    background-color: #eceff4;
    border-color: #dbe4eb;
}
.checkbox input[type="checkbox"]:disabled + label:after,
.radio input[type="checkbox"]:disabled + label:after {
    color: rgba(52, 52, 52, 0.4);
}
.checkbox input[type="radio"]:disabled + label:after,
.radio input[type="radio"]:disabled + label:after {
    background-color: rgba(52, 52, 52, 0.4);
}
.checkbox.checkbox-only,
.radio.checkbox-only {
    padding: 0;
    width: 16px;
    height: 16px;
    margin: 0;
}
.checkbox-slide input + label {
    padding: 0 0 0 52px;
}
.checkbox-slide input + label:before,
.checkbox-slide input + label:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.checkbox-slide input + label:before {
    left: 1px;
    top: 7px;
    width: 42px;
    height: 4px;
    -webkit-border-radius: 25rem;
    border-radius: 25rem;
    background: #929faa;
    -webkit-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
}
.checkbox-slide input + label:after {
    width: 20px;
    height: 20px;
    top: -1px;
    border: solid 1px #c5d6de;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #e4f6ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e4f6ff));
    background: -o-linear-gradient(top, #ffffff 0%, #e4f6ff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e4f6ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e4f6ff', GradientType=0);
}
.checkbox-slide input + label:hover:after {
    border-color: #00a8ff;
}
.checkbox-slide input:checked + label:before {
    background-color: #343434;
}
.checkbox-slide input:checked + label:after {
    left: 24px;
}
.checkbox-slide input:disabled + label:before {
    background-color: #c6d6df;
}
.checkbox-slide input:disabled + label:after {
    background: #fcfefe;
    border-color: #c5d6de;
    background: -webkit-linear-gradient(top, #fcfefe 0%, #edf2f5 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fcfefe), to(#edf2f5));
    background: -o-linear-gradient(top, #fcfefe 0%, #edf2f5 100%);
    background: linear-gradient(to bottom, #fcfefe 0%, #edf2f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcfefe', endColorstr='#edf2f5', GradientType=0);
}
.checkbox-toggle input + label {
    padding: 0 0 0 52px;
}
.checkbox-toggle input + label:before,
.checkbox-toggle input + label:after {
    content: '';
    display: block;
    -webkit-border-radius: 25rem;
    border-radius: 25rem;
    position: absolute;
    left: 0;
    top: -1px;
    height: 20px;
}
.checkbox-toggle input + label:before {
    width: 43px;
    background: #929faa;
    -webkit-transition: background .4s ease;
    -o-transition: background .4s ease;
    transition: background .4s ease;
}
.checkbox-toggle input + label:after {
    width: 20px;
    border: solid 1px #929faa;
    -webkit-transition: left .4s ease;
    -o-transition: left .4s ease;
    transition: left .4s ease;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #eef4f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef4f7));
    background: -o-linear-gradient(top, #ffffff 0%, #eef4f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eef4f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef4f7', GradientType=0);
}
.checkbox-toggle input + label:hover:after {
    border-color: #00a8ff;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #e9f8ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9f8ff));
    background: -o-linear-gradient(top, #ffffff 0%, #e9f8ff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e9f8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9f8ff', GradientType=0);
}
.checkbox-toggle input:checked + label:before {
    background-color: #00a8ff;
}
.checkbox-toggle input:checked + label:after {
    left: 23px;
    border-color: #00a8ff;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #e9f8ff 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e9f8ff));
    background: -o-linear-gradient(top, #ffffff 0%, #e9f8ff 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #e9f8ff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e9f8ff', GradientType=0);
}
.checkbox-toggle input:disabled + label:before {
    background-color: #dbe4eb;
}
.checkbox-toggle input:disabled + label:after {
    border-color: #dbe4eb;
    background: #ffffff;
    background: -webkit-linear-gradient(top, #ffffff 0%, #eef4f7 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eef4f7));
    background: -o-linear-gradient(top, #ffffff 0%, #eef4f7 100%);
    background: linear-gradient(to bottom, #ffffff 0%, #eef4f7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eef4f7', GradientType=0);
}
.checkbox-toggle.-large {
    margin-top: 15px;
}
.checkbox-toggle.-large input + label {
    padding: 0 0 0 69px;
    position: relative;
}
.checkbox-toggle.-large input + label:before,
.checkbox-toggle.-large input + label:after {
    -webkit-border-radius: 35rem;
    border-radius: 35rem;
    height: 30px;
    position: absolute;
    top: -6px;
}
.checkbox-toggle.-large input + label:before {
    width: 60px;
}
.checkbox-toggle.-large input + label:after {
    width: 30px;
}
.checkbox-toggle.-large input:checked + label:after {
    left: 30px;
}
.checkbox-toggle.-extra-large {
    margin-top: 27px;
}
.checkbox-toggle.-extra-large input + label {
    padding: 0 0 0 89px;
    position: relative;
}
.checkbox-toggle.-extra-large input + label:before,
.checkbox-toggle.-extra-large input + label:after {
    -webkit-border-radius: 45rem;
    border-radius: 45rem;
    height: 40px;
    position: absolute;
    top: -12px;
}
.checkbox-toggle.-extra-large input + label:before {
    width: 80px;
}
.checkbox-toggle.-extra-large input + label:after {
    width: 40px;
}
.checkbox-toggle.-extra-large input:checked + label:after {
    left: 40px;
}
.checkbox-bird input + label {
    display: block;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    padding: 0 0 0 28px;
    position: relative;
}
.checkbox-bird input + label:before {
    font-family: "startui" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    position: relative;
    top: -0.15em;
    content: "\55";
    color: rgba(173, 183, 190, 0.7);
    font-size: 1.125rem /*18/16*/;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 20px;
    height: 20px;
}
.checkbox-bird input:checked + label:before {
    color: #00a8ff;
}
.checkbox-bird.grey input:checked + label:before {
    color: #6b7a85;
}
.checkbox-bird.green input:checked + label:before {
    color: #46c35f;
}
.checkbox-bird.purple input:checked + label:before {
    color: #ac6bec;
}
.checkbox-bird.orange input:checked + label:before {
    color: #f29824;
}
.checkbox-bird.red input:checked + label:before {
    color: #fa424a;
}
.checkbox-detailed {
    display: inline-block;
    max-width: 206px;
    vertical-align: top;
    margin: 0 12px 0px 0;
}
.checkbox-detailed input + label {
    /*width: 200px;
    height: 84px;*/
    border: solid 1px #d8e2e7;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px 5px 50px;
    line-height: 1.4;
}
.checkbox-detailed input + label:before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: solid 1px #c5d6de;
    position: absolute;
    left: 19px;
    top: 50%;
    margin-top: -6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.checkbox-detailed input:checked + label {
    background-color: #355C49;
    border-color: #355C49;
    color: #FFF;
}
.checkbox-detailed input:checked + label:before {
    border-color: #355C49;
    background-color: #5FB95E;
}
.checkbox-detailed .checkbox-detailed-tbl {
    display: table;
    width: 100%;
    height: 100%;
}
.checkbox-detailed .checkbox-detailed-cell {
    display: table-cell;
    vertical-align: middle;
    padding: 5px 0;
}
.checkbox-detailed .checkbox-detailed-title {
    font-weight: 600;
    display: block;
}


/**
 * Product Detail description Custom Css
 */

@charset "UTF-8";
.xm-checkbox {
    display: inline-block;
    height: 18px;
    width: 18px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #fff;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    transition: all .2s
}

.xm-checkbox .check {
    font-size: 14px;
    opacity: 0
}

.xm-checkbox[checked] {
    background-color: #ff6700;
    border-color: #ff6700;
    color: #fff
}

.xm-checkbox[checked] .check {
    opacity: 1
}

.presalePop {
    margin-top: -307px
}

.presalePop .modal-body {
    padding: 28px 50px 0
}

.presalePop .modal-body .subtitle {
    margin-left: auto;
    margin-right: auto;
    padding: 0 135px 22px;
    font-weight: 300;
    font-size: 20px;
    border-bottom: 1px solid #e0e0e0
}

.presalePop .modal-body .info-list {
    width: 100%;
    overflow: hidden
}

.presalePop .modal-body .info-list li {
    width: 650px;
    box-sizing: border-box;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 144px;
    position: relative;
    text-align: left
}

.presalePop .modal-body .info-list li .icon-common {
    position: absolute;
    left: 0;
    top: 0;
    width: 76px;
    height: 64px;
    margin: 0 34px;
    background: url(//i01.appmifile.com/webfile/globalimg/zh/2014/icon/yushou/icon-yushou.png?15040301) no-repeat;
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.presalePop .modal-body .info-list li .icon-1 {
    background-position: 0 0
}

.presalePop .modal-body .info-list li .icon-2 {
    background-position: -67px 0
}

.presalePop .modal-body .info-list li .icon-3 {
    background-position: -152px 0
}

.presalePop .modal-body .info-list li .icon-4 {
    width: 60px;
    margin: 0 42px;
    background-position: -223px 0
}

.presalePop .modal-body .info-list li strong {
    font-weight: 400;
    display: block;
    font-size: 16px;
    text-transform: uppercase
}

.presalePop .modal-footer {
    margin-left: 28px;
    margin-right: 28px;
    width: auto
}

.presalePop .modal-footer .check-msg {
    margin: 0 0 20px;
    cursor: pointer
}

.presalePop .modal-footer .check-msg a {
    font-style: normal;
    color: #ff6700
}

.presalePop .modal-footer .xm-checkbox {
    margin-right: 5px
}

.notifyPop {
    margin-top: -234px
}

.notifyPop .modal-body {
    height: 272px
}

.notifyPop .modal-body .descp,
.notifyPop .modal-body .subtitle,
.notifyPop .modal-body .title {
    font-weight: 300
}

.notifyPop .modal-body .descp,
.notifyPop .modal-body .subtitle {
    width: 475px;
    margin-left: auto;
    margin-right: auto
}

.notifyPop .modal-body .icon-check {
    margin-bottom: 15px;
    color: #83c44e;
    font-size: 100px
}

.notifyPop .modal-body .title {
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase
}

.notifyPop .modal-body .input-wrapper {
    position: relative;
    margin: 0 auto 30px;
    width: 350px
}

.notifyPop .modal-body input {
    display: block;
    box-sizing: border-box;
    width: 350px;
    height: 56px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 22px;
    font-size: 16px;
    line-height: 50px;
    outline: 0
}

.notifyPop .modal-body .with-pre input {
    padding-left: 47px
}

.notifyPop .modal-body .pre {
    position: absolute;
    left: 20px;
    top: 0;
    font-size: 16px;
    line-height: 56px;
    z-index: 1
}

.notifyPop .modal-body .warning {
    position: absolute;
    top: 56px;
    left: 0;
    display: none;
    color: #ff6700
}

.notifyPop .modal-body .subtitle {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 20px
}

.notifyPop .modal-body .descp {
    font-size: 16px
}

.xm-warehouse-check .check-step {
    padding-top: 20px;
    padding-bottom: 10px;
    height: 100px
}

.xm-warehouse-check h6 {
    margin: 0;
    font-size: 20px;
    line-height: 1;
    color: #424242
}

.xm-warehouse-check .check-title {
    margin-bottom: 20px
}

.xm-warehouse-check .check-step .warning {
    font-size: 14px;
    margin-top: 3px;
    color: #f23835
}

.xm-warehouse-check .check-wrapper {
    height: 40px
}

.xm-warehouse-check .check-wrapper:after,
.xm-warehouse-check .check-wrapper:before {
    content: " ";
    display: table
}

.xm-warehouse-check .check-wrapper:after {
    clear: both
}

.xm-warehouse-check .check-wrapper>input {
    float: left;
    box-sizing: border-box;
    height: 40px;
    width: 67%;
    padding: 0 20px;
    color: #424242;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    outline: 0
}

.xm-warehouse-check .check-wrapper .check-btn {
    float: right;
    box-sizing: border-box;
    height: 40px;
    width: 29%;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center
}

.xm-warehouse-check .check-process {
    height: 140px;
    box-sizing: border-box
}

.xm-warehouse-check .check-result {
    box-sizing: border-box;
    height: 80px
}

.xm-warehouse-check .check-result .check-result-wrapper {
    position: relative;
    float: left
}

.xm-warehouse-check .check-result .check-result-wrapper p {
    display: inline-block;
    margin: 10px 0 0;
    color: #b0b0b0;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase
}

.xm-warehouse-check .check-result .change {
    float: right;
    font-size: 18px;
    line-height: 42px;
    color: #ff6700
}

.xm-warehouse-check .check-result .change:hover {
    text-decoration: underline
}

.xm-product-box {
    background-color: #fff;
    font-weight: 300
}

.xm-product-box h1,
.xm-product-box h2,
.xm-product-box h3,
.xm-product-box h4,
.xm-product-box h5,
.xm-product-box h6,
.xm-product-box li,
.xm-product-box p,
.xm-product-box ul {
    margin: 0;
    padding: 0;
    font-weight: 300
}

.hide {
    display: none
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.xm-pro-price .xm-dollor-sign,
.xm-pro-price .xm-from,
.xm-pro-price .xm-ori-price {
    font-size: 60%
}

.xm-pro-price .xm-ori-price {
    opacity: .6
}

.nav_container {
    height: 60px;
    overflow: hidden
}

.sub_nav {
    height: 60px
}

.sub_nav h2 {
    float: left;
    margin: 0;
    line-height: 60px;
    color: #333;
    font-size: 24px
}

.sub_nav h2 small {
    font-size: 70%
}

.sub_nav h2 .separator {
    font-size: 80%;
    color: #ececec;
    margin: 0 10px
}

.sub_nav .link-to {
    color: #616161;
    line-height: 60px
}

.sub_nav .link-to:before {
    content: '|';
    display: inline-block;
    margin: 0 8px;
    font-size: 18px;
    color: #212121
}

.sub_nav .nav {
    height: 100%;
    float: right;
    overflow: hidden
}

.sub_nav .nav li {
    height: 100%;
    float: left;
    line-height: 60px;
    margin: 0 16px;
    color: #434a54;
    font-size: 14px;
    cursor: pointer
}

.sub_nav .nav li:last-child {
    margin-right: 0
}

.sub_nav .nav li a {
    color: #333
}

.sub_nav .nav li.current a {
    color: #8c8c8c;
    cursor: default
}

.sub_nav .nav li .btn-small {
    height: 24px;
    line-height: 24px;
    width: auto;
    padding: 0 12px;
    color: #fff;
    margin-top: -10px
}

.main {
    position: relative
}

.J_nav-bar-con {
    width: 100%
}

.J_fixNavbar {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, .8)
}

.J_fixNavbar .sub_nav {
    border: none
}

.sold-by {
    font-size: 16px;
    position: relative
}

.sold-by .seller-info:hover {
    text-decoration: underline
}

.sold-by .sold-info {
    display: none;
    position: absolute;
    left: 0;
    top: 32px;
    width: 300px;
    padding: 20px;
    font-size: 14px;
    background-color: rgba(240, 240, 240, .7);
    color: #333;
    line-height: 1.5
}

.sold-by .sold-info .arrow-up-bd {
    position: absolute;
    top: -10px;
    left: 25px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(223, 223, 223, .6)
}

.sold-by .sold-info .arrow-up {
    position: absolute;
    top: -8px;
    left: 27px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(240, 240, 240, .7)
}

.sold-by .sold-info.center {
    left: 50%;
    margin-left: -180px
}

.sold-by .sold-info.center .arrow-up-bd {
    left: 163px
}

.sold-by .sold-info.center .arrow-up {
    left: 165px
}

.colorPop {
    width: 670px;
    margin-left: -335px;
    margin-top: -285px
}

.colorPop .modal-header .title {
    text-transform: none
}

.colorPop .modal-body {
    padding: 40px 40px
}

.colorPop .color-content:after,
.colorPop .color-content:before {
    content: " ";
    display: table
}

.colorPop .color-content:after {
    clear: both
}

.colorPop .color-proimg {
    width: 220px;
    float: left
}

.colorPop .color-select {
    width: 320px;
    float: left;
    padding-top: 40px;
    padding-left: 50px;
    text-align: left
}

.colorPop .color-select h4,
.colorPop .color-select p {
    font-size: 18px
}

.colorPop .color-select h4 {
    margin-top: 0
}

.colorPop .color-select .pro-register {
    font-size: 16px
}

.colorPop .pro-list {
    height: 42px;
    margin: 30px 0
}

.colorPop .pro-list>li {
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border: 1px solid #e0e0e0
}

.colorPop .pro-list>li.selected {
    border-color: #ff6700
}

.colorPop .pro-list>li.out-of-stock {
    border-style: dashed
}

.colorPop .pro-price {
    color: #ff6700
}

.colorPop .pro-sold-by {
    display: block;
    font-size: 16px
}

.colorPop .xm-warehouse-check {
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

.colorPop.nation_in .color-select {
    padding-top: 0
}

.section-faq {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 240px;
    color: #424242
}

.section-faq .faq-title {
    position: absolute;
    top: 80px;
    left: 0;
    width: 200px;
    padding-right: 40px;
    font-size: 28px;
    text-align: center;
    color: #212121
}

.section-faq .faq-content {
    font-size: 16px;
    line-height: 30px
}

.section-faq .faq-content h4 {
    position: relative;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    color: #212121
}

.section-faq .faq-content h4:before {
    position: absolute;
    left: -2em;
    top: 0;
    width: 2em;
    text-align: right;
    content: "Q："
}

.section-faq .faq-content h4:after {
    position: absolute;
    left: -2em;
    top: 30px;
    width: 2em;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    content: "A："
}

.section-faq .faq-content p {
    margin: 0
}

.section-faq .faq-content li,
.section-faq .faq-content ol,
.section-faq .faq-content ul {
    list-style-type: inherit
}

#patch-magic {
    min-width: 1266px;
    overflow: hidden
}

#patch-magic h2,
#patch-magic h3,
#patch-magic p {
    margin: 0;
    padding: 0
}

#patch-magic .notes h2 {
    font-size: 16px;
    font-weight: 700
}

#patch-magic .notes p {
    font-size: 14px;
    line-height: 18px;
    width: 1266px;
    margin: 0 auto;
    padding-bottom: 10px
}

#patch-magic .notes ul {
    font-size: 14px;
    width: 1266px;
    margin: 0 auto
}

#patch-magic .notes ul li {
    line-height: 1.2em;
    padding-bottom: 10px
}

#patch-magic .notes em {
    font-size: 16px;
    width: 1266px;
    margin: 0 auto
}

#patch-magic .notes br {
    width: 100%;
    height: 0
}

@-webkit-keyframes firstScreen {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

@keyframes firstScreen {
    0% {
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
        opacity: 0
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1
    }
}

#patch-magic .section {
    box-sizing: border-box;
    position: relative;
    width: 100%
}

#patch-magic .section .title-h2 {
    font-size: .36em;
    line-height: 1em;
    font-weight: 600;
    margin: 0;
    padding-bottom: 1em
}

#patch-magic .section .text-2 {
    font-size: .3em;
    line-height: 1em;
    margin: 0
}

#patch-magic .section .title-h3 {
    font-size: .72em;
    margin: 0;
    padding: 0;
    line-height: 1.2em;
    font-weight: 600
}

#patch-magic .section .text-3 {
    font-size: .36em;
    margin: 0;
    padding: 0;
    line-height: 1.5em
}

#patch-magic .section .delay {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    transition: all 1s .7s
}

#patch-magic .section .delay-double {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    transition: all 1s 1.5s
}

#patch-magic .section .animate-img {
    -webkit-transform: translate3d(0, 200px, 0);
    transform: translate3d(0, 200px, 0);
    transition: -webkit-transform 1s .7s ease-in-out;
    transition: transform 1s .7s ease-in-out;
    transition: transform 1s .7s ease-in-out, -webkit-transform 1s .7s ease-in-out
}

#patch-magic .section.is-visible .delay {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#patch-magic .section.is-visible .delay-double {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#patch-magic .section.is-visible .animate-img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#patch-magic .section.section-01 {
    height: 11.94em
}

#patch-magic .section.section-01 .text-area {
    position: absolute;
    z-index: 1;
    left: 4.2em;
    top: 4.72em;
    color: #fff
}

#patch-magic .section.section-01 .text-area .title {
    -webkit-animation: firstScreen 1.5s ease-in-out;
    animation: firstScreen 1.5s ease-in-out;
    padding: 0;
    margin: 0;
    font-size: 1.2em;
    line-height: 1.1em
}

#patch-magic .section.section-01 .text-area .desc {
    -webkit-animation: firstScreen 1.5s ease-in-out;
    animation: firstScreen 1.5s ease-in-out;
    font-size: .52em
}

#patch-magic .section.section-01 .slide {
    width: 100%;
    height: 100%
}

#patch-magic .section.section-01 .slide .ui-wrapper {
    width: 100%;
    height: 100%
}

#patch-magic .section.section-01 .slide .ui-wrapper .ui-has-pager {
    position: absolute;
    width: 100%;
    bottom: .58em;
    left: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#patch-magic .section.section-01 .slide .ui-wrapper .ui-has-pager .ui-pager {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

#patch-magic .section.section-01 .slide .ui-wrapper .ui-has-pager .ui-pager .ui-pager-item {
    overflow: hidden
}

#patch-magic .section.section-01 .slide .ui-wrapper .ui-has-pager .ui-pager .ui-pager-item .ui-pager-link {
    display: block;
    text-indent: 100px;
    width: .19em;
    height: .19em;
    border-radius: 50%;
    border: 1px solid #fff
}

#patch-magic .section.section-01 .slide .ui-wrapper .ui-has-pager .ui-pager .ui-pager-item .ui-pager-link.active {
    background-color: #fff
}

#patch-magic .section.section-01 .slide .ui-wrapper .ui-has-pager .ui-pager .ui-pager-item:nth-child(2) {
    margin: 0 .2em
}

#patch-magic .section.section-01 .slide #J_s1Slider {
    width: 100%;
    height: 100%
}

#patch-magic .section.section-01 .slide #J_s1Slider li img {
    width: 100%;
    height: 100%
}

#patch-magic .section.section-02 {
    height: 5.94em;
    padding: 1.26em 2.5em
}

#patch-magic .section.section-02 .content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

#patch-magic .section.section-02 .content .text-item {
    width: 33%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#patch-magic .section.section-02 .content .text-item:nth-child(4),
#patch-magic .section.section-02 .content .text-item:nth-child(5),
#patch-magic .section.section-02 .content .text-item:nth-child(6) {
    margin-top: 1.37em
}

#patch-magic .section.section-02 .content .text-item:nth-child(1),
#patch-magic .section.section-02 .content .text-item:nth-child(2),
#patch-magic .section.section-02 .content .text-item:nth-child(4),
#patch-magic .section.section-02 .content .text-item:nth-child(5) {
    border-right: .02em solid #464646
}

#patch-magic .section.section-03 {
    height: 9.2em;
    background-color: rgba(0, 0, 0, .9)
}

/*#patch-magic .section.section-03 .video-box {
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('/assets/detail-image/common/bg-03.jpg);
    background-size: 100%;
    background-repeat: no-repeat
}*/

#patch-magic .section.section-03 .video-box .J_play {
    display: block;
    width: 2em;
    height: 2em;
    opacity: 0
}

#patch-magic .section.section-04 {
    height: 13.06em;
    background-image: url('/assets/detail-image/common/bg-04.jpg');
    background-size: 100%
}

#patch-magic .section.section-04 .content {
    position: absolute;
    left: 4.25em;
    top: 4.56em;
    width: 40%
}

#patch-magic .section.section-04 .content .title-h3 {
    color: #000
}

#patch-magic .section.section-04 .content .text-3 {
    color: #000;
    padding-top: 1.5em
}

#patch-magic .section.section-04 .out-box {
    position: absolute;
    z-index: 2;
    bottom: -.04em;
    right: 1.98em;
    width: 9.07em;
    height: 11.58em;
    background-image: url('/assets/detail-image/slider-box.png');
    background-size: 100%;
    background-repeat: no-repeat
}

#patch-magic .section.section-04 .ui-wrapper {
    width: 8.47em;
    height: 11.05em;
    position: absolute;
    right: 2.29em;
    bottom: .02em;
    overflow: hidden
}

#patch-magic .section.section-04 .ui-wrapper .ui-viewport {
    width: 8.47em;
    height: 11.02em
}

#patch-magic .section.section-04 .ui-wrapper .ui-viewport .slider {
    width: 100%;
    height: 100%
}

#patch-magic .section.section-04 .ui-wrapper .ui-viewport .slider li img {
    width: 100%;
    height: 100%
}

#patch-magic .section.section-05 {
    width: 100%;
    height: 13.33em
}

#patch-magic .section.section-05 img {
    width: 100%;
    height: 100%; 
}

#patch-magic .section.section-05 .content {
    position: absolute;
    right: 4.26em;
    bottom: 4.5em;
    color: #fff
}

#patch-magic .section.section-05 .content .text-3 {
    padding-top: 1.5em
}

#patch-magic .section.section-06 {
    width: 100%;
    height: 25.92em
}

#patch-magic .section.section-06 .bg {
    width: 100%;
    height: 100%
}

#patch-magic .section.section-06 .content-top {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    color: #000
}

#patch-magic .section.section-06 .content-top .text-box {
    width: 100%;
    height: 4.29em;
    box-sizing: border-box;
    padding-top: 1em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#patch-magic .section.section-06 .content-top .text-box .text-3 {
    text-align: center;
    margin-top: 1em
}

#patch-magic .section.section-06 .content-top .text-spot {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 37em;
    text-align: center
}

#patch-magic .section.section-06 .content-bottom {
    position: absolute;
    left: 3.6em;
    bottom: .96em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

#patch-magic .section.section-06 .content-bottom .img-box {
    width: 9.5em;
    height: 8.86em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

#patch-magic .section.section-06 .content-bottom .img-box .img {
    width: 100%;
    height: 100%
}

#patch-magic .section.section-06 .content-bottom .img-box .img-1 {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 4.84em;
    height: 100%;
    padding-right: .1em
}

#patch-magic .section.section-06 .content-bottom .img-box .flex-right {
    height: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

#patch-magic .section.section-06 .content-bottom .img-box .flex-right .img-2 {
    height: 50%;
    padding-bottom: .1em;
    box-sizing: border-box
}

#patch-magic .section.section-06 .content-bottom .img-box .flex-right .img-3 {
    height: 50%
}

#patch-magic .section.section-06 .content-bottom .text-content {
    box-sizing: border-box;
    padding-left: 1.28em;
    padding-top: 2.43em;
    color: #000
}

#patch-magic .section.section-06 .content-bottom .text-content .text-3 {
    padding-top: 1em
}

#patch-magic .section.section-07 {
    height: 12.05em;
    background-color: #000;
    overflow: hidden
}

#patch-magic .section.section-07 .content {
    padding-top: 1.42em;
    color: #fff;
    text-align: center
}

#patch-magic .section.section-07 .content .text-3 {
    padding-top: 1em
}

#patch-magic .section.section-07 .phone {
    width: 9.83em;
    position: absolute;
    left: 50%;
    margin-left: -4.91em;
    top: 5.06em
}

#patch-magic .section.section-08 {
    box-sizing: border-box;
    height: 3.15em;
    padding: 1.1em 4.2em;
    background-color: #414141
}

#patch-magic .section.section-08 .text-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    color: #979797;
    line-height: 1.5em;
    list-style: none;
}

#patch-magic .section.section-08 .text-list .text-item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-weight: 600;
    padding: 0 10px;
}

#patch-magic .section.section-08 .text-list .text-item:nth-child(n+2) {
    border-left: 1px solid rgba(255, 255, 255, .5)
}

#patch-magic .section.section-09 {
    height: 10.75em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

#patch-magic .section.section-09 .img-box {
    width: 11.61em;
    height: 8.76em;
    background-color: #000
}

#patch-magic .section.section-09 .img-box img {
    width: 100%;
    height: 100%
}

#patch-magic .section.section-09 .content {
    padding-left: .8em;
    color: #000
}

#patch-magic .section.section-09 .content .text-3 {
    padding-top: 1em
}

#patch-magic .section.section-10 {
    height: 12.02em
}

#patch-magic .section.section-10 img {
    width: 100%;
    height: 100%;
}

#patch-magic .section.section-10 .content {
    position: absolute;
    width: 37%;
    left: 4em;
    top: 4.03em;
    color: #fff
}

#patch-magic .section.section-10 .content .text {
    padding-top: 1em;
    letter-spacing: .6px;
    font-size: .32em
}

#patch-magic .section.section-11 {
    height: 13.92em
}

#patch-magic .section.section-11 .img {
    width: 100%;
    height: 100%
}

#patch-magic .section.section-11 .title-h3 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 2em;
    text-align: center;
    color: #000
}

#patch-magic .section.section-12 {
    height: 14.1em
}

#patch-magic .section.section-12 .title-h3 {
    margin-top: 1.5em;
    color: #000;
    text-align: center
}

#patch-magic .section.section-12 .slide {
    width: 18.17em;
    height: 8.96em;
    margin: .9em auto 0
}

#patch-magic .section.section-12 .ui-wrapper,
#patch-magic .section.section-13 .ui-wrapper {
    position: relative
}

#patch-magic .section.section-12 .ui-wrapper .ui-viewport,
#patch-magic .section.section-13 .ui-wrapper .ui-viewport {
    border-radius: .4em
}

#patch-magic .section.section-12 .ui-wrapper .ui-viewport .slider,
#patch-magic .section.section-13 .ui-wrapper .ui-viewport .slider {
    width: 18.19em;
    border-radius: .4em
}

#patch-magic .section.section-12 .ui-wrapper .ui-viewport .slider img,
#patch-magic .section.section-13 .ui-wrapper .ui-viewport .slider img {
    height: 8.96em;
    width: 100%;
    border-radius: .4em;
    height: 100%
}

#patch-magic .section.section-12 .ui-wrapper .ui-viewport .slider .text,
#patch-magic .section.section-13 .ui-wrapper .ui-viewport .slider .text {
    font-size: .32em;
    text-align: center;
    color: #000;
    margin-top: 3em
}

#patch-magic .section.section-12 .ui-wrapper .ui-controls .ui-pager,
#patch-magic .section.section-13 .ui-wrapper .ui-controls .ui-pager {
    position: absolute;
    left: 0;
    bottom: .7em;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

#patch-magic .section.section-12 .ui-wrapper .ui-controls .ui-pager .ui-pager-link,
#patch-magic .section.section-13 .ui-wrapper .ui-controls .ui-pager .ui-pager-link {
    display: inline-block;
    width: .47em;
    height: .07em;
    background: #e3e3e3;
    text-indent: 1000px;
    overflow: hidden;
    border-radius: .028em
}

#patch-magic .section.section-12 .ui-wrapper .ui-controls .ui-pager .ui-pager-link.active,
#patch-magic .section.section-13 .ui-wrapper .ui-controls .ui-pager .ui-pager-link.active {
    background-color: #000
}

#patch-magic .section.section-12 .ui-wrapper .ui-controls .ui-pager .ui-pager-item:nth-of-type(n+2),
#patch-magic .section.section-13 .ui-wrapper .ui-controls .ui-pager .ui-pager-item:nth-of-type(n+2) {
    margin-left: .18em
}

#patch-magic .section.section-12 .ui-wrapper .ui-controls .ui-controls-direction,
#patch-magic .section.section-13 .ui-wrapper .ui-controls .ui-controls-direction {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10.5em;
    margin-top: -.32em;
    width: 21em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#patch-magic .section.section-12 .ui-wrapper .ui-controls .ui-controls-direction a,
#patch-magic .section.section-13 .ui-wrapper .ui-controls .ui-controls-direction a {
    display: inline-block;
    width: .34em;
    height: .62em;
    text-indent: 10000px;
    background-size: 100%;
    background-repeat: no-repeat
}

#patch-magic .section.section-12 .ui-wrapper .ui-controls .ui-controls-direction a.ui-prev,
#patch-magic .section.section-13 .ui-wrapper .ui-controls .ui-controls-direction a.ui-prev {
    background-image: url('/assets/detail-image/common/control-left.png')
}

#patch-magic .section.section-12 .ui-wrapper .ui-controls .ui-controls-direction a.ui-next,
#patch-magic .section.section-13 .ui-wrapper .ui-controls .ui-controls-direction a.ui-next {
    background-image: url('/assets/detail-image/common/control-right.png')
}

#patch-magic .section.section-13 {
    height: 15.72em;
    background-image: url('/assets/detail-image/common/bg-5.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto
}

#patch-magic .section.section-13 .content {
    height: 4.31em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

#patch-magic .section.section-13 .content .text-3 {
    text-align: center;
    padding-top: 1em
}

#patch-magic .section.section-13 .slide {
    width: 18.17em;
    height: 8.96em;
    margin: 0 auto
}

#patch-magic .section.section-14 {
    height: 14.32em
}

#patch-magic .section.section-14 .content {
    padding-top: .81em;
    text-align: center;
    color: #000
}

#patch-magic .section.section-14 .content .text-3 {
    font-size: .32em;
    color: #1e1e1e;
    padding-top: 1em
}

#patch-magic .section.section-14 .video-box {
    width: 18.19em;
    height: 8.96em;
    border-radius: .4em;
    background-color: #000;
    margin: 1.31em auto 0
}

#patch-magic .section.section-14 .video-box video {
    width: 100%;
    height: 100%;
    border-radius: .4em
}

#patch-magic .section.section-15 {
    height: 11.31em;
    position: relative
}

#patch-magic .section.section-15 .img {
    width: 100%;
    height: 100%
}

#patch-magic .section.section-15 .content {
    position: absolute;
    left: 4.16em;
    top: 1.4em;
    color: #fff
}

#patch-magic .section.section-15 .content .text-3 {
    padding-top: 1em;
    letter-spacing: .6px;
    font-size: .32em
}

#patch-magic .section.section-15 .content .params {
    margin-top: 3em
}

#patch-magic .section.section-15 .content .performance {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 1.61em
}

/*#patch-magic .section.section-15 .content .performance .logo {
    width: 1.29em;
    height: 1.29em;
    background-image: url('/assets/detail-image/common/gaotong.png');
    background-size: 100%;
    background-repeat: no-repeat;
    margin-right: .93em
}*/

#patch-magic .section.section-15 .content .performance .score-list .score-title {
    font-size: .25em;
    font-weight: 600
}

#patch-magic .section.section-15 .content .performance .score-list .score-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: .28em
}

#patch-magic .section.section-15 .content .performance .score-list .score-item .line {
    margin-bottom: .1em
}

#patch-magic .section.section-15 .content .performance .score-list .score-item .desc {
    font-size: .16em
}

#patch-magic .section.section-15 .content .performance .score-list .score-item:nth-of-type(1) {
    width: 5.65em
}

#patch-magic .section.section-15 .content .performance .score-list .score-item:nth-of-type(1) .line {
    display: block;
    width: 100%;
    height: .08em;
    background-image: linear-gradient(-90deg, #ffbb3c 0, #e86e2b 22%, #d0201a 100%), linear-gradient(#333, #333);
    background-blend-mode: normal, normal
}

#patch-magic .section.section-15 .content .performance .score-list .score-item:nth-of-type(1) .desc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#patch-magic .section.section-15 .content .performance .score-list .score-item:nth-of-type(1) .desc .yellow {
    color: #ffb93c
}

#patch-magic .section.section-15 .content .performance .score-list .score-item:nth-of-type(2) {
    width: 4.89em
}

#patch-magic .section.section-15 .content .performance .score-list .score-item:nth-of-type(2) .line {
    display: block;
    width: 100%;
    height: .08em;
    background-image: linear-gradient(-90deg, #a9a9a9 0, #949494 22%, #7f7f7f 100%), linear-gradient(#333, #333);
    background-blend-mode: normal, normal
}

#patch-magic .section.section-15 .content .performance .score-list .score-item:nth-of-type(2) .desc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#patch-magic .section.section-15 .content .performance .score-list .score-item:nth-of-type(2) .desc .yellow {
    color: #333
}

#patch-magic .section.section-15 .content .performance .score-list .score-item:nth-of-type(3) {
    width: 4.13em
}

#patch-magic .section.section-15 .content .performance .score-list .score-item:nth-of-type(3) .line {
    display: block;
    width: 100%;
    height: .08em;
    background-image: linear-gradient(-90deg, #a9a9a9 0, #949494 22%, #7f7f7f 100%), linear-gradient(#333, #333);
    background-blend-mode: normal, normal
}

#patch-magic .section.section-15 .content .performance .score-list .score-item:nth-of-type(3) .desc {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#patch-magic .section.section-15 .content .performance .score-list .score-item:nth-of-type(3) .desc .yellow {
    color: #333
}

#patch-magic .section.section-15 .phone-2 {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 13.66em;
    height: 14.83em
}

/*#patch-magic .section.section-16 {
    height: 18.87em;
    background-image: url('/assets/detail-image/common/bg-7.jpg');
    background-size: 100%;
    background-repeat: no-repeat
}*/

#patch-magic .section.section-16 .content {
    padding-top: 1.5em;
    text-align: center;
    color: rgba(0, 0, 0, .8)
}

#patch-magic .section.section-16 .content .text-3 {
    font-size: .32em;
    padding-top: 1em
}

#patch-magic .section.section-16 .function-list {
    width: 21.02em;
    position: absolute;
    bottom: .9em;
    left: 50%;
    margin-left: -10.51em;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#patch-magic .section.section-16 .function-list .function-item {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

#patch-magic .section.section-16 .function-list .function-item .title-h4 {
    font-size: .32em;
    font-weight: 600;
    line-height: 1.2em;
    color: #000;
    padding-top: 1em
}

#patch-magic .section.section-16 .function-list .function-item .text-4 {
    font-size: .24em;
    color: #282828;
    padding-top: 1em
}

#patch-magic .section.section-16 .function-list .function-item .icon {
    display: inline-block;
    background-size: 100%;
    background-repeat: no-repeat
}

#patch-magic .section.section-16 .function-list .function-item:nth-child(1) .icon {
    width: .26em;
    height: .46em;
    background-image: url('/assets/detail-image/common/icon-01.png')
}

#patch-magic .section.section-16 .function-list .function-item:nth-child(2) .icon {
    width: .38em;
    height: .38em;
    background-image: url('/assets/detail-image/common/icon-02.png')
}

#patch-magic .section.section-16 .function-list .function-item:nth-child(3) .icon {
    width: .42em;
    height: .23em;
    background-image: url('/assets/detail-image/common/icon-03.png')
}

#patch-magic .section.section-16 .function-list .function-item:nth-child(4) .icon {
    width: .47em;
    height: .29em;
    background-image: url('/assets/detail-image/common/icon-04.png')
}

#patch-magic .section.section-16 .function-list .function-item:nth-child(5) .icon {
    width: .25em;
    height: .37em;
    background-image: url('/assets/detail-image/common/icon-5.png')
}

#patch-magic .section.section-16 .function-list .function-item:nth-child(6) .icon {
    width: .26em;
    height: .32em;
    background-image: url('/assets/detail-image/common/icon-06.png')
}

#patch-magic .section.section-17 {
    height: 9.25em
}

#patch-magic .section.section-17 .img {
    width: 100%;
    height: 100%
}

#patch-magic .section.section-17 .content {
    position: absolute;
    width: 30%;
    right: 3.42em;
    top: 3.14em;
    color: #000
}

#patch-magic .section.section-17 .content .text-3 {
    color: rgba(0, 0, 0, .8);
    padding-top: 1em
}

#patch-magic .section.section-18 {
    height: 12.1em
}

#patch-magic .section.section-18 .img {
    width: 100%;
    height: 100%
}

#patch-magic .section.section-18 .content {
    position: absolute;
    top: 1.77em;
    left: 4.1em;
    color: #fff
}

#patch-magic .section.section-18 .content .text-3 {
    font-size: .32em;
    margin-top: 3em;
    color: rgba(255, 255, 255, .8)
}


#patch-magic .section.section-18 .content .tips {
    font-size: .24em;
    color: rgba(255, 255, 255, .4);
    line-height: 1.5em;
    margin-top: 3.5em
}
