body{
    background-color: #eae8eb;
}
a{
    color: #000;
    text-decoration: none;
}
a:hover{
    color:#f56f6f;
    text-decoration: none;
}
input{
    outline: none;
}

/* 底部帮助信息栏 */
.bottom-help-line{
    height: 140px;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
}
.help-msg{
    width: 20%;
    height: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
}
.help-msg-info{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.help-msg-name{
    font-size: 18px;font-weight: 600;color: #6c6c70;
}
.help-msg-items{
    font-size: 12px;padding: 10px 0px;
}
.help-msg-items a{
    display: block;
}

/*顶部导航栏样式*/
.top-nav-wapper{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    font-size: 12px;
}
.top-nav{
    width: 1190px;
    height: 100%;
    margin: 0px calc((100vw - 1190px) / 2);
    padding: 0px 10px;
}

@media screen and (max-width: 1190px) {
    .top-nav-wapper{
        width: 100vw;
        min-width: 960px;
    }
    .top-nav{
        width: 100vw;
        height: 100%;
        min-width: 960px;
        margin: 0;
    }
}
.top-nav .nav-title{
    display: inline-block;font-size: 14px;
}
.top-nav .nav-left{
    display: inline-block;margin-left: 20px; color: #000;
}
/*搜索栏*/
.search-wapper{
    width: 100%;
}
.search-box{
    width: 1190px;
    margin: 12px calc((100vw - 1190px) /2 );
    position: relative;
    padding: 0px 20px;
}
.web-logo{
    position: absolute;
}
.search-bar-wapper{
    width: 700px;
    position: relative;
    margin: 0px calc((100% - 700px) / 2);
    height: 70px;
}
@media screen and (max-width: 1190px) {
    .search-wapper{
        width: 100vw;
        margin: 0;
    }
    .search-box{
        width: 100vw;
        min-width: 960px;
        margin: 0px;
    }
    .search-bar-wapper{
        width: 600px;
        position: relative;
        margin: 0px calc((100% - 600px) / 2);
        height: 70px;
    }
}
.logo-img{
    height: 70px;
}
.search-bar{
    width: 100%;position: absolute;top: 50%;transform: translateY(-50%);background-color: #f56f6f;padding:2px;
}
.search-bar input{
    width: calc(100% - 70px);height: 40px;line-height: 40px;border:0;padding: 2px 10px;
}
.search-bar div{
    width:70px;height: 40px;line-height: 40px;color:#eae8eb;text-align: center;float: right;padding:0px 10px
}
/* 头部元素样式 */
.head-wapper{
    width:100%;
    height:394px;
    margin: 0px;
}
.head-content{
    width: 1190px;
    margin: 12px calc((100vw - 1190px) /2 );
    position: relative;
    padding: 10px;
}
.carousel-wapper{
    width: 780px;
    margin: 0px calc((100% - 780px) / 2);
}
.product-type-wapper{
    width: 180px;
    background-color: #fff;
    padding: 0;
    border-radius: 10px;
    position: absolute;
}
.other-wapper{
    width: 180px;
    padding: 0;
    border-radius: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
}

@media screen and (max-width: 1190px) {
    .head-wapper{
        width:100vw;
    }
    .head-content{
        width: 100vw;
        min-width: 960px;
        margin: 0;
        position: relative;
    }
    .carousel-wapper{
        width: calc(100% - 380px);
        margin: 0px 190px;
    }
}

.product-types{
    font-size:13px;padding: 10px;display: inline-block;
}
.carousel-inner img{
    width:100%;
    height:374px;
    border-radius: 10px;
    object-fit: cover;
}

.help-nav li{
    display: block;
    line-height: 35px;
}
.active{
    color:#f56f6f;
}

/* 商品列表 */
.prod-wapper{
    width:100%;
}
.prod-box{
    width: 1190px;
    margin: 12px calc((100vw - 1190px) /2 );
    padding: 10px
}
.prod-content{
    border-radius: 10px;
    background-color: #fff;
    padding: 10px
}
@media screen and (max-width: 1190px) {
    .prod-wapper{
        width:100%;
    }
    .prod-box{
        width: 100vw;
        min-width: 960px;
        margin: 0;
        padding: 10px
    }
    .prod-content{
        border-radius: 10px;
        background-color: #fff;
        padding: 10px
    }
}

.prod-line, .msg-line{
    font-size: 0;
    margin-bottom: 10px;
}

.prod-type-name{
    font-size: 20px;font-weight: 600;margin-bottom: 10px;padding: 0px 10px;
}
.prod-list{
    width: 100%;font-size: 0px;
}
.prod-info{
    width: 20%;height:300px;display: inline-block;padding: 10px;
}
.prod-img-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}
.prod-img-box img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}
.prod-info-msg{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    margin-top: 10px;font-size: 14px;
    height:42px;
}
.prod-price{
    float: left;
    color: #F40;
    font-size: 18px;
}
.hotsale-ft {
    height: 50px;
    background: #fff;
    position: relative;
}
.hotsale-end {
    display: none;
    position: absolute;
    text-align: center;
    color: #9b9ba5;
    left: 50%;
    width: 84px;
    line-height: 20px;
    font-size: 18px;
    margin-left: -42px;
    font-style: normal;
    top: 20px;
}
.hotsale-end::before{
    left: -90px;
}
.hotsale-end::after{
    right: -90px;
}
.hotsale-end::before, .hotsale-end::after {
    
    content: ' ';
    position: absolute;
    height: 0;
    line-height: 0;
    border-top: 1px solid #d7d4d4;
    width: 90px;
    top: 50%;
}

/* 帮助中心样式 */
.msg-wapper,.help-msg-wapper{
    width:100%;
}
.msg-box,.help-msg-box{
    width: 1190px;
    margin: 12px calc((100vw - 1190px) /2 );
    padding: 10px
}
.msg-content,.help-msg-content{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}
@media screen and (max-width: 1190px) {
    .msg-wapper,.help-msg-wapper{
        width:100%;
    }
    .msg-box,.help-msg-box{
        width: 100vw;
        min-width: 960px;
        margin: 0;
        padding: 10px
    }
    .msg-content,.help-msg-content{
        border-radius: 10px;
        background-color: #fff;
        padding: 10px
    }
}
.help-msg-left{
    width: 200px;
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    line-height: 30px;
    padding: 10px;
}
.help-msg-item{
    margin: 5px 0px;
    border-radius: 10px;
    background-color: #eee;
}
.hmi-title{
    font-size:18px;
    font-weight: 600;
    background-color: #ddd;
    border-radius:10px 10px 0 0 ;
    padding: 5px;
}
.hmi-info{
    font-size:16px;
    background-color: #eee;
    border-radius: 0 0 10px 10px;
    padding: 5px;
    line-height: 25px;
}
.help-msg-right{
    width: calc(100% - 220px);
    min-height: 800px;
    margin-left: 220px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px
}
/* 商品详情--商品展示 */
.prod-show-wapper{
    width:100%;
}
.prod-show-box{
    width: 1190px;
    margin: 12px calc((100vw - 1190px) /2 );
    padding: 10px
}
.prod-show-content{
    background-color: #fff;
    padding: 20px;
    border: 1px solid #E8E8E8;
    height: 500px;
    position: relative;
}
@media screen and (max-width: 1190px) {
    .prod-show-wapper{
        width:100%;
    }
    .prod-show-box{
        width: 100vw;
        min-width: 960px;
        margin: 0;
        padding: 10px
    }
}
.prod-show-left{
    width: 400px;
    height: 460px;
}
.prod-show-img img{
    width: 360px;
    height:360px;
    object-fit: cover;
}
.show-img-min{
    width: 60px;
    height:60px;
    object-fit: cover;
    border: 1px solid #fff
}

.prod-show-right{
    position: absolute;
    width: calc(100% - 420px);
    height: 460px;
    top: 20px;
    right: 20px;
    padding: 5px;
}
.prod-show-name{
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
}
.prod-price-wapper{
    height: 100px;
    background-color: #fff2f2;
    width: 100%;
    position: relative;
}
.prod-price-title{
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    position: absolute;
}
.prod-show-price{
    width: calc(100% - 200px);
    margin: 0px 100px;
    font-size: 30px;
    line-height: 100px;
    color: #f56f6f;
}
.prod-comment-num{
    width: 100px;
    text-align: center;
    position: absolute;
    border-left: 1px solid #ccc;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.prod-msg-line{
    margin: 10px 0px;
    line-height: 30px;
}
.prod-msg-name{
    width: 100px;
    text-align: center;
    position: absolute;
}
.prod-msg-content{
    width: calc(100% - 100px);
    margin-left: 100px;
}
.prod-select-img{
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 1px solid #fff;
}

.img-active{
    border: 1px solid #f56f6f;
}
.prod-btn{
    width: 140px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
.prod-btn-buy{
    background-color: #f2d7d7;
    border: 1px solid #f9abab;
}
.prod-btn-cart{
    background-color: #f56f6f;
    border: 1px solid #f56f6f;
}

/* 商品详情--更多信息 */
.more-msg-wapper{
    width:100%;
}
.more-msg-box{
    width: 1190px;
    margin: 12px calc((100vw - 1190px) /2 );
    padding: 10px;
    position: relative;
}

@media screen and (max-width: 1190px) {
    .more-msg-wapper{
        width:100%;
    }
    .more-msg-box{
        width: 100vw;
        min-width: 960px;
        margin: 0;
        padding: 10px
    }
}
.more-msg-left{
    width: calc(100% - 170px);
}
.more-msg-content{
    width: 100%;
    margin-top: 5px;
    min-height: 400px;
    background-color: #fff;
    padding: 20px;
}

.more-msg-nav{
    width: 100%;
    line-height: 50px;
    background-color: #fff;
}
.more-msg-item{
    display: inline-block;
    padding: 0 20px;
}
.msg-item-active{
    color: #fff;
    background-color: #f56f6f;
}

.prod-msg-title {
    height: 50px;
    background: #fff;
    position: relative;
}
.msg-title-line {
    display: none;
    position: absolute;
    text-align: center;
    color: #9b9ba5;
    left: 50%;
    width: 84px;
    line-height: 20px;
    font-size: 18px;
    margin-left: -42px;
    font-style: normal;
    top: 20px;
}
.msg-title-line::before{
    left: -200px;
}
.msg-title-line::after{
    right: -200px;
}
.msg-title-line::before, .msg-title-line::after {
    content: ' ';
    position: absolute;
    height: 0;
    line-height: 0;
    border-top: 1px solid #d7d4d4;
    width: 180px;
    top: 50%;
}
/* 商品详情--商品评论 */
.comment-item{
    height: 150px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.comment-info{
    width: calc(100% - 360px);
    height: 150px;
    padding: 10px;
}
.comment-img-wapper{
    width: 100%;
    height: 60px;
    padding: 5px 0px;
}
.comment-img-wapper img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.comment-time{
    color:#aaa
}
.comment-prod-type{
    height: 100%;
    position: absolute;
    width: 150px;
    left: 65%;
    top: 0;
}
.comment-customer{
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    top: 0; 
}
.comment-prod-type div , .comment-customer div{
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
}

.no-more-tips{
    width: 100%;
    line-height: 100px;
    font-size: 18px;
    text-align: center;
    color: #aaa;
}

/* 商品详情页面--更多商品展示 */
.more-msg-right{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 160px;
}
.more-prod-title{
    width: 100%;
    background-color: #f56f6f;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.more-prod-item{
    margin-top: 5px;
    background-color: #fff;
    padding: 5px;
    font-size: 12px;
}
.more-prod-item img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.more-prod-name{
    overflow:hidden;
	white-space:nowrap;
	text-overflow: ellipsis;
}
.more-prod-price{
    color: #f56f6f;
}
/* 登录 */
.login-wapper{
    width:100%;
}
.login-box{
    width: 1190px;
    margin: 12px calc((100vw - 1190px) /2 );
    padding: 10px
}
.login-content{
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
    position: relative;
}
@media screen and (max-width: 1190px) {
    .login-wapper{
        width:100%;
    }
    .login-box{
        width: 100vw;
        min-width: 960px;
        margin: 0;
        padding: 10px
    }
}
.login-content-left{
    width: 50%;
    position: absolute;
    top: 0;
}
.login-content-left img{
    width: 100%;
}
.login-content-right{
    width: 50%;
    margin-left: 50%;
    min-height: 450px;
}
.pull-right{
    float: right;
}

/* modify by chenxiaoyu 20220214 新增购物车样式*/
/* 购物车 */
.shopping-cart-wapper{
    width:100%;
}
.shopping-cart-box{
    width: 1190px;
    margin: 12px calc((100vw - 1190px) /2 );
    padding: 10px
}
.shopping-cart-content{
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
    position: relative;
}
@media screen and (max-width: 1190px) {
    .shopping-cart-wapper{
        width:100%;
    }
    .shopping-cart-box{
        width: 100vw;
        min-width: 960px;
        margin: 0;
        padding: 10px
    }
    .shopping-cart-content{
        border-radius: 10px;
        background-color: #fff;
        padding: 10px
    }
}
.pd-line-title{
    padding: 10px;
}
.pd-line-title div{
    line-height: 40px;
}
.pd-line{
    padding: 10px;
    border: 1px solid #bbb;
    height: 100px;
    margin-bottom: 10px;
}
.pd-check{
    display: inline-block;
    width: 60px;
}
.pd-msg{
    display: inline-block;
    width: calc(100% - 570px);
}
.pd-price,.pd-num,.pd-sum,.pd-option{
    display: inline-block;
    width: 120px;
}
.pd-num-btn{
    position: relative;
    border: 1px solid #f56f6f;
    text-align: center;
    width: 100px;
    background-color: #fcdede;
}
.num-btn-left{
    position: absolute;
    width: 20px;
}
.num-btn-right{
    position: absolute;
    width: 20px;
    left: 75px;
    top: 0px;
}
.pd-price, .pd-sum{
    color: #f56f6f
}
.num-btn-center{
    width: 50px;
    margin-left: 25px;
}
.num-btn-center input{
    border: 0;
    text-align: center;
    width: 100%;
}
.pd-info{
    font-size: 0;
    position: relative;
}
.pd-info div{
    display: inline-block;
    margin-right: 10px;
}
.pd-img img{
    width: 80px;
    height: 80px;
    object-fit: cover;
}
.pd-name,.pd-type{
    font-size: 14px;
    width: calc((100% - 110px) / 2);
    height: 80px;
}
.pd-name{
    position: absolute;
    left: 110px;
}
.pd-type{
    position: absolute;
    right: 0px;
}
.settlement-line{
    margin: 20px 0px;
    height: 50px;
    position: relative;
    background-color: #eee;
}
.settlement-msg{
    line-height: 50px;
    position: absolute;
    right: 0;
}
.settlement-msg div{
    display: inline-block;
    padding: 0px 20px; 
}
.settlement-btn{
    width: 100px;
    text-align: center;
    display: inline-block;
    background-color: #aaa;
}
.settlement-btn-active{
    background-color: #f56f6f;
    color:#fff;
}

/* tv缴费 */
.tv-pay-wapper{
    width:100%;
}
.tv-pay-box{
    width: 1190px;
    margin: 12px calc((100vw - 1190px) /2 );
    padding: 10px
}
.tv-pay-content{
    background-color: #fff;
    padding: 50px 10px;
    border-radius: 10px;
    position: relative;
}
@media screen and (max-width: 1190px) {
    .tv-pay-wapper{
        width:100%;
    }
    .tv-pay-box{
        width: 100vw;
        min-width: 960px;
        margin: 0;
        padding: 10px
    }
    .tv-pay-content{
        border-radius: 10px;
        background-color: #fff;
        padding: 10px
    }

}