@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: 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;
}

.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;
}
.store_detail_area{
    background-color: #f2f2f2;
}
.store_area{
    display: flex;
    
}
.store_area_left{
    width: 70%;
    background-color: #fff;
    padding: 20px 25px;
    box-sizing: border-box;
    border-radius: 5px;
}

.store_area h1{
    font-size: 22px
}
.store_area ul{
    display: flex;
    margin-top: 30px;
}
.store_area ul li{
    padding: 8px 40px;
    border-radius: 3px;
    margin: 0 6px;
    cursor: pointer;
    background-color: #eee;
    border: 1px solid transparent;
}
.current{
    background-color:#ef1f1f0d!important;
    border: 1px solid #ef1f1f!important;
    color: #ef1f1f;
    font-weight: 600;
}
.store_good_list{
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}
.store_good{
    width: calc((100% - 60px) / 4);
    height: 290px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin-right: 15px;
}
.store_img{
    width: 100%;
    height: 70%;
}
.store_img img{
    width: 100%;
    height: 100%;
}
.store_good .store_good_name{
    font-size: 14px;
}
.store_good .store_good_name:hover{
    color: #ef1f1f;
}
.store_good .store_good_price{
    color: #ef1f1f;
}
.store_good .store_good_price small{
    font-size: 12px;
    margin-right: 5px;
}
.store_good .store_good_price strong{
    font-size: 14px;
    font-weight: 600;
}

.store_area_right{
    width: 28%;
    margin-left: 2%;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 5px;
    height: 200px;
    padding: 25px 20px;
}
.store_info_top{
    display: flex;
}

.store_info_top img{
    border-radius: 50%;
}
.store_info_top h3{
    font-size: 16px;
}
.store_info_top div{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-left: 15px;
}
.store_info_top p{
    font-size: 14px;
    color: #999;
}
.store_info_center{
    margin-top: 20px;
    background-color: #1e98ff14;
    height: 30px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 30px;
    display: flex;
    justify-content: flex-start;
    color: #249afe;
}
.store_info_center span{
    font-size: 24px;
}
.store_info_bottom{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.store_info_bottom button span{
    margin-right: 5px;
}
.store_info_bottom button{
    border: 0;
    outline: 0;
    padding: 10px 30px;
    background-color: #249afe;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
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;
}

.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;
}