.footer{
	background: #3F2153;
}

.footer .main{
    width: 17rem;
    margin: 0 auto;
    border-top: 0.01rem solid rgb(255, 255, 255, 0.6);
	padding-top: 0.5rem;
}

.footer .footer_box2{
	padding-bottom: 0.38rem;
}
.footer .footer_box2>.flex_box{
	align-items: flex-start;
}
.footer .footer_box2 .box2_left{
	width: 5.71rem;
}
.footer .footer_box2 .box2_right{
	width: calc(100% - 5.71rem);
	align-items: flex-start;
}
.footer .footer_box2 .box2_left .fLogo{
	width: 1.63rem;
	height: 0.6rem;
	margin-bottom: 0.05rem;
}
.footer .footer_box2 .box2_left .fLogo img{
	width: 100%;
	height: auto;
}
.footer .footer_box2 .box2_left .fLogo_Lftxt{
	width: 3.37rem;
  	font-family: 'Crimson Text', 'Crimson Text', serif;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.25rem;
	margin-bottom: 0.13rem;
}
.footer .footer_box2 .box2_left .cont{
  	font-family: 'Crimson Text', 'Crimson Text', serif;
	font-weight: 600;
	font-size: 0.18rem;
	color: #FFFFFF;
	line-height: 0.25rem;
	margin-bottom: 0.07rem;
}
.footer .footer_box2 .box2_left .conticon {
	margin-top: 0.22rem;
}
.footer .footer_box2 .box2_left .conticon .cicon{
	width: 0.23rem;
	height: 0.23rem;
	margin-right: 0.13rem;
}
.footer .footer_box2 .box2_left .conticon .cicon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.footer .footer_box2 .box2_left .conticon .cicon .icon2{
	display: none;
	transition: all 0.5s;
}
.footer .footer_box2 .box2_left .conticon .cicon .icon1{
	display: block;
	transition: all 0.5s;
}
.footer .footer_box2 .box2_left .conticon .cicon:hover .icon2{
	display: block;
}
.footer .footer_box2 .box2_left .conticon .cicon:hover .icon1{
	display: none;
}
.footer .footer_box2 .box2_right .box2_li{
	/* width: 100%; */
	/* padding-right: 1.41rem; */
}
.footer .footer_box2 .box2_right .box2_li:last-child{
	padding-right: 0;
}
.footer .footer_box2 .box2_right .box2_li a{
  	font-family: 'Crimson Text', 'Crimson Text', serif;
	color: #FFFFFF;
	display: block;
}
.footer .footer_box2 .box2_right .box2_li1{
	margin-bottom: 0.3rem;
	position: relative;
}
.footer .footer_box2 .box2_right .box2_li1::after{
	content: '';
	width: 0.2rem;
	height: 0.02rem;
	background: #F6BE09;
	position: absolute;
	bottom: -0.1rem;
	left: 0;
}
.footer .footer_box2 .box2_right .box2_li1 a{
	font-weight: 600;
	font-size: 0.18rem;
}
.footer .footer_box2 .box2_right .box2_li2 a:hover{
	color: #F6BE09;
}
.footer .footer_box2 .box2_right .box2_li2 a{
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.35rem;
}
.footer .footer_box3{
	height: 0.55rem;
	background: #321346;
	text-align: center;
	font-family: Open Sans, Open Sans;
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	line-height: 0.55rem;
}





.contact{
	position: fixed;
	top: 50%;
	right: 0.27rem;
	transform: translate(0,-50%);
	z-index: 9;
}

.contact .contactlist{
	width: 0.5rem;
	height: 0.5rem;
	margin: 0.05rem 0;
	position: relative;
	border-radius: 0.25rem;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.09);
}
.contact .contactlist_i{
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	border-radius: 0.25rem;
	padding: 0 0.16rem;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.contact .contactlist:last-child .contactlist_i:hover::before{
	display: none;
}
.contact .contactlist:last-child .contactlist_i{
	background: #F6BE09;
	transition: all 0.5s;
}
.contact .contactlist:last-child .contactlist_i img{
	filter: brightness(0) invert(1);
	transition: all 0.5s;
}
.contact .contactlist:last-child:hover .contactlist_i{
	background: #FFFFFF;
}
.contact .contactlist:last-child:hover .contactlist_i img{
	filter: brightness(1) invert(0);
}
.contact .contactlist img{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.contact .contactlist .phone{
	width: 0;
	height: 0.5rem;
	background: #F6BE09;
	border-radius: 0.25rem 0 0 0.25rem;	
	position: absolute;
	top: 0;
	right: 0rem;
	z-index: -1;
	transition: all 0.5s;
	margin-right: 0.25rem;
	overflow: hidden;
}
.contact .contactlist .phone span{
  	font-family: 'Crimson Text', 'Crimson Text', serif;
	font-weight: 600;
	font-size: 0.18rem;
	color: #3F2153;
	line-height: 0.5rem;
	display: none;
}
.contact .contactlist .codegroup img{
	width: 1.2rem;
	height: 1.2rem;
}
.contact .contactlist:hover .phone{
	display: block;
}
.contact .contactlist:hover .phone1{
	width: 2.32rem;
	height: 0.5rem;
	border-radius: 0.25rem 0 0 0.25rem;
	padding-left: 0.2rem;
}
.contact .contactlist:hover .phone2{
	width: 2.9rem;
	height: 0.5rem;
	border-radius: 0.25rem 0 0 0.25rem;
	padding-left: 0.2rem;
}
.contact .contactlist:hover .phone span{
	display: block;
	white-space: nowrap;
}

@media screen and (max-width:1024px){
    .footer .footer_box2 .box2_left{
        width: 100%;
    }
    .footer .footer_box2 .box2_right{
        display: none;
    }
    .footer .footer_box2 .box2_left .fLogo_Lftxt{
        font-size: .24rem;
        line-height: 1.5;
    }
    .footer .footer_box2 .box2_left .cont{
        font-size: .24rem;
        line-height: 1.5;
    }
    .footer .footer_box2 .box2_left .conticon .cicon{
        width: .46rem;
        height: .46rem;
    }
    .contact .contactlist .phone span{
        font-size: .24rem;
    }
    .contact .contactlist:hover .phone2{
        width: 3.1rem;
    }
}