body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body { background:#fff; color:#555; font-size:14px; font-family:Microsoft YaHei;height: 100vh;width: 100%;overflow-x: hidden;}
td,th,caption { font-size:0.2rem; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a{text-decoration:none; color:#000;}
A:link{text-decoration:none; color:#000;}
A:visited{text-decoration:none; color:#000;}
A:hover{text-decoration:none; color:#0157a4;}
img { border:none; }
ol,ul,li { list-style:none; }
input, textarea, select, button { font:0.2rem Verdana,Helvetica,Arial,sans-serif; }
*{box-sizing: border-box}
.el-message{min-width: auto;width: 90%}
.el-message-box{width: 85%}

.index_header{
    background:#9749d4 url(../images/index_bg.png) no-repeat top center;
    background-size: contain;
    width: 10rem;
    height: 0;
    padding-bottom: 52.5%;
    position: relative;
}
.header_top{
    padding: 10px 15px;
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    z-index: 1000;width: 100%;
}
.header_top .search{
    display: flex;
    align-items: center;
    width: 88%;
    background: #ffffff;
    border-radius: 50px;
    overflow: hidden;
    padding: 0 0 0 8px;
}
.header_top .search label{
    height: 35px;
    width: 35px;
    background: url(../images/search.png) no-repeat center;
    background-size: 20px;
}
.header_top .search input[type=text]{
    height: 35px;
    background: transparent;
    border: none;
    width: 100%;
    padding-left: 5px;font-size: 13px;
}
.header_top .search input[type=submit]{
    height: 35px;
    width: 70px;
    /*background: transparent;*/
    border: none;
    cursor: pointer;
    background: #ff4a4a;
    font-size: 13px;
    color: #fff;
}
.header_top .message{
    width: 10%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header_top .message a{
    background: rgba(0,0,0,.2) url(../images/message.png) no-repeat center;
    background-size: 17px;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.header_top .message span{
    position: absolute;
    display: inline-block;
    width: 17px;
    height: 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #ffffff;
    background: #ff4a4a;
    font-size: 12px;
    right: -3px;
    top: -3px;
}

.header_bottom{
    position: relative;
    width: 100%;
    z-index: 10;
    font-size: 0;
    bottom: 0;
    display: flex;left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 4px;

}





.banner{
    /*margin: 0 15px;*/
}
.banner img{
    width: 100%;
    /*border-radius: 5px;*/
}



.index_pro{

}
.index_pro .item{

}
.index_pro .item .top{
    padding: 10px 10px;
    border-top: 1px solid #e4e4e4;
}
.index_pro .item .top .title{
    display: flex;
    align-items: center;
    padding-left: 30px;
    background: url(../images/ico_10.png) no-repeat left center;
    background-size: 20px;
}
.index_pro .item .top .title a{
    font-size: 14px;
    color: #3f3f3f;
    font-weight: bold;
    margin-right: 16px;
    line-height: 25px;
}
.index_pro .item .top .title span{
    font-size: 14px;
    line-height: 15px;
    color: #f60;font-weight: bold;
}
.index_pro .item .list{
    padding: 15px 0;
    background:#ffffff;display: flex;flex-wrap: wrap;
}
.index_pro .item .list .item{
    width: 4.55rem;    height: 7rem;margin: 2%;
    background: #fff;
    box-shadow: 0 0 3px 0 #ccc;border-radius: 5px;
}
.index_pro .item .list .item:last-child{
    margin-bottom: 0;
}
.index_pro .item .list .item .pic{
    font-size: 0;width: 4.5rem;height: 4.5rem;
    text-align: center;
    margin: 0 auto;
    display: flex;align-items: center;
}

.index_pro .item .list .item .pic .el-image{
   width: 4.5rem;height: 4.5rem;
}
.index_pro .item .list .item .pic a{
    display: block;
    background: #ffffff;
    overflow: hidden;
}
.index_pro .item .list .item .pic img{
    max-width: 100%;
    max-height: 100%;border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.index_pro .item .list .item .content{
    background: #ffffff;
    padding: 5px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
}
.index_pro .item .list .item .content .title{
    font-size: 0;
    margin-bottom: 8px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}
.index_pro .item .list .item .content .title a{
    font-size: 16px;
    color: #393939;
    display: inline-block;
    line-height: 20px;
    font-weight: bold;
}
.index_pro .item .list .item .content .desc{
    font-size: 0;
    margin: 8px 0 10px;
}
.index_pro .item .list .item .content .desc a{
    font-size: 14px;
    color: #898989;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
}
.index_pro .item .list .item .content .desc a:last-child{
    margin-right: 0;
}
.index_pro .item .list .item .content .tab{
    font-size: 0;
    margin: 10px 0 15px;
}
.index_pro .item .list .item .content .tab a{
    font-size: 12px;
    color: #DA0F4E;
    display: inline-block;
    vertical-align: top;
    margin-right: 8px;
}
.index_pro .item .list .item .content .tab a:last-child{
    margin-right: 0;
}
.index_pro .item .list .item .content .info{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.index_pro .item .list .item .content .info .left{
    display: flex;
    align-items: center;
}
.index_pro .item .list .item .content .info .left strong{
    font-size: 15px;
    color: #EE1049;
    font-weight: bold;
}
.index_pro .item .list .item .content .info .left span{
    font-size: 12px;margin-left: 6px;
    color: #7B7B7B;
    text-decoration: line-through;
}
.index_pro .item .list .item .content .info .qiang{
    width: 60px;
    height: 25px;
    background: #E80B37;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}

#footer{
    background:#fffdfd;
    color: #fff;
    font-size: 12px;
    height: 60px;
    padding: 5px;
    text-align: center;display: flex;    position: fixed;
    bottom: -3px;
    width: 100%;justify-content: space-around;box-shadow: 0 0 5px 1px #ccc;
}

#footer dl {width: 30%;}
#footer dl dd>img{width: 30px;height: 30px}

.el-tabs__item{height: 50px;line-height: 50px}
.el-tabs__nav-next, .el-tabs__nav-prev{line-height: 50px}
.el-tabs__header{padding: 0 5px}


/*user 页面*/
#user{}
.user_header{
    background:url(../images/index_bg.png) no-repeat;
    background-size: 100%;
    width: 10rem;
    height: 3.5rem;
    position: relative;
}
.header_botarc{width: 100%;position: absolute;bottom: -5px}
.header_botarc img{width: 100%}
.user_nav{
    display: flex;
    align-content: center;
    justify-content: space-around;
    border-radius: 10px;
    background: #fff;
    padding: 26px 0;
    width: 9.6rem;
    margin: 0.3rem auto;
}
.user_nav dl{text-align: center}
.user_nav dl dd{font-weight: bold;color: #000;font-size: 0.5rem}
.user_nav dl dt{color: #888;font-size: 0.3rem;margin-top: 8px}

.user_banner{width: 9.6rem;margin: 0 auto;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 10px;
    overflow: hidden;}
.user_banner img{width: 100%}

#user .top-1{
    width: 100%;
    height: 3rem;
    display: flex;
    padding: 0.5rem;
    box-sizing: border-box;
}
#user .touxiang {
    width: 2rem;
    height: 2rem;
    position: relative;
}
#user .touxiang img{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 #fff;
}

#user .user-info{margin-left: 10px;display: flex;align-items: center}
#user .user-info .name{font-weight: bold;color: #fff;font-size: 0.5rem;margin: 10px 0;margin-right: 10px}
#user .user-info .name span img{    width: 25px;
    height: 25px;
    vertical-align: bottom;
    margin-left: 10px;}
#user .user-info .login{background:#ff6600bf;border-radius: 10px;padding: 2px 10px;text-align: center;color: #fff;font-size: 13px;}

#user .my_info{width: 9.6rem;margin: 10px auto;min-height: 3rem;
    box-shadow: 0 0 5px 0 #ccc;padding: 10px;
    border-radius: 10px;background: #fff;padding-bottom: 1rem}
#user .my_info ul li{line-height: 1.2rem;border-bottom: 1px solid #e9e9e9;font-size: 0.4rem}
#user .my_info ul li>i{margin-right: 3px}
#user .my_info ul li>span{float: right}


/*页面user-info*/
#user-info .top-1{
    width: 100%;
    height: 3rem;
    display: flex;
    padding: 0.5rem;
    box-sizing: border-box;
}
#user-info .touxiang {
    width: 2rem;
    height: 2rem;
    position: relative;
}
#user-info .touxiang img{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 #fff;
}

#user-info .user-info{margin-left: 10px;display: flex;align-items: center}
#user-info .user-info .name{font-weight: bold;color: #fff;font-size: 0.5rem;margin: 10px 0}
#user-info .user-info .login{background: #f60;border-radius: 10px;padding: 2px 10px;text-align: center;color: #fff;font-size: 13px;}
#user-info .user-ziliao{width: 9.6rem;margin: 10px auto;min-height: 3rem;box-shadow: 0 0 5px 0 #ccc;padding: 10px;background: #fff}
#user-info .user-ziliao p{padding: 10px;line-height: 25px}
#user-info .user-ziliao p span{color: #ff7676}
#user-info .up-img{display: flex;flex-wrap: wrap;justify-content: space-between;}
#user-info .up-img .el-card{width: 48%;margin-bottom: 15px}
#user-info .up-img .el-image{min-width: 80px;max-width: 100%; height: 80px;margin: 0 auto;display: block;}
#user-info .up-img .el-card__header{padding: 18px 10px}
#user-info .up-img .el-button{float: right; padding: 3px 0}


/*用户注册 登录*/

/*表单收集*/
.form-popuo{background-image: linear-gradient(#ffffff, #f3e3e3);padding: 10px;height: auto; border-radius: 11px;box-sizing: border-box;box-shadow: 0 0 10px 0px #000000;padding-top: 1.2rem;margin-top: 25vh!important;}
.form-popuo .el-dialog__header{padding: 0}
.form-popuo .el-dialog__body{padding: 10px}

.form-popuo .close_guestbook{position: absolute;right: 0;left: 0;margin: 0 auto;bottom: -65px;;border: 2px solid #fff;width: 30px;height: 30px;line-height: 25px;border-radius: 50%;color: #f00;background-color: #ffd694;text-align: center;font-size: 22px;z-index: 10000;}

.form-popuo .close-xian{    position: absolute;right: 0;left: 0;margin: 0 auto;bottom: -35px;width: 2px;height: 36px;background: #f4ce72;}
.form-popuo .layui-layer-title{padding: 0;text-align: center;background-color: transparent;font-weight: bold;color: #20ab9d;font-size: 17px;}
.form-popuo .layui-layer-content{overflow: inherit!important;}
.form-popuo .guestbook_bg{width: 100%;position: absolute;top: -75px;left: 0;}
.form-popuo .guestbook_bg img{width: 100%;}

.form-popuo .form{padding: 15px 10px;border-radius: 7px;position: relative;z-index: 1000;padding-bottom: 0;}
.form-popuo .form h2{
    text-align: center;
    letter-spacing: 2px;
    font-size: 0.35rem;
    color: #000;
    position: relative;
    top: -0.5rem;
}
.form-popuo .input-group{font-size: 0.3rem;margin-bottom: 10px;display: flex;z-index: 10000;position: relative;}
.form-popuo .input-group input{border: 1px solid #e7e7e7;border-radius: 4px;height: 1rem;font-size: 0.35rem;padding: 5px 0 0 0.7rem;;}
.form-popuo .input-group span{font-size: 0.4rem;width: 0.5rem;display: inline-block;text-align: center;line-height: 0.6rem;}
.form-popuo .input-group span i{    color: #f60;}
.form-popuo .sub-form{margin: 0 auto;text-align: center;position: relative;z-index: 10000;background: #ff4e3a;color: #fff;width: 92%;padding: 10px 0;border-radius: 50px;margin-top: 0.3rem}

.form-popuo .layui-layer-setwin a {display: none;}
.form-popuo .login_zhuce{
    text-align: center;
    margin-top: 0.2rem;
    color: #999;z-index: 1000;
    position: relative;
}


/*页面zj-log*/
#zj-log .top-1{
    width: 100%;
    height: 3rem;
    display: flex;
    padding: 0.5rem;
    box-sizing: border-box;
}
#zj-log .touxiang {
    width: 2rem;
    height: 2rem;
    position: relative;
}
#zj-log .touxiang img{
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    box-shadow: 0 0 8px 0 #fff;
}
#zj-log .user-info{margin-left: 10px;display: flex;align-items: center}
#zj-log .user-info .name{font-weight: bold;color: #fff;font-size: 0.5rem;margin: 10px 0}
#zj-log .user-info .login{background: #f60;border-radius: 10px;padding: 2px 10px;text-align: center;color: #fff;font-size: 13px;}
#zj-log .user-cj-log{width: 9.6rem;margin: 10px auto;min-height: 3rem;padding: 10px;background: #f7f7f7}
#zj-log  ul{position: relative;}
#zj-log  ul li{width: 100%;height: 2.10rem;display: flex;background: #fff;border-radius: 5px;box-sizing: border-box;padding: 0.1rem 0.20rem;margin-bottom: 5px;}
#zj-log  ul li .ul-li-img{width:1.80rem;height: 1.80rem;}
#zj-log  ul li .ul-li-img img{width:100%;height: 100%;box-sizing: border-box;padding: 2px;border: 1px solid #f2f2f2;border-radius: 4px;}
#zj-log  ul li .ul-li-info{width:4.60rem;height: 1.20rem;margin: 0 0.20rem}
#zj-log  ul li .ul-li-info p{font-size: 0.42rem;}
#zj-log  ul li .ul-li-info p:nth-child(1){height: 1rem;line-height: 1rem;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
#zj-log  ul li .ul-li-info p:nth-child(2){font-size: 0.35rem;color: #888;line-height: 0.5rem;}
#zj-log  ul li .ul-li-info p:nth-child(3) {line-height: 0.3rem;font-size:0.22rem;}
#zj-log  ul li .ul-li-info p .p-span-1{border:1px solid  #20ab9d;padding: 0 5px;color: #20ab9d;border-radius: 3px}
#zj-log  ul li .ul-li-info p .p-span-2{border:1px solid  #666;padding: 0 5px;color: #666;border-radius: 3px}

#zj-log  ul li .ul-li-status{width: 1.7rem;height: 1.70rem}
#zj-log  ul li .ul-li-status img{width: 100%}

#zj-log .kong_data{text-align: center;width: 100%}
#zj-log .kong_data img{width: 60%;margin: 50px;}
#zj-log .prize-msg .el-dialog__close{z-index: 10000000}

#zj-log .prize-msg{width: 8.5rem!important;top:15vh;border-radius: 10px;animation: my-animation 0.5s;overflow: hidden;}
#zj-log .prize-msg .el-dialog__header{padding: 0}
#zj-log .prize-msg .el-dialog__body{padding: 0}
#zj-log .prize-msg iframe{width: 100%;height: 425px;padding-bottom: 10px;}


/*product 页面*/
#product{}
/*返回按钮*/
.public_back{
    background: #ffffff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
}
.public_back .back{
    width: 40px;
    height: 40px;
    background: url(../images/back.jpg) no-repeat center;
    background-size: 9px 17px;
    cursor: pointer;
}
.public_back .title{
    font-size: 15px;
    color: #080808;
    line-height: 20px;
}
.public_back .search{
    width: 40px;
    height: 40px;
    background: url(../images/kefu.png) no-repeat center;
    background-size: 25px 25px;
    cursor: pointer;
}

.main_section{
    overflow-y: scroll;
}
.product_banner{
    font-size: 0;
}
.product_banner .swiper-pagination-fraction{
    bottom: 15px;
    right: 15px;
    left: auto;
    font-size: 14px;
    color: #ffffff;
    background: #cccccc;
    width: 40px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}
.product_banner .swiper-pagination-fraction span{
    font-size: 14px;
}

.section1{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}
.section1 .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.section1 .top .title{
    font-size: 15px;
    color: #333333;
    font-weight: bold;
}
.section1 .top .share{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section1 .top .share img{
    width: 20px;
    height: 22px;
}
.section1 .top .share span{
    font-size: 14px;
    color: #8c8c8c;
}
.section1 .bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section1 .bottom .price{
    display: flex;
    align-items: center;
}
.section1 .bottom .price p{
    display: flex;
    align-items: flex-end;
}
.section1 .bottom .price p span{
    font-size: 12px;
    color: #db4e48;
    font-weight: bold;
    line-height: 20px;
}
.section1 .bottom .price p strong{
    font-size: 16px;
    color: #db4e48;
    font-weight: bold;
    line-height: 20px;
}
.section1 .bottom .price a{
    font-size: 12px;
    color: #848484;
    text-decoration: line-through;
    margin-left: 8px;
}
.section1 .bottom .info{
    display: flex;
    align-items: center;
}
.section1 .bottom .info span{
    font-size: 12px;
    color: #848484;
    margin-right: 10px;
}
.section1 .bottom .info span:last-child{
    margin-right: 0;
}

.section2{
    background: #f7f9f8;
    /*padding: 0 15px;*/
    height: 40px;
    display: flex;
    align-items: center;
}
.section2 span{
    font-size: 13px;
    color: #333333;
}
.section2 a{
    font-size: 13px;
    color: #333333;
    margin-left: 10px;
    padding-left: 20px;
    background: url(../images/baozheng.jpg) no-repeat left center;
    background-size: 15px;
}

.section3{
    padding: 0 15px;
    background: url(../images/right_jiantou.jpg) no-repeat right 15px center;
    background-size: 8px 12px;
    height: 40px;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333333;
}
.section3 .guige{
    font-size: 13px;
    color: #333333;
    margin-left: 5px;
}
.section4{
    padding: 0 15px 15px 15px;
}
.section4 .top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}
.section4 .top .left{
    display: flex;
    align-items: center;
}
.section4 .top .left h2{
    font-size: 15px;
    color: #000000;
}
.section4 .top .left span{
    font-size: 13px;
    color: #333333;
}
.section4 .top .right{
    padding-right: 10px;
    background: url(../images/right_jiantou.jpg) no-repeat right center;
    background-size: 6px 9px;
}
.section4 .top .right p{
    font-size: 12px;
    color: #f51745;
}

.section4 .list{

}
.section4 .list .item{
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.section4 .list .item:first-child{
    margin-top: 0;
}
.section4 .list .item .info{
    display: flex;
    align-items: center;
}
.section4 .list .item .info .touxiang{
    width: 35px;
    height: 35px;
    border-radius: 100%;
}
.section4 .list .item .info .xingji{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}
.section4 .list .item .info .xingji .nike{
    font-size: 13px;
    color: #242424;
    margin-bottom: 5px;
}
.section4 .list .item .info .xingji .xin{
    display: flex;
    align-items: center;
}
.section4 .list .item .info .xingji .xin img{
    width: 10px;
    height: 10px;
    margin-right: 3px;
}
.section4 .list .item .desc{
    margin: 8px 0 10px;
    font-size: 14px;
    color: #a4a4a4;
}
.section4 .list .item .content{
    font-size: 14px;
    color: #000000;
}

.section5{

}
.section5 .top{
    height: 40px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 5px;
}
.section5 .singlepage{
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    padding: 3px;
}
.section5 .singlepage img{max-width: 100%;margin: 0 auto;height: auto}


.bottom_caozuo{
    padding: 0 15px 0 0;
    display: flex;
    align-items: center;
    height: 50px;
    border-top: 1px solid #dddddd;position: fixed;
    width: 100%;
    bottom: 0;background: #fff;box-shadow: 0 0 5px 1px #dddddd;
}
.bottom_caozuo .left{
    width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_caozuo .left a{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.bottom_caozuo .left img{
    width: 25px;
    height: 25px;
}
.bottom_caozuo .left span{
    font-size: 14px;
    color: #8c8c8c;
}
.bottom_caozuo .right{
    width: 65%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom_caozuo .right button{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    font-size: 14px;
    color: #ffffff;
    border: none;
    outline: none;
}
.bottom_caozuo .right button.cart{
    background: #d91cfc;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.bottom_caozuo .right button.buy{
    background: #fc1cab;
    border-radius: 50px;
    /*border-top-right-radius: 50px;*/
    /*border-bottom-right-radius: 50px;*/
}

.guige_1{
    padding: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dddddd;
}
.guige_1 .pic{
    width: 60px;
    height: 60px;
    border-radius: 5px;
}
.guige_1 .content{
    margin-left: 12px;
}
.guige_1 .content .price{
    display: flex;
    align-items: center;
    font-size: 0;
    margin-bottom: 10px;
}
.guige_1 .content .price a{
    font-size: 16px;
    color: #e94f4d;
    font-weight: bold;
}
.guige_1 .content .price strong{
    font-size: 16px;
    color: #e94f4d;
    font-weight: bold;
}
.guige_1 .content .kucun{
    font-size: 13px;
    color: #484848;
}
.guige_1 .content .kucun span{
    font-size: 13px;
    color: #484848;
}

.guige_2{
    padding: 15px;
    border-bottom: 1px solid #dddddd;
}
.guige_2 .title{
    font-size: 16px;
    color: #484848;
    margin-bottom: 5px;
}
.guige_2 .list{
    display: flex;
    flex-wrap: wrap;
}
.guige_2 .list span{
    background: #cccccc;
    border: 1px solid #9b9b9b;
    font-size: 14px;
    color: #000000;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    margin-right: 10px;
    margin-top: 10px;
    border-radius: 5px;
}
.guige_2 .list span.active{
    background: #ff7953;
    border: 1px solid #ff7953;
    color: #ffffff;
}

.guige_3{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
}
.guige_3 .title{
    font-size: 16px;
    color: #484848;
}
.guige_3 .caozuo{
    display: flex;
    align-items: center;
}
.guige_3 .caozuo button{
    width: 28px;
    height: 28px;
    background: #ffffff;
    font-size: 12px;
    color: #959595;
    outline: none;
}
.guige_3 .caozuo input.num{
    width: 33px;
    height: 28px;
    background: #ffffff;
    border: 1px solid #ededed;
    border-left: none;
    border-right: none;
    text-align: center;
    font-size: 12px;
    color: #959595;
}
.guige_3 .caozuo button.jian{
    border: 1px solid #ededed;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.guige_3 .caozuo button.jia{
    border: 1px solid #ededed;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}


.pro-fenlei{display: flex;padding: 10px;width: 100%;overflow-x: scroll;background: #fff;}
.pro-fenlei a{}
.pro-fenlei dl{width: 2rem;height: 2.5rem;text-align: center}
.pro-fenlei dl dd{margin: 0 auto;width: 1.6rem;height: 1.6rem;display: flex;align-items: center;justify-content: center;}
.pro-fenlei dl img{width: 1.2rem;height: 1.2rem}
.pro-fenlei dt{font-size: 0.35rem;}

.fuli-banner{}
.fuli-banner img{width: 100%}

#fuli-pro{}
#fuli-pro .fuli-pro-title{margin-bottom: -5px;}
.fuli-pro-title img{width: 100%}
.fuli-pro{background: #cd0a0a;border-radius:0 0 5px 5px;padding: 10px}
.fuli-item{height: 3rem;
    display: flex
;margin-top: 8px;
    background: #fff3f3;
    border-radius: 5px;
    padding: 5px;
    box-sizing: content-box;}
.fuli-item .fuli-item-l{width: 3rem;height: 3rem;    background: #fff;border-radius: 5px 0 0 5px;flex-shrink:0}
.fuli-item .fuli-item-l img{width: 100%;height: 100%}
.fuli-item-r{padding: 10px;position: relative}
.fuli-item-r .title{font-size: 16px;font-weight: bold; display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;}
.fuli-item-r .price{display: flex;justify-content: space-between;position: absolute;
    width: 95%;
    bottom: 0;}
.fuli-item-r .price span{color:#d30505;
    font-weight: bold;
    font-size: 18px;
    /*删除线*/
    text-decoration: line-through;
}
.fuli-item-r .chakan{background: #db0404;
    color: #fff;
    border-radius: 20px;
    padding: 5px 15px;}

.fuli-item-r .tag{margin-top: 3px;}
.fuli-item-r .tag span{border-radius: 3px;padding: 2px 5px;background: #ffd4b7;    font-size: 12px;color: #f60;margin-right: 8px;}
.fuli-item-r .tag span:nth-child(2){    background: #ed96c6;
    color: #fdff63;}
.fuli-item-r .tag span:nth-child(3){background: #ffb7e7;color: #ff0080;}

#remai{    margin-top: 15px;background: #fff;}
#remai .remai-title{
    display: flex;    height: 1.2rem;padding: 0 10px;
    justify-content: space-between;
    align-items: center;
}
#remai .remai-title img{
    height: 0.5rem;
}
#remai .remai-msg{
    display: flex
;
    justify-content: space-between;
    border-top: 1px solid #efefef;
    padding: 10px;
}

#remai .remai-banner{}
#remai .remai-banner img{width: 100%}

.el-tabs__header{display: none}
.el-tabs__header .is-top{display: none}