@charset "utf-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
	list-style:none;
}

body {
    background:#f8f8f8;
	color:#333;
	font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;   
    overflow:hidden;
    /*
    position:relative;
    */
}
.left{
  float:left;
}
.right{
	float:right;
}

.hidden{
	display:none;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul,ol,li{ 
	list-style:none;
}
.background{
	background-color: rgb(81,177,252);
    height:100%;
    width:100%;
    /*
	background-image: url(../../images/Index/sciensly/login_bg_star.png);
	background: url(../../images/Index/sciensly/login_bg.jpg) no-repeat;
    */
    background-size:cover;
}
.copy_right{
	line-height:36px;
	color:#ffffff;
	font-size:12px;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:100%;
}
.login_container{
	width:100%;
	max-width:1000px;
	height:100%;
	margin:auto;
	position:relative;	
}
.login_boxtitle {
    text-align: center;
    font-size: 22px;
    line-height: 60px;
    padding-bottom: 8px;
    color: #ffffff;
}
.login_title_logo{
    width:104px;
    height:25px;
    margin:auto;
    display:block;
    margin-bottom:35px;
    margin-top:-55px;
}
.login_inform_list{
    display:none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), 
only screen and (min--moz-device-pixel-ratio: 2), 
only screen and (-o-min-device-pixel-ratio: 2/1), 
only screen and (min-device-pixel-ratio: 2), 
only screen and (min-resolution: 192dpi), 
only screen and (min-resolution: 2dppx)
screen and (max-width:1109px) {
	.login_logo {
        /*
        text-align:center;
        */
		margin: auto;
		margin-top:30px !important;
		margin-bottom:10px;
		display: block;
		height:50px;
		background-size:contain;
        color: #fff;
        padding-top: 8px;
        margin-bottom: 99px;
	}
    .login_left_icon{
        display:none;
    }
    .login_logo > img{
        /*
        float: none;
        display:block;
        width:31px;
        height:31px;
        margin-left:-15.5px;
        margin-right:-15.5px;
        position:relative;
        top:50%;
        left:50%;
        */
        float:left;
        margin-right: 16px;
        height:50px;
    }
    .login_logo_text{
        display: inline-block;
        /*
        margin-top:6%;
        */
        color:#2494e7;
    }
    .login_logo_text p:nth-of-type(1){
        font-size: 30px;
        font-weight:bold;
        display: inline-block; 
        line-height: 34px;
    }
    .login_logo_text p:last-child{
        font-size: 10px;
        font-family: "Microsoft Yahei";
    }
	.login_inform_item{
        cursor:pointer;
		height: 43px;
		line-height: 43px;
	}
	.login_boxtitle {
		text-align: center;
		font-size: 22px;
		line-height: 60px;
		padding-bottom: 8px;
		display:none;
	}
    #login_box{
        /*
        margin-top:45%;
        */
        margin-top:21%;
    }
    .bottom_bg{
        /*
        height:16%;
        height:200px;
        */
        height:100%;
    }
    .login_inform_list .login_inform_item::after{
        content: "";
        border: 1px solid #fff;
        background: #fff;
        margin-left: 5px;
        margin-right: 5px;
    }
    .login_inform_list .login_inform_item:last-child::after{
        border: none;
        margin: 0;
    }
    .login_inform_list{
        float: right;
        width:100%;
        display:none;
    }
    .login_inform_item{
        display: inline-block;
        color: #fff;
        font-family: "Microsoft Yahei";
        font-size: 12px;
    }
}
@media screen and (min-width:1600px){
    .bottom_bg {
	    position: fixed;
	    bottom: 0px;
	    width: 100%; 
	    margin: auto;
	    height: 100%;
        /*
        height: 200px;
        background: url(../../images/Index/sciensly/login_bg_cloud.png) center bottom no-repeat;
	    background-size: contain;
        */
	}
    .bottom_left_cloud{
        width:64.1%;
        height:137px;
        float:left;
        margin-top:26px;
        background:url(../../images/Index/sciensly/bottom_left_cloud.png) repeat-x right; 
    }
    .bottom_right_cloud{
        width:27.7%;
        height:163px;
        float:right;
        background:url(../../images/Index/sciensly/bottom_right_cloud.png) repeat-x;
    }
    .bottom_right_rocket{
        width:131px;
        height:217px;
        background:url(../../images/Index/sciensly/bottom_right_rocket.png) no-repeat;
        background-size:contain;
        position:relative;
        top:8%;
        left:50%;
        margin-left:-65.5px;
        margin-top:-108.5px;
        z-index:-1;
    }
}
@media screen and (min-width:1200px){
	#login_box {
	    width: 320px;
	    /*
        background: #e4e7eb;
	    float: right;
        */
	    position: relative;
	    z-index: 10;
	    border-radius: 8px;
        margin:auto;
	}
	.login_logo{
		margin-top:30px !important;
		height:68px;
		/*background: url(../images/logo_03.jpg) left no-repeat;*/
		padding-top: 8px;
        margin-bottom: 99px;
        /*
        margin-bottom:150px;
        */
        color: #fff;
	}
    .login_logo > img{
        float: left;
        margin-right: 16px;
        height:50px;
    }
    .login_logo_text{
        display: inline-block;
        color:#2494e7;
    }
    .login_logo_text p:nth-of-type(1){
        font-size: 30px;
        font-weight:bold;
        display: inline-block; 
        line-height: 34px;
    }
    .login_logo_text p:last-child{
        font-size: 10px;
        font-family: "Microsoft Yahei";
    }
	.login_inform_item{
		height: 68px;
		line-height: 68px;
        cursor:pointer;
	}
    .login_left_icon{
	    display: inline-block;
	    width: 50%;
	    height: 288px;
    }
    .bottom_bg {
        position: fixed;
        bottom: 0px;
        width: 100%; 
        margin: auto;
        height: 100%;
        /*
        height: 37%;
        height: 200px;
        background: url(../../images/Index/sciensly/login_bg_cloud.png) center bottom no-repeat;
        background-size: 100% 100%;
        */
    }
    .bottom_left_cloud{
        width:64.1%;
        height:137px;
        float:left;
        margin-top:26px;
        background:url(../../images/Index/sciensly/bottom_left_cloud.png) repeat-x right; 
    }
    .bottom_right_cloud{
        width:27.7%;
        height:163px;
        float:right;
        background:url(../../images/Index/sciensly/bottom_right_cloud.png) repeat-x;
    }
    .bottom_right_rocket{
        width:131px;
        height:217px;
        background:url(../../images/Index/sciensly/bottom_right_rocket.png) no-repeat;
        background-size:contain;
        position:relative;
        top:8%;
        left:50%;
        margin-left:-65.5px;
        margin-top:-108.5px;
        z-index:-1;
    }
    .login_inform_list .login_inform_item::after{
        content: "";
        border: 1px solid #fff;
        background: #fff;
        margin-left: 31px;
        margin-right: 31px;
    }
    .login_inform_list .login_inform_item:last-child::after{
        border: none;
        margin: 0;
    }
    .login_inform_list{
        float: right;
        display:none;
    }
    .login_inform_item{
        display: inline-block;
        color: #fff;
        font-family: "Microsoft Yahei";
        font-size: 12px;
    }
}
@media screen and (min-width:1109px) and (max-width:1200px){
	#login_box {
	    width: 320px;
	    /*
        background: #e4e7eb;
	    float: right;
        */
	    position: relative;
	    z-index: 10;
	    border-radius: 8px;
        margin:auto;
	}
    .login_left_icon{
	    display: inline-block;
	    width: 50%;
	    height: 288px;
    }
	.login_logo {
		margin:auto;
		margin-top:30px !important;
		margin-bottom:10px;
		height:43px;
		/*background: url(../images/logo2_07.png) center no-repeat;*/
		background-size:contain;
        color: #fff;
        padding-top: 8px;
        margin-bottom: 99px;
        /*
        margin-bottom: 150px;
        */
	}
    .login_logo > img{
        float: left;
        margin-right: 16px;
        height:50px;
    }
    .login_logo_text{
        display: inline-block;
        color:#2494e7;
    }
    .login_logo_text p:nth-of-type(1){
        font-size: 30px;
        font-weight:bold;
        display: inline-block; 
        line-height: 34px;
    }
    .login_logo_text p:last-child{
        font-size: 10px;
        font-family: "Microsoft Yahei";
    }
    .bottom_bg {
        position: fixed;
        bottom: 0px;
        width: 100%; 
        margin: auto;
        height: 100%;
        /*
        height: 200px;
        height: 37%;
        background: url(../../images/Index/sciensly/login_bg_cloud.png) center bottom no-repeat;
        background-size: 100% 100%;
        */
    }
    .bottom_left_cloud{
        width:64.1%;
        height:137px;
        float:left;
        margin-top:26px;
        background:url(../../images/Index/sciensly/bottom_left_cloud.png) repeat-x right; 
    }
    .bottom_right_cloud{
        width:27.7%;
        height:163px;
        float:right;
        background:url(../../images/Index/sciensly/bottom_right_cloud.png) repeat-x;
    }
    .bottom_right_rocket{
        width:131px;
        height:217px;
        background:url(../../images/Index/sciensly/bottom_right_rocket.png) no-repeat;
        background-size:contain;
        position:relative;
        top:8%;
        left:50%;
        margin-left:-65.5px;
        margin-top:-108.5px;
        z-index:-1;
    }
}

@media screen and (max-width:1109px){
	#login_box {
	    width: 320px;
	    position: relative;
	    z-index: 10;
	    border-radius: 8px;
	    margin: auto;
	}
	.login_logo {
        text-align:center;
		margin:auto;
		margin-top:30px !important;
		margin-bottom:10px;
        display:block;
		height:43px;
		/*background: url(../images/logo2_07.png) center no-repeat;*/
		background-size:contain;
        color: #fff;
        padding-top: 8px;
        margin-bottom: 99px;
        /*
        margin-bottom:150px;
        */
	}
    .login_logo > img{
        float: none;
        display:block;
        width:50px;
        height:50px;
        margin-left:-25px;
        /*
        margin-top:-25px;
        */
        position:relative;
        top:50%;
        left:50%;
    }
    .login_logo_text{
        display: inline-block;
        margin-top:30px;
        color:#2494e7;
    }
    .login_logo_text p:nth-of-type(1){
        font-size: 30px;
        font-weight:bold;
        display: inline-block; 
        line-height: 34px;
    }
    .login_logo_text p:last-child{
        font-size: 10px;
        font-family: "Microsoft Yahei";
    }
	.login_inform_item{
        cursor:pointer;
		height: 43px;
		line-height: 43px;
	}
	.login_boxtitle {
		text-align: center;
		font-size: 22px;
		line-height: 60px;
		padding-bottom: 8px;
		display:none;
	}
    .login_left_icon{
        display:none;
    }
    .bottom_bg {
        position: absolute;
        bottom: 0px;
        width: 100%; 
        margin: auto;
        height:100%;
        /*
        height:160px;
        height: 0px;
        height: 24%;
        background: url(../../images/Index/sciensly/login_bg_cloud.png) center bottom no-repeat;
        background-size: 100% 100%;
        */
    }
    .bottom_left_cloud{
        width:64.1%;
        height:137px;
        float:left;
        margin-top:26px;
        background:url(../../images/Index/sciensly/bottom_left_cloud.png) repeat-x right; 
    }
    .bottom_right_cloud{
        width:27.7%;
        height:163px;
        float:right;
        background:url(../../images/Index/sciensly/bottom_right_cloud.png) repeat-x;
    }
    .bottom_right_rocket{
        width:131px;
        height:217px;
        background:url(../../images/Index/sciensly/bottom_right_rocket.png) no-repeat;
        background-size:contain;
        position:relative;
        top:8%;
        left:50%;
        margin-left:-65.5px;
        margin-top:-108.5px;
        z-index:-1;
    }
    .login_inform_list .login_inform_item::after{
        content: "";
        border: 1px solid #fff;
        background: #fff;
        margin-left: 31px;
        margin-right: 31px;
    }
    .login_inform_list .login_inform_item:last-child::after{
        border: none;
        margin: 0;
    }
    .login_inform_list{
        float: right;
        display:none;
    }
    .login_inform_item{
        display: inline-block;
        color: #fff;
        font-family: "Microsoft Yahei";
        font-size: 12px;
    }
}
@media screen and (min-width:359px) {
    #login_box{
        margin-top:160px;
    }      
}
@media screen and (max-width:459px) {
    .login_title_logo{
        margin-top:0;
    }
}


.login_inputitem {
    width: 280px;
    margin: auto;
    background: #fff;
    margin-bottom: 18px;
    height: 44px;
    border: 2px solid #53a9e9;
	position:relative;
	border-radius: 25px;
    position:relative;
}
.password_eye,.password_eye_show,.password_eye_hide{
    display:inline-block;
    width:22px;
    position:absolute;
    right:26px;
    cursor:pointer;
}
.password_eye_hide{
    height:11px;
    top:16.5px;
    background:url(../../images/Index/sciensly/password_eye.png);
    background-size:100% 100%;
}
.password_eye_show{
    height:15px;
    top:14.5px;
    background:url(../../images/Index/sciensly/mimakejian.png);
    background-size:100% 100%;
}
.verification_code_img{
    width:46px;
    height:22px;
    display:inline-block;
    position:absolute;
    right:20px;
    top:11px;
}
/*.inputlabel{
    display: inline-block;
    width: 32px;
    height: 44px;
    position: absolute;
	z-index:9;
}
.usernamelabel{
	background:url(../images/label_btn_user_07.png) no-repeat center;
}
.userpwdlabel{
	background:url(../images/label_btn_pwd_07.png) no-repeat center;
}*/
.login_left_img{
	width: 100%;
	height: 100%;
}
.login_input{
    position: relative;
    border: none;
    height: 44px;
    width: 254px;
	font-size:15px;
	padding-left:26px;
	border-radius: 25px;
	outline: none;
	background-color: #fefeff;
    color:#53a9e9;
}

.login_item {
    width: 280px;
    margin: auto;
    height: 44px;
    color: #2494e7;
    text-align: center;
    padding-top: 20px;
    display:none;
}
.forget_pwd{
    cursor:pointer;
}
.login_bottomitem {
    width: 280px;
    margin: auto;
}
.login_btn {
    width: 100%;
    height: 44px;
    color: #fff;
    font-size: 18px;
    border: navajowhite;
    background: #2494e7;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
}
.rem_label{
	display:inline-block;
	line-height:18px;
	background:url(../images/remeber_11.png) no-repeat;
	padding-left:22px;
	cursor:pointer;
}
.remberl{
	background-position:0px 0px;
}
.remberled{
	background-position:0px -19px;
}
#login_error {
    width: 260px;
    margin: auto;
    font-size: 13px;
    line-height: 30px;
    /*background: #ffdfd3;
    border: 1px solid #ff7d4a;
    */
    color: #53a9e9;
    padding: 0px 10px;
    position: relative;
    margin-bottom: 18px;
    margin-top: -18px;
	display:none;
}
.ui-loader.ui-loader.ui-corner-all.ui-body-a.ui-loader-default{
    display:none;
}
.poc_cover{
    z-index:10000;    
}
#login_input_verifycode{
    display:none;
}
.forget_password{
    float: right;
    margin-right:30px;
    margin-top:-10px;
    margin-bottom:10px;
    text-decoration: none;
    color:inherit;
}
.login_overdue_msg{
    display: none;
    font-size: 13px;
    margin: auto;
    margin-top: -18px;
    margin-bottom: 18px;
    line-height: 30px;
    width: 273px;
}
.browser_tips_top_icon{
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 20px;
}
.browser_top_box{
    position: relative;
    padding: 10px;
}
.browser_pop_content{
    width: 80%;
    margin: auto;
    text-align: center;
}
.browser_pop_content_tip1{
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.browser_pop_content_tip2{
    color: #888;
    margin: 15px 0;
}
.browser_pop_content_img{
    width: 40px;
    height: 40px;
    margin: 10px 0;
}
.browser_pop_content_tip3{
    text-decoration: underline;
    color: #0093ff;
}
.layui-layer{
    border-radius: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    behavior: url(ie-css3.htc);
}
/*yansen 20200228 数字学校的登录页增加教育id登录类型 @start*/
.login_type_navs{
    height:50px;
    width:280px;
    margin:0 auto 20px;
}
.login_type_nav{
    width:50%;
    float:left;
    text-align:center;
    line-height:50px;
    border-bottom:2px solid #d6d9e2;
    color:#909aa4;
}
.login_type_nav.ed{
    color:#30a1fd;
    border-color:#30a1fd;
    background:url(/apps/webapp/_static/images/login_type_nav_sanjiao_icon.png) no-repeat;
    background-position-x:center;
    background-position-y:45px;
}
.login_box_tips{
    display: none;
    width: 150%;
    color: rgb(253,120,30);
    margin-bottom: 10px;
    background: #fdf6ec;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #faecd8;
    position: absolute;
    top: -115px;
    left: -100px;
}
.login-box-bottom{
    z-index: 2;
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
}
.login-box-bottom-a{
    cursor: pointer;
    font-size: 16px;
}
/*@end*/

