.footer_box1{
	background: #232936;
	padding-top: 0.72rem;
	padding-bottom: 0.33rem;
}
.footer_box1 .footerTit1{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: bold;
	font-size: 0.2rem;
	color: #FFFFFF;
	margin-bottom: 0.2rem;
	display: block;
}
.footer_box1 .footerTit2{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 0.18rem;
	color: #898D95;
	margin-bottom: 0.1rem;
	display: block;
}
.footer_box1 .footerTit2:hover{
	color: #FFFFFF;
}
.footer_box1 .footer_boL{
	margin-right: 0.82rem;
}
.footer_box1 .footer_boR{
	padding-left: 0.22rem;
}
.footer_box1 .footer_boR.flex_box{
    margin-left: auto  ;
}
.footer_box1 .footer_boR1{
	width: 2.72rem;
	margin-right: 0.76rem;
}
.footer_box1 .footer_boR .footerTit1{
	margin-bottom: 0.2rem;
}
.footer_box1 .footer_boR .footerTit3{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 0.2rem;
	color: #8A8E96;
	display: block;
	margin-bottom: 0.1rem;
}
.footer_box1 .footer_boR .footerTit4{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.25rem;
	text-align: left;
	margin-bottom: 0.2rem;
}
.footer_box1 .footer_boR .codeBox{
	width: 1.11rem;
	height: 1.11rem;
	margin-top: 0.58rem;
}
.footer_box1 .footer_boR .codeTxt{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: 400;
	font-size: 0.14rem;
	color: #8A8E96;
	line-height: 0.35rem;
	text-align: center;
	margin-top: 0.05rem
	;
}
.footer_box1 .layui-input{
	background: unset;
	height: 0.4rem;
	border-radius: 0.08rem 0.08rem 0.08rem 0.08rem;
	border: 0.01rem solid #666666;
}

.footer_box1 .layui-input,
.footer_box1 .layui-input::placeholder{
	font-family: Source Han Sans, Source Han Sans;
	font-weight: 400;
	font-size: 0.16rem;
	color: #999999;
}
.footer_box1 .layui-col-md6{
	width: 2.5rem;
	position: relative;
}
.footer_box1 .layui-col-md6::after{
	content: '';
	width: 0.24rem;
	height: 0.24rem;
	display: block;
	background: url(../img/select_icon.png);
	background-size: 100% 100%;
	position: absolute;
	right: 0.1rem;
	top: 0.08rem;
}
.footer_box1 .layui-input:focus,
.footer_box1 .layui-textarea:focus{
	border-color: #104198 !important;
}
.layui-form-select dl dd.layui-this{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-size: 0.16rem;
	color: #104198 !important;
	font-weight: unset;
}
.layui-form-select .layui-edge{
	display: none;
}


.footer_box2{
	height: 0.8rem;
	background: #171B24;
	padding: 0.3rem 0;
}
.footer_box2 .main{
	padding-left: 0.14rem;
}
.footer_box2 a{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: rgba(255, 255, 255, 0.5);
	display: block;
	padding-right: 0.2rem;
}
.footer_box2 a:active{
	color: rgba(255, 255, 255, 1);
}
.footer_box2 a.fbTxt3{
	padding-right: 0.49rem;
	display: flex;
	align-items: center;
}
.footer_box2 .fbTxt3 img{
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.04rem;
}
.footer_box2 a.fbTxt5{
	padding-left: 0.2rem;
}
.footer_box2 .fbTxt4{
	position: relative;
	padding-left: 0.21rem;
}
.footer_box2 .fbTxt51{
	margin-right: 0;
}
.footer_box2 .fbTxt4::after{
	content: '';
	width: 0.01rem;
	height: 0.14rem;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-right: 0.01rem solid rgba(255, 255, 255, 0.3);
}


.right_side{
	position: fixed;
	bottom: 1.09rem;
	right: 0.34rem;
	z-index: 999;
}
.right_side .zx_box{
	width: 0.61rem;
	height: 0.88rem;
	background: #FFFFFF;
	border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
	border: 0.01rem solid #E5E5E5;
	padding: 0.18rem 0;
	margin-bottom: 0.25rem;
	cursor: pointer;
	display: block;
	transition: all 0.6s;
	position: relative;
}
.right_side .zx_box >img{
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(100% + .1rem);
    display: none;
}
.right_side .zx_box:hover >img{
    display:block;
}
.right_side>div:hover{
	background: #104198;
	border: unset;
}
.right_side>div:hover .txt{
	color: #FFFFFF;
}
.right_side>div:hover .icon img{
	filter: invert(0) brightness(20);
}
.right_side .zx_box .icon{
	width: 0.21rem;
	height: 0.19rem;
	margin: 0 auto;
	margin-bottom: 0.13rem;
}
.right_side .zx_box .icon img{
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}
.right_side .toTop_box{
	width: 0.61rem;
	height: 0.59rem;
	background: #FFFFFF;
	border-radius: 0.06rem 0.06rem 0.06rem 0.06rem;
	border: 0.01rem solid #E5E5E5;
	padding-top: 0.07rem;
	cursor: pointer;
}
.right_side .toTop_box .icon{
	width: 0.18rem;
	height: 0.09rem;
	cursor: pointer;
	margin: 0 auto;
	margin-bottom: 0.07rem;
}
.right_side .toTop_box .icon img{
	width: 100%;
	height: 100%;
	/*margin-top: -0.14rem;*/
}

.right_side .txt{
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #104198;
	text-align: center;
	transition: all 0.6s;
}
@media only screen and (max-width: 1024px) {
.footer_box1 .flex_box{
	display: block;
	padding: 0 .3rem;
	height: auto;
	overflow: hidden;
}
.footer_box1 .footer_boL{
	width: 33%;
	margin-right: 0;
	float: left;
}
.footer_box1 .footerTit1{
	font-size: .26rem;
}
.footer_box1 .footerTit2{
	font-size: .24rem;
}
.footer_box1 .footer_boR{
	width: 100%;
	float: left;
	padding: 0;
	margin-top: .2rem;
}
.footer_box1 .footer_boR .footerTit3{
	font-size: .24rem;
}
.footer_box1 .footer_boR .footerTit4{
	font-size: .24rem;
}
.footer_box1 .footer_boR1{
	width: 100%;
}
.footer_box1 .layui-input, .footer_box1 .layui-input::placeholder{
	font-size: .24rem;
}
.footer_boR2{
	width: 40%;
}
.footer_box1 .footer_boR .codeBox{
	width: 100%;
	height: auto;
}
.footer_box1 .footer_boR .codeTxt{
	font-size: .24rem;
}
.footer_box2{
	height: auto;
}
 .footer_box2 .main {
    display: block;
    width: 100%;
    padding: 0 .3rem;
  }
.footer_box2 .main .flex_box{
	display: block;
}
.footer_box2 a{
	font-size: .24rem;
	padding-right: 0;
	text-align: center;
}
.footer_box2 a.fbTxt3{
	display: none;
}
.footer_box2 a.fbTxt4{
	display: none;
}
.footer_box2 a.fbTxt5{
	display: none;
}

.right_side .toTop_box .icon{
    display: flex;
}
}