/* 小兴言默认样式 */
.textof{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.textof2{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.textof3{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.textof4{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

/* 图片固定模式 */
.guccbox,.fullbox{position: relative;}
.guccbox .imgbox,.fullbox .imgbox{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.guccbox .imgbox img{
    object-fit: cover;
    width: 100%;
    height: 100%;
	border: 1px solid #ccc; 
}
.fullbox .imgbox img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}

/* 鼠标经过换图 */
.hoverimg .img:first-child{display: block;}
.hoverimg .img:last-child{display: none;}
.hoverimg:hover .img:first-child{display: none;}
.hoverimg:hover .img:last-child{display: block;}

.fss{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: flex-start;}
.fsc{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: center;}
.fse{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: flex-end;}
.fsbs{display: flex;display: -webkit-flex;justify-content: space-between;align-items: flex-start;}
.fsbc{display: flex;display: -webkit-flex;justify-content: center;justify-content: space-between;}
.fsbe{display: flex;display: -webkit-flex;justify-content: space-between;align-items: flex-end;}
.fes{display: flex;display: -webkit-flex;justify-content: flex-end;align-items: flex-start;}
.fec{display: flex;display: -webkit-flex;justify-content: flex-end;align-items: center;}
.fee{display: flex;display: -webkit-flex;justify-content: flex-end;align-items: flex-end;}
.fcs{display: flex;display: -webkit-flex;justify-content: center;align-items: flex-start;}
.fcc{display: flex;display: -webkit-flex;justify-content: center;align-items: center;}
.fce{display: flex;display: -webkit-flex;justify-content: center;align-items: flex-end;}
.fccw{display: flex;display: -webkit-flex;justify-content: center;align-items: center;flex-wrap: wrap;}
.fssw{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;}
.fscw{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: center;flex-wrap: wrap;}
.fsew{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: flex-end;flex-wrap: wrap;}
.fsbcw{display: flex;display: -webkit-flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.fsbsw{display: flex;display: -webkit-flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.fcsbs{display: flex;display: -webkit-flex;flex-direction: column;justify-content: space-between;align-items: flex-start;}
.fcsbc{display: flex;display: -webkit-flex;flex-direction: column;justify-content: space-between;align-items: center;}
.fcsbe{display: flex;display: -webkit-flex;flex-direction: column;justify-content: space-between;align-items: flex-end;}
.fccc{display: flex;display: -webkit-flex;justify-content: center;align-items: center;flex-direction: column;}
.fcss{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: flex-start;flex-direction: column;}
.fcsc{display: flex;display: -webkit-flex;justify-content: flex-start;align-items: center;flex-direction: column;}
.fccs{display: flex;display: -webkit-flex;justify-content: center;align-items: flex-start;flex-direction: column;}
.f0{flex-shrink: 0;}

.xxylogin{height: 90px;padding: 0 19px;border: 1px solid #e4e4e4;}
.xxylogin .text{font-size: 15px;color: #333;font-weight: bold;margin-bottom: 10px;}
.xxylogin .btnbox a{font-size: 15px;color: #555;}
.xxylogin .btnbox a:first-child{margin-right: 20px;}
.xxylogin .btnbox a:hover{text-decoration: none;color: #0055C8;}

.scggbox{height: 202px;border-left: 1px solid #e4e4e4;border-right: 1px solid #e4e4e4;padding: 0 19px;}
.scggbox .topbox .text{font-size: 15px; color: #333;font-weight: bold;padding: 15px 0;}
.scggbox .topbox a{font-size: 14px; color: #999;padding: 15px 0;}
.scggbox .botbox .partbox{font-size: 14px; color: #555;margin-bottom: 8px;}
.scggbox .botbox .partbox:hover{text-decoration: none;color: #0055C8;}

.threebox{height: 88px;border: 1px solid #e4e4e4;align-items: stretch;}
.threebox .partbox{border-right: 1px solid #e4e4e4;width: 33.33333333%;box-sizing: border-box;}
.threebox .partbox:last-child{border-right: none;}
.threebox .partbox .imgbox{width: 30px;height: 30px;margin-bottom: 8px;transition: 0.5s;}
.threebox .partbox .imgbox img{width: 100%;height: 100%;}
.threebox .partbox .text{font-size: 14px;color: #333;}
.threebox .partbox:hover .imgbox{transform: translateY(-5px);}
.threebox .partbox:hover{text-decoration: none;color: #0055C8;}

.xxyhadbox{margin-top: 20px;}
.xxyhadbox .mainbox .partbox{width: calc(25% - 15px);margin-right: 20px;}
.xxyhadbox .mainbox .partbox.last-child{margin-right: 0;}

.htitlebox{font-size: 18px;color: #222;font-weight: bold;margin-bottom: 10px;}

.hotbox1 .mainbox{border: 1px solid #e4e4e4;align-items: stretch;}
.hotbox1 .mainbox .leftbox{width: 190px;border-right: 1px solid #e4e4e4;padding: 10px 5px;}
.hotbox1 .mainbox .leftbox .partbox{height: 36px;color: #333;font-size: 14px;}
.hotbox1 .mainbox .leftbox .partbox .numbg{position: relative;width: 22px;height: 22px;text-align: center;line-height: 22px;color: #fff;margin-right: 8px;flex-shrink: 0;}
.hotbox1 .mainbox .leftbox .partbox .numbg.hot{background: url(../images/hotbg.png) left center no-repeat;background-size: auto 22px;line-height: 26px;}
.hotbox1 .mainbox .leftbox .partbox .numbg:after{content: "";display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;border-radius: 50%;background-color: #cbdfff;z-index: -1;}
.hotbox1 .mainbox .leftbox .partbox .numbg.hot:after{display: none;}
.hotbox1 .mainbox .leftbox .partbox:hover{text-decoration: none;color: #0055C8;}
.hotbox1 .mainbox .rightbox{width: calc(100% - 190px);}
.hotbox1 .mainbox .rightbox .partbox{height: 100%;}
.hotbox1 .mainbox .rightbox .partbox .imgbox{width: 80px;height: 80px;overflow: hidden;margin-bottom: 20px;}
.hotbox1 .mainbox .rightbox .partbox .imgbox img{width: 100%;}
.hotbox1 .mainbox .rightbox .partbox .title{font-size: 14px;color: #333;margin-bottom: 10px;}
.hotbox1 .mainbox .rightbox .partbox .des{font-size: 12px;color: #666;}
.hotbox1 .mainbox .rightbox .partbox:hover{text-decoration: none;color: #0055C8;}
.hotbox1 .mainbox .rightbox .partbox:hover .title{text-decoration: none;color: #0055C8;}
.rxxhswiper{height: 100%;width: 100%;}
.rxxhswiper .swiper-slide{height: 50%;border-right: 1px solid #e4e4e4;}
.rxxhswiper .swiper-slide:nth-child(2n){border-top: 1px solid #e4e4e4;}
.rxxhswiper .swiper-button-prev{width: 36px;height: 36px;background-color: #244062;border-radius: 50%;text-align: center;color: #fff;line-height: 36px;background-image: none;font-family: cursive;margin-top: -18px;opacity: 0.35;}
.rxxhswiper .swiper-button-next{width: 36px;height: 36px;background-color: #244062;border-radius: 50%;text-align: center;color: #fff;line-height: 36px;background-image: none;font-family: cursive;margin-top: -18px;opacity: 0.35;}
.rxxhswiper .swiper-button-prev.swiper-button-disabled,.rxxhswiper .swiper-button-next.swiper-button-disabled{pointer-events: auto;}
.rxxhswiper .swiper-button-prev:hover,.rxxhswiper .swiper-button-next:hover{opacity: 1;}
.rxxhswiper .swiper-button-prev.swiper-button-disabled:hover,.rxxhswiper .swiper-button-next.swiper-button-disabled:hover{opacity: 0.35;}

.hotbox2{margin-top: 20px;}
.hotbox2 .mainbox .typebox{margin-bottom: 20px;background-color: #f5f5f5;}
.hotbox2 .mainbox .typebox .leftbox{width: 204px;height: 204px;align-items: stretch;position: relative;}
.hotbox2 .mainbox .typebox .leftbox .title{position: absolute;top: 16px;left: 0;width: 99px;height: 29px;line-height: 29px;text-align: center;background-color: #0055c8;font-size: 13px;color: #fff;font-weight: bold;}
.hotbox2 .mainbox .typebox .leftbox .guccbox{padding-top: 100%;}
.hotbox2 .mainbox .typebox .rightbox{width: calc(100% - 204px);padding: 0 22px;box-sizing: border-box;}
.hotbox2 .mainbox .typebox .rightbox .partbox{width: 100%;margin-right: 2px;background-color: #fff;padding: 10px 20px;}
.hotbox2 .mainbox .typebox .rightbox .partbox:last-child{margin-right: 0px;}
.hotbox2 .mainbox .typebox .rightbox .partbox .guccbox{width: 100%;padding-top: 100%;}
.hotbox2 .mainbox .typebox .rightbox .partbox .title{text-align: center;font-size: 14px;color: #333;margin-top: 6px;}
.hotbox2 .mainbox .typebox .rightbox .partbox:hover{text-decoration: none;color: #0055C8;}
.hotbox2 .mainbox .typebox .rightbox .partbox:hover .title{text-decoration: none;color: #0055C8;}

.hotbox3{margin-top: 20px;}
.hotbox3 .htitlebox{margin-bottom: 0;}
.hotbox3 .mainbox{padding: 0 2px;}
.hotbox3 .mainbox .hotpp{padding: 15px 0px;box-sizing: border-box;}
.hotbox3 .mainbox .partbox{border: 1px solid #e4e4e4;transition: 0.5s;}
.hotbox3 .mainbox .fullbox{padding-top: 48.3146%;}
.hotbox3 .mainbox .fullbox .imgbox{padding: 15px;}
.hotbox3 .mainbox .partbox:hover{border: 1px solid rgba(228, 228, 228, 0);box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.hotbox3 .mainbox .partbox:hover img{animation: xxyimg 0.7s linear;}
@keyframes xxyimg{
	50%{transform: scale(1.15);}
	100%{transform: scale(1);}
}

.hnewbox{margin-top: 20px;padding-bottom: 20px;}
.hnewbox .mainbox{align-items: stretch;}
.hnewbox .mainbox .leftbox{width: calc(50% - 19px);}
.hnewbox .mainbox .leftbox .guccbox{height: 270px;width: 100%;}
.hnewbox .mainbox .leftbox .time{font-size: 14px;color: #fff;position: absolute;top: 0;right: 0;width: 100px;height: 34px;line-height: 34px;text-align: center;background-color: rgba(0, 0, 0, 0.58);}
.hnewbox .mainbox .leftbox .title{font-size: 18px;color: #222;margin-top: 25px;margin-bottom: 10px;}
.hnewbox .mainbox .leftbox .des{font-size: 14px;color: #999;}
.hnewbox .mainbox .leftbox:hover{text-decoration: none;color: #0055C8;}
.hnewbox .mainbox .leftbox:hover .title{text-decoration: none;color: #0055C8;}
.hnewbox .mainbox .leftbox:hover .des{text-decoration: none;color: #0055C8;}
.hnewbox .mainbox .rightbox{width: calc(50% - 19px);border-top: 1px solid #e4e4e4;}
.hnewbox .mainbox .rightbox .partbox{width: 100%;padding: 15px 0;border-bottom: 1px solid #e4e4e4;}
.hnewbox .mainbox .rightbox .partbox .title{font-size: 15px;color: #222;padding-left: 20px;position: relative;}
.hnewbox .mainbox .rightbox .partbox .title:after{content: "";display: block;width: 6px;height: 6px;border-radius: 50%;background-color: #e4e4e4;position: absolute;top: 50%;left: 0;transform: translateY(-3px);}
.hnewbox .mainbox .rightbox .partbox .time{font-size: 14px;color: #999;padding-left: 10px}
.hnewbox .mainbox .rightbox .partbox:hover{text-decoration: none;color: #0055C8;}
.hnewbox .mainbox .rightbox .partbox:hover .title{text-decoration: none;color: #0055C8;}
.hnewbox .mainbox .rightbox .partbox:hover .time{text-decoration: none;color: #0055C8;}


.ftedian .mainbox .partbox{max-width: 25%;}
.ftedian .mainbox .partbox .leftbox{width: 52px;height: 52px;border-radius: 50%;border: 2px solid #0361cf;box-sizing: border-box;color: #0361cf;line-height: 50px;text-align: center;font-size: 26px;margin-right: 8px;transition: 0.5s;}
.ftedian .mainbox .partbox .rightbox .title{font-size: 18px;color: #333;margin-bottom: 3px;margin-top: 3px;}
.ftedian .mainbox .partbox .rightbox .des{font-size: 14px;color: #767676;}
.ftedian .mainbox .partbox:hover .leftbox{transform: rotateY(360deg);}

.footer .footer-link dl{padding-left: 34px;}

.iconbox .mainbox{margin-bottom: 16px;}
.iconbox .mainbox .partbox{width: 33px;height: 33px;border-radius: 50%;background-color: #f5f5f5;transition: 0.3s;padding: 3px;}
.iconbox .mainbox .partbox.on{background-color: #0070f4;}
.iconbox .mainbox .partbox .imgbox{width: 100%;}

.iconbox .mainbox .partbox .img:first-child{display: block;}
.iconbox .mainbox .partbox .img:last-child{display: none;}
.iconbox .mainbox .partbox.on .img:first-child{display: none;}
.iconbox .mainbox .partbox.on .img:last-child{display: block;}

.xxyqrcodebox .ewmbox{margin: 0 auto;}
.xxyqrcodebox .partbox{width: 90px;display: none;margin: 0 auto;}
.xxyqrcodebox .partbox.on{display: block;}
.xxyqrcodebox .partbox img{width: 100%;}
.xxyqrcodebox .textbox{font-size: 12px;color: #333;text-align: center;margin-top: 10px;}

.footer .footer-link dl.xxypadl{padding-left: 80px;}


.kefu-01 .inner .item{margin-bottom: -1px;}
.kefu-01 .inner .item:last-child{/* margin-top: 10px; */}
.kefu-01 .inner .item > a{height: 60px;width: 60px;}
.kefu-01 .inner .item > a > i{line-height: 36px;font-size: 26px;}
.kefu-01 .inner .item > a .xxytextbox{font-size: 13px;color: #333;transform: scale(0.9);}
.kefu-01 .inner .item > a:hover .xxytextbox{color: #fff;}


/* 渠道合作单页 */
.xxyformbox{background: url(../images/xxyformbg.jpg) center center no-repeat;background-size: cover;padding: 80px 0;}
.xxyformbox .mainbox .leftbox{width: 100%;padding-right: 150px;}
.xxyformbox .mainbox .leftbox .topbox{color: #fff;margin-bottom: 140px;}
.xxyformbox .mainbox .leftbox .topbox .title{font-size: 32px;font-weight: bold;line-height: 1;margin-bottom: 20px;}
.xxyformbox .mainbox .leftbox .topbox .des{font-size: 15px;line-height: 2;}
.xxyformbox .mainbox .leftbox .bottombox{color: #fff;}
.xxyformbox .mainbox .leftbox .bottombox .partbox{margin-bottom: 32px;}
.xxyformbox .mainbox .leftbox .bottombox .title{font-size: 14px;opacity: 0.54;margin-bottom: 10px;}
.xxyformbox .mainbox .leftbox .bottombox .tel{font-size: 34px;font-weight: bold;line-height: 1;}
.xxyformbox .mainbox .leftbox .bottombox .email{font-size: 20px;font-weight: bold;}
.xxyformbox .mainbox .rightbox{width: 435px;background-color: #fff;}
.xxyformbox .mainbox .rightbox .thisform{padding: 0 29px;display: block;}
.xxyformbox .mainbox .rightbox .thisform .title{font-size: 28px;color: #333;text-align: center;margin-top: 30px;margin-bottom: 20px;}
.xxyformbox .mainbox .rightbox .thisform .partbox{margin-bottom: 15px;}
.xxyformbox .mainbox .rightbox .thisform .partbox .textbox{/*width: 78px;*/width: unset; padding-right: 10px;text-align: right;font-size: 14px;color: #555;flex-shrink: 0;}
.xxyformbox .mainbox .rightbox .thisform .partbox .textbox span{color: #f00;}
.xxyformbox .mainbox .rightbox .thisform .partbox input{width: 100%;height: 40px;border-radius: 3px;border: 1px solid #d9d9d9;box-sizing: border-box;text-indent: 1em;outline: none;}
.xxyformbox .mainbox .rightbox .thisform .partbox textarea{width: 100%;height: 102px;border-radius: 3px;border: 1px solid #d9d9d9;box-sizing: border-box;text-indent: 1em;outline: none;padding-top: 10px;resize: unset;}

.xxyformbox .mainbox .rightbox .thisform .partbox .danxuanbox{width: 100%;}
.xxyformbox .mainbox .rightbox .thisform .partbox .danxuanbox .wenzi{word-break: keep-all;font-size: 14px;color: #555;}
.xxyformbox .mainbox .rightbox .thisform .partbox .danxuanbox input{width: unset;margin-top: 0;margin-right: 5px;}

.xxyformbox .mainbox .rightbox .thisform .submitbox input{width: 132px;height: 42px;background-color: #0055c9;border-radius: 3px;border: none;outline: none;color: #fff;font-size: 15px;}
.xxyformbox .mainbox .rightbox .thisform .submitbox{margin-bottom: 40px;}

/* 侧边表单弹窗 */
.xxytcbox{position: fixed;top: 0;left: 0;width: 100%;height: 100vh;background-color: rgba(0, 0, 0, 0.65);z-index: -9;transition: 0.6s;opacity: 0;pointer-events: none;}
.xxytcbox.on{z-index: 9999;opacity: 1;pointer-events: auto;}
.xxytcbox .mainbox{width: 900px;padding: 40px;position: relative;background-color: #fff;}
.xxytcbox .mainbox .des{font-size: 14px;margin-bottom: 16px;color: #333;}
.xxytcbox .mainbox .inputbox{width: 100%;font-size: 14px;border-radius: 20px;border: 1px solid #d4d4d4;height: 40px;margin-bottom: 16px;padding-left: 20px;}
.xxytcbox .mainbox .textareabox{width: 100%;font-size: 14px;border: 1px solid #d4d4d4;border-radius: 4px;height: 100px;margin-bottom: 16px;padding: 10px 20px;resize: unset;}
.xxytcbox .mainbox .inputbtn{display: block;margin: 0 auto;width: 100px;height: 40px;background-color: #4066b8;color: #fff;text-align: center;border: none;outline: none;border-radius: 20px;line-height: 40px;}
.xxyclosebtn{position: absolute;top: 20px;right: 20px;font-size: 36px;transform: rotateZ(45deg);cursor: pointer;}
.xxyclosebtn:after{content: "+";}

/* 产品详情页 */
.page-prod-detail .panel-relate-prod ul li{padding: 20px 0;}
.yspartbox:hover{text-decoration: none;}
.yspartbox .fullbox{width: 80px;height: 80px;border: 1px solid #999;margin-right: 20px;}
.yspartbox .textbox{width: 100%;font-size: 12px;color: #999;}
.yspartbox .textbox .text2{color: #0055C8;}
.yspartbox .textbox .text3{color: #333;}
.yspartbox .xxyprice{color: #ff6221;}
.yspartbox .btn{width: 56px;height: 28px;color: #fff;background-color: #0055C8;text-align: center;font-size: 14px;line-height: 16px;align-self: flex-end;}


.xxychangebox .top{font-size: 16px;}
.xxychangebox .top .partbox{padding: 10px 20px;cursor: pointer;}
.xxychangebox .top .partbox.on{background-color: #0055C8;color: #fff;}
.xxychangebox .bottom .partboxwai{display: none;}
.xxychangebox .bottom .partboxwai.on{display: block;}
.xxychangebox .bottom .partboxwai .item{width: 20%;box-sizing: border-box;padding: 20px;}
.xxychangebox .bottom .partboxwai .guccbox{width: 100%;padding-top: 100%;}
.xxychangebox .bottom .partboxwai .fullbox{width: 100%;padding-top: 100%;box-sizing: border-box;border: 1px solid #ccc;}
.xxychangebox .bottom .partboxwai .fullbox .imgbox{padding: 10px;}
.xxychangebox .bottom .partboxwai.type2 .fullbox{width: 100%;padding-top: 48.3146%;}
.xxychangebox .bottom .partboxwai .title{text-align: center;margin-top: 10px;}
.xxychangebox .bottom .partboxwai .item:hover{text-decoration: none;color: #0055C8;}

.swiper-container.proswiper1{margin-bottom: 25px;}
.proswiper1 .fullbox{padding-top: 60%;}
.proswiper2.swiper-container{padding: 0 30px;margin-bottom: 10px;}
.proswiper2 .fullbox{padding-top: 100%;}
.proswiper2 .swiper-slide-active{border: 2px solid #0055C8;}
.proswiper2 .swiper-button-prev{background-size: 10px;left: 0;width: 10px;transform: rotateZ(180deg);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");}
.proswiper2 .swiper-button-next{background-size: 10px;right: 0;width: 10px; background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-4.2-4.2L18.6%2C22L0.8%2C4.2L5%2C0z'%20fill%3D'%23999999'%2F%3E%3C%2Fsvg%3E");}

@media (max-width: 992px){
.xxyformbox .mainbox{flex-direction: column;}
.xxyformbox .mainbox .leftbox{padding-right: 0;margin-bottom: 20px;}
.xxyformbox .mainbox .leftbox .topbox .title{font-size: 24px;}
.xxyformbox .mainbox .leftbox .topbox .des{line-height: 1.6;}
.xxyformbox .mainbox .leftbox .topbox{margin-bottom: 30px;}
.xxyformbox .mainbox .leftbox .bottombox .tel{font-size: 20px;}
.xxyformbox .mainbox .leftbox .bottombox .partbox{margin-bottom: 20px;}
.xxyformbox .mainbox .rightbox{width: 100%;}
.xxyformbox .mainbox .rightbox .thisform{padding: 0 16px;}
.hotbox2 .mainbox .typebox{flex-direction: column;}
.hotbox2 .mainbox .typebox .leftbox{width: 100%;height: unset;}
.hotbox2 .mainbox .typebox .rightbox{padding: 0;flex-wrap: wrap;width: 100%;justify-content: space-between;}
.hotbox2 .mainbox .typebox .rightbox .partbox{width: calc(50% - 1px);box-sizing: border-box;margin-bottom: 2px;}
.hotbox2 .mainbox .typebox .rightbox .partbox:nth-child(2n){width: calc(50% - 1px);box-sizing: border-box;margin-right: 0;}
.hnewbox .mainbox{flex-direction: column;}
.hnewbox .mainbox .leftbox{width: 100%;margin-bottom: 20px;}
.hnewbox .mainbox .rightbox{width: 100%;}
.hotbox1 .mainbox .leftbox{padding: 10px;width: 160px;}
}

.free .free-box .free-notice-box .ontice-left-box .left-cont .left-cell i:before{
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotateZ(45deg);
}