﻿@charset "utf-8";
/* CSS Document */
* { 
  margin:0px; 
  padding:0px; 
  overflow:hidden;
}
.div_banner {
  width:100%; 
  min-width:880px;
  height:87px;
  position:absolute;
  top:0px;
  background-color:#1a1e21;
}
.div_banner_left { 
  width:600px;
  height:87px; 
  float:left; 
  text-align:left;
}
.div_banner_right {
  width:230px; 
  height:87px; 
  float:right; 
  text-align:left; }
.span_logopic { 
  width:87px; 
  height:87px; 
  background:url(../images/logo.png) no-repeat; 
  padding:43px;
}
.span_title {
  width:500px; 
  height:87px; 
  font-family:'方正正中黑简体'; 
  line-height:88px; 
  font-size:32px; 
  color:#ebecee; 
}
.span_banner_menu { 
  width:90px; 
  height:87px; 
  text-align:center; 
  line-height:85px; 
  padding:30px;  
}
.div_banner a:link { 
  font-size:16px; 
  font-family:'微软雅黑'; 
  color:#ebecee; 
  text-decoration:none;  
  line-height:85px; 
}
.div_banner a:visited { 
  font-size:16px; 
  font-family:'微软雅黑';
  color:#ebecee;  
  text-decoration:none;
  line-height:85px;
}
.div_banner a:hover { 
  font-size:16px; 
  font-family:'微软雅黑'; 
  color:#ebecee; 
  text-decoration:underline; 
  line-height:85px;
}
.div_banner a:active { 
  font-size:16px; 
  font-family:'微软雅黑'; 
  color:#ebecee; 
  text-decoration:underline;
  line-height:85px;
}

.div_bottom {
  width:100%; 
  min-width:880px; 
  height:101px;
  position:absolute;
  bottom:0px;
  background-color:#32373b;
  text-align:center;
}
.banquan { 
  font-size:10px;
  font-family:'微软雅黑';
  line-height:100px;
  color:#cccccc;
}

.login_area { 
  width:1380px; 
  height:472px;
  min-width:1330px;
  min-height:472px; 
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-236px;
  margin-left:-665px;
  padding:0px; 
  overfollow:visible;
}
.left_pic { 
  width:676px;
  height:472px; 
  float:left; 
  background:url(../images/left_pic.png) no-repeat;
}
.right_login {
  width:450px; 
  height:440px;
  border:0px #CCC solid; 
  float:right;
  margin-right:30px;
  margin-top:10px;
  -webkit-box-shadow: #999 0 0 10px; 
  -moz-box-shadow: #999 0 0 10px;
  box-shadow: #999 0 0 10px;
}






.right_login_title{
	margin-left:61px;
	height:50px;
	margin-top:36px;
    width:328px;
    color:#3f3f3e;
    font-size:20px;
    font-family:'微软雅黑';
    text-align:left;
    line-height:36px;
   
}

.login_area>.right_login>form>div{
    position:relative;
}
.login_area>.right_login>form>div>img{
    position:absolute;
    left:73px;
    top:15px;
	width:16px;
	height:16px;
}
.login_area>.right_login>form input{
    height:46px;
    width:328px;
    border:1px solid #d2d2d2;
    box-sizing:border-box;
    margin-bottom:16px;
    margin-left:61px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    color:#333;
	font-size:14px;
    padding-left:37px;
	font-family:'微软雅黑';
}

.login_area>.right_login>form>.code>input{
    width:200px;
}
.login_area>.right_login>form>.code>.code_img{
    width:125px;
    height:46px;
    float:right;	
    margin-right:50px;
	top:5px;
    cursor:pointer;
}
.login_area>.right_login>form input:focus{
    border:1px solid #999;
}
.login_area>.right_login>form>.yes_login>a{
    display:block;
    width:328px;
    height:46px;
    line-height:45px;
    text-align:center;
    background-color:#00a1e9;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    color:#fff;
    text-decoration:none;
    margin-left:61px;
	font-family:'微软雅黑';
}
.login_area>.right_login>form>.yes_login>a:hover{
    background-color: #0092d3;
}

.login_area>.right_login>form>.banben_wangji{
    height:46px;
    width:328px;
    margin-left:61px;
}
.login_area>.right_login>form>.banben_wangji>.banben{
	float:left;
	width:100px;
	height:46px;
	line-height:46px;
	color:#aaa;
	font-size:12px;
	font-family:'微软雅黑';
}
.login_area>.right_login>form>.banben_wangji>.wangji{
	float:right;
	width:100px;
	height:46px;
	line-height:46px;
	text-align:right;	
}
.login_area>.right_login>form>.banben_wangji>.wangji a:link, a:visited{
	color:#aaa;
	font-size:12px;
	font-family:'微软雅黑';
	text-decoration:none;
}
.login_area>.right_login>form>.banben_wangji>.wangji a:hover, a:active{
	color:#aaa;
	font-size:12px;
	font-family:'微软雅黑';
	text-decoration:underline;
}


@font-face {
font-family:'方正正中黑简体';
src: url(‘../font/方正正中黑简体.ttf’);
}
/*tab标签样式*/
.tabs-nav .tabs-item.active {
    border-bottom: 3px solid rgb(255, 106, 0);
    color: rgb(115, 119, 122);
}
.tabs-nav .tabs-item:last-child {
    border-left: 1px solid rgb(216, 216, 216);
}
.tabs-nav {
    display: flex;
    height: 52px !important;
}
.tabs-nav .tabs-item {
    flex: 1 1 0%;
    line-height: 52px;
    text-align: center;
    font-size: 14px;
    color: rgb(115, 119, 122);
    border-bottom: 1px solid rgb(216, 216, 216);
    cursor: pointer;
}
.tabs-nav .tabs-item .tabs-item-text {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    color: #555;
}
.tab-content.content {
    height: auto !important;
}
.tabs-nav > li.active > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none;
}
.lr-login-accountPassword-form > div {
    height: 43px;
    border-bottom: solid #e0dcdc 1px;
    margin: auto 27px;
}
.dd_login_container {
    text-align:center;
}
.dingdingScan-text {
    font-size: 12px;
    color: rgb(179, 179, 179);
    letter-spacing: 0.37px;
    padding-top: 10px;
    text-align: center;
}
.tabs-nav > li.active > a, .tabs-nav > li.active > a:focus, .tabs-nav > li.active > a:hover {
    border: none;
    background: transparent;
}
.nav-tabs {
     padding-left: 0px; 
    padding-top: 8px;
}
    .nav-tabs > li > a:hover {
        border: none;
        background: transparent;
    }