body{
    min-width: 1200px;
}
input:focus-visible{
    outline: none;
}
.d-flex-center{
    display: flex;
    align-items: center;
    margin-right: 0;
}
.contain {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.header{
    background: #eeeeee;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #666666;
    width: 100%;
    border-bottom: solid 1px #cccccc;
}
.header p{
    margin: 0;
}
.head_info {
    float: left;
    margin: 0;
    padding: 0;
}
.head_info li a {
    text-decoration: underline;
    color: rgba(16, 131, 145,1);
}
.head_stuff {
    float: right;
}
.head_stuff p a {
    color: #666666;
}
.head_info_line {
    margin-left: 9px;
    margin-right: 9px;
}
.head_stuff_line {
    margin-left: 20px;
    margin-right: 20px;
}
.head_stuff p a:last-child {
    background: url(../../imgs/layouts/shopcar.png) no-repeat left center;
    padding-left: 25px;
}
.head_stuff {
    float: right;
    display: flex;
}
.head_stuff div a {
    color: #666666;
    margin: 0 auto;
}
.buyer-btn{
    background: url(../../imgs/layouts/shopcar.png) no-repeat left center;
    padding-left: 25px;
}
.head_stuff div i{
    font-size: 12px;
    font-weight: 600;
    color: rgba(16, 131, 145, 1);
    margin-left: 5px;
}
.head_stuff div ul{
    width: 100%;
}
.head_stuff div ul li{
    color: #333333;
    margin: 0 auto;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.head_stuff div ul li:hover{
    background-color: #FFFFFF;
    color: #4fc2b8;
}
.header-nav-box{
    position: relative;
    height: auto;
}
.header-option{
    display:none;
    z-index: 10;
    width: 111px;
    background: #EEEEEE;
    position: absolute;
    right: -20px;
}
.header-option a{
    color: #333333 !important;
    margin: 0 auto;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    display: block;
}
.header-option a:hover{
    background-color: #FFFFFF ;
    color: #4fc2b8 !important;
}
.header-nav-btn{
    display: block;
    height: 50px;
}
.footer{
    min-width: 1200px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}
.footer-line{
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 14px;
    letter-spacing: 1px;
    margin: 6px 0;
}
.footer-line img{
    margin-right: 6px;
}
.footer-line a{
    color: #666666;
    font-size: 14px;
    display: flex;
    align-items: center;
}
.footer-icon{
    height: 20px !important;
}
.search{
    background: #ffffff;
    height: 120px;
}
.tabs{
    height: 40px;
    background: #4FC2B8;
}
.search .contain{
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
}
.shop-logo{
    width: 100px;
    height: 100px;
    background: #FFFFFF;
    object-fit: contain;
    margin-left: 10px;
}
.shop-info{
    width: 616px;
}
.shop-title{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 6px;
    letter-spacing: 1px;
    height: 48px;
}
.shop-year{
    width: 60px;
    height: 16px;
    display: flex;
    border-radius: 2px;
    border: 1px solid #f79131;
    /*margin-right: 10px;*/
    margin-right: 16px;
}
.shop-year div:nth-child(1){
    color: #f79131;
    height: 14px;
    padding: 0 4px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    background: #ffffff;
}
.shop-year div:nth-child(2){
    background: linear-gradient(180deg,  #F7CB6B 0%, #f79131 100%);
    color: #ffffff;
    font-size: 12px;
    line-height: 14px;
    width: 100%;
    text-align: center;
}
.shop-txt{
    position: absolute;
    left: 0;
    top: 25px;
    background: #eeeeee;
    border-radius: 20px;
    width: max-content;
    padding: 5px 10px;
    z-index: 1111;
    font-size: 14px;
    color: #666666;
    display: none;
}
.shop-txt div{
    width: 10px;
    height: 10px;
    background: #EEEEEE;
    position: absolute;
    top: -5px;
    left: 10px;
    transform: rotate(45deg);
}
.shop-save{
    display: flex;
    /*align-items: center;*/
    height: 18px;
    line-height: 17px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    padding: 0 10px;
    font-size: 14px;
    color: #108391;
    cursor: pointer;
}
.shop-save .iconfont{
    margin-right: 4px;
    font-size: 15px;
    color: #CCCCCC;
    margin-top: 1px;
}
.shop-save #cancel{
    display: none;
}
.shop-save.saved{
    background: #f79131;
    color: white !important;
    border-color: #f79131;
}
.shop-save.saved #cancel{
    display: block;
}
.shop-save.saved #get{
    display: none;
}
.shop-save.saved .iconfont{
    color: white !important;
}
.shop-search{
    width: 400px;
    display: flex;
    margin-right: 10px;
}
.search-input-line{
    display: flex;
    margin-right: 10px;
    width: 300px;
    height: 38px;
    border: 1px solid #108391;
}
.search-input-line input{
    background: #EEEEEE;
    padding-left: 19px;
    padding-right: 10px;
    font-size: 14px;
    border: none;
    width: 100%;
}
.search-input-line input::placeholder{
    font-size: 14px;
    color: #999999;
}
.search-btn{
    display: flex;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    width: 90px;
    height: 38px;
    line-height: 38px;
    background: #108391;
    flex-shrink: 0;
}
.search-btn i{
    margin-right: 6px;
}
.bg-light{
    background: #4FC2B8 !important;
}
.tabs .contain{
    display: flex;
    align-items: center;
}
.tabs .contain div{
    width: 140px;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    position: relative;
    line-height: 40px;
}
.tabs .contain div:first-child{
    margin-left: 10px;
}
.tabs .contain div:hover{
    background: #108391;
}
.tabs .tab-on{
    background: #108391;
}
.tabs .tab-on:after{
    content: '';
    position: absolute;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #F2F2F2;
    bottom:0;
    left:calc(50% - 3px);
}
.item-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 21px 0 12px;
}
.item-title-left{
    font-size: 18px;
    color: #333333;
    padding-left: 10px;
    border-left: 6px solid #108391;
    line-height: 20px;
}
.item-title-right{
    font-size: 12px;
    color: #4FC2B8;
    display: flex;
    align-items: center;
}
.item-title-right .iconfont{
    margin-left: 2px;
    width: 12px;
    height: 14px;
    padding-left: 2px;
    background: #999999;
    border-radius: 50%;
    color: #ffffff;
    font-size: 9px;
    text-align: center;
    line-height: 14px;
}
.item-title-right:hover .iconfont{
    background: #108391;
}
.item-cont{
    background: #FCFCFC;
    padding: 17px 20px;
    display: flex;
    flex-wrap: wrap;
}
.item-news-cont .item-cont-title{
    width: 359px;
    margin-right: 40px;
}
.item-news-cont .item-cont-title:nth-child(3n){
    margin-right: 0 !important;
}
.item-cont-title{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 14px;
    color: #333333 !important;
    line-height: 15px;
    margin: 5px 0;
    display: block;
}
.item-cont-title:before{
    content: '';
    margin-right: 10px;
    width: 1px;
    height: 1px;
    background: #333333;
    display: inline-block;
    line-height: 20px;
    flex-shrink: 0;
    margin-bottom: 4px;
    border-radius: 50%;
}
.meeting-item{
    width: 537px;
    margin: 10px 76px 10px 0;
}
.meeting-item:nth-child(2n){
   margin-right: 0;
}
.meeting-item-info{
    font-size: 14px;
    color: #999999;
    margin-right: 20px;
    padding-left: 12px;
    max-width: 250px;
}
.meeting-item-info span{
    color: #666666;
    margin-left: 4px;
}
.item-meeting-cont{
    padding: 12px 20px;
    margin-bottom: 30px;
}
.index-last-foot {
    background: #FFFFFF;
}
