html {
    scroll-behavior: smooth;
}
.footer {
	background-color: #FAFAFA;
}
.footer .common_center {
	border-top: 0.04rem solid var(--main_color);
	background-color: unset;
	padding-top: 0.75rem;
}
.footer .level1_title {
	font-size: 0.18rem;
}
.footer .level2_item {
	font-size: 0.16rem;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 0.3rem;
	opacity: .7;
}
.footer .footer_left {
	flex: 0 0 50.5%;
}
.footer .level1 {
	justify-content: space-between;
}
.footer .level2 {
	margin-top: 0.23rem;
}
.footer .footer_right .flex_box2 {
	flex: 0 0 0.2rem;
}
.footer .footer_right .flex_box3 {
	flex: 0 0 auto;
}
.footer .footer_code {
	max-width: 1.3rem;
	max-height: 2.6rem;
}
.footer .footer_p1 {
	font-size: 0.16rem;
	color: #333333;
	text-align: right;
}
.footer_tel, .footer_email {
	display: block;
	text-align: right;
}
.footer_tel {
	color: var(--main_color);
	font-size: 0.3rem;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
}
.footer_email {
	font-size: 0.16rem;
	color: #333333;
}
.footer .address {
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	margin-top: 0.08rem;
}
.footer .footer_right .address .flex_box1 {
	text-align: right;
	white-space: nowrap;
}
.footer .footer_right .address .flex_box2 {
	flex: 0 0 auto;
}
.footer .bottom {
	min-height: 0.6rem;
	color: #9B9C9E;
	align-items: center;
	justify-content: center;
	border-top: 0.01rem solid #C2C2C2;
	margin-top: 1.36rem;
}
.bottom .beian {
	color: #9B9C9E;
	margin-left: 0.05rem;
}


.footer .side {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99999;
}

.footer .side1 a,
.footer .side2 a,
.footer .side3 {
    width: 0.7rem;
    height: 0.7rem;
    background: rgba(192, 1, 1, 1);
    border-radius: 0.05rem 0 0 0.05rem;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 0.06rem;
}

.footer .side1 p,
.footer .side2 p,
.footer .side3 p {
    text-align: center;
    color: #fff;
    margin-top: 0.07rem;
    font-size: 0.14rem;
}

.footer .side1 img,
.footer .side2 img {
    max-width: 0.26rem;
    height: 0.26rem;
}

.footer .side1 .tel {
    position: absolute;
    background: rgba(192, 1, 1, 1);
    border-radius: 0.1rem;
    color: #fff;
    line-height: 2;
    padding: 0 0.2rem;
    right: 0.8rem;
    opacity: 0;
    transition: 0.6s;
}

.footer .side1:hover .tel {
    opacity: 1;
}

.footer .side3 {
    position: relative;
}

.footer .side3 img {
    max-width: 0.31rem;
    height: 0.26rem;
}
.footer .side3 .ewm {
    position: absolute;
    right: 0.7rem;
    padding-right: 0.07rem;
    width: 1.5rem;
    height: 1.5rem;
    top: 50%;
    max-width: none;
    transform: translateY(-50%);
    display: none;
}

.footer .side3:hover .ewm {
    display: block;
}




@media only screen and (max-width: 1024px){
    .contact .common_center, 
    .footer .common_center{
        padding: 15px;
    }
    .contact .contact_box > .flex_box1, 
    .contact .contact_box{
        height: auto !important;
            flex-direction: column;
            margin-top: 0 !important;
    }
    .footer .footer_p1, 
    .footer_email, 
    .contact .contact_box .title{
        font-size: 14px !important;
        text-align: left !important;
    }
    .contact .flex_box2 .infor_box > p, 
    .contact .flex_box1 .infor_box .tel a, 
    .footer .footer_right .address .flex_box2, 
    .footer_tel, 
    .footer .footer_right .address .flex_box1, 
    .footer .bottom p, 
    .bottom .beian, 
    .footer .level1_title, 
    .footer .level2_item a, 
    .contact .flex_box3 .code_name, 
    .contact .flex_box1 .infor_box .name{
        font-size: 12px !important;
      line-height: 1.5 !important;
      text-align: left !important;
    }
    .contact .contact_box > .flex_box1, 
    .contact .contact_box > .flex_box1 > .flex_box1{
        border-right:none !important;
    }
    .contact .contact_box > .flex_box1 > .flex_box2{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .contact .contact_box .title{
        margin-top: 10px;
    }
    .footer .footer_right .address .flex_box2{
        width:80%;
    }
    .contact .flex_box2 .res_btn, 
    .contact .flex_box2 .img{
        margin-left:0 !important;
    }
    .flex_box.footer_right{
            display: flex;
    flex-direction: column;
    }
    .contact .flex_box3, 
    .footer .bottom{
        margin-top: 15px;
            flex-direction: column;
    }
    .footer .footer_left{
        /*display: none;*/
    }
    .contact .contact_box > .flex_box2, 
    .contact .contact_box > .flex_box1{
        padding-left: 0px !important;
        padding-right:0px !important;
    }
    .contact .flex_box3 .code{
        margin-left: 0px !important;
    }
.footer .common_center .top{
        flex-direction: column;
}

.footer .level1{
        flex-direction: row;
        margin-bottom: 15px;
}
.footer .side{
    display: none;
}
}