.side_box {
	width: 0.73rem;
	right: 0.6rem;
	bottom: 1rem;
	position: fixed;
	z-index: 99;

}

.side_content {
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 1rem 1rem 1rem 1rem;
	padding: 0.3rem 0.05rem;
}

.side_ico {
	width: 0.36rem;
	height: 0.3rem;
	position: relative;
	margin: 0 auto;
}

.side_ico img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.side_name {
	color: #5B5B5B;
	font-size: 0.12rem;
	margin-top: 0.05rem;
	text-align: center;
	padding-bottom: 0.11rem;
	border-bottom: 0.01rem solid #E9E9E9;
}

.side_items {
	margin-bottom: 0.11rem;
	cursor: pointer;
	position: relative;
}
.side_items:nth-child(2){
    display: none;
}

.side_items:last-child {
	margin-bottom: 0;
}

.side_items:last-child .side_name {
	border-bottom: 0;
}

.side_items:hover .side_name {
	color: #E60012;
}

.side_ico2 {
	display: none;
}

.side_items:hover .side_ico1 {
	display: none;
}

.side_items:hover .side_ico2 {
	display: block;
}

.side_top {
	width: 0.73rem;
	height: 0.73rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.12rem;
	cursor: pointer;
}

.side_top img {
	width: 0.2rem;
	height: 0.26rem;
}

.is_hover {
	position: absolute;
	right: 100%;
	z-index: 50;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 0.3rem;
	display: none;
}

.is_hoverBox {
	width: 1.11rem;
	height: 1.11rem;
	box-shadow: 0rem 0rem 0.05rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	padding: 0.1rem;
	background: #fff;
	position: relative;
}
.is_hoverBox::after{
	content: '';
	position: absolute;
	right: -0.12rem;
	top: 50%;
	transform:translateY(-50%) rotate(-90deg);
	width: 0.2rem;
	height: 0.2rem;
	background-image: url(/assets/css/../images/index/ÏÂ-Èý½Ç.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	filter:drop-shadow(10px 10px 10px rgba(0, 0, 0, .5));

}

.is_hoverBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.side_items:hover .is_hover {
	display: block;
}


.footer_top_content {
	padding: 0.8rem 0 0.5rem 0;
}

.footer_top_titler {
	font-size: 0.46rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0.7rem;
}

.footer_topFrom {
	display: flex;
}

.footer_topLeft {
	width: 6.83rem;
}

.footer_topItems {
	width: 100%;
	display: flex;
	margin-bottom: 0.14rem;
}

.footer_topItems input {
	flex: 1;
	width: 100%;
	height: 0.5rem;
	background: rgba(255, 255, 255, 0.3);
	border: 0.01rem solid rgba(255, 255, 255, 0.35);
	border-radius: 0.07rem;
	padding: 0 0.2rem;
	color: #fff;
}
.footer_topItems input::placeholder{
    color: #ddd;
}

input::placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.16rem;
}

.footer_topCode {
	width: 2.14rem;
	height: 0.5rem;
	position: relative;
	margin-left: 0.2rem;
}

.footer_topCode input {
	width: 100%;
	height: 100%;
	padding-right: 0.85rem;

}
.footer_topCode input::placeholder{
    font-size: 0.14rem;
}

.footer_topCode span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.1rem;
	color: #fff;
	font-size: .14rem;
	cursor: pointer;
}

.footer_topItems:last-child {
	margin-bottom: 0;
}

.footer_topRight {
	flex: 1;
	height: 1.78rem;
	margin-left: 0.34rem;
	border: 0;
	outline: 0;
	overflow: hidden;
	position: relative;
}
.footer_topRight::after{
	content: '';
	position: absolute;
	height: 0.01rem;
	width:100%;
	bottom: 0;
	left: 0;
	background:rgba(255, 255, 255, 0.35);

}

textarea::placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.16rem;
	font-family: '';

}

.footer_topRight textarea {
	height: 2.5rem;
	width: 100%;
	outline: 0;
	padding: 0.13rem 0.27rem;
	border-radius: 0.07rem;
	background: rgba(255, 255, 255, 0.3);
	border: 0.01rem solid rgba(255, 255, 255, 0.35);
	color: #fff;
}

.footer_top_speak {
	display: flex;
	justify-content: flex-end;
}

.footer_top_speak span {
	color: #E60012;
	font-weight: bold;
	font-size: 0.18re;
	display: inline-block;
	width: 1.47rem;
	height: 0.5rem;
	background: #FFFFFF;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.14rem;
	cursor: pointer;
}

.footer_bottomContent {
	display: flex;
	min-height: 4.7rem;
}

.footer_bottombox {
	/* height: 8.07rem; */
	background: url(/assets/css/../images/f-bg2.png) no-repeat;
	background-size: 100% 100%;
}

.footer_navTit {
	font-weight: bold;
	color: #3E3A39;
	font-size: 0.18rem;
	margin-bottom: 0.3rem;
}

.footer_navxItems {
	display: block;
	color: #5D5D5D;
	font-size: 0.16rem;
	margin-bottom: 0.15rem;
}

.footer_navxItems:hover {
	color: #E60012;
}

.footer_bottomContent {
	padding-top: 0.98rem;
	display: flex;
}

.footer_navItems {
	flex: 1;
}

.footer_bottom_lastbox {
	background: #3E3A39;
	margin-top: 0.75rem;
}

.footer_bottom_lastContent {
	height: 1.58rem;
	display: flex;
	align-items: center;
}

.footer_bottom_left {
	flex: 1;
	display: flex;
	align-items: center;
}

.footer_bottom_lastItems {
	display: flex;
	align-items: center;
	margin-right: 0.8rem;
}

.footer_bottom_lastItems:last-child {
	margin-right: 0;
}

.footer_imgbox {
	width: 0.55rem;
	height: 0.55rem;
}

.footer_imgbox img {
	width: 100%;
	height: 100$;
}

.footer_messbox {
	color: #fff;
	font-size: 0.16rem;
	margin-left: 0.15rem;
	line-height: 1.7;
}

.footer_messbox span {
	color: #C5C5C5;
}

.footer_bottom_right {
	width: 2.21rem;
	display: flex;
	flex-wrap: wrap;
}

.footer_bottomRight_items {
	width: 0.41rem;
	height: 0.41rem;
	border: 0.01rem solid rgba(255, 255, 255, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	position: relative;
	margin-right: 0.19rem;
	margin-bottom: 0.1rem;
}

.footer_bottomRight_items:nth-child(4n) {
	margin-right: 0rem;
}

.footer_bottomRight_items .ico1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer_bottomRight_items:hover {
	background-color: #E60012;
	border-color: #E60012;
}







.footer_last_last {
	background-color: #fff;
}

.footer_last_lastContent {
	height: 1.25rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer_last_lastContent * {
	color: #515151;
	font-size: 0.16rem;
}



@media only screen and  (max-width:1024px){
    
    footer form{
        background-size: cover!important;
        background-position: bottom right!important;
    }
    .footer_topFrom{
        flex-direction: column;
    }
    .footer_top_content{
        padding: 25px;
        width: 100%;
    }
    .footer_top_titler{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .footer_topRight{
        margin: 0;
        margin-top: 15px;
    }
    .footer_topItems input::-webkit-input-placeholder,
    .footer_topItems input,
    .footer_topRight textarea,
    .footer_topRight textarea::-webkit-input-placeholder{
        font-size: 14px;
    }
    .footer_topCode span{
        font-size: 14px;
       margin-top: -2px;
    }
    .footer_topCode {
        width: 3.14rem;
    }
    .footer_top_speak span{
        font-size: 14px;
    }
    .footer_bottomContent{
        display: none;
    }
    .footer_bottom_lastbox{
        margin-top: 0px;
    }
    .side_box{
        right: 15px;
        bottom: 50%;
        transform: translateY(50%);
        opacity: .1;
        transition: all .3s;
    }
    .side_name{
        font-size: 12px;
    }
    .footer_bottom_lastContent{
        width: 100%;
        padding: 5px 25px;
        flex-direction: column;
        height: auto;
    }
    .footer_bottom_lastItems{
        width: 50%;
        margin: 0;
        align-items: flex-start;
        /*margin: 5px 0;*/
        /*margin-left: 35px;*/
    }
    .footer_bottom_lastItems:last-child{
        width: 100%;
        margin-top: 15px;
    }
    .footer_imgbox{
        flex-shrink: 0;
    }
    /*.footer_bottom_left{*/
    /*    flex-direction: column;*/
    /*    align-items: flex-start;*/
    /*}*/
    .footer_bottom_left{
        margin-top: 15px;
            align-items: flex-start;
                flex-wrap: wrap;

    }
    .footer_bottomRight_items{
        width: 30px;
        height: 30px;
    }
   
    .footer_bottom_right{
        justify-content: center;
        margin: 15px 0;
        width: auto;
    }
    .footer_messbox span,
    .footer_messbox{
        font-size: 12px;
        /*white-space: nowrap;*/
    }
    .footer_messbox{
        margin-left: 5px;
    }
    .footer_bottomRight_items:nth-child(4n){
        margin-right: 0.19rem;
        margin-bottom: 0.1rem;
    }
    .footer_last_lastContent{
        width: 100%;
        height: auto;
        padding: 5px 15px;
        flex-direction: column;
        justify-content: center;
    }
    .footer_last_lastContent *{
        font-size: 12px;
        text-align: center;
        line-height: 1.5;
    }
    .footer_topLeft{
        width: 100%;
    }
    
    .footer_last2Left a{
        display: block;
        margin-top: 5px;
    }
    .footer_last2Left{
        margin-bottom:  5px;
    }
    
}