﻿@charset "utf-8";

.module0064{
	width:100%;
	height: auto;
	margin:0 auto;
	position: relative;
}
.module0064_con{
	width:73vw;
	width:var(--mainwidth);
	height: calc(73vw * 0.5 * 9 / 16);
	height: calc(var(--mainwidth) * 0.5 * 9 / 16);
	position: relative;
	margin: 0 auto;
	display:flex;
	justify-content: space-between;
}
.module0064_con_left{
	width:50%;
	height: 100%;
	font-size: 0px;
}
.module0064_con_left img{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: center;
}
.module0064_con_right{
	width:50%;
	height: 100%;
	background:var(--FontWhiColor);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.module0064_con_right_box{
	width:90%;
	height: 80%;
	margin:0px auto;
	font-size: 1rem;
	line-height: 1.5rem;
	overflow: auto;
	padding-right: 1rem;
	
}
@media screen and (max-width:1023px)and (min-width:300px){
.module0064{
	padding:0;
	background: transparent;
}
.module0064_con{
	width:96vw;
	height:auto;
	display:flex;
	justify-content: center;
	flex-direction: column;
}
.module0064_con_left{
	width:100%;
	height: calc(96vw * 9 / 16);
	font-size: 0px;
}

.module0064_con_right{
	width:100%;
	height: calc(96vw * 9 / 16);
	-moz-box-shadow: 0px 4px 35px rgba(0,0,0,0.08);
    -webkit-box-shadow: 0px 4px 35px rgba(0,0,0,0.08);
    box-shadow: 0px 4px 35px rgba(0,0,0,0.08);
}

}