.select2-container--default .select2-selection--single,
.select2-container--default .select2-results__option[aria-selected=true] {
	border: none;
	background: none;
}

.select2-container {
	margin-top: 10px;
}

.commonLoginWrap {
	position: relative;
	overflow: hidden;
}

.footer {
	margin-top: 0;
}

.bgWrap {
	background: #eaf0f8;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
}

.login-top-background {
	width: 100%;
	height: 517px;
	/*background:url(../images/HotAirBalloon.png) no-repeat center;*/
	background-size: contain;
	position: relative;
}

.login-cloud {
	width: 100%;
	background: url(../images/Cloud1.png) repeat-x;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
	z-index: -25;
	-webkit-animation: moon-anim 50s infinite linear;
	-moz-animation: moon-anim 50s infinite linear;
	-o-animation: moon-anim 50s infinite linear;
	animation: moon-anim 50s infinite linear;
}

@-webkit-keyframes moon-anim {
	from {
		background-position: 0 2%;
	}
	to {
		background-position: 110% 2%;
	}
}

@-moz-keyframes moon-anim {
	from {
		background-position: 0 2%;
	}
	to {
		background-position: 110% 2%;
	}
}

@-o-keyframes moon-anim {
	from {
		background-position: 0 2%;
	}
	to {
		background-position: 110% 2%;
	}
}

@keyframes moon-anim {
	from {
		background-position: 0 2%;
	}
	to {
		background-position: 110% 2%;
	}
}

.login-bottom-background {
	/* position: fixed;*/
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 198px;
	background: url(../images/BottomOcean.png) no-repeat center;
	background-size: cover;
	z-index: -10;
}

.login {
	width: 425px;
	margin: 0 auto;
	padding: 30px 0;
}

.login .img {
	display: none;
	text-decoration: none;
	width: 160px;
	height: 46px;
	margin: 0 auto;
	background: url(../images/logo_personal.png) no-repeat center;
	background-size: contain;
}

.login .name {
	/*margin-top: 40px;*/
	text-align: center;
	font-size: 18px;
	color: #2C3E4D;
	padding-bottom: 15px;
}

.login-main {
	width: 320px;
	background: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	padding: 40px 50px;
	/*margin-top: 35px;*/
}

.login-main-title:after {
	display: block;
	content: " ";
	clear: both;
}

.login-main-title li {
	list-style: none;
	float: left;
	width: 155px;
	margin-right: 2px;
	font-size: 20px;
	color: #939BA9;
	text-align: center;
	cursor: pointer;
}

.login-main-title .current {
	color: #1A92ED;
}


/*.login-person{
	overflow: hidden;
}*/

.login-fill {
	margin-bottom: 20px;
	width: 320px;
	height: 50px;
	background: #EFF4FA;
}

.controlBox {
	overflow: hidden;
}

.controlBox .login-fill {
	float: right;
	width: 300px;
}

.controlBox .asterisk {
	float: left;
	padding-top: 20px;
	color: #E91010;
}

.select_school {
	height: 50px;
	width: 240px;
	background: #EFF4FA;
	line-height: 50px;
	font-size: 16px;
	color: #2C3E4D;
	outline: 0;
	border: 0;
}

.login-fill:after {
	display: block;
	content: " ";
	clear: both;
}

.login-fill i {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	margin: 15px;
}

.login-fill .phone {
	background: url(../images/ContactPhone.png) no-repeat center;
	background-size: contain;
}

.login-fill .pass {
	background: url(../images/Password.png) no-repeat center;
	background-size: contain;
}

.login-fill .code {
	background: url(../images/VerificationCode.png) no-repeat center;
	background-size: contain;
}

.login-fill .register_school {
	background: url(../images/register_school.png) no-repeat center;
	background-size: contain;
}
.login-fill .register_by{
	background: url(../images/register_number.png) no-repeat center;
	background-size: contain;
}
.login-fill .register_num {
	background: url(../images/number.png) no-repeat center;
	background-size: contain;
}

.login-fill .input-code {
	width: 150px;
}

.login-fill button {
	float: right;
	font-size: 14px;
	color: #1A92ED;
	margin-left: 5px;
	margin-right: 10px;
	height: 50px;
	line-height: 50px;
	background: #EFF4FA;
	outline: 0;
	border: 0;
	text-align: right;
}

.login-fill input {
	height: 50px;
	width: 220px;
	background: #EFF4FA;
	line-height: 50px;
	font-size: 14px;
	color: #2C3E4D;
	outline: 0;
	border: 0;
}

.login-fill input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #C6CCD6;
}

.login-fill input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #C6CCD6;
}

.login-fill input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #C6CCD6;
}

.login-fill input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #C6CCD6;
}

.login-fill em {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin-top: 15px;
	margin-right: 10px;
	cursor: pointer;
	background: url(../images/Eyes.png) no-repeat center;
	background-size: contain;
}

.login-fill .active {
	background: url(../images/open.png) no-repeat center;
	background-size: contain;
}

.login-opra:after {
	display: block;
	content: " ";
	clear: both;
}

.login-opra-left {
	float: left;
	cursor: pointer;
}

.login-opra-left i {
	display: block;
	float: left;
	width: 14px;
	height: 14px;
	background: url(../images/RememberLogin2.png) no-repeat center;
	background-size: contain;
	margin-right: 7px;
	margin-top: 5px;
}

.login-opra-left .select {
	background: url(../images/RememberLogin.png) no-repeat center;
	background-size: contain;
}

.login-opra-left span {
	font-size: 14px;
	color: #2C3E4D;
	letter-spacing: 0;
}

.login-opra-agree {
	font-size: 14px;
	letter-spacing: 0;
	text-decoration: none;
	color: #1A92ED;
}

.login-opra-right {
	float: left;
	text-decoration: none;
	font-size: 14px;
	color: #2C3E4D;
	letter-spacing: 0;
	padding-top: 20px;
}

.login-in {
	display: block;
	text-decoration: none;
	margin-top: 30px;
	width: 320px;
	height: 50px;
	background: #1A92ED;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	letter-spacing: 0;
}

.want-register {
	display: block;
	text-align: right;
	padding-top: 20px;
	text-decoration: none;
	font-size: 14px;
	color: #1A92ED;
}

.want-register:hover,
.login-opra-right:hover {
	text-decoration: underline;
}

.login-tips {
	margin-top: -10px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #FF5858;
	display: none;
}


/*����*/

.login-window {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	display: none;
}

.login-window .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #000;
	opacity: .5;
}

.login-window-main {
	position: absolute;
	z-index: 10;
	width: 420px;
	height: 535px;
	background: #fff;
	padding-top: 20px;
	padding-bottom: 50px;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	margin: auto;
}

.register-main {
	margin-left: 50px;
	margin-right: 50px;
}

.register-main .title {
	font-size: 16px;
	color: #2C3E4D;
	letter-spacing: 0;
	text-align: center;
	margin-bottom: 24px;
}

.register-img {
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background: url(../images/UploadThePicture.png) no-repeat center;
	background-size: contain;
	cursor: pointer;
	position: relative;
}

.register-img input {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	outline: 0;
	border: 0;
	opacity: 0;
}

.upload-img {
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	color: #939BA9;
	letter-spacing: 0;
}

.upload-img-error {
	margin-top: 5px;
	margin-bottom: 20px;
	text-align: center;
	font-size: 14px;
	color: #FF5858;
	letter-spacing: 0;
}

.register-fill {
	margin-bottom: 20px;
	position: relative;
}

.register-fill:after {
	display: block;
	content: " ";
	clear: both;
}

.register-select {
	position: absolute;
	top: 50px;
	left: 50px;
	z-index: 999;
	background: #FFF;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
	display: none;
	max-height: 250px;
	overflow: auto;
	overflow-x: hidden;
}

.register-select::-webkit-scrollbar {
	width: 8px;
	position: absolute;
	z-index: 999;
}

.register-select::-webkit-scrollbar-thumb {
	background: #1A92ED;
	border-radius: 4px;
}

.register-select::-webkit-scrollbar-thumb:hover {
	background-color: #5CABEC
}

.register-select::-webkit-scrollbar-thumb:active {
	background-color: royalblue
}

.register-select li {
	list-style: none;
	width: 255px;
	height: 50px;
	line-height: 50px;
	padding-left: 15px;
	font-size: 16px;
	color: #2C3E4D;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-top: 1px solid #E9E9E9;
}

.register-select-school {
	display: block;
	width: 270px;
	height: 50px;
}

.register-select-school input {
	padding-left: 5px;
	width: 235px;
	height: 36px;
	margin-left: 10px;
	margin-top: 7px;
	font-size: 14px;
	color: #2C3E4D;
	background: #F3F3F3;
	outline: 0;
	border: 0;
}

.register-select span input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #939BA9;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #939BA9;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #939BA9;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #939BA9;
}

.register-fill .describe {
	float: left;
	margin-right: 18px;
	line-height: 50px;
	font-size: 16px;
	color: #2C3E4D;
	width: auto;
}

.register-fill-content {
	float: left;
	width: 268px;
	height: 50px;
	background: #EFF4FA;
	cursor: pointer;
}

.register-fill-content:after {
	display: block;
	content: " ";
	clear: both;
}

.register-fill-content input {
	padding-left: 15px;
	width: 255px;
	height: 50px;
	outline: 0;
	border: 0;
	line-height: 50px;
	font-size: 16px;
	color: #2C3E4D;
	background: #EFF4FA;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.register-fill-content input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #C6CCD6;
}

.register-fill-content input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #C6CCD6;
}

.register-fill-content input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #C6CCD6;
}

.register-fill-content input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #C6CCD6;
}

.register-fill-content em {
	display: block;
	float: left;
	margin-left: 15px;
	width: 200px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #C6CCD6;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.register-fill-content .current {
	color: #2C3E4D;
}

.register-fill-content i {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	margin-top: 17px;
	margin-right: 15px;
	background: url(../images/DropDownArrow.png) no-repeat center;
	background-size: contain;
}

.register-sure {
	display: block;
	text-decoration: none;
	margin-top: 10px;
	width: 320px;
	height: 50px;
	background: #1A92ED;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	color: #FFF;
	letter-spacing: 0;
}

.register-error {
	margin-left: 50px;
	font-size: 14px;
	color: #FF5858;
	letter-spacing: 0;
	margin-top: -10px;
	margin-bottom: 10px;
	display: none;
}

.select2-container {
	margin-top: 10px;
}

.select2-container--default .select2-selection--single {
	border: none;
	background: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background: none;
	color: #444;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0;
	font-size: 14px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: white;
}


/*自定义模拟下拉框*/

.div_select_container {
	width: 250px;
	position: relative;
	/*z-index: 2;*/
	z-index: 1;
	float: left;
}

.div_select_content {
	height: 50px;
	line-height: 50px;
	display: block;
	cursor: pointer;
	color: #2C3E4D;
	font-size: 14px;
}

.div_select_box {
	width: 248px;
	border: 1px solid #aaa;
	background-color: #fff;
	position: absolute;
	z-index: 3;
	margin-top: -1px;
	display: none;
	border-top: none;
}
.select_option_search {
	padding: 4px;
}

input.input_search_item {
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0 4px;
	border: 1px solid #aaa;
	background: none;
	width: 100%;
	box-sizing: border-box;
}
.select_option_list{
	overflow-y: auto;
	height: 180px;
}
.option_item,.no_result{
	display: block;
	color: #333333;
	text-decoration: none;
	padding: 6px;
	margin: 0 4px;
	cursor: pointer;
	font-size: 14px;
}

.option_item:hover {
	background-color: #1A92ED;
	color: #fff;
}

.select_option_list::-webkit-scrollbar {
    width: 8px;
    position: absolute;
    z-index: 999;
}
.select_option_list::-webkit-scrollbar-thumb {
    background: #1A92ED;
    border-radius: 4px;
}
.select_option_list::-webkit-scrollbar-thumb:hover {background-color:#5CABEC}
.select_option_list::-webkit-scrollbar-thumb:active {background-color:royalblue} 

.agreementContent h2{
	font-size: 18px;
	text-align: center;
	padding-bottom: 10px;
}
.agreementContent h3{
	font-size: 16px;
}
.agreementContent p{
	font-size: 14px;
	line-height: 25px;
	text-indent: 2em;
}
