* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}



.clearfloat {

    clear: both;

    height: 0;

    font-size: 1px;

    line-height: 0px;

}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}
body {

    background: #f3f6f6;

    min-width: 1200px;

}



.active {

    background: #23b4cb !important;

}

.add_active {
    border: 1px solid #23b4cb !important;
}



/*header 样式*/

header {

    background: #e4e4e4;

}



header .h-top {

    width: 100%;

    height: 44px;

    background: #131819;

}



header .h-top div {

    width: 75%;

    height: 44px;

    margin: auto;

    font-size: 14px;

    color: #677e84;

    line-height: 44px;

}



header .h-midd {

    width: 100%;

    border-bottom: 1px solid #c6d4d6;

}



header .item {

    width: 75%;

    height: 140px;

    margin: auto;

}



header .h-left {

    width: 22.5%;

    height: 100%;

    padding-top: 20px;

    float: left;

    color: #23b4cb;

    font-size: 34px;

}



header .h-center {

    width: 50%;

    height: 100%;

    padding-top: 30px;

    padding-left: 4%;

    float: left;

    border-left: 1px solid #c6d4d6;

    border-right: 1px solid #c6d4d6;

    box-sizing: border-box;

}



header .h-center div {

    /*width: 29%;*/

    margin: 5px 3% 0 0;

    float: left;

    font-size: 18px;

}



header .h-right {

    width: 27.5%;

    height: 100%;

    float: left;

    padding-top: 20px;

    padding-left: 2%;

    background: #e4e4e4;

}
header .free-phone{
    text-align: center;
}




header .bottom {

    width: 100%;

    height: 60px;

    background: #e4e4e4;

    border-top: 1px solid #f0f3f3;

    border-bottom: 4px solid #23b4cb;

}





header .nav {

    width: 75%;

    height: 100%;

    margin: auto;

    background: #e4e4e4;

}



header .nav ul {

    width: 100%;

    height: 100%;

}



header .nav li {

    width: 11.11%;

    float: left;

    height: 100%;

    line-height: 60px;

    text-align: center;

    font-size: 15px;

}



.active {

    background: #23b4cb;

}



.banner {

    width: 100%;

}



.banner img {

    width: 100%;

}



/*公共部分结束*/





/*各个页面开始*/

.main {

    width: 100%;

    background: #f3f6f6;

}



.main img {

    width: 100%;

}



.column-title {

    width: 100%;

    height: 180px;

    text-align: center;

    padding-top: 65px;

    box-sizing: border-box;

}



.now-site {

    margin-top: 20px;

}



.content {

    width: 75%;

    margin: 0 auto;

}



.promotion {

    width: 100%;

    /*height: 390px;*/

    border: solid 1px #e1e8e8;

    background: #ffffff;

    position: relative;

}



.promotion-l {

    width: 34%;

    /*height: 390px;*/

    text-align: center;

    float: left;

    position: relative;

}



.promotion-l div {

    width: 40%;

    height: 50px;

    line-height: 50px;

    background: #23b4cb;

    color: #fff;

    border-radius: 0 0 10px 0;

    position: absolute;

}



.promotion img {

    width: 100%;

    /*max-height: 390px;*/

}



.promotion-r {

    float: right;

    width: 64%;

}



.promotion-r .cate {

    width: 100%;

    /*height: 100%;*/

    margin: 4% 0 4% 0;

}



.btn {

    width: 20%;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin-top: 4%;

    border: 1px solid #d6e0e2;

    border-radius: 20px;

    margin-right: 6%;

}



.btn-info {

    width: 40%;

    height: 40px;

    line-height: 40px;

    text-align: center;

    margin: 6% 27%;

    border: 1px solid #d6e0e2;

    font-size: 14px;

    border-radius: 20px;

    float: left;

}

.btn-info:hover {

    background: #23b4cb;

    color: #fff;

}



.con-item {

    width: 100%;

    min-height: 500px;

    margin-top: 30px;

    padding-bottom: 60px;

    background: #f3f6f6;

}



.con-left {

    width: 22.25%;

    border: 1px solid #d6e0e2;

    background: #ffffff;

    float: left;



}



.con-cate .cate {

    width: 100%;

    height: 55px;

    padding-left: 10%;

    line-height: 55px;

    background: #23b4cb;

}



.cate-2 li {

    position: relative;

}



.cate-3 {

    display: none;

    width: 100%;

    position: absolute;

    top: 0;

    left: 100%;

    z-index: 99;

    background: white;

}



.con-cate ul {



    padding-top: 10px;

    padding-left: 10%;

    width: 100%;

    line-height: 55px;

}



.con-cate li {

    width: 100%;

    height: 40px;

    line-height: 40px;

    /* list-style-type:circle; */

    font-size: 14px;

    padding-left: 25px;

    background-repeat: no-repeat;

    cursor: pointer;

    background-position: left center;

    background-image: url(../images/lanmu_li_dot.png);

}



.con-cate li:hover {

    background-image: url(../images/lanmu_li_adot.png);

}



.con-right {

    width: 76.25%;

    float: right;

    background: #f3f6f6;

}



.con-right .name {

    margin: 5% 0;

}



.con-right .name a:hover {

    color: #23b4cb;

}

.news {

    width: 100%;

    /*height: 600px;*/

    background: #23b4cb;

}



.news .new-list {

    width: 75%;

    background: #23b4cb;

    margin: auto;

}



.new-list li {

    width: 25%;

    background: #23b4cb;

    float: left;

    padding: 0 5px;

}



.new-list li div {

    height: 60px;

    line-height: 60px;

    text-align: center;

    background: #ffffff;



}



.btn-more {



    width: 10%;

    margin: 40px 45%;

    text-align: center;

}





.partner {

    background: #ffffff;

    padding-bottom: 60px;

}



.partner-title {

    padding: 60px 0;

}



.partner-item {

    width: 75%;

    margin: auto;

    /*background: red;*/

}



.partner-item li {

    width: 20%;

    padding: 0 2% 2%;

    float: left;

}



/*footer 样式*/

footer {

    width: 100%;

    height: 360px;

    background: #0e1212;

}



footer .footer-item {

    width: 75%;

    height: 300px;

    margin: auto;

}



footer .footer-bot {

    width: 100%;

    height: 60px;

    line-height: 60px;

    text-align: center;

    color: #51636d;

    font-size: 12px;

    margin: auto;

    border: 1px solid #191d1e;

}



/*新闻也样式*/

/*新闻*/

.con-cate-new {

    /*padding-bottom: 30px;*/

}



.con-cate-new div {

    width: 100%;

    height: 55px;

    line-height: 55px;

    text-align: center;

    font-size: 20px;

    background: #23b4cb;

    color: #ffffff;

    margin-bottom: 10px;

}



.con-cate-new li {

    width: 80%;

    height: 48px;

    margin: 2px auto;

    line-height: 48px;

    text-align: center;

    font-size: 16px;

    background: #f3f6f6;

    color: #040706;

}



.p-line-1 {

    white-space: nowrap;

    text-overflow: ellipsis;

    overflow: hidden;

    word-break: break-all;

}



.p-line-3 {

    text-overflow: ellipsis;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    line-clamp: 3;

    -webkit-box-orient: vertical;

}





.new-info {

    width: 30%;

    height: 40px;

    line-height: 40px;

    text-align: center;

    border: 1px solid #d6e0e2;

    font-size: 14px;

    border-radius: 20px;

    float: left;

}



/*商品推荐*/

.con-cate-pro {

    padding-bottom: 10px;



}



/*商品推荐*/

.con-cate-pro .cate {

    width: 100%;

    height: 55px;

    line-height: 55px;

    text-align: center;

    font-size: 20px;

    background: #23b4cb;

    color: #ffffff;

    margin-bottom: 10px;

}



.con-cate-pro li {

    width: 80%;

    border: 1px solid #e1e8e8;

    margin: 5px auto;

    padding-bottom: 10px;

}





/*相关资讯*/

.con-cate-inf .cate {

    width: 100%;

    height: 55px;

    line-height: 55px;

    text-align: center;

    font-size: 20px;

    background: #23b4cb;

    color: #ffffff;



    margin-bottom: 10px;

}


/*相关资讯*/

.con-cate-inf li {

    width: 80%;

    /*border: 1px solid #e1e8e8;*/

    margin: 5px auto;

    padding-bottom: 10px;

}



/*联系我们*/

.con-cate-Contact {

    padding-top: 10px;

    border-top: 5px solid #23b4cb;

}



.con-cate-Contact .cate {

    color: #23b4cb;



}



.con-cate-Contact ul {



    margin: 20px 0;

}



.con-cate-Contact li {

    margin: 10px 0;

}



/*质保承诺*/

.quality {

    width: 5%;

    margin-left: 40%;

    display: inline-block;

    margin-right: 10px;

}



.quality-txt {

    font-weight: normal;

    color: #040706;

}



.quality-table {

    width: 100%;

}



.quality-table td {

    border: 1px solid #040706;

    height: 35px;

    line-height: 35px;

}



.line1 {

    line-height: 25px !important;

    ;

}



.p-1em {

    text-indent: 1em;

}



.p-2em {

    text-indent: 2em;

}



.quality-txt p {

    /* text-indent: 2em; */
    text-indent: 0;
    font-size: 14px;

    line-height: 35px;

}



.quality-txt-4em p {

    /* text-indent: 4em; */

    text-indent: 0;

}











/*产品详情*/

.con-center {}



.cen-left {}



.left-img {

    border: 1px solid #e1e8e8;

    padding: 10% 12%;



}



.left-img-s {

    padding: 10% 12%;

}



.cen-left li {}





/*联系我们*/

.contact img {

    width: 15%;

}



/*注册*/

.register input {

    outline: none;

}



.register button {

    outline: none;

}





.register-success {

    /*display: none;*/

}



.register-success button {

    outline: none;

}



/*登录*/

.login {

    position: relative;

}



.login button {

    outline: none;

}



input {

    outline: none;

}



textarea {

    outline: none;

}



.login .content {

    position: absolute;

    left: 80%;

    top: 50%;

    transform: translate(-80%, -50%);

}



/*备案号*/

.record {

    width: 100%;

    text-align: center;

    padding-top: 15%;

}



/*订单*/

.order-list {}



.order-con {

    position: relative;

}





.name-mon {

    position: absolute;

    left: 15%;

    top: 50%;

    transform: translate(-15%, -50%);

}



.info-hand {

    position: absolute;

    right: 2%;

    top: 50%;

    transform: translate(-2%, -50%);

}



.order-page span {

    display: inline-block;

}



.info-name-mon {

    position: absolute;

    left: 20%;

    top: 50%;

    transform: translate(-20%, -50%);

}



/*购物车*/

.cart-table {

    width: 100%;



}



.cart-table tbody {

    width: 100%;

}



/*添加地址弹出框*/

.popup1 {

    width: 100%;

    height: 100%;

    background: black;

    position: fixed;

    opacity: 0.4;

    z-index: 99;

}



.popup2 {

    min-width: 500px;

    background: white;

    position: fixed;

    left: 50%;

    top: 50%;

    z-index: 999;

    transform: translate(-50%, -50%);

}



.address {

    position: relative;

}



.address2 {

    left: 0;

    top: 0;

    position: absolute;

    border: 1px solid red;

    background: white;

}



/*个人信息*/



/*修改手机号*/

.step {

    padding-top: 40%;

}



.step-border {

    padding-top: 40%;



}



.step-border div {

    padding-top: 20px;

    width: 90%;

    border-bottom: 2px solid #b6c6c8;

}



/*添加地址弹出框*/

.er-ode1 {

    width: 100%;

    height: 100%;

    background: black;

    position: fixed;

    opacity: 0.4;

    z-index: 99;

}



.er-ode2 {

    min-width: 200px;

    background: white;

    position: fixed;

    left: 50%;

    top: 50%;

    z-index: 999;

    transform: translate(-50%, -50%);

}



.er-ode2 img {

    width: 100%;

}



/*订单评价*/



.eva-num {

    position: absolute;

    left: 19%;

    top: 50%;

    transform: translate(-19%, -50%);

}



/*分页*/

.pagination a {

    display: block;

    width: 100%;

    height: 100%;

}



.disabled {

    color: #333;

    opacity: 0.4;

    pointer-events: none;

}



/*

 * Swiper 2.7.6

 * Mobile touch slider and framework with hardware accelerated transitions

 *

 * http://www.idangero.us/sliders/swiper/

 *

 * Copyright 2010-2015, Vladimir Kharlampidi

 * The iDangero.us

 * http://www.idangero.us/

 *

 * Licensed under GPL & MIT

 *

 * Released on: February 11, 2015

*/

/* ===============================================================

Basic Swiper Styles

================================================================*/

.swiper-container {

    margin: 0 auto;

    position: relative;

    overflow: hidden;

    direction: ltr;

    -webkit-backface-visibility: hidden;

    -moz-backface-visibility: hidden;

    -ms-backface-visibility: hidden;

    -o-backface-visibility: hidden;

    backface-visibility: hidden;

    /* Fix of Webkit flickering */

    z-index: 1;

}



.swiper-wrapper {

    position: relative;

    width: 100%;

    -webkit-transition-property: -webkit-transform, left, top;

    -webkit-transition-duration: 0s;

    -webkit-transform: translate3d(0px, 0, 0);

    -webkit-transition-timing-function: ease;



    -moz-transition-property: -moz-transform, left, top;

    -moz-transition-duration: 0s;

    -moz-transform: translate3d(0px, 0, 0);

    -moz-transition-timing-function: ease;



    -o-transition-property: -o-transform, left, top;

    -o-transition-duration: 0s;

    -o-transform: translate3d(0px, 0, 0);

    -o-transition-timing-function: ease;

    -o-transform: translate(0px, 0px);



    -ms-transition-property: -ms-transform, left, top;

    -ms-transition-duration: 0s;

    -ms-transform: translate3d(0px, 0, 0);

    -ms-transition-timing-function: ease;



    transition-property: transform, left, top;

    transition-duration: 0s;

    transform: translate3d(0px, 0, 0);

    transition-timing-function: ease;



    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

}



.swiper-free-mode>.swiper-wrapper {

    -webkit-transition-timing-function: ease-out;

    -moz-transition-timing-function: ease-out;

    -ms-transition-timing-function: ease-out;

    -o-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

    margin: 0 auto;

}



.swiper-slide {

    float: left;

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

}



/* IE10 Windows Phone 8 Fixes */

.swiper-wp8-horizontal {

    -ms-touch-action: pan-y;

}



.swiper-wp8-vertical {

    -ms-touch-action: pan-x;

}



/* ===============================================================

Your custom styles, here you need to specify container's and slide's

sizes, pagination, etc.

================================================================*/

.swiper-container {

    /* Specify Swiper's Size: */



    /*width:200px;

	height: 100px;*/

}



.swiper-slide {

    /* Specify Slides's Size: */



    /*width: 100%;

	height: 100%;*/

}



.swiper-slide-active {

    /* Specific active slide styling: */



}



.swiper-slide-visible {

    /* Specific visible slide styling: */



}



/* ===============================================================

Pagination Styles

================================================================*/

.swiper-pagination-switch {

    /* Stylize pagination button: */



}



.swiper-active-switch {

    /* Specific active button style: */



}



.swiper-visible-switch {

    /* Specific visible button style: */



}



/*! jsModern (css) v1.1.1 | (c) Frank Chao | MIT license */

* {

    margin: 0;

    padding: 0;

    outline: 0;

    background: transparent;

    -webkit-font-smoothing: antialiased
}



img {

    border: 0
}



main {

    display: block
}



.jsmodern-share {

    position: fixed;

    top: 50%;

    left: 50%;

    width: 300px;

    height: 335px;

    z-index: 999999;

    background: #fff;

    border: #ddd solid 1px;

    border-radius: 10px;

    box-shadow: #ddd 0 0 20px;

    overflow: hidden;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%)
}



.jsmodern-share p {

    display: block;

    height: 20px;

    text-align: center;

    font-size: 18px;

    margin: 15px 0 20px 0
}



.jsmodern-share div {

    width: 260px;

    height: 260px;

    margin: 0 auto
}



.jsmodern-share b {

    position: absolute;

    width: 20px;

    height: 20px;

    background: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA/UlEQVQ4T8WU7ZEBQRCGHxFciQARIBJEcGRABFYEZIAIEAkyIAMhqFdtV7WpabuOqptfM9Pdz0x/NvjyalTwesAg0TkAp8guAg6BJdAODC/ADNin8hxwA/zWjIR0J143Bb4DM84T1APl5s69dga6wU9T2cjc90DFpVUCbkATGAPrBCoX9Svp/JQy2Xa0N6CyeQwMPdRguYf6yr4BC2Cecc8DJNbPcjDJFkBRBZSiQbWPYP8H/LPLX0+KYvBJ2VytTV8Vth6IelnDQV7Zyha2lUXdPjbYtsz+4/zpcHiCRUDdq69XrhXTmlfMpnXHlzdWnAT3SzPw7QEbDJnq6ztc3EQVa6MIgAAAAABJRU5ErkJggg==);

    right: 4px;

    top: 4px;

    cursor: pointer;

    color: #ccc;

    opacity: .1;

    transition: .1s
}



.jsmodern-share b:hover {

    opacity: .5
}



.jsmodern-marquee {

    overflow: hidden
}



.jsmodern-marquee-inner {

    float: none !important;

    margin: 0 !important;

    padding: 0 !important;

    background: transparent !important
}



.jsmodern-marquee-default,

.jsmodern-marquee-repeat {

    float: left;

    margin: 0 !important;

    padding: 0 !important;

    background: transparent !important
}



.jsmodern-marquee-part {

    display: block;

    float: left
}



.jsmodern-picture-container {

    display: block;

    position: relative;

    overflow: hidden
}



.jsmodern-picture-container a {

    display: block;

    color: #fff;

    text-decoration: none
}



.jsmodern-picture-container img {

    border: 0
}



.jsmodern-picture-inner {

    position: absolute;

    height: 100%;

    top: 0;

    left: 0;

    overflow: hidden;

    -webkit-transform: translate3d(0, 0, 0);

    transform: translate3d(0, 0, 0)
}



.jsmodern-picture-part {

    overflow: hidden
}



.jsmodern-picture-fade {

    width: 100%
}



.jsmodern-picture-fade .jsmodern-picture-part {

    position: absolute;

    display: none
}



.jsmodern-picture-slide .jsmodern-picture-part {

    float: left
}



.jsmodern-picture-slide img {

    display: block
}



.jsmodern-picture-dot {

    position: absolute;

    bottom: 15px;

    left: 50%;

    -webkit-transform: translateX(-50%);

    -ms-transform: translateX(-50%);

    transform: translateX(-50%)
}



.jsmodern-picture-dot b {

    display: block;

    float: left;

    width: 10px;

    height: 10px;

    background: #777;

    border-radius: 5px;

    cursor: pointer;

    margin: 0 5px;

    transition: .4s
}



.jsmodern-picture-dot b.active {

    background: #fff
}



.jsmodern-picture-prev,

.jsmodern-picture-next {

    display: block;

    position: absolute;

    top: 50%;

    width: 17px;

    height: 32px;

    margin-top: -16px;

    cursor: pointer;

    background: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAgCAYAAAB3j6rJAAAB7klEQVR42s3XbUtaYRzH8euhqUetZC1Dy1q1mLhX0hvxjeyBIIMV1YpuHOkiBmNsc60dvGmNQS/KfR/8ghAOF8frXLIHH5D/+d898fjXjMfj/4JL8XPsIiW7is10kSI+ootAuooVZ7XIIjr4hjKMlBXrKMfrIvP4gB4qk88V6yln3tciBVzgBqtReXp2o9xC0ovkcYZbVG35yrlVTT6pRXI4QYh1xayUG6o257pIgPfo4wVMHKrpq0cw7SJZHGKATcViU+1AvbJxF8lgHyNswzjaVq999bYvosR3uMOOYs7U6069M7ZF0niLe7yCSZJ63mtGOmqRObTwBzUYT2qa0cLc5CIpNPEXdRjP6prV1Gxj9OENHvAaZhY060GzU4/vig5CLM1qEc0KNTt4GvwkPpeJnPf04TI+4xrPfC2h3teatRz19S3hC66gAyc56nmlGSXbC20FX9GFDhx36tVV7xXrm1XK+I5LLLguoR6X6lmO+6NXwQ+0oWsrPtW21asy7Rmwhp84RyHuEqo5V48118Ooil84RR5xrrpT1VaTOhU3EOLYdm1JTrmhao3NNNfWkeXaCpSjq87P34ktDHEQcW1l9WyoXK9/sF5ihL2JAyej2Eg5Jg6Xa+s3WkhJS7GprjrXA6eBrDQUMx4X8e8fwj0L7GH1LqcAAAAASUVORK5CYII=) no-repeat
}



.jsmodern-picture-prev {

    margin-left: 15px
}



.jsmodern-picture-next {

    right: 0;

    margin-right: 15px;

    background-position: -17px 0
}



.jsmodern-video {

    background: #000;

    position: relative;

    overflow: hidden;

    z-index: 10
}



.jsmodern-video-panel {

    position: absolute;

    bottom: 0;

    left: 0;

    z-index: 2147483648;

    width: 100%;

    height: 40px;

    line-height: 40px;

    color: #fff;

    background: rgba(0, 0, 0, .8);

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none
}



.jsmodern-video-panel.jsmodern-video-panelFull {

    left: 50%;

    -webkit-transform: translate(-50%, -10px);

    -ms-transform: translate(-50%, -10px);

    transform: translate(-50%, -10px);

    padding: 3px 5px;

    border-radius: 8px
}



.jsmodern-video-linebox {

    height: 6px;

    background: rgba(255, 255, 255, .25);

    border-radius: 3px;

    width: 460px;

    width: -webkit-calc(100% - 305px);

    width: -moz-calc(100% - 305px);

    width: calc(100% - 305px);

    float: left;

    margin: 17px 0 0 15px;

    position: relative;

    cursor: pointer
}



.jsmodern-video-pass {

    position: absolute;

    border-radius: 3px;

    height: 100%;

    background: #F06000
}



.jsmodern-video-linedot {

    width: 6px;

    height: 6px;

    background: #fff;

    border-radius: 3px;

    -webkit-transform: scale(1.8);

    -ms-transform: scale(1.8);

    transform: scale(1.8);

    position: absolute
}



.jsmodern-video-panel b {

    cursor: pointer
}



.jsmodern-video-panel b,

.jsmodern-video-panel span {

    display: block;

    float: left
}



.jsmodern-video-panel span {

    font-size: 12px;

    cursor: default;

    -webkit-user-select: none;

    -moz-user-select: none;

    user-select: none
}



.jsmodern-video-start {

    margin-left: 10px
}



.jsmodern-video-start+span {

    width: 14px;

    height: 12px;

    text-align: center;

    line-height: 12px;

    font-size: 10px;

    overflow: hidden;

    margin-top: 13px;

    -webkit-transform: scale(1, 0.9) translateY(1px);

    -ms-transform: scale(1, 0.9) translateY(1px);

    transform: scale(1, 0.9) translateY(1px);

    -webkit-transform-origin: left top;

    -ms-transform-origin: left top;

    transform-origin: left top
}



.jsmodern-video-start,

.jsmodern-video-end {

    width: 39px;

    text-align: center
}



.jsmodern-video-volumebox {

    width: 80px;

    height: 6px;

    background: rgba(255, 255, 255, .25);

    border-radius: 3px;

    float: left;

    margin: 18px 0 0 7px;

    position: relative;

    cursor: pointer
}



.jsmodern-video-volumeline {

    width: 40px;

    height: 6px;

    background: #F06000;

    border-radius: 3px;

    margin-top: 0
}



.jsmodern-video-volumedot {

    width: 6px;

    height: 6px;

    background: #fff;

    border-radius: 3px;

    margin: -6px 0 0 37px;

    -webkit-transform: scale(1.8);

    -ms-transform: scale(1.8);

    transform: scale(1.8);

    position: absolute
}



.jsmodern-video-play,

.jsmodern-video-volume,

.jsmodern-video-fullin {

    width: 18px;

    height: 18px;

    margin-top: 11px;

    background-position: center;

    background-repeat: no-repeat
}



.jsmodern-video-play {

    margin-left: 10px;

    background-image: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAe0lEQVR42q2UQRGAIBREiWAEIhjhRzCKDbCBRjGCDaQBRqDBdzntgRvLm3nXN6sMhIa7G0xBgqHGC1c9RNKcENeZHiInXLQQKdDUUL9OD3GdGOrXaSGSZ4QuddEDo/KPPrgpx1/hwc8YC90wKlckQ1MubYW79IzwOMf4AZCzZlJ6pNv5AAAAAElFTkSuQmCC)
}



.jsmodern-video-pause {

    background-image: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAANUlEQVR42u3MMQoAAAgCwP4/9aR+VjQINtTcoNBicobkTNiS/vEQvSBBggR9hILOD8h5i74A46kzKYwr0EYAAAAASUVORK5CYII=)
}



.jsmodern-video-volume {

    margin-left: 15px;

    background-image: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAqklEQVR42tWT0QmDMBCGHcENXMEBhGaL9rEjZATffKwDZJdmgy7QHZo33zz/0AscBmNaCOIPH3Ke+USTq84ZIrqDdnXPgGuuoAVP4KMi0TddSlCDB5BR3GvEcy/wCYUCF8HNNwFtiBwwQco9jSKKBZQQaa4brt+en0W8eAJGiN2/IusRIiouKv9puA5bP7uXhDfsbP8gtn8GOnUgx8wD6XJHxO6NSNGhPT4LSrtjI5LQNtEAAAAASUVORK5CYII=)
}



.jsmodern-video-muted {

    background-image: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAA00lEQVR42s2UsQ3CMBBFqZAokNLQoozgCWJ3NAxAg5QRGIEFEOkpgBFgAbIKC0AoU5nv6CJ9GQI6lIIvPcXxyd93di4D730v9Gf0Xc1mOTA0pTMKi8EFBDm1EQIJ2AKWldiw64wcsMQC3EGsDEzBhLPAM5XBi0r/XjNwBUfKxMimhcYoAzsZ78mkAkZlJBUc5L1uTbSlWbrJWuZOYU5tFJVzbsvUGs3BDTzEkMtsDnsdsQJVR0YbsOTrlzXJpw+yACwnsfGvLVLqWkTftCM2+r//0RPE3HMNwpwYwQAAAABJRU5ErkJggg==)
}



.jsmodern-video-fullin {

    margin-left: 15px;

    background-image: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAKlBMVEVMaXH////////////////////////////////////////////////////m1kuZAAAADXRSTlMAYBAw79DwIM9wgG9/QM+KqQAAAF5JREFUeNqNj0sSwCAIQ6Pit+X+1y2GOs7UTbNA8kYjQE05wpTK7LG8EwcdrwZB7hrcBx1FYfcDCY9UEGdbrFbiBIqpFf90PmGo7NDvtwJt1x7slmN0graWEwIny+sDBBUDznqlFGYAAAAASUVORK5CYII=)
}



.jsmodern-video-fullout {

    margin-left: 15px;

    background-image: url(data:img/jpg;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAJ1BMVEVMaXH////////////////////////////////////////////////c+C/6AAAADHRSTlMAgBDQz39QIMBAML9Nf8RqAAAAaElEQVR42r2QQQ7AIAgEV6CIlv+/t3Ap3E2cyyojxIBb7JfqQu/+z+ZCIAU0QtzqEbtMGcCIcCZ0454iIuvFLDHRICkhvUNHsICVqThBnyBHZSqK4+/2Ok9OEdGNOdcSuS1xW2+3jUt8eaUDz3DmFVcAAAAASUVORK5CYII=)
}



b.jsmodern-video-fullFalse {

    opacity: .5;

    cursor: default
}



.jsmodern-dialog-container {

    position: fixed;

    width: 100%;

    height: 100%;

    z-index: 2147483649;

    top: 0;

    left: 0;

    background: rgba(0, 0, 0, .6);

    opacity: 0
}



.jsmodern-dialog {

    position: fixed;

    top: -10px;

    left: 50%;

    width: 500px;

    min-width: 500px;

    height: auto;

    overflow: hidden;
    padding: 15px;

    -webkit-transform: translate(-50%, 0);

    -ms-transform: translate(-50%, 0);

    transform: translate(-50%, 0);

    background: #fff;

    border-radius: 6px;

    border: #555 solid 1px;

    box-shadow: 0 0 15px rgba(0, 0, 0, .4);

    opacity: 0
}



.jsmodern-dialog-title {

    text-align: left;

    font-size: 16px;

    font-weight: bold;

    color: #000;

    word-wrap: break-word;

    word-break: normal
}



.jsmodern-dialog-content {

    width: 100%;

    height: auto;

    min-height: 60px;

    overflow: hidden;

    word-wrap: break-word;

    word-break: normal;

    margin-top: 10px;

    font-size: 14px;

    color: #333;

    line-height: 160%
}



.jsmodern-dialog>span {

    display: block;

    float: right;

    height: 30px;

    line-height: 30px;

    font-size: 13px;

    padding: 0 12px;

    cursor: pointer;

    margin: 13px 0 0 10px;

    border-radius: 4px;

    border: #ccc solid 1px;

    transition: .25s;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none
}



.jsmodern-dialog>span.jsmodern-dialog-sure {

    background: #2F7CBE;

    border-color: #2F7CBE;

    color: #fff
}



.jsmodern-dialog>span.jsmodern-dialog-sure:hover {

    background: #1563A6;

    border-color: #1563A6
}



.jsmodern-dialog>span.jsmodern-dialog-cancel:hover {

    background: #eee
}



.jsmodern-scrollBar-container {

    overflow: hidden;

    position: relative
}



.jsmodern-scrollBar-inner {

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0)
}



.jsmodern-scrollbar {

    position: absolute;

    top: 0;

    right: 2px;

    width: 6px;

    background: rgba(0, 0, 0, .3);

    border-radius: 3px;

    z-index: 10px;

    -webkit-transform: translateY(0);

    -ms-transform: translateY(0);

    transform: translateY(0)
}



.jsmodern-lazyload {

    display: block;

    opacity: 0
}



.jsmodern-page-content {

    text-align: center;

    margin-left: auto;

    margin-right: auto
}



.jsmodern-page-target>* {

    display: none
}



.jsmodern-page {

    height: 38px;

    display: inline-block;

    overflow: hidden;

    border-radius: 19px;

    border: #e8e8e8 solid 1px;

    margin: 0 auto
}



.jsmodern-page>div i,

.jsmodern-page>i {

    display: block;

    float: left;

    width: 40px;

    height: 38px;

    line-height: 38px;

    font-size: 13px;

    text-align: center;

    cursor: pointer;

    font-style: normal;

    background: #f5f5f5;

    transition: .15s;

    font-weight: bold;

    color: #333
}



.jsmodern-page i {

    border-right: #e3e3e3 solid 1px;

    border-left: #fff solid 1px
}



.jsmodern-page>div {

    float: left;

    max-width: 420px;

    overflow: hidden
}



.jsmodern-page>div div {

    height: 38px
}



.jsmodern-page i.active {

    background: #E04636;

    color: #fff;

    box-shadow: rgba(0, 0, 0, .2) 0 0 10px inset;

    border-right-color: #fff
}



.jsmodern-page i:hover {

    color: #E04636
}



.jsmodern-page i.active:hover {

    color: #fff
}



.jsmodern-page>i span {

    display: inline-block;

    font-size: 20px
}



.jsmodern-page>i:first-child {

    border-radius: 19px 0 0 19px
}



.jsmodern-page>i:last-child {

    border-radius: 0 19px 19px 0
}



i.jsmodern-page-first,

i.jsmodern-page-last,

i.jsmodern-page-next,

i.jsmodern-page-prev {

    line-height: 33px
}







#promotion {

    height: 390px;

}



#promotion .swiper-wrapper {

    width: 100%;

}



#promotion .swiper-slide {

    width: 100%;

    position: relative;

}



#promotion .slide-inner {

    position: relative;

    height: 100%;

}



#promotion .watch-more:hover,

#promotion .contact-btn:hover {

    background: #3dbddc;

    color: #fff;

}



#promotion .swiper-btn {

    width: 30px;

    height: 30px;

    position: absolute;

    top: 50%;

    margin-top: -15px;

    background-repeat: no-repeat;

    border: 1px solid #ddd;

    border-radius: 15px;

    background-color: #fff;

    background-position: center center;
    z-index:9;

}



#promotion .prev-btn {

    left: 25px;

    background-image: url(../images/round_arrow_l.png);

}



#promotion .next-btn {

    right: 25px;

    background-image: url(../images/round_arrow_r.png);

}



#promotion .promotion-r {

    padding-top: 60px;

    padding-left: 110px;

    padding-right: 60px;

    right: 0;

    height: 100%;

    border-left: solid 1px #e1e8e8;

}



#promotion .promotion-r a:hover {

    color: #fff
}

#promotion .promotion-r .cate-name:hover{
    color:#363636;
}

.promotion-l .line {

    width: 4px;

    height: 19px;

    background: #fff;

    display: inline-block;

    vertical-align: middle;

    margin-right: 25px;

    margin-top: -2px;

}



#promotion .promotion-r .promotion-dec {
    padding-top: 16px;
    height: 110px;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    font-size: 14px;
    -webkit-box-orient: vertical;
}



.elips-2 {

    word-break: break-all;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}



.j-product-list .pro-info {

    padding: 0 30px;

    box-sizing: border-box;

    display: -webkit-box;



}



.j-product-list .list-wrap .more:hover {

    color: #fff;

    background: #3dbddc;

}

.jproduct-list .convention .prod-cover{
    max-width:215px;
    width: 100%;
    margin:0 auto;
    padding-top:100%;
    position: relative;
}
.jproduct-list .convention .prod-cover .cover-img{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    object-fit: contain;
}
.jproduct-list:hover .con-h{
    display: none;
}
.jproduct-list:hover .con-h+.variation{
    display: block;
}
.con-cate .cate {

    color: #fff;

}



.news .news-more:hover {

    color: #fff;

    background: #3dbddc;

}



.column-title .slogn-tip {

    position: relative;

}



.column-title .tip-line {

    width: 43%;

    position: absolute;

    height: 1px;

    background-color: #cdcece;

    top: 50%;





}



.column-title .tip-line .sanjiao {

    width: 8px;

    height: 9px;

    position: absolute;

    background-repeat: no-repeat;

    background-size: 8px 9px;

    top: 50%;

    margin-top: -5px;

}



.column-title .lt-line {

    left: 0;



}



.column-title .lt-line .sanjiao {

    background-image: url(../images/sanjiao_lt.png);

    right: -8px;

}



.column-title .rt-line {

    right: 0;



}



.column-title .rt-line .sanjiao {

    background-image: url(../images/sanjiao_rt.png);

    left: -8px;

}



.pg-product-list .item-pro:nth-child(4n) .border-r {

    border: none;

}



.hover-icons li:hover {

    background-color: #23b4cb;

}



.pg-product-list .item-pro .like {

    width: 16px;

    height: 15px;

    display: block;

    background-repeat: no-repeat;

    background-image: url(../images/collect-f.png);

    background-size: cover;

}



.pg-product-list .item-pro .liked {

    background-image: url(../images/collect-t.png);

}



.pg-product-list .item-pro .on-sale {

    color: #fff;

}



.pg-product-list .item-pro .convention img {

    max-width: 175px;

}



.pg-product-list .item-pro .variation img {

    max-width: 175px;

}



.pg-product-list .item-pro .fl-product {

    min-height: 342px;

}



.star-bar {

    height: 12px;

    clear: both;

}



.star-bar .item-star {

    float: left;

    width: 12px;

    height: 12px;

    background-image: url(../images/star_g.png);

    background-repeat: no-repeat;

    background-size: 12px 12px;

    margin-right: 5px;

}



.star-bar .item-star.a-star {

    background-image: url(../images/star_a.png);

}



.con-cate-new li:hover {

    background: #23b4cb;

    color: #fff;

}



.con-cate-new li.active a {

    color: #fff;

}



.con-cate-new li:hover a {

    color: #fff;

}



.pro-detail .shop-opr .shop-btn {

    color: #fff;

}



.pro-detail .shop-opr .buy-btn {

    background: #e72329;

}



#pro-sliders {

    position: relative;

}



#pro-sliders {



    position: relative;

}



#pro-sliders .swiper-container {

    height: 110px;

}



#pro-sliders .swiper-slide {

    width: 105px;

    height: 105px;

    box-sizing: border-box;

    /* padding-right:20px; */

    /* padding-right:20px; */

}



#pro-sliders .swiper-slide .left-img-s {

    border: solid 1px #e1e8e8;

    padding: 10%;

    width: 120px;

    box-sizing: border-box;

}



#pro-sliders .left-img-s img {

    max-width: 100%;

}



#pro-sliders .swiper-btn {

    background: #fff;

    width: 22px;

    height: 22px;

    border-radius: 50%;

    border: solid 1px #e1e8e8;

    text-align: center;

    line-height: 22px;

    position: absolute;

    top: 50%;

    margin-top: -12px;

    z-index: 20;

}



#pro-sliders .swiper-btn:hover {

    background: #23b4cb;

    color: #fff;

}



#pro-sliders .prev-btn {

    left: -12px;

}



#pro-sliders .next-btn {

    right: -12px;

}



.share {

    width: 42px;

    height: 41px;

    background: #ffffff;

    border: solid 1px #e1e8e8;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

}

.share-mod {

    padding-top: 55px;

}

#share-wx {

    background-image: url(../images/weixin.png);

}

#share-qq {

    background-image: url(../images/qq.png);

}

.pro-detail .tab-link {

    cursor: pointer;

}

.pagination li.bg-4d a {

    color: #fff;

}



.store-name a:hover {

    color: #23b4cb;

}



/* 修改2020-5-22 by jie */



.header .nav li {

    font-size: 18px;

    font-weight: bold;

}

.header .free-phone strong {

    font-size: 16px;

    font-weight: bold;

}
header .free-phone .icon-wrap{
    display: inline-block;
}
.header .h-center div {

    font-size: 22px;

}


header .free-phone .online-wrap{
    text-align: center;
}
header .free-phone .online{
    margin-left: 5px;
    position: relative;
    top: 5px;
}
.topbox {

    height: 500px;

    background-color: #313131;

}



.section-content {

    border-bottom: 5px solid #0000FF;

    min-height: 500px;

    background: #eee;

    width: 1200px;

    margin: auto;

    line-height: 500px;

    text-align: center;

}



.nav-height {

    position: relative;

    height: 50px;

}



.nav-wrap ul {

    padding: 0;

    display: block;

    width: 65px;

}



.nav-wrap.navFix ul {

    border-bottom: 0;

}



.nav-wrap li {

    text-align: center;

    margin-bottom: 2px;

}



.nav-wrap li a {

    display: block;

    font-size: 14px;

    color: #fff;

    text-decoration: none;

    padding: 5px 10px;

    box-sizing: border-box;

    background: rgba(0, 0, 0, .6);

}



.nav-wrap li a:hover {

    color: #fff;

    background: #23b4cb;

}



.nav-wrap li a.active {

    color: #fff;

    background: #23b4cb;

}



#nav-scroll {

    position: relative;

    float: left;

    margin-top: 100px;

    background: #fff;

    margin-left: -70px;

}

#nav-scroll .go-top {

    width: 65px;

}

#nav-scroll .go-top a {

    font-size: 14px;

    padding: 5px 18px;

    background: rgba(0, 0, 0, 0.6);

    color: #fff;

    display: block;

    text-decoration: none;

}

.header .h-center div {

    color: #f21505;

    font-size: 18px;

}

.header .nav li.bg-4d a {

    color: #fff;

}

.header .h-c-1 {

    font-weight: bold;

    font-size: 24px;

}

.header .free-phone strong {

    font-size: 18px;

    color: #23b4cb;

}

#index-banner {

    width: 100%;

    height: 545px;

}

.banner .swiper-slide {

    width: 100%;

    float: left;

    -webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    box-sizing: content-box;

}

.banner .swiper-slide img {

    width: 100%;

    height: 100%;

}

.nav-fixed {

    left: 0;

    top: 0;

    position: fixed;

    z-index: 10;

}

.header .tel-phone {
    font-weight: bold;
    font-size: 26px;
    text-shadow: 1px 2px 0px rgba(139, 161, 167, 0.35);
    font-style: italic;
    display: block;
    padding-top:20px;
}

header .h-top {
    background: #2f4050;
}

header .h-top span,
header .h-top span a {
    font-weight: bold;
}

#promotion .promotion-r .btn {
    font-weight: bold;
    font-size: 16px;
}

/* 右侧工具栏 */
.tool-bar {
    position: fixed;
    bottom: 100px;
    right: 0;
    z-index: 99;
}

a:link,
a:valid,
a:hover,
a:active {
    text-decoration: none;
}

.tool-bar .item {
    position: relative;
    display: block;
    width: 82px;
    height: 90px;
    margin-top: -1px;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #757575;
}

.tool-bar .item .pup-content {
    position: absolute;
    left: 0;
    top: 0;
    padding: 14px;
    background: #fff;
    border: 1px solid #f5f5f5;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
    visibility: hidden;
}

.tool-bar .item:hover .pup-content {
    -webkit-transform: translate3d(-110%, 0, 0);
    transform: translate3d(-105%, 0, 0);
    opacity: 1;
    visibility: visible;
}

.tool-bar .item .pup-content img {
    display: block;
    width: 160px;
    height: 160px;
    margin: 6px auto;
}

.tool-bar .item .pup-content .desc {
    display: block;
    width: 82px;
    margin: 14px auto 0;
    color: #757575;
    text-align: center;
}

.tool-bar .item:hover {
    color: #ff6700;
}

.tool-bar .item .icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin: 0 auto 8px;
    margin-top: 18px;
}

.tool-bar .item .icon img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 30px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.tool-bar .item .icon .static {
    opacity: 1;
}

.tool-bar .item .icon .hover {
    opacity: 0;
}

.tool-bar .item:hover .icon .hover {
    opacity: 1;
}

.tool-bar .item:hover .icon .static {
    opacity: 0;
}

.tool-bar .item .txt {
    transition: color .3s;
    font-size: 14px;
}

.tool-bar .item.back-top {
    margin-top: 15px;
    visibility: hidden;
    transition: all 0.5s;
}

.tool-bar .item.back-top.show {
    visibility: visible;
}

/* 6-3新增 */
a {
    color: inherit;
    font-size: inherit;
}

.new-info:hover {
    background: #23b4cb;
    color: #ffffff;
}

.news-list li:hover {
    background: #f3f6f6;
}

header .nav a {
    color: #363636;
}

header .h-right .free-phone .font-s-13 {
    font-size: 16px;
    font-weight: bolder;
    color: #363636;
}

.map-tit {
    color: #363636;
    font-weight: bolder;
}

.promotion-r .cate .cate-name {
    color: #363636;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    padding-right: 30px;
    right: 0px;
    position: relative;
    /* height: 26px; */
    line-height: 26px;
}

.about-index .md-box {
    color: #363636;
}

.jproduct-list .mr5 {
    margin-right: 5px;
}

.jproduct-list .label {
    color: #fff;
}

.con-center .user-btns .pro-btn {
    color: #fff;
}

/* 商品详情页面弹出查看产品大图 S */
.layui-layer-content img {
    max-width: 100%;
    height: auto;
}

.layui-layer-page .layui-layer-content {}

/* 商品详情页面弹出查看产品大图  E*/

/* 产品详情放大镜效果 S */
.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 200px;
    height: 200px;
    background: #ffffff;
    border: 1px solid #CCCCCC;
    display: none;
    text-align: center;
    overflow: hidden;
}

.zoomMask {
    position: absolute;
    background: url("../images/mask.png") repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

/* 产品详情放大镜效果E */
.info-hand .info-btn{
    padding:5px 15px;
}
.jorder-info .change-invoice{
    margin-top: 10px;
    outline: none;
    border: 1px solid #eee;
    padding: 8px 10px;
    border-radius: 4px;
    font-size:14px;
    background:#23b4cb;
    color:#fff;
}
/* 发票修改信息弹出框样式 S */
.invoice-infos-popup .infos-content{
    padding: 20px 50px 45px;
    background:#fff;
    box-sizing: border-box;
    width:770px;
    margin:0 auto;
}
.invoice-infos-popup .info-box{
    margin-bottom:15px;
    font-size:16px;
    color:#363636;
}
.invoice-infos-popup .info-box .label{
    font-size:16px;
    color:#363636;
    line-height:35px;
    display: inline-block;
    vertical-align: top;
}
.invoice-infos-popup .info-box  input{
    width:590px;
    height:35px;
    padding-left:15px;
    border:1px solid #e3e6ea;
    border-radius: 6px;
    outline: none;
    font-size:16px;
}
.invoice-infos-popup .txt-tips{
    display: inline-block;
    vertical-align: top;
    line-height:2.2;
}
.invoice-infos-popup .know-tips{
    margin-top:-35px;
    padding-left:80px;
}
.invoice-infos-popup .form-btns{
    padding-top:30px;
    text-align: center;
}
.invoice-infos-popup .form-btn{
    width: 174px;
    height: 41px;
    font-size: 16px;
    border-radius: 6px;
    border:none;
    outline: none;
    display: inline-block;
}
.invoice-infos-popup .cancel-btn{
    background-color: #f3f6f6;
    color:#666;
    margin-right:25px;
}
.invoice-infos-popup .confirm-btn{
    color:#fff;
    background-color: #23b4cb;
}
.invoice-infos-popup .type-btns .tbtn{
    width: 288px;
    height: 35px;
    background-color: #ffffff;
    border-radius: 6px;
    border: solid 1px #ebf0f0;
    display: inline-block;
    text-align: center;
    color:#000;
    margin-right:10px;
}
.invoice-infos-popup .type-btns .btn-2{
    margin-right:0;
}
.invoice-infos-popup .type-btns .tbtn.on{
   border:1px solid  #23b4cb;
    color:#23b4cb;
}
/* 发票修改信息弹出框样式 E */

/* 个人信息 S */
.center-base-info{
    padding-top:75px;
}
.center-base-info .base-info-change{
    padding-top:50px;
}
.center-base-info .integral{
    font-size:18px;
}
/* 个人信息 E */

/* 商品详情商品属性 S */
.pro-types{
    padding-top:25px;
}
.pro-types dt{
    font-size:16px;
    padding-top:15px;
}
.pro-types dd{
    margin-left:48px;
}
.pro-types .item{
    margin-right:8px;
    border:1px solid #ccc;
    padding:15px 20px;
    float:left;
    margin-bottom:15px;
}
.pro-types .item.selected{
    border:1px solid #23b4cb;
}
.pro-types .item a{
   display: block;
   color:#363636;
}
.con-center .pro-account{
    padding-top:25px;
}
/* 商品详情商品属性 E */
/* 新增样式 8-7 S*/
.news-list li{
  background:#fff;
}
.news-list li .w-40{
  padding-top:25%;
  position: relative;
}
.news-list li .w-40 img{
  position: absolute;
  width: 100%;
  height:100%;
  top:0;
  left:0;
}
.news-list li .clear-desc{
  min-height: 60px;
  overflow: hidden;
  padding-top:0;
  padding-bottom:0;
}
.news-list li:hover{
  background:#f3f6f6;
}
.news-list .new-info:hover{
  background:#23b4cb;
}
.news .new-list .news-cover{
  padding-top:86.207%;
  position: relative;
}
.full-img{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}
.about-index .w-48 img{
  max-height:250px;
  min-height: 250px;
  width:100%;
}
/* 新增样式 8-7 E*/
.pro-price {
  line-height: 35px;
}
.pro-price .cur-price{
  font-size:32px;
  color:#ff0b01;
  display: inline-block;
  margin-left: 15px;
}
.pro-price .orig-price{
  text-decoration: line-through;
  font-size: 20px;
  color:#999;
  display: inline-block;
  font-style: normal;
}
.index-recomm-prod .prod-cover{
    position: relative;
    max-width: 264px;
    width: 100%;
    padding-top:100%;
    margin:0 auto;
}
.index-recomm-prod .prod-cover .cover-img{
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    object-fit: contain;
}