﻿@charset "utf-8";

.module0127{
	width:73vw;
	width:var(--mainwidth);
	height:auto;
	margin:0px auto;
	position: relative;
}
.module0127_all{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}
.module0127_left{
	width: 50%;
}
.module0127_come{
	font-size: 0.875rem;
	color: var(--FontTowColor);
	line-height: 1.5rem;
	
	margin-top: 3.25rem;
	overflow: hidden;
}
.module0127_jian{
	text-align: right;
	margin-top: 3.25rem;
	color: var(--FontTowColor);
	font-size: 1.125rem;
}

.module0127_right{
    width: 41%;
   margin-top: 4.75rem;
	position: relative;
}
.module0127_right:hover .module0127_image_bo_1:after{
	transform: scale(1.4);
}

.module0127_image{
	width: 100%;
	height: 100%;
	overflow: hidden;
	font-size: 0px;
}
.module0127_image>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.module0127_image_bo{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.module0127_image_bo_1{
	border-radius: 50%;
   
    margin: 0 auto;
    width: 4rem;
    height: 4rem;
	position: relative;
	text-align: center;
	line-height: 4rem;
	font-size: 2.25rem;
	color: var(--FontWhiColor);
	z-index: 2;;
}
.module0127_image_bo_1 i{
	 background-color: var(--OneColor);
	 width: 4rem;
    height: 4rem;
	position: relative;
	text-align: center;
	line-height: 4rem;
	font-size: 2.25rem;
	color: var(--FontWhiColor);
	z-index: 3;
	border-radius: 50%;
}

.module0127_image_bo_1:after{
	content: '';
	width: 100%;
	height: 100%;
	background: var(--FontTowColor);
	position: absolute;
	top: 0;
	border-radius:50%;
	left: 0;
	transform: scale(0);
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.module0127_bottom{
	width:100%;
	height: 7.8125rem;
	border-top: 1px solid rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.1);
	display: flex;
	justify-content: space-between;
	margin-top: 4.75rem;
}
.module0127_mune {
   width: 25%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	position: relative;
}
.module0127_mune:nth-child(4n):before{
	display: none;	
}
.module0127_mune:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 40px;
    background: var(--FontOneColor);
	opacity: 0.1;
    right: 0;
    top: calc(50% - 20px);
}

.module0127_zong{
	width:90%;
	margin: 0 auto;
	height: auto;
	display: flex;
	justify-content: space-between;
}
.module0127_zuo{
	width: 65%;
}
.module0127_1{
	width: 100%;
	font-size: 0.875rem;
	color: var(--FontTowColor);
}
.module0127_1 span{
	font-size: 2.25rem;
	font-weight: bold;
	color: var(--FontOneColor);
}
.module0127_2{
	width: 100%;
	font-size: 0.875rem;
	color: var(--FontTowColor);
	line-height: 1.25rem;
}
.module0127_you{
	display: flex;
	justify-content: center;
	flex-direction: column;
	margin-right: 20px;
}
.module0127_you img{
	width: 40px;
    height: 40px;
    
}



@media screen and (max-width:1023px)and (min-width:300px){

.module0127{
	width:96vw;
}
.module0127_all{
	display: flex;
	justify-content: center;
	flex-direction: column-reverse;
}
.module0127_left{
	width:100%;
	text-align: center;
	margin-top: 2rem;
}
.module0127_come{
	margin-top: 1.5rem;
}
.module0127_jian{
	text-align: center;
	margin-top: 1.5rem;
}

	.module0127_right{
		width: 100%;
	   margin-top: 0;
	}

	.module0127_image_bo_1{
		width: 3rem;
		height: 3rem;
		font-size: 1.75rem;
	}
	.module0127_image_bo_1 i{
		 width: 3rem;
		height: 3rem;
		font-size: 1.75rem;
		line-height: 3rem;
	}

.module0127_bottom{
	width:100%;
	height:auto;
	flex-wrap: wrap;
	margin-top: 2.75rem;
}
.module0127_mune {
   width: 50%;
	padding: 1.5rem 0;
	position: relative;
}
	.module0127_mune:nth-child(2n):before{
	display: none;	
}

.module0127_you{
	margin-right: 0px;
}



}
