body {
	background: #fff;
}
body.login-box{
	background: none;
}
/* head */
.g-login-head {
	padding: 0 7%;
	height: 130px;
	margin: 0 auto;
	overflow: hidden;
}
.g-login-head .logo img {
    width: 60px;
    height: 60px;
}
.g-login-head .logo h1 {
/*    border-left: 1px solid #010101; */
    margin-left: 17px;
    line-height: 20px;
    font-size: 18px;
    font-weight:normal;
    text-indent: 12px;
    color: #fff;
}
.g-login-head .text {
	margin-left: 29px;
	font-size: 22px;
	color: #fff;
}
.g-login-head .text .sjsgz{padding:10px 20px;background-image: -webkit-linear-gradient(left, rgba(205,2,19,0.7), rgba(205,2,19,0.3));}

.g-login-head .text .tf {
	margin-right: 8px;
	font-size: 30px;
	color: #ff4e00;
}
/* end head */
/* banner */
.g-main {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: -1;
}
.g-main ul {
	position: relative;
}
.g-main li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 100%;
	height: 100vh;
}
.g-main li img{max-height: inherit;}
.g-main .message {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	color: #fff;
	background: rgba(0,0,0,0.4);
}
.g-main .message p {
	width: 1200px;
	margin: 0 auto;
	text-indent: 40px;
}
/* end banner */

/* main */
.m-main {
	width: 1300px;
	height: 100%;
	margin: 0 auto;
}
.m-link {
	position: relative;
	float: left;
	width: 700px;
	height: 100%;
	overflow: hidden;
}
.m-link a {
	display: none;
	width: 100%;
	height: 100%;
}
.main-text{padding: 0 7%;float: left;margin-top: 30vh;}
.m-login {
	position: relative;
	float: right;
	box-sizing: border-box;
	width: 450px;
	height: 450px;
	padding: 0 50px 0 40px;
	margin-top: 215px;
	background: rgba(255,255,255,1);
}
.login-box .m-login{
	position: fixed;
	top: 0;
	left: 0;
	width: 330px;
	height: 360px;
	margin-top: 0;
	background: #fff;
}
.m-login h1 {
	width: 280px;
	margin: 0 auto;
	line-height: 72px;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
.m-login .login-type {
	margin: 30px 0 50px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.m-login .login-type > div{
	float: left;
	padding: 0 30px;
	line-height: 26px;
	text-align: center;
	font-size: 24px;
	color: #444;
	cursor: pointer;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.m-login .login-type > div:first-child{border-right: 1px solid #444;}
.m-login .login-type > div.z-crt{
	position: relative;
	color: #DD0012;

}
.m-login .login-type > div.z-crt:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 2px;
/* 	background: #DD0012; */
}
form {
	position: relative;
	width: 100%;
}
.u-errmsg-box{
	height: 40px;
	margin-bottom: 14px;
}
.u-errmsg {
	display: none;
	width: 280px;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	background: #fff9f5;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.u-errmsg .ico {
	display: block;
	float: left;
	margin: 11px 8px;
}
.m-form {
	margin: 0 auto;
	background: #fff;
}
.m-form .m-fm {
	height: 32px;
	padding: 10px 2px;
	border: 2px solid #848484;
	border-radius: 2px;
	background: #ffffff;
}
.m-form .m-fm:nth-child(n+2) {
	margin-top: 14px;
}
.m-form .m-fm label {
	float: left;
	width: 40px;
	height: 22px;
    margin-top: 3px;
	line-height: 22px;
	font-size: 16px;
	text-align: center;
	color: #999;
}
.m-form .m-fm input {
	width: 210px;
	height: 32px;
	border: 0;
	line-height: 22px;
	font-size: 18px;
	color: #333333;
	background: none;
}
.m-form hr {
	margin: -1px 16px 0;
	background: #dbdbdc;
}
.m-form .m-fm.phone-code-box{
	padding: 0;
	height: 42px;
	line-height: 42px;
}
.m-form .m-fm.phone-code-box .code-ipt{
	float: left;
	width: 180px;
	height: 42px;
	line-height: 42px;
	border: none;
	padding: 0 14px;
}
.m-form .m-fm.phone-code-box .code-btn{
	float: right;
	width: 75px;
	border-left: 1px solid #F2F2F2;
	margin: 6px 5px 0 0;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333;
	font-size: 12px;
	background: #F2F2F2;
	cursor: pointer;
}
.m-form .m-fm.phone-code-box .code-btn:hover {
	color: #ff4e00;
}
form button {
	width: 100%;
	height: 56px;
	border: 0;
	margin-top: 48px;
	font-size: 18px;
	color: #fff;
	background-image: -webkit-linear-gradient(left, rgba(205,2,19,1), rgba(205,2,19,0.3));
}
form button:hover {
	opacity: .9;
}
form p {
	font-size: 12px;
}
form p a:hover {
	padding-bottom: 1px;
	border-bottom: 1px solid #505050;
}
form p a.s-fc:hover {
	border-bottom: 1px solid #ff6900;
}
form > hr {
	margin: 19px 0 10px;
	background: #dadcdc;
}
.u-quick {
	margin-top: 44px;
	font-size: 14px;
	color: #666;
}

.u-quick a {
	float: right;
}
.u-quick .u-kf {
	display: inline-block;
	width: 74px;
	padding: 0 6px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	color: #ffffff;
	margin-top: 29px;
	border-radius: 11px;
	background: #ff6900;
    background: -webkit-linear-gradient(left, #ff9915 0, #ff6900 100%);
    background: -moz-linear-gradient(left, #ff9915 0, #ff6900 100%);
    background: linear-gradient(to right, #ff9915 0, #ff6900 100%);
}
.u-quick .u-kf .ico-headset{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url(../images/ico-headset.png);
	margin-right: 4px;
	vertical-align: sub;
}
.u-quick .f-fr a {
	padding: 0 10px;
	font-size: 12px;
	color: #666666;
}
.u-quick .f-fr a:last-of-type{
	position: relative;
	padding-right: 0;
}
.u-quick .f-fr a:last-of-type:after{
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 10px;
	top: 2px;
	left: 0px;
	background: #dddddd;

}
.u-quick .f-fr a:hover{
	color: #ff6900;
}
/* end main */

/* foot */
.introduce {
	margin-top: 20px;
	text-align: center;
}
.introduce div {
	display: inline-block;
	width: 120px;
	height: 100%;
}
.introduce dl {
	display: inline-block;
	text-align: center;
}
.introduce dt {
	position: relative;
	top: 0;
	width: 74px;
	height: 74px;
	border: 1px solid #777;
	border-radius: 74px;
	transition: top 0.2s ease;
}
.introduce dt ins {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 12px 0;
	background: url(../images/foot-ico.png);
}
.introduce dt ins.i1 {
	background-position: 0px -4px;
}
.introduce dl:hover dt {
	top: -5px;
}
.introduce dl:hover dt ins.i1 {
	background-position: 0px -61px;
}
.introduce dt ins.i2 {
	background-position: -67px -2px;
}
.introduce dl:hover dt ins.i2 {
	background-position: -67px -59px;
}
.introduce dt ins.i3 {
	background-position: -131px -4px;
}
.introduce dl:hover dt ins.i3 {
	background-position: -131px -61px;
}
.introduce dt ins.i4 {
	background-position: -196px -4px;
}
.introduce dl:hover dt ins.i4 {
	background-position: -196px -61px;
}
.introduce dt ins.i5 {
	background-position: -261px -4px;
}
.introduce dl:hover dt ins.i5 {
	background-position: -261px -61px;
}
.introduce dt ins.i6 {
	background-position: -327px -4px;
}
.introduce dl:hover dt ins.i6 {
	background-position: -327px -61px;
}
.introduce dd {
	margin-top: 15px;
	color: #777;
	transition: all 0.3s ease;
}
.introduce dl:hover dt {
	border-color: #ff6900;
}
.introduce dl:hover dd {
	color: #ff6900;
}
.sub-nav {
	width: 1200px;
	border: 1px solid #eee;
	border-width: 1px 0;
	padding: 16px 0;
	margin: 60px auto 0;
}
.sub-nav ul{
	text-align: center;
}
.sub-nav li{
	display: inline-block;
	font-size: 12px;
	color: #999;
	margin: 0 5px;
}
.sub-nav li a:hover{
	color: #ff6900;
}
.ico-display{
	display: inline-block;
	width: 13px;
	height: 12px;
	vertical-align: top;
	margin-right: 5px;
	background: url(../images/ico-display.png);
}
.s-fc-orange{
	color: #ff6900;
}
.m-copyright {
	padding: 45px 0;
	line-height: 30px;
	font-size: 12px;
	color: #969696;
	text-align: center;
}
/* end foot */

/* code */
.m-code {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: #000;
	background: rgba(0,0,0,0.8);
}
.m-code p {
	margin-top: 86px;
	line-height: 60px;
	font-size: 16px;
	color: #fff;
}
.m-code input {
	width: 114px;
	height: 30px;
	border: 1px solid #939393;
	border-radius: 4px 0 0 4px;
	line-height: 30px;
	font-weight: bold;
	color: #000;
	text-indent: 10px;
}
.m-code button {
	border-radius: 0 4px 4px 0;
	margin: 0;
}
.m-code div {
	width: 198px;
	margin: 0 auto;
}
.m-code .u-code {
	display: inline-block;
	width: 81px;
	height: 30px;
	border: 1px solid #939393;
	margin-left: -3px;
	line-height: 30px;
	font-size: 12px;
	color: #848484;
	background: #fafafa;
}
.m-code .u-btn {
	width: 198px;
	height: 38px;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	background: #ff6900;
}
.m-code span {
	line-height: 26px;
	font-size: 12px;
	color: #fff;
}
/* end code */

.beian {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin-right: 2px;
	vertical-align: -5px;
}
.nc-shade{
	z-index: 1;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items:center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}
.nc-shade.f-hide{
	display: none;
}
.nc-box{
	width: 300px;
	height: 150px;
	background: #FFFFFF;
	border-radius: 3px;
}
.nc-box > p{
	font-size: 13px;
	color: #ff6900;
	line-height: 60px;
	text-align: center;
}
.nc-container{
	width: 280px;
	margin: 40px auto 0;
}
@media only screen and (max-width: 640px){
    .g-login-head{display: none;}
    .main-text{margin-top: 5vh;}
    .m-main{width:92%}
    .m-login{margin-top:20px;width:100%;padding: 0 20px 0 20px;}
    .m-login .login-type > div{font-size:14px;}
    
}














