body{background: #f2f2f2;}
/* 面包屑 */
.breadcrumbs{font-size: 14px;color: #666666;padding: 25px 0 27px;}
.breadcrumbs a{font-size: 14px;color: #666;}
.breadcrumbs span{padding: 0 5px;}
.breadcrumbs a.active{color: #0fa784;font-size: 18px;}
.breadcrumbs a:hover{color: #0fa784;}
/* 头图轮播 */
.produce-content{display: flex;justify-content: space-between;margin-bottom: 20px;}
.produce-content .swiperBannerList{width: 1200px;height: 330px;border-radius: 14px;overflow: hidden;position: relative;}
/* 筛选 */
.country-select{/*height: 220px;*/border-radius: 14px;background: #fff;box-shadow: 0 0 12px rgba(225, 225, 225, 0.3);padding: 30px 0 8px 40px;margin-bottom: 20px;}
.country-select .item{font-size: 14px;color: #666666;display: flex;justify-content: flex-start;align-items: flex-start;margin-bottom: 18px;}
.country-select .item .target{display: flex;justify-content: flex-start;align-items: center;height: 26px;margin-right: 16px;}
.country-select .item .target::before{content: '';width: 4px;height: 12px;border-radius: 2px;background: #0fa784;display: block;margin-right: 8px;}
.country-select .item .flex{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.country-select .item .flex1{flex: 1;}
.country-select .item .state{padding: 0 10px;height: 26px;border-radius: 4px;line-height: 26px;margin-right: 20px;color: #333;}
.country-select .item .select-li{padding: 0 10px;height: 26px;border-radius: 4px;line-height: 26px;margin-bottom: 6px;margin-right: 20px;cursor: pointer;color: #333;}
.country-select .item .select-li:hover{background: #ff6c00;color: #fff;}
.country-select .item .select-li.active{background: #ff6c00;color: #fff;}
.country-select .item .qtCss{padding: 0 10px;height: 26px;border-radius: 4px;line-height: 26px;margin-bottom: 6px;margin-right: 20px;cursor: pointer;color: #333;}
.country-select .item .qtCss:hover{background: #ff6c00;color: #fff;}
.country-select .item .qtCss.ml{margin-left: 82px;}
.country-select .addItemMore.hide{display: none;}
.country-select .item.hide{display: none;}

/* 产品 */
.selectCountry{border-radius: 14px;background: #fff;box-shadow: 0 0 12px rgba(225, 225, 225, 0.3);padding: 26px 40px 24px 40px;margin-bottom: 80px;}
.selectCountry .select-label{display: none; font-size: 14px;color: #666;justify-content: flex-start;align-items: center;margin-bottom: 40px;padding-left: 0px;box-sizing: border-box;}
.selectCountry .select-label.active{display: flex;}
.selectCountry .select-label::before{content: '';width: 4px;height: 12px;border-radius: 2px;background: #0fa784;display: block;margin-right: 8px;}
.selectCountry .select-label .filter{display: flex;justify-content: flex-start;margin: 0 4px 0 16px;}
.selectCountry .select-label .filter div{cursor: pointer; border: 1px solid #ffe4d0;border-radius: 4px;height: 26px;color: #ff6c00;background: #fffcf9 url('../images/err.png') no-repeat right 4px center;padding: 0 18px 0 11px;display: flex;align-items: center;margin-right: 10px;}
.selectCountry .select-label .select-num{color: #0fa784;font-weight: bold;padding: 0 4px;}
.selectCountry .select-data{display: flex;justify-content: flex-start;flex-wrap: wrap;}

.selectCountry .select-data .item{width: 271px;height: 175px;border-radius: 14px;border: 1px solid #d7d6d5;padding: 26px 19px 0 19px;cursor: pointer;overflow: hidden;position: relative;margin-right: 12px;margin-bottom: 20px;transition:0.3s;}
.selectCountry .select-data .item:nth-child(4n){margin-right: 0;}
.selectCountry .select-data .item::before{content: '';width: 100%;height: 3px;background: #0fa784;position: absolute;left: 0;top: 0;display: none;}
.selectCountry .select-data .item .classTitle{font-size: 16px;line-height: 24px; font-weight: bold;color: #000;font-weight: bold;margin-bottom: 14px;padding-left: 2px;}
.selectCountry .select-data .item .classInduce{width: 105%;height: 20px;border-radius: 9px;background: #f9f9f9;font-size: 12px;color: #4b4b4b;position: relative;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 30px;}
.selectCountry .select-data .item .classInduce::before{content: '';width: 20px;height: 19px;background: url('../images/zan.png') no-repeat;position: relative;margin-right: 8px;}
.selectCountry .select-data .item .button{width:100%;display: flex;justify-content: center;position: absolute;left: 0px;bottom: 20px;}
.selectCountry .select-data .item .button a{transition: 0.3s; width: 138px;height: 28px;border: 1px solid #0fa784;border-radius: 14px;font-size: 14px;color: #0fa784;background: #e7fbf6;display: flex;justify-content: center;align-items: center;}
.selectCountry .select-data .item .button a.active{color: #fff;background: #0fa784;}
.selectCountry .select-data .item .button a:hover{color: #fff;background: #0fa784;}
.selectCountry .select-data .item:hover{transform: translateY(-8px);}
.selectCountry .select-data .item:hover::before{display: block;}

.selectCountry .windowOpen{display: none;justify-content: center;align-items: center;font-size: 16px;color: #333;padding: 20px 0 20px;}
.selectCountry .windowOpen::selection {background: transparent;}
.selectCountry .windowOpen.active{display: flex;}
.selectCountry .windowOpen .tab{cursor: pointer; width: 32px;height: 32px;font-size: 14px;margin-right: 10px; color: #333;border-radius: 6px;border: 1px solid #dddddd;display: flex;justify-content: center;align-items: center;}
.selectCountry .windowOpen .tab.notAllow{cursor: not-allowed;background-color: #f3f3f3;}
.selectCountry .windowOpen input{width: 50px;height: 32px;border-radius: 6px;border: 1px solid #dddddd;margin: 0 10px;outline: none;padding: 0 10px;text-align: center;}
.selectCountry .windowOpen .select-buttons{display: flex;justify-content: flex-start;}
.selectCountry .windowOpen .tab.active{background: #4ed08e;color: #fff;border: none;}
.selectCountry .windowOpen .tab:hover{background: #f3f3f3;}
.selectCountry .windowOpen .tab.active:hover{background: #4ed08e;}
.selectCountry .page404{padding: 10px 0 28px;text-align: center;}
.selectCountry .page404.ac{display: none;}
.selectCountry .page404 .images404{margin: 0 auto 18px;display: block;}
.selectCountry .page404 .sorryFont{font-size: 14px;color: #333333;margin-bottom: 11px;}
.selectCountry .page404 .sorryFont_2{font-size: 12px;color: #999999;}

h2.title{font-size: 24px;color: #333;font-weight: bold;display: flex;justify-content: flex-start;align-items: center;margin-bottom: 40px;}
h2.title::before{content: '';display: block;width: 4px;height: 28px;background: #0fa784;border-radius: 2px;margin-right: 14px;}

.produce-recommend{padding-bottom: 80px;}
.produce-recommend .list{display: flex;justify-content: space-between;}
.produce-recommend .item{width: 390px;height: 120px; display: flex;justify-content: flex-start;align-items: center;padding-left: 50px;box-shadow: 0 0 12px rgba(237, 243, 246, 0.3);border-radius: 20px;}
.produce-recommend .otherUrl{font-size: 20px;color: #333;}
.produce-recommend .otherUrl-content{font-size: 14px;color: #666;padding-top: 14px;}
.produce-recommend .item:nth-child(1){background: url('../images/link-1.png') no-repeat;}
.produce-recommend .item:nth-child(2){background: url('../images/link-2.png') no-repeat;}
.produce-recommend .item:nth-child(3){background: url('../images/link-3.png') no-repeat;}
.produce-recommend .item{transition: 0.3s;cursor: pointer;}
.produce-recommend .item:hover{transform: translateY(-8px);}










