@charset "utf-8";

/*注册*/
.cont{
    padding: 0px 30px;
    margin-top: 13px;
}
.cont li{
    margin-bottom: 20px;
    padding-left: 35px;
    padding-right: 3px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #fcfcfc;
    position: relative;
}
.cont li.anotherlogin{
    border: none;
    padding-left: 0px;
    width: 100%;
    height: 44px;
    display: box;
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers.; */
    display: -webkit-flex;
    display: flex;
}
.cont p.z-tishi{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #ff0000;
    position: absolute;
    bottom: -20px;
    left: 0px;
}
.cont li span{
    display: block;
    position: absolute;
    background: url(../m_images/zhuceicon.png) no-repeat;
    background-size: 35px auto;
}
.cont li.li1 span{
    top:12px;
    left: 8px;
    width: 20px;
    height: 19px;
    background-position: -6px -134px;
}
.cont li.li2{
    margin-bottom: 25px;
}
.cont li.li2 span{
    top:11px;
    left: 10px;
    width: 14px;
    height: 21px;
    background-position: -10px -53px;
}
.cont li.li3 span{
    top:11px;
    left: 10px;
    width: 14px;
    height: 21px;
    background-position: -10px -53px;
}
.cont li.li4 span{
    top:13px;
    left: 10px;
    width: 18px;
    height: 18px;
    background-position: -11px -110px;
}
.cont li input{
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: none;
    background: #fcfcfc;
    font-size: 14px;
    color: #6f6f6f;
    outline:none
}
.cont li.li4{
    padding:0px;
    width: 100%; 
    height: 44px;
    display: box;/*//兼容android*/
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -webkit-flex; /* 新版本语法： Chrome 21+ */
    display: flex; /* 新版本语法： Opera 12.1, Firefox 22+ */
    border: none;
}
.cont li.li4 input{
    border: 1px solid #cccccc;
    display: block;
    width: 45%;
    overflow: hidden;
    margin-right: 10px;
    padding-left: 35px;
    border-radius: 5px;
}
.cont li.li4 button{
    display: block;
    overflow: hidden;
    width: 1rem;
    height: 44px;
    border: none;
    position: absolute;
    bottom:0px;
    right:0px;
    background: #5ca4ec;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.cont li.li6{
    padding-left: 0px;
    border: none;
    /*margin-top: 60px;*/
}
.cont li.li6 button{
    width: 100%;
    font-size: 18px;
    background: #89be4c;
    color: #fff;
    border: none;
    height: 44px;
    border-radius: 5px;
}
/*登录*/
.login li.li1 span{
    top:14px;
    left: 9px;
    width: 16px;
    height: 16px;
    background-position: -9px -83px;
}
.login li.li3{
    border: none;
    background: none;
    position: relative;
    height: 20px;
}
.login li.li3 input{
    width: 0.16rem;
    height: 0.16rem;
    position: relative;
    top:4px;
    left: -3px;
}
.login li.li3 lable{
    position: absolute;
    left:0.02rem;
    top:-5px;
    color: #7a7a7a;
    font-size: 13px;
}
.login li.li3 a{
    position: absolute;
    right:-0.02rem;
    color: #7a7a7a;
    font-size: 13px;
}
.login li.anotherlogin{
    border: none;
    padding-left: 0px;
    width: 100%;
    height: 44px;
    display: box;/*//兼容android*/
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -webkit-flex; /* 新版本语法： Chrome 21+ */
    display: flex; /* 新版本语法： Opera 12.1, Firefox 22+ */
}
.anotherlogin a{
    display: block;
    line-height: 44px;
    background: #fff;
    -webkit-box: 1;
    -webkit-box-flex: 1;
    -webkit-flex:1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
}
.anotherlogin a:nth-child(1){
    margin-right: 14px;
}
.anotherlogin a img{
    position: relative;
    top:3px;
    left: -3px;
}
/*添加输入图片验证码*/
.cont li.li5{
    padding:0px;
    width: 100%; 
    height: 44px;
    display: box;/*//兼容android*/
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -webkit-flex; /* 新版本语法： Chrome 21+ */
    display: flex; /* 新版本语法： Opera 12.1, Firefox 22+ */
    border: none;
    background: none;
}
.cont li.li5 input{
    border: 1px solid #cccccc;
    display: block;
    width: 52%;
    overflow: hidden;
    margin-right: 10px;
    padding-left: 10px;
    border-radius: 5px;
}
.cont li.li5 button{
    display: block;
    overflow: hidden;
    width: 1rem;
    height: 44px;
    border: none;
    position: absolute;
    bottom:0px;
    right:0px;
    background: #5ca4ec;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    width:100%;
}
.imgyanzh{
    width: 100px;
    padding-left: 22px;
}
.imgyanzh img{
    display: block;
}
.imgyanzh span{
    display: block;
    font-size: 12px;
    margin-top: 3px;
}
.imgyanzh span a{
    color: #5ca4ec;
}
/*添加输入图片验证码end*/
/*找回密码*/


/**********新增 begin**********/
.suspend{
	width:100%;
	height:100%;
	background: rgba(0,0,0,0.2);
	position:fixed; 
	top:0;
	left:0;
}
/**********哪方面 begin**********/
.what-aspects{
	background: #fff;
	margin:98px 12px 0 12px;
	padding-bottom: 14px;
	display:block;
}
.as-t{
	font-size:12px;
	color: #326195;
	line-height: 14px;
	text-align: center;
	padding-top:30px;
}
.what-as{
	padding:18px 4px 0 4px;
	height:222px;
}
.what-aslist{
	float: left;
	width:48%;
	height:70px;
	line-height: 70px;
	background: #368ff4;
	color: #fff;
	font-size:16px;
	text-align: center;
	margin: 0 2px 4px 2px;
}
.what-aslist a{
	display: block;
	color: #fff;
}
.what-aslist a:active{
	color: #464646;
}
.purple{
	background: #7479e8;
}
.cam{
	background: #0fc4d9;
}
.red{
	background: #ff6666;
}
.green{
	background: #21d0a7;
}
.yel{
	background: #a2c90f;
}
.skip{
	font-size:12px;
	color: #5ca5ea;
	text-align: right;
	display: block;
	text-decoration: underline;
	margin:35px 4px 0 0;
}
/**********哪方面 end**********/

/**********国内考试 begin**********/
.inland-exam{
	background: #fff;
	margin:98px 12px 0 12px;
	padding-bottom: 14px;
	display:none;
	position: relative;
}
.return-whole{
	width:30px;
	height:30px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top:5px;
	left:5px;
}
.return-bg{
	display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #8c8b8b;
    border-left: 2px solid #8c8b8b;
    margin:8px 0 0 10px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.return-whole:active{
	background: #d8d8d8;
}
.inland-h{
	font-size:16px;
	font-weight: bold;
	color: #368ff4;
	text-align: center;
	line-height: 17px;
	padding:9px 0 5px 0;
}
.inland-t{
	font-size:12px;
	color: #858484;
	line-height: 15px;
	text-align: center;
}
.inland-ul{
	padding:9px 3px 0 3px;
}
.inland-exam .inland-h{
	color: #368ff4;
}
.inland-li{
	float: left;
	margin: 0 2px 4px 2px;
	width:47%;
	height:49px;
	line-height: 49px;
	text-align: center;
	border:1px solid #368ff4;
}
.inland-li a{
	display: block;
	color: #368ff4;
}
.inland-li:active{
	font-weight: bold;
	background: #e4eef9;
}
/**********国内考试 end**********/
/**********小语种 begin**********/
.minority{
	background: #fff;
	margin:98px 12px 0 12px;
	padding-bottom: 14px;
	position: relative;
	display: none;
}
.minority .inland-h{
	color: #ff6666;
}
.minority .inland-li{
	border:1px solid #ff6666;
	color: #ff6666;
}
.minority .inland-li a{
	color: #ff6666;
	display: block;
}
.minority .inland-li:active{
	background: #fce4e4;
	font-weight: bold;
}
/**********小语种 end**********/

/**********国际考试 begin**********/
.international-exam{
	background: #fff;
	margin:98px 12px 0 12px;
	padding-bottom: 14px;
	position: relative;
	display: none;
}
.international-exam .inland-h{
	color: #7479e8;
}
.international-exam .inland-li{
	border:1px solid #7479e8;
}
.international-exam .inland-li a{
	display: block;
	color: #7479e8;
}
.international-exam .inland-li:active{
	font-weight: bold;
	background: #e3e4fa;
}
/**********国际考试 end**********/
/**********英语能力 begin**********/
.english-ability{
	background: #fff;
	margin:98px 12px 0 12px;
	padding-bottom: 14px;
	position: relative;
	display: none;
}
.english-ability .inland-h{
	color: #0fc4d9;
}
.english-ability .inland-li{
	border:1px solid #0fc4d9;
}
.english-ability .inland-li a{
	display: block;
	color: #0fc4d9;
}
.english-ability .inland-li:active{
	font-weight: bold;
	background: #daf3f6;
}
/**********英语能力 end**********/

/**********职场英语 begin**********/
.business-english{
	background: #fff;
	margin:98px 12px 0 12px;
	padding-bottom: 14px;
	position: relative;
	display:none;
}
.business-english .inland-h{
	color: #21d0a7;
}
.business-english .inland-li{
	border:1px solid #21d0a7;
	color: #21d0a7;
}
.business-english .inland-li a{
	color: #21d0a7;
}
.business-english .inland-li:active{
	font-weight: bold;
	background: #dcf7f1;
}
/**********职场英语 end**********/

/**********少儿英语 begin********/
.basic-english{
	background: #fff;
	margin:98px 12px 0 12px;
	padding-bottom: 14px;
	position: relative;
	display:none;
}
.basic-english .inland-h{
	color: #a2c90f;
}
.basic-english .inland-li{
	border:1px solid #a2c90f;
	color: #a2c90f;
}
.basic-english .inland-li a{
	color: #a2c90f;
}
.basic-english .inland-li:active{
	font-weight: bold;
	background: #f3f8df;
}
/**********少儿英语 end**********/

/**********新增 end**********/














