html,body{min-width:1000px;min-width:1000px}
body{
    padding-top: 46px;
    text-align: center;
    background: #eaeaea;
}
.box-page{clear:both;display:block;overflow:hidden;margin:0 auto;width:1000px;text-align:left}

.layout-topbar {
   z-index: 9000;
   position: fixed;
   top:0;
   right:0;
   bottom:0;
   left:0;
   width: 100%;
   height: 46px;
   min-width:1000px; 
}
.layout-topbar .this-warp {
    z-index: 9001;
    position: relative;
    width: 100%;
    height: 46px;
    min-width:1000px;
    text-align: center;
}
.layout-topbar .this-bg-style{
    z-index: 9002;
    position: absolute;
    width: 100%;
    height: 46px;
    min-width:1000px;
    left:0;
    bottom:0;
    background: #f6f6f6;
    overflow: hidden;
}
.layout-topbar .this-line-style{
    z-index: 9003;
    position: absolute;
    width: 100%;
    height: 1px;
    min-width:1000px;
    left:0;bottom:0;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.layout-topbar .this-topbar{
    z-index: 9004;    
    position: relative;
    width: 1000px;
    height: 46px;
    margin:0 auto;
}

.layout-topbar .topbar-logo{
   float: left;
   display: block;
   width:45px;
   height:45px;
   text-align: center;
   color: #006699;
   overflow: hidden;
}
.layout-topbar .topbar-logo .icon{
   display: block;
   margin:0 auto;
   height:46px;
   line-height:46px;
   font-size: 36px;
   color: #006699; 
   overflow: hidden;
}
.layout-topbar .topbar-logo,
.layout-topbar .topbar-logo:hover{
   color: #006699;
   text-decoration: none;
}
.layout-topbar .topbar-links{}
.layout-topbar .topbar-links-left{float: left;border-left: 1px solid #ddd;}
.layout-topbar .topbar-links-right{float: right;border-right: 1px solid #ddd;}
.layout-topbar .topbar-links a{
   float: left;
   display: block;
   *display:inline;
   *zoom:1;
   padding:0;
   margin:0;
   height:46px;
   line-height: 46px;
   font-size: 14px;
   color: #666;
   cursor: pointer;
   text-decoration: none;
   overflow: hidden;
}
.layout-topbar .topbar-links span{
   display: block; 
   *display:inline;
   *zoom:1;
   position: relative;
   padding:0 10px;
   margin:0;
   height:46px;
   line-height:46px;
   border: none;
   overflow: hidden;
}
.layout-topbar .topbar-links a.this-40{width:40px;}
.layout-topbar .topbar-links a.this-46{width:46px;}
.layout-topbar .topbar-links a.this-50{width:50px;}
.layout-topbar .topbar-links a.this-60{width:50px;}
.layout-topbar .topbar-links a.this-70{width:50px;}
.layout-topbar .topbar-links a.this-80{width:50px;}
.layout-topbar .topbar-links a.this-90{width:50px;}
.layout-topbar .topbar-links a.this-100{width:100px;}
.layout-topbar .topbar-links a.this-110{width:110px;}
.layout-topbar .topbar-links a.this-120{width:120px;}
.layout-topbar .topbar-links a.this-130{width:130px;}
.layout-topbar .topbar-links a.this-140{width:140px;}
.layout-topbar .topbar-links a.this-150{width:150px;}
.layout-topbar .topbar-links a.this-160{width:160px;}

.layout-topbar .topbar-links a:hover{
   margin:0 0 1px 0;
   height:45px;
   line-height:45px;
   text-decoration: none;
   color: #006699;
   background:#fff;
}
.layout-topbar .topbar-links-left a{border-left: 1px solid #f6f6f6;border-right: 1px solid #ddd;}
.layout-topbar .topbar-links-right a{border-left: 1px solid #ddd;border-right: 1px solid #f6f6f6;}
.layout-topbar .topbar-links .this-icon{
   float: left;
   display: block;
   margin:0 5px 0 0;
   height:46px;
   line-height:46px;
   text-align: center;
   font-size: 20px;
   overflow: hidden;
}
.layout-topbar .topbar-links .this-icon-notext{width:46px;}
.layout-topbar .topbar-links .this-icon-notext .this-icon{width:26px;margin:0}
.layout-topbar .topbar-links .this-badge{
   float: right;
   display: block;
   margin:0;
   height:46px;
   line-height:46px;
   text-align: center;
   font-size: 12px; 
   overflow: hidden
}
.layout-topbar .topbar-links a.this-on,
.layout-topbar .topbar-links a.this-on:hover{
   margin:0;
   height:46px;
   line-height:46px;
   color: #006699;
   background: #fff;
   border-left-color:#ddd;
   border-right-color:#ddd;
}
.layout-topbar .topbar-links-left a.this-on-prev{
    border-right-color:#f6f6f6;
}
.layout-topbar .topbar-links-right a.this-on-next{
    border-left-color:#f6f6f6;
}

.layout-topbar .topbar-links a.this-on .this-badge{
   transform:rotate(180deg);
   -webkit-transform:rotate(180deg);
   -moz-transform:rotate(180deg);
   -o-transform:rotate(180deg);
   -ms-transform:rotate(180deg);
}
.layout-topbar .topbar-links .this-notice{
   float: right;
   display: block;
   margin:10px 0 0 5px;
   padding: 0 7px;
   height:26px;
   line-height:26px;
   text-align: center;
   font-size: 14px;
   color: #ffff00;
   background: #0087b4;
   border-radius: 10px;
   text-decoration: none;
   overflow: hidden;
}
.layout-topbar .topbar-links .this-red-point u{
    position: absolute;
    top:8px;
    right:8px;
    height:10px;
    width:10px;
    border-radius: 100%;
    background: #ff0000;
}

.layout-topbar .topbar-links .this-label{
   float: left;
   display: block;
   *display:inline;
   *zoom:1;
   padding:0 10px 0 0;
   margin:0;
   height:46px;
   line-height: 46px;
   font-size: 14px;
   color: #999;
   text-decoration: none;
   overflow: hidden;
}
.layout-topbar .topbar-links .this-username{
    color: #006699;
}
.layout-topbar .topbar-maps{z-index: 9004;border-left: 1px solid #ddd}
.layout-topbar .topbar-maps a,
.layout-topbar .topbar-maps span{z-index:9006;position:relative;float:left;margin:0;padding:0 5px 0 20px;height:45px;line-height:45px;color:#666;font-size:14px;}


.layout-topbar .topbar-maps a,
.layout-topbar .topbar-maps a:hover{text-decoration:none;}
.layout-topbar .topbar-maps a .icon,
.layout-topbar .topbar-maps span .icon{float:left;display:block;margin:0 7px 0 0;padding:0;height:45px;line-height:45px;color:#999;font-size:20px;font-weight:normal;overflow: hidden;}
.layout-topbar .topbar-maps a em,
.layout-topbar .topbar-maps span em{width:0;height:0;border-color:transparent transparent transparent #dddddd;border-style:dashed dashed dashed solid;border-width:23px 0 23px 13px;position:absolute;right:-13px;top:-1px;*top:-2px;line-height:0;font-size:0;}  
.layout-topbar .topbar-maps a u,
.layout-topbar .topbar-maps span u{width:0;height:0;border-color:transparent transparent transparent #f6f6f6;border-style:dashed dashed dashed solid;border-width:23px 0 23px 13px;position:absolute;right:-12px;top:-1px;*top:-2px;line-height:0;font-size:0;}  

.layout-topbar .topbar-maps a:hover{color:#006699;} 
.layout-topbar .topbar-maps a:hover .icon{color:#006699;}

.layout-topbar .topbar-maps .this-on{z-index:9005;background:#fff;color:#666;}
.layout-topbar .topbar-maps .this-on .icon{color:#666;}
.layout-topbar .topbar-maps .this-on u,
.layout-topbar .topbar-maps .this-on:hover u{border-color:transparent transparent transparent #fff;}


.layout-topbar .topbar-maps .this-home{padding-left:10px;color:#006699;background:#eaeaea;}
.layout-topbar .topbar-maps .this-home .icon{font-size:34px;color:#006699;} 
.layout-topbar .topbar-maps .this-home u{border-color:transparent transparent transparent #eaeaea;}
.layout-topbar .topbar-maps a.this-home:hover{background:#eaeaea;color:#006699;}  
.layout-topbar .topbar-maps a.this-home:hover u{border-color:transparent transparent transparent #eaeaea;}  

.layout-topbar .topbar-links .this-submenu,
.layout-topbar-submenu{/* Body this-submenu $('body').append()*/
z-index: 9002;
position: absolute;
left:0;
top:0;
padding: 10px;
background: #fff; 
border-right: 1px solid #ddd;
border-bottom: 1px solid #ddd;
border-left: 1px solid #ddd;
display: none;
}
.layout-topbar-submenu .this-divider{
    clear:both;
    margin:5px 0;
    padding:0; 
    height: 1px;
    border-top: 1px solid #ddd;
}
.layout-topbar-submenu .this-divider-title{
    clear:both;
    margin:5px 0;
    padding:0; 
    height: 16px;
    line-height: 16px;
    text-align: center;
    font-size:12px;
    color:#999;
    border-top: 1px solid #ddd;
}
.layout-topbar-submenu ul{
    margin:0;
    padding:0;
    width:160px;
}
.layout-topbar-submenu li{
    float:none;
    margin:5px 0;
    padding:0;
    text-align: center;
    overflow: hidden;
}
.layout-topbar-submenu li.f-left{float:left;}
.layout-topbar-submenu li.f-right{float:right;}
.layout-topbar-submenu li.f-center{float:left;margin:5px 0 5px 10px;}
.layout-topbar-submenu li.clear-s{
    clear:both;
    margin:0;
    padding:0;   
    height: 1px;
    overflow: hidden;
}
.layout-topbar-submenu li a{
    display: block;
    line-height: 30px;
    margin:0;
    padding:0 10px;
    text-align: left;
    font-size: 14px;
    color:#555;
    border: 1px solid #eaeaea;
    text-decoration: none;
    overflow: hidden;
}
.layout-topbar-submenu li .icon{
    font-size: 16px;
    color:#666;
    margin-right:10px;
}
.layout-topbar-submenu li a:hover{
    color: #006699;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ddd;
}
.layout-topbar-submenu .this-submenu-2cell{width:250px;}
.layout-topbar-submenu .this-submenu-2cell li{width:120px;}

.layout-topbar-submenu .this-submenu-3cell{width:380px;}
.layout-topbar-submenu .this-submenu-3cell li{width:120px;}


.layout-body{
    width:1174px;
    margin:0 auto;
}
.layout-body .layout-body-wrap{
    padding: 10px 0;
    position: relative;
}
.layout-subnav{
    z-index: 8000;
    width: 220px;
    overflow: hidden;
}
.layout-subnav-fixed{
    position: fixed;
    top:56px;
    left:auto;
}
.layout-subnav-abs{
    position: absolute;
    top:6px;
    left:0;
}
.layout-content{
    width:1174px;
    margin:0;
    padding: 0;
}
.layout-subnav~.layout-content{
    width:944px;
    margin-left:230px;
}
.layout-subnav .icon{
    height:35px;
    line-height: 35px;
    width:18px;
    text-align: center;
    overflow: hidden;
}
.layout-subnav .this-icon{
    float: left;
    font-size: 16px;
    margin-right:10px;    
}
.layout-subnav .this-icon-tool{
    float: right;
    font-size: 16px;
    margin-left:10px;
}
.layout-subnav .this-badge{
    float: right;    
    width:18px;    
    font-size: 12px;
}
.layout-subnav .nav>li>b,
.layout-subnav .nav>li>a{
    position: relative;
    display: block;
    padding: 0 15px;
    font-weight: normal;
    border-radius: 4px;
    height:35px;
    line-height: 35px;
    overflow: hidden;
}
.layout-subnav .nav>li>b { 
    border: 1px solid #ddd;
}
.layout-subnav .nav>li>b a{
    padding: 0;
    border-radius: 0;
}
.layout-subnav .nav>li>a,
.layout-subnav .nav>li>b{
    background-color: #f6f6f6;
}
.layout-subnav .nav>li>a:focus,
.layout-subnav .nav>li>a:hover {
    background-color: #EDF4FA;
}
.layout-subnav .nav>li.nav-title>b,
.layout-subnav .nav>li.nav-title>a,
.layout-subnav .nav>li.nav-title>a:focus,
.layout-subnav .nav>li.nav-title>a:hover {
    background-color: #fff;
}

.layout-subnav .nav>li>b a,
.layout-subnav .nav>li>b a:focus,
.layout-subnav .nav>li>b a:hover {
    color: #666;
    text-decoration: none;
}
.layout-subnav .nav>li.nav-title>b a,
.layout-subnav .nav>li.nav-title>b a:focus,
.layout-subnav .nav>li.nav-title>b a:hover{
    color: #666;
}

.layout-subnav .nav li .collapsed .this-badge{
   transform:rotate(180deg);
   -webkit-transform:rotate(180deg);
   -moz-transform:rotate(180deg);
   -o-transform:rotate(180deg);
   -ms-transform:rotate(180deg);
}

.layout-subnav .nav>li>.this-title{
    color:#fff;
    background-color: #337ab7;
}
.layout-subnav .nav>li>.this-title:focus,
.layout-subnav .nav>li>.this-title:hover {
 background-color: #3074AB;
}
.layout-subnav .nav>li>.this-title.collapsed{
    color:#fff;
    background-color: #3074AB;
}
.layout-subnav .nav>li>.this-title.collapsed:focus,
.layout-subnav .nav>li>.this-title.collapsed:hover {
    background-color: #3D8AC9;
}
.layout-subnav .nav-collapse{
    margin:0;
    border-radius: 4px;
    background: #fff;
}
.layout-subnav .nav>li>ul li{
    margin-top:5px;
}
.layout-subnav .nav>li>ul li a .this-icon{
    float: left;
}
.layout-subnav .nav>li>ul li a.this-on,
.layout-subnav .nav>li>ul li a.this-on:focus,
.layout-subnav .nav>li>ul li a.this-on:hover {
    background: #c0dcf3;
}

.box-section-bg{
    z-index: 8000;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width: 100%;
    min-width:1200px; 
    height: 300px;
    text-align: center;
    overflow: hidden;
}
.box-section-bg-blue{
    background: #1361d0 url('/static-user/img/box-section-blue.png') top left no-repeat;
}


body{
    overflow-y: scroll;
}

.box-section-login{
   z-index: 8001;
   position: relative;
   text-align: center;
   overflow: hidden;
}
.box-section-login .this-warp{
    width: 600px;
    margin: 0 auto;
}
.box-section-login .this-title{
    height: 100px;
    line-height: 100px;
    color: #fff;    
    font-size: 28px;
}
.box-section-login .this-form{
    background: #fff;
    margin-top:500px;     
    padding: 25px 100px;
    border-radius:5px;
    opacity: 0;
}

.box-section-login .label-validator input{
    float: left;
    width:230px;
    *width:210px;
    margin: 0;
}
.box-section-login .label-validator img{
    float: right;
    width:150px;
    padding: 0;
    margin: 0;
}
.box-section-login .label-mobilecode input{
    float: left;
    width:220px;
    *width:200px;
    margin: 0;
}
.box-section-login .label-mobilecode button{
    float: right;
    width:160px;
    padding: 0;
    margin: 0;
}
.box-section-login .label-mobilecode button.button-large{
  font-size: 14px;
  font-weight: normal;
}

.box-section-login .this-oauth-login a,
.box-content-oauth .this-oauth-login a{
    display: inline-block;
    margin:0;
    width:70px;
    height:70px;
    line-height: 70px;
    text-align: left;
    color:#0080BD;
    font-size:50px;
    text-decoration: none;
    overflow: hidden;
}
.box-content-oauth .this-oauth-login a{
    padding: 0;
    width:100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size:16px;  
    border: 1px solid #ddd;
    background: #f6f6f6;
    border-radius:5px;
}
.box-content-oauth .this-oauth-login a i{
    float: left;
    display: block;
    text-align: center;
    width:60px;
    height:60px;
    line-height: 60px;
    font-size:50px;
}

.box-section-login .this-oauth-login a:hover,
.box-content-oauth .this-oauth-login a:hover{
    color:#0094DB;
    text-decoration: none;
}
.box-section-login .this-oauth-login a.t-green,
.box-content-oauth .this-oauth-login a.t-green{color:#008800 !important}

.box-section-login .this-oauth-login a.t-green:hover,
.box-content-oauth .this-oauth-login a.t-green:hover{color:#009900 !important}

.box-section-login .this-oauth-login a.t-blue,
.box-content-oauth .this-oauth-login a.t-blue{color:#1069C2 !important}

.box-section-login .this-oauth-login a.t-blue:hover,
.box-content-oauth .this-oauth-login a.t-blue:hover{color:#2388ED !important}

.box-content-oauth .this-sub-left,
.box-content-oauth .this-sub-right{
    width:48%;
    overflow: hidden;
}
.box-content-oauth .this-sub-right{
    border-left: 1px solid #ddd;
}
.box-content-oauth .this-warp{
    clear: both;
    padding:25px;
}
.box-content-oauth h1{
    margin: 0;
    padding: 0;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #006699;
    font-weight: normal;    
    overflow: hidden;
}
.box-content-oauth h2{
    margin: 0;
    padding: 0;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #006699;    
    font-weight: normal;
    overflow: hidden;
}
.box-content-oauth p{
    margin: 10px 0;
    padding: 0;
    line-height: 18px;
    font-size: 12px;
    color: #666;
}