/**!
* [登录页]
* date: 2020-04-26
* author: [wangkai];
*/


body {
    background: url('../images/bg.jpg') center top no-repeat;
}

/* main */

.main {
    position: relative;
    height: 100%;
}

.main:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 12px;
    background: #195369;
}

/* header */

.header {
    height: 214px;
}

.logo {
    float: left;
    margin-top: 65px;
    width: 534px;
}

.logo>a {
    display: block;
    margin-bottom: 8px;
    height: 43px;
}

.header-name {
    float: left;
    margin: 72px 0 0 33px;
    height: 80px;
    line-height: 80px;
    padding-left: 30px;
    border-left: 4px solid #195369;
    letter-spacing: 12px;
    text-indent: 12px;
    font-size: 39px;
    font-weight: bold;
    color: #195369;
}

.main-wrap {
    position: relative;
    height: 799px;
}

.login-pic {
    position: absolute;
    top: 100px;
    right: 700px;
    width: 659px;
    height: 622px;
    background: url('../images/login_img.png') no-repeat;
}

.login-pic>img {
    position: absolute;
    width: 61px;
    height: 61px;
    animation: shake-verti 1.5s infinite alternate;
    -webkit-animation: shake-verti 1.5s infinite alternate;
}

.login-pic>.circle1 {
    top: 0;
    left: 181px;
    animation-delay: 0.2s;
}

.login-pic>.circle2 {
    top: 32px;
    left: 407px;
    animation-delay: 0.4s;
}

.login-pic>.circle3 {
    top: 251px;
    left: 514px;
    animation-delay: 0.6s;
}

.login-pic>.circle4 {
    top: 401px;
    left: 405px;
    animation-delay: 0.8s;
}

@keyframes shake-verti {
    100% {
        transform: translateY(15px);
    }
}

@-webkit-keyframes shake-verti {
    100% {
        transform: translateY(15px);
    }
}

.login-box {
    float: right;
    position: relative;
    width: 644px;
    height: 651px;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.login {
    position: relative;
    float: right;
    padding: 0 45px;
    width: 554px;
    height: 651px;
    border-radius: 8px;
    background: #fff;
    background: rgba(255, 255, 255, 0.85);
    box-shadow: 0px 3px 50px 0px rgba(174, 174, 174, 0.35);
    overflow: hidden;
}

.tab-box {
    padding-top: 37px;
    height: 65px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.tabname {
    display: inline-block;
    vertical-align: top;
    margin: 0 47px;
    padding: 0 2px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #333;
}

.tabname.active {
    color: #195369;
    border-bottom: 4px solid #2a3c54;
}

.login-wrap {}

.form-node {
    position: relative;
    margin-top: 23px;
    height: 64px;
    border-bottom: 1px solid #cccccc;
}

.form-node:first-child {
    margin-top: 0;
}

.input-tips {
    position: relative;
    z-index: 1;
    padding-left: 67px;
    height: 64px;
    font-size: 16px;
    background-position: 6px center;
    background-repeat: no-repeat;
}

.input-tips.icon1 {
    background-image: url('../images/login_icon1.png');
}

.input-tips.icon2 {
    background-image: url('../images/login_icon2.png');
}

.input-tips.icon3 {
    background-image: url('../images/login_icon3.png');
}

.input-tips .input-placeholder {
    position: absolute;
    top: 0;
    left: 67px;
    height: 64px;
    line-height: 64px;
    color: #bbb;
    z-index: -1;
    cursor: text;
}

.input-tips .input-box {
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    border: 0;
    background: 0 0;
}

.card-body {
    position: relative;
    z-index: 999;
    margin-top: 38px;
    height: 50px;
}

.card-body>div {
    position: absolute !important;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100% !important;
}

.card-body>div canvas {
    margin-bottom: 10px;
    display: none;
}
/* 
.card-body>div:hover canvas {
    display: block;
}

.card-body>div.success:hover canvas {
    display: none;
} */

.card-body>div canvas:first-child {
    border-radius: 10px;
    border: 10px solid #e8e8e8;
}

.block {
    border: 10px solid transparent;
}

.fa.fa-redo,
.refreshIcon {
    display: none;
}

.sliderbg {
    border: 0;
    border-radius: 25px;
    height: 50px;
    background: #e8e8e8;
}

.slider {
    z-index: 999;
    box-shadow: none;
    width: 50px;
    border-radius: 25px;
    height: 50px;
    background: url('../images/slider_btn.png') center no-repeat #195369;
    overflow: hidden;
}

.sliderMask {
    height: 48px;
    /* border-radius: 25px; */
    border: 0 !important;
    background:none !important;
}

.slider:hover {
    background: url('../images/slider_btn.png') center no-repeat #195369;
}

.sliderIcon:before {
    display: none;
}

.sliderText {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #a5a5a5;
}

.form-btns {
    margin-top: 40px;
    height: 68px;
    line-height: 68px;
}

.reg-btn {
    position: relative;
    float: right;
    width: 250px;
    height: 68px;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    background: #f9a741;
}

.forget-btn {
    float: right;
    margin-right: 13px;
    color: blue;
}

.zhuxiao-btn {
    float: right;
    margin-right: 24px;
    color: blue;
}
.submit-btn {
    position: relative;
    float: left;
    width: 250px;
    height: 68px;
    border-radius: 10px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    background: #195369;
}

.other-ways {
    margin-top: 25px;
}

.ways-hd {
    position: relative;
    height: 61px;
    line-height: 61px;
    text-align: center;
    overflow: hidden;
}

.ways-hd:after,
.ways-hd:before {
    position: absolute;
    content: "";
    top: 30px;
    display: block;
    width: 100%;
    height: 1px;
    background: #ebebeb;
}

.ways-hd:after {
    left: 50%;
    margin-left: 57px;
}

.ways-hd:before {
    right: 50%;
    margin-right: 57px;
}

.ways-tt {
    display: inline-block;
    vertical-align: top;
    width: 114px;
    text-align: center;
    color: #7c7c7c;
}

.ways-bd {
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ways-node {
    display: inline-block;
    vertical-align: top;
    width: 109px;
    padding-top: 44px;
    line-height: 20px;
    font-size: 14px;
    color: #7c7c7c;
    background-position: center top;
    background-repeat: no-repeat;
}

.ways-node.icon1 {
    background-image: url('../images/ways_icon1.png');
}

.ways-node.icon2 {
    background-image: url('../images/ways_icon2.png');
}

.ways-node.icon3 {
    background-image: url('../images/ways_icon3.png');
}

.ways-node.icon4 {
    background-image: url('../images/ways_icon4.png');
}

.ways-node.icon5 {
    background-image: url('../images/ways_icon5.png');
}

.ways-node.icon6 {
    background-position: center 4px;
    background-image: url('../images/ways_icon6.png');
}
.ways-node.icon10 {
    background-image: url('../images/ways_icon10.png');
}
.ways-node.icon11 {
    background-image: url('../images/zwfwapplogo_new.png');
}

.ways-node.icon12 {
    background-image: url('../images/jh-icon.png');
}
label.error {
    position: absolute;
    top: 65px;
    left: 0;
    height: 24px;
    line-height: 24px;
    padding-left: 42px;
    color: #b30101;
    background: url('../images/wrong.png') 16px center no-repeat;
}

label.valid {
    background: url('../images/valid.png') 16px center no-repeat;
}

/* footer */

.footer {
    height: 275px;
   margin-top:30px;
   margin-bottom:-30px;
    background-color: #11536b;
}

.get-code {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    background-color: #195369;
}


.ca-login {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 102px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 27px 45px 0 45px;
}

.ca-tips {
    margin-bottom: 19px;
    padding-top: 22px;
    height: 100px;
    background-color: #f5f5f5;
    border-radius: 7px;
    font-size: 18px;
}

.ca-hd {
    height: 39px;
    line-height: 39px;
    text-align: center;
}

.ca-tt {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.ca-tt>a {
    color: #3e97df;
}

.ca-tt:before,
.ca-tt:after {
    position: absolute;
    content: "";
    top: 19px;
    width: 158px;
    height: 1px;
    background-color: #e0e0e0;
}

.ca-tt:before {
    right: 50%;
    margin-right: 87px;
}

.ca-tt:after {
    left: 50%;
    margin-left: 87px;
}

.ca-content {
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.ca-btns {
    margin-top: 55px;
}

.ca-btns>button {
    display: block;
    margin-bottom: 24px;
    width: 100%;
    height: 68px;
    border-radius: 10px;
    font-size: 24px;
    letter-spacing: 4px;
    text-indent: 4px;
    cursor: pointer;
}

.legal-mode {
    color: #195369;
    background-color: #ecf0f1;
}

.certificate-tips {
    display: none;
    position: absolute;
    z-index: 1100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.certificate-tips>.certificate-box {
    display: inline-block;
    vertical-align: middle;
    width: 364px;
    height: 327px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow:0px 20px 62px 0px rgba(99,99,99,0.5);
    font-size: 16px;
}

.certificate-tips>i {
    width: 0; 
    height: 100%; 
    vertical-align: middle; 
    display: inline-block;
}

.certificate-content {
    padding-top: 158px;
    height: 71px;
    line-height: 26px;
    background: url('../images/tips_icon.png') center 48px no-repeat;
}

.got-it {
    display: block;
    margin: 0 auto;
    width: 164px;
    height: 44px;
    border-radius: 3px;
    font-size: 16px;
    color: #fff;
    background-color: #1c5469;
    cursor: pointer;
}

.license-login {
    display: none;
    position: absolute;
    z-index: 1000;
    top: 102px;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 80px 45px 0 45px;
}

.qr-code {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 200px;
}

.qrcode-tip {
    margin-top: 10px;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
}

.qrcode-tip>a {
    color: #3c6bab;
}





.login .code {
    position: absolute;
    top: 7px;
    right: 3px;
    width: 28px;
    height: 28px;
    background: url('../images/code.png') 0 0 no-repeat;
    cursor: pointer;
}

.login .brain {
    position: absolute;
    top: 7px;
    right: 3px;
    width: 26px;
    height: 21px;
    background: url('../images/brain.jpg') 0 0 no-repeat;
    cursor: pointer;
}

.login .keepOut {
    position: absolute;
    top: 18px;
    right: 5px;
    width: 40px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
}

.login .sweep {
    position: absolute;
    top: 7px;
    right: 28px;
    width: 87px;
    height: 24px;
    font-size: 12px;
    line-height: 24px;
    color: #2996f2;
    text-align: left;
    text-indent: 17px;
    background: url('../images/box.png') 0 0 no-repeat;
    transition: all .5s linear;
}


.login .sweepcode {
    padding-top: 148px;
    font-size: 16px;
}

.login .sweepcode p {
    padding-top: 25px;
    font-size: 16px;
    line-height: 1;
    color: #333;
    text-align: center;
}

.login .sweepcode em {
    color: #2996f2;
}
/**
个性化二维码登录，添加二维码样式
*/
.login .waitscan {
    padding-top: 148px;
    font-size: 16px;
}
.login .renovate {
    position: relative;
    margin: 0 auto;
    width: 300px;
    height: 300px;
}

.login .renovate img {
    display: block;
    width: 300px;
    height: 300px;
}

.login .renovate .reinner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #333;
    background-color: rgba(255, 255, 255, 0.9);
}

.login .renovate .reinner div {
    padding-top: 122px;
    line-height: 14px;
}

.login .renovate .reinner span {
    display: block;
    margin: 18px auto;
    width: 100px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    background-color: #2996f2;
    border-radius: 4px;
    cursor: pointer;
}

.login .success {
    margin-top: 165px;
    padding-top: 225px;
    background: url('../images/phone2.png') center 0 no-repeat;
    background-size: 100px auto;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    text-align: center;
}

.login .success .green {
    color: #2eb175;
}

.login .success .blue {
    color: #2996f2;
}
.em-top {
	width: 100%;
	height: 40vh;
	background-image: url(../img/img_grzx_bg.png);
	padding-bottom: 50px;
}

.em-title {
	width: 68%;
	margin-left: 16%;
	margin-top: 10vh;
}

.em-input {
	/*	border:1px solid #000000;*/
	width: 88%;
	height: 110px;
	border-radius: 6px;
	background-color: #FFFFFF;
	margin-left: 6%;
	/*	margin-top: 18vh;*/
	margin-top: 3vh;
	border: 0px solid darkslategray;
	box-shadow: darkgrey 1px 1px 30px 1px; //边框阴影
}

.mui-input-row .mui-input-clear~.mui-icon-clear {
	top: 15px;
	right: 10px;
}

.em-icon {
	width: 28px;
	height: 28px;
}

.mui-input-row label {
	width: 15%;
}

.mui-input-row label~input,
.mui-input-row label~select,
.mui-input-row label~textarea {
	width: 83%;
	padding-top: 20px;
}

.line_btm {
	position: relative
}

.line_btm:before {
	content: " ";
	position: absolute;
	z-index: 3;
	left: 5%;
	/*    right: 15px;*/
	bottom: -1px;
	width: 88%;
	height: 1px;
	border-bottom: 1px solid #D9D9D9;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.em-bottom {
	background-color: #3C80E6;
	text-align: center;
	font-weight: bold;
	margin-right: 6%;
	width: 100%;
	height: 50px;
	top: 30px;
	font-size: 17px;
	color: #FFFFFF;
	border-radius: 6px;
	border: none;
}

.em-bnt {
	height: 50vh;
}

.em-reg {
	height: 130px;
	margin-top: 50px;
	width: 100%;
	color: #3C80E6;
}

.em-zhuce {
	width: 50%;
	float: left;
}

.em-paw {
	width: 50%;
	float: left;
	text-align: right;
}

.em-tab {
	width: 50%;
	height: 20px;
	margin-left: 25%;
	margin-top: 8vh;
}

.em-user {
	width: 50%;
	float: left;
	border-right: 1px solid #efefef;
	color: #efefef;
}

.em-admin {
	width: 50%;
	float: left;
	text-align: right;
	color: #efefef;
}

.em-active {
	font-weight: bold;
	color: #FFFFFF;
	border-bottom-width: 2px;
	/*	border-bottom: 2px solid #FFFFFF;*/
}