*{
	padding:0;
	margin:0;
}
ul,li{
	list-style-type: none;
}
#suspensionFrame{
	position: fixed;
	top: 20%; 
	left: 0%;
	height: auto;
	z-index: 1000;
}
#suspensionFrame > .mylist{
	width: 46px;
	position: absolute;
	background-color: #e32088;
	z-index: 20;
	border-radius: 6px;
	box-shadow: 2px 2px 2px #ccc;
}
.mylist li {
	cursor: pointer;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 4px;
	border-bottom: solid 0.5px #fff;
}
.mylist li img{
	display: block;
	margin: 0 auto;
	width: 64%;
}
.mylist li span{
	display: block;
	color: #fff;
	padding-top: 4px;
	padding-bottom: 4px;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: center;
	width: 32px;
	margin: 0 auto;
	font-size: 14px;
	font-family: '微软雅黑'
}
.mylist li a{
	display: block;
	color: #fff;
	padding-bottom: 4px;
	letter-spacing: 1px;
	line-height: 16px;
	text-align: center;
	width: 32px;
	margin: 0 auto;
	font-size: 14px;
	text-decoration: none;
	font-family: '微软雅黑'
}
.myAct{
	width: 200px;
	top: 0;
}
.myAct li img{
	width: 20px;
}
.myLink{
}
.myLink li img{
	width: 20px;
}
.myDiv{
	left: -600px;
	top: 0px;
	position: absolute;
	height: auto;
	background-color: #fff;
	padding-bottom: 10px;
	box-shadow: 2px 2px 2px #ccc;
}
.myDiv > .mySpan{
	position: absolute;
	right: 8px;
	top: 8px;
	width: 16px;
	height: 16px;
	border: solid 1px #e3e3e3;
	z-index: 10;
	color: #e3e3e3;
	font-size: 14px;
	font-family: '微软雅黑';
	text-align:center;
	line-height: 15px;
	cursor: pointer;
	border-radius: 100%;
	opacity: 0.9;
}
.myDiv > .mySpan:hover{
	border: solid 1px #e32088;
	color: #e32088;
	width: 16px;
	height: 16px;
	border-radius: 100%;
}
.change{
	background-color: #5296f1;
}
.myDiv > .tittle > span{
	float : left;
	width : 100%;
	line-height: 18px;
	font-size: 18px;
	color: #e32088;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 1px;
	padding-bottom: 12px;
	line-height: 20px;
	border-bottom: dashed 1px #e3e3e3;
	font-family: '微软雅黑'
}
.myDiv > .cont > .active{
	position: relative;
	width: 92%;
	float: right;
	margin-top: 10px;
}
.myDiv > .cont > .active > span:first-child{
	width: 13px;
	height: 13px;
	background-color: #d10d00;
	display: inline-block;
	margin-left: 0px;
}
.myDiv > .cont > .active > span:nth-child(2){
	color: #d10d00;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	display: inline-block;
	margin-left: 0px;
	font-family: '微软雅黑'
}
.myDiv > .cont > .active > span:nth-child(3){
	color: #656565;
	position: absolute;
	cursor: pointer;
	transition: 1s;
	margin-left: 6px;
	margin-top: -6px;
	font-size:23px; 
	line-height: 23px;
	/*font-family: '微软雅黑'*/
}
.myDiv > .cont > .active > .orSpan{
	position: absolute;
	transform: rotate(90deg);
	cursor: pointer;
	transition: 1s;
	margin-left: 6px;
	margin-top: -4px;
	font-size:23px;
	line-height: 23px; 
	/*font-family: '微软雅黑'*/
}
.myDiv > .cont > .active > .myAct li{
	margin-top: 6px;
	width: 90%;
	float: right;
}
.myDiv > .cont > .active > .myAct li img{
	float: left;
	width: 12px;
}
.myDiv > .cont > .active > .myAct li span a{
	letter-spacing: 1px;
	color: #3c3c3c;
	text-decoration: none;
	font-size: 15px;
	font-family: '微软雅黑';
	margin-left:4px;
	margin-top: 10px;
	line-height: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 84%;
}
.myDiv > .cont > .active > .myAct li span a:hover{
	text-decoration:initial;
	color: #e32088;
}

.myDiv > .cont > .lang{
	width: 92%;
	float: right;
	margin-top: 10px;
}
.myDiv > .cont > .lang span:first-child{
	width: 13px;
	height: 13px;
	background-color: #d10d00;
	display: inline-block;
	margin-left: 0px;
}
.myDiv > .cont > .lang span:nth-child(2){
	color: #d10d00;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 1px;
	display: inline-block;
	margin-left: 0px;
	font-family: '微软雅黑'
}
.myDiv > .cont > .lang > .myLink li{
	margin-top: 6px;
	width: 90%;
	float: right;
}
.myDiv > .cont > .lang > .myLink li img{
	float: left;
	width: 12px;
}
.myDiv > .cont > .lang > .myLink li span a{
	letter-spacing: 1px;
	color: #3c3c3c;
	text-decoration: none;
	font-size: 15px;
	font-family: '微软雅黑';
	margin-left:4px;
	margin-top: 10px;
	line-height: 12px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 84%;
}
.myDiv > .cont > .lang > .myLink li span a:hover{
	text-decoration: inherit;
	color: #e32088;
}
.myDiv > .cont > .lang > span:nth-child(3){
	color: #656565;
	position: absolute;
	cursor: pointer;
	transition: 1s;
	margin-left: 6px;
	margin-top: -6px;
	font-size:23px; 
	line-height: 23px;
	/*font-family: '微软雅黑'*/
}
.myDiv > .cont > .lang > .orSpan{
	position: absolute;
	transform: rotate(90deg);
	cursor: pointer;
	transition: 1s;
	margin-left: 6px;
	margin-top: -4px;
	font-size:23px;
	line-height: 23px;
	/*font-family: '微软雅黑'*/
}
.myDiv > .button{
	width: 120px; 
	display: inline-block; 
	text-align: center; 
	height: 24px; 
	text-decoration: none; 
	border-radius: 6px; 
	background-color: rgb(230, 28, 94); 
	margin-top:12px;
	margin-left:18px;
	color: rgb(255, 255, 255); 
	font-family: 微软雅黑; 
	letter-spacing: 1px; 
	line-height: 24px; 
	font-size: 14px;
}
/*表单部分*/
.myDiv > form{
	width: 90%;
	margin:0 auto;
}
/*名字*/
.myDiv > form > .name{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 12px;
}
.myDiv > form > .name input{
	line-height: 20px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #c0c0c0;
	position: absolute;
	top: 0;
	float: left;
	width: 98%;
	height: 26px;
	border: solid 1px #eee;
	text-indent: 2em;
}
.myDiv > form > .name img{
	position: absolute;
	top: 4px;
	left: 6px;
	float: left;
	width: 14px;
	z-index: 4;
}
/*电话*/
.myDiv > form > .phone{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 38px;
}
.myDiv > form > .phone input{
	line-height: 26px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #c0c0c0;
	position: absolute;
	top: 0;
	float: left;
	width: 98%;
	height: 26px;
	border: solid 1px #eee;
	text-indent: 2em;
}
.myDiv > form > .phone img{
	position: absolute;
	top: 4px;
	left: 6px;
	float: left;
	width: 14px;
	z-index: 4;
}
/*课时*/
.myDiv > form > .langs{
	width: 100%;
	position: relative;
	float: left;
	margin-top: 38px;
}
.myDiv > form > .langs select{
	line-height: 26px;
	letter-spacing: 1px;
	font-size: 12px;
	color: #5a5a5a;
	position: absolute;
	top: 0;
	float: left;
	width: 100%;
	height: 26px;
	border: solid 1px #eee;
	text-indent: 2em;
}
.myDiv > form > .langs img{
	position: absolute;
	top: 4px;
	left: 6px;
	float: left;
	width: 14px;
	z-index: 4;
}
/*按钮*/
.myDiv > form > .button{
	padding-bottom: 26px;
}
.myDiv > form > .button > .yuyue{
	color: #fff;
	border-radius: 4px;
	background-color: #e32088;
	letter-spacing: 1px;
	font-size: 12px;
	width: 100%;
	height: 22px;
	margin-top: 40px;
	border: none;
}

.myDiv > form > span{
	float : left;
	width : 100%;
	line-height: 18px;
	font-size: 18px;
	color: #e32088;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 1px;
	padding-bottom: 12px;
	line-height: 20px;
	border-bottom: dashed 1px #e3e3e3;
	font-family: '微软雅黑'
}
/*二维码部分*/
.myDiv > .mydc{

}
.myDiv > .mytittle{
	float : left;
	width : 100%;
	line-height: 18px;
	font-size: 18px;
	color: #e32088;
	text-align: center;
	margin-top: 20px;
	letter-spacing: 1px;
	padding-bottom: 12px;
	line-height: 20px;
	border-bottom: dashed 1px #e3e3e3;
	font-family: '微软雅黑'
}
.myDiv > .mydc li{
	float: left;
	width: 44%;
	margin-left: 5px;
	margin-top: 8px
}
.myDiv > .mydc li img{
	width: 44%;
	border: solid 1px #eee;
	padding: 2px 2px;
	margin: 2px auto;
	display: block;
	width: 60px;
}
.myDiv > .mydc li span{
	margin-top: 0px;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 12px;
	color: #5a5a5a;
}