@charset "utf-8";
body {
    background: url("images/login/bg.jpg") center no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

/* #leftStr{
	width: calc(100% - 4rem);
    height: 100%;
    float: left;
    background:  url("images/login/loginBg.jpg") center no-repeat;
	background-size: 100% 100%;
}
#rightStr{
	width: 4rem;
    height: 100%;
    float: right;
    background:  url("images/login/loginBg2.jpg") center no-repeat;
	background-size: 100% 100%;
} */
#loginHeader {
    /* background: url(images/login/logo.png) no-repeat;
    width: 2rem; */
    height: 0.55rem;
    display: inline-block;
    /* background-size: auto 100%; */
    position: absolute;
    top: 0.6rem;
    left: 0.5rem;
}
#loginHeader img {
	height: 100%;
	margin-right: 0.2rem;
}

#logo {
    width: 1.97rem;
    height: 0.74rem;
    display: inline-block;
    background: url("images/login/logo.png") center no-repeat;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
}

#tipbox {
    width: 2.2rem;
    height: 0.8rem;
    border: 1px solid red;
    position: absolute;
    top: 1.2rem;
    left: 0.2rem;
}

/* #loginBox {
	width: 398px;
	height: 290px;
	position: fixed;
	left: auto;
	right: 1.9rem;
	top: 33vh;
	margin: auto;
	text-align: center;
	background:rgba(4,173,230,0.9);
	box-shadow: 0 0 5px 2px rgba(21,21,21,0.35);
	background: url("images/login/boxBg.png") no-repeat;
	border-radius: 8px;
} */
#loginStyele {
    width: 3.0rem;
    /* height: 3.22rem; */
    background-color: #eff7ff99;
    display: inline-block;
    margin: 16% 10% 0 0;
    border-radius: 0.08rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    float: right;
    background-color: transparent;
}

#loginBox {
    width: 3.0rem;
    min-height: 2.7rem;
    float: left;
    text-align: center;
}

#loginBox:before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 0.02rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    /* background:rgba(50,67,114,0.6); */
    box-shadow: 1px 2px 12px 2px rgba(221, 221, 221, 0.15) inset;
}

#loginBox header {
    width: 100%;
    height: 0.5rem;
    color: #E86F37;
    /*font-family: ;*/
    font-size: 0.14rem;
    line-height: 0.65rem;
    position: relative;
    /* border-bottom: 1px solid #2e9da4; */
    margin: 0;
    /*font-weight: bold;*/
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#loginBox #form, #pform, #loginBox #registerForm {
    position: relative;
}

#loginBox #accountmask:before, #loginBox #registerForm:before {
    content: " ";
    width: 0.45rem;
    height: 0.24rem;
    /* border-right: 1px solid #f1f1f1; */
    background: url("images/login/icon-user.png") center no-repeat;
    position: absolute;
    right: 0.2rem;
    top: 0.05rem;
    z-index: 2;
}

#loginBox #accountmask:after {
    content: " ";
    width: 0.45rem;
    height: 0.24rem;
    /* border-right: 1px solid #f1f1f1; */
    background: url("images/login/icon-lock.png") center no-repeat;
    position: absolute;
    right: 0.2rem;
    top: 0.56rem;
}

#loginBox #phonemask:before, #loginBox #zcmask:before, #loginBox #forget:before {
    content: " ";
    width: 0.45rem;
    height: 0.24rem;
    /* border-right: 1px solid #f1f1f1; */
    background: url("images/login/icon-phone.png") center no-repeat;
    position: absolute;
    right: 0.2rem;
    top: 0.05rem;
    z-index: 2;
}


#loginBox #phonemask:after, #loginBox #zcmask:after, #loginBox #forget:after {
    content: " ";
    width: 0.45rem;
    height: 0.24rem;
    /* border-right: 1px solid #f1f1f1; */
    background: url("images/login/icon-code.png") center no-repeat;
    position: absolute;
    right: 0.2rem;
    top: 0.56rem;
}

#loginBox input {
    width: 2.6rem;
    height: 0.36rem;
    display: block;
    color: #7069ac;
    margin: 15px auto;
    position: relative;
    border-radius: 0.02rem;
    padding: 0 0.24rem 0 0.2rem;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0);
    transition: 0.2s all;
    position: relative;
    transition: 0.2s all;

}

#loginBox input:-webkit-autofill,
#loginBox input:-webkit-autofill:hover,
#loginBox input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 10rem #4c5a86 inset;
}

#loginBox #btnSubmit {
    color: #fefefe;
    width: 2.6rem;
    height: 0.42rem;
    cursor: pointer;
    font-size: 0.14rem;
    font-weight: 400;
    margin-top: 0.2rem;
    line-height: 0.38rem;
    background: #D76C3E;
    /*border-radius: 0.15rem;*/
    border: 0px solid white;
    transition: 0.2s all;
}

#loginBox #zcBtnSubmit {
    color: #fefefe;
    width: 2.6rem;
    height: 0.42rem;
    cursor: pointer;
    font-size: 0.14rem;
    font-weight: 400;
    margin-top: 0.2rem;
    line-height: 0.38rem;
    background: #D76C3E;
    /*border-radius: 0.15rem;*/
    border: 0px solid white;
    transition: 0.2s all;
}

/* #loginBox button:hover {
	background: #2e9da4;
	border-bottom: 2px solid #2e9da4;
} */
/* #loginBox:after {
	content: attr(data-info);
	width: 100%;
	height: 30px;
	display: inline-block;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	text-align: center; 
	position: absolute;
	left: 0; 
	bottom: 15px;
} */
#footer {
    color: white;
    width: 100%;
    height: 0.32rem;
    font-size: 0.16rem;
    text-align: center;
    line-height: 0.32rem;
    margin-bottom: 0.3rem;
    position: absolute;
    bottom: 0;
}

#footer:before {
    content: attr(data-text);
    width: 100%;
    height: 0.3rem;
    line-height: 0.3rem;
    position: absolute;
    top: -0.3rem;
    left: 0;
    text-align: center;
    color: #fff;
}

.schoolLogo {
    position: fixed;
    top: 0.5rem;
    left: 2.8rem;
    height: 0.75rem;
}

.school_logo_div {
    width: 100%;
    height: 100%;
    text-align: center;
}

.logo_name_span {
    line-height: 0.45rem;
}

#error, #registerMsg {
    width: 90%;
    color: red;
    text-align: center;
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0.65rem;
    margin: auto;
    line-height: 100%;
    font-size: 0.12rem;
}

/* 人脸识别&机器人 */
#scanFace {
    opacity: 0;
    width: 3.6rem;
    height: 3.6rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

#scanFace.active {
    opacity: 1;
    z-index: 10;
}

/* #loginBox {
    width: 3.76rem;
    height: 2.84rem;
    position: fixed;
    left: auto;
    right: 1.9rem;
    top: 33vh;
    margin: auto;
    text-align: center;
} */
/* #loginBox header {
	width: 100%;
    height: 0.5rem;
    color: #fff;
    font-size: 0.2rem;
    line-height: 0.5rem;
    background: #DD4F45;
    border-radius: 0.08rem 0.08rem 0 0;
    box-shadow: 3px 2px 5px 2px rgba(51,51,51,0.35);
    position: relative;
} */
#loginBox header span {
    width: 50%;
    height: 0.5rem;
    font-size: 0.2rem;
    display: inline-block;
    transition: 0.2s all;
    cursor: pointer;
}

#loginBox header .icon-face {
    opacity: 0.5;
    width: 0.33rem;
    height: 0.33rem;
    cursor: pointer;
    display: inline-block;
    background: url(images/login/icon-face.png) center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: 0.1rem;
    bottom: 0;
    margin: auto;
    transition: 0.2s all;
}

#rightAside {
    width: 0.44rem;
    height: 0.89rem;
    position: fixed;
    top: calc(33vh + 1rem);
    right: 0.12rem;
}

#rightAside ul {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
}

#rightAside li {
    width: 0.44rem;
    height: 0.44rem;
    cursor: pointer;
    background: #fff;
    display: inline-block;
    position: absolute;
    right: 0;
    transition: 0.2s all;
}

#rightAside li:nth-child(1) {
    top: 0;
    background: #fff url("images/login/icon-QRcode1.png") center no-repeat;
    background-size: 0.25rem 0.25rem;
}

#rightAside li.active:nth-child(1) {
    background: #1f8dbb url("images/login/icon-QRcode2.png") center no-repeat;
    background-size: 0.25rem 0.25rem;
}

#rightAside li:nth-child(2) {
    bottom: 0;
    background: #fff url("images/login/icon-robot.png") center no-repeat;
    background-size: 0.32rem 0.28rem;
}

#rightAside li:nth-child(2) span {
    opacity: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0.12rem;
    text-align: center;
    background: #1f8dbb;
    line-height: 0.16rem;
    padding: 0.06rem 0;
    position: relative;
    z-index: -1;
}

#rightAside li.active:nth-child(2) span {
    opacity: 1;
    z-index: 10;
}

/* loginBox loginConBox*/

#loginBox .loginConBox {
    opacity: 0;
    width: 100%;
    height: 2.04rem;
    position: absolute;
    top: 0.5rem;
    left: 0;
    z-index: -9;
    transition: 0.2s all;
}

#loginBox .loginConBox.active {
    opacity: 1;
    z-index: 10;
}

/* loginBox loginCon face */
#loginFace.active {
    opacity: 1;
    z-index: 10;
}

#loginFace {
    opacity: 0;
    height: 4.1rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

#loginFace > div {
    width: 1.41rem;
    height: 1.34rem;
    background: url("images/login/facebg.png") center no-repeat;
    background-size: 100% 100%;
    margin: 0.12rem auto 0 auto;
    position: relative;
}

#loginFace > div:before {
    content: " ";
    width: 3rem;
    height: 0.11rem;
    display: inline-block;
    background: url("images/login/Shine.png") center no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 1.5rem);
    animation: scanning 5s infinite;
}

@keyframes scanning {
    from {
        top: 0rem;
    }
    to {
        top: 1.23rem;
    }
}

#loginFace > p {
    color: #34e3ff;
    font-size: 0.14rem;
    line-height: 0.3rem;
    padding: 0.05rem 0;
    text-align: center;
}

#loginFace button {
    color: #fff;
    width: 2.95rem;
    height: 0.4rem;
    cursor: pointer;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.38rem;
    background: #1dbed8;
    border-radius: 0.02rem;
    border: 2px solid transparent;
    border-bottom: 2px solid #007588;
    transition: 0.2s all;
}

#loginFace button:hover {
    background: #09a4bd;
    border-bottom: 2px solid #007588;
}

/* 扫描遮罩框 */
#scanMask {
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 14, 36, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -99;
    transition: 0.2s all;
}

#scanMask.active {
    opacity: 1;
    z-index: 10000;
}

#scanMask .closeBtn {
    width: 0.45rem;
    height: 0.45rem;
    cursor: pointer;
    position: absolute;
    top: 0.2rem;
    right: 0.22rem;
}

#scanMask .closeBtn:before,
#scanMask .closeBtn:after {
    content: "";
    width: 100%;
    height: 0.02rem;
    display: inline-block;
    background: #1dbed8;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: 0.2s all;
}

#scanMask .closeBtn:hover:before,
#scanMask .closeBtn:hover:after {
    background: #fff;
}

#scanMask .closeBtn:before {
    transform: rotate(45deg);
}

#scanMask .closeBtn:after {
    transform: rotate(-45deg);
}

#scanMask canvas {
    width: 310px;
    height: 294px;
    background: url("images/login/facebg.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 36px;
}

#scanMask div p {
    color: #34e3ff;
    font-size: 14px;
}

/* 机器人对话 */
/* #dialogueMask {
	opacity: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.35);
	position: fixed;
	top: 0;
	left: 0;
	z-index: -99;
	transition: 0.2s all;
}
#dialogueMask.active {
	opacity: 1;
	z-index: 10000;
}
#dialogueMask > section {
	width: 4.8rem;
	height: calc(100% - 1.2rem);
	border: 0.04rem solid #1dbad3;
	border-radius: 0.08rem;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background: #fff;
	padding: 0.1rem 0.15rem;
}
#dialogueMask > section > header {
	color: #1dbad3; 
	width: 100%;
	height: 0.36rem;
	font-size: 0.16rem;
	line-height: 0.34rem;
	font-weight: 600;
	border-bottom: 0.02rem solid #1dbad3;
	position: relative;
}
#dialogueMask > section > header .closeBtn {
	width: 0.3rem;
	height: 0.3rem;
	cursor: pointer;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 0.05rem;
	transition: 0.2s all;
}
#dialogueMask > section > header .closeBtn:hover {
	background: #1dbad3;
	transform: rotate(90deg);
}
#dialogueMask > section > header .closeBtn:before, 
#dialogueMask > section > header .closeBtn:after {
	content: "";
	width: 0.22rem;
	height: 2px;
	displya: inline-block;
	background: #1dbad3;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	transition: 0.2s all;
}
#dialogueMask > section > header .closeBtn:hover:before,
#dialogueMask > section > header .closeBtn:hover:after  {
	background: #fff;
}
#dialogueMask > section > header .closeBtn:before {
	transform: rotate(45deg);
}
#dialogueMask > section > header .closeBtn:after {
	transform: rotate(-45deg);
}
#dialogueMask > section > div {
	width: 100%;
	height: calc(100% - 1.72rem);
	margin-top: 0.12rem;
	overflow:auto;
}
#dialogueMask > section > div dl {
	width: 100%;
	font-size: 0;
	position: relative;
	padding: 0.3rem 0.1rem 0 0.1rem;
}
#dialogueMask > section > div dl + dl {
	margin-top: 0.12rem;
}
#dialogueMask > section > div dl:before {
	color: #fefefe;
	content: attr(data-time);
	background: #efefef;
	width: 0.8rem;
	height: 0.24rem;
	font-size: 0.14rem;
	line-height: 0.24rem;
	border-radius: 0.08rem;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	margin: auto;
	text-align: center;
}
#dialogueMask > section > div dl.robotDialogue > * {
	float: left;
}
#dialogueMask > section > div dl.myDialogue > * {
	float: right;
}
#dialogueMask > section > div dl dt {
	width: 0.4rem;
	height: 0.4rem;
	display: inline-block;
	border-radius: 0.05rem;
	position: relative;
	overflow: hidden;
}
#dialogueMask > section > div dl.robotDialogue dt {
	margin-right: 0.16rem;
	background: #1dbad3 url("images/login/bitRobot.png") center no-repeat;
	background-size: auto 0.32rem;
}
#dialogueMask > section > div dl.myDialogue dt {
	margin-left: 0.16rem;
	background: #1dbad3 url("images/login/myface.png") center no-repeat;
	background-size: auto 0.32rem;
	
}
#dialogueMask > section > div dl.robotDialogue dt img,
#dialogueMask > section > div dl.myDialogue dt img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#dialogueMask > section > div dl dd {
	min-height: 0.4rem;
	max-width: calc(100% - 1.12rem);
	font-size: 0.12rem;
	display: inline-block;
	border-radius: 0.05rem;
	padding: 0.1rem 0.12rem;
	position: relative;
}
#dialogueMask > section > div dl dd:before {
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	font-size: 0;
	display: inline-block;
	border-top: 0.08rem solid transparent;
	border-bottom: 0.08rem solid transparent;
	position: absolute;
	top: 0.12rem;
}
#dialogueMask dl.robotDialogue dd {
	color: #fff;
	background: #1dbad3;
}
#dialogueMask dl.myDialogue dd {
	color: #666;
	border: 1px solid #1dbad3;
	background: #fff;
}
#dialogueMask dl.robotDialogue dd:before {
	border-right: 0.1rem solid #1dbad3;
	left: -0.1rem;
}
#dialogueMask dl.myDialogue dd:before {
	border-left: 0.1rem solid #1dbad3;
	right: -0.1rem;
}
#dialogueMask > section > aside {
	height: 0.9rem;
    width: 100%;
    margin-top: 0.12rem;
    border-top: 0.02rem solid #1dbad3;
    text-align: right;
}
#dialogueMask > section > aside textarea {
	width: 100%;
	height: 0.68rem;
	padding: 0.05rem;
	bordere: 1px solid #999;
	border-radius: 0.03rem;
	text-aling: left;
	margin-top: 0.1rem;
	margin-bottom: 0.08rem;
	resize: none;
}
#dialogueMask > section > aside textarea:focus {
	border: 1px solid #1dbad3;
}

#dialogueMask > section form span {
    height: 0.24rem;
    font-size: 0.12rem;
    line-height: 0.24rem;
    border-radius: 0.12rem;
    display: inline-block;
    padding: 0 0.12rem;
    text-align: center;
    min-width: 0.5rem;
    cursor: pointer;
    margin-left: 0.12rem;
    
    color: #1dbad3;
    box-shadow: 0 0 0 1px #1dbad3 inset;
    transition: 0.2s all;
}
#dialogueMask > section form span:hover {
	color: #fff;
	background: #1dbad3;
}
#dialogueMask > section form span.btnTranslation, #dialogueMask > section form span.btnTest{
	float: left;
} */
#rightAside .QRCodeBox {
    width: 1.05rem;
    height: 1.38rem;
    background: #fff;
    display: inline-block;
    padding-top: 1.05rem;
    border-radius: 0.05rem;
    position: absolute;
    bottom: -0.06rem;
    right: 0.58rem;
}

#rightAside .QRCodeBox img {
    width: 0.95rem;
    height: 0.95rem;
    display: inline-block;
    position: absolute;
    top: 0.05rem;
    left: 0.05rem;
}

#rightAside .QRCodeBox:before {
    content: " ";
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 0.05rem;
    background: url("images/login/QRcode.jpg") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

#rightAside .QRCodeBox figcaption {
    cursor: default;
    color: #333;
    width: 100%;
    display: block;
    font-size: 0.12rem;
    line-height: 0.16rem;
    text-align: center;
}

#rightAside .QRCodeBox:after {
    content: "";
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    display: inline-block;
    border-top: 0.09rem solid transparent;
    border-bottom: 0.09rem solid transparent;
    border-left: 0.1rem solid #fff;
    position: absolute;
    right: -0.1rem;
    top: 0;
    bottom: 0;
    margin: auto;
}

#rightAside .robotBox {
    z-index: -99;
    width: 0.56rem;
    height: 0.72rem;
    cursor: pointer;
    background: url("images/login/bitRobot.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.06rem;
    right: 0.58rem;
}

#rightAside figure {
    opacity: 0;
    z-index: -1;
    transition: 0.2s all;
}

#rightAside figure.active {
    opacity: 1;
    z-index: 9;
}

#loginBox[state="state1"]:after {
    content: attr(data-info);
    width: 100%;
    height: 0.3rem;
    display: inline-block;
    line-height: 0.3rem;
    color: #000;
    font-size: 0.12rem;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0.15rem;
}

#loginBox #registerForm #userCaptcha {
    width: 1.22rem;
    display: inline-block;
    margin-top: 0px;
    float: left;
    padding: 0 0.05rem;
}

/*#captcha{*/
/*	padding: 0.06rem 0.1rem;*/
/*    margin-left: 13px;*/
/*    border: 1px solid #3f9ef9;*/
/*    border-radius: 0.08rem;*/
/*    cursor: pointer;*/
/*    background-color: #3f9ef9;*/
/*    color: white;*/
/*    float: right;*/
/*    font-size: 0.12rem;*/
/*}*/
.projectName {
    /* background: url(../login/images/project_name.png) no-repeat;
    width: calc(100% - 0.6rem);
    top: 0.7rem;
    font-size: 0.5rem;
    color: white;
    position: absolute;
    left: 3rem;
    height: 0.55rem;
    line-height: 0.55rem;
    background-size: auto 100%; */
    
    width: calc(100% - 4.6rem);
    top: 0.65rem;
    font-size: 0.5rem;
    color: white;
    position: absolute;
    left: 4.2rem;
    height: 0.55rem;
    line-height: 0.55rem;
}

#radioBtn {
    margin-top: 0.05rem;
    margin-bottom: 0.05rem;
}

#radioBtn > span {
    display: inline-flex;
    margin: 0 0.02rem;
}

#radioBtn > span > input[type='radio'] {
    width: 0.18rem;
    height: 0.18rem;
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 0.05rem;
    cursor: pointer;
}

#radioBtn > span > span {
    cursor: pointer;
}

#captchastype {
    width: 2.95rem;
    display: inline-block;
}

/*#zcmask {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: #5454548a;*/
/*    z-index: 3;*/
/*    display: none;*/
/*}*/

#zcnr {
    width: 4rem;
    height: 5rem;
    background-color: white;
    margin: calc((50% - 5rem) / 2) calc((100% - 4rem) / 2);
    border-radius: 0.1rem;
    padding: 0.3rem 0.6rem;
    font-size: 0.16rem;
}

#zcwz {
    font-size: 0.23rem;
}

#zchx {
    width: 100%;
    height: 0.05rem;
    border-bottom: 2px solid rgb(236 236 236);
    margin-bottom: 0.1rem !important;
}

#zcnr > div {
    margin: 0.05rem 0;
}

/*#zcmask .reds {*/
/*    color: red;*/
/*}*/

.qinput {
    width: 100%;
    height: 0.3rem;
    border: 1px solid #ececec;
    border-radius: 0.05rem;
    background-color: #f4f4f4;
    padding: 0 0.1rem;
    font-size: 0.11rem;
}

.bspan {
    width: 49%;
    display: inline-block;
}

#yzmtype {
    width: 38%;
    display: inline-block;
}

#hqyzm {
    display: inline-block;
    float: right;
    border: 1px solid #3f9ef9;
    border-radius: 0.05rem;
    padding: 0.035rem 0.05rem;
    background-color: #3f9ef9;
    color: white;
    font-size: 0.12rem;
    cursor: pointer;
}

.jjtype {
    margin-top: 0.12rem !important;
}

#zctj {
    display: inline-block;
    border: 1px solid #3f9ef9;
    border-radius: 0.05rem;
    padding: 0.035rem 0.05rem;
    background-color: #3f9ef9;
    color: white;
    width: 100%;
    text-align: center;
    font-size: 0.18rem;
    cursor: pointer;
}

#closeBtns {
    position: relative;
    top: -0.2rem;
    right: -0.5rem;
    width: 0.3rem;
    height: 0.3rem;
    background: url(../sd/images/login/closeBtns.png) center no-repeat;
    background-size: 100%;
    cursor: pointer;
    display: inline-block;
    float: right;
}

.headerbtn {
    /*color:#D76C3E;*/
    color: #cfd1e4;
    background-color: rgba(255, 255, 255, 0);
    width: auto;
    margin: auto;
    border: 0px solid white;
    font-size: 18px;
    font-family: "Arial", "microsoft yahei";
}

.onActive {
    color: #d66c3e;
    font-family: "Arial", "microsoft yahei";
}

#toLogin {
    font-size: 0.10rem;
    /*float: right;*/
    right: 5%;
    color: #fff;
    text-align: right;
}

#toLogin a {
    font-size: 0.10rem;
    color: #D76C3E;
}

#form #sendCode {
    position: absolute;
    top: 17.5%;
    right: 20%;
    width: 100px;
    height: 25px;
    background-color: transparent;
    border: 1px solid #D76C3E;
    font-size: 0.07rem;
    color: #D76C3E;
    /*line-height: 0.25px;*/
    border-radius: 0.15rem;
}
#form .sendCodeSuccess {
    position: absolute;
    top: 17.5%;
    right: 20%;
    width: 100px;
    height: 25px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-size: 0.07rem;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 0.15rem;
}

/*#icon {*/
/*	height: 2rem;*/
/*	width: 2rem;*/
/*	box-sizing: border-box;*/
/*	padding: 5px;*/
/*}*/

/*#phoneNum {*/
/*	padding-right:20px;*/
/*	background: url(../../../ui/css/icon/images/Users.png) no-repeat scroll right center transparent;*/
/*}*/

/*#code {*/
/*	padding-right:20px;*/
/*	background: url(../../../ui/css/icon/images/Users.png) no-repeat scroll right center transparent;*/
/*}*/

/*#resetPass {*/
/*	background: url(../../../ui/css/icon/images/Users.png) no-repeat;*/
/*}*/

#loginBox #toZc, #toDl {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.1rem;
    /*float: right;*/
    right: 5%;
}

#loginBox #forgetPass {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    right: 5%;
    font-size: 0.1rem;
}

#third {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.1rem;
}

#toZc a, #toDl a {
    color: #d66c3e;
    font-size: 0.1rem;
}

#loginMethod img {
    margin: 0;
    width: 10%;
    border-radius: 50%;
}

/*#loginMethod{*/
/*	padding: 50px;*/
/*}*/
.weChat {
    margin: 0% 20% 0% 30%;
    float: left
}

.QQ {
    margin: 0% 0% 0% 30%;
    float: left;
    width: 0.3rem;
    position: absolute;
    top: 2.7rem;
}

/*#radio{*/
/*    width: 0.15rem;*/
/*    margin: 0;*/
/*}*/

#toDl {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.1rem;
    right: -30%;
    position: relative;
    top: 9%;
}

#loginBox #toZc {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.1rem;
    right: -20%;
    position: relative;
    top: 9%;
}

#loginBox #forgetPass {
    display: inline-block;
    color: rgba(255, 255, 255, 0.5);
    right: -33%;
    font-size: 0.1rem;
    position: relative;
}

#graphCode {
    display: inline-block;
    position: relative;
    color: white;
    top: -0.4rem;
    left: 0.8rem;
    border: 1px solid #8a91ae;
}