﻿a.go_reg
{
    color: #747474;
    text-align: center;
    font-size: 9pt;
}

.go_reg a, .go_reg a:active, .go_reg a:focus, .go_reg a:visited
{
    color: #f90;
}

.go_reg a:hover
{
    opacity: .8;
}
.reg-ok
{
    color: #3c3c3c;
    font-size: 24px;
}

.reg-v1
{
    background-color: #f7f8f9;
}

.dialog, .reg-v1 .dialog
{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -324px;
    margin-left: -225px;
    width: 450px;
}

.dialog .title, .reg-v1 .dialog .title
{
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}

.dialog .content, .reg-v1 .dialog .content
{
    width: 100%;
    min-height: 5in;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 9px 30px -6px rgba(0,0,0,.2),0 18px 20px -10px rgba(0,0,0,.04),0 18px 20px -10px rgba(0,0,0,.04),0 10px 20px -10px rgba(0,0,0,.04);
}

.reg-v1 .dialog .content .tab
{
    width: 100%;
    height: 60px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #fbfbfb;
    color: #666;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
}

.reg-v1 .dialog .content .tab span
{
    float: left;
    width: 50%;
    cursor: pointer;
}

.reg-v1 .dialog .content .tab span:first-child
{
    border-top-left-radius: 8px;
}

.reg-v1 .dialog .content .tab span:last-child
{
    border-top-right-radius: 8px;
}

.reg-v1 .dialog .content .tab span.this
{
    background-color: #f90;
    color: #fff;
}

.dialog .content .content-box, .reg-v1 .dialog .content .content-box
{
    box-sizing: border-box;
    padding: 40px;
}

.dialog .content .content-box ul, .reg-v1 .dialog .content .content-box ul
{
    list-style: none;
}

.dialog .content .content-box ul li, .reg-v1 .dialog .content .content-box ul li
{
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 14px;
}

.dialog .content .content-box ul li input, .dialog .content .content-box ul li select, .reg-v1 .dialog .content .content-box ul li input
{
    box-sizing: border-box;
    padding: 14px 14px;
    padding-top: 14px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 8px;
    font-size: 14px;
    font-family: Arial,Microsoft YaHei;
    line-height: 16px;
    -webkit-appearance: none;
}

.reg-v1 .dialog .content .content-box ul li input.ver-code
{
    width: 255px;
}

.reg-v1 .dialog .content .content-box ul li .btn-default
{
    float: right;
    margin-left: 10px;
    width: 102px;
    height: 45px;
    border: 0;
    border-radius: 4px;
    color: #bebebe;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
}

.reg-v1 .dialog .content .content-box ul li .btn-default input
{
    padding: 9pt 0;
    background-image: -webkit-linear-gradient(#fff,#f0f0f0);
    background-image: linear-gradient(#fff,#f0f0f0);
    color: #666;
    text-align: center;
}

.reg-v1 .dialog .content .content-box ul li .btn-default input:hover
{
    color: #f90;
    opacity: .8;
}

.reg-v1 .dialog .content .content-box ul li input[type=checkbox]
{
    float: left;
    margin-top: 1px;
    margin-right: 6px;
    padding: 0;
    width: 15px;
    height: 15px;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.reg-v1 .dialog .content .content-box ul li .login-text, .reg-v1 .dialog .content .content-box ul li span.remember
{
    color: #747474;
    font-size: 9pt;
}

.reg-v1 .dialog .content .content-box ul li .login-text a
{
    margin: 0 5px;
    color: #f90;
}

.reg-v1 .dialog .content .content-box ul li .login-text a:hover
{
    opacity: .8;
}

.reg-v1 .dialog .content .content-box ul li .btn-reg
{
    border: none;
    background-color: #f90;
    color: #fff;
}

.reg-v1 .dialog .content .content-box ul li .btn-reg:hover
{
    opacity: .8;
}

.dialog .copyright
{
    padding-top: 15px;
    color: #999;
    text-align: center;
    font-size: 9pt;
}

._errorInfo
{
    display: block;
}

._correctInfo
{
    display: none;
}

.jy
{
    margin: 5px;
    color: #c00;
    font-size: 10px;
    font-family: 宋体;
}

.login-v1 .dialog
{
    margin-top: -300px;
}

.login-v1 .dialog .content
{
    min-height: 450px;
}

.login-v1 .dialog .content .content-box ul li input[type=checkbox]
{
    margin-top: 1px;
}

.login-v1 .dialog .content .content-box ul li .forget a
{
    float: right;
    margin: 0 5px;
    color: #f90;
    font-size: 9pt;
}

.login-v1 .dialog .content .content-box ul li .forget a:hover
{
    opacity: .8;
}

.login-v1 .dialog .content .content-box ul li .btn-login
{
    margin-top: 10px;
    margin-bottom: 10px;
}

.goodslist .video
{
    overflow: hidden;
    margin-left: 1px;
    width: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.goodslist .video img
{
    width: 100%;
}

.wrapper .goodslist .select-goods
{
    border-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.goodslist .video
{
    margin-left: 0;
}

.goodsdetail .store-content
{
    box-sizing: border-box;
    padding: 75px 80px; /* padding-top: 75px; */ /* padding-bottom: 0; */
    width: 100%; /* height: 620px; */
    border: 1px solid #eee;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fff;
}

.goodsdetail .store-gallery
{
    float: left;
    margin-right: 80px;
    width: 460px;
    text-align: center;
    position: relative;
}

.goodsdetail .store-gallery .prompttext
{
    text-align: left;
    font-family: Arial, Microsoft YaHei;
    font-size: 14px;
    color: #999;
    padding-left: 20px;
    box-sizing: border-box;
    position: absolute;
    bottom: 126px;
}

.goodsdetail .store-gallery .thum, .goodsdetail .store-gallery .thum ul, .goodsdetail .store-gallery .thum ul li
{
    overflow: hidden;
    height: 20pc;
    text-align: center;
}

.goodsdetail .store-gallery .thum ul li img
{
    margin-top: -30px;
    width: 360px;
    height: auto;
}

.goodsdetail .store-gallery .thum ul
{
    list-style: none;
}

.goodsdetail .store-gallery .thumbnail
{
    margin: auto; /*width: 460px;*/
    width: 500px;
    text-align: center;
}

.goodsdetail .store-gallery .thumbnail ul
{
    display: table;
    margin: 0 auto;
    text-align: center;
}

.goodsdetail .store-gallery .thumbnail ul li
{
    float: right;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 20px;
    padding: 0;
    width: 100px;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.goodsdetail .store-gallery .thumbnail ul li img
{
    overflow: hidden;
    margin-top: 0;
    width: 90px !important;
    height: auto !important;
}

.goodsdetail .store-gallery .thumbnail ul li:first-child
{
    margin: 0;
}

.goodsdetail .store-gallery .thumbnail ul li.this, .goodsdetail .store-gallery .thumbnail ul li:hover
{
    border: 1px solid #f90;
}

.goodsdetail .store-content .store-info-box
{
    /* float: right; */ /* margin-top: 60px; */
    display: inline-block;
    width: 470px;
}

.goodsdetail .store-content .store-info-box .title
{
    position: relative;
    margin-bottom: 45px; /* padding-bottom: 15px; */
}

.goodsdetail .store-content .store-info-box .title h4
{
    font-weight: 400;
    font-size: 20px;
    color: #000;
}

.goodsdetail .store-content .store-info-box .title h5
{
    margin-top: 15px;
    margin-bottom: 15px;
    color: #a9a8a8;
    font-weight: 400;
    font-size: 14px;
}

.goodsdetail .store-content .store-info-box .title .price
{
    /* position: absolute; */ /* right: 0; */
    bottom: 30px;
    color: #f90;
    font-size: 30px;
}

.goodsdetail .store-content .store-info-box .title .price i
{
    /* padding-left: 2px; */
    font-size: 40px;
    font-family: Arial;
}

.goodsdetail .store-content .store-info-box .title del
{
    margin-left: 5px;
    color: #a9a8a8;
    font-size: 20px;
}

.goodsdetail .store-content .store-info-box .title del span
{
    font-family: Arial;
}

.goodsdetail .store-content .store-info-box .number
{
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 25px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.goodsdetail .store-content .store-info-box .number span
{
    vertical-align: middle;
    line-height: 36px;
}

.goodsdetail .store-content .store-info-box .number .params-name
{
    margin-right: 15px;
    color: #999;
    font-size: 15px;
}

.goodsdetail .store-content .store-info-box .number .params-number
{
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
    width: 32px;
    text-align: center;
    color: #000;
}

.goodsdetail .store-content .store-info-box .add-cart
{
    /* padding-top: 30px; */
}

.goodsdetail .store-content .store-info-box .add-cart input
{
    box-sizing: border-box;
    margin-right: 20px;
    width: 145px;
    height: 40px;
    border: none;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Microsoft YaHei;
    cursor: pointer;
}

.goodsdetail .store-content .store-info-box .add-cart input:hover
{
    opacity: .8;
}

.goodsdetail .store-content .store-info-box .add-cart input.add-shop-cart
{
    background-color: #f90;
    background-image: -webkit-linear-gradient(#ffa51f,#f90);
    background-image: linear-gradient(#ffa51f,#f90);
    color: #fff;
}

.goodsdetail .store-content .store-info-box .add-cart input.add-shop-now
{
    border: 1px solid #eee;
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(#fff,#fafafa);
    background-image: linear-gradient(#fff,#fafafa);
}

.goodsdetail .store-content .store-info-box .add-cart input.add-shop-now:hover
{
    color: #323232;
}

/*收藏*/
.goodsdetail .store-content .store-info-box .info-collection
{
    margin-top: 30px;
    margin-bottom: 20px;
    color: #666;
    text-align: left;
    font-size: 16px;
}

.goodsdetail .store-content .store-info-box .info-collection:hover, .goodsdetail .store-content .store-info-box .info-collection span:hover
{
    cursor: pointer;
    opacity: 0.8;
}

.goodsdetail .store-content .store-info-box .info-collection span
{
    color: #a9a8a8;
    font-size: 16px;
}

.goodsdetail .store-content .store-info-box .info-collection span.is-collection, .goodsdetail .store-content .store-info-box .info-collection span.no-collection
{
    float: left;
    display: inline-block;
    margin-top: 1px;
    margin-right: 8px;
    width: 18px;
    height: 18px;
    background: url(../images/no-collection.png);
    background-size: 18px 18px;
}

.goodsdetail .store-content .store-info-box .info-collection span.yes-collection
{
    background: url(../images/yes-collection.png) no-repeat;
    background-size: 18px 18px;
}

.goodsdetail .store-content .store-info-box .tips
{
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: #a9a8a8;
    font-size: 12px;
}

.goodsdetail .store-content .store-info-box .newreg
{
    font-size: 14px;
    color: #ff9900;
}

.goodsdetail .store-content .store-info-box .newreg .newreg-left
{
    float: left;
}

.goodsdetail .store-content .store-info-box .newreg .newreg-right
{
    display: inline-block;
    line-height: 26px;
    vertical-align: middle;
    font-size: 12px;
    cursor: pointer;
}

.goodsdetail .store-content .store-info-box .newreg .newreg-right p .sendimg
{
    display: inline-block;
}

.goodsdetail .store-content .store-info-box .newreg .newreg-right p .sendimg img
{
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 7px;
    position: relative;
    top: 6px;
}

.goodsdetail .store-content .store-info-box .newreg .newreg-right .info
{
    color: #666666;
}

.goodsdetail .store-content .store-info-box .tips .tag
{
    display: inline-block;
    margin-left: 2px;
    margin-right: 5px;
    border: 1px solid #ff9900;
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 3px;
}

.goodsdetail .store-content .store-info-box .tips p a, .goodsdetail .store-content .store-info-box .tips p a:visited
{
    color: #ff9900;
}

.goodsdetail .store-content .store-info-box .tips p a:hover
{
    opacity: .8;
}

.goodsdetail .goods-info-box
{
    margin: 20px 0 60px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
}

.goodsdetail .goods-info-box .title h2
{
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 30px;
    height: 60px;
    border-bottom: 1px solid #eee;
    color: #666;
    font-weight: 400;
    font-size: 18px;
    text-align: left;
}

.goodsdetail .goods-info-box .title h2 span
{
    display: inline-block;
    overflow: hidden;
    margin-right: 40px;
    height: 60px;
    line-height: 60px;
}

.goodsdetail .goods-info-box .title h2 span.this, .goodsdetail .goods-info-box .title h2 span:hover
{
    border-bottom: 3px solid #f90;
    color: #f90;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.goodsdetail .goods-info-box .goods-img
{
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 auto; /* padding: 20px; */
    width: 100%;
    height: auto;
    text-align: center;
}

.goodsdetail .goods-info-box .goods-img img
{
    /* margin-bottom: 50px; */ /* padding: 30px 0; */
    width: auto;
    height: auto; /* border-bottom: 1px solid #eee; */
}

.goodsdetail .goods-info-box .goods-img img:last-child
{
    border-bottom: none;
}

.goodsdetail .goods-info-box .shopinfo
{
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px 60px;
    width: 100%;
    position: relative;
}

.goodsdetail .goods-info-box .shopinfo .title
{
    overflow: hidden;
    width: 100%;
}

.goodsdetail .goods-info-box .shopinfo .title h3
{
    color: #424242;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    text-align: left;
}

.goodsdetail .goods-info-box .shopinfo .title h3 img
{
    float: left;
    margin-right: 20px;
}

.goodsdetail .goods-info-box .introduce
{
    position: relative; /* overflow: hidden; */
    box-sizing: border-box;
    padding: 60px;
    padding-bottom: 0px;
    width: 100%;
    border-bottom: 1px solid #ff9900;
    z-index: 100;
    height: 559px;
}

.goodsdetail .goods-info-box .introduce .introduceimg
{
    position: relative;
    float: left;
    width: 435px;
    text-align: center;
    margin-right:62px;
}

.goodsdetail .goods-info-box .introduce .introduceimg img
{
    width: 432px;
    margin-top: 35px;
}

.goodsdetail .goods-info-box .introduce .introduceimg .introducetext
{
    text-align: center;
    margin-top: 30px; /* position: absolute; */ /* bottom: -45px; */ /* font-size: 14px; */
    color: #999;
}

.goodsdetail .goods-info-box .introduceinfo
{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 80px;
    padding-top: 10px;
    padding-bottom: 45px;
    width: 100%;
    background-color: #fcfcfc;
}

.goodsdetail .goods-info-box .introduce:after
{
    position: absolute;
    right: 50%;
    bottom: -8px;
    z-index: 9;
    width: 15px;
    height: 15px;
    border-bottom: 1px solid #f90;
    border-left: 1px solid #f90;
    background-color: #fcfcfc;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.goodsdetail .goods-info-box .introduceinfo .iteminfo
{
    float: left;
    overflow: hidden;
    margin: 45px 20px 0px 65px;
}

.goodsdetail .goods-info-box .introduceinfo .iteminfo .infoimg
{
    float: left;
    overflow: hidden;
    margin-right: 20px;
}

.goodsdetail .goods-info-box .introduceinfo .iteminfo .infotext
{
    float: left;
}

.goodsdetail .goods-info-box .introduceinfo .iteminfo .infotext h4
{
    margin-bottom: 10px;
    color: #ff9900;
    font-weight: normal;
    font-size: 18px;
}

.goodsdetail .goods-info-box .introduceinfo .iteminfo .infotext p
{
    color: #424242;
    font-size: 14px;
}

.goodsdetail .goods-info-box .item
{
    float: left;
    box-sizing: border-box;
    width: 460px;
    margin-top: -20px;
}

.goodsdetail .goods-info-box .item table
{
    margin-bottom: 45px; /* border-top: 1px solid #eee; */ /* border-bottom: 1px solid #eee; */
}

.goodsdetail .goods-info-box .item table, .goodsdetail .goods-info-box .item table tr, .goodsdetail .goods-info-box .item table tr td
{
    width: 100%;
}

.goodsdetail .goods-info-box .item table tr td
{
    padding: 17px 0;
    color: #424242;
    font-size: 15px;
}

.goodsdetail .goods-info-box .item table tr td .item-name
{
    display: inline-block;
    width: 130px;
    color: #999;
    text-align: right;
}

.goodsdetail .goods-info-box .item table tr td .fwxinxin img
{
    margin-right: 7px;
    width: 20px;
    height: auto;
}

.goodsdetail .goods-info-box .item table tr td .item-con
{
    margin-left: 60px;
    color: #424242;
}

.goodsdetail .goods-info-box .item table tr td.singer
{
    background-color: #fafafa;
}

.goodsdetail .goods-info-box .shopevaluation
{
    box-sizing: border-box;
    padding: 0 30px;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation, .goodsdetail .goods-info-box .shopevaluation .evaluation .evaluation-info
{
    overflow: hidden;
    width: 100%;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation
{
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation:last-child
{
    border-bottom: none;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .evaluation-info .evaluation-star
{
    float: left;
    width: 500px;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .user
{
    overflow: hidden;
    width: 100%;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .user .userhead
{
    float: left;
    width: 62px;
    text-align: left;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .evaluation-info .user img
{
    margin: 10px 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .evaluation-info .user .username
{
    margin-top: 9pt;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .evaluation-info .user .username .name
{
    margin-bottom: 5px;
    color: #424242;
    font-size: 18px;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .evaluation-info .user .username .time
{
    color: #c6c6c6;
    font-size: 14px;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .evaluation-info .user p, .goodsdetail .goods-info-box .shopevaluation .evaluation p, .goodsdetail .goods-info-box .shopevaluation .evaluation p span
{
    color: #666;
    font-size: 14px;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation p span img
{
    margin-right: 5px;
    width: 16px;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation p .title
{
    display: inline-block;
    margin-right: 1pc;
    width: 55px;
    color: #4e4e4e;
    text-align: right;
    font-size: 14px;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation p .time
{
    float: right;
    color: #999;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .commentimg
{
    overflow: hidden;
    width: 100%;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .commentimg img
{
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    width: 5pc;
    height: 5pc;
    border: 1px solid #eee;
    border-radius: 5px;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .backinfo
{
    position: relative;
    overflow: hidden;
    width: 100%;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .backinfo .con
{
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    margin: 10px 0;
    margin-bottom: 0;
    padding: 5px 10px; /* width: 100%; */
    border-radius: 5px;
    background-color: #f0f0f0;
    font-size: 12px;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .backinfo:after
{
    position: absolute;
    top: 6px;
    left: 30px;
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    content: "";
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.goodsdetail .goods-info-box .showcase
{
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 30px;
    margin-bottom: 50px;
    width: 100%;
}

.goodsdetail .goods-info-box .showcase p, .goodsdetail .goods-info-box .showcase p img, .goodsdetail .goods-info-box .showcase img
{
    width: 100%;
}

.goodsdetail .goods-info-box .minutiae
{
    padding: 30px 0;
    box-sizing: border-box;
    overflow: hidden;
}

.goodsdetail .goods-info-box .minutiae img
{
    margin-left: 40px;
    width: 300px;
    height: 340px;
}

.goodsdetail .goods-info-box .regard
{
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px 70px;
    width: 100%;
    background: #ff9900 url(../images/ng-logo.png) no-repeat top 40px right 35px;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    opacity: .8;
}

.goodsdetail .goods-info-box .shopinfo .regard .title h3
{
    margin-bottom: 10px;
    color: #fff;
}

.goodsdetail .goods-info-box .regard p
{
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    opacity: 0.8;
}

.shopping
{
    overflow: hidden;
    margin-bottom: 40px;
}

.shopping .invoice_info
{
    margin-bottom: 20px;
}

.pay .order .subtitle, .shopping .container .orderdetail
{
    margin-top: 20px;
}

.shopping .title
{
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    height: 60px;
    border: 1px solid #eee;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-color: #fff;
    line-height: 60px;
}

.shopping .title h2
{
    display: inline-block;
    color: #666;
    font-weight: 400;
    font-size: 16px;
}

.shopping .cart .cart-title
{
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fcfcfc;
    color: #999;
    font-size: 9pt;
    line-height: 50px;
}

.shopping .cart .cart-title span
{
    display: inline-block;
}

.shopping .cart .cart-title .name
{
    width: 35pc;
}

.shopping .cart .cart-title .price
{
    width: 90pt;
    text-align: center;
}

.shopping .cart .cart-title .number
{
    width: 220px;
    text-align: center;
}

.shopping .cart .cart-title .all-price
{
    width: 120px;
    text-align: center;
}

.shopping .cart .cart-title .operation
{
    width: 110px;
    text-align: center;
}

.shopping .cart-content
{
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
}

.shopping .cart .youhui
{
    background-color: #fff;
    border: 1px solid #eee;
    border-top: 0;
    border-bottom: 0;
    line-height: 26px;
    box-sizing: border-box;
    padding: 10px 20px;
    font-size: 14px;
    color: #f90;
    text-align: left;
}

.shopping .cart .youhui .tag
{
    display: inline-block;
    margin-left: 2px;
    margin-right: 5px;
    border: 1px solid #ff9900;
    padding: 0px 6px;
    font-size: 14px;
    border-radius: 3px;
    color: #ff9900;
}

.shopping .cart .youhui .label
{
    font-size: 14px;
    color: #f90;
    margin: 0 5px;
}

.membercenter .main .main-content .content .cart:last-child .cart-content:last-child
{
    border-bottom: 1px solid #eee;
}

.shopping .cart-content .cart-item
{
    overflow: hidden;
    padding: 0 20px;
    width: 100%;
    height: 145px;
    border-bottom: 1px solid #eee;
    color: #707473;
    font-size: 14px;
    line-height: 145px;
}

.shopping .cart-content .cart-item .good-name
{
    display: inline-block;
    overflow: hidden;
    margin-top: 50px;
    height: 63px;
    line-height: 24px;
}

.shopping .cart-content .cart-item .good-name a
{
    float: none;
    display: inline-block;
    overflow: hidden;
    margin-top: 0;
    color: #707473;
    line-height: 20px;
}

.shopping .cart-content .cart-item .good-name span.number
{
    display: block;
    color: #999;
    font-size: 12px;
}

.shopping .cart-content .cart-item:last-child
{
    border-bottom: none;
}

.shopping .cart-content .cart-item a
{
    float: left;
    display: inline-block;
    color: #707473;
}

.shopping .cart-content .cart-item a:active, .shopping .cart-content .cart-item a:visited
{
    color: #707473;
}

.shopping .cart-content .cart-item a:hover
{
    color: #f90;
}

.shopping .cart-content .cart-item .cart-good-name
{
    float: left;
    width: 35pc;
}

.shopping .cart-content .cart-item .cart-good-name .good-select
{
    float: left;
    display: inline-block;
    margin-right: 15px;
    width: 50px;
    text-align: center;
}

.shopping .all-good .cart-bar-operation input[type=checkbox], .shopping .cart-content .cart-item .cart-good-name .good-select input[type=checkbox]
{
    margin-top: 50px;
    width: 28px;
    height: 28px;
    background: url(/News/images/check.png) no-repeat;
    -webkit-appearance: none;
}

.shopping .all-good .cart-bar-operation input[type=checkbox]
{
    margin: 0 10px;
}

.shopping .all-good .cart-bar-operation input.checked, .shopping .all-good .cart-bar-operation input[type=checkbox]:checked, .shopping .cart-content .cart-item .cart-good-name .good-select input.checked, .shopping .cart-content .cart-item .cart-good-name .good-select input[type=checkbox]:checked
{
    width: 28px;
    height: 28px;
    background: url(/News/images/checked.png) no-repeat;
}

.shopping .cart-content .cart-item .cart-good-name .good-thumb img
{
    box-sizing: border-box;
    margin-top: 25px;
    margin-right: 20px;
    width: 90px;
    height: 90px;
    border: 1px solid #eee;
    border-radius: 8px;
}

.shopping .cart-content .cart-item .cart-good-name .good-thumb img:hover
{
    border: 1px solid #ff9900;
}

.shopping .cart-content .cart-item .good-item-money
{
    float: left;
    width: 120px;
    text-align: center;
}

.shopping .cart-content .cart-item .good-number
{
    float: left;
    width: 230px;
    text-align: center;
}

.shopping .cart-content .cart-item .good-number .number
{
    position: relative;
    top: -9pt;
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    width: 25px;
    height: 25px;
}

.confirmorder .cart-content .cart-item .good-number .number
{
    margin-top: 13px;
}

.shopping .cart-content .cart-item .good-number .down, .shopping .cart-content .cart-item .good-number .up, .shopping .cart-content .cart-item .good-operation .delete-good
{
    display: inline-block;
    margin-top: 56px;
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    cursor: pointer;
}


.shopping .cart-content .cart-item a.byn_del
{
    display: inline-block;
    box-sizing: border-box; /* margin-top: 12px; */
    margin-right: 0px;
    width: auto;
    padding: 0 20px;
    height: 35px;
    line-height: 36px; /* font-size: 12px; */
    color: #666;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Microsoft YaHei;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(#fff,#fafafa);
    background-image: linear-gradient(#fff,#eee);
}

.shopping .cart-content .cart-item a.byn_del:hover
{
    opacity: .8;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#fff,#fff);
    background-image: linear-gradient(#fff,#fff);
}

.shopping .cart-content .cart-item .good-number .down:hover, .shopping .cart-content .cart-item .good-number .up:hover, .shopping .cart-content .cart-item .good-operation .delete-good:hover
{
    opacity: .8;
}

.goodsdetail .store-content .store-info-box .number .num-down, .goodsdetail .store-content .store-info-box .number .num-up
{
    display: inline-block;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.goodsdetail .store-content .store-info-box .number .num-down:hover, .goodsdetail .store-content .store-info-box .number .num-up:hover
{
    opacity: .8;
}

.goodsdetail .store-content .store-info-box .number .num-down, .shopping .cart-content .cart-item .good-number .down
{
    background: url(/News/images/down-icon.png) no-repeat;
}

.goodsdetail .store-content .store-info-box .number .num-up, .shopping .cart-content .cart-item .good-number .up
{
    background: url(/News/images/up-icon.png) no-repeat;
}

.shopping .cart-content .cart-item .good-operation .delete-good
{
    background: url(/News/images/delete-icon.png) no-repeat;
}

.shopping .cart-content .cart-item .good-all-money
{
    float: left;
    width: 90pt;
    text-align: center;
}

.shopping .cart-content .cart-item .good-operation
{
    float: left;
    width: 110px;
    text-align: center;
}

.shopping .all-freight
{
    /* height: 50px; */
    line-height: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-top: none;
    text-align: right;
    box-sizing: border-box; /* padding-right: 25px; */
    font-family: Arial, Microsoft YaHei, "微软雅黑";
    font-size: 14px;
    padding: 12px 35px;
}

.shopping .all-freight p, .shopping .all-freight span
{
    color: #999;
    font-size: 14px;
}

.shopping .all-freight span img, .pay .orderdetail .cart .allgood-info span img
{
    width: 24px;
    height: auto;
    position: relative;
    top: 6px;
}



.shopping .all-freight a, .shopping .all-freight a:hover
{
    color: #f90;
    font-size: 14px;
}

.shopping .all-freight a:hover, .shopping .all-freight a:hover
{
    opacity: .8;
}

.shopping .all-good
{
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    height: 90px;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
    line-height: 90px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.shopping .all-good .cart-bar-operation
{
    float: left;
    padding: 30px 0;
    vertical-align: middle;
    line-height: 30px;
}

.shopping .all-good .cart-bar-operation span
{
    float: left;
}

.shopping .all-good .cart-bar-operation .good-select span
{
    display: inline-block;
    margin-right: 5px;
    color: #323232;
    vertical-align: middle;
    font-size: 14px;
}

.shopping .all-good .cart-bar-operation .good-delete
{
    float: left;
    margin-top: 10px;
    margin-left: 5px;
    padding-left: 10px;
    border-left: 1px solid #999;
    color: #999;
    font-size: 9pt;
    line-height: 9pt;
    cursor: pointer;
}

.shopping .all-good .cart-bar-operation .good-delete:hover
{
    opacity: .8;
}

.shopping .all-good .good-ship
{
    float: right;
    color: #666;
    font-size: 14px;
}

.shopping .all-good .good-ship span
{
    /*padding: 0 5px;*/
}

.shopping .all-good .good-ship span .number
{
    color: #f90;
    font-size: 16px;
}

.shopping .all-good .good-ship span.all-money
{
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    vertical-align: middle;
    color: #f90;
    font-size: 24px;
}

.shopping .all-good .good-ship .btn_all_money, .refunds .refunds-info p .btn
{
    margin-left: 10px;
    margin-right: 10px;
    width: auto;
    padding: 0 25px;
    height: 40px;
    line-height: 41px;
    border: none;
    border-radius: 8px;
    background-color: #f90;
    color: #fff;
    font-family: Arial,Microsoft YaHei;
}

.shopping .all-good .good-ship .btn_all_money:hover, .refunds .refunds-info p .btn:hover
{
    opacity: .8;
}

.refunds .refunds-info p .btn
{
    margin: 10px 0;
    margin-bottom: 40px;
}

.shopping .all-good .good-ship a.add-shop-now, .shopping .all-good .good-ship a.add-shop-now:visited
{
    display: inline-block;
    box-sizing: border-box;
    margin-top: 12px;
    margin-right: 0px;
    width: auto;
    padding: 0 25px;
    height: 36px;
    line-height: 37px;
    font-size: 12px;
    color: #666;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Microsoft YaHei;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(#fff,#fafafa);
    background-image: linear-gradient(#fff,#eee);
}

.shopping .all-good .good-ship a.add-shop-now
{
    float: right;
    margin-top: 25px;
    height: 40px;
    line-height: 40px;
    margin-left: 5px;
}

.shopping .all-good .good-ship a.add-shop-now:hover
{
    opacity: .8;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#fff,#fff);
    background-image: linear-gradient(#fff,#fff);
}

.confirmorder .cart .cart-title .name, .confirmorder .cart-content .cart-item .cart-good-name
{
    width: 680px;
}

.confirmorder .address_content
{
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 20px;
    padding-bottom: 20px;
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
}

.confirmorder .address_content .add_address, .confirmorder .address_content .my_address
{
    float: left;
    box-sizing: border-box;
    margin-top: 40px;
    margin-right: 20px;
    padding: 20px;
    width: 250px;
    height: 150px;
    border: 1px solid #f2f2f2;
    border-radius: 8px;
    background-color: #fbfbfb;
    line-height: 24px;
}

.confirmorder .address_content .add_address
{
    padding-top: 50px;
}

.confirmorder .address_content .my_address .people_name
{
    margin-bottom: 3px;
    color: #666;
    font-size: 1pc;
}

.confirmorder .address_content .my_address .people_address, .confirmorder .address_content .my_address .people_phone
{
    color: #979797;
    font-size: 9pt;
}

.confirmorder .address_content .add_address
{
    color: #979797;
    text-align: center;
    font-size: 14px;
}

.confirmorder .address_content .add_address .text_info
{
    margin-top: 10px;
}

.confirmorder .address_content .add_address:hover, .confirmorder .address_content .default_address, .confirmorder .address_content .my_address:hover
{
    border: 1px solid #f90;
    cursor: pointer;
}

.confirmorder .address_content .my_address
{
    position: relative;
}

.confirmorder .address_content .my_address .operation
{
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 30px;
}

.confirmorder .address_content .my_address:hover .operation
{
    display: block;
}

.confirmorder .address_content .my_address .operation div
{
    float: left;
    box-sizing: border-box;
    width: 50%;
    border-top: 1px solid #eee;
    color: #666;
    text-align: center;
    font-size: 9pt;
    line-height: 29px;
}

.confirmorder .address_content .my_address .operation div:hover
{
    color: #f90;
}

.confirmorder .address_content .my_address .operation .update
{
    border-right: 1px solid #eee;
}

.confirmorder .address_content .my_address .default
{
    display: none;
}

.confirmorder .address_content .default_address .default
{
    position: absolute;
    top: 15px;
    right: 15px;
    display: block;
}

.confirmorder .invoice_info .invoice_content
{
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 20px;
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    line-height: 30px;
}

.confirmorder .invoice_info .invoice_content .content textarea
{
    box-sizing: border-box;
    padding: 10px;
    font-family: Arial, Microsoft YaHei, "微软雅黑";
    font-size: 14px;
    color: #666;
    border: 1px solid #eee;
}

.confirmorder .invoice_info .invoice_content .lookup span
{
    margin-right: 20px;
}

.confirmorder .invoice_info .invoice_content .lookup input[type=radio]
{
    position: relative;
    top: 3px;
    margin-right: 10px;
    width: 1pc;
    height: 1pc;
    background: url(/News/images/radio.png) no-repeat;
    -webkit-appearance: none;
}

.confirmorder .invoice_info .invoice_content .lookup input[type=radio]:checked
{
    width: 1pc;
    height: 1pc;
    background: url(/News/images/radio_yes.png) no-repeat;
    -webkit-appearance: none;
}

.confirmorder .invoice_info .invoice_content .lookup input[type=text]
{
    border-radius: 4px;
    height: 28px;
    line-height: 29px;
    font-family: Arial, Microsoft YaHei, "微软雅黑";
    font-size: 12px;
    color: #323232;
    padding-left: 8px;
    border: 1px solid #eee;
}

.confirmorder .invoice_info .invoice_text
{
    margin-bottom: 20px;
    padding: 20px;
    color: #b3b2b2;
    font-size: 9pt;
}

.confirmorder .invoice_info .invoice_text, .pay .order .con
{
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
}

.pay .order .con
{
    padding-top: 45px;
    height: 200px;
    text-align: center;
}

.pay .order .con p
{
    color: #8c8c8c;
    font-size: 1pc;
    line-height: 2rem;
}

.pay .order .con p.success
{
    padding-bottom: 10px;
    color: #3c3c3c;
    font-weight: 700;
    font-size: 20px;
}

.pay .order .con p span
{
    color: #767676; /* font-weight: 700; */
    font-size: 16px;
}

.pay .order .subtitle .title
{
    width: 100%;
    height: 50px;
    background-color: #fcfcfc;
    color: #999;
    font-size: 9pt;
    line-height: 50px;
}

.pay .order .subtitle .subcon, .pay .order .subtitle .title
{
    box-sizing: border-box;
    padding: 0 20px;
    border: 1px solid #eee;
    border-top: none;
}

.pay .order .subtitle .title
{
    border-top: 1px solid #eee;
}

.pay .order .subtitle .subcon
{
    margin-bottom: 20px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fff;
}

.pay .order .subtitle .subcon .paytype
{
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px solid #eee;
}

.pay .order .subtitle .subcon .paytype div
{
    float: left;
    box-sizing: border-box;
    margin-right: 15px;
    padding-top: 6px;
    width: 145px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 8px;
    text-align: center;
}

.pay .order .subtitle .subcon .paytype .ali-pay
{
    padding-top: 5px;
}

.pay .order .subtitle .subcon .paymoney
{
    padding-top: 25px;
    padding-bottom: 30px;
    color: #767676;
    text-align: right;
    font-size: 1pc;
}

.pay .order .subtitle .subcon .paymoney span
{
    font-weight: 700;
}

.pay .orderdetail .cart .addressinfo, .pay .orderdetail .cart .allgood-info
{
    box-sizing: border-box;
    padding: 10px 25px;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
    color: #5f6161;
    text-align: right;
    font-size: 14px;
    line-height: 2rem;
}

.pay .orderdetail .cart .allgood-info p, .pay .orderdetail .cart .allgood-info span
{
    font-size: 14px;
    text-align: right;
    font-weight: normal;
    color: #666;
    font-family: Microsoft YaHei, "微软雅黑";
}

.pay .orderdetail .cart .allgood-info p.black, .pay .orderdetail .cart .allgood-info p.black span
{
    color: #424242;
}

.pay .orderdetail .cart .allgood-info p.black span.shop-all-money
{
    color: #ff9900;
}

.shopping .olduser, .pay .orderdetail .cart .olduser
{
    font-size: 14px;
    color: #666666;
    padding: 21px 25px;
}

.shopping .olduser .lable, .pay .orderdetail .cart .olduser .lable
{
    font-size: 14px;
    color: #f90;
    margin: 0 5px;
}

.shopping .olduser .tag, .pay .orderdetail .cart .olduser .tag
{
    display: inline-block;
    margin-left: 2px;
    margin-right: 5px;
    border: 1px solid #ff9900;
    padding: 0px 6px;
    font-size: 14px;
    border-radius: 3px;
    color: #ff9900;
    line-height: 25px;
}

.pay .orderdetail .cart .addressinfo
{
    padding: 20px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    text-align: left;
}

.pay .prompt-pop
{
    margin-left: -150px;
    width: 350px;
}

.pay .prompt-pop .btn input
{
    width: auto;
    padding: 0 18px;
    border-radius: 4px;
}

.pay .cart-content .cart-item .good-number .number
{
    position: inherit;
    top: 0;
}

.goodproduct .class-type
{
    box-sizing: border-box;
    padding: 20px 30px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
    color: #707473;
    font-size: 1pc;
}

.goodproduct .class-type .name
{
    margin-right: 20px;
    color: #a9a8a8;
}

.goodproduct .class-type a, .goodproduct .class-type a:visited
{
    margin-right: 2pc;
    color: #666;
    font-size: 14px;
}

.goodproduct .class-type a span:hover, .goodproduct .class-type a.this, .goodproduct .class-type a:hover
{
    color: #f90;
}

.goodproduct .class-type a span
{
    font-size: 14px;
}

.news .subcon
{
    overflow: hidden;
    padding: 0 30px;
    border: none;
    background-color: #fff;
}

.news .subcon .item
{
    padding: 40px 0;
    border-bottom: 1px solid #eee;
}

.news .subcon .item:last-child
{
    /* border-bottom: none; */
}

.news .subcon table tr:last-child td .item
{
    border-bottom: none;
}

.news .subcon .item .title
{
    margin-bottom: 20px;
}

.news .subcon .item .title .contitle, .news .subcon .item .title .contitle a
{
    color: #707473;
    font-size: 22px;
}

.news .subcon .item .title .contitle a:hover
{
    color: #f90;
}

.news .subcon .item .title .time
{
    float: right;
    color: #b1b1b1;
    font-size: 14px;
}

.news .subcon .item img
{
    margin-bottom: 20px;
}

.news .subcon .item .info
{
    color: #a9a8a8;
    font-size: 14px;
    line-height: 1.5rem;
}

.news .subcon .item a.more, .news .subcon .item .info a.more
{
    color: #f90;
    font-size: 14px;
}

.news .subcon .item .info a.more:hover
{
    opacity: .8;
}

.news .subcon .item .subtitle
{
    margin-top: 30px;
    margin-bottom: 20px;
    color: #777;
    font-weight: 700;
    font-size: 14px;
}

.news .subcon .item .share
{
    margin-top: 10px;
    margin-bottom: 30px;
    color: #b1b1b1;
    font-size: 14px;
    display: none;
}

.news .subcon .item .share span
{
    float: left;
    margin-right: 10px;
    vertical-align: middle;
    line-height: 28px;
}

.news .subcon .item .share a
{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 25px;
    height: 24px;
}

.news .subcon .item .share a img
{
    margin: 0;
    padding: 0;
    height: 25px;
}

.news .subcon .item .share a.share-wb
{
    background: url(../images/weibo-share.png) no-repeat bottom 1px left 0;
    background-size: 20px auto;
}

.news .subcon .item .share a.share-wb:hover
{
    background: url(../images/weibo-share2.jpg) no-repeat bottom 1px left 0;
    background-size: 20px auto;
}

.news .subcon .item .share a.share-wx
{
    background: url(../images/wx-share.png) no-repeat bottom 1px left 0;
    background-size: 20px auto;
}

.news .subcon .item .share a.share-wx:hover
{
    background: url(../images/wx-share2.jpg) no-repeat bottom 1px left 0;
    background-size: 20px auto;
}

.news .subcon .item .share span.share-text
{
    margin-right: 25px;
}

.news .subcon .item p
{
    color: #666;
    line-height: 28px;
}

.contact .address, .contact .content
{
    overflow: hidden;
    box-sizing: border-box;
    padding: 48px 50px 0;
}

.contact .content
{
    padding-bottom: 50px;
}

.contact .content .company_info, .contact .content .message
{
    float: left;
    box-sizing: border-box;
    width: 49%;
}

.contact .content .company_info .addressimg img
{
    position: relative;
    top: 2px;
    left: 2px;
    width: auto;
    height: 18px;
}

.contact .content .line
{
    float: left;
    width: 1px;
    height: 500px;
    background-color: #eee;
}

.contact .content .message
{
    padding-left: 110px;
}

.contact .content h2
{
    margin-bottom: 9pt;
    color: #666;
    font-weight: 400;
    font-size: 18px;
}

.contact .content .message h2
{
    margin-bottom: 28px;
}

.contact .content p
{
    color: #9e9e9e;
    font-size: 15px;
    line-height: 24px;
}

.contact .content p a, .contact .content p a:visited
{
    color: #ff9900;
}

.contact .content p a:hover
{
    color: #f90;
    opacity: 0.8;
}

.contact .content p.tel, .contact .content p.tel a
{
    margin-bottom: 5px;
    color: #707473;
    font-size: 28px;
}

.contact .content p.tel a:hover
{
    color: #f90;
}

.contact .content .message p .submit
{
    padding: 0;
    width: 130px;
    height: 35px;
    border: none;
    border-radius: 4px;
    background-color: #f90;
    color: #fff;
    font-family: Arial,Microsoft YaHei;
    line-height: 35px;
    cursor: pointer;
}

.contact .content .message p .submit:hover
{
    opacity: .8;
}

.contact .content .company_info .service
{
    margin-top: 38px;
    position: relative;
}

.contact .content .company_info
{
    margin-top: 17px;
}

.contact .content .company_info .online
{
    float: left;
    margin-bottom: 45px;
}

.contact .content .company_info .online a
{
    float: right;
    margin-top: 12px;
    padding: 0 0 0 28px;
    width: 130px;
    height: 34px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: -webkit-linear-gradient(#fcfcfc,#f5f5f5);
    background: linear-gradient(#fcfcfc,#f5f5f5);
    color: #f90;
    text-align: left;
    font-size: 12px;
    line-height: 34px;
    cursor: pointer;
}

.contact .content .company_info .online a:hover
{
    background: #fff;
}

.contact .content .company_info .online a span img
{
    position: relative;
    top: 5px;
    margin-right: 5px;
    width: 18px;
}

.contact .content .message input, .contact .content .message textarea
{
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 10px;
    width: 350px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 4px;
    font-family: Arial,Microsoft YaHei;
    line-height: 38px;
}

.contact .content .message .error, .maincontent ._correctInfo, .maincontent ._correctInfo span
{
    display: block;
    color: #c00;
    position: relative;
    top: -16px;
    font-size: 15px;
    line-height: 24px;
    font-family: Arial, Microsoft YaHei, "微软雅黑";
}

.maincontent ._correctInfo
{
    text-align: left;
}

.maincontent ._correctInfo span
{
    position: relative;
    top: 18px;
    left: 0;
}

.contact .content .message textarea
{
    height: 110px;
    max-width: 350px;
    max-height: 110px;
}

.contact .content .company_info .qr img, .contact .content .company_info .qr p
{
    margin-top: 5px;
    width: 90pt;
    text-align: center;
}

.profile .content .company_info
{
    float: left;
    overflow: hidden; /*margin: 45px 20px 0px 65px;*/
}

.profile .content .company_info .introduceinfo
{
    float: left;
    overflow: hidden;
    margin-right: 20px;
    width: 100%;
    margin-bottom: 35px;
}

.profile .content .company_info .introduceinfo .iteminfo
{
    width: 375px;
    box-sizing: border-box;
    overflow: hidden;
    margin-bottom: 45px;
    padding-left: 55px;
    float: left;
}

.profile .content .company_info .introduceinfo .iteminfo .infoimg, .profile .content .company_info .introduceinfo .iteminfo .infotext
{
    float: left;
}

.profile .content .company_info .introduceinfo .iteminfo .infoimg
{
    margin-top: 5px; /*width: auto;*/ /*height: 50px;*/
}

.profile .content .company_info .introduceinfo .iteminfo .infoimg img
{
    width: 50px;
    height: auto;
}

.profile .content .company_info .introduceinfo .iteminfo .infotext h4
{
    margin-bottom: 0px;
    color: #f90;
    font-weight: normal;
    font-size: 18px;
    padding-left: 20px;
}

.profile .content .company_info .introduceinfo .iteminfo .infotext p
{
    color: #424242;
    font-size: 14px;
    padding-left: 20px;
}



.profile .content .company_info
{
    float: none;
    width: 100%;
}

.profile .content .company_info .link
{
    overflow: hidden;
    margin-bottom: 35px;
}

.profile .content .company_info .link:last-child
{
    margin-bottom: 10px;
}

.profile .content .company_info .link h2, .profile .content .company_info .link h3, .profile .content .company_info .link h4
{
    margin-bottom: 10px;
    color: #424242;
    padding: 0px 50px;
}

.profile .content .company_info .link p
{
    color: #666;
    line-height: 2rem;
}

.onlinequestions .content .message
{
    padding-left: 0;
}

.onlinequestions .content .company_info
{
    padding-left: 110px;
    position: relative;
}

.onlinequestions .content .company_info .online
{
    top: 34px;
    right: 0px;
    margin-right: 0;
}

.onlinequestions .content .company_info .service
{
    margin-top: 0;
}

.commonproblems .content
{
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 80px;
    padding: 0 30px 50px;
    background-color: #fff;
}

.commonproblems .content p.problem
{
    margin-top: 40px;
    margin-bottom: 15px;
    color: #f90;
    font-size: 14px;
}

.commonproblems .content p.ansewer
{
    color: #707473;
    font-size: 14px;
}

.commonproblems .content p.problem a, .commonproblems .content p.problem a:visited
{
    color: #f90;
}

.commonproblems .content p.problem a:hover
{
    opacity: .8;
}

.membercenter
{
    overflow: hidden;
    margin-bottom: 60px;
}

.membercenter .main
{
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    width: 960px;
}

.membercenter .main .user-account
{
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
}

.membercenter .main .user-account .account-left
{
    float: left;
    width: 490px;
    width: 100%;
}

.membercenter .main .user-account .account-left .user-name
{
    margin-right: 20px;
    color: #616161;
    font-size: 20px;
    line-height: 25px;
}

.membercenter .main .user-account .account-left .safe-info
{
    margin-right: 10px;
    color: #323232;
    font-size: 14px;
    line-height: 25px;
}

.membercenter .main .user-account .account-left .safe-progress
{
    float: none;
    display: inline-block;
    margin-top: 10px;
    width: 150px;
    height: 10px;
}

.membercenter .main .user-account .account-left .safe-progress .bg
{
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.membercenter .main .user-account .account-left .safe-progress .safe
{
    position: relative;
    top: -10px;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background-color: #f90;
}

.membercenter .main .user-account .account-left .user-info
{
    margin-top: 10px;
    line-height: 2rem;
}

.membercenter .main .user-account .account-left .user-info .subtitle
{
    color: #919191;
    font-size: 1pc;
}

.membercenter .main .user-account .account-left .user-info .text
{
    margin-right: 5px;
    color: #616161;
    font-size: 1pc;
}

.membercenter .main .user-account .account-left .user-info a
{
    color: #f90;
    font-size: 14px;
}

.membercenter .main .user-account .account-left .user-info a:hover
{
    opacity: .8;
}

.membercenter .main .user-account .account-right
{
    float: right;
    width: 160px;
    text-align: right;
}

.membercenter .main .user-account .account-right input
{
    width: 150px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
    color: #666;
    font-family: Arial,Microsoft YaHei;
    line-height: 40px;
    cursor: pointer;
}

.membercenter .main .user-account .account-right input:hover
{
    opacity: .8;
}

.membercenter .main .main-content
{
    overflow: hidden;
    margin-top: 20px;
}

.membercenter .subheader
{
    border: 1px solid #eee;
}

.membercenter .shopping .cart .cart-title .time
{
    width: 75pt;
    text-align: center;
}

.membercenter .shopping .cart .cart-title .order
{
    width: 20pc;
    text-align: left;
}

.membercenter .shopping .cart .cart-title .order span
{
    /*color: #f90;*/
}

.membercenter .shopping .cart-content .cart-item .cart-good-name
{
    width: 420px;
}

.membercenter .shopping .cart .cart-title .number, .membercenter .shopping .cart-content .cart-item .good-item-money, .membercenter .shopping .cart-content .cart-item .good-number
{
    width: 110px;
}

.membercenter .shopping .cart .cart-title .price
{
    width: 75pt;
}

.membercenter .shopping .cart-content .cart-item .good-number .number
{
    position: static;
}

.membercenter .shopping .cart-content .cart-item .good-all-money
{
    border-left: 1px solid #eee;
}

.membercenter .shopping .cart .cart-title .check-detail, .membercenter .shopping .cart-content .cart-item .money-type
{
    float: right;
    width: 150px;
    text-align: center;
}

.membercenter .shopping .cart .cart-title .check-detail a, .membercenter .shopping .cart .cart-title .check-detail a:hover, .membercenter .shopping .cart .cart-title .check-detail a:visited
{
    display: inline-block;
    width: 85px;
    background: url(/News/images/icon-more2.png) no-repeat top 22px right 6px;
    color: #f90;
}

.membercenter .shopping .cart .cart-title .check-detail a:hover
{
    opacity: .8;
}

.membercenter .shopping .cart-content .cart-item .money-type input
{
    margin-top: 56px;
    margin-left: 10px;
    width: auto;
    padding: 0 18px;
    height: 35px;
    border: none;
    border-radius: 5px;
    background-color: #f90;
    color: #fff;
    font-family: Arial,Microsoft YaHei;
    line-height: 37px;
    cursor: pointer;
}

.membercenter .shopping .cart-content .cart-item .money-type input:hover
{
    opacity: .8;
}

.membercenter .main .user-account .account-left .online
{
    position: relative;
    top: -12px;
    float: right;
    display: inline-block;
}

.membercenter .main .user-account .account-left .online a
{
    float: right;
    margin-top: 9pt;
    padding: 0 0 0 28px;
    width: 130px;
    height: 2pc;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    background: -webkit-linear-gradient(#fcfcfc,#f5f5f5);
    background: linear-gradient(#fcfcfc,#f5f5f5);
    color: #f90;
    text-align: left;
    font-size: 9pt;
    line-height: 30px;
    cursor: pointer;
}

.membercenter .main .user-account .account-left .online a:hover
{
    background: #fff;
}

.membercenter .main .user-account .account-left .online a span img
{
    position: relative;
    top: 5px;
    margin-right: 5px;
    width: 18px;
}

.myorder .shopping .cart-content
{
    border: none;
}

.myorder .shopping .cart-content .cart-item .cart-good-name, .myorder .shopping .cart-content .cart-item .good-item-money, .myorder .shopping .cart-content .cart-item .good-number
{
    height: 100%;
    border-bottom: 1px solid #eee;
}

.myorder .shopping .title, .myorrderdetail .shopping .title
{
    overflow: hidden;
}

.myorder .shopping .title h2, .myorrderdetail .shopping .title h2
{
    float: left;
}


.myorder .shopping .title .search
{
    position: relative;
    float: right;
    padding-top: 17px;
}

.myorder .shopping .title .search .text-search
{
    float: right;
    padding-left: 8px;
    width: 220px;
    height: 28px;
    line-height: 27px;
    outline: none;
    border: 1px solid #eee;
    border-radius: 4px;
    font-family: Arial, Microsoft YaHei;
}

.myorder .shopping .title .search .btn-search
{
    position: absolute;
    top: 24px;
    right: 5px;
    width: 20px;
    height: 20px;
    outline: none;
    border: none;
    background: url(/News/images/icon-search.png) no-repeat;
    -webkit-appearance: none;
}

.myorder .shopping .title .search .btn-search:hover
{
    background: url(/News/images/icon-search.png) no-repeat;
}



.myorder .shopping .title .sort-menu, .myorrderdetail .shopping .title .sort-menu
{
    float: right;
}

.myorder .shopping .title .sort-menu select
{
    box-sizing: border-box;
    margin-left: 5px;
    padding: 0 35px;
    width: 145px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: url(/News/images/select-icon.png) no-repeat top 18px right 24px;
    background-color: #fff;
    color: #666;
    text-align: center;
    font-family: Arial,Microsoft YaHei;
    line-height: 40px;
    cursor: pointer;
    -webkit-appearance: none;
}

.myorrderdetail .shopping .cart .cart-title .name, .myorrderdetail .shopping .cart-content .cart-item .cart-good-name
{
    width: 510px;
}

.myorrderdetail .shopping .cart .cart-title .number, .myorrderdetail .shopping .cart-content .cart-item .good-number
{
    width: 158px;
}

.myorrderdetail .orderdetail-bar
{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px 30px;
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
}

.myorrderdetail .orderdetail-bar .order-progress
{
    position: relative;
    top: 1px;
    overflow: hidden;
    width: 100%;
}

.myorrderdetail .orderdetail-bar .order-progress-bg
{
    position: relative;
    position: absolute;
    top: 83px;
    left: 110px;
    overflow: hidden;
    width: 45pc;
    height: 1pc;
    background: url(/News/images/progress-bg.png) center bottom repeat-x;
}

.myorrderdetail .orderdetail-bar .order-progress .order-status
{
    float: left;
    overflow: hidden;
    padding-bottom: 30px;
    width: 20%;
    min-height: 110px;
    text-align: center;
}

.myorrderdetail .orderdetail-bar .order-progress .order-status-this
{
    background: url(/News/images/order-status.png) no-repeat center bottom;
}

.myorrderdetail .orderdetail-bar .order-progress .order-status .point
{
    margin: 10px 0;
    text-align: center;
}

.myorrderdetail .orderdetail-bar .order-progress .order-status .point span
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/News/images/point-no.png) no-repeat;
    background-size: 1pc 18px;
}

.myorrderdetail .orderdetail-bar .order-progress .order-status-out .point span, .myorrderdetail .orderdetail-bar .order-progress .order-status-this .point span
{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/News/images/point-yes.png) no-repeat top -1px center;
    background-size: 24px;
}

.myorrderdetail .orderdetail-bar .order-progress .order-status p, .myorrderdetail .orderdetail-bar .order-progress .order-status p span
{
    color: #787878;
    font-size: 9pt;
}

.myorrderdetail .orderdetail-bar .order-progress .order-status .statustext
{
    color: #a6a6a6;
    font-size: 1pc;
}

.myorrderdetail .orderdetail-bar .order-progress .order-status-out p.statustext, .myorrderdetail .orderdetail-bar .order-progress .order-status-this .statustext, .myorrderdetail .orderdetail-bar .order-progress .order-status-this p, .myorrderdetail .orderdetail-bar .order-progress .order-status-this p span
{
    color: #323232;
}

.myorrderdetail .orderdetail-bar .order-status-detail
{
    overflow: hidden;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    border: 1px solid #E3E3E3;
    border-radius: 8px;
    background-color: #f6f7f8;
    color: #616161;
    font-size: 14px;
    line-height: 2rem;
}

.myorrderdetail .orderdetail-bar .order-status-detail .order-status-detail-text
{
    font-size: 18px;
}

.myorrderdetail .orderdetail-bar .order-status-detail span
{
    color: #f90;
}

.myorrderdetail .orderdetail-bar .order-status-detail input, .myorrderdetail .shopping .title .sort-menu input
{
    box-sizing: border-box;
    margin-top: 10px;
    margin-right: 10px;
    width: 100px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
    background-image: -webkit-linear-gradient(#fff,#f6f6f6);
    background-image: linear-gradient(#fff,#f6f6f6);
    color: #666;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Microsoft YaHei;
    cursor: pointer;
}

.myorrderdetail .orderdetail-bar .order-status-detail input:hover, .myorrderdetail .shopping .title .sort-menu input
{
    opacity: .8;
}

.myorrderdetail .orderdetail-bar .order-status-detail input.confirm, .myorrderdetail .shopping .title .sort-menu input
{
    background-color: #f90;
    background-image: -webkit-linear-gradient(#ffa51f,#f90);
    background-image: linear-gradient(#ffa51f,#f90);
    color: #fff;
}

.myorrderdetail .shopping .title .sort-menu input
{
    margin: 0;
    margin-top: 10px;
}

.myorrderdetail .orderdetail-bar .order-status-detail input.cancel
{
    border: 1px solid #eee;
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(#fff,#fafafa);
    background-image: linear-gradient(#fff,#fafafa);
}

.expenserecord .prompt-pop .btn
{
    text-align: center;
}

.expenserecord .prompt-pop .btn .confirm
{
    float: none;
}

.expenserecord .shopping
{
    border-radius: 8px;
}

.expenserecord .shopping .title .sort-menu
{
    margin-top: 10px;
}

.expenserecord .shopping .cart-content .cart-item, .membercenter .shopping .membercenter-shop-record .cart-content .cart-item
{
    height: 5pc;
    line-height: 5pc;
}

.expenserecord .membercenter .shopping .cart-content .cart-item .number, .expenserecord .shopping .cart .cart-title .number, .membercenter .shopping .membercenter-shop-record .cart-item .number, .membercenter .shopping .membercenter-shop-record .cart-title .number
{
    float: left;
    display: inline-block;
    width: 250px;
    text-align: left;
}

.expenserecord .shopping .cart .cart-title .money, .expenserecord .shopping .cart .cart-title .note, .expenserecord .shopping .cart .cart-title .time, .expenserecord .shopping .cart .cart-title .type, .expenserecord .shopping .cart-content .cart-item .money, .expenserecord .shopping .cart-content .cart-item .note, .expenserecord .shopping .cart-content .cart-item .time, .expenserecord .shopping .cart-content .cart-item .type, .membercenter .shopping .membercenter-shop-record .cart-content .cart-item .money, .membercenter .shopping .membercenter-shop-record .cart-content .cart-item .note, .membercenter .shopping .membercenter-shop-record .cart-content .cart-item .time, .membercenter .shopping .membercenter-shop-record .cart-content .cart-item .type, .membercenter .shopping .membercenter-shop-record .cart-title .money, .membercenter .shopping .membercenter-shop-record .cart-title .note, .membercenter .shopping .membercenter-shop-record .cart-title .time, .membercenter .shopping .membercenter-shop-record .cart-title .type
{
    float: left;
    display: inline-block;
    width: 150px;
    text-align: center;
}

.expenserecord .shopping .cart .cart-title .note, .expenserecord .shopping .cart-content .cart-item .note
{
    width: 215px;
}

.expenserecord .shopping .cart-content .cart-item .note a
{
    float: none;
    display: inherit;
    color: #f90;
}

.receivedgood .shopping .cart .cart-title div, .receivedgood .shopping .cart-content .cart-item div
{
    float: left;
    display: inline-block;
}

.receivedgood .shopping .cart-content .cart-item
{
    height: 90pt;
    line-height: 90pt;
}

.receivedgood .shopping .cart .cart-title .name, .receivedgood .shopping .cart-content .cart-item .name
{
    width: 90pt;
    text-align: left;
}

.receivedgood .shopping .cart .cart-title .address, .receivedgood .shopping .cart-content .cart-item .address
{
    width: 25pc;
    text-align: left;
}

.receivedgood .shopping .cart .cart-title .phone
{
    width: 115px;
    text-align: center;
}

.receivedgood .shopping .cart-content .cart-item .phone
{
    width: 130px;
    text-align: center;
}

.receivedgood .shopping .cart .cart-title .edit, .receivedgood .shopping .cart-content .cart-item .edit
{
    width: 180px;
    text-align: center;
}

.receivedgood .shopping .cart-content .cart-item .edit
{
    padding: 0 30px;
}

.receivedgood .shopping .cart-content .cart-item .edit a
{
    margin-left: 15px;
    color: #f90;
}

.receivedgood .shopping .cart-content .cart-item .edit a:hover
{
    opacity: .8;
}

.receivedgood .shopping .cart-content .cart-item .edit a.is-default
{
    color: #707473;
}

.receivedgood .shopping .cart .cart-title .operation, .receivedgood .shopping .cart-content .cart-item .good-operation
{
    width: 5pc;
    text-align: center;
}

.receivedgood .shopping .cart-content .cart-item .good-operation .delete-good
{
    margin-top: 42px;
}

.datamanagement .content
{
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #eee;
    border-top: none;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: #fff;
}

.datamanagement .is-set .management-text
{
    background: url(/News/images/isset.png) no-repeat top 9pt left 0;
}

.datamanagement .no-set .management-text
{
    background: url(/News/images/noset.png) no-repeat top 9pt left 0;
}

.datamanagement .management-box
{
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px 1pc;
    width: 100%;
    height: 90pt;
    border-bottom: 1px solid #eee;
}

.datamanagement .management-box:last-child
{
    border-bottom: none;
}

.datamanagement .management-box .userheader
{
    float: left;
    width: 5pc;
    height: 5pc;
}

.datamanagement .management-box .userheader img
{
    width: 5pc;
    height: 5pc;
    border-radius: 8px;
}

.datamanagement .management-box .management-text
{
    float: left;
    padding-left: 34px;
}

.datamanagement .management-box .management-text h2
{
    margin: 15px 0 10px;
    color: #616161;
    font-weight: 400;
    font-size: 18px;
}

.datamanagement .management-box .management-text p
{
    color: #8c8c8c;
    font-size: 14px;
}

.datamanagement .management-box .management-operation
{
    float: right;
    line-height: 5pc;
}

.datamanagement .management-box .management-operation span
{
    color: #f90;
    font-size: 14px;
    cursor: pointer;
}

.datamanagement .management-box .management-operation span:hover
{
    opacity: .8;
}

.datamanagement .pop .con input[type=text]
{
    line-height: 18px;
}

.datamanagement .pop .con .btn_ok
{
    margin-top: 25px;
}

.pop .con .verification
{
    width: 100%;
}

.pop .con .verification input.ver-code
{
    width: 255px;
}

.pop .con .verification input.btn-ver-code
{
    box-sizing: border-box;
    margin-left: 10px;
    padding: 14px;
    width: 130px;
    border: 1px solid #eee;
    border-radius: 4px;
    background-color: #fff;
    background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, #ffffff),color-stop(1, #f1f1f1));
    background-image: linear-gradient(#fff,#f0f0f0);
    background-image: -webkit-linear-gradient(#fff,#f0f0f0);
    color: #666;
    font-size: 14px;
    font-family: Arial,Microsoft YaHei;
    -webkit-appearance: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff',endColorstr='#f1f1f1')";
}

.datamanagement .set-header-img-pop
{
    margin-top: -265px;
    margin-left: -25pc;
    width: 50pc;
    height: 600px;
}

.datamanagement .set-header-img-pop .con
{
    box-sizing: border-box;
    padding: 50px 140px;
    height: 470px;
}

.datamanagement .set-header-img-pop .con .small-header-img
{
    float: left;
    width: 90pt;
}

.datamanagement .set-header-img-pop .con .small-header-img img
{
    width: 90pt;
    height: 90pt;
    border: none;
    border-radius: 8px;
}

.datamanagement .set-header-img-pop .con .big-header-img
{
    float: right;
    width: 350px;
    height: 350px;
    border: 1px solid #e5e8ea;
    border-radius: 8px;
    background-color: #f7f8f9;
}

.datamanagement .set-header-img-pop .con .big-header-img img
{
    width: 350px;
    height: 350px;
    border: none;
    border-radius: 8px;
}

.datamanagement .set-header-img-pop .con .small-header-img .info
{
    margin: 20px 0;
    color: #616161;
    text-align: center;
    font-size: 1pc;
}

.datamanagement .set-header-img-pop .con .small-header-img .btn-select-img
{
    width: 75pt;
    height: 40px;
    border: none;
    border-radius: 8px;
    background-color: #f90;
    color: #fff;
    text-align: center;
    font-size: 1pc;
    font-family: Arial,Microsoft YaHei;
}

.datamanagement .set-header-img-pop .con .small-header-img .btn-select-img:hover
{
    opacity: .8;
}

.datamanagement .set-header-img-pop .btn input
{
    width: 145px;
}

.datamanagement .set-header-img-pop .btn .cancel
{
    float: right;
    margin-left: 20px;
}

.datamanagement .change-phone-success-pop
{
    text-align: center;
}

.datamanagement .change-phone-success-pop h2
{
    margin: 35px 0;
    color: #3c3c3c;
    font-weight: 400;
    font-size: 24px;
}

.datamanagement .change-phone-success-pop .info
{
    color: #8c8c8c;
    font-size: 1pc;
}

.greatvideo
{
    overflow: hidden;
    margin-bottom: 60px;
}

.greatvideo .container
{
    width: 1222px;
}

.greatvideo .video-box
{
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-left: 20px;
    width: 385px;
    height: 420px;
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
}

.greatvideo .video-box .video-play
{
    overflow: hidden;
    width: 100%;
    height: 250px;
    text-align: center;
}

.greatvideo .video-box .video-play img.bg
{
    display: block;
    width: 100%;
    height: 100%;
}

.greatvideo .video-box .video-play .name
{
    position: relative;
    top: -160px;
    color: #fff;
    font-size: 18px;
}

.greatvideo .video-box .video-play a
{
    position: relative;
    top: -150px;
}

.greatvideo .video-box .video-play a:hover
{
    opacity: .8;
}

.greatvideo .video-box .video-info
{
    box-sizing: border-box;
    padding: 25px 20px;
}

.greatvideo .video-box .video-info .name
{
    overflow: hidden;
    margin-bottom: 20px;
    color: #686868;
    font-size: 18px;
}

.greatvideo .video-box .video-info .name span
{
    float: left;
}

.greatvideo .video-box .video-info .name .no-buy
{
    float: left;
    display: inline-block;
    margin-top: 2px;
    margin-left: 6px;
    width: 31px;
    height: 20px;
    background: url(../images/icon-try-see.png) no-repeat;
    background-size: 31px 20px;
}

.greatvideo .video-box .video-info .name .is-buy
{
    float: left;
    display: inline-block;
    margin-top: 2px;
    margin-left: 6px;
    width: 31px;
    height: 20px;
    background: url(../images/icon-formal-see.png) no-repeat;
    background-size: 31px 20px;
}

.greatvideo .video-box .video-info .intro
{
    margin-bottom: 18px;
    color: #a9a8a8;
    font-size: 14px;
}

.greatvideo .video-box .video-info .price-info
{
    margin-bottom: 14px;
    color: #f90;
    font-size: 14px;
}

.greatvideo .video-box .video-info .time-number
{
    color: #bfbfbf;
    font-size: 14px;
}

.greatvideo .video-box .video-info .time
{
    float: left;
}

.greatvideo .video-box .video-info .number
{
    float: right;
}

.greatvideo .video-box .video-info .btn-play
{
    position: relative;
    bottom: 5px;
    float: right;
    display: none;
    padding: 5px 0;
    width: 90pt;
    border: none;
    border-radius: 8px;
    background-color: #f90;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Microsoft YaHei;
}

.greatvideo .prompt, .video-tutorial .prompt
{
    margin: 20px 0;
    margin-left: 20px;
    width: 100%;
    color: #777;
    font-size: 1pc;
}

.greatvideo .prompt input, .video-tutorial .prompt input, .video-tutorial .recommend .select-goods ul li.box .price input, .video-tutorial .video-about .video-info .video-shop .btn-shop input
{
    box-sizing: border-box;
    margin-left: 20px;
    padding: 0;
    width: 100px;
    height: 34px;
    border: none;
    border-radius: 8px;
    background-color: #f90;
    color: #fff;
    font-family: Arial,Microsoft YaHei;
    line-height: 35px;
}

.greatvideo .prompt input:hover, .video-tutorial .prompt input:hover, .video-tutorial .recommend .select-goods ul li.box .price input:hover, .video-tutorial .video-about .video-info .video-shop .btn-shop input:hover
{
    opacity: .8;
}

.video-tutorial .video-about .video-info .video-shop .btn-shop input.btn-collection
{
    border: 1px solid #eee;
    background-color: #fafafa;
    background-image: -webkit-linear-gradient(#fff,#fafafa);
    background-image: linear-gradient(#fff,#fafafa);
    color: #666;
}

.video-tutorial .video-about
{
    border: 1px solid #eee;
    border-radius: 8px;
    background-color: #fff;
}

.video-tutorial .videoprompt
{
    width: 100%;
    height: 548px;
    line-height: 530px;
    text-align: center;
    font-size: 26px;
    color: #999;
    background-color: #f0f0f0;
}


.video-tutorial .video-play
{
    display: none;
}

.video-tutorial .video-about .video-info
{
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px;
}

.video-tutorial .video-about .video-info .video-intro
{
    float: left;
    width: 500px;
    color: #a9a8a8;
    font-size: 14px;
    line-height: 1.6rem;
}

.video-tutorial .video-about .video-info .video-intro .title
{
    margin-bottom: 10px;
    color: #686868;
    font-size: 20px;
}

.video-tutorial .video-about .video-info .line
{
    float: left;
    display: block;
    margin: 0 90px;
    margin-top: 20px;
    width: 1px;
    height: 150px;
    background-color: #eee;
}

.video-tutorial .video-about .video-info .video-shop
{
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    width: 410px;
}

.video-tutorial .video-about .video-info .video-shop .shop-img
{
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 25px 0;
    padding-left: 0;
    width: 200px;
    height: 200px;
}

.video-tutorial .video-about .video-info .video-shop .shop-img a
{
    position: relative;
    overflow: hidden;
}

.video-tutorial .video-about .video-info .video-shop .shop-img img
{
    width: 160px;
}

.video-tutorial .video-about .video-info .video-shop p
{
    color: #686868;
    font-size: 1pc;
}

.video-tutorial .video-about .video-info .video-shop .item-info
{
    float: left;
}

.video-tutorial .video-about .video-info .video-shop .name
{
    margin-top: 40px;
    margin-bottom: 10px;
    color: #424242;
    font-size: 1pc;
}

.video-tutorial .video-about .video-info .video-shop .name a, .video-tutorial .video-about .video-info .video-shop .name a:visited
{
    color: #424242;
}

.video-tutorial .video-about .video-info .video-shop .name a:hover
{
    color: #f90;
}

.video-tutorial .video-about .video-info .video-shop .info
{
    color: #a9a8a8;
    font-size: 9pt;
}

.video-tutorial .video-about .video-info .video-shop .price
{
    margin: 15px 0;
    color: #f90;
    font-size: 1pc;
}

.video-tutorial .video-about .video-info .video-shop .btn-shop input
{
    margin: 0;
}

.video-tutorial .recommend h2
{
    margin-top: 35px;
    margin-bottom: 15px;
    color: #777;
    font-weight: 400;
    font-size: 22px;
}

.video-tutorial .recommend .select-goods ul li.box:hover .price i, .video-tutorial .recommend .select-goods ul li.box:hover .price span
{
    position: absolute;
    left: 26%;
    z-index: 100;
    display: none;
}

.mycoupon .content
{
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
}


/*优惠券未使用（ticket）    不能使用(no-ticket)     已过期（is-out）    已使用（is-use）   已领取（is-receive）  已抢完（no-tick）*/
.mycoupon .content .ticket, .mycoupon .content .no-ticket
{
    cursor: pointer;
    position: relative;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0 30px 30px 0;
    padding: 10px 17px;
    padding-right: 12px;
    width: 330px;
    height: 75pt;
    background: url(../images/ticket-bg.png) no-repeat;
}

.mycoupon .content .ticket:hover, .mycoupon .content .no-ticket:hover
{
    opacity: .8;
}

.mycoupon .content .no-ticket, .mycoupon .content .is-use
{
    background: url(../images/no-ticket-bg.png) no-repeat;
}

.mycoupon .content .ticket .ticket-left, .mycoupon .content .no-ticket .ticket-left
{
    float: left;
}

.mycoupon .content .ticket .ticket-right, .mycoupon .content .no-ticket .ticket-right
{
    float: right;
}

.mycoupon .content .ticket .ticket-left .name, .mycoupon .content .no-ticket .ticket-left .name
{
    color: #fd9c09;
    font-size: 22px;
}

.mycoupon .content .ticket .ticket-left .info, .mycoupon .content .no-ticket .ticket-left .info
{
    margin-top: 9pt;
    margin-bottom: 3px;
    color: #707473;
    font-size: 14px;
}

.mycoupon .content .ticket .ticket-left .time, .mycoupon .content .no-ticket .ticket-left .time
{
    color: #a9a9a9;
    font-size: 9pt;
}

.mycoupon .content .no-ticket .ticket-left .info, .mycoupon .content .no-ticket .ticket-left .name
{
    color: #a9a9a9;
}

.mycoupon .content .ticket .ticket-right .price, .mycoupon .content .no-ticket .ticket-right .price
{
    margin-bottom: 9pt;
    color: #fff;
    font-size: 40px;
}

.mycoupon .content .ticket .ticket-right .price i, .mycoupon .content .no-ticket .ticket-right .price i
{
    font-style: normal;
    font-size: 1pc;
}

.mycoupon .content .ticket .ticket-right .info, .mycoupon .content .ticket .ticket-right .info span, .mycoupon .content .ticket .ticket-right .info a, .mycoupon .content .no-ticket .ticket-right .info, .mycoupon .content .no-ticket .ticket-right .info span, .mycoupon .content .no-ticket .ticket-right .info a
{
    margin: 0 5px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.mycoupon .content .ticket .ticket-right .info a:visited, .mycoupon .content .no-ticket .ticket-right .info a:visited
{
    color: #fff;
    font-size: 14px;
}

.mycoupon .content .ticket .ticket-right .info a:hover, .mycoupon .content .no-ticket .ticket-right .info a:hover
{
    opacity: .8;
}

.mycoupon .content .is-out .is-type, .mycoupon .content .is-use .is-type, .mycoupon .content .is-receive .is-type, .mycoupon .content .no-receive .is-type, .mycoupon .content .no-tick .is-type
{
    position: absolute;
    top: 8px;
    left: 120px;
    width: 100px;
    height: 100px;
    background: url(../images/is-out.png) no-repeat;
}

.mycoupon .content .is-use .is-type
{
    background: url(../images/is-use.png) no-repeat;
}

.mycoupon .content .is-receive .is-type
{
    background: url(../images/is-receive.png) no-repeat;
}

.mycoupon .content .no-receive .is-type
{
    background: url(../images/no-receive.png) no-repeat;
}

.mycoupon .content .no-tick .is-type
{
    background: url(../images/no-tick.png) no-repeat;
}

.videoorder .shopping .cart-content .cart-item .cart-good-name, .videoorder .shopping .cart-content .cart-item .good-item-money, .videoorder .shopping .cart-content .cart-item .good-number
{
    border-bottom: none;
}

.videoorder .shopping .cart-content .cart-item, .videoorder .shopping .cart-content .cart-item:last-child
{
    border-bottom: 1px solid #eee;
}

.mycomments .main
{
    overflow: hidden;
    background-color: #fff;
}

.mycomments .comments
{
    position: relative;
    top: -28px;
    display: none;
    overflow: hidden;
    padding-top: 10px;
    background: url(../images/icon-mycom.png) no-repeat top 2px right 70px;
}

.mycomments .speech-comments
{
    box-sizing: border-box;
    margin: 0 30px;
    padding: 10px 20px;
    border: 1px solid #ffeac9;
    background-color: #fffdf9;
}

.mycomments .speech-comments .title
{
    box-sizing: border-box;
    padding: 0;
    padding-bottom: 10px;
    width: 100%;
    height: auto;
    border: none;
    border-bottom: 1px solid #eee;
    background-color: #fffdf9;
    color: #4e4e4e;
    font-size: 14px;
    line-height: normal;
}

.mycomments .speech-comments .con
{
    box-sizing: border-box;
    padding: 10px 0;
}

.goodsdetail .store-info-box .evaluation-item, .goodsdetail .goods-info-box .shopevaluation .evaluation .evaluation-star .evaluation-item, .mycomments .speech-comments .con .item
{
    overflow: hidden;
    box-sizing: border-box;
    margin: 10px 0;
    width: 100%;
}

.goodsdetail .store-info-box .evaluation-item .name, .goodsdetail .goods-info-box .shopevaluation .evaluation .evaluation-star .evaluation-item .name, .mycomments .speech-comments .con .item .name
{
    float: left;
    margin-right: 20px;
    color: #4e4e4e;
    font-size: 14px;
}

.goodsdetail .store-info-box .evaluation-item .name
{
    margin-right: 5px;
    color: #d4d4d4;
}

.goodsdetail .goods-info-box .shopevaluation .evaluation .evaluation-star .evaluation-item .star, .mycomments .speech-comments .con .item .star
{
    float: left;
    margin-top: 3px;
}

.goodsdetail .store-info-box .evaluation-item img, .goodsdetail .goods-info-box .shopevaluation .evaluation .evaluation-star .evaluation-item .star img, .mycomments .speech-comments .con .item .star img
{
    margin-right: 5px;
    width: 16px;
    height: auto;
}

.goodsdetail .store-info-box .evaluation-item .fwxinxin
{
    position: relative;
    top: 2px;
}

.mycomments .speech-comments .con .item textarea
{
    box-sizing: border-box;
    padding: 10px;
    width: 750px;
    height: 75pt;
    border: 1px solid #eee;
    border-radius: 8px;
    color: #323232;
    font-size: 9pt;
    resize: none;
}

.mycomments .speech-comments .con .item .submit
{
    display: block;
    margin-top: 5px;
    width: 75pt;
    height: 35px;
    border: none;
    border-radius: 5px;
    background-color: #ff9f0f;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-family: Arial,Microsoft YaHei;
    line-height: 37px;
}

.mycomments .speech-comments .con .item .submit:hover
{
    opacity: .8;
}

.mycollection .shopping .cart-content .cart-item
{
    height: 145px;
    line-height: 145px;
}

.mycollection .shopping .cart .cart-title span, .mycollection .shopping .cart-content .cart-item div
{
    display: inline-block;
    width: 90pt;
    text-align: center;
}

.mycollection .shopping .cart .cart-title .number, .mycollection .shopping .cart-content .cart-item .cart-good-name
{
    width: 420px;
    text-align: left;
}

.mycollection .member-content .main .shopping .content .cart .cart-content .cart-item .money-type, .mycollection .member-content .main .shopping .content .cart .cart-title .note
{
    float: none;
    width: 245px;
}

.mycollection .member-content .main .shopping .content .cart .cart-content .cart-item .money-type input
{
    margin-left: 0;
}

.announcement .content
{
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px 30px;
    width: 100%;
}

.announcement .content ul
{
    width: 100%;
    list-style: none;
}

.announcement .content ul li
{
    overflow: hidden;
    width: 100%;
    color: #707473;
    list-style: disc inside;
    font-size: 14px;
    line-height: 24px;
}

.announcement .content ul li .title
{
    display: inline-block;
    margin-bottom: 15px;
    width: 950px;
}

.announcement .content ul li .title a, .announcement .content ul li .title a:active, .announcement .content ul li .title a:visited
{
    color: #707473;
    vertical-align: middle;
    font-size: 1pc;
    line-height: 24px;
}

.announcement .content ul li .title a:hover
{
    color: #f90;
}

.announcement .content ul li .time
{
    float: right;
    width: 150px;
    color: #b1b1b1;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    text-align: right;
}

.newsbom
{
    padding: 10px 30px;
    padding-bottom: 30px;
    color: #9e9e9e;
    font-size: 14px;
    line-height: 24px;
}

.newsbom a, .newsbom a:visited
{
    color: #666;
}

.newsbom a:hover
{
    color: #f90;
}

.newsbom p span
{
    text-align: left;
}

.newsbom p span.norecord
{
    color: #999;
}

.video-play-box
{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding: 40px 45px;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 5px;
    background-color: #fff;
}

.video-play-box .box-left
{
    float: left;
    width: 50pc;
}

.video-play-box .box-left .title
{
    margin-bottom: 30px;
    color: #686868;
    font-size: 20px;
}

.video-play-box .box-left .type
{
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}

.video-play-box .box-left .type .item-title, .video-play-box .box-left p .item-title
{
    float: left;
    margin-top: 10px;
    margin-right: 30px;
    color: #999;
    font-size: 15px;
}

.video-play-box .box-left p .item-title
{
    margin-top: 0;
}

.video-play-box .box-left p.time
{
    margin-top: 15px;
    margin-left: 20px;
    color: #999;
    font-size: 15px;
}

.video-play-box .box-left p.time span#lblMonth, .video-play-box .box-left p.time span#lblhh
{
    margin: 0 5px;
}

.video-play-box .box-left .type ul
{
    float: left;
}

.video-play-box .box-left .type ul li
{
    float: left;
    box-sizing: border-box;
    margin-right: 20px;
    padding: 15px;
    border: 1px solid #eee;
    border-radius: 5px;
    list-style: none;
    text-align: center;
    cursor: pointer;
}

.video-play-box .box-left .type ul li span
{
    display: block;
    width: 100%;
    color: #686868;
    text-align: center;
    font-size: 15px;
}

.video-play-box .box-left .type ul li span.price
{
    color: #f90;
}

.video-play-box .box-left .type ul li.this
{
    border: 1px solid #f90;
}

.video-play-box .box-left .type ul li.this span
{
    color: #f90;
}

.video-play-box .box-right
{
    position: absolute;
    right: 30px;
    bottom: 0;
    float: right;
    box-sizing: border-box;
    margin: 30px 0;
    padding-left: 40px;
    width: 300px;
    border-left: 1px solid #eee;
}

.video-play-box .box-right .price
{
    float: left;
    margin: 10px 0;
    color: #f90;
    font-size: 20px;
}

.video-play-box .box-right p input
{
    margin-left: 30px;
    width: 145px;
    height: 40px;
    border: none;
    border-radius: 5px;
    background-color: #f90;
    color: #fff;
    text-align: center;
    font-family: Arial,Microsoft YaHei;
    line-height: 41px;
    cursor: pointer;
}

.video-play-box .box-right p input:hover
{
    opacity: .8;
}

.video-play-box .box-left .type table tr td
{
    padding: 10px 20px;
    vertical-align: middle;
    text-align: center;
    font-size: 1pc;
}

.video-play-box .box-left .type table tr td.title
{
    color: #999;
}

.video-play-box .box-left .type table tr td.con span
{
    display: block;
    width: 90px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 6px;
    color: #686868;
    vertical-align: middle;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.video-play-box .box-left .type table tr td.con span i
{
    font-style: normal;
    font-size: 9pt;
    font-family: Microsoft YaHei, "微软雅黑";
}

.video-play-box .box-left .type table tr td.con span:hover, .video-play-box .box-left .type table tr td.this span
{
    border: 1px solid #f90;
    color: #f90;
}

.video-play-box .box-left .type table tr td.border-bottom
{
    border-bottom: 1px solid #eee;
}

.video-play-box .box-left .type table tr td.border-right
{
    border-right: 1px solid #eee;
}

.upgrade .video-play-box .box-left .type table tr td.no span
{
    border: 1px solid #eee;
    background-color: #eee;
    color: #686868;
}

.upgrade .video-play-box .box-left .type
{
    margin-bottom: 0;
}

.upgrade .video-play-box .box-left, .upgrade .video-play-box .box-right
{
    width: 50%;
}

.upgrade .video-play-box .box-right
{
    position: relative;
    right: 0;
    bottom: 0;
    float: right;
    box-sizing: border-box;
    margin: 0;
    margin-top: 60px;
    padding-left: 0;
    width: 50%;
    height: auto;
    border-left: none;
}

.upgrade .video-play-box .box-right p.name
{
    font-size: 20px;
}

.upgrade .video-play-box .box-right p.name .phone
{
    font-size: 1pc;
}

.upgrade .video-play-box .box-right p.time
{
    overflow: hidden;
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    color: #999;
    font-size: 15px;
}

.upgrade .video-play-box .box-right p span
{
    color: #424242;
    font-size: 15px;
}

.upgrade .video-play-box .box-right p span.price
{
    color: #f90;
}

.upgrade .video-play-box .box-right p span.item-title
{
    overflow: hidden;
    margin-top: 0;
    width: 5pc;
}

.upgrade .video-play-box .box-right .type .item-title, .upgrade .video-play-box .box-right p .item-title
{
    float: left;
    margin-top: 0;
    margin-right: 20px;
    color: #999;
    font-size: 15px;
}

.upgrade .video-play-box .box-right .price
{
    margin: 0;
    font-size: 30px;
}

.upgrade .video-play-box .box-right .price i
{
    font-style: normal;
    font-size: 20px;
}

.upgrade .video-play-box .box-right .text
{
    vertical-align: bottom;
    line-height: 30px;
}

.upgrade .video-play-box .box-right p input
{
    margin-left: 75pt;
}

.upgrade .video-play-box .box-right p span.item-text
{
    margin-left: 30px;
    color: #999;
}

.add-cart-pop
{
    z-index: 100;
    margin-top: -150px;
    margin-left: -155px;
    padding-top: 20px;
    padding-bottom: 30px;
    width: 350px;
    border: 1px solid #eee;
    box-shadow: 0 9px 30px -6px rgba(0,0,0,.2),0 18px 20px -10px rgba(0,0,0,.04),0 18px 20px -10px rgba(0,0,0,.04),0 10px 20px -10px rgba(0,0,0,.04);
    color: #666;
    text-align: center;
}

.add-cart-pop p
{
    margin-top: 20px;
    font-size: 20px;
}

.add-cart-pop p.text
{
    color: #999;
    font-size: 9pt;
}

.login-v2 .maincontent, .reg-v2 .maincontent
{
    overflow: hidden;
    padding-bottom: 3px;
    width: 100%;
    background-color: #fff;
    box-shadow: inset 0 9px 9pt -8px rgba(0,0,0,.1),0 0 0 0 transparent,0 0 0 0 transparent,0 0 0 0 transparent;
}

.login-v2 .dialog, .reg-v2 .dialog
{
    position: relative;
    top: 0;
    left: 0;
    width: 450px;
    margin: 0 auto;
}

.login-v2 .dialog .content, .reg-v2 .dialog .content
{
    margin-top: 20px;
    width: 100%;
    min-height: 5in;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: none;
}

.login-v2 .textinfo
{
    margin-bottom: 15px;
    color: #424242;
    font-size: 1pc;
}

.login-v2 .dialog .content .content-box ul li input.user_phone, .login-v2 .dialog .content .content-box ul li input.user_pwd
{
    padding-left: 40px;
    background: url(../images/icon-user.png) no-repeat top 11px left 9pt;
    background-size: auto 18px;
}

.login-v2 .dialog .content .content-box ul li input.user_pwd
{
    background: url(../images/icon-pwd.png) no-repeat top 9pt left 9pt;
    background-size: auto 18px;
}

.reg-v2 .pop
{
    margin-top: -233px;
    margin-left: -520px;
    width: 750pt;
    height: auto;
    border: 1px solid #f90;
}

.reg-v2 .pop .title
{
    padding-left: 30px;
    text-align: left;
}

.reg-v2 .pop .con
{
    padding: 10px;
    text-align: center;
}

.reg-v2 .pop .con .btn_ok
{
    margin-top: 0;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    padding-top: 1px;
    box-sizing: border-box;
}

.reg-v2 .pop .textcontent
{
    overflow: auto;
    height: 410px;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
}

.reg-v2 .dialog
{
    width: 75pc;
    text-align: center;
}

.reg-v2 .dialog .content .tab
{
    margin: 0 auto;
    width: 75pc;
    border-bottom: 2px solid #e3e3e3;
    background-color: #fff;
    text-align: center;
}

.reg-v2 .dialog .content .tab .tab-span
{
    overflow: hidden;
    margin: 0 auto;
    width: 360px;
}

.reg-v2 .dialog .content .tab .tab-span a, .reg-v2 .dialog .content .tab .tab-span a span, .reg-v2 .dialog .content .tab .tab-span a:visited
{
    color: #323232;
    line-height: 58px;
}

.reg-v2 .dialog .content .tab .tab-span a span:hover
{
    border-bottom: 2px solid #f90;
    color: #f90;
    line-height: 58px;
}

.reg-v2 .dialog .content .tab .tab-span span.this
{
    border-bottom: 2px solid #f90;
    background-color: #fff;
    color: #fff;
    color: #f90;
    line-height: 58px;
}

.reg-v2 .dialog .content .content-box
{
    margin: 0 auto;
    width: 450px;
}

.reg-v2 .dialog .content .progress
{
    overflow: hidden;
    margin: 60px auto 0;
    width: 420px;
}

.reg-v2 .dialog .content .progress div
{
    float: left;
    padding-right: 50px;
    text-align: left;
}

.reg-v2 .dialog .content .progress div.no-next
{
    background: url(../images/no-next.png) no-repeat top 8px right 20px;
}

.reg-v2 .dialog .content .progress div.is-next
{
    background: url(../images/is-next.png) no-repeat top 8px right 20px;
}

.reg-v2 .dialog .content .progress div.last
{
    padding-right: 0;
    width: 75pt;
    background: none;
}

.reg-v2 .dialog .content .progress div img
{
    float: left;
    margin-right: 10px;
}

.reg-v2 .dialog .content .progress div span
{
    display: inline-block;
    height: 30px;
    color: #999;
    line-height: 29px;
}

.reg-v2 .dialog .content .progress div.is-next span
{
    color: #424242;
}


.dialog .content .content-box ul li p.newreg
{
    font-family: Arial, Microsoft YaHei;
    font-size: 18px;
    color: #424242;
    margin-top: 10px;
}

.dialog .content .content-box ul li p.newreg .tag
{
    font-size: 18px;
    color: #ff9900;
}


/*分销专属二维码*/
.fxqr
{
    padding-top: 45px;
    padding-bottom: 35px;
    text-align: center;
    border: 1px solid #eee;
    border-top: none;
    box-sizing: border-box;
}

.fxqr p
{
    margin-bottom: 20px;
    font-family: Microsoft YaHei, "微软雅黑";
    font-size: 14px;
    color: #424242;
}

.fxqr .link span
{
    font-size: 14px;
    color: #919191;
}

.fxqr .link a
{
    font-size: 14px;
    color: #ff9900;
    margin-left: 10px;
}

.fxqr .link input
{
    width: 58px;
    height: 30px;
    border-radius: 6px;
    border: none;
    background-color: #ff9900;
    font-size: 14px;
    color: #fff;
    font-family: Microsoft YaHei, "微软雅黑";
    margin-left: 10px;
}

.fxqr .link input:hover
{
    opacity: .8;
}

.fxqr p img
{
    margin-top: 5px;
}




/*举报热线*/
.reporthotline .container .protext, .reporthotline .container .protext p, .reporthotline .container .protext span, .reporthotline .container .protext a
{
    font-size: 14px;
    color: #424242;
    font-family: Arial, Microsoft YaHei;
}

.reporthotline .container .protext
{
    padding: 50px 60px;
    box-sizing: border-box;
}

.reporthotline .container .protext p
{
    margin-bottom: 20px;
}

.reporthotline .container .protext h4
{
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.reporthotline .container .protext h4.phone
{
    font-size: 18px;
}

.reporthotline .container .protext p a
{
    font-size: 14px;
    color: #ff9900;
}
.reporthotline .container .protext p a:hover
{
    color: #ff9900;
    opacity: 0.8;
}
.reporthotline .container .contact
{
    width: 1078px;
    height: 465px;
    margin: 60px;
    margin-top: 0px;
    padding: 35px 40px;
    background-color: #f6f6f6;
    overflow: hidden;
    box-sizing: border-box;
}

.reporthotline .container .contact .content
{
    padding: 0;
    margin: 0;
}

.reporthotline .container .contact .message
{
    width: 378px;
    padding: 0;
}

.reporthotline .container .contact .message input
{
    width: 340px;
}

.reporthotline .container .contact .message h2
{
    margin-bottom: 18px;
}

.reporthotline .container .contact .message textarea
{
    max-width: 610px;
    max-height: 298px;
    width: 610px;
    height: 298px;
    margin-top: 41px;
}

.reporthotline .container .contact .message .error
{
    display: block; /* display: none; */
    font-size: 12px;
}


/*退款*/
.refunds .container
{
    overflow: hidden;
    box-sizing: border-box;
    background-color: #f2f2f2;
}

.refunds .cart
{
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.refunds .cart .cart-title span.order a, .refunds .cart .cart-title span.order a:hover, .refunds .cart .cart-title span.order a:visited
{
    color: #f90;
    font-size: 12px;
    font-family: Arial, Microsoft Yahei;
    margin-left: 10px;
}

.refunds .cart-content .cart-item .good-name span.bhnumber
{
    display: block;
    color: #999;
}

.refunds .cart-content .cart-item .good-number .number input
{
    width: 30px;
    height: 22px;
    line-height: 21px;
    border: 1px solid #a9a9a9;
    border-radius: 2px;
    text-align: center;
    margin: 0 10px;
    font-family: Arial, Microsoft YaHei;
}

.refunds .cart .cart-title .name, .shopping .cart-content .cart-item .cart-good-name
{
    width: 680px;
}

.refunds .cart-content .cart-item .good-number .up
{
    margin-left: 25px;
}

.refunds .all-good .good-ship
{
    float: right;
    color: #999;
    font-size: 14px;
    margin-left: 12px;
}

.wrapper .membercenter .refunds .all-good .good-ship .selectnumber
{
    font-size: 16px;
    color: #f90;
}

.refunds .all-good .good-ship span.all-info
{
    color: #666;
    margin-right: 5px;
}

.refunds .all-good
{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.refunds .allgood-info
{
    box-sizing: border-box;
    padding: 10px 25px;
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
    color: #5f6161;
    text-align: right;
    font-size: 14px;
    line-height: 2rem;
}

.refunds .allgood-info span
{
    font-weight: 700; /* margin-left: 10px;*/
    font-family: Microsoft YaHei, "微软雅黑";
}


.refunds .refunds-info
{
    overflow: hidden;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px 30px;
    border: 1px solid #eee;
    margin-top: 10px;
}

.refunds .refunds-info .title
{
    padding: 0;
    height: 40px;
    line-height: 40px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: none;
}

.refunds .refunds-info .prometinfo
{
    font-size: 14px;
    color: #424242;
    line-height: 30px;
    margin-top: 10px;
}

.refunds .refunds-info .prometinfo i
{
    width: 15px;
    height: 10px;
    line-height: 40px;
    font-size: 24px;
    color: #f90;
    float: left;
}

.refunds .refunds-info .two
{
    margin-top: 0;
}

.refunds .refunds-info .reason
{
    position: relative;
    width: 370px;
    height: 50px;
    margin: 20px 0;
}

.refunds .refunds-info .reason select
{
    -webkit-appearance: none;
    width: 370px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    font-size: 14px;
    color: #424242;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 0 10px;
    font-family: Arial, Microsoft YaHei;
}

.refunds .refunds-info .reason:after
{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid #999;
    border-left: 2px solid #999;
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.refunds .refunds-info textarea
{
    width: 370px;
    height: 120px;
    font-size: 14px;
    color: #424242;
    border: 1px solid #dedede;
    border-radius: 4px;
    padding: 10px;
    font-family: Arial, Microsoft YaHei;
    line-height: 20px;
}

.refunds .refunds-info .allphoto
{
    margin-top: 20px;
}

.refunds .refunds-info .allphoto p
{
    font-size: 14px;
    color: #424242;
    font-family: Arial, Microsoft YaHei;
    margin-top: 25px;
    margin-bottom: 15px;
}

.refunds .refunds-info .allphoto .photo .addphoto
{
    width: 95px;
    height: 95px;
    border: 1px solid #d6d7dc;
    border-radius: 6px;
    text-align: center;
    padding: 25px 20px;
}

.refunds .refunds-info .allphoto .photo p
{
    width: 95px;
    text-align: center;
    font-size: 14px;
    color: #999;
    margin-top: 8px;
    font-family: Arial, Microsoft YaHei;
}

.refunds .backsuccess .text
{
    font-size: 24px;
    color: #3c3c3c;
    font-family: Arial, Microsoft YaHei;
    margin: 25px 0;
}

.refunds .backsuccess .info
{
    line-height: 42px;
    font-size: 20px;
    color: #f90;
}
.jbtit
{
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    border: 1px solid #eee;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 20px 30px;
    font-size: 16px;
    color: #666;
}
.goodsdetail .jcimg
{
    overflow: hidden;
    position:relative;
}
.goodsdetail .fgx
{
    position: absolute;
    height: 100%;
    border-left: 1px solid #E4E4E4;
    left: 255px;
    top:0;
    z-index:2;
}
.goodsdetail .jcimg .jcleft
{
    float: left;
    width: 255px;
    background: #FFFEFD;
    padding-top: 52px;
    text-align: center;
}
.goodsdetail .jcimg .jcleft .icase > img
{
    border: 1px solid #EEEEEE;
    width: 160px;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    cursor: pointer;
}
.goodsdetail .jcimg .jcleft .icase
{
    position: relative;
    margin-bottom: 36px;
}
.goodsdetail .jcimg .jcleft .icase i.t_sjx
{
    position: absolute;
    top: 72px;
    right: -1px;
    display: none;
    z-index:3;
}
.goodsdetail .jcimg .jcleft .icase .tyname
{
    font-size: 14px;
    color: #424242;
    display: inline-block;
    margin-top: 10px;
}
.goodsdetail .jcimg .jcleft .t_icase i.t_sjx
{
    display: inline-block;
}
.goodsdetail .jcimg .jcleft .t_icase > img
{
    border: 1px solid #FF9900;
}
.goodsdetail .jcimg .jcright
{
    float: left;
    width: 942px;
    padding: 50px 45px 45px 45px;
    overflow: hidden;
}
.goodsdetail .jcimg .jcright img
{
    float: left;
    width: 252px;
    border: 1px solid #F3F3F3;
    margin-bottom: 48px;
    margin-right: 47px;
    cursor: pointer;
}
.goodsdetail .jcimg .jcright img:nth-child(3n)
{
    margin-right: 0px;
}
