 body,html{
	height: 100%;
	min-height: 680px;
	margin: 0;
	padding: 0;
}
html{
	overflow: auto;
}
body{
	overflow-y: hidden;
	overflow-x: auto;
	position: relative;
}
.container-fluid,
.container-fluid .col-lg-12,
.container-fluid .row{
	padding: 0 !important;
	margin: 0 !important;
	min-width: 1280px;
	position: relative;
	height: 100%;
}
/* 轮播图 */
.login-background{
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	z-index: -10;
}
.white-bg{
	background: url(../images/login/banner_bg.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.night-bg{
	background: url(../images/login/night-bg.jpg) no-repeat;
	background-size: cover;
	background-position: 50%;
}
.login-banner-bg {
	position: absolute;
}

.login-banner-bg,
.login-banner-bg .carousel,
.login-banner-bg .carousel-inner,
.login-banner-bg .carousel-inner img,
.login-banner-bg .carousel-inner .item {
	height: 100% !important;
	width: 100%;
	min-width: 1200px;
}

.login-banner-bg .carousel-indicators {
	z-index: 101;
	bottom: 35%;
	text-align: left;
	width: 20%;
}

.login-banner-bg .carousel-indicators li {
	width: 36px;
	height: 5px;
	background: #FFF;
	border: 0;
}

.login-banner-bg .carousel-indicators li.active {
	background: #D7000F;
}

/*头部*/

.login-header {
	height: 64px;
	line-height: 64px;
	background: #000\9;
	filter: Alpha(opacity=30);
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	position: relative;
}
.login-header:not(IE9Only){
	filter: Alpha(opacity=90);
}
.login-header .h-content {
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
	position: relative\9;
}

.login-header .h-left {
	float: left;
}

.login-header .h-right {
	float: right;
	color: #FFF;
	font-size: 16px;
}

.login-header .h-right>ul>li {
	position: relative;
	float: left;
	margin-right: 32px;
}
.login-header .h-right>ul>li:hover >.h-r-help-list{
	display: block;
}
.login-header .h-right a {
	color: #fff;
}

.login-header .h-right a:hover {
	text-decoration: underline;
}

.h-r-deposit {
	margin-left: 16px;
	margin-right: 0 !important;
	cursor: pointer;
}

.demo{
	color:#fff;
	font-size: 24px;
	padding-left: 10px;
	box-sizing: border-box;
}
.demoR{
	color:red;
	font-size: 24px;
	padding-left: 10px;
	box-sizing: border-box;
}
/*帮助中心*/
.h-r-help-list{
    position: absolute;
    top: 56px;
    right: 0px;
    z-index: 110;
    background: rgba(255,255,255,0.94);
    color: #000;
    padding: 36px 40px;
    border-radius: 5px;
    background: #FFF \9;
    filter: alpha(opacity=94)\9;
    display: none;
    box-shadow: 0em 8px 28px 0px rgba(0,0,0,0.08);
}
.h-padding-r{
	padding-right: 0 !important;
}
.h-padding{
    padding: 24px 40px !important;
}
.h-r-help-list:before{
	content: "";
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-bottom-color: #fff;
    position: absolute;
    top: -18px;
    right: 23px;
}
.h-r-help-list li{
	font-size: 14px;
    line-height: 26px;
}
.h-r-help-list a,
.h-r-help-list p{
	color: #333 !important;
}
.h-r-help-list h4{
	font-size: 14px;
	font-weight: 700;
	margin: 0 0 10px 0;
	
}
.h-r-help-list .color{
	color: #D7000F;
}
.h-r-help-list .blod{
	margin-bottom: 3px;
	color: #333;
	font-weight: 700;
}
.h-r-help-list img{
	margin-left: 10px;
}
.h-r-help-list .col-xs-2,
.h-r-help-list .col-xs-3,
.h-r-help-list .col-xs-4,
.h-r-help-list .col-xs-5,
.h-r-help-list .col-xs-6,
.h-r-help-list .col-xs-7,
.h-r-help-list .col-xs-12{
	padding: 0;
}
/* 主体 */
.login-main{
	height: 100%;
}
.login-main .main-form {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.login-main .l-m-form {
	width: 408px;
	padding: 32px 32px 24px 32px;
	border-radius: 5px;
	float: right;
	background: rgba(255, 255, 255, 0.6) !important;
	box-shadow: 0px 0px 50px 0px rgba(0,0,0,0.08);
	position: absolute;
	right: 0;
	top: 50%;
    margin-top: -333px;
}
.l-m-tips{
	color: #666; 
	background: url(../images/login/combined_shape.png) no-repeat left center; 
	padding: 0 18px;
	margin-bottom: 17px;
	font-weight: 400;
	font-size:12px;
	display: none;
}
.l-m-tips-en{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;

}

.l-m-form .l-m-f-top {
	border-bottom: 1px solid #ccc;
	margin-bottom: 24px;
	padding-bottom: 11px;
	position: relative;
}

.l-m-form .l-m-f-top .active {
	color: #333333;
	font-weight: 600;
}

.l-m-form .l-m-f-top .active:before {
	content: " ";
	width: 64px;
	height: 3px;
	background: #D7000F;
	position: absolute;
	bottom: 0;
}
.l-m-form .l-m-f-top-en .active:before {
	width: 116px !important;
}
.l-m-form .l-m-f-top span {
	font-size: 16px;
	margin-right: 48px;
	cursor: pointer;
}

.l-m-f-center>ul>li {
	width: 100%;
	height: 40px;
	background: #F5F5F5;
	border: 1px solid #DCDCDC;
	border-radius: 2px;
	margin-bottom: 16px;
	background: #FFF;
	position: relative\9;
}

.l-m-f-center .l-m-f-input {
	position: relative;
}
.l-m-f-center .l-m-f-input .i-label {
	display: inline-block;
	width: 23%;
	height: 38px;
	color: #333333;
	letter-spacing: 0;
	font-weight: 400;
	line-height: 40px;
	padding-left: 10px;
	background: #F5F5F5/*rgba(254, 254, 254, 0.4);*/
}
.l-m-f-center-en .l-m-f-input .i-label {
	width: 38%;
}
.l-m-f-center .l-m-f-input .i-phone-label {
	width: 36%;
}

.l-m-f-center .l-m-f-input .i-userCode {
	width: 64%;
}

.l-m-f-center .l-m-f-input #inputMesVerifyCode {
	width: 64%;
}
.l-m-f-input input[disabled]{
	background: #fff;
}
.l-m-f-center .l-m-f-input input {
	height: 38px;
	width: 77%;
	color: #333;
	font-weight: 400;
	line-height: 38px;
	border: 0;
	padding-left: 10px;
	float: right;
}
.l-m-f-center-en .l-m-f-input input {
	width: 62%;
}
.l-m-f-center .l-m-f-input p {
	font-size:12px;
}
.l-m-f-center .l-m-f-input input::-ms-clear {
	display: block !important;
}
.l-m-f-center .l-m-f-input input::input-placeholder {
	color: #A8A8A8;
	font-weight: 400;
}
.l-m-f-center .l-m-f-input input:-ms-input-placeholder {
	color: #A8A8A8;
	font-weight: 400;
}
.l-m-f-center .l-m-f-input input::-moz-input-placeholder {
	color: #A8A8A8;
	font-weight: 400;
}
.l-m-f-center .l-m-f-input input::-webkit-input-placeholder {
	color: #A8A8A8;
	font-weight: 400;
}
.l-m-f-center .l-m-f-input .i-a-sms {
	color: #0072db;
	position: absolute;
	top: 9px;
	right: 3px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
	width: 81px;
	z-index: 2;
	cursor:not-allowed;
}
.l-m-f-input #oEdit2 {
	width: 76%;
	height: 40px;
	margin: 0 !important;
}
.l-m-f-input-en #oEdit2 {
	width: 62% !important;
}
#passwordreaset .default,
#passwordreaset .i-userCode{
	width: 100%;
	height: 30px;
	border: 0;
	padding-left: 10px;
}

.l-m-f-input #verifyCode {
	height: 38px;
	vertical-align: top;
	cursor: pointer; 
	position: absolute; 
	z-index: 2;
	right: 0;
	top: 0;
}

.l-m-f-center .l-m-f-button {
	width: 344px;
	height: 48px;
	border-radius: 2px;
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	font-weight: 600;
	border: 0;
	background: #D7000F !important;
}
.l-m-f-center .l-m-f-button:hover {
	background: #DF333F !important;
}
.l-m-f-center .l-m-f-button:active,
.l-m-f-center .l-m-f-button:visited{
	background: #B6000C !important;
}
.l-m-f-input button {
	height: 38px;
	float: right;
}
.ipt_pwd_rjp{
	position: absolute;
	right: 0;
	z-index: 2;
}
.l-m-f-input #inputMesVerifyCode {
	width: 73%;
}
.l-m-f-input .icon-circle-remove {
	background: url(../images/login/icon-circle-remove.png) no-repeat;
	width: 16px;
	height: 16px;
    position: absolute;
    top: 11px;
    right: 10px;
    font-size: 12px;
    color: #a8a8a8;
    cursor: pointer;
    z-index: 2;
}
.l-m-f-input:before{
	content: "";
	position: absolute;
    right: 0px;
    cursor: pointer;
    z-index: 1;
    background: #fff;
    width: 30px;
    height: 38px;
}
#loginPassword .l-m-f-input:before{
 	background: rgba(245, 245, 245, 0.2);
}
.l-m-f-footer {
	font-size: 0;
	color: #000000;
	letter-spacing: 0;
	font-weight: 400;
	margin-top: 14px;
	position: relative\9;
}

.l-m-f-footer .tip-list {
	display: none;
	background: #FFF;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
	border-radius: 2px;
	position: absolute;
	padding: 4px 0;
	z-index: 300;
}

.l-m-f-footer .tip-list > a {
	display: block;
	font-size: 14px;
	color: #333333;
	padding: 9px 12px;
	text-align: left;
	margin: 0;
	line-height: 14px;
}

.l-m-f-footer .tip-list > a:hover {
	background: #F3F3F3;
}

.l-m-f-footer span {
	font-size: 0;
	margin-right: 30px;
	display: inline-block;
}

.l-m-f-footer span a {
	font-size: 14px;
}

.l-m-f-footer span:last-child {
	font-size: 14px;
	margin-right: 0;
}
.l-m-f-footer span.mr0{
	margin-right: 0;
	float: right;
}
.l-m-f-footer a {
	color: #000000;
}

.l-m-f-footer a:hover {
	text-decoration: underline;
}
.l-m-f-footer .f-f-bottom{
	margin-top: 12px;
}
.l-m-f-footer .f-servicenotice{
	text-align: right;
	line-height: 16px;
}
.f-servicenotice img{
	vertical-align: top;
}
/* 密码框样式 */

#loginpwd_str {
	display: block;
	position: absolute;
	top: 0;
	left: 79px;
	border: none;
	height: 38px;
	line-height: 38px;
	z-index: 0;
}
.l-m-f-input-en #loginpwd_str{
	left: 132px !important;
}

#loginpwd_str object {
	height: 38px;
	width: 263px;
	padding-left: 10px;
}

.l-m-f-input-en #loginpwd_str object {
	width: 210px !important;
}
.login-error-info {
	margin: 0;
	color: #D7000F;
	padding-left: 91px;
}

.logn-editPass{
	width: 100%;
	height: 100%;
}
/*下拉框*/

.l-m-f-input .ec-sel-item {
	width: 264px;
	position: absolute;
	right: 0;
	z-index: 888;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 16px;
	max-height: 250px;
	overflow-y: auto;
}

.l-m-f-input .ec-sel-item li {
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
	line-height: 25px;
}


/* 底部 */
.login-footer {
	position: absolute;
	bottom: 0;
	z-index: 99;
	width: 100%;
}
/* .login-footer{
	cursor:not-allowed;
} */
.cursor{
	cursor: not-allowed;
}
.login-footer .f-main {
	font-size: 16px;
	font-weight: 400;
	padding: 24px 0 16px 0;
	margin: 0 auto;
	background: #000 \9;
	filter: Alpha(opacity=50)\9;
	background: rgba(0, 0, 0, 0.5);
	color: #D6D6D6;
}
.login-footer .f-main a{
	opacity: 0.9;
}
.login-footer .f-main:not(IE9Only){
	filter: Alpha(opacity=96);
}
.login-footer-night .f-main {
	filter: Alpha(opacity=60)\9;
	background: rgba(0, 0, 0, 0.6);
}
.login-footer .f-c-common {
	float: left;
}

.login-footer .f-c-common ul li {
	float: left;
	margin-right: 37px;
	line-height: 14px;
	margin-top: 18px;
}

.login-footer .f-c-common span {
	font-size: 18px;
	font-weight: 600;
	display: block;
	padding-bottom: 2px;
	color: #FFF;
}

.login-footer .f-c-common a {
	color: #FFF;
}

.login-footer .f-c-common a:hover {
	text-decoration: underline;
}

.login-footer .f-content {
	margin: 0 auto;
	width: 1200px;
	position: relative\9;
}

.login-footer .f-c-left {
	width: 421px;
}

.login-footer .f-c-center {
	width: 246px;
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
	padding: 0 60px 0 60px;
	box-sizing: content-box;
	border-color: #fff;
	border-color: rgba(255,255,255,0.6);
}

.login-footer .f-c-right {
	width: 371px;
	padding: 0 0 0 60px;
}

.login-footer .f-c-right ul {
	margin-top: 10px;
}

.login-footer .f-c-right ul li {
	margin: 4px 37px 0 0;
}

.login-footer .f-c-right ul li img {
	margin-right: 5px;
}

.login-footer .f-bottom {
	margin: 0 auto;
	width: 1200px;
	margin-top: 31px;
	position: relative\9;
}
.login-footer .f-bottom .foot{
	line-height: 12px;
}
.login-footer .f-bottom span {
	font-size: 12px;
	margin-right: 4px;
}

.l-panel-container {
	display: none;
	background: #fff;
	position: fixed;
	z-index: 105;
	height: 100%;
	width: 100% !important;
	min-width: 1200px;
	top: 0;
	background: #F5F5FA;
	margin: 0 auto;
}
.l-panel-container .cotb-role-button{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -218px;
}
.new-cotb-footer{
	width:100%;
	margin:0 auto;
	background:#343D5C;
	color:#fff;
	height: 64px; 
	line-height: 64px; 
	margin-top: 24px;
	position: absolute;
	bottom: 0;
}

/*表单校验*/
.red-border {
	border: 1px solid #D7000F !important;
}

.error-info {
	color: #D7000F;
}

.login-container p {
	margin: 0;
	padding: 0;
}

.con-span3 {
	color: #2a8fe0;
	cursor: pointer;
}
.width490{
	width: 490px;
}
.width192{
	width: 192px;
}
.width685{
	width: 685px;
}
.m-right{
	margin-right: 0 !important;
}
#loadInputPwd #passwordId_down{
	display: inline-block;
	margin-left: 10px;
}
/*营销信息*/
#advertPop{
	top: 50%;
	position: absolute;
	margin-top: -343px !important;
}
.laypage_prev,
.laypage_next{
  color: #ffffff;
  background-color: #e8313e;
  border-color: #e8313e;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  padding: 5px 12px;
  font-size: 14px;
  border-radius: 4px;
  margin-right: 10px;
  min-width: 100px;
}
.laypage_dis{
	background-color: #CCCCCC !important;
	color: #fff;
	opacity:0.65;
	cursor: not-allowed;
	pointer-events: auto !important;
}
.laypage_dis:hover
.laypage_dis:focus{
	background-color: #CCCCCC !important;
	color: #fff;
	pointer-events: auto;
}
.laypage_prev:hover,
.laypage_prev:focus,
.laypage_next:hover,
.laypage_next:focus{
  color: #ffffff;
  background-color:#DF333F;
  border-color:#DF333F;
}
.layui-layer-title {
	color: #fff !important;
	background-color: #d8141c !important;
}
.layui-layer-btn {
	text-align: center !important;
}
#keyManager{cursor:pointer;}
.keyManager{width:400px;color:#333;}
.keyManager .modal-header{background:#d8141c;color:#fff;}
.keyManager .modal-body{height:200px;padding:10px;font-size:12px;}
.keyManager .modal-body .form-control{border:1px solid #cccccc;}
.keyManager .modal-body .col-xs-4{padding:0 10px 0 0;font:bold 14px/30px '微软雅黑';text-align:right;}
.keyManager .modal-body .col-xs-8{padding:0;}
.keyManager .modal-body .col-xs-12{padding:0 0 20px 0;}
.keyManager textarea{height:100px;}
/*新老版本切换*/
.new-cotb-version-change {
	background: rgba(255, 255, 255, 0.60);
	width: 42px;
	height: 42px;
	position: fixed;
	top: 40%;
	text-align: center;
	cursor: pointer;
	z-index: 300;
}

#versionChangePopups {
	top: 50%;
	position: absolute;
	margin-top: -343px !important;
	font-size: 14px;
}
#versionChangePopups  .ec-res-title{
	height: 40px;
	line-height: 40px;
}
#versionChangePopups textarea {
	height: 64px;
	width: 559px;
}

#versionChangePopups .dh30 {
	height: 30px;
	line-height: 30px;
}

#versionChangePopups .placeHolder {
	position: absolute;
	left: 36px;
	bottom: 26px;
	color: #999;
}
.h-r-help-list .h-r-safeControl{
	line-height: initial !important;
}
.h-r-help-list .h-r-safeControl .col-xs-2{
	width: 20% !important;
}
.h-r-help-list .h-r-safeControl .baseAlertPro{
	background: #FFF1F0;
	border: 1px solid rgba(207,19,34,1);
	border-radius: 2px;
	font-size: 14px;
	color: #333333;
	width: 420px;
}
.h-r-help-list .h-r-safeControl p{
	font-size: 10px;
	color: #909090 !important;
	text-align: center;
	font-weight: 400;
}
.h-r-help-list .h-r-safeControl i{
	font-size: 20px;
	color: #909090 !important;
}
.h-r-safeControl .h-r-setGuide{
	display: inline-block;
	background: #FFFFFF;
	border: 1px solid rgba(251,94,84,1);
	border-radius: 2px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	line-height: 12px;
	padding: 6px 8px;
	text-decoration: none;
	position: relative;
	top: -10px;
	outline: none;
	margin-left: 8px;
}
.h-r-download-button{
	background: #D7000F;
	border-radius: 2px;
	padding: 9px 8px;
	position: absolute;
	line-height: 14px;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: 400;
	right: 40px;
	cursor: pointer;
}
.h-r-setGuide:hover{
	text-decoration: none !important;
}
.h-r-help-list .h-r-safeControl img{
	margin: 0;
}
.h-r-help-list .h-r-safeControl h4{
	font-size: 14px;
	color: #D7000F;
	font-weight: 700;
	margin: 0;
}
.h-r-help-list .h-r-safeControl span{
	font-size: 12px;
	color: #333333;
	font-weight: 400;
}
.l-m-f-question{
	color: #666666;
	line-height: 34px;
}
.l-m-f-question a{
	color: #1890FF;
	text-align: center;
	text-decoration: underline;
	padding-left: 6px;
}
.l-m-f-input-tips{
	position: relative; 
	top: -65px; 
	left: -408px;
}
.l-m-f-input-tips:after{
	content: "";
	width: 10px;
	height: 10px;
	border: 10px solid transparent;
	border-left-color: #F5F5F5;
	position: absolute;
	right: -68px;
	top: 41px;
}
