@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input {
    vertical-align: middle;
}

img {
    border: 0;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

input,
textarea,
select {
    font: inherit;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.flex {
    display: flex;
    display: -webkit-flex;
}

.between {
    justify-content: space-between;
}

.around {
    justify-content: space-around;
}

.cen {
    justify-content: center;
}

.center {
    align-items: center;
}

.wrap {
    flex-wrap: wrap;
}

h3 {
    font-weight: normal;
}

em {
    font-style: normal;
}

.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f22 {
    font-size: 22px;
}

.hidden {
    overflow: hidden;
}

.mid {
    vertical-align: middle;
}

.wrap_box {
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    font-family: "微软雅黑";
    line-height: 24px;
    font-size: 14px;
    background: #fff;
    color: #333;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.bigimg img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.bigimg:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.blue {
    color: #0081ff;
}

.red {
    color: red;
}

.bor {
    border: solid 1px #dddddd;
}

.mar_t10 {
    margin-top: 10px;
}

.mar_t20 {
    margin-top: 20px;
}

.gray {
    color: #999;
}

.ddepgray {
    color: #666;
}
/*header*/

.top {
    height: 33px;
    background: #0081ff;
    border-bottom: 1px solid #ddd;
    position: relative;
    z-index: 102;
    /*min-width: 1200px;*/
    line-height: 33px;
    font-size: 12px;
    color: #fff;
}

.top-welcome {
    line-height: 33px;
    color: #fff;
}

.login-fr .deng1 {
    background: transparent url(../img/top-user.png) left center no-repeat;
    margin-left: 40px;
}

.login-fr .deng1:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #fff;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -1px;
}

.login-fr li {
    display: inline-block;
    padding-left: 28px;
    cursor: pointer;
}

.login-fr .deng2 {
    background: transparent url(../img/top-re.png) left center no-repeat;
    margin-left: 20px;
}

.login-fr .code-phone {
    background: transparent url(../img/top-phone.png) 20% center no-repeat;
    position: relative;
    padding-left: 48px;
}

.login-fr .code-us {
    padding-left: 15px;
    position: relative;
    padding-right: 15px;
}

.login-fr .code-phone:after,
.login-fr .deng2:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #fff;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -1px;
}

.login-fr .code-phone .code-box {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    min-width: 185px;
    background-color: #FFF;
    padding: 15px;
    -webket-box-shadow: 0 2px 5px 0 #ddd;
    -moz-box-shadow: 0 2px 5px 0 #ddd;
    -ms-box-shadow: 0 2px 5px 0 #ddd;
    box-shadow: 0 2px 5px 0 #ddd;
}

.login-fr .code-phone .img-box {
    width: 60px;
    height: 60px;
}

.login-fr .code-phone .img-box img {
    width: 100%;
    height: 100%;
}

.login-fr .code-phone .codeimg2 {
    display: none;
}

.login-fr .code-phone .btn-box {
    padding-top: 1px;
}

.login-fr .code-phone .btn-box .btn {
    background: transparent url(../img/top-apple.png) left center no-repeat;
    background-color: #0081ff;
    color: #fff;
    line-height: 26px;
    font-size: 11px;
    padding-left: 23px;
    padding-right: 6px;
    border-radius: 3px;
}

.login-fr .code-phone .btn-box .btn2 {
    background-image: url(../img/top-android.png);
}

.login-fr .code-phone .btn-box .btn1 {
    margin-bottom: 5px;
}

.login-fr .code-phone:after,
.login-fr .deng2:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 14px;
    background-color: #fff;
    vertical-align: middle;
    margin-left: 20px;
    margin-top: -1px;
}

.login-fr .code-phone:hover {
    background-color: #FFF;
    color: #eb1c24;
    background-image: url(../img/top-phone-on.png);
}

.login-fr .code-phone:hover .code-box {
    display: block;
}

.login-fr .code-us {
    padding-left: 15px;
    position: relative;
    padding-right: 15px;
}

.login-fr .code-us .code-box {
    display: none;
    position: absolute;
    top: 32px;
    left: 0;
    background-color: #FFF;
    padding: 8px;
    -webket-box-shadow: 0 2px 5px 0 #ddd;
    -moz-box-shadow: 0 2px 5px 0 #ddd;
    -ms-box-shadow: 0 2px 5px 0 #ddd;
    box-shadow: 0 2px 5px 0 #ddd;
}

.login-fr .code-us .img-box {
    width: 60px;
    height: 60px;
}

.login-fr .code-us .img-box img {
    width: 100%;
    height: 100%;
}

.login-fr .code-us:hover {
    background-color: #FFF;
    color: #eb1c24;
}

.login-fr .code-us:hover .code-box {
    display: block;
}

.header {
    background-color: #FFF;
    position: relative;
    z-index: 101;
    padding: 0 0 20px 0;
}

.header-logo,
.header-logo-fix {
    padding-top: 30px;
}

.header-logo a,
.header-logo-fix a {
    display: block;
    background: url(../img/logo.png) 0 0 no-repeat;
    width: 200px;
    height: 48px;
    line-height: 0;
    font-size: 0;
}

.header-search {
    width: 474px;
    line-height: 30px;
    margin-left: 65px;
    position: relative;
}

.header-search,
.header-cart {
    margin-left: 15px;
    padding-top: 25px;
    margin-top: 3px;
}
.header-quick{
    display: block;
    width: 100px;
    height: 32px;
    margin-top: 28px;
    margin-left: 10px;
    background-color: #0081ff;
    text-align: center;
    line-height: 32px;
    color: white;

}

.header-search form {
    background-color: #FFF;
    width: 496px;
    display: block;
    height: 34px;
    border: 1px solid #0081ff;
    position: relative;
    font-size: 14px;
    overflow: hidden;
}

.header-search form .img {
    position: absolute;
    top: 0;
    left: 48px;
    background: #fff;
    z-index: 2;
    padding: 0 6px;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.header-search form .h-s-category {
    height: 30px;
    padding-left: 15px;
    padding-right: 30px;
    overflow: hidden;
    border: 0;
    font-size: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    border-right: 1px solid #ddd;
}

.header-search input[type=text] {
    border: 0;
    padding: 0 10px;
    width: 300px;
    float: left;
    height: 32px;
    line-height: 32px;
}

.header-search input[type=submit] {
    background: #0081ff;
    height: 32px;
    color: #fff;
    font-size: 14px;
    border: 0;
    width: 100px;
    float: right;
}

.fast-search {
    position: absolute;
    bottom: -35px;
    left: 0;
}

.header-search form a {
    display: inline-block;
    color: #555;
    text-decoration: none;
    line-height: 1.2;
}

.fast-search a {
    margin-right: 10px;
    font-size: 12px;
    color: #999;
}

.header-cart .h-c-mycart {
    width: 150px;
    height: 32px;
    border: 1px solid #ddd;
    border-right: 0;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    position: relative;
    z-index: 4;
}

.icon {
    display: inline-block;
    vertical-align: middle;
}

.cart {
    width: 21px;
    height: 17px;
    background: url(../img/cart.png) 0 0 no-repeat;
}

.header-cart .h-c-mycart span {
    vertical-align: middle;
    margin-left: 10px;
}

.header-cart .h-c-cartnum {
    background-color: #0081ff;
    height: 32px;
    line-height: 32px;
    width: 42px;
    text-align: center;
    color: #fff;
}

.header-cart .h-c-showcart {
    display: none;
    position: absolute;
    z-index: 3;
    right: 0;
    top: 56px;
    background-color: #FFF;
    border: 1px solid #ddd;
    width: 350px;
}

.header-cart .h-c-s-list h3 {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    text-indent: 8px;
}

.header-cart .h-c-s-list .h-c-s-all {
    max-height: 350px;
    overflow-y: scroll;
}

.header-cart .h-c-s-list dl {
    padding: 10px;
    border-bottom: 1px dotted #ddd;
}

.header-cart .h-c-s-list dt {
    float: left;
    margin-right: 8px;
}

.header-cart .h-c-s-list dt img {
    width: 48px;
    height: 48px;
}

.header-cart .h-c-s-list .h-c-s-a-thumb {
    width: 175px;
}

.header-cart .h-c-s-list .h-c-s-a-thumb a {
    color: #555;
}

.header-cart .h-c-s-list .h-c-s-total {
    background-color: #F0F0F0;
    padding: 5px 10px;
    text-align: right;
    padding-top: 10px;
}

.header-cart .h-c-s-list .h-c-s-total {
    background-color: #F0F0F0;
    padding: 5px 10px;
    text-align: right;
    padding-top: 10px;
}

.header-cart .h-c-s-list .h-c-s-total p {
    line-height: 25px;
}

.orange {
    color: #FF7D00;
    text-decoration: none;
}

.header-cart .h-c-s-list .h-c-s-total .gotopay {
    margin: 5px 0;
    line-height: 28px;
}

.header-cart .h-c-s-list .h-c-s-total .gotopay a {
    display: inline-block;
    line-height: 28px;
    padding: 0 10px;
    color: #fff;
    text-decoration: none;
    -webket-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-color: #0065b3;
}

.header-cart .h-c-s-no {
    padding: 40px 20px;
    text-align: center;
}

.header-cart:hover .h-c-showcart {
    display: block !important;
}

.nav {
    border-bottom: 2px solid #0081ff;
    height: 40px;
    position: relative;
    z-index: 100;
    min-width: 1200px;
    margin-bottom: 10px;
}

.n-cate {
    width: 200px;
    /*width: 230px;*/
    position: relative;
}

.n-c-hd {
    background-color: #0061bf;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
    position: relative;
    border-width: 0 1px;
    cursor: pointer;
}

.n-c-hd .category {
    margin-right: 9px;
}

.category {
    width: 13px;
    height: 10px;
    background: url(../img/category.png) 0 0 no-repeat;
}

.n-c-hd span {
    vertical-align: middle;
}

.n-c-hd .arrow-down-big {
    position: absolute;
    top: 18px;
    right: 16px;
}

.arrow-down-big {
    width: 11px;
    height: 6px;
    background: url(../img/arrow-down-big.png) center no-repeat;
}

.n-c-list {
    background-color: #0081ff;
    color: #fff;
    position: absolute;
    /* height: 434px; */
    width: 200px;
    z-index: 9;
}

.l-d-caption {
    padding: 8px 8px;
    padding-left: 10px;
    padding-right: 0px;
    border-left: 1px solid #0081ff;
    border-right: 1px solid #0081ff;
    border-top: 1px solid #1471b9;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}


.l-d-caption h3 {
    font-size: 14px;
    /*display: inline-block;*/
    /*line-height: 14px;*/
    /*border-left: 4px solid #fff;*/
    /*margin-left: 4px;*/
    /*padding-left: 12px;*/
    /*margin-bottom: 8px;*/
    /*margin-bottom: 10px;*/
}

.l-d-caption .fast-link {
    font-size: 12px;
    padding-left: 15px;
    line-height: 18px;
    height: 36px;
    overflow: hidden;
}

.l-details:first-child .l-d-caption {
    border-top: 0;
}

.l-d-caption .fast-link a {
    margin-right: 5px;
    line-height: 18px;
    display: inline-block;
}

.n-c-list a {
    text-decoration: none;
    color: #fff;
}

.n-c-list .link-all {
    display: block;
    line-height: 28px;
    background-color: #e5edf3;
    color: #0081ff;
    margin: 0 35px;
    margin-top: 1px;
    text-align: center;
    -webket-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
}

.l-d-more {
    position: absolute;
    height: 434px;
    width: 970px;
    padding: 10px;
    left: 200px;
    /*left: 229px;*/
    top: 0;
    background-color: #fff;
    visibility: hidden;
    border: 1px solid #0081ff;
    border-top: 0;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto;
}

.l-d-more dl {
    /* border-bottom: 1px dashed #e5e6e7; */
    position: relative;
    /* padding: 15px 0px; */
    line-height: 2;
    margin-bottom: 20px;
}

.l-d-more dl dt {
    color: #0081ff;
    /* float: left; */
    /* display: inline-block; */
    position: relative;
    padding-right: 10px;
    border-bottom: 1px dashed #ccc;
    width: 100%;
    margin-bottom: 5px;
}

.l-d-more dl dt a {
    color: #0081ff;
    white-space: nowrap;
}
/*
.l-d-more dl dt:after {
    position: absolute;
    width: 2px;
    height: 15px;
    background-color: #999;
    right: 0;
    top: 50%;
    margin-top: -7px;
    content: "";
} */

.l-d-more dl dd {
    overflow: hidden;
}

.l-d-more dl dd a {
    color: #999 !important;
    white-space: nowrap;
    margin-right: 15px;
}

.l-details:hover .l-d-more {
    visibility: visible;
}

.l-details:hover .l-d-caption {
    color: #0081ff;
    border-right-color: #fff;
    background-color: #fff;
}

.l-details:hover a {
    color: #0081ff;
}

.l-d-more::-webkit-scrollbar {
    width: 16px;
    border-radius: 16px;
    background-image: linear-gradient(90deg, transparent 4px, #f0f5fa 4px, #f0f5fa 12px, transparent 12px, transparent);
}

.l-d-more::-webkit-scrollbar-thumb {
    width: 16px;
    border-radius: 8px;
    background-color: #dce8f0;
}

.n-navlist a {
    line-height: 40px;
    color: #333;
    font-size: 14px;
    float: left;
    width: 100px;
    text-align: center;
    text-decoration: none;
}

.n-navlist a.on,
.n-navlist a:hover {
    background-color: #0081ff;
    color: #fff;
}

.banner {
    /* height: 808px; */
    width: 730px;
    margin-left: 210px;
    /*margin-left: 240px;*/
    overflow: hidden;
}

.flexslider {
    position: relative;
    overflow: hidden;
}

.flexslider .slides {
    position: relative;
    z-index: 1;
}

.flexslider .slides img {
    width: 100%;
}

.flexslider .flex-control-nav {
    position: absolute;
    top: 394px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flexslider .flex-control-nav li {
    display: inline-block;
    *display: inline;
    width: 44px;
    height: 7px;
    margin: 0 5px;
}

.flexslider .flex-control-nav li a {
    display: inline-block;
    width: 44px;
    height: 7px;
    line-height: 40px;
    overflow: hidden;
    background: #fff;
    cursor: pointer;
}

.flexslider .flex-control-nav .flex-active {
    background: #0181ff;
}

.flexslider .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flexslider .flex-direction-nav li a {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
}

.flexslider .flex-direction-nav li a.flex-prev {
    left: 40px;
    background: url(../images/prev.png) center center no-repeat;
}

.flexslider .flex-direction-nav li a.flex-next {
    right: 40px;
    background: url(../images/next.png) center center no-repeat;
}

.cuxiao-info {
    width: 250px;
    border: 1px solid #ddd;
    /* height: 808px; */
}

.cuxiao-info h4 {
    line-height: 45px;
    background-color: #f7f5f5;
    padding-left: 15px;
    color: #333;
}

.cuxiao-info h4 a {
    color: #999;
    padding-right: 10px;
}

.cuxiao-info .img-box {
    height: 75px;
    margin: 10px;
    display: block;
}

.cuxiao-info .img-box img {
    width: 100%;
    height: 100%;
}

.cuxiao-list {
    margin-left: 10px;
    margin-right: 10px;
}

.cuxiao-list li {
    position: relative;
    padding-left: 20px;
}

.cuxiao-list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    background-color: #999;
    width: 4px;
    height: 4px;
    -webket-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    margin-top: -2px;
}

.cuxiao-list li a {
    display: block;
    line-height: 30px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 12px;
}

.time_limit_top {
    padding: 22px 15px 22px 22px;
}

.time {
    padding: 3px 0 0 23px;
}

.time span {
    width: 24px;
    height: 24px;
    background: #0081ff;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 100%;
    margin: 0 5px;
}

.time_limit_tit {
    background: #f9f9f9;
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
}

.time_limit_tit li {
    float: left;
    font-size: 16px;
    margin-right: 44px;
    cursor: pointer;
}

.time_limit_tit li span {
    font-size: 14px;
    color: #999;
    margin-left: 17px;
}

.time_limit_tit li.current {
    color: #2891ed;
}

.time_limit_tit li.current span {
    font-size: 16px;
    color: #2891ed;
}

.time_limit_list {
    padding: 37px 0 0;
    /*height: 230px;*/
    display: none;
}

.time_limit_list:first-child {
    display: block;
}

.time_limit_list li {
    width: 567px;
    float: left;
    border-right: solid 1px #eeeeee;
    padding-right: 30px;
    margin-right: 29px;
    margin-left: 29px;
    padding-bottom: 5px;
}

.time_limit_list li:nth-child(2n) {
    border-right: none;
    margin-right: 0;
    margin-left: 0;
}

.time_limit_list_pic {
    width: 149px;
    height: 149px;
    margin-right: 15px;
}

.time_limit_list_pic img {
    height: 100%;
    width: 100%;
}

.time_limit_list_con {
    width: 370px;
}

.time_limit_list_tit {
    width: 290px;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
}

.progress_box {
    margin: 10px 0 10px;
}

.progress {
    width: 180px;
    height: 14px;
    border-radius: 20px;
    background: #f1f1f1;
    margin: 6px 20px 0 0;
}

.progress_on {
    width: 50%;
    height: 14px;
    background: #10bdff;
    border-radius: 20px;
}

.progress_result span {
    color: #10bdff;
    margin-left: 5px;
}

.time_limit_price {
    font-size: 16px;
    color: red;
    line-height: 38px;
}

.time_limit_price del {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}

.brand_list li {
    width: 360px;
    float: left;
    position: relative;
    margin-right: 10px;
}

.brand_list li:last-child {
    margin-right: 0;
    width: 88px;
}

.brand_con {
    left: 40px;
    top: 30px;
    color: #fff;
}

.brand_con h3 {
    font-size: 22px;
}

.brand_con p {
    font-size: 14px;
    text-transform: uppercase;
    opacity: 0.6;
}
/*
.newpro {
    padding: 20px 15px 0 20px;
    height: 390px;
}*/

.newpro {
    padding: 20px 15px 0;
    height: 390px;
}

.title {
    font-size: 16px;
}

.title span {
    color: #333;
    font-size: 28px;
    margin-right: 20px;
}

.newpro_list {
    margin: 30px 0 0;
}

.newpro_list li {
    width: 210px;
    float: left;
    margin-right: 28px;
}

.newpro_list li:last-child {
    margin-right: 0;
}

.newpro_list_pic {
    width: 210px;
    height: 173px;
    margin-bottom: 5px;
}

.newpro_list_pic img {
    width: 100%;
    height: 100%;
}

.pro_tit {
    line-height: 24px;
    /*height: 48px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.hotpro {
    padding: 20px 15px 0 20px;
    height: 345px;
}

.hotpro_list li {
    width: 365px;
    float: left;
    margin: 20px 30px 0 0;
}

.hotpro_list li:nth-child(3n+3) {
    margin-right: 0;
}

.hotpro_list_pic {
    width: 134px;
    height: 105px;
    border: solid 1px #f2f2f2;
}

.hotpro_list_pic img {
    width: 100%;
    height: 100%;
}

.hotpro_list_con {
    width: 213px;
}

.hotpro_list_con .pro_tit {
    min-height: 24px;
    margin-bottom: 5px;
}

.hotpro_list_num {
    margin-top: 5px;
}

.hotpro_list_num span {
    background: #dbecff;
    font-size: 12px;
    border-radius: 20px;
    color: #0081ff;
    padding: 3px 15px;
}

.floor_tit_box {
    line-height: 67px;
    border-bottom: solid 3px #0181ff;
}

.floor_tit {
    font-size: 26px;
}

.floor_tit b {
    color: #0181ff;
    font-size: 48px;
    margin-right: 15px;
}

.floor2 .floor_tit_box {
    border-bottom: solid 3px #06d5c1;
}

.floor2 .floor_tit_box .floor_tit b {
    color: #06d5c1;
}

.floor3 .floor_tit_box {
    border-bottom: solid 3px #ffa510;
}

.floor3 .floor_tit_box .floor_tit b {
    color: #ffa510;
}

.floor4 .floor_tit_box {
    border-bottom: solid 3px #9b52d8;
}

.floor4 .floor_tit_box .floor_tit b {
    color: #9b52d8;
}

.floor5 .floor_tit_box {
    border-bottom: solid 3px #9dd945;
}

.floor5 .floor_tit_box .floor_tit b {
    color: #9dd945;
}

.floor_list {
    width: 955px;
    border-left: solid 1px #ebebeb;
}

.floor_list li {
    width: 238.5px;
    height: 289px;
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    float: left;
    padding: 15px;
}

.floor_list li .pro_tit {
    min-height: 20px;
    margin: 5px 0 5px;
}

.floor_list li .hotpro_list_num {
    margin-top: 5px;
}

.floor_list_pic {
    height: 160px;
}

.floor_list_pic img {
    width: 100%;
    height: 100%;
}

.box-ad {
    border: 1px solid #ddd;
    background-color: #fdfdfd;
    margin-top: 20px;
}

.box-ad ul.ad-ul {
    width: 100%;
    text-align: center;
}

.box-ad ul.ad-ul li {
    height: 75px;
    margin-left: -1px;
    padding: 14px;
    float: left;
    vertical-align: middle;
    width: 14.29%;
    position: relative;
}

.box-ad ul.ad-ul li:after {
    content: "";
    width: 1px;
    height: 47px;
    background-color: #ddd;
    display: block;
    position: absolute;
    left: 0;
    top: 14px;
}

.box-ad ul.ad-ul li:first-child:after {
    width: 0px;
}

.box-ad ul.ad-ul li a {
    display: block;
    text-align: center;
    height: 47px;
    overflow: hidden;
}

.box-ad ul.ad-ul li img {
    height: 100%;
    max-width: none;
}

.fix-floor {
    display: none;
    position: fixed;
    top: 150px;
    left: 250px;
    transition: all 0.5s;
    z-index: 100;
    width: 3em;
}

.fix-floor div {
    background-color: #0081ff;
    color: #fff;
    border-bottom: 1px solid #fff;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    padding: 12px 5px;
    font-size: 12px;
}

.aside_float {
    width: 78px;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -138px;
    z-index: 100;
    cursor: pointer;
}

.aside_sort li {
    position: relative;
    width: 78px;
    height: 50px;
    margin-top: 2px;
    font-size: 14px;
}

.aside_sort li a {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 98px;
    height: 50px;
    line-height: 50px;
    background: #0081ff;
    color: #fff;
    padding-left: 12px;
    border-radius: 6px 0 0 6px;
    overflow: hidden;
    transition: width 0.3s;
}
.aside_sort li.li_erwei1 a{
    height: 90px;
line-height: 24px;
padding-top:8px;
}

.aside_sort li em {
    float: left;
    width: 21px;
    height: 24px;
    margin: 14px 4px 0 0;
    background: url(../img/kf-tel.png) no-repeat;
    display: none;
}

.aside_sort li a span {
    display: none;
    margin-left: 10px;
    font-size: 12px;
}

.aside_sort li .side-erwei {
    width: 100px;
    height: 100px;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    position: absolute;
    left: -200%;
    top: -25px;
    transform: scale(0);
    transition: all 0.6s;
}

.aside_sort li .side-erwei img {
    width: 100%;
    height: 100%;
}

.aside_sort .li_qq:hover a {
    width: 200px;
}

.aside_sort .li_qq:hover a em {
    background: url(../img/kf_qq.png) no-repeat center;
}

.aside_sort .li_tel:hover a {
    width: 200px;
}

.aside_sort .li_erwei:hover a {
    width: 120px;
}

.aside_sort .li_erwei:hover a em {
    background: url(../img/erweiicon.png) no-repeat center;
}

.aside_sort .li_erwei:hover .side-erwei {
    transform: scale(1);
}

.aside_sort li a:hover {
    color: #fff;
    background: #ff9000;
    font-weight: bold;
}

.aside_sort li a:hover em,
.aside_sort li a:hover span {
    display: inline;
}

.aside_sort .li_erwei1:hover a {
    width: 120px;
}
.aside_sort li .side-erwei1{
        /*left:-270px;*/
        top:-9px;
}


.footer {
    background-color: #3a3f52;
    color: #7A7F83;
    width: 100%;
}

.footer-ban {
    border-bottom: 1px solid #6b6f7b;
}

.fo-con {
    padding: 20px 0px;
    border-bottom: 1px solid #6b6f7b;
}

.fo-con dl {
    line-height: 2;
    margin-right: 80px;
}

.fo-con dl dt {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.fo-con dl dd {
    font-size: 12px;
}

.fo-con dl dd a {
    color: #c4c2c2;
}

.fo-tel {
    background: transparent url(../img/ser-icon.png) left top no-repeat;
    padding-left: 80px;
    margin-right: 76px;
}

.fo-tel .online {
    border: 1px solid #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    height: 32px;
    margin-top: 8px;
    display: inline-block;
    padding: 0px 22px;
}

.fo-tel .online a {
    display: block;
    background: transparent url(../img/online.png) left center no-repeat;
    padding-left: 30px;
    color: #fff;
}

.fo-attention {
    background: transparent url(../img/user-icon.png) left top no-repeat;
    padding-left: 80px;
}

.fo-attention h5 {
    color: #fff;
    margin-bottom: 10px;
}

.fo-attention .erwei {
    width: 90px;
    height: 90px;
}

.fo-attention .erwei img {
    width: 100%;
    height: 100%;
}

.fo-attention {
    background: transparent url(../img/user-icon.png) left top no-repeat;
    padding-left: 80px;
}

.fo-end {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 25px;
}

.fo-end ul.fo-end-ul {
    color: #c4c2c2;
    font-size: 12px;
    display: inline-block;
}

.fo-end ul.fo-end-ul li {
    float: left;
}

.fo-end ul.fo-end-ul li a {
    color: #c4c2c2;
    border-left: 1px solid #c4c2c2;
    padding: 0px 5px;
}

.fo-end ul.fo-end-ul li:first-child a {
    border-color: transparent;
}

.fo-end p {
    color: #c4c2c2;
}

.fo-end .tutu {
    margin-top: 10px;
}

.fo-end .tutu img {
    margin: 0px 6px;
}

.main {
    padding-bottom: 50px;
}

.path {
    line-height: 66px;
    color: #666;
}

.m_newpro_tit {
    background: #f4f4f4;
    line-height: 60px;
    padding: 0 20px;
}

.m_newpro_list {
    width: 100%;
    margin-bottom: 45px;
}

.m_newpro_list li {
    width: 239.5px;
}

.m_newpro_list li a div:last-child{
    text-align: center;
}

.page {
    clear: both
}

.page a {
    /*background: #efefef;*/
    color: #666;
    /* padding: 0 15px; */
    margin: 0 5px;
    line-height: 30px;
    display: inline-block;
}

.page a.on {
    background-color: #0061bf;
    color: #fff;
}
.page a .layui-btn{
    padding: 1px !important;
    background-color: #0061bf;
    border: none;
    color: white;
    width: 60px;
}
pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

tr,
img {
    page-break-inside: avoid;
}

h2,
h3 {
    page-break-after: avoid;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
}

.pager li {
    display: inline;
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee;
}

.pager .next>a,
.pager .next>span {
    float: right;
}

.pager .previous>a,
.pager .previous>span {
    float: left;
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}

.pager:before,
.pager:after,
.pager:after,
.pagination {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0 2px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    /*  border-top-left-radius: 4px;
border-bottom-left-radius: 4px;*/
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    /*  border-top-right-radius: 4px;
border-bottom-right-radius: 4px;*/
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #0061bf;
    border-color: #0061bf;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.m_tuijian {
    margin: 50px 0 0;
}

.m_tuijian_list {
    border: solid 1px #dddddd;
    height: 325px;
    padding-left: 4px
}

.m_tuijian_list li {
    width: 210px;
    float: left;
    margin: 30px 14px 0;
}

.m_brand {
    border-left: solid 1px #ebebeb;
    margin-bottom: 45px;
}

.m_brand li {
    border-right: solid 1px #ebebeb;
    border-bottom: solid 1px #ebebeb;
    height: 219px;
    width: 239px;
    float: left;
}

.m_brand_pic {
    height: 156px;
}

.m_brand_pic img {
    width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.m_brand_tit {
    width: 203px;
    margin: 0 auto;
    border-top: solid 1px #ebebeb;
    line-height: 54px;
}

.m_news {
    padding: 42px 40px 20px;
    margin-bottom: 54px;
}

.m_news_tit {
    border-bottom: solid 2px #0081ff;
}

.m_news_tit li {
    float: left;
    line-height: 40px;
    width: 110px;
    text-align: center;
    font-size: 16px;
}

.m_news_tit li.on {
    background: #0081ff;
    color: #fff;
}

.m_news_list {
    padding: 45px 0 0;
}

.m_news_list li {
    width:434px;
    height: 156px;
    float: left;
    margin: 0 18px 30px 0;
    background: #eeeeee;
}

.m_news_list li:nth-child(even) {
    margin-right: 0;
}

.m_news_pic {
    width: 200px;
    height: 156px;
}

.m_news_pic img {
    width: 100%;
    height: 100%;
}

.m_news_con {
    width: 210px;
    margin: 20px 10px 0 0;
}

.m_news_list_tit {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    margin-bottom: 25px;
    font-size: 16px;
}

.m_solution_list {
    padding: 0;
}

.m_news_time {
    font-size: 16px;
}

.m_news_num span {
    margin-left: 10px;
}

.m_news_num span img {
    margin-right: 3px;
}

.m_solution {
    padding-left: 20px;
}

.m_solution li {
    width: 400px;
    float: left;
    margin: 0 45px 40px 0;
}

.m_solution li:nth-child(even) {
    margin-right: 0;
}

.m_solution_type {
    padding: 0 47px;
}

.m_solution_type_list>li {
    padding: 25px 0;
    border-bottom: solid 1px #dddddd;
}

.m_solution_type_list_tit {
    font-size: 18px;
    line-height: 48px;
}

.m_solution_type_list_con {
    width: 900px;
}

.m_solution_type_list_con li {
    width: 116px;
    min-height: 116px;
    border-radius: 10px;
    background: #f3f3f3;
    overflow: hidden;
    text-align: center;
    margin-right: 40px;
    float: left;
}

.m_solution_type_list_con li:nth-child(6n+6) {
    margin-right: 0;
}

.m_solution_type_list_con li img {
    width: 100%;
    height: 85px;
}

.m_solution_type_list_con li h3 {
    font-size: 16px;
    line-height: 24px;
}

.video_box {
    padding: 0 20px;
}

.video_tit_box {
    line-height: 78px;
}

.video_tit {
    font-size: 24px;
}

.video_l {
    width: 420px;
    height: 434px;
    background: #eeeeee;
    border-radius: 10px;
}

.video_pic {
    width: 420px;
    height: 240px;
}

.video_pic img {
    width: 100%;
    height: 100%;
}

.video_pic::after {
    width: 64px;
    height: 64px;
    content: url(../img/video.png);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
}

.video_con {
    padding: 0 5%;
}

.video_list_tit {
    font-size: 18px;
    padding: 25px 0 20px;
}

.video_time {
    background: url(../img/video_time.png) no-repeat;
    width: 116px;
    height: 32px;
    color: #fff;
    line-height: 32px;
}

.video_bot {
    margin: 30px 0 0;
    line-height: 32px;
}

.video_list {
    width: 480px;
}

.video_list li {
    width: 232px;
    height: 207px;
    border-radius: 10px;
    background: #eeeeee;
    overflow: hidden;
    float: left;
    margin: 0 14px 18px 0;
}

.video_list li:nth-child(even) {
    margin-right: 0;
}
.video_list li:nth-child(5),.video_list li:nth-child(6){
  display: none;
}
.video_list li .video_pic {
    width: 100%;
    height: 133px;
}

.video_list_time {
    right: 10px;
    bottom: 10px;
    background: url(../img/video_time2.png) no-repeat;
    width: 80px;
    height: 28px;
    line-height: 28px;
    color: #fff;
}

.video_list_con {
    padding: 0 10px;
}

.video_list_con .video_list_tit {
    font-size: 16px;
    padding: 8px 0 2px;
}

.video_list1 {
    width: 100%;
}

.video_list1 li {
    width: 296px;
    height: 248px;
    margin: 0 18px 24px 0;
}

.video_list1 li:nth-child(3n+3) {
    margin-right: 18px;
}

.video_list1 li:nth-child(4n+4) {
    margin-right: 0;
}
.mar_t20 .video_list li:nth-child(even) {
    margin-right: 18px;
}
.mar_t20 .video_list li:nth-child(3n){
  margin-right: 0;
}
.video_list1 li .video_pic {
    height: 157px;
}

.video_list1 li .video_list_con {
    padding: 0 25px;
}

.video_list1 li .video_list_con .video_list_tit {
    padding: 15px 0 5px;
}

.m_video_box {
    padding: 25px 18px 20px;
    margin-bottom: 54px;
}

.m_video_box .video_list1 {
    padding: 30px 0 0;
}

.video_xx_l {
    width: 800px;
}

.video {
    width: 800px;
    height: 450px;
}

.video video {
    width: 100%;
    height: 100%;
}

.video_info3 {
    padding: 25px 20px;
}

.video_info3 h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.video_info3 p span {
    margin-right: 15px;
}

.comment_box {
    padding: 15px 20px 20px;
}

.comment_txt {
    height: 115px;
    background: #eeeeee;
    width: 100%;
    padding: 15px 20px;
    font-size: 16px;
    border: none;
}

.comment_btn {
    width: 115px;
    height: 41px;
    background: url(../img/btn2.png) no-repeat;
    line-height: 41px;
    font-size: 18px;
    color: #fff;
    border: none;
    margin: 10px 0 0;
}

.comments {
    padding: 20px;
}

.comments li {
    border-bottom: solid 1px #f6f6f6;
    padding: 15px 0;
}

.comment_list_pic {
    width: 50px;
    margin-right: 20px;
}

.comment_list_pic img {
    width: 100%;
    height: 50px;
    border-radius: 50%;
}

.comment_info1 {
    width: 680px;
}

.comment_info1 h2 {
    font-weight: normal;
    font-size: 14px;
}

.comment_info1 p {
    font-size: 14px;
    margin-bottom: 10px;
}

.comment_k1 {
    color: #767676;
    font-size: 12px;
    margin-right: 10px;
}

.video_side {
    width: 350px;
    margin-top: -20px;
}

.video_side li {
    border-bottom: solid 1px #d8d8d8;
    padding: 20px 20px 20px 0;
}

.video_side_pic {
    width: 170px;
    height: 95px;
}

.video_side_pic img {
    width: 100%;
    height: 100%;
}

.video_info4 {
    width: 145px;
    height: 95px;
}

.video_info4 p {
    color: #555;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}

.video_info4 h4 {
    margin-top: 34px;
    font-weight: normal;
}

.video_info4 h4 span {
    color: #767676;
    font-size: 12px;
    margin-left: 5px;
}

.video_info4 h5 {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    font-weight: normal;
}

.video_info4 h5 span {
    color: #0265B3;
    font-size: 14px;
    margin-left: 5px;
}

.video_side li.active a .video_info4 p {
    color: #0265B3;
}

.video_side li.active a .video_info4 h4 {
    display: none;
}

.video_side li.active a .video_info4 h5 {
    display: block;
}

.xx_box {
    padding: 45px 50px;
}

.xx_box .m_news_num {
    font-size: 14px;
    color: #333;
}

.xx_tit {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.xx_con {
    font-size: 16px;
    padding: 40px 0;
    color: #888;
    line-height: 1.875;
}

.nextpage a {
    display: block;
    line-height: 42px;
    color: #666;
}

.backlist {
    width: 163px;
    height: 50px;
    display: block;
    line-height: 50px;
    color: #666;
    right: 0;
    top: 20px;
    background: #eeeeee;
}

.cb-nav {
    position: absolute;
    bottom: 15px;
    right: 43%;
    z-index: 9;
    width: 128px;
}

.cb-nav li {
    width: 50px;
    height: 50px;
}

.cb-nav li.li1 {
    background: url(../img/5.png) no-repeat center center;
    background-size: 100% 100%;
}

.cb-nav li.li2 {
    background: url(../img/6.png) no-repeat center center;
    background-size: 100% 100%;
}

.cb-nav ul .li1.active {
    background: url(../img/8.png) no-repeat center center;
    background-size: 100% 100%;
}

.bdshare-button-style0-32 {
    position: absolute;
    bottom: 55px;
    right: 24.3%;
}

.bdshare-button-style0-32 a {
    float: left;
    width: 32px;
    line-height: 32px;
    height: 32px;
    background-image: url(../img/share/icons_0_32.png?v=acc572ea.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
    text-indent: -100em;
    overflow: hidden;
    color: #3a8ceb;
}

.bdshare-button-style0-32 .bds_weixin {
    background-position: 0 -1612px;
}

.bdshare-button-style0-32 .bds_qzone {
    background-position: 0 -52px;
}

.bdshare-button-style0-32 .bds_tsina {
    background-position: 0 -104px;
}

.bdshare-button-style0-32 .bds_sqq {
    background-position: 0 -2652px;
}

.bdshare-button-style0-32 .bds_more {
    color: #333;
}

.bdshare-button-style0-32 .bds_count {
    color: #333;
    background: url(../img/share/sc.png?v=a970ff04.png) no-repeat 0 -60px;
    width: 48px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    text-align: center;
    text-indent: 0;
}

.message_box {
    background: #eeeeee;
    padding: 40px 50px;
    margin: 30px 0 0;
}

.message {
    background: #fff;
    padding: 35px 40px;
}

.message h3 {
    font-size: 18px;
    color: #666666;
}

.mes_txt {
    background: #eeeeee;
    border-radius: 20px;
    height: 150px;
    width: 100%;
    border: none;
    margin: 20px 0 30px;
    padding: 20px 25px;
}

.mes_btn {
    width: 195px;
    height: 50px;
    background: url(../img/mes_btn.png) no-repeat;
    line-height: 50px;
    margin: 0 auto;
    border: none;
    display: block;
    color: #fff;
    font-size: 18px;
}

.aboutwrap {
    margin: 10px auto 50px auto;
}

.side {
    width: 215px;
    float: left;
}

.sitem {
    border: 1px solid #ddd;
    border-width: 0 1px;
}

.sitem .item {
    background-color: #F7F6F4;
}

.sitem .item>* {
    display: block;
    line-height: 49px;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
}

.sitem .item i {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 15px;
}

.sub a {
    padding-left: 52px;
}

.sitem a {
    display: block;
    line-height: 49px;
    border-bottom: 1px solid #ddd;
}

.sub a:hover,
.sub a.on {
    color: red;
}

.abouthelp {
    background: transparent url(../img/about_help.png) 0 0 no-repeat;
}

.contact_box {
    width: 966px;
    float: right;
}

.mt {
    background-color: #F7F6F4;
    line-height: 40px;
    position: relative;
    padding-left: 62px;
}

.mt:before {
    content: "";
    width: 39px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/jt.png) 0 0 no-repeat;
}

.aboutlist2 {
    margin: 25px;
    padding: 15px;
    border: 1px solid #ddd;
}

.flex-space-between {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.flex-start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
    margin-right: 20px;
    /* color:#bebdbd; */
    color:#000;
    position: relative;

}
/* .flex-start input{
  opacity: 0;
  position: absolute;
  left:0;
  right:0;
} */

.flex-start1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.toggle-img:hover img {
    margin-top: 5px;
    transition: all 0.3s;
}

.toggle-img img {
    transition: all 0.3s;
}

.Classify .classifyBox {
    /* padding: 42px 40px; */
    padding: 20px 30px;
    border: 1px solid #f1f1f1;
    margin-top: 20px;
}

.Classify .classifyBox .About-classify .ul-all .li-all {
    font-size: 18px;
    color: #999999;
}

.Classify .classifyBox .About-brand .li-all {
    font-size: 18px;
    color: #999999;
    /*line-height: 1.7;*/
}

.Classify .classifyBox .now-page .li-all {
    font-size: 18px;
    color: #999999;
    /*line-height: 1.7;*/
}

.now-page {
    /* margin-bottom: 35px; */
    /*margin-bottom: 10px;*/
    width: 1200px;
    margin:20px auto;
    /* margin-bottom: 20px; */
    flex-wrap: wrap;
}

.now-page .span1 {
    font-size: 20px;
    color: #999999;
}

.now-page a {
    font-size: 18px;
    color: #999999;
    display: block;
    /*min-width: 100px;*/
    padding: 0 15px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.now-page a.on {
    border: 1px dashed #0081FF;
    color: #0081FF;
}
.now-page a:hover {
    color: #0081FF;
}

.now-page img {
    padding: 0 15px;
}
.n_fenlei{
  width: 1200px;
  margin:20px auto;
}
.nfltop{
  width: 100%;
  background: #f0f0f0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height:50px;
}
.nfltop h1{
  width: 200px;
  text-align: center;
  line-height:50px;
  font-size: 20px;
  color:#fff;
  background: url(../img/ttbg.png) no-repeat left center;
}
.nfltop a{
  display: flex;
  justify-content: center;
  align-items: center;
  color:#7b7b7b;
  font-size: 16px;
  margin-right: 20px;
}
.flBox{
  height:auto;
}
.flBoxsq dl:nth-child(n+3){
  display: none;
}
.flBox dl{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.flBox dl dt{
  width: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #fff;
  background: #e0e0e0;
  font-size: 16px;
  color:#6f6f6f;
}
.flBox dl dd{
  width: 1090px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding:5px 20px;
  background: #f8f8f8;
  border-bottom: 1px solid #fff;
  overflow: hidden;
}
.flBox dl:nth-child(1) dd{
  height:2.6rem;
  padding-right: 4rem;
  position: relative;
}
.flBox dl:nth-child(1) dd .hl_zkgb{
  position: absolute;
  right:1rem;
  top:0.25rem;
  height:2rem;
  display: inline-block;
  background: #eee;
  color:#0061bf;
  padding:0 1rem;
  border-radius: 1rem;
  cursor: pointer;
}
.flBox dl:nth-child(1) dd .hl_zkgb *{
  font-size: 14px;
  font-weight: normal;
  line-height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.flBox dl:nth-child(1) dd .hl_zkgb * img{
  filter: drop-shadow(-80px 0 #0061bf);
  transform: translate(80px);
  margin-left: 5px;
}
.flBox dl dd a{
  font-size: 16px;
  line-height: 32px;
  margin-right: 20px;
  /* color:#bebdbd; */
  color:#000;
}
.flBox dl dd .flex-start:hover{
  color:#0061bf;
}
.flBox dl dd .flA{
  color:#0061bf;
}
.showMorehandle{
  width: 100%;
  margin:0 auto;
  background: #f8f8f8;
  text-align: center;
  line-height: 36px;
  color:#959595;
  border-bottom:1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
  cursor: default;
}

.Classify .classifyBox .About-classify {
    /* margin-bottom: 35px; */
    /*margin-bottom: 10px;*/
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.Classify .classifyBox .About-classify .span1 {
    font-size: 20px;
    color: #666666;
    display: block;
    /*width:8.81%;*/
}

.Classify .classifyBox .About-classify .ul-all {
    width: 90%;
    padding-right: 5%;
    position: relative;
    transition: all 0.3s;
}

.Classify .classifyBox .About-classify .ul-all.act {
    /*#height: 30px;*/
    overflow: hidden;
    transition: all 0.3s;
}

.Classify .classifyBox .About-classify .ul-all .toggle-img {
    height: 30px;
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
}

.Classify .classifyBox .About-classify .ul-all .toggle-img img {
    transition: all 0.3s;
}

.Classify .classifyBox .About-classify .ul-all .toggle-img img.on {
    transition: all 0.3s;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.Classify .classifyBox .About-classify .ul-all ul {
    flex-wrap: wrap;
}

.Classify .classifyBox .About-classify .ul-all ul .a1 {
    display: block;
    width: 4%;
    box-sizing: border-box;
}

.Classify .classifyBox .About-classify .ul-all ul .li-all {
    width: 91%;
    flex-wrap: wrap;
}

.Classify .classifyBox .About-classify .ul-all ul a {
    font-size: 18px;
    color: #999999;
    display: block;
    /*margin: 0 20px;*/
    margin: 0 25px 0 0;
    height: 30px;
    text-align: center;
    line-height: 30px;
}

.Classify .classifyBox .About-classify .ul-all ul a.on {
    color: #0081FF;
}

.Classify .classifyBox .About-classify .ul-all ul a:hover {
    color: #0081FF;
}

.Classify .classifyBox .About-classify img {
    padding: 0 19px;
}

.Classify .classifyBox .About-brand {
    flex-wrap: wrap;
}

.Classify .classifyBox .About-brand .span1 {
    font-size: 20px;
    color: #666666;
}

.Classify .classifyBox .About-brand .b-box {
    margin: 0 25px 3px 0px;
    box-sizing: border-box;
    height: 30px;
}

.Classify .classifyBox .About-brand .b-box label {
    font-size: 20px;
    color: #999999;
}

.Classify .classifyBox .About-brand .b-box input[type="checkbox"] {
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    margin-right: 10px;
    position: relative;
}

.Classify .classifyBox .About-brand .b-box input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #999999;
}

.Classify .classifyBox .About-brand .b-box input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #0081FF;
    color: #0081FF;
    font-size: 14px;
    font-weight: bold;
}

.About-brand .b-box-all {
    /*width:85%;*/
    width: 90%;
    flex-wrap: wrap;
    /* height: 99px; */
    height: 33px;
    overflow: hidden;
}

.About-brand .b-box-all.act {
    height: auto;
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
}

.Classify .classifyBox .About-brand .b-box {
    margin: 0 25px 20px 0px;
}

.classifyBox_list {
    border-top: solid 1px #ebebeb;
}

.sort {
    background-color: #F9F9F9;
    line-height: 38px;
    height: 38px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.sort .sort-order span {
    float: left;
    padding: 0 15px;
}

.sort .sort-order a {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    margin-right: -1px;
    float: left;
    padding: 0 14px;
    height: 37px;
    line-height: 36px;
    color: #555;
    text-decoration: none;
}

.sort .sort-order a:hover,
.sort .sort-order a.on {
    height: 37px;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.sort .sort-order a i {
    margin: 0 3px;
}

.sort .sort-order a .arrow-down-black {
    width: 7px;
    height: 8px;
    background: url(../img/arrow-down-black.png) 0 0 no-repeat;
}

.sort .sort-order a .arrow-up-black {
    width: 7px;
    height: 8px;
    background: url(../img/arrow-up-black.png) 0 0 no-repeat;
}

.goods {
    margin-bottom: 30px;
}

.g-l {
    width: 400px;
    margin-right: 45px;
}

.jq-z-show {
    text-align: center;
    border: 1px solid #ddd;
}

.jq-z-show img.jqshow-small {
    height: 360px;
    max-width: 100%;
}

.jq-z-change {
    position: relative;
    margin-top: 13px;
}

.arrowleft {
    width: 12px;
    height: 21px;
    background: url(../img/arrowleft.png) 0 0 no-repeat;
}

.jq-z-change .prev,
.jq-z-change .next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 22px;
    cursor: pointer;
}

.jq-z-change .prev {
    left: 8px;
}

.arrowright {
    width: 12px;
    height: 21px;
    background: url(../img/arrowright.png) 0 0 no-repeat;
}

.jq-z-change .prev,
.jq-z-change .next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 22px;
    cursor: pointer;
}

.jq-z-change .next {
    right: 8px;
}

.jq-z-small {
    width: 335px;
    height: 62px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

#thumblist {
    position: absolute;
    width: 9999px;
    height: 62px;
    overflow: hidden;
}

.jq-z-small li {
    width: 62px;
    height: 62px;
    float: left;
    border: 1px solid #ddd;
    margin-right: 5px;
}

.jq-z-small li a {
    display: block;
}

.jq-z-small li img {
    width: 60px;
    height: 60px;
}

.g-r h1 {
    font-size: 24px;
}

.g-r-args {
    margin-top: 10px;
}

.args-bg {
    background-color: #f5f5f5;
    padding: 20px;
}

span.sale {
    font-size: 26px;
}

.Guige-select {
    width: 100%;
}

.Guige-select .guige-box {
    margin-bottom: 15px;
}

.Guige-select .guige-box .p1 {
    font-size: 14px;
    color: #333333;
    margin-bottom: 5px;
}

.Guige-select .guige-box ul li {
    min-width: 100px;
    height: 30px;
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    color: #959595;
    font-size: 14px;
    line-height: 30px;
    border-radius: 3px;
    float: left;
    text-align: center;
    margin-right: 10px;
    padding: 0 5px;
    margin-bottom: 5px;
}

.guige-box ul li.disabled {
    background-color: #ccc;
    border: 1px solid #ccc;
}

.guige-box ul li.active {
    color: red;
    background-color: #FEF0E7;
    border: 1px solid #e4393c;
}

.g-r-args .g-r-line {
    margin: 25px 0;
    position: relative;
    line-height: 32px;
    padding-left: 45px;
}

.g-r-args .g-r-line:last-child {
    padding-top: 25px;
}

.g-r-args .g-r-line span.g-p {
    position: absolute;
    line-height: 34px;
    left: 0;
    text-align: right;
}

.g-r-args .g-nums a {
    width: 20px;
    height: 28px;
    border: 1px solid #ddd;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    text-decoration: none;
    background-image: linear-gradient(#fff, #F1F1F1);
    vertical-align: middle;
}

.g-r-args .g-nums input {
    width: 60px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    vertical-align: middle;
}

.rightnow {
    background-color: #ebf5ff;
    border: 1px solid #0081FF;
    display: inline-block;
    line-height: 40px;
    text-decoration: none;
    width: 100px;
    text-align: center;
    font-size: 14px;
    vertical-align: middle;
    cursor: pointer;
}

.addcartbg {
    background: transparent url(../img/buy.png) 40px center no-repeat;
    display: inline-block;
    background-color: #0081FF;
    width: 160px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    height: 42px;
    line-height: 40px;
    vertical-align: middle;
    margin-left: 10px;
    padding-left: 66px;
}

.addcartbg {
    background: transparent url(../img/buy.png) 10px center no-repeat;
    display: inline-block;
    background-color: #0081FF;
    width: 120px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    height: 42px;
    line-height: 40px;
    vertical-align: middle;
    margin-left: 10px;
    padding-left: 30px;
}

.addcartbg1 {
    background: transparent url(../img/addcart2.png) 20px center no-repeat;
    display: inline-block;
    background-color: #0081FF;
    width: 130px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    height: 42px;
    line-height: 40px;
    vertical-align: middle;
    margin-left: 10px;
    padding-left: 45px;
}

.addcartbg2 {
    background: transparent url(../img/cart2.png) 15px center no-repeat;
    display: inline-block;
    background-color: #0081FF;
    width: 110px;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    height: 42px;
    line-height: 40px;
    vertical-align: middle;
    margin-left: 10px;
    padding-left: 40px;
}

.xubox_shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 19891015;
    display: none;
}

.xubox_layer {
    position: fixed;
    z-index: 19891016;
    width: 400px;
    height: auto;
    top: 387.5px;
    left: 50%;
    display: none;
}

.xubox_main {
    z-index: 19891015;
    height: 180px;
    background-color: #ffffff;
}

.cartpop {
    position: absolute;
    display: none;
    padding: 20px;
    width: 400px;
    text-align: center;
}

.cartpop .cp-t {
    font-size: 18px;
    margin-bottom: 10px;
}

.cartpop .cp-b {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #ddd;
}

.cartpop .cp-b a {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #0081ff;
    color: #0081ff;
    padding: 0 20px;
    border-radius: 3px;
    margin-right: 10px;
}

.cartpop .cp-b a.orange {
    background-color: #0081ff;
    color: #fff;
}

.xubox_close {
    background: transparent url(../img/close.png) 0 0 no-repeat;
    height: 24px;
    width: 24px;
    position: absolute;
    right: -12px;
    top: -12px;
}

#cppj {
    padding: 36px 36px 0px 36px;
}

#cppj .pj-box {
    padding-bottom: 18px;
    border-bottom: 1px solid #dddddd;
}

#cppj .pj-box:last-child {
    border-bottom: none;
}

#cppj .pj-box .tx {
    margin-bottom: 18px;
}

#cppj .pj-box .tx .name {
    font-size: 16px;
    color: #555555;
}

#cppj .pj-box .tx .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

#cppj .pj-box .tx .img img {
    width: 100%;
    height: 100%;
}

#cppj .pj-box .des .des1 p {
    font-size: 16px;
    color: #333333;
}

#cppj .pj-box .des .des2 .p1 {
    font-size: 18px;
    color: #000000;
}

#cppj .pj-box .des .des2 .p2 {
    font-size: 18px;
    color: #666666;
}

#cppj .pj-box .des .des2 ul li {
    margin: 0 4px;
    background: url(/Public/Home/img/kstar.png) no-repeat center center;
    background-size: 100% 100%;
    width: 22px;
    height: 22px;
}

#cppj .pj-box .des .des2 ul li.on {
    background: url(/Public/Home/img/star.png) no-repeat center center;
    background-size: 100% 100%;
}

#cppj .pj-box .des .des2 ul {
    margin: 0 8px;
}

#cppj .pj-box .des .time2 {
    font-size: 18px;
    color: #dddddd;
}

#cppj .pj-box .des .time2 span {
    margin-right: 5px;
}

#cppj .pj-box .des .des1 {
    margin-bottom: 20px;
}

#cppj .pj-box .des .des2 {
    margin-bottom: 20px;
}

.s-c-tab {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.s-c-tab .tab-all {
    background-color: #F5F5F5;
    border-bottom: 1px solid #ddd;
}

.s-c-tab .tab-all a {
    float: left;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    padding: 0 25px;
    border-right: 1px solid #ddd;
    border-top: 2px solid transparent;
    margin-left: -1px;
    margin-top: -1px;
}

.s-c-content {
    border: 1px solid #ddd;
    padding: 20px;
}
.s-c-content img{
    max-width:100%;
}

.s-c-tab .tab-all a.on,
.s-c-tab .tab-all a:hover {
    color: #c40000;
    text-decoration: none;
    border-top: 2px solid #19a1db;
}

.Order-detail {
    margin-top: 10px;
}

.Order-detail .left {
    width: 215px;
}

.Order-detail .left .tit {
    height: 45px;
    width: 100%;
    background-color: #0081ff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 45px;
}

.Order-detail .left .sitem {
    border: 1px solid #ddd;
    border-width: 0 1px;
}

.Order-detail .left .sitem li a {
    display: block;
    line-height: 49px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    text-align: center;
}

.Order-detail .left .sitem li a.on {
    color: #0081ff;
}

.Order-detail .right {
    width: 966px;
}

.Order-detail .right .mt {
    background-color: #F7F6F4;
    line-height: 40px;
    position: relative;
    padding-left: 62px;
}

.Order-detail .right .mt span {
    padding: 0 8px;
}

.Order-detail .right .mt span.on {
    font-size: 12px;
    color: #ed1a21;
}

.Order-detail .right .mt span:hover {
    color: #ed1a21;
}

.Order-detail .right .mt:before {
    content: "";
    width: 39px;
    height: 47px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/jt.png) 0 0 no-repeat;
}

.Order-detail .right .Laddress {
    padding: 28px 0;
}

.Order-detail .right .Laddress .ll {
    font-size: 16px;
    color: #666666;
}

.Order-detail .right .Laddress .ll span {
    font-size: 14px;
    color: #999999;
    margin: 0 9px;
}

.Order-detail .right .Laddress .rr a {
    font-size: 14px;
    color: #0081ff;
}

.Order-detail .right .Laddress .rr img {
    margin-right: 4px;
}

.Order-detail .right .Deail-box {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

.Order-detail .right .Deail-box table {
    text-align: left;
    border: none;
}

.Order-detail .right .Deail-box table tr {
    border: none;
    border-bottom: 1px dashed #eeeeee;
}

.Order-detail .right .Deail-box table tr:first-child {
    border: 1px solid #dddddd;
    border-width: 0 0 1px 0;
    height: 42px;
    background: #eeeeee !important;
}

.Order-detail .right .Deail-box table tr:last-child {
    border: none;
}

.Order-detail .right .Deail-box table tr th {
    border: none;
    font-size: 14px;
    color: #666666;
    /* background: #f8f8f8; */
    font-weight: normal;
}

.Order-detail .right .Deail-box table tr th:last-child {
    text-align: center;
}

.Order-detail .right .Deail-box table tr td {
    border: none;
    padding: 20px 10px;
}

.Order-detail .right .Deail-box table tr td img {
    width: 75px;
    height: 62px;
    margin-right: 24px;
}

.Order-detail .right .Deail-box table tr td:last-child {
    text-align: center;
}

.Order-detail .right .fp-box {
    border: 1px solid #dddddd;
    margin-bottom: 20px;
}

.Order-detail .right .fp-box .p1 {
    font-size: 14px;
    color: #333333;
    padding: 10px 0;
    border-bottom: 1px solid #dddddd;
    background: #eeeeee;
    padding: 10px 10px;
    box-sizing: border-box;
}

.Order-detail .right .fp-box ul {
    padding: 10px 10px 0 10px;
    /* border-bottom: 1px solid #eeeeee; */
}

.Order-detail .right .fp-box ul li {
    font-size: 12px;
    color: #555555;
    padding: 7px 0;
}

.Order-detail .right .fp-box ul li span {
    font-size: 12px;
    color: #999999;
}

.Order-detail .right .fp-box .p2 {
    font-size: 12px;
    color: #555555;
    padding: 7px 10px;
    margin-bottom: 10px;
}

.Order-detail .right .fp-box .p2 span {
    font-size: 12px;
    color: #999999;
}

.Order-detail .right .fp-box .bottom {
    width: 100%;
    background: #eeeeee;
    height: 40px;
    line-height: 40px;
}

.Order-detail .right .fp-box .bottom p {
    font-size: 14px;
    color: #666666;
}

.Order-detail .right .fp-box .bottom p span {
    padding: 0 20px;
}

.Order-detail .right .fp-box .bottom p span i {
    font-size: 14px;
    color: #ed1b24;
    font-style: initial;
}

.Order-detail .right .fp-box .bottom p span b {
    font-size: 20px;
    color: #ed1b24;
}

.Order-detail .right .order-info {
    border: 1px solid #dddddd;
    /* padding: 13px 12px; */
    /* margin-top: 23px; */
}

.Order-detail .right .order-info .tit {
    font-size: 16px;
    color: #666666;
    /* margin-bottom: 25px; */
    height: 42px;
    line-height: 42px;
    background: #eeeeee;
    padding: 0 9px;
    border-bottom: 1px solid #dddddd;
}

.Order-detail .right .order-info ul {
    padding: 9px 10px;
}

.Order-detail .right .order-info img {
    margin-right: 5px;
}

.Order-detail .right .order-info ul li {
    font-size: 14px;
    color: #999999;
    /* line-height: 22px;
padding-left: 22px; */
    padding: 5px 0;
}

.Order-detail .right .fanhui-bottom {
    height: 44px;
    line-height: 44px;
    background: #fffbe0;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    margin-top: 32px;
}

.Order-detail .right .fanhui-bottom .ll {
    font-size: 18px;
    color: #555555;
}

.Order-detail .right .fanhui-bottom .rr button {
    width: 70px;
    height: 30px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    border-radius: 3px;
    margin-left: 12px;
    background: #39b2f7;
}

.Order-detail .right .fanhui-bottom .rr .btn2 {
    background: #fffbe0;
    color: #999999;
}

.Order-detail .right .fanhui-bottom .rr .btn3 {
    border: 1px solid #39b2f7;
    color: #39b2f7;
    font-size: 14px;
    background: #fffbe0;
}

.Order-detail .right .my-order .title {
    padding: 18px 20px;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin: 20px 0;
}

.Order-detail .right .my-order .title ul li {
    font-size: 14px;
    color: #555555;
    border-left: 1px solid #dddddd;
    padding: 0 13px;
    float: left;
}

.Order-detail .right .my-order .title ul li:first-child {
    border-left: 3px solid #0081ff;
}

.Order-detail .right .my-order .title ul li.on {
    color: #0081ff;
}

.Order-detail .right .my-order .title ul li span {
    font-size: 14px;
    color: #ed1b24;
    margin-left: 15px;
}

.Order-detail .right .my-order .order-detail .tit {
    height: 36px;
    border: 1px solid #dddddd;
    border-width: 1px 0;
    margin-bottom: 11px;
    padding: 0 10px;
    box-sizing: border-box;
}

.Order-detail .right .my-order .order-detail .tit ul li {
    float: left;
    font-size: 14px;
    color: #999999;
    text-align: center;
    line-height: 36px;
}

.Order-detail .right .my-order .order-detail .tit ul .li1 {
    width: 520px;
}

.Order-detail .right .my-order .order-detail .tit ul .li2 {
    width: 72px;
}

.Order-detail .right .my-order .order-detail .tit ul .li3 {
    width: 90px;
}

.Order-detail .right .my-order .order-detail .tit ul .li4 {
    width: 120px;
}

.Order-detail .right .my-order .order-detail .box {
    border: 1px solid #DDDDDD;
    margin-bottom: 10px;
}

.Order-detail .right .my-order .order-detail .box .Top {
    border-bottom: 1px solid #e7e7e7;
    height: 30px;
    background: #fafafa;
    line-height: 30px;
    padding-left: 10px;
}

.Order-detail .right .my-order .order-detail .box .Top span {
    font-size: 14px;
    color: #555555;
    margin-right: 30px;
}

.Order-detail .right .my-order .order-detail .box .bottom {
    /*padding:0 10px;*/
    box-sizing: border-box;
}

.Order-detail .right .my-order .order-detail .box .bottom>ul {
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.Order-detail .right .my-order .order-detail .box .bottom>ul:last-child {
    border-bottom: none;
}

.Order-detail .right .my-order .order-detail .box .bottom ul li {
    border-right: 1px solid #dddddd;
    float: left;
    min-height: 120px;
    padding: 10px 10px;
    box-sizing: border-box;
}

.Order-detail .right .my-order .order-detail .box .bottom ul .li1 {
    width: 523px;
}

.Order-detail .right .my-order .order-detail .box .bottom ul .li1 img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}

.Order-detail .right .my-order .order-detail .box .bottom ul .li2 {
    width: 77.5px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    word-break: break-all;
}

.Order-detail .right .my-order .order-detail .box .bottom ul .li3 {
    width: 90px;
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.Order-detail .right .my-order .order-detail .box .bottom ul .li3 a {
    color: #0081ff;
}

.Order-detail .right .my-order .order-detail .box .bottom ul .li3 p {
    margin-bottom: 9px;
}

.Order-detail .right .my-order .order-detail .box .bottom ul .li4 {
    width: 118px;
    height: 100%;
    text-align: center;
    color: #aaaaaa;
    border: none;
}

.Order-detail .right .my-order .order-detail .box .bottom ul .li4 .button {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 30px;
    border: 1px solid #39b2f7;
    font-size: 12px;
    color: #39b2f7;
    background: #FFFFFF;
    text-align: center;
    line-height: 30px;
}

.fanhui-bottom .button,
.fh-order .button {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 30px;
    border: 1px solid #39b2f7;
    font-size: 12px;
    color: #39b2f7;
    text-align: center;
    line-height: 30px;
}

.Order-detail .right .my-order .order-detail .box .bottom ul .li4 .tuihuo {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 30px;
    font-size: 12px;
    color: #aaaaaa;
    background: #FFFFFF;
    text-align: center;
    line-height: 30px;
}

.Order-detail .right .mt span.on {
    font-size: 12px;
    color: #ed1a21;
}

table {
    width: 100%;
}

table td,
table th {
    padding: 8px 12px;
}

.wh_m5 {
    border: 1px solid #eee;
    padding: 22px 28px 32px;
}

.invoice_form .form_group {
    margin-bottom: 10px;
}

.invoice_form .form_group span {
    color: #444;
    font-size: 12px;
    width: 102px;
}

.flex-end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: center;
}

.Order-detail .right .pjBox {
    border: 1px solid #dddddd;
}

.Order-detail .right .pjBox .title {
    padding: 0 10px;
    background: #f8f8f8;
    height: 39px;
    line-height: 39px;
}

.Order-detail .right .pjBox .title ul li {
    float: left;
    font-size: 14px;
    color: #666666;
}

.Order-detail .right .pjBox .title ul .li1 {
    width: 508px;
}

.Order-detail .right .pjBox .title ul .li2 {
    width: 145px;
    text-align: center;
}

.Order-detail .right .pjBox .title ul .li3 {
    width: 145px;
    text-align: center;
}

.Order-detail .right .pjBox .title ul .li4 {
    width: 145px;
    text-align: center;
}

.Order-detail .right .pjBox .pj-con {
    padding: 30px 10px;
    border-bottom: 1px dashed #eeeeee;
}

.Order-detail .right .pjBox .pj-con ul {
    padding: 0px 0 22px 0;
}

.Order-detail .right .pjBox .pj-con ul li {
    float: left;
    font-size: 12px;
    color: #555555;
}

.Order-detail .right .pjBox .pj-con ul .li1 {
    width: 508px;
}

.Order-detail .right .pjBox .pj-con ul .li1 img {
    width: 75px;
    height: 62px;
    margin-right: 24px;
}

.Order-detail .right .pjBox .pj-con ul .li2 {
    width: 145px;
    text-align: center;
}

.Order-detail .right .pjBox .pj-con ul .li2 p {
    margin: 4px 0;
}

.Order-detail .right .pjBox .pj-con ul .li3 {
    width: 145px;
    text-align: center;
}

.Order-detail .right .pjBox .pj-con ul .li4 {
    width: 145px;
    text-align: center;
}

.Order-detail .right .pjBox .pj-con textarea {
    width: 800px;
    height: 41px;
    padding: 11px 13px;
    background: #f3f3f3;
    font-size: 12px;
    color: #999999;
    resize: none;
    border-radius: 3px;
    margin-left: 38px;
}

.Order-detail .right .pjBox .pj-con input[type=checkbox] {
    position: relative;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    margin-right: 20px;
}

.Order-detail .right .pjBox .pj-con input[type=checkbox]::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -1px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
    font-size: 12px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
}

.Order-detail .right .pjBox .pj-con input[type=checkbox]:checked::before {
    color: white;
    background-color: #0065b3;
    content: '\2714';
    border-radius: 50%;
    border: 1px solid #d4d4d4;
}

.Order-detail .right .pjBox .bottom {
    height: 40px;
    background: #eeeeee;
    line-height: 40px;
    padding-left: 10px;
    font-size: 14px;
    color: #999999;
}

.Order-detail .right .pjBox .bottom .rr {
    font-size: 14px;
    color: #666666;
}

.Order-detail .right .pjBox .bottom .rr span {
    margin: 0 10px;
}

.Order-detail .right .pjBox .bottom .rr b {
    color: #ed1b24;
    font-size: 20px;
}

.Order-detail .right .pjBox .bottom .rr b i {
    font-size: 14px;
    font-style: normal;
}

.Order-detail .right .pjBox .bottom input[type=checkbox] {
    position: relative;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #d4d4d4;
    margin-right: 20px;
}

.Order-detail .right .pjBox .bottom input[type=checkbox]::before {
    content: '';
    position: absolute;
    top: -4px;
    left: -1px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: white;
    font-size: 12px;
    background: #ffffff;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
}

.Order-detail .right .pjBox .bottom input[type=checkbox]:checked::before {
    color: white;
    background-color: #0065b3;
    content: '\2714';
    border-radius: 50%;
    border: 1px solid #d4d4d4;
}

.Order-detail .right .fh-order {
    padding: 7px 10px;
    background: #fffbe0;
    margin-top: 34px;
}

.Order-detail .right .fh-order .ll {
    font-size: 15px;
    color: #555555;
}

.Order-detail .right .fh-order .rr button {
    width: 70px;
    height: 30px;
    color: #39b2f7;
    font-size: 14px;
    background: #fffbe0;
    border: 1px solid #39b2f7;
}

.Order-detail .right .my-order .order-detail .box .bottom .left2 .lef {
    margin-bottom: 10px;
    margin-top: 10px;
}

.Order-detail .right .my-order .order-detail .box .bottom ul .li4 .button {
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 30px;
    border: 1px solid #39b2f7;
    font-size: 12px;
    color: #39b2f7;
    background: #FFFFFF;
    text-align: center;
    line-height: 30px;
}

.Order-detail .right .my-order .order-detail .box .bottom ul .li4 .btn1 {
    background: #39b2f7;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 30px;
    border: 1px solid #39b2f7;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}

.Order-detail .right .my-order .order-detail .box .bottom ul .li4 .cancle {
    background: #ffffff;
    color: #aaaaaa;
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    margin-top: 3px;
}

.Order-detail .right .my-order .order-detail .box .bottom ul .li4 .btn1 {
    background: #39b2f7;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    width: 70px;
    height: 30px;
    border: 1px solid #39b2f7;
    font-size: 12px;
    text-align: center;
    line-height: 30px;
}
/*# sourceMappingURL=classify.css.map */

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    width: 66px;
    height: 66px;
    opacity: 0;
}

.bdshare-button-style0-16 a:hover {
    opacity: 0!important;
}

.bdshare-button-style0-16 a:hover {
    opacity: 0!important;
}

.bdshare-button-style0-32 {
    position: absolute;
    bottom: 55px;
    right: 24.3%;
    /* right: -140px; */
}

.bd_weixin_popup {
    height: 317px!important;
}

.yj-time {
    padding: 19px 0;
}

.yj-time img {
    margin-right: 4px;
}

.yj-time p {
    font-size: 16px;
    color: #666666;
}

.yj-time p span {
    font-size: 14px;
    color: #999999;
    margin: 0 3px;
}

input,
textarea {
    outline: none;
}

.ui-row {
    margin: 20px auto;
}

.ui-grid-2 {
    float: left;
    width: 16.66666667%;
    margin-left: 16.66666667%;
}

.avatar {
    width: 85px;
    text-align: center;
    position: relative;
}

.avatar a {
    width: 82px;
    height: 82px;
    position: relative;
    display: inline-block;
}

.avatar a input {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.avatar a img {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #E6E6E6;
}

.avatar p {
    display: inline-block;
    padding: 0 14px;
    color: #999;
    background-image: linear-gradient( 0deg, rgba(239, 239, 239, 0.81) 0%, rgba(255, 255, 255, 0.12) 100%, rgba(128, 178, 217, 0.12) 100%, rgba(0, 101, 179, 0.12) 100%), linear-gradient( #ffffff, #ffffff);
    border: 1px solid #eee;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 12px;
}

.face {
    border: #093 solid 4px;
    display: block;
    border-radius: 50%;
    transition: all 1s ease 0s;
}

.face:hover {
    transform: rotate(360deg);
}

.avatar .xd_rz {
    position: absolute;
    left: 12px;
    top: 70px;
    width: auto;
    height: auto;
}

.avatar .xd_rz {
    position: absolute;
    left: 12px;
    top: 70px;
    width: auto;
    height: auto;
    line-height: 2;
}

.ui-grid-6 {
    float: left;
    width: 55% !important;
}

.ui-form input,
.ui-form textarea {
    margin-right: 3px;
    border-radius: 2px;
}

.ui-row {
    margin: 20px auto;
}

.ui-form .ui-label {
    line-height: 32px;
    padding-right: 10px;
    float: left;
    width: 8em;
}

.ui-form .ui-item,
.ui-form .ui-item-2,
.ui-form .ui-item-3,
.ui-form .ui-item-4 {
    overflow: hidden;
}

.ui-form .ui-item input {
    width: 300px;
    padding: 7px 5px;
    height: 32px;
    border: 1px solid #ddd;
}

.ui-row:after {
    clear: both;
    display: table;
    content: "";
}

.ui-form select {
    width: 100%;
    border: 1px solid #ddd;
    height: 32px;
    padding: 0 5px;
    border-radius: 2px;
    transition: border .5s;
    background: url(../img/dd.png) right center no-repeat;
    -webkit-appearance: none;
    padding-right: 18px !important;
}

.ui-form .ui-item select {
    width: 96px;
}

.ui-tar {
    text-align: right;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ui-form .ui-offset-label {
    margin-left: 6em;
}

.ui-btn {
    padding: .5em 2.5em;
    color: #fff !important;
    border-radius: 3px;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    text-decoration: none !important;
    background-color: #0081ff;
    transition: background-color .3s;
    cursor: pointer;
}

.baocun {
    width: 300px;
    margin-left: 2em;
    box-shadow: 0px 5px 10px 0px rgb(148 148 148 / 59%);
    border-radius: 10px !important;
    height: 42px;
}

.ui-grid-center-8 {
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    width: 66.66666667% !important;
}

.ui-grid-center-8 .ui-grid-2 {
    width: 18%;
    margin: 0 0.6% 0 0;
}

.ui-grid-4 {
    float: left;
    width: 33.33333333% !important;
}

.ui-form .ui-tip,
.ui-form .ui-explain {
    line-height: 32px;
    color: #999;
    font-size: 12px !important;
}

.ui-form .ui-tip {
    display: inline-block;
    vertical-align: middle;
}

.ui-table-x {
    border: 1px solid #ddd;
}

.ui-table-x td,
.ui-table-x th {
    border: 1px solid #ddd;
    border-width: 1px 0;
}

.ui-table-color {
    background-image: -webket-linear-gradient(#f8f8f8, #f2f2f2);
    background-image: -moz-linear-gradient(#f8f8f8, #f2f2f2);
    background-image: -ms-linear-gradient(#f8f8f8, #f2f2f2);
    background-image: linear-gradient(#f8f8f8, #f2f2f2);
}

.ui-table-x td,
.ui-table-x th {
    border: 1px solid #ddd;
    border-width: 1px 0;
    color: #555;
}

.sh a {
    color: #407BBA;
}
/* 购物车 */

.mcTitle {
    padding: 20px 0;
}

.carttable {
    border: 1px solid #E7E7E7;
    width: 100%;
    background-color: #fff;
    margin-bottom: 15px;
}

.carttable tr,
.carttable td,
.carttable th {
    border-bottom: 1px solid #E7E7E7;
    color: #555;
}

.carttable th {
    background-color: #eee;
    border-left: 1px solid #fff;
    height: 35px;
    padding-left: 10px;
}

.carttable th:first-child {
    border-left-color: #E7E7E7;
}

.carttable td {
    padding: 10px;
}

.goodsInfo img {
    width: 90px;
    height: 58px;
    padding: 1px;
    border: 1px solid #E7E7E7;
    vertical-align: middle;
}

.goodsInfo a {
    vertical-align: middle;
}

.goodsNum span {
    border: 1px solid #8A8A8A;
    line-height: 22px;
    height: 22px;
    float: left;
    width: 20px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    background-color: #EFEFEF;
    background-image: linear-gradient(#fff, #EFEFEF);
}

.goodsNum input {
    float: left;
    border: 1px solid #8A8A8A;
    border-width: 1px 0;
    height: 22px;
    width: 45px;
    text-align: center;
}

.goodsNum span {
    border: 1px solid #8A8A8A;
    line-height: 22px;
    height: 22px;
    float: left;
    width: 20px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    background-color: #EFEFEF;
    background-image: -webkit-linear-gradient(#fff, #EFEFEF);
    background-image: -moz-linear-gradient(#fff, #EFEFEF);
    background-image: linear-gradient(#fff, #EFEFEF);
}

.carttable .last .btn {
    cursor: pointer;
    display: inline-block;
    height: 28px;
    line-height: 26px;
    background-color: #F8F8F8;
    border: 1px solid #E5E5E5;
    padding: 0 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-linear-gradient(#fff, #F8F8F8);
    background-image: -moz-linear-gradient(#fff, #F8F8F8);
    background-image: linear-gradient(#fff, #F8F8F8);
}

.carttable .last .btn:before {
    content: "";
    width: 9px;
    height: 9px;
    float: left;
    margin-top: 9px;
    margin-right: 5px;
    background: transparent url(../img/cartorder.png) 0 -150px no-repeat;
}

.gobuy,
.sendOrder {
    margin-bottom: 150px;
}

.gobuy input[type="submit"],
.gobuy a {
    border: 0;
    float: right;
    width: 155px;
    height: 45px;
    background-color: #EF6A0B;
    text-align: center;
    line-height: 45px;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-image: linear-gradient(#6EB1EB, #4D90CA);
}
/* 确认订单 */

.header-setp {
    margin-top: 30px;
}

.setp-box {
    margin-top: 50px;
}

.setp-b-ti {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.setp-b-ti h3 {
    font-size: 18px;
    color: #000;
    display: inline-block;
    font-weight: bold;
}

.setp-b-ti span {
    font-size: 12px;
    color: #999;
    padding-left: 15px;
}

.setp-b-con {
    margin-top: 25px;
}

.setp-b-con dl.address,
.setp-b-con .address2 {
    padding: 10px 20px;
    padding-top: 30px;
    font-size: 14px;
    color: #aaa;
    width: 295px;
    height: 134px;
}

.setp-b-con dl.address {
    background: transparent url(../img/address.jpg) 0 0 no-repeat;
}

.setp-b-con dl.address2 {
    background: transparent url(../img/address2.jpg) 0 0 no-repeat;
}

.setp-b-con .add-address {
    border: 3px dashed #ddd;
    width: 295px;
    height: 134px;
    /*margin-left: 20px;*/
    text-align: center;
    line-height: 126px;
}

.setp-b-con dl.address dt,
.setp-b-con .address2 dt {
    line-height: 1;
    margin-bottom: 10px;
}

.setp-b-con dl.address dt h3,
.setp-b-con .address2 dt h3 {
    font-size: 22px;
    color: #000;
    display: inline-block;
}

.setp-b-con dl.address dt span,
.setp-b-con .address2 dt span {
    padding-left: 20px;
}

.setp-b-con dl.address dd a,
.setp-b-con .address2 dd a {
    color: #6acde7;
}

.setp-b-con dl.address dd p,
.setp-b-con .address2 dd p {
    height: 42px;
    overflow: hidden;
    color: #aaa;
}

.setp-b-con .add-address span {
    background: transparent url(../img/add.jpg) left no-repeat;
    padding-left: 22px;
    font-size: 18px;
    color: #aaa;
    cursor: pointer;
}

.setp-form {
    font-size: 12px;
    margin-top: 50px;
}

.PlaceOrder .placeorder-box {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #dddddd;
}

.PlaceOrder .placeorder-box .tit {
    background: #eeeeee;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
}

.PlaceOrder .placeorder-box .tit li {
    font-size: 12px;
    color: #555555;
    float: left;
    text-align: center;
}

.PlaceOrder .placeorder-box .tit .li1 {
    width: 895px;
}

.PlaceOrder .placeorder-box .tit .li2 {
    width: 155px;
    border-left: 1px solid #FFFFFF;
}

.PlaceOrder .placeorder-box .tit .li3 {
    width: 125px;
    border-left: 1px solid #FFFFFF;
}

.PlaceOrder .placeorder-box .con {
    height: 86px;
    padding: 15px 10px;
    border-bottom: 1px dashed #DDDDDD;
    box-sizing: border-box;
}

.PlaceOrder .placeorder-box .con li {
    font-size: 12px;
    color: #555555;
    float: left;
    height: 100%;
}

.PlaceOrder .placeorder-box .con .li1 {
    width: 895px;
}

.PlaceOrder .placeorder-box .con .li1 select {
    width: 200px;
    height: 24px;
    border-radius: 5px;
    background: #eeeeee;
    margin-right: 18px;
    border: none;
    padding-left: 10px;
}

.PlaceOrder .placeorder-box .con .li1 img {
    width: 60px;
    height: 60px;
    margin-right: 22px;
}

.PlaceOrder .placeorder-box .con .li1 p {
    width: 270px;
    overflow: hidden;
}

.PlaceOrder .placeorder-box .con .li2 {
    width: 155px;
    text-align: center;
    color: #c80909;
}

.PlaceOrder .placeorder-box .con .li3 {
    width: 125px;
}

.PlaceOrder .placeorder-box .con .li3 input[type='button'] {
    width: 18px;
    height: 25px;
    border: 1px solid #e2e2e2;
    background: #fbfbfb;
    margin: 0 2px;
    display: block;
}

.PlaceOrder .placeorder-box .con .li3 input[type='text'] {
    width: 50px;
    height: 27px;
    border: 1px solid #e2e2e2;
    background: #fbfbfb;
    margin: 0 2px;
    display: block;
    text-align: center;
}

.PlaceOrder .bz-info {
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #dddddd;
    margin-top: 36px;
}

.PlaceOrder .bz-info .tit {
    height: 30px;
    font-size: 16px;
    color: #555555;
    background: #eeeeee;
    line-height: 30px;
    padding: 0 10px;
}

.PlaceOrder .bz-info textarea {
    height: 60px;
    border: none;
    font-size: 14px;
    color: #bbbbbb;
    resize: none;
    width: 100%;
    padding-top: 20px;
    padding-left: 10px;
}

.wh_invoice .title {
    color: #363636;
    font-size: 14px;
    background: #eee;
    padding: 0 25px;
    line-height: 34px;
    margin-bottom: 4px;
}

.invoice_sel {
    float: right;
    width: 100px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #999999;
    text-align: center;
    background-color: #999999;
    cursor: pointer;
}

.wh_m5 {
    border: 1px solid #eee;
    padding: 22px 28px 32px;
}

.invoice_type {
    margin-bottom: 30px;
}

.invoice_type ul li {
    display: inline-block;
    margin-right: 20px;
    width: 130px;
    line-height: 38px;
    border: 1px solid #C8C8C8;
    text-align: center;
    color: #363636;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}

.invoice_type ul li.active {
    border-color: #007AC7;
}

.invoice_type ul li.active {
    border-color: #007AC7;
}

.invoice_type ul li.active {
    border-color: #007AC7;
}

.invoice_type ul li img {
    position: absolute;
    right: 0;
    bottom: 0;
    display: none;
}

.invoice_type ul li.active img {
    display: inline-block;
}

.invoice_form .form_group {
    margin-bottom: 10px;
}

.invoice_form .form_group span {
    color: #444;
    font-size: 12px;
    width: 102px;
}

.invoice_form .form_group input {
    width: 282px;
    height: 30px;
    border: 1px solid rgba(151, 151, 151, .4);
    padding: 0 10px;
    font-size: 12px;
    color: #444;
}

.invoice_form .form_group>* {
    display: inline-block;
    vertical-align: middle;
}

.invoice_form .form_group span {
    color: #444;
    font-size: 12px;
    width: 102px;
}

small {
    font-size: 85.7%;
}

.invoice_form .form_group span small {
    color: rgba(68, 68, 68, .4);
}

.setp-form .setp-sub {
    font-size: 14px;
    height: 43px;
    line-height: 43px;
    text-align: right;
    margin-top: 18px;
}

.setp-form .setp-sub input {
    width: 155px;
    color: #fff;
    height: 100%;
    border: 0px;
    -webket-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background-image: -webket-linear-gradient(#6eb1eb, #4e91cb);
    background-image: -moz-linear-gradient(#6eb1eb, #4e91cb);
    background-image: -ms-linear-gradient(#6eb1eb, #4e91cb);
    background-image: linear-gradient(#6eb1eb, #4e91cb);
    margin-left: 35px;
}

.z_mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1000;
}

.mask_box {
    width: 400px;
    height: 350px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -275px;
    background-color: #fff;
    padding: 10px 25px;
    box-sizing: border-box;
}

.clean_icon {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.box_title {
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.box_list {
    width: 105%;
    margin-top: 20px;
    height: 200px;
    padding: 0 15px;
    overflow-y: auto;
}

.box_item {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #eeeeee;
    display: flex;
    align-items: center;
}

.item_row {
    width: 100%;
}

.box_item_right {
    display: flex;
    align-items: center;
    font-size: 18px;
    justify-content: space-between;
}

.box_item_right_label {
    font-size: 16px;
    color: #999999;
}

.box_item_right_text {
    font-size: 16px;
}

input[type=radio],
input[type=checkbox] {
    margin-right: 3px;
    border: 0;
}

.dis {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sub_btn {
    width: 160px;
    height: 50px;
    background-color: #0065B3;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.sub_btn {
    width: 160px;
    height: 50px;
    background-color: #0065B3;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.xiugai-bg,
.hexiao_bg {
    background-color: rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
}

.xiugai-bg .xiugai {
    width: 729px;
    height: 530px;
    background-color: #fff;
    border: 10px solid #b4b4b4;
    position: absolute;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.xiugai-bg .xiugai .xiugai-ti {
    background-color: #e6e6e6;
    padding-left: 10px;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
}

.xiugai-bg .xiugai .xiugai-ti h3 {
    font-size: 16px;
    color: #000;
}

.xiugai-bg .xiugai .xiugai-ti span {
    cursor: pointer;
    display: block;
    padding: 0px 10px;
    height: 100%;
}

.xiugai-bg .xiugai .xiugai-con {
    padding: 20px 90px;
}

.xiugai-bg .xiugai .xiugai-con .fo-ti {
    padding-left: 20px;
}

.xiugai-bg .xiugai .xiugai-con .fo-ti span {
    margin-right: 10px;
}

.xiu-box {
    font-size: 12px;
    margin-top: 10px;
}

.xiu-box label {
    vertical-align: middle;
    margin-right: 15px;
    display: inline-block;
    width: 70px;
    text-align: right;
}

.area1 {
    display: inline-block;
}

.area1 select {
    width: 100px;
    border: 1px solid #ddd;
    height: 40px;
}

.xiu-box textarea {
    height: 88px;
    border: 1px solid #ddd;
    width: 426px;
    resize: none;
    vertical-align: text-top;
    color: #666;
    padding: 10px 20px;
}

.xiu-box input[type="text"] {
    width: 426px;
    height: 40px;
    border: 1px solid #ddd;
    padding-left: 20px;
}
/* 登录 */

.login-top {
    height: 100px;
    overflow: hidden;
    background-color: #FFF;
    box-shadow: 0 0 10px #ccc;
    line-height: 100px;
    background-color: #fafafa;
    box-shadow: 0 0 10px #ccc;
    line-height: 100px;
    background-color: #fafafa;
}

.login-top a {
    display: block;
    background: transparent url(../img/logo.png) center no-repeat;
    height: 100px;
    line-height: 0;
    font-size: 0;
    width: 200px;
}

.login-top h2 {
    font-size: 24px;
    color: #333;
    display: inline-block;
    border-left: 1px solid #ddd;
    line-height: 60px;
    padding-left: 25px;
    margin-left: 25px;
}
/* 找回密码 */

.login-top1 {
    height: 100px;
    overflow: hidden;
    background-color: #FFF;
    line-height: 100px;
    background-color: #fafafa;
    line-height: 100px;
}

.login-top1 a {
    display: block;
    background: transparent url(../img/logo.png) center no-repeat;
    height: 100px;
    line-height: 0;
    font-size: 0;
    width: 200px;
}

.login-top1 h2 {
    font-size: 24px;
    color: #333;
    display: inline-block;
    border-left: 1px solid #ddd;
    line-height: 60px;
    padding-left: 25px;
    margin-left: 25px;
}

.w {
    width: 1200px;
    margin: 0 auto
}

.login_wrap {
    background: url(../img/login1.jpg) no-repeat;
    background-position: center;
    height: 682px;
}

.login-form {
    width: 332px;
    padding: 10px 30px;
    margin-top: 69px;
    border: 1px solid #EBEBEB;
    background-color: #FFF;
    -webket-box-shadow: 0 0 5px #ccc;
    -moz-box-shadow: 0 0 5px #ccc;
    -ms-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

.login_box {
    margin-right: 40px;
    margin-top: 170px;
}

.l-f-top {
    line-height: 60px;
}

.l-f-top h2 {
    font-size: 20px;
    float: left;
}

.l-f-top a {
    color: #0065b3;
    float: right;
    font-size: 14px;
}

.line {
    margin: 20px 0;
}

input[type=text],
input[type=password] {
    height: 40px;
    border: 1px solid #ccc;
    width: 460px;
    padding: 5px;
}

.login-form input[type=text],
.login-form input[type=password] {
    width: 272px;
}

.login-form .btn,
.login-form .txt {
    margin: 10px 0;
}

.login-form .txt,
.login-form .tip {
    margin-top: 0;
    margin-bottom: 10px;
}

.login-form input[type=submit] {
    width: 100%;
    border: 0;
    height: 36px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    background-color: #0065b3;
    border-radius: 5px;
}

.reg_box {
    margin-right: 40px;
    margin-top: 118px;
    background-color: #f8f8f8;
    box-shadow: 0px 5px 10px 0px rgb(101 101 101 / 30%);
    width: 407px;
    padding: 0 24px;
}

.reg_box .l-f-top {
    margin-bottom: 22px;
}

.reg_box .l-f-top h2 {
    text-align: center;
    font-size: 25px;
    color: #545454;
    float: inherit;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    line-height: 90px;
}

.login-form .line {
    margin-bottom: 16px;
    margin-top: 0;
    /*position: relative;*/
}

.login-form .line .input1 {
    width: 100%;
    border-radius: 3px;
    border: solid 1px #f3f3f3;
    height: 50px;
    padding: 0 15px;
}

.login-form .line .yzm {
    position: absolute;
    right: 6px;
    top: 6px;
    width: 104px;
    height: 38px;
    background: #0066b1;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    text-align: center;
}

.login-form .txt label {
    font-size: 13px;
    color: #bbbbbb;
}

.login-form .txt label a {
    color: #ed1b24;
}
/* 积分商城 */

.jf_logo {
    padding: 26px 0 0 60px;
}

.jf_per_head {
    margin-bottom: 20px;
    border: solid 1px #dddddd;
}

.per_photo {
    height: 190px;
    background: #0081ff;
    padding: 25px 0 0;
    color: #fff;
}

.per_photo_pic {
    width: 88px;
    height: 88px;
    border: solid 4px #fff;
    border-radius: 100%;
    margin: 0 auto 10px;
}

.per_photo_pic>img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.per_photo p {
    opacity: .6;
    margin: 8px 0 0;
}

.jf_con {
    width: 890px;
    margin: 30px 30px 0 0;
}

.jf_num {
    width: 625px;
    border-right: dashed 1px #dddddd;
    padding: 15px 0 30px;
}

.jf_num p {
    font-size: 12px;
}

.jf_num h2 {
    font-size: 20px;
    color: #000;
    font-family: Arial;
}

.jf_num a {
    width: 88px;
    height: 28px;
    background: #0081ff;
    line-height: 28px;
    display: block;
    text-align: center;
    color: #fff;
    margin: 10px 0 0;
}

.qiandao {
    background: url(../img/qiandao.jpg) no-repeat;
    width: 240px;
    height: 141px;
    color: #fff;
    padding: 80px 0 0;
}

.qiandao h2 {
    font-size: 24px;
    line-height: 30px;
}

.qiandao p {
    line-height: 18px;
}

.Order-detail .right .order-info ul.pay_list li {
    float: left;
    width: 178px;
    height: 62px;
    border: solid 1px #dddddd;
    margin-right: 20px;
    cursor: pointer;
}

.Order-detail .right .order-info ul.pay_list li img {
    width: 100%;
    height: 100%;
}

.wechat_pay {
    width: 1000px;
    height: 550px;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99999999;
    padding: 20px 50px 0;
}

.pay_close {
    color: #b3b3b3;
    font-size: 30px;
    cursor: pointer;
}

.pay_tit {
    line-height: 50px;
    margin-bottom: 15px;
}

.pay_tit h2 {
    font-size: 20px;
}

.wechat_pay_code {
    margin: 30px 0 0 110px;
}

.wechat_pay_code img {
    border: solid 1px #dddddd;
    width: 281px;
    height: 281px;
}

.wechat_pay_code p {
    margin: 12px 0 0;
    background: #03bd09;
    height: 56px;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    padding: 6px 0 0;
}

.phone {
    margin: 0 70px 0 0;
}

.invite_head {
    margin: 30px 0 20px;
}

.invite_link {
    width: 805px;
    height: 40px;
    background: #f8f8f8;
    line-height: 40px;
}

.invite_link img {
    margin-right: 30px;
}

.invite_btn {
    width: 140px;
    height: 40px;
    background: #0081ff;
    line-height: 40px;
    color: #fff;
    border: 0px;
    cursor: pointer;
}

.guize_tit {
    border: solid 1px #dddddd;
    height: 42px;
    background: #fcfcfc;
}

.guize_tit b {
    font-size: 20px;
    color: #333333;
    line-height: 38px;
    border-top: solid 2px #0081ff;
    width: 125px;
    display: block;
    border-right: solid 1px #ddd;
    text-align: center;
    position: relative;
}

.guize_tit b::after {
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    background: #fff;
    content: "";
}

.guize_con {
    padding: 20px 0;
}

.des {
    width: 430px;
}

.prize_tit {
    padding: 40px 0 20px 120px;
}

.prize_tit li {
    float: left;
    margin-right: 55px;
    cursor: pointer;
}

.prize_tit li.current {
    color: #0081ff;
}

.prize_list {
    border: solid 1px #e7e7e7;
    margin-bottom: 20px;
}

.prize_list>li {
    border-bottom: solid 1px #e7e7e7;
    height: 81px;
}

.prize_list>li:last-child {
    border: none;
}

.prize_list_pic {
    width: 843px;
    border-right: solid 1px #e7e7e7;
    padding: 14px 400px 0 15px;
    font-size: 12px;
}

.prize_list_pic img {
    width: 50px;
    height: 50px;
    border: solid 1px #dba228;
    border-radius: 100%;
    margin-right: 20px;
    float: left;
}

.prize_list_pic h3 {
    font-size: 12px;
    line-height: 1.5;
}

.prize_list_pic>p {
    color: #999999;
    line-height: 1.2;
}

.prize_list_btn a {
    width: 82px;
    height: 30px;
    border: solid 1px #39b2f7;
    line-height: 28px;
    color: #39b2f7;
    display: block;
    margin: 19px 27px 0 0;
}

.wuliu {
    width: 290px;
    border: solid 1px #dddddd;
    padding: 10px 15px;
    background: #fff;
    top: 30px;
    left: 25px;
    z-index: 9;
    display: none;
}

.wuliu li {
    margin-bottom: 10px;
    color: #6d6d6d;
}

.wuliu li p {
    font-size: 12px;
    line-height: 1.2;
}

.wuliu li.orange {
    color: #ff4400;
}

.wuliu::after {
    width: 10px;
    height: 7px;
    background: url(../img/nar1.jpg) no-repeat;
    left: 66px;
    top: -7px;
    position: absolute;
    content: "";
    display: block;
}

.wuliu_btn {
    cursor: pointer;
}

.wuliu_btn:hover .wuliu {
    display: block;
}

.customer {
    width: 324px;
    height: 387px;
    background: url(../img/customer.jpg) no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 82px 85px 0;
}

.hexiao {
    width: 324px;
    height: 183px;
    background: url(../img/wx_code_bg.png) no-repeat;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 82px 85px 0;
}

.customer img {
    width: 153px;
    height: 153px;
}

.customer p {
    margin: 35px 0 15px;
}

.customer_close,
.hexiao_close {
    width: 100%;
    height: 44px;
    background: #13aef4;
    border-radius: 30px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.qianggou_box {
    height: 52px;
    background: #0081ff;
    padding: 5px 10px 0 20px;
    margin: 20px 0 0;
    color: #fff;
}

.qianggou_price {
    line-height: 1.6;
}

.countdown {
    line-height: 45px;
}

.countdown span {
    background: #004880;
    padding: 0 2px;
    margin: 0 5px;
}

.jifen_path {
    background: #f1f1f1;
    height: 38px;
    border-top: solid 1px #dddddd;
    border-bottom: solid 1px #ddd;
    padding: 0 20px;
    color: red;
    line-height: 36px;
    margin-bottom: 20px;
}

.jf_left {
    width: 860px;
}

.jf_pro_list li {
    width: 202px;
    margin: 0 17px 17px 0;
    float: left;
}

.jf_pro_list li:nth-child(4n+4) {
    margin-right: 0;
}

.jf_pro_list_pic {
    width: 100%;
    height: 202px;
    border: solid 1px #dddddd;
}

.jf_pro_list_pic img {
    width: 100%;
    height: 100%;
}

.jf_pro_tit {
    margin: 10px 0 0;
    font-size: 12px;
    color: #4d4d4d;
}

.jf_right {
    width: 320px;
}

.jf_person {
    border: solid 1px #dddddd;
    height: 154px;
    padding: 20px 20px 0;
}

.jf_photo {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    margin-right: 10px;
}

.choujiang h2 {
    height: 40px;
    border-bottom: solid 1px #ddd;
    padding: 0 20px;
    line-height: 39px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
    background: #f8f8f8;
}

.choujiang li {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 1.5;
}

.qian {
    position: fixed;
    top: 15%;
    right: 26px;
}

.m_time_limit_list {
    height: auto;
}

.m_time_limit_list li {
    margin-bottom: 40px;
}

.time_limit_list li:nth-child(even) {
    border-right: none;
}

.qian_bg {
    background: url(../img/qian_bg.jpg) no-repeat center top;
    padding: 84px 0 0;
}

.jf_all_num {
    color: #fff;
    padding-bottom: 55px;
}

.jf_all_num h3 {
    font-size: 24px;
}

.jf_all_num h3 b {
    font-size: 66px;
    font-family: Arial;
    vertical-align: middle;
    margin-right: 20px;
}

.jf_all_num p {
    font-size: 24px;
    opacity: .6;
    margin: 20px 0 0;
}

.qiandao_box {
    background: #fff;
    padding: 60px 70px 30px;
}

.jf_list {
    background: url(../img/jf_bg.jpg) repeat-x left 27px;
    margin-bottom: 65px;
}

.jf_list li {
    width: 64px;
    float: left;
    margin: 0 43px;
    text-align: center;
}

.jf_list_num {
    background: url(../img/qian1.jpg) no-repeat;
    height: 64px;
    color: #fff;
    padding: 10px 0 0;
    line-height: 22px;
}

.jf_day {
    font-size: 18px;
    margin: 10px 0 0;
    color: #b3b3b3;
}

.jf_list li.active .jf_list_num {
    background: url(../img/qian2.jpg) no-repeat;
}

.jf_list li.active .jf_day {
    color: #333;
}

.qiandao_btn {
    width: 320px;
    height: 75px;
    border-radius: 40px;
    line-height: 75px;
    color: #fff;
    font-size: 28px;
    background: #0081ff;
    margin: 0 auto 20px;
    cursor: pointer;
}

.qiandao_btn1 {
    width: 320px;
    height: 75px;
    border-radius: 40px;
    line-height: 75px;
    color: #fff;
    font-size: 28px;
    background: #cfd0d0;
    margin: 0 auto 20px;
    cursor: pointer;
}

.qiandao_gz {
    padding: 75px 0;
}

.qiandao_gz h3 {
    font-size: 16px;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.qiandao_gz h3::after {
    width: 4px;
    height: 16px;
    background: #0081ff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    content: "";
}

.qiandao_pop {
    width: 373px;
    height: 334px;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 10px 20px;
}

.qiandao_close {
    color: #b3b3b3;
    font-size: 30px;
    margin-bottom: 10px;
    cursor: pointer;
}

.qiandao_ok {
    width: 150px;
    height: 42px;
    border-radius: 5px;
    background: #0081ff;
    color: #fff;
    line-height: 42px;
    margin: 25px auto 0;
    font-size: 16px;
    cursor: pointer;
}

.choujiang_box {
    background: #5494ff;
    height: 595px;
    border-radius: 10px;
    padding: 10px 0 0;
}

.choujiang_jf {
    background: url(../img/choujiang_jf.jpg) no-repeat;
    width: 180px;
    height: 34px;
    line-height: 34px;
    color: #fff;
    margin: 0 auto;
}

.choujiang_jf b {
    color: #fde504;
}

#lottery {
    width: 860px;
    height: 533px;
    background: url(../img/choujiang_bg.jpg) no-repeat;
    margin: 10px 0 0;
    padding: 26px 34px 34px 34px;
}

#lottery table {
    width: 470px;
    margin: 58px 0 0px 162px;
}

#lottery table td {
    width: 154px;
    height: 115px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    color: #333;
    background: url(../img/choujiang_td.jpg) no-repeat;
    border: solid 2px #2d77f2;
}

#lottery table td a {
    width: 60px;
    height: 79px;
    display: block;
    text-decoration: none;
    margin: 0 auto;
}

#lottery table td a span {
    color: #fff;
    padding: 42px 0 0;
    line-height: 20px;
    display: block;
}

#lottery table td.active {
    background: #ea0000;
}
/* 积分明细 */

.my_jf_list {
    margin-bottom: 20px;
}

.my_jf_list li {
    padding: 10px 0;
    border-bottom: solid 1px #f1f4f7;
}

.chzdh_tit {
    line-height: 36px;
    position: relative;
    padding-left: 10px;
    margin: 10px 0 0;
    border-bottom: solid 1px #dddddd;
}

.chzdh_tit::after {
    width: 4px;
    height: 16px;
    background: #e4393c;
    content: "";
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    position: absolute;
}

.prize {
    width: 521px;
    height: 695px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.prize_con {
    background: #fff;
    margin: 30px 0 0;
    height: 535px;
    border-radius: 10px;
}

.prize_con_tit {
    transform: translateY(-30px);
}

.quan {
    background: url(../img/quan.jpg) no-repeat center center;
    color: #fff;
    font-size: 40px;
    height: 97px;
    line-height: 97px;
    margin: 70px 0 50px;
}

.know {
    width: 293px;
    height: 68px;
    background: url(../img/know.jpg) no-repeat;
    margin: 30px auto 0;
    color: #fff;
    line-height: 65px;
    font-size: 30px;
    cursor: pointer;
}

.prize_close {
    margin: 60px 0 0;
    cursor: pointer;
}

.wei {
    width: 521px;
    height: 495px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.wei_con {
    background: #fff;
    margin: 30px 0 0;
    height: 360px;
    border-radius: 10px;
}

.again {
    width: 190px;
    height: 64px;
    border: solid 1px #e2253b;
    color: #e2253b;
    line-height: 62px;
    border-radius: 30px;
    font-size: 28px;
    margin: 0 auto;
    cursor: pointer;
}

.forget_bg {
    height: 682px;
    background: transparent url(../img/login.jpg) 0 0 no-repeat;
}

.forget .line {
    margin: 20px 0;
}
/* 完善个人信息 */

.login-top {
    height: 100px;
    overflow: hidden;
    background-color: #FFF;
    -webket-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    line-height: 100px;
    background-color: #fafafa;
}

.userinfo_con {
    width: 1200px;
    height: 672px;
    margin: 60px auto 0;
    border: 1px solid #ddd;
    padding: 70px 120px 0;
}

.userinfo_con .title {
    color: #000;
    font-size: 35px;
    text-align: center;
    margin-bottom: 76px;
}

.user_form {
    overflow: hidden;
}

.user_form .form_group {
    width: 457px;
    float: left;
    position: relative;
    padding-left: 50px;
    margin-right: 43px;
    margin-bottom: 30px;
    height: 50px;
}

.user_form .form_group:nth-child(2n) {
    margin-right: 0;
}

.user_form .form_group>img {
    position: absolute;
    left: 0;
    top: 0;
}

.s_form1 input {
    width: 100%;
    height: 50px;
    vertical-align: top;
    padding: 0 15px;
    font-size: 15px;
    color: #000;
    border: 1px solid #ddd;
    background: #f8f8f8;
}

.s_form1 select {
    width: 110px;
    height: 50px;
    font-size: 15px;
    color: #000;
    border: 1px solid #ddd;
    background: #f8f8f8;
    text-align-last: center;
    margin-left: 6px;
}

.s_form1 select:first-of-type {
    width: 165px;
    margin-left: 0;
}

.userinfo_con .form_group1 {
    text-align: center;
    margin-top: 40px;
}

.userinfo_con .form_group1 button {
    width: 458px;
    height: 50px;
    cursor: pointer;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    background: #0081ff;
    border-radius: 5px;
    font-size: 18px;
    border: none;
}

.shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 99;
}

.modal_left1 {
    display: flex;
    height: 318px;
    width: 248px;
    float: left;
    align-items: center;
    justify-content: center;
    background: #f4f4f4;
    border-radius: 10px 0 0 10px;
}

.modal_right1 {
    width: 372px;
    float: right;
    padding-left: 40px;
}

.modal_info1 {
    display: flex;
    height: 318px;
    flex-direction: column;
    justify-content: center;
}

.modal_info1 h2 {
    color: #999;
    font-size: 16px;
}

.modal_info1 h3 {
    color: #000;
    font-size: 20px;
    margin: 12px 0 48px 0;
}

.modal_info1 h4 a {
    display: inline-block;
    color: #fff;
    width: 200px;
    line-height: 46px;
    background: #0066b1;
    border-radius: 24px;
    text-align: center;
    font-size: 18px;
}
/* 优惠券 */

.coupon_list2 ul {
    padding: 0 10px;
}

.coupon_list2 ul li {
    width: 47%;
    float: left;
    margin-bottom: 30px;
    margin-right: 3%;
    box-shadow: 0 0.1rem 0.2rem #dddddd;
}

.coupon_list2 ul li:nth-child(even) {
    margin-right: 0;
}

.coupon_list2 ul li a {
    display: block;
    width: 100%;
    padding: 20px 0;
    background: url(../img/coupon.png) no-repeat center;
    background-size: 100% 100%;
    height: 142px;
}

.coupon_l {
    width: 320px;
    float: left;
    padding: 0 0 0 25px;
    color: #fff;
}

.coupon_r {
    width: 120px;
    float: right;
    text-align: center;
    padding-top: 45px;
}

.img3 {
    width: 122px;
    float: left;
    height: 110px;
    background-size: cover !important;
    background-position: center;
}

.coupon_info1 {
    width: 155px;
    float: right;
}

.coupon_info1 h2 {
    font-size: 16px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
}

.coupon_info1 h3 {
    font-size: 14px;
    color: #fff3eb;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0;
}

.coupon_info1 h4 {
    font-size: 14px;
    color: #ffd8bc;
}

.coupon_r h2 {
    font-size: 16px;
    font-weight: normal;
    color: #13aef5;
    margin-bottom: 10px;
}

.coupon_r h2 big {
    font-size: 16px;
}

.coupon_r h3 {
    font-size: 14px;
    color: #13aef5;
}

.coupon_r1 {
    position: relative;
}

.coupon_r1 img {
    position: absolute;
    width: 73px;
    left: 20px;
    top: -20px;
}

.coupon_r1 h2,
.coupon_r1 h3 {
    color: #999999;
}

.coupon_list1 {
    border-bottom: solid 1px #ddd;
    line-height: 3;
    margin: 20px 0;
}

.coupon_list1 li {
    width: 120px;
    text-align: center;
}

.coupon_list1 li.active {
    background: #0081ff;
    color: #fff;
}

.tab-pane {
    display: none;
}

.tab-pane:first-child {
    display: block;
}
/*评论回复*/

.comment_f2 {
    padding: 10px 0 6px 60px;
}

.comment_d1 {
    overflow: hidden;
    padding: 10px 0;
}

.comment_d1>img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
}

.comment_info2 {
    width: 690px;
    float: right;
}

.comment_info2 h2 {
    color: #444;
    font-size: 14px;
    margin-bottom: 5px;
}

.comment_info2 h2 span {
    color: #007AC7;
}

.comment_form2 {
    margin-top: 15px;
}

.comment_form2 textarea {
    height: 74px;
}

.limit_btn_on {
    border: solid 1px #939399;
    background: none;
    color: #939399;
    border-radius: 25px;
    width: 98px;
    line-height: 38px;
    display: block;
}
/* 我的收藏 */

.product_list li {
    width: 450px;
    float: left;
    margin: 0 35px 30px 0;
    border-bottom: solid 2px #f4f4f4;
    padding: 20px 0;
    position: relative;
}

.product_list li:nth-child(even) {
    margin-right: 0;
}

.p_img1 {
    width: 135px;
    height: 135px;
    float: left;
}

.p_info1 {
    width: 300px;
}

.delete {
    position: absolute;
    right: .20px;
    bottom: 20px;
    color: #666;
    display: flex;
    align-items: center;
}

.delete img {
    width: 15px;
    margin-right: 5px;
}

.product_list li .title {
    line-height: 28px;
    height: 56px;
    overflow: hidden;
}
/* 积分提现 */

.withdraw_area {
    width: 45%;
    padding: 3% 0 0 30px;
}

.withdraw_t1 {
    margin-bottom: 20px;
}

.withdraw_t1 h2 {
    font-size: 14px;
    font-weight: normal;
    position: relative;
}

.withdraw_t1 h2 span {
    color: #13aef5;
}

.withdraw_t1 h2 a {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    color: #999999;
    line-height: 30px;
    padding: 0 20px;
    border-radius: 6px;
    background: #f1f1f1;
}

.withdraw_t3 input {
    width: 300px;
    line-height: 28px;
    background: none;
    color: #13aef5;
    border: 1px solid #ddd;
    padding: 0 10px;
}

.withdraw_t1 h2>* {
    display: inline-block;
    vertical-align: middle;
}

.cash_btn {
    display: block;
    width: 120px;
    margin: 20px 0 0 30px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    background: #13aef5;
    font-size: 16px;
}

.cart_tab { width: auto; float:left; margin-right:20px; }
.cart_tab.current { color:#0081ff; position:relative; }
.cart_tab.current::after { content:''; position:absolute; width:25px; border-bottom:3px solid #0081ff; top:30px; left:30px; }
.clear { clear:both; }
.certifi_box {
    padding: 18px 20px;
    box-sizing: border-box;
    margin: 20px 0;
}
.certifi_title {
    color: #222;
    font-size: 16px;
}
.certifi_title span {
    color: #0081ff;
}
.certifi_tip {
    margin: 20px 0 10px 0;
    font-size: 14px;
    color: #999
}
.certifi_btn {
    display: block;
    width: 300px;
    height: 40px;
    font-size: 16px;
    background: #e3b88d;
    color: #fff;
    line-height:40px;
    text-align: center;
    margin: 30px auto 0 auto;
    border-radius: 10px;
}
.certifi_btn2 {
    display: block;
    width: 300px;
    height: 40px;
    color: #999;
    font-size: 16px;
    line-height:40px;
    text-align: center;
    margin: 5px auto 0 auto;
    border-radius: 10px;
}
.keywords_panel { position: absolute; top:59px; left: 0; display:none; background: #fff; padding: 20px 20px; border: 1px solid #0081ff; border-top: 0; width: 496px;}
.history_keywords { position:relative; }
.del_history_btn { position:absolute; top: 5px; right:0; width:20px; height:20px; display:block; cursor:pointer; background:url(../img/del_btn_03.png) no-repeat center center; }
.history_keywords{
    margin-bottom:20px;
}
.history_keywords ul li {
    float:left; line-height:28px; font-size:14px; padding: 0px 10px; background: #f5f5f5; color: #333; margin: 5px 12px 0 0; cursor: pointer;
}
.hot_keywords { margin-bottom:10px; }
.hot_keywords ul li {
    float:left; line-height:28px; font-size:14px; padding: 0px 10px; border:1px solid #e0e0e0; color: #333; margin: 5px 12px 0 0; cursor: pointer;
}
.suggest_panel  { position: absolute; top:59px; left: 0; display:none; background: #fff; padding: 10px 20px; border: 1px solid #0081ff; border-top: 0; width: 496px;}
.suggest_panel .item { cursor: pointer; }

.pay_method_wrap { padding: 30px 30px; height: 120px; }
.pay_option { width:300px; height:60px; margin-right:20px; line-height:30px; font-size:16px; padding-top: 14px; vertical-align:middle; text-align:center; float:left; border:1px solid #d5d5d5; }
.pay_option.active { border:1px solid #007ac7; background:url(../img/pay_bg.png) no-repeat right bottom; }

.quotation_cart_btn { background:url(../img/cart2.png) no-repeat left center; padding-left:20px; margin-right:10px; }
.user_center_bar { position:relative; display:inline-block; }
.user_menu { position:absolute; top: 25px; left:0; display:none; background:#fff; color: #000; width:100px; border:1px solid #ccc; text-align:center; }
.pay_tip { display:none; }
.pay_tip.active { display:block; margin:0px 30px 30px 30px; font-size:16px; }
.goods_tags {
    margin:5px 0;
}
.goods_tags span {
    display: inline-block;
    border: 1px solid #ff955c;
    color: #ff955c;
    padding: 3px 3px;
    font-size: 12px;
    line-height: 1;
    border-radius: 3px;
}
.goods_tags.tc {
    text-align: center;
}
.ppList{
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ppList a{
  display: block;
  width: 18%;
  margin:10px 1%;
  height:84px;
  overflow: hidden;
}
.ppList a img{
  width: 100%;
}
.floor_c{
  width: 800px;
  float: left;
  margin-left: 30px;
  padding-top: 10px;
}
.floor_c a{
  font-size: 16px;
  padding:3px 10px;
  margin:0 5px;
  color:#a0a0a0;
  border-radius: 5px;
}
.floor_c a:hover{
  background: #0281ff;
  color:#fff;
}
.floor_c .xilei{
  background: #0281ff;
  color:#fff;
}
.lc-bigbox{
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin:0 auto;
}
.lc-left-nav{
  width: 210px;
  margin-right: 20px;
  padding-top: 20px;
  background: #fafafa;
}
.lc-l-n-top{
  width: 100%;
  background: #0061bf;
  font-size: 16px;
  color:#fff;
  line-height: 36px;
  text-align: center;
}
.lc-l-n ul h1{
  width: 100%;
  padding:0 5px;
  background: #dedede;
  overflow: hidden;
}
.lc-l-n ul h1 a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color:#403f3f;
  height:38px;
}
.lc-l-n ul h1:hover{
  background: #0081ff;
}
.lc-l-n ul h1:hover a{
  color:#fff;
}
.lc-l-n ul h1:hover a img{
  filter:drop-shadow(-80px 0 #fff);
  transform: translate(80px);
}
.lc-l-n ul .lc-l-n-A{
  background: #0081ff;
}
.lc-l-n ul .lc-l-n-A a{
  color:#fff;
}
.lc-l-n ul .lc-l-n-A a img{
  filter:drop-shadow(-80px 0 #fff);
  transform: translate(80px);
}
.lc-l-n ul li h2{
  font-size: 14px;
  font-weight: normal;
  padding:0 5px;
  line-height: 20px;
  margin:10px auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.lc-l-n ul li h2 span{
  margin-right: 3px;
}
.lc-l-n ul li div{
  margin:5px auto;
  padding:0 5px 0 10px;
}
.lc-l-n ul li div a{
  display: block;
  font-size: 14px;
  line-height: 35px;
  color:#000000;
  /* color:#8b8b8b; */
}
.lc-l-n ul li .lc-l-n-h2{
  color:#0061bf;
}
.lc-l-n ul li h2:hover{
  color:#0061bf;
}
.lc-l-n ul li div .lc-l-n-d{
  color:#0081ff;
}
.lc-l-n ul li div a:hover{
  color:#0081ff;
}
.lc-con{
  width: 970px;
}
.lc-g{
  width: 350px;
  margin-right: 20px;

}
.lc-con .lc_width{
  width: 970px;
}
