/*
	#loginForm > table  二次密码
	.pop-float .pop-outer 取回密码
	#sending  加载等待效果	
*/
html {
    font-size: 62.5%;
}
html,
body {
	margin: 0px;
	height: 100%;
}

form {
	margin: 0;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6rem;
	color: #000;
	background: #1d6290;
}
.secondPasswd,
.wrap{
background: url(bodyBg.png) no-repeat left top;
background-size: 70% 100%;
height: 100%;
}
.secondPasswd{
background: #1d6290 url(bodyBg.png) no-repeat left top;
background-size: 70% 100%;
}
.mainbody {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 30%;
    background: #e9e9e9;
}

.mainbody-inner {
	position: relative;
	height: 100%;
	zoom: 1;
	display: flex;
    align-items: center;
    justify-content: center;
}

.mainbody-inner:after {
	content: "";
	display: block;
	clear: both;
}
.mainfoot h1 {
    margin: 0;
}
.id1 {
    position: absolute;
    bottom: 60px;
}


.id1 a {
    padding: 0 10px;
}
.id1 a:hover{
	color: #136f9d;
}

.id1 td[width="35"],
.id2 td[width="35"],
.id3 td[width="35"] {
	display: none;
}

.id1>table td,
.id2>table td,
.id3>table td,
.id1>table,
.id2>table,
.id3>table {
	width: auto;
	position: relative;
}
.id1 td:before {
    content: "";
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    left: 0;
    top: 3px;
}
.id1 td+td:after {
	content: "";
    width: 1px;
    height: 15px;
    background: #000;
    position: absolute;
    right: 0;
    top: 3px;
}
.id4 {
	text-align: left;
	padding-top: 120px;
	margin-top: -100px;
	margin-bottom: 1em;
	background: url(logoB.png) no-repeat center top;
}

.id4 table {
    position: relative;
    left: -22px;
}
.id5 {
    position: absolute;
    bottom: 30px;
}

.id6 {
    position: absolute;
    left: 80px;
    bottom: 35px;
}

.red {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.4rem;
	font-weight: normal;
	color: #EA0000;

}

a {
	color: #000;
	text-decoration: none;
}

a.f {
	position: absolute;
    margin-left: -5px;
    margin-top: 50px;
    white-space: nowrap;
    font-size: 1.6rem;
    color: #000;
    left: 50%;
}

.zi {
	color: #92ecff;
	font-size: 1.1rem;
}

/* smscode */
div.sms_cmmt {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.4rem;
}
a.big {
    position: relative;
    left: 1px;
    top: -3px;
}
#loginForm>table,
table[width="270"] {
	max-width: 720px;
	margin: 0 auto;
	border-radius: 40px;
	position: relative;
	z-index: 3;
}

table[width="270"] {
	width: 100%;
}

#loginForm>table {
	padding-top: 40px;
	padding-bottom: 30px;
}

#loginForm>table {
	/* background: #fff; */
	width: 100%;
}

#loginForm>table td:first-child,
table[width="270"] td:first-child {
	position: relative;
	width: 1px;
}

#loginForm>table td[height="27"]+td,
table[width="270"] td[width="45"]+td {
	width: 388px;
	padding: 6px 0px;
}

#loginForm>table td[height="27"] img,
table[width="270"] td[width="45"] img {
    position: relative;
    right: -52px;
    object-fit: contain;
    background: #136f9d;
    border-radius: 100%;
    padding:8px;
    border: solid 3px #fff;
    top: -5px;
}
#fpwd table td a.sm {
    right: -8px;
    top: 9px;
}
table[width="270"] tr.openfocus td[width="45"] img{
	background: #d6bb62;
	border-color: #fbf3db;
}


#loginForm>table td+td+td+td,
table[width="270"] td+td+td+td {
	width: 1px;
	position: relative;
}
#fpwd table td .sm,
#loginForm>table td+td+td+td a,
table[width="270"] td+td+td+td a {
    position: absolute;
    top: 23px;
    bottom: 0;
    right: 30px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(refresh.png) no-repeat;
}

#ckCode,
.input {
    width: 100%;
    padding: 10px 16px 10px 60px;
    background: none;
    border: 1px solid #d0d0d0;
    border-radius: 50px;
    height: 52px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.6rem;
	background: #fff;
	margin-bottom: 10px;
}

#ckCode:focus,
.input:focus {
    outline: none;
}

#ckCode::-webkit-input-placeholder,
.input::-webkit-input-placeholder {
	color: #aaa;
}

#ckCode:-ms-input-placeholder,
.input:-ms-input-placeholder {
	color: #aaa;
}

#ckCode:-moz-placeholder,
.input:-moz-placeholder {
	color: #aaa;
}

#ckCode::-moz-placeholder,
.input::-moz-placeholder {
	color: #aaa;
}

.input[disabled="disabled"] {
	cursor: not-allowed;
}

/*#ckCode { width: 100px; }*/
#loginForm>table td+td+td[width="50"],
table[width="270"] td+td+td[width="50"] {
	vertical-align: middle;
	width: 0;
	position: relative;
}

#code_img {
    width: 70px;
    height: 30px;
    position: absolute;
    right: 65px;
    top: 19px;
}

#errorMsg {
	color: #b76060;
	padding-bottom: 15px;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
}

input[type="image"] {
	width: 100%;
	height: 57px;
	margin-top: 20px;
	background: #555656;
    border-radius: 35px;
}
input[type="image"]:hover{
	background: #d6bc63;
}
/* 忘记密码 */
#fpwd.pop-forgot {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: auto;
	height: auto;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
}

#fpwd.pop-forgot:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}

#fpwd.pop-forgot p {
	margin: 0;
	color: #9D3F00;
}

#fpwd.pop-forgot .button {
	padding: 2px 15px;
}

#fpwd.pop-forgot .close {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: 155px;
	margin-top: -130px;
	z-index: 100;
	width: 35px;
	height: 35px;
	font-size: 0;
	background: url("icon_close.png") no-repeat 0 0;
}

#fpwd.pop-forgot .close b {
	display: none;
}

#fpwd.pop-forgot table {
	z-index: 9;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -190px;
	margin-top: -131px;
	width: 385px;
	height: 180px;
	padding: 25px 30px 20px;
	background: #fff;
	border: 1px #ddd solid;
	box-shadow: 1px 2px 2px #aaa;
	-moz-box-shadow: 1px 2px 2px #aaa;
	-webkit-box-shadow: 1px 2px 2px #aaa;
	border-radius: 6px;
}

#fpwd.pop-forgot td[colspan="4"] {
	line-height: 1.75em;
}

#fpwd input {
	width: 90%;
	padding: 6px 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#fpwd input[type="submit"] {
	color: #fff;
	background: #0b3b58;
	border-radius: 6px;
	border: none;
	height: 42px;
	margin-left: 20px;
	margin-top: 10px;
	font-size: inherit;
	width: auto;
	min-width: 120px;
}

#fpwd table td {
	padding: 5px 0;
	position: relative;
}

/* get password */
.pop-float .underlay,
.pop-float .pop-head {
	display: none;
}

.pop-float .pop-outer {
	height: auto !important;
	left: 50% !important;
	margin-left: -175px;
}

.pop-float .pop-outer .pop-container {
	position: static;
}

.pop-float .pop-module {
	height: auto !important;
	background: #F2F2F2;
	border-radius: 6px;
	border: none;
}

.pop-float .pop-body {
	height: auto !important;
}

.pop-float .pop-body-inner td {
	text-align: center;
}

.pop-float .pop-body-inner td[width="1%"] img {
	position: absolute;
	top: 20px;
	left: 50%;
	margin-left: -17px;
}

.pop-float .pop-body-inner td[width="1%"]+td {
	padding-top: 75px;
}

.pop-float .pop-body-inner>div+div input {
	min-width: 120px;
	cursor: pointer;
	color: #fff;
	background: #0b3b58;
	border-radius: 6px;
	border: none;
	height: 42px;
	margin: 1em 0;
}

.pop-float .pop-body-inner table {
	margin-left: -10px;
}

/* sending alert */
#sending .alertmsg {
	position: absolute;
	top: 6px;
	right: 15px;
	z-index: 999999;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
}

#sending .alertmsg-inner {
	position: relative;
	background: #19577f;
	border: none;
	font-weight: normal;
	padding: 10px 45px 10px 15px;
}

#sending .alertmsg a.close {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -14px;
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background: none;
	text-indent: -9999px;
	margin-right: 3px;
}

#sending .alertmsg a.close:after,
#sending .alertmsg a.close:before {
	content: "";
	display: block;
	width: 50%;
	height: 2px;
	background: #fff;
	border-radius: 1px;
	position: absolute;
	top: 50%;
	margin-top: -1px;
	left: 50%;
	margin-left: -30%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#sending .alertmsg a.close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#sending .alertmsg-inner p {
	color: #fff;
	margin: 0;
}

#sending .alertmsg-inner p img {
	display: none;
}

.pop-forgot {
	z-index: 9;
	position: absolute;
	top: 260px;
	left: 650px;
	width: 250px;
	height: 160px;
	line-height: 1.25;
	padding: 20px;
	background: #FEF0C6;
	border: 2px #BF5402 solid;
	box-shadow: 1px 2px 2px #CD5A09;
	-moz-box-shadow: 1px 2px 2px #CD5A09;
	-webkit-box-shadow: 1px 2px 2px #CD5A09;
	border-radius: 10px;
}

.pop-forgot p {
	margin: 0;
	color: #9D3F00;
}

.pop-forgot .button {
	padding: 2px 15px;
}

.pop-forgot .close {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 16px;
	height: 16px;
	background: url("../images/close.gif") no-repeat 0 0;
}

.pop-forgot .close b {
	display: none;
}

a.fg_sm:active {
	font-size: 1.4rem;
	text-decoration: none;
	color: #333333;
}



.rings {
	width: 55%;
    height: 100%;
    animation: round 60s linear infinite;
    border: solid 1px #1d91ca;
    border-radius: 100%;
    position: fixed;
    bottom: -12%;
    left: -13%;
    z-index: -1;
}
.dot {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    position: absolute;
	top: 38%;
background: linear-gradient(to right,  rgba(152,225,210,1) 1%,rgba(76,192,232,1) 100%); 

}

@keyframes round {

		0% {
			transform: rotate(48deg);
		}
		50%{
			transform: rotate(211deg);
		   }
		   50%{
			transform: rotate(211deg);
		   }
		   100%{
			transform: rotate(48deg);
  		 }

}




@media (max-width: 1440px) {

	.wrap{
		background: url(bodyBgs.png) no-repeat left top;
		background-size: 70% 100%;
	}
	.id4 {
		padding-top: 100px;
		background-size: 290px auto;
	}
	table[width="270"] {
		width: 100%;
		max-width: 315px;
	}
	#loginForm>table td[height="27"] img, table[width="270"] td[width="45"] img {
        right: -37px;
        padding: 4px;
        border: solid 2px #fff;
        top: -5px;
        width: 23px;
        height: 23px;
	}
	#loginForm>table td[height="27"]+td, table[width="270"] td[width="45"]+td {
		width: 290px;
		padding: 6px 0px;
	}
	#ckCode, .input{
		height: 40px;
		padding: 10px 16px 10px 50px;

	}
	#code_img {
		width: 60px;
		height: 25px;
		right: 60px;
		top: 14px;
	}
	input[type="image"]{
		height: auto;
	}
	#loginForm>table td+td+td+td a, table[width="270"] td+td+td+td a {
		top: 15px;
	}
	.dot {
		top: 36%;
	}
	

}

@media (max-width: 1023px) {
	a,
	a.f{
		color: #fff;
	}
	a:hover{
		color: #d6bc63 !important;
	}
	.secondPasswd,
	.wrap{
		background: #1d6290 url(mobileBg.jpg) no-repeat right top;
	}
	.secondPasswd .mainbody,
	.wrap .mainbody {
		width: 100%;
		background: none;
	}
	.id1 td+td:after,
	.id1 td:before{
		background: #fff;
	}
	.id1 {
		bottom: 95px;
	}
	.id4 {
		margin-bottom: 1em;
		background: url(logoMobile.png) no-repeat center top;
		width: 300px;
	}
	input[type="image"]{
		background: #d6bb62;
	}
	.id5 {
		bottom: 68px;
		color: #fff;
	}
	.id6 {
		left: 0;
		bottom: 10px;
		border-top: solid 1px #3386bd;
		width: 100%;
		padding-top: 10px;
		display: flex;
		justify-content: center;
	}
}

@media (min-width: 1025px) and (max-width: 1366px) {
	.rings {
		width: 50%;
		height: 95%;
		bottom: -10%;
		left: -10%;
	}
}
/* popup */
.popup,
.overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.popup {
	z-index: 99;
}

.overlay {
	background: rgba(0, 0, 0, .5);
}

.popWrap {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 4px;
	background: #fff;
	overflow: hidden;
}

.popInner {
	padding: 15px 15px 0;
	min-width: 280px;
	overflow: hidden;
}

.popBd {
	padding: 1em;
	font-size: 1.25em;
}

.popFt {
	border-top: 1px solid #ddd;
	display: table;
	width: 100%;
	padding: .5em 0;
}

.popFt .btn {
	width: 100%;
	padding: 6px 12px;
	height: 34px;
	margin-top: 5px;
	margin-bottom: 5px;
	background: #0b3b58;
	color: #fff;
	border-radius: 6px;
	border: none;
	min-width: 100px;
	max-width: 120px;
}

.popFt:after {
	content: "";
	display: block;
	clear: both;
}

.popFt>div {
	/*float: left;*/
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
}

/*.popFt .col-xs-6 {
	width: 50%;
}*/


.secondPasswd .mainbody {
	top: 0;
}

.secondPasswd .mainbody-inner {
	display: flex;
	justify-content: center;
	align-items: center;
}

.secondPasswd .id5,
.secondPasswd .id6,
.secondPasswd .id1,
.secondPasswd .id2,
.secondPasswd .id3 {
	display: none;
}

.secondPasswd .id4 {
	background: none;
	padding-top: 0;
}

.secondPasswd #loginForm>table {
	/* box-shadow: 0px 35px 20px -35px rgba(0, 0, 0, .5); */
}

.secondPasswd #loginForm table tr:last-child td:last-child {
	text-align: center;
}