*{
	margin: 0;
	padding: 0
}
ul,li{
	list-style: none;
	padding: 0
}
body .serverMask[data-v-3198c9ef]{
	position: fixed;
}
.w-sclogin-wrap{

}
.w-sclogin-form.login-form{
	background: -webkit-linear-gradient(left,#6991c7,#a3bded); /* Safari 5.1 - 6 */
	background: -o-linear-gradient(right,#6991c7,#a3bded); /* Opera 11.1 - 12*/
	background: -moz-linear-gradient(right,#6991c7,#a3bded); /* Firefox 3.6 - 15*/
	background: linear-gradient(to right, #6991c7, #a3bded); /* 标准的语法 */	
	margin-top: 30px;
    width: 84%;
    margin-right: 8%;
}
.w-sclogin-left{
	position: absolute;
	width: 60%;
	height: 100vh;
	background-image: url(/images/sclogin_left_bg.png);
	background-repeat: no-repeat;
	background-color: #527beb;
	background-size: cover;
	background-position: center center;
	left: 0;
	top: 0;
	max-width: calc(100% - 520px);
}
.w-sc-motto-wrap{
	font-size: 46px;
	color: #FFF;
	height: 50px;
	line-height: 52px;
	width: 100%;
	position: absolute;
	top: 45%;
	transform: translateY(-25px);
	text-align: center;
}
.w-sc-motto-wrap .iconfont{
    font-size: 26px;
    top: -15px;
    padding: 0 10px;
    color: #405fcf;
}
.w-sclogin-right{
    width: 40%;
    height: 100vh;
    min-width: 520px;
    z-index: 5;
    background: #FFF;
    position: absolute;
    right: 0;
    top: 0;
    overflow-y: auto;
}
.w-sclogin-right .w-loginiframenew{
	position: absolute;
	width: 100%;
	right: 0;
	height: 480px;
	top: 75px
}
.w-sclogin-right .w-logo{
    height: 74px;
    line-height: 74px;
    box-shadow: 0 4px 4px #EEE;
    text-align: center;
    font-size: 28px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.w-sclogin-right .w-logo a{
	color: #666;
}
.w-sclogin-right .w-logo img{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	margin-right: 10px
}
.w-sclogin-form,.w-register-wrap{
	padding: 50px 19%
}
.w-sclogin-form.w-mobile-form,.w-mobile-form.w-register-wrap{
	padding:20px 25px;
}
.w-error-pass-form{
	padding-top: 20px
}
.w-sclogin-form .w-form-tab{

}
.w-sclogin-form .w-form-tab .am-nav-tabs{
	border-bottom: 1px solid #EEE
}
.w-sclogin-form .w-form-tab .am-nav-tabs a{
	color: #999;
	padding: 10px 5px;
	margin: 0
}
.w-sclogin-form .w-form-tab .am-nav-tabs .am-active{
	border-bottom: 2px solid #417ae8
}
.w-sclogin-form .w-form-tab .am-nav-tabs .am-active a{
	color: #417ae8
}
.w-sclogin-form .w-form-tab ul li{
	width: 33.3%;
	text-align: center;
	font-size:18px;
}
.w-sclogin-form .w-form-tab ul li a:hover,.w-sclogin-form .w-form-tab .am-nav-tabs>li>a{
	background: none;
	border: none
}
.w-sclogin-form .w-form-tab .am-tabs-bd,.w-sclogin-form .w-form-tab .am-nav-tabs>li.am-active>a{
	border: none
}
.w-sclogin-form .w-form-tab .am-tabs-bd .am-tab-panel{
	padding: 0
}
.w-password-wrap .w-form-login-type{
	margin-top: 25px
}
.w-reg-type{
	margin-top: 20px;
	margin-bottom: 0
}
.w-password-wrap .w-form-login-type ul,.w-reg-type{
	overflow: hidden;
}
.w-sclogin-form .w-form-tab .am-tabs-bd .w-password-wrap .w-form-login-type ul li,.w-reg-type li{
    float: left;
    width: 50%;
    border: 1px solid #e8e8e8;
    padding: 5px 0;
    font-size: 16px;
    color: #999;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}
.w-sclogin-form .w-form-tab .am-tabs-bd .w-password-wrap .w-form-login-type ul li.w-active,.w-reg-type li.w-active{
	color: #417ae8;
	border:1px solid #417ae8;
	background: #d1e8fa
}
.w-sclogin-form .w-form-tab .am-tabs-bd .w-password-wrap .w-form-login-type ul li:hover,.w-reg-type li:hover{
	color: #417ae8;
	border:1px solid #417ae8;
}
.w-sclogin-form .w-form-tab .am-tabs-bd .w-password-wrap .w-form-login-type ul li:first-child:hover,.w-reg-type li:first-child:hover{
	border-right: none
}

.w-sclogin-form .w-form-tab .am-tabs-bd .w-password-wrap .w-form-login-type ul li:last-child,.w-reg-type li:last-child{
	border-left: none;
	border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px	 
}
.w-sclogin-form .w-form-tab .am-tabs-bd .w-password-wrap .w-form-login-type ul li.w-active:last-child,
.w-reg-type li.w-active:last-child,.w-reg-type li.w-active:first-child,
.w-sclogin-form .w-form-tab .am-tabs-bd .w-password-wrap .w-form-login-type ul li.w-active:first-child{
	border: 1px solid #417ae8
}
.w-sclogin-form .w-msg-wrap{
    position: absolute;
    color: #F00;
    font-size: 14px;
    top: 1px;
    left: 4px;	
}
.w-password-wrap .w-form-item{
	position: relative;
	margin-bottom: 25px
}
.w-password-wrap .w-form-item.w-teacher-login .w-form-icon{
	display:none;
}
.w-password-wrap .w-form-item.w-teacher-login input{
	padding-right: 15px
}
.w-password-wrap .w-form-item .w-form-icon{
	position: absolute;
	right: 10px;
	top: 7px;
	color: #666
}
.w-forget-wrap .w-password-wrap .w-form-item .w-form-icon{
	top: 4px
}
.w-password-wrap .w-form-item input{
	border-radius: 4px;
	padding-right: 140px;
	font-size: 16px;
	padding-left:15px;
	height: 36px
}
.w-password-wrap .w-form-item.w-pass input{
	padding-right: 30px
}
.w-password-wrap .w-form-item.w-pass .w-pass-text{
	cursor: pointer;
}
.w-password-wrap .w-form-item .w-login-btn,.w-register-wrap .w-reg-item .w-register-btn{
	outline: none;
	background: -webkit-linear-gradient(left,#7fc1f6,#417ae8); /* Safari 5.1 - 6 */
	background: -o-linear-gradient(right,#7fc1f6,#417ae8); /* Opera 11.1 - 12*/
	background: -moz-linear-gradient(right,#7fc1f6,#417ae8); /* Firefox 3.6 - 15*/
	background: linear-gradient(to right, #7fc1f6, #417ae8); /* 标准的语法 */
	transition: all 0.3s;
	border: none;
	color: #FFF;
	width: 100%;
	padding: 11px 0;
	border-radius: 20px;
	font-size:16px;

}
.w-password-wrap .w-form-item .w-login-btn:hover,.w-register-wrap .w-reg-item .w-register-btn:hover{
	background: -webkit-linear-gradient(left,#6fa8d8,#3c6fd0); /* Safari 5.1 - 6 */
	background: -o-linear-gradient(right,#6fa8d8,#3c6fd0); /* Opera 11.1 - 12*/
	background: -moz-linear-gradient(right,#6fa8d8,#3c6fd0); /* Firefox 3.6 - 15*/
	background: linear-gradient(to right, #6fa8d8, #3c6fd0); /* 标准的语法 */
}
.w-password-wrap .w-form-item.w-forget-account{
	margin-top: -10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
	font-size:14px;
}
.w-password-wrap .w-form-item.w-forget-account a{
	color: #999;
	transition: all 0.3s;
	padding: 0
}
.w-password-wrap .w-form-item.w-forget-account a:hover{
	color: #417ae8
}
.w-password-wrap .w-form-item.w-forget-account .w-register-account{
	float: right;
}
.w-password-wrap .w-form-item.w-error-code input{
	padding: 0 15px;
	height: 40px;
	padding-right: 150px
	
}
.w-password-wrap .w-form-item.w-error-code .w-error-code-right{
	position: absolute;
	right: 0;
	top: 0;
}
.w-password-wrap .w-form-item.w-error-code .w-error-code-right .w-code-sx{
	margin:10px 10px 0 0;
	display:inline-block;
}
.w-password-wrap .w-form-item.w-error-code .w-error-code-right img{
	height: 38px;
	margin-top: 1px
}
.w-sclogin-right .w-service{
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	color: #999
}
.w-sclogin-right .w-service .w-copyright{
	position: absolute;
	bottom: 15px;
	color: #666;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.w-sclogin-right .w-service .w-copyright a{
	color: #666
}
.w-sclogin-right .w-service .w-copyright a:hover{
	color: #0e90d2
}
.w-sclogin-right .w-service img{
	border-radius: 50%;
	box-shadow: 0 0 5px #CCC;
	width: 60px;
	height: 60px;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px
}
.w-sclogin-right .w-service .w-service-wrap{
    cursor: pointer;
    right: 50px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: fixed;
}
.w-register-wrap .w-service-wrap,.w-forget-wrap .w-link-login .w-service-wrap{
	float: right;
	margin-top: 5px;
	cursor: pointer;
}
.w-register-wrap .w-service-wrap:hover,.w-forget-wrap .w-link-login .w-service-wrap:hover{
	color: #0e90d2
}
.w-phone-wrap{
	margin-top: 25px
}
.w-phone-wrap .w-phone input{
	padding: .5em 15px;
}
.w-phone-wrap .w-form-item.w-get-code,.w-reg-item.w-get-code,.w-get-emailcode{
	position: relative;
}
.w-reg-item.w-get-code input{
	padding-right: 150px
}
.w-phone-wrap .w-form-item.w-get-code button,.w-reg-item.w-get-code button,.w-get-emailcode button{
    position: absolute;
    right: 1px;
    border: none;
    top: 1px;
    height: 35px;
    padding: 0 5px;
    width: 130px;
    border-radius: 4px;
    outline: none;
    background: #4a84ea;
    color: #FFF;
    font-size: 14px;
    transition: all 0.3s;
}
.w-phone-wrap .w-form-item.w-get-code button:hover,.w-reg-item.w-get-code button:hover,.w-get-emailcode button:hover{
	background: #3761ab
}
.w-phone-wrap .w-form-item.w-get-code button.w-disabled,.w-reg-item.w-get-code button.w-disabled,.w-get-emailcode button.w-disabled{
	background: #aac6f8;
	cursor: no-drop;
}
.w-ali-brainpower,.w-sclogin-form .w-passlogin-ali,.w-ali-brainpower .sm-btn-wrapper .sm-btn,
.w-sclogin-form .w-passlogin-ali .sm-btn-wrapper .sm-btn,.w-ali-brainpower #rectMask,.w-sclogin-form .w-passlogin-ali #rectMask,
.w-sclogin-form .w-passlogin-ali #sm-btn-bg,.w-ali-brainpower #sm-btn-bg,.w-ali-brainpower .sm-btn-wrapper .rect-top,
.w-ali-brainpower .sm-btn-wrapper .rect-bottom,.w-sclogin-form .w-passlogin-ali .sm-btn-wrapper .rect-top
{
	width: 100%!important
}
.w-phone-wrap .w-form-item .w-ali-brainpower .sm-btn-wrapper .sm-btn{
	border-radius: 5px
}
.am-popover{
	z-index: 9999999
}
/*注册*/
.w-register-wrap{
	font-size: 14px
}
.w-register-wrap .w-select2-school{
	width: initial!important;
}
.w-register-wrap .w-link-login,.w-forget-wrap .w-link-login{
	color: #999;
	border-bottom:1px solid #EEE;
	padding-bottom:10px;
}
.w-register-wrap .w-link-login b,.w-forget-wrap .w-link-login b{
	padding-right: 10px;
	font-size: 18px;
	color: #000
}
.w-register-wrap .w-reg-item,.w-forget-wrap .w-reg-item{
	margin-bottom: 18px
}
.w-forget-wrap .w-reg-item{
	font-size:14px;
}
.w-register-wrap .w-reg-item input{
	border-radius: 4px;
	padding: 9px 15px;
	font-size: 14px
}
.w-register-wrap .w-select2-wrap .select2-container--default .select2-selection--single{
	border: 1px solid #CCC
}
.w-register-wrap .w-select2-wrap .select2-container--default .select2-selection--single .select2-selection__rendered{
	padding-left:15px;
}
.w-register-wrap .w-copyright,.w-forget-wrap .w-copyright{
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.w-register-wrap .w-copyright a,.w-forget-wrap .w-copyright a{
	color: #666
}
.w-register-wrap .w-copyright a:hover,.w-forget-wrap .w-copyright a:hover{
	color:#0e90d2
}

.w-school-home-wrap{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.w-school-home-wrap,.w-ground-glass::before{
	background: url(/images/school_home_bg.png?2020);
	background-size: cover;
}
.w-ground-glass {
    position: relative;
    margin: 0 auto;
    background: hsla(0,0%,100%,.15) border-box;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}
.w-ground-glass::before {
	content:'';
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	margin:-30px;
	z-index:-1;
	-webkit-filter:blur(20px);
	filter:blur(20px);

}
.w-school-home-wrap::before{
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: -20px;
    filter: blur(20px);
}
.w-school-home-wrap .w-content{
	padding:0 20px;
}
.w-school-home-wrap .w-home-header{
	background: rgba(0,0,0,0.4);
	box-shadow: 0 3px 10px #646464;
}
.w-school-home-wrap .w-home-header .am-topbar-inverse{
	background: none;
	max-width: 100%
}
.w-school-home-wrap .admin-header.w-content .am-topbar-brand a,.w-school-home-wrap  .admin-header.w-content .admin-header-list li a{
	color: #FFF
}
.w-dropdown-toggle .am-dropdown-content li a{
	color: #666!important
}
.w-dropdown-toggle .am-dropdown-content li:hover{
	background: #EFEFEF
}
.w-dropdown-toggle .am-dropdown-toggle .w-avatar{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	margin-right: 5px;
}
.w-ground-glass .w-home-header .am-topbar-collapse .w-join-admin{
    font-size: 14px!important;
    border: 1px solid #FFF;
    height: 30px!important;
    line-height: 30px!important;
    border-radius: 15px!important;
    padding: 0 16px !important;
    margin-top: 16px;
    margin-right: 10px;
}
.w-ground-glass .w-home-header .am-topbar-collapse .w-join-admin:hover{
	background: rgba(0,0,0,0.2);
}
.w-school-home-wrap .admin-header.w-content .admin-header-list li a:hover{
	color: #F19E4D
}
.w-school-home-wrap .w-header .am-topbar-brand a img{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	position: relative;
	top: -2px
}
.w-school-home-wrap .w-look-app{
	width: 90px;
    text-align: center;
    color: #FFF;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-45px);
    -webkit-transform: translateX(-45px);
    -moz-transform: translateX(-45px);
    -ms-transform: translateX(-45px);
    -o-transform: translateX(-45px);
    cursor: pointer;
    transition: all 0.3s;
    user-select: none
}
.w-school-home-wrap .w-look-app:hover{
	color: #e87216
}
.w-school-home-wrap .w-look-app:hover span{
	background: #e87216;
	border-color: #e87216;
	color: #FFF
}
.w-school-home-wrap .w-look-app span{
	display:block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-radius: 50%;
	transform: rotate(90deg);
	border:1px solid #FFF;
	margin:0 auto;
	font-size: 13px;
	margin-top: 3px
}
.w-school-home-wrap .w-schome-banner .w-banner .w-login-btn{
    border: 1px solid #FFF;
    border-radius: 7px;
    color: #FFF;
    padding: 2px 35px;
    margin: 15px 20px 0 0;
    outline: none;
    display: inline-block;
    transition: all 0.3s;
    letter-spacing: 1px;
    font-weight: normal;
    font-size: 24px;
    background: rgba(0,0,0,0.1);
}
.w-school-home-wrap .w-schome-banner .w-banner .w-login-btn:hover{
	background: rgba(0,0,0,0.2);
}
.fsvs{height:100%;width:100%;position:fixed;top:0;left:0;overflow:hidden}
.fsvs #fsvs-body{-webkit-backface-visibility:hidden;-webkit-perspective:1000;position:absolute;top:0;left:0;z-index:1;height:100%;width:100%}
.fsvs #fsvs-body>*{height:100%;width:100%;overflow:hidden;-webkit-backface-visibility:hidden;-webkit-perspective:1000}
.fsvs #fsvs-pagination{margin:0;padding:8px 4px;position:fixed;height:auto;right:-100px;top:50%;z-index:999;width:32px}
.fsvs #fsvs-pagination li{list-style:none;width:25px;height:25px;line-height:25px;text-align:center;margin:0 0 2px 0;cursor:pointer}
.fsvs #fsvs-pagination li>span{-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;width:22px;height:22px;line-height:22px;display:block}
.fsvs #fsvs-pagination li>span>span{-webkit-border-radius:100%;-moz-border-radius:100%;-ms-border-radius:100%;-o-border-radius:100%;border-radius:100%;width:12px;height:12px;line-height:12px;border:1px solid white;display:block;margin:0px}
.fsvs #fsvs-pagination li.active>span{border:none}
.fsvs #fsvs-pagination li.active>span>span{background:white}
.fsvs #fsvs-pagination li:last-child{margin:0}
.fsvs.demo #fsvs-body>.slide{padding:40px;text-align:center}
.fsvs.demo #fsvs-body>.slide h2{position: absolute;top: 45%;left:50%;transform: translate(-400px,-50%);width: 800px;text-align: center;color: #FFF;font-size: 40px;letter-spacing: 20px;text-shadow: 0 0 17px #666;}
.fsvs.demo #fsvs-body>.slide .w-h2{ font-size: 40px;color: #FFF;letter-spacing: 20px;text-shadow: 0 0 17px #666;font-weight: 600; }
.fsvs.demo #fsvs-body>.slide p{font-size:22px;font-size:1.375rem;line-height:1.09091;color:white}
.fsvs.demo #fsvs-body>.slide pre{-webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;border-radius:5px;display:inline-block;padding:20px 60px;margin:40px 0}
.fsvs.demo #fsvs-body>.slide .w-app-list{ position: absolute;top: 45%;transform: translate(-50%,-50%);left:50%;width: 900px; }
.w-app-list .w-applist-wrap{
	width: 900px;
	overflow: hidden;
}
.w-app-list .w-applist-left,.w-app-list .w-applist-right{
	position: absolute;
	bottom: 70px;
	color: #FFF;
	font-size:46px;
	cursor: pointer;
}
.w-app-list .w-applist-left:hover,.w-app-list .w-applist-right:hover{
	color: #ECECEC
}
.w-app-list .w-applist-left{
	left:-70px;
}
.w-app-list .w-applist-right{
	right: -70px
}
.w-app-list .w-applist-wrap ul{
	max-width: 99999px;
    white-space: nowrap;
    transition: all 0.3s;
    margin-top:60px
}
.w-app-list ul li{
	display:inline-block;
	margin: 0 18px;
	margin-bottom: 15px;
	overflow: hidden;
}
.w-app-list ul li a{
	color: #FFF;
	font-size:16px
}
.w-app-list ul li .iconfont{
	display:block;
	font-size:66px;
	width: 110px;
	height: 110px;
	line-height: 110px;
	border-radius: 20px;
	margin-bottom: 15px;
	background: -webkit-linear-gradient(left,#d688ff,#9c57ff); /* Safari 5.1 - 6 */
	background: -o-linear-gradient(right,#d688ff,#9c57ff); /* Opera 11.1 - 12*/
	background: -moz-linear-gradient(right,#d688ff,#9c57ff); /* Firefox 3.6 - 15*/
	background: linear-gradient(to right, #d688ff, #9c57ff); /* 标准的语法 */	
	transition: all 0.3s
}
.w-app-list ul li:nth-child(6n+2) .iconfont{
	background: -webkit-linear-gradient(left,#7ad9cf,#10ceb1); /* Safari 5.1 - 6 */
	background: -o-linear-gradient(right,#7ad9cf,#10ceb1); /* Opera 11.1 - 12*/
	background: -moz-linear-gradient(right,#7ad9cf,#10ceb1); /* Firefox 3.6 - 15*/
	background: linear-gradient(to right, #7ad9cf, #10ceb1); /* 标准的语法 */
}
.w-app-list ul li:nth-child(6n+3) .iconfont{
	background: -webkit-linear-gradient(left,#ffb896,#fe7b96); /* Safari 5.1 - 6 */
	background: -o-linear-gradient(right,#ffb896,#fe7b96); /* Opera 11.1 - 12*/
	background: -moz-linear-gradient(right,#ffb896,#fe7b96); /* Firefox 3.6 - 15*/
	background: linear-gradient(to right, #ffb896, #fe7b96); /* 标准的语法 */
}
.w-app-list ul li:nth-child(6n+4) .iconfont{
	background: -webkit-linear-gradient(left,#f7e275,#ffd608); /* Safari 5.1 - 6 */
	background: -o-linear-gradient(right,#f7e275,#ffd608); /* Opera 11.1 - 12*/
	background: -moz-linear-gradient(right,#f7e275,#ffd608); /* Firefox 3.6 - 15*/
	background: linear-gradient(to right, #f7e275, #ffd608); /* 标准的语法 */
}
.w-app-list ul li:nth-child(6n+5) .iconfont{
	background: -webkit-linear-gradient(left,#81c2f7,#0d83e0); /* Safari 5.1 - 6 */
	background: -o-linear-gradient(right,#81c2f7,#0d83e0); /* Opera 11.1 - 12*/
	background: -moz-linear-gradient(right,#81c2f7,#0d83e0); /* Firefox 3.6 - 15*/
	background: linear-gradient(to right, #81c2f7, #0d83e0); /* 标准的语法 */
}
.w-app-list ul li:nth-child(6n) .iconfont{
	background: -webkit-linear-gradient(left,#f18d26,#fd654e); /* Safari 5.1 - 6 */
	background: -o-linear-gradient(right,#f18d26,#fd654e); /* Opera 11.1 - 12*/
	background: -moz-linear-gradient(right,#f18d26,#fd654e); /* Firefox 3.6 - 15*/
	background: linear-gradient(to right, #f18d26, #fd654e); /* 标准的语法 */
}
.w-app-list ul li:hover .iconfont{
	opacity: 0.8
}
.fsvs.demo #fsvs-body>.slide .w-banquan{
	color: #FFF;
	text-align: center;
	position: absolute;
	bottom: 15px;
	font-size:14px;
	display:block;
	width: 400px;
	text-align: center;
	left:50%;
	transform:translateX(-200px);
}
.fsvs.demo #fsvs-body>.slide .w-banquan a{
	color: #FFF
}
.fsvs.demo #fsvs-body>.slide .w-banquan a:hover{
	color: #0e90d2
}
.w-im-iframe {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(189, 189, 189, 0.3);
    z-index: 9999;
}
.w-im-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: none;
}
.w-close-im {
    position: absolute;
    color: #666;
    top: 17px;
    left: 50%;
    transform: translateX(460px);
    -webkit-transform: translateX(460px);
    -moz-transform: translateX(460px);
    -ms-transform: translateX(460px);
    -o-transform: translateX(460px);
}
.w-close-icon:before {
    content: '\2715';
    font-size: 32px;
    cursor: pointer;
    font-weight: bold;
}
/*打字机*/
.ti-container {
  display: inline-block;
  font-size: inherit;
}
.ti-text-container {
  position: relative;
  display: inline;
  font-size: inherit;
}
.ti-text-container:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 1em;
  position: relative;
}
.ti-text-container.active-container.ti-cursor:after {
  display: inline;
}
.ti-cursor:after {
  display: none;
  content: '|';
  bottom: .05em;
  right: -.25em;
  position: absolute;
  line-height: normal;
  font-size: inherit;
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 500px){
	.fsvs #fsvs-body>.slide h2{font-size:18px;font-size:1.125rem;line-height:1.33333}
}
@media screen and (max-width: 641px) {
	.w-sclogin-left{
		display:none;
	}
	.w-sclogin-right{
		min-width: initial;
		width: 100%
	}
	.w-sclogin-form{
		/*padding: 20px 25px*/
	}
	.w-sclogin-right .w-logo{
		height: 56px;
		line-height: 56px
	}
	.w-sclogin-right .w-service{
		top: initial;
	}
	.w-service-wrap.w-fixed-service,.w-forget-wrap .w-service{
	    position: fixed!important;
	    bottom: 5vh!important; 
	    right: 5vh!important;
	    width: 40px!important;
	    height: 40px!important;
	    overflow: hidden;
	    top: initial!important;
	    left: initial!important;
	}
	.w-sclogin-right .w-service img,.w-forget-wrap .w-service img{
		width: 40px;
		height: 40px
	}
	.fsvs.demo #fsvs-body>.slide h2{
		font-size:20px;
		letter-spacing: 12px;
		line-height: 34px;
	}
	.w-school-home-wrap .w-schome-banner .w-banner .w-login-btn{
		font-size:18px;
	}
	.fsvs.demo #fsvs-body>.slide .w-h2{
		display:none;
	}
	.w-app-list ul li{
		margin:0 8px 10px 8px;
		width: 90px
	}
	.w-app-list ul li .iconfont{
		font-size: 26px;
	    width: 50px;
	    height: 50px;
	    line-height: 50px;
	    border-radius: 5px;
	    margin:0 auto 10px auto;
	}
	.w-app-list ul li a{
		font-size:12px;
	}
	.fsvs.demo #fsvs-body>.slide .w-app-list,.w-app-list .w-applist-wrap{
		width: 100%
	}
	.w-app-list .w-applist-wrap ul{
		white-space: initial;
		max-width: initial;
	}
	.fsvs #fsvs-pagination{
		right: 0px!important
	}
	.admin-header.w-content .am-topbar-brand{
		float: initial;
    	text-align: center;
	}
}

@media screen and (max-width: 1280px) {
	.w-sc-motto{

	}
}
@media screen and (max-width: 800px) {
	.w-sclogin-right{
		width: 100%
	}
	.serverPopover[data-v-3198c9ef]{
		width: 95%!important
	}
	.serverHead .greet[data-v-3198c9ef]{
		position: relative;
		z-index: 999
	}
	.serverBody[data-v-3198c9ef]{
		padding:13px 22px 40px 22px!important
	}
	.serverBody .infoDiv img[data-v-3198c9ef]{
		margin-right: 6px!important
	}

}
@media screen and (max-height: 700px) {
	.w-register-wrap .w-copyright{
		position: initial;
		transform: initial;
	}
}





