* {
	margin: 0;
	padding: 0;
}
html{
	font-family: "微软雅黑";
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-size: 26.67vw;
	height: 100%;
}
body{
	width: 100%;
	background: #fff;
	font-size: 0.16rem;
	height: 100%;
	position: absolute;
	margin: 0;
}
li{
	list-style: none;
	text-decoration: none;
}
li a:link{
	text-decoration: none;
	color: #666666;
}
li a:hover{
	color: #e67070;
}
li a:visited{
	color: #666666;
}
li a:active{
	color: #e67070;
}
	/*flex布局的兼容写法*/
   	/*水平在一列*/
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
/*垂直一列*/
.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
/*平分父盒子下的所有子盒子*/
.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/*水平对齐（水平居中）*/
.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/*垂直对齐*/
.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*两端对齐*/
.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;}

.table3{
	width: 3.75rem;
	/*background-image: url(../img/bg_8.png);*/
	height: 100%;
	text-align: center;
	position: fixed;
	/*z-index: -10;*/
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
}
.logo{
	width: 3.75rem;
	height: 0.49rem;
	display: flex;
	flex-flow: row wrap;
}
.logo_l{
	width: 0.39rem;
	height: 0.39rem;
	margin: 0.1rem 2.92rem 0 0.1rem;
}
.logo_l img{
	width: 0.39rem;
	height: 0.39rem;
}
.logo_r{
	width: 0.24rem;
	height: 0.2rem;
	margin: 0.2rem 0.1rem 0 0;
	/*-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);*/
}
.logo_r img{
	width: 0.24rem;
	height: 0.2rem;
}
.text3{
	width: 2.9rem;
	height: 4.81rem;
	text-align: center;
	background-image: url(../img/bg_9.png);
	margin: 0.3rem 0.46rem 0.28rem 0.4rem;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 100% 100%;
	position: absolute;
	font-size: 0.14rem;
}
.text3_c{
	width: 2.9rem;
	height: 3.8rem;
	color: rgb(230,112,112);
	margin-top: 0.8rem;	
}
.menu{
	width: 2.5rem;
	height:1.1rem;
	margin: 0.1rem 0.1rem 0.2rem 0.2rem;
	/*position: absolute;*/

}
.menu ul{
	width: 1.6rem;
	height: 1.08rem;
	position: absolute;
	margin: 0rem 0rem 0 0.45rem;
	padding: 0;
}
.menu_1{
	width: 1.6rem;
	height: 1.08rem;
}
.menu_1 span{
	display: inline-block;
	width: 1.5rem;
	height: 0.3rem;
	margin-left: 0.05rem;
	margin-top: 0.1rem;
}
.menu_1 li{
	height: 0.5rem;
	margin-top: 0.1rem;
}
.menu_2{
	width: 1.6rem;
	height: 1.08rem;
}
.menu_2 span{
	display: inline-block;
	width: 1.5rem;
	height: 0.3rem;
	margin-left: 0.05rem;
	margin-top: 0.1rem;
}
.menu_2 li{
	height: 0.5rem;
	margin-top: 0.05rem;
}
.menu span{
	width: 1.5rem;
	height: 0.15rem;
	font-size: 0.14rem;
	text-align: center;
	padding: 0;
	display:inline-block;
	margin-left: 0.07rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.menu ul li{
	/*width: 1.5rem;*/
	height: 0.73rem;
	font-size: 0.1rem;	
	text-align: center;
	padding: 0;
	color: black;
	display: flex;
	flex-flow: row wrap;
}
.menu ul li p {
	width: 100%;
	display: block;
	text-align: center;
}
.menu  > ul {
	display: none;
/*将三个内容框架全隐藏，通过下面的:first-child属性只将第一个框架内容显示出来*/
}
.menu > ul:first-child {
	display: block;
}

.main{
	width: 2.5rem;
	height: 1.3rem;
	margin: 1.2rem 0.1rem 0 0.2rem;
	color: #666666;
}
.one{
	width:2.5rem;
	height: 0.4rem;
	padding: 0;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	margin: 0;
	
}
.one li{
	/*width: 0.5rem;*/
	height: 0.25rem;
	padding: 0 0.1rem ;
	border-radius: 0.2rem;
	border: 0.01rem solid #999999;
	margin-top: 0.05rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 0.14rem;
}
.view3{
	width: 1.26rem;
	height:0.52rem ;
	line-height: 0.15rem;
	font-size: 0.12rem;
	margin: 0 1.27rem 1rem 0.82rem;
}
.bottom3{
	width:0.3rem;
	height: 0.16rem;
	position: absolute;
	margin: 6rem 1.73rem 0.19rem 1.73rem;
}

.bottom3 img{
	width: 0.3rem;
	height: 0.16rem;
}
.act{
	width: 3.75rem;
	height: 100%;
	background: rgba(255,255,255,0.5);
	position: absolute;
	top: 0;
	bottom: 0;
}
.open{
	width: 0.75rem;
	height: 0.2rem;
	
	text-align: center;
	margin-left: 3.16rem;
	margin-top: 0.15rem;
}
.open img{
	width:0.3rem ;
	height: 0.3rem;
}
.act ul{
	width: 1.5rem;
	/*height: 100%;*/
	position: absolute;
	right: 0.5rem;
	margin-top: 0.4rem;
	margin-left: 1.9rem;
	text-align: right;
}
.act ul li{
	width: 1.5rem;
	height: 0.5rem;
	list-style: none;
	font-size: 0.14rem;
	font-family: "苹方";
	font-weight: bold;
}