/* 头部 */
.tm_deal{
   background:url('../images/dealimgs/tm-bg.jpg') no-repeat top center;
   background-size: cover;
   height: 498px;
   position: relative;
  
}
.bg_he{
    background:#fff;
    padding:20px;
    position: relative;
    margin-top: -140px;
}
.handleClick .iconfont,.icon-tablet{
    font-size: 18px;
    color: #4285F4;
}
.tm_deal_item{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.tm_deal_item .img{
    width: 100%;
    height: 100%;
}
.tm_deal_item .img:first-child{
    position: relative;
    left: 138px;
    top: -40px;
}
.icon-up-open{
    transition: all .3s;
    color: #676767;
}

.icon_active{
    transform: rotate(180deg);
}

.common_btn{
    background: #4A8CF5;
    color: #fff;
    height: 54px;
    padding: 17px 50px;
    transition: all .3s;
    font-size: 18px;
    box-sizing: border-box;
    transition: all .3s;
    cursor: pointer;
}
.hoverbg:hover{
    background-color: #337ab7;
}
.hoverbg2{
    background-color: #ff6700;
    margin-left:20px;
}
.hoverbg2:hover{
    background: #cc5200;
}
.deal_box{
    display: flex;
}
.inp_left{
    display: flex;
    flex:1;
    background:#fff;
    align-items: center;
    border: 1px solid #4A8CF5;
}
.inp_left .out-item {

    height: 52px;
    flex: 1;
    background: #fff;
}
.inp_left .item{
    flex:1;
    display: flex;
    padding:0 8px;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    height: 100%;
}
.inp_left .item .i-tips{ color: #666;}
.inp_left .out-item:not(:last-child){
    border-right: 1px solid #ccc;
}
.inp_left .item_title{
    flex:1;
    margin-left: 10px;
}
.inp_right{
    display: flex;
}
.tel_inp{
    border:none;
    outline: none;
}
.tel_inp::placeholder{color: #ccc;}
#tm-des::placeholder{color: #ccc;}

.city{
    width: 254px;
    padding-left: 0;
    background:#fff;
    margin-top: 10px;
    height: 280px;
    overflow-y: auto;
    display: none;
    position: relative;
    z-index: 6;
    border:1px solid #ccc;
}
.city li{
    list-style:none;
    display: flex;
    line-height: 40px;
    cursor: pointer;
    text-indent: 1rem;
    transition: all .3s;
}
.city li:hover{
    background:#dfecff
}
.swiper-wrapper1{
    color:#ccc;
    left:-30px;
}
/* 显示国家 */
.body-bg {
    background-color: #f5f8ff;
    border-top: 1px solid transparent;
}

/* 模态框 */
.modal{
    background:rgba(0,0,0,.5);
    
}
.isShow{
    display: none;
}

/* 精品商标 轮播图 */
.carousel-control.left,.carousel-control.right{
    width: auto;
    display: flex;
    align-items: center;
    overflow: hidden;
}
#goods-trademarks{
    background:#fff;
}
.goods-trademarks .item{
    border-top: 2px solid #528AFF;
}
.goods-trademarks .icon-right-open{
    background: rgb(228, 227, 227);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 73px;
    height: 53px;
    border-radius: 24px;
    right: -33px;
    transition: all .3s;
}
.goods-trademarks .icon-left-open{
    background: rgb(228, 227, 227);
    border-radius: 50%;
    display: inline-block;
    position: relative;
    width: 73px;
    height: 53px;
    border-radius: 24px;
    left: -33px;
    transition: all .3s;

}
.goods-trademarks .icon-left-open:hover,.goods-trademarks .icon-right-open:hover{
    background:#ccc;
}
.carousel-control:hover{
    opacity: 1;
}
#goods-trademarks .carousel-control{
    opacity: 1;
}
.icon-right-open:before {
    content: '\e880';
    position: absolute;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.icon-left-open:before {
    content: '\e880';
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
}
.goods-trademarks ul{
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
}
.goods-trademarks ul li{
    list-style:none;
    text-align: center;
    width: 25%;
    position: relative;
    height: 100%;
} 
.earthIcon img{
    /* background: url(../images/dealimgs/earth.png) no-repeat; */
    width: 55px;
    height: 55px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
  
	font-family: HYHeiFangW;
	font-size: 17px;
	color: #4f4f4f;
}
.earthIcon{
    margin: 15px 0 15px 15px;
    height: 60px;
}
.tm-upload-img{
    width: 223px;
    height: 120px;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow:hidden;
}

.leibie{
    cursor: pointer;
    position:relative;
}
.show-ellipsis{
    width: 90%;
    text-align: -webkit-auto;
    margin: auto;
    display: -webkit-box;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 63px;
}

.leibei-item2{
    width: 90%;
    margin: auto;
    text-align: start;
    display: none;
    bottom:3px;
    z-index: 444;
    position:absolute;
    right: 16px;
    background: #fff;
    box-shadow: 0px 0px 4px 1px #e5e5e5;
    transition: all .3s;
    line-height:1.5;
    padding:7px;
}
.leibie:hover .leibei-item2{
    display: block;
    transition: all .3s;
}
.zixungoumai{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 0 5px;
}
.zixungoumai p{
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    width: 214px;
    height: 41px;
    border: solid 1px #ff7640;
    font-family: HYQiHei-EES;
    font-size: 16px;
    color: #ff7640;
}
.font18{
    font-size: 20px;
    color: #ff7640;
    padding-left: 5px;
    transition: all .3s;
}
.buyBtn{
    transition: all .3s;
}
.buyBtn:hover{
    background:#ff7640;
    color:#fff;
}
.buyBtn:hover .font18{
    color:#fff;
}
.buyBtn2{
    transition: all .3s;
}
.buyBtn2:hover{
    background:#ff7640;
    color:#fff;
}
.buyBtn2:hover .font18,.buyBtn2:hover .buy-to-sw{
    color:#fff;
}
.zixungoumai .buyBtn2 .buy-to-sw{ display: block; width: 100%;}
.zixungoumai .buyBtn2 .buy-to-sw:hover {color:#fff;}

.goods-trademarks ul li:not(:last-child)::after{
    content: "";
    display: block;
    position: absolute;
    background: url(../images/dealimgs/br.png) no-repeat;
    right: 0;
    width: 1px;
    height: 323px;
    top: 23px;
}
.leibei-item1 h4{
	font-family: HYQiHei-FES;
	font-size: 18px;
	color: #4f4f4f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 40px;
}
.show-ellipsis,.leibei-item2{
	font-family: HYQiHei-DES;
	font-size: 15px;
	color: #999;
}
/* 热门国家和地区推荐 */

.hideBox{
    padding-bottom: 30px;
}

.hot-tm-city ul {
    display: flex;
    padding: 0;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.content-city ul{
    width: 100%;
    background: #fff;
}

.hot-tm-city ul li {
    list-style: none;
   
    text-align: center;
    /* padding: 15px 0; */
    cursor: pointer;
}
.hot-tm-city{
    height: 853px;
    background: #fff;
}
.content-city {
    display: flex;
    flex-wrap: wrap;
    background:#fff;
}
.hotCityTitle{
    background:#fff;
    border-bottom: 1px solid #e5e5e5;
    line-height:70px;
	
}
.hotCityTitle li{
    flex: 1;
    font-size: 17px;
	color: #666666;
    font-family: HYQiHei-EZS;
    transition: all .3s;
}
.hotCityTitle li:not(:last-child){
    border-right: 1px solid #e5e5e5;
}
.content-city-item {
    width: 24%;
    border: 1px solid #ccc;
    height: 200px;
    margin-bottom: 10px;
    cursor: pointer;
}

.content-city-item:not(:nth-child(4n)) {
    margin-right: 10px;
}
.sell-title {
    margin-top: 77px;
    margin-bottom: 35px;
}
.hot-tm-city .content-city ul li{
    width: 25%;
    border-bottom: 1px solid #e5e5e5;
    padding:0;
    position: relative;
}

#goods-trademarks ul li:hover{
    border: 1px solid #ff7640;
}
.content-city ul li:hover{
    border: 1px solid #ff7640;
}
.hot-tm-city .content-city ul li:not(:nth-child(4n))::after{
    content: "";
    display: block;
    position: absolute;
    background: url(../images/dealimgs/br.png) no-repeat;
    right: 0;
    width: 1px;
    height: 323px;
    top: 23px;
}
.shadow{
    box-shadow: 0px 2px 6px 3px rgb(86 129 237 / 15%);
}
.hotCityTitle .active{
	background-image: linear-gradient(0deg, 
		#5a7dff 0%, 
		#5a9cff 100%), 
	linear-gradient(
		#5a7dff, 
		#5a7dff);
	background-blend-mode: normal, 
		normal;
    font-family: HYQiHei-EES;
	font-size: 20px;
	color: #ffffff;
}
.hotCityTitle li:hover{
    background-image: linear-gradient(0deg, 
		#5a7dff 0%, 
		#5a9cff 100%), 
	linear-gradient(
		#5a7dff, 
		#5a7dff);
	background-blend-mode: normal, 
		normal;
        font-size: 20px;
    font-family: HYQiHei-EES;
	color: #ffffff;
}

.no-match-dec{
    display: flex;
    flex-direction: column;
}
.no-match-dec h4{
    font-family: HYQiHei-FES;
    font-size: 18px;
    color: #4f4f4f;
}
.changeBtn {
    cursor: pointer;
    width: 185px;
    height: 41px;
    border: solid 1px #ff7640;
    font-family: HYQiHei-EES;
    font-size: 16px;
    background: #ff7640;
    margin: auto;
    margin-top: 33px;
    color: #fff;
    line-height: 41px;
    border-radius: 10px;
    transition: all .3s;
}
.changeBtn:hover{
    background-color: #cc5200;
    border-color: #b34800;
}
.dot{
    width: 130px;
    height: 130px;
    border:none;
}
.dot img{
    width: 100%;
    height: 100%;
}
.mp60{
    margin-top: 60px;
}
.mp40{
    margin-top: 40px;
}
.hideBox{
    display: none;
}

/* 咨询购买弹窗 */
  #hdtc {

    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hdtc_ishow {
    display: none;
}

.hdtc_box {
    position: relative;
    width: 500px;
    background: #fff;
    background-size: cover;
    height: 286px;
    overflow: hidden;
    border-radius: 8px;
}

.hdtc_content {
    text-align: center;
    color: #fff;
    margin-top: 24px;
}

.hdtc_content .tctitle {
    font-size: 26px;
}

.hdtc_content .tcprice {
    font-size: 18px;
    color:#000;
    padding-top: 20px;
}

.hdtc_btn {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 35px;
}

.hdtc_btn .tel_icon {
    position: relative;
}

.hdtc_btn .tel_icon i {
    position: absolute;
    top: 10px;
    left: 16px;
    width: 16px;
    vertical-align: middle;
    font-size: 18px;
}

.hdtc_btn .hdtc_tel {
    background-color: #f7f6f9;
    border-radius: 26px;
    padding-left: 35px;
    border: 1px solid #aaa;
    display: block;
    width: 357px;
    height: 42px;
    line-height: 34px;
    text-indent: 1rem;
}

.hdtc_btn .hdtc_sure {
    outline: none;
    border: none;
    display: block;
    width: 357px;
    height: 42px;
    line-height: 34px;
    border-radius: 26px;
    background: #F84A56;
    color: #fff;
    cursor: pointer;
    margin-top: 14px;
    font-size: 16px;
    transition: all .3s;
}

input {
    outline: none;
}

.hdtc .cancel {
    position: absolute;
    right: 16px;
    top: 2px;
    font-size: 30px;
    color: #333;
    cursor: pointer;
}

.success—box{
    display: none;
}

/*我要发布弹窗  */
.publish-box{
    width: 100%;
    height:100%;
    position: fixed;
    top: 0;
    left: 0;
    background:rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}
.public-box-isShow{
    display: none;
}
.pulish-content{
    background: #fff;
    width: 528px;
    border-top: 2px solid #ff7640;
    border-radius: 10px;
}
.pulish-content .cancel{
    text-align: right;
    font-size: 30px;
    padding: 0 20px;
    cursor: pointer;
}
.pulish-content h4,.p-dec{
    text-align: center;
    font-size: 20px;
}
.pulish-content h4{
    margin-top: 0;
    color: #ff7640;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 1px;
}
.p-dec{
    font-size: 17px;
    color:#fff;
    background: #A6C29F;
}
.form-content{
    padding:10px 20px;
}
.publish-box input{
    border:none;
    outline: none;
    border:1px solid #ccc;
    width: 80%;
    text-indent: 1rem;
}
.inp-box{
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}
.ul-list{
    height: 200px;
    overflow-y: auto;
    position: relative;
    z-index:22;
    background:#fff;
    padding:0;
    border: 1px solid #dedede;
}
.ul-list li{
    list-style: none;
    transition: all .3s;
}
.flex-box{
    display: flex;

}
.span-mul{
    width: 100%;
    display: inline-block;
    border:1px solid #ccc;
    text-indent: 1rem;
    display: flex;
    justify-content: space-between;
    padding-right: 20px;
    cursor: pointer;
}
.select-box{
    width: 80%;
}
.ul-list input{
   
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: 0;
    margin-right: 20px;
    cursor: pointer;
}
.ul-list li {
    list-style: none;
    font-size: 15px;
    color: #eee;
    display: flex;
    justify-content: space-between;
    text-indent: 1rem;
    cursor: pointer;
    align-items: center;
}
.ul-list li label{
    flex:1;
    color: #676767;
    cursor: pointer;
}
.ul-list li:hover {
    background: #dfecff;
}
.ul-list li{
    color: #676767;
    cursor: pointer;
}
.ul-list{
    display: none;
}
.inp-box {
    display: flex;
}
.inp-box label,.inp-box .span-title{
    width: 78px;
    font-size:15px;
    font-weight: normal;
}
.text-p{
    margin-left: 78px;
}
.fa-btn{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.fa-btn button{
    font-size: 16px;
    padding: 9px 140px;
    outline: none;
    border: none;
    color: #fff;
    background: #ff7640;
    transition: all .3s;
    border-radius: 20px;
}
.fa-btn button:hover{
    background: #cc5200;
}
.position-span{
    position: relative;
    
}
.position-span-sb{
 
    position: absolute;
    right: 21px;
    width: 100px;
    text-align: center;
    background: #ccc;
}
.spanHtml{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.warning{
    display: none;
}
.hdtc_btn .hdtc_sure {
    background: #4a8cf5;
    transition: all .3s;
  
}
.hdtc_btn .hdtc_sure:hover{
    background:#337ab7;
}

 /*  在线疑问解答 start*/
 .newbox-index {
    float: right;
}

.index_version3_question {
    padding: 0 20px;
}

.question_inp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
}

.question_inp input {
    height: 100%;
    flex: 1;
    outline: none;
    border: 1px solid #ccc;
    border-right: none;
    text-indent: 10px;
    background: #f5f8ff;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.question_inp a:hover {
    background: #cc5200;
}

.question_inp a {
    height: 100%;
    display: inline-block;
    width: 100px;
    text-align: center;
    line-height: 40px;
    background: #ff6700;
    color: #fff;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.index_version3_question .more_question {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
}

.index_version3_question .more_question a {
    width: 50%;
    padding-bottom: 6px;
}

.more_question a:nth-child(2n) {
    text-align: right;
}

.more_question a:hover {
    color: #ff6700;
}

.index-box-top-right {
    margin-top: 70px;
}

.goods-trademarks ul{
    display: flex;
    align-items: center;
    padding: 0;
    margin-bottom: 0;
    
}
