@font-face {
    font-family: 'iconfont';
    src: url('/static/css/iconfont/iconfont.ttf?t=1661408427057') format('truetype');
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
*{
    margin: 0;
    padding: 0;
}
.ml10{
    margin-left: 15%;
}
.w80{
    width: 70%;

}
header{
    height: 4vh;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}
.nav-shop{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
ul li{
    list-style: none;
}
/*.nav-left{*/
/*    display: flex;*/
/*    justify-content: space-around;*/
/*    color: #666;*/
/*    align-items: center;*/
/*}*/
/*a{*/
/*    text-decoration: none;*/
/*}*/
/*.nav-left a{*/
/*    color: #666;*/
/*}*/
/*.nav-left li{*/
/*    margin: 0 10px;*/
/*    font-size: 0.75rem;*/
/*}*/
/*.nav-right{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: space-around;*/
/*}*/
/*.nav-right li{*/
/*    margin: 0 10px;*/
/*    font-size: 0.75rem;*/
/*}*/
/*.nav-right li a{*/
/*    color: #666;*/
/*}*/
/*.nav-shop li a:hover{*/
/*    color: #ef1f1f;*/
/*}*/

.logo_search{
    display: flex;
    justify-content: space-between;
    height: 120px;
    margin-top: 32px;
}
.logo_search .logo{
    width: 280px;
    height: 70px;
}
.search{
    display: flex;
}
.search button{
    width: 120px;
    height: 48px;
    font-size: 18px;
    line-height: 46px;
    font-weight: 700;
    border: 2px solid #ef1f1f;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    margin-left: -1px;
    position: relative;
    color: #fff;
    background-color: #ef1f1f;
    border-color: #ef1f1f;
    box-sizing: content-box;
    position: relative;
    left: -2px;
}
.logo_search .logo img{
    width: 100%;
    height: 100%;
}

.input-wrapper{
    width: 468px;
    height: 48px;
    border: 2px solid #ef1f1f;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 4px;
    /* margin-left: 98px; */

}
.input-wrapper input{
    height: 48px;
    padding-left: 16px;
    outline: 0;
    border: 0;

}

.car_title{
    height: 35px;
    background-color: #ef1f1f;
    width: 100%;
}
.good_store_info{
    height: 100%;
    line-height: 35px;
}
.good_store_info ul li a{
    color: #fff;
    padding: 0 30px;
}
.good_store_info ul{
    display: flex;
}
.good_info_area{
    margin-top: 20px;
    display: flex;
}
.images_zoom{
    width: 30%;
    position: relative;
}
.good_info{
    width: 48%;
    margin: 0 1%;
}


.pu-img-good{
    width: 100%;
    height: 378px;
    border: 1px dashed #ccc;
    position: relative;
}
.pu-img-good img{
    width: 100%;
    height: 100%;
}
.pu-img-list{
    margin-top: 10px;
}

.list-img img{
    width: 100%;
    height: 100%;
}
.pu-img-list .list-img .tb-selected{
    background:none repeat scroll 0 0 #C30008;height:44px;padding:2px
}
.list-img li{
    float: left;
    height: 42px;
    margin: 0 6px 0 0;
    cursor: pointer;
    padding: 1px;
    background: none repeat scroll 0 0 transparent;
}

.tb-s40, .tb-s40 a {
    height: 40px;
    width: 40px;
}
.tb-selected div {
    background-color: #FFFFFF;
    border: medium none!important;
}
.list-img li div {
    border: 1px solid #CDCDCD;
}
.mask{
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    cursor: move;
    display: none;
}
.big{
    width: 436px;
    height: 376px;
    position: absolute;
    left: 406px;
    top: 0;
    overflow: hidden;
    display: none;
}
.big img{
    position: absolute;
    z-index: 100;
}
.good_info h1{
    font-size: 18px;
    margin-bottom: 10px;
}
.basic-fields{
    border-top: 1px solid #ffcac6;
    background: #fff8f8;
    padding: 6px 0;
    margin-bottom: 10px;
    position: relative;
    margin-top: 30px;
}
.fields{
    position: relative;
    margin: 16px 0;
    font-size: 14px;
    line-height: 14px;
}
.field_name{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100px;
    padding-left: 16px;
    color: #999;
}
.field_value{
    margin-left: 92px;
}
.price_wrap{
    display: inline-block;
    color: #ef1f1f;
    vertical-align: top;
    font-weight: 600;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    width: 150px;
    margin-right: 10px;
    line-height: 24px;
}
.price_wrap em{
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    margin-left: -3px;
}
.fields_other{
    height: 200px;
    margin-top: 20px;
    position: relative;
}
.other_name{
    font-size: 14px;
    color: #999;
    margin-bottom: 20px;
}
.other_name .address{
    color: #000;
    margin-left: 110px;
    display: inline-block;
}
.other_name .num-area{
    margin-left: 92px;
    display: inline-block;
}

.label-num{
    color: #aaaaaa;
    float: left;
    width: 100px;
    text-align: right;
    height: 38px;
    line-height: 38px;
}
.addCarBtn{
    float: left;
    padding-left: 10px;
}
.addCarBtn button{
    background-color: #5f69bd;
    border: none;
    outline: none;
    color: #fff;
    padding: 9px 20px;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
}
.num{
    width: 50px;
    height: 32px;
    line-height: 32px;
    padding: 0;
    border-width: 0;
    color: #424242;
    font-size: 16px;
    text-align: center;
    margin-top: 3px;
    outline: 0;
}
.num-div span{
    float: left;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #757575;
    font-size: 20px;
    transition: all .3s;
    cursor: pointer;
    text-decoration: none;
}
.num-div{
    width: 148px;
    height: 38px;
    border: 1px solid #e0e0e0;
    text-align: center;
    background-color: #fff;
    zoom: 1;
    float: left;

}
.contact{
    margin-left: 92px;
    display: inline-block;
}
.contact button{
    outline: 0;
    border: 0;
    background-color:#ef1f1f;
    color: #fff;
    padding: 2px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.store_info{
    width: 18%;
    background-image: linear-gradient(#f5faff,#fff);
    border: 1px solid #eee;
    padding: 30px 10px 20px 10px;
    box-sizing: border-box;
    height: 350px;
    margin-left: 2%;
}
.store_logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.store_logo img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.store_name{
    color: #ef1f1f;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-top: 20px;
}
.store_info ul{
    margin-top: 30px;
}
.store_info ul li{
    color: #999;
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px;

}
.store_info ul li span{
    margin-left: 20px;
}
.store_button{
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
}
.store_button button{
    cursor: pointer;
    outline: 0;
    border: 0;
    border-radius: 5px;
    background-color: #eee;
    padding: 10px 15px;
}

.goodHot-div{
    width: 17%;
    height: 230px;
    margin-right: 1%;
    
}
.good1-img{
    height: 75%;
    padding: 5px;
}
.good1-img img{
    width: 100%;
    height: 100%;
}
.good1-name{
    padding: 5px;
}
.good1-name p{
    color: #000;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}
.good1-price{
    font-size: 18px!important;
}
.hot{
    margin-top: 40px;
}
.hot h4{
    margin-bottom: 20px;
}
.hot::after{
    content: "";
    clear: both;
}
.good_desc{
    margin-top: 30px;
}
.good_desc .ul---{
    height: 48px;
    background-color: #eee;
    display: flex;
    border-bottom: 1px solid #ef1f1f;
}
.good_desc .ul--- li a{
    color: #000;
}
.good_desc .ul--- li{
    box-sizing: border-box;
    padding: 10px 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
.current{
    background-color: #ef1f1f;
    color: #fff!important;
}

.good_desc_content #info{
    padding: 20px;
    border: 1px solid #eee;
    height: 500px;
}
.good_desc_content #introduce{
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #eee;
}

.good_desc_content #comment{
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #eee;
}

footer{
    /*height: 300px;*/
    background-color: #333;
    padding: 60px 300px;
    box-sizing: border-box;
    text-align: center;
}
footer ul{
    display: flex;
    justify-content: space-around;
}
footer ul h3{
    color: #fff;
    margin-bottom: 20px;
}
footer ul .footer_list p a{
    color: #999;
    line-height: 25px;
    font-size: 14px;
}
.site_info{
    margin-top: 20px;
    border-top: 1px solid #404040;
    box-sizing: border-box;
    padding: 20px 100px;
    text-align: center;
}
.site_info p {
    color: #999; 
    font-size: 14px;
}
.site_info p span{
    color: #999; 
    font-size: 14px;
    line-height: 25px;
}
.site_info p span a{
    color: #999; 
    font-size: 14px;
    line-height: 25px;
    margin-left: 10px;
}
.site_info p span a:hover{
    color: #ef1f1f;
}
.peace_area{
    display: inline-block;
    margin-left: 92px;
    position: relative;
}
.peace_top{
    display: flex;
}
.peace_top p span{
    color: #4e6ef2;
    margin: 0 10px;
    cursor: pointer;
    font-size: 14px;
}
.peace_top button{
    border: 0;
    outline: 0;
    border-radius: 10px;
    color: #fff;
    background-color: #4e6ef2;
    padding: 2px 6px;
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 1;
}
.peace_top button span{
    font-size: 18px;
}
.peach_bottom{
    margin-top: 5px;
}
.peach_bottom .iconfont{
    margin-right:5px;
}
.peach_bottom span{
    font-size: 12px;
}
.peach_bottom>span{
    margin-right: 20px;
    cursor: pointer;
}
.show_peach{
    position: absolute;
    width: 500px;
    height: 350px;
    align-items: center;
    background-color: #fff;
    border-radius: 5px;
    display: none;
}
.show_peach .top{
    height: 85px;
    background-image: url("/static/img/anxingou_bg.7c38c16.png");
    background-repeat: repeat-x;
    background-position: 50% 0;
    background-size: contain;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
.show_peach h4 span{
    font-size: 24px;
    font-weight: 700;
}
.show_peach h4{
    font-size: 24px;
    color: #4e6ef2;
    font-weight: 400;
}
.show_peach p{
    margin-top: 4px;
}
.show_peach span{
    font-size: 14px;
    color: #4e6ef2;
}
.content{
    box-sizing: border-box;
    padding: 20px 30px;
    overflow: auto;
}
.content ul li{
    display: flex;
    margin-bottom: 20px;
}
.content ul li .img_content {
    display: flex;
    align-items: center;
}
.content ul li .img_content span{
    font-size: 30px;
}
.content_desc{
    margin-left: 20px;
}
.label_name{
    font-size: 14px;
    color: #333;
}
.label_desc{
    font-size: 12px;
    color: #999;
}
.peace_top:hover .show_peach{
    display: block;
}

.item {
    display: flex;
    margin-bottom: 10px;
}
.box{
    border-bottom: 1px solid;
    height: 300px;
    overflow: auto;
}

.box::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0);
}
.box::-webkit-scrollbar {
    width: 5px;
    height: 13px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.box::-webkit-scrollbar-thumb {
    background-color: rgba(52, 112, 89, 0.5);
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    min-height: 28px;
}
.left {
    flex-direction: row;
}

.right {
    flex-direction: row-reverse;
}

.right .message {
    margin-right: 10px;
}
.left .message{
    margin-left: 10px;
}

.header-img {
    width: 42px;
    height: 42px;
    border-radius: 100px;
}

.message {
    border-radius: 10px;
    display: flex;
    background: #efefef;
    min-height: 25px;
    padding: 9px 10px;
    align-items: center;
    color: #222121;
}

.input-box {
    display: flex;
    padding: 20px;
    box-sizing: border-box;
}

.input-box input {
    flex: 1;
    border-radius: 10px;
    border: 1px #cecece solid;
    padding: 3px 4px;
    outline: none;
}

.input-box button {
    width: 80px;
    background: #2196F4;
    border-radius: 21px;
    border: 1px #fffa solid;
    color: #ffffff;
    margin: 0px 6px;
    outline: none;
}
.chart-timer{
    text-align: center;
    color: #616161;
    font-size: 13px;
}
#address{
    cursor: pointer;
}

header{
    height: 35px;
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
}
.nav-shop{
    display: flex;
    justify-content: space-between;
}
ul li{
    list-style: none;
}
.nav-left{
    display: flex;
    justify-content: space-around;
    color: #666;
}
a{
    text-decoration: none;
}
.nav-left a{
    color: #666;
}
.nav-left li{
    line-height: 35px;
    margin: 0 10px;
    font-size: 12px;
}
.nav-right{
    display: flex;
}
.nav-right li{
    margin: 0 10px;
    font-size: 12px;
}
.nav-right li a{
    color: #666;
    line-height: 35px;
}
.nav-shop li a:hover{
    color: #ef1f1f;
}