
.ms-about-box {
	font-size: 0;
	background: white;
	border-radius: 10px;
	margin-bottom: 10px;
	padding: 0;
}

.ms-about-box .box2{
    padding: 10px;
}

.ms-about-box .ms-about-left{
    width: 60%;
    height:253px;
    display: inline-block;
    font-size: 14px;
    color: white;
    text-align: center;
}

.ms-about-box .ms-about-left .frm {
	background: url(../img/about/cont-bg-left.d4734828.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	border-radius: 10px;
	height: 100%;
	overflow: hidden;
	width: calc(100% - 10px);
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ms-about-box .ms-about-left .icon_img{
    max-width: 64px;
    height: auto;
}

.ms-about-box .ms-about-left .cont_title{
    margin: 20px 0;
}

.ms-about-box .ms-about-left .seek_btn{
    width: 142px;
    height: 46px;
    background: #ba90ff;
    border-radius: 23px;
    border: none;
    color: #fff;
    font-size: 20px;
}

.ms-about-box .ms-about-right{
    width: 40%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: white;
}

.ms-about-box .ms-about-right .frm{


}

.ms-about-box .ms-about-right .items a {
	background: url(../img/about/cont-bg-right.4b40dab2.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	border-radius: 10px;
	height: 120px;
	overflow: hidden;
	padding: 0 10%;
	align-items: center;
	justify-content: space-between;
	display: flex;
	color: white;
}

.ms-about-box .ms-about-right .items_01{
    margin-bottom: 14px;
}

.ms-about-box .ms-about-right .cont_title{
    
}

.ms-about-box .ms-about-right .icon_img{
    max-width: 54px;
    height: auto;
}
