/*CSS header 以下与base.css代码重复,可删除*/
.fl{float:left;}
.fr{float:right;}
.wrapper {
	margin:0 auto;
	width:1000px;
}
.header{
    height:100px;
    background:#ffffff;
    position:relative;
    z-index:99;
     -webkit-box-shadow:0 0 10px rgba(0, 0, 0, .2);  
      -moz-box-shadow:0 0 10px rgba(0, 0, 0, .2);  
      box-shadow:0 0 10px rgba(0, 0, 0, .2);
    }
    .header .logo{ font-size:28px; color:#118dd7; font-weight:bold; width:500px;}
    .header .logo p size{font-size:20px; }
    .header .per_center{line-height:96px; font-size:16px; color:#8e8e8e;}

    /* register */
    .register{
        margin-top: 30px;
    }
    .reg_title{
        width: 100%;
        border-radius: 20px;
        color: #fff;
        height: 38px;
        /* line-height: 38px; */
        background-color: #407fca;
        box-sizing: border-box;
        padding: 5px 16px;
    }
    .reg_title h1{
        font-size: 16px;
        display: inline-block;
        margin: 0;
        position: relative;
        margin-right: 18px;
    }
    .reg_title h1::after{
        content: '';
        width: 1px;
        height:20px;
        background-color: rgba(255, 255, 255, .6);
        position: absolute;
        right: -12px;
    }
    .reg_title a{
        color: yellow;
        margin-left: 6px;
        display: inline-block;
        padding: 4px 8px;
    }
    .reg_title a:hover{
        padding: 6px;
        background-color: yellow;
        padding: 4px 8px;
        color: #333;
        border-radius: 4px;
        text-decoration: none;
    }

    .regsub_title{
        position: relative;
        width: 98%;
        margin: 30px auto 24px;
    }
    .regsub_title::before{
        content: '';
        width: 4px;
        height:16px;
        position: absolute;
        background-color: #407FCA;
    }
    .regsub_title h2{
        font-size: 16px;
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 10px;
        padding-left: 14px;
    }
    .regsub_title span{
        position: absolute;
        right:10px;
        top:0px;
        color: #F54D24;
    }

    /* footer */
    #footer{
        width: 100%;
        border-top: 1px solid #e4e4e4;
        padding-top: 16px;
        margin-top: 16px;
        margin-bottom: 12px;
    }
    .loginFoot{
        padding-top: 26px !important;
        margin-top: 0 !important;
    }

	.foot_lef{
        position: absolute;
       width: 534px;
       left:50%;
       transform: translateX(-50%);
    }

    .foot_lef img{
        float: left;
        margin-right: 26px;
        margin-top: -8px;
    }
    .foot_lef::after{
        position: absolute;
        content: '';
        width: 1px;
        height: 60px;
        background-color: #e4e4e4;
        top: 0;
        left: 70px;
        margin-right: 16px;
    }

    /* 企业端 */
    .txtSwap{
        width: 100%;
        border: 1px solid #e4e4e4;
        box-sizing: border-box;
        padding: 10px;
        min-height: 120px;
    }
    .jlMean select{
        width: 30%;
        margin-right: 12px;
        float: left;
    }

    /* login */
    .loginSwap{
        width: 100%;
        min-height: 410px;
        background: url(../images/bg_02.png) no-repeat center top;
        background-color: #ccc;
    }
    .kindReminderSwap{
        width: 100%;
        min-height: 410px;
		background-color:#fff;
    }
    .otherBg{
        background:url(../images/b2.png) no-repeat center top;
    }
    .loginSwap .container{
        position: relative;
    }
    .kindReminderSwap .container{
        position: relative;
    }
    
    .kindReminderBox{
        width: 100%;
        height: 336px;
        background-color: #fff;
        position: absolute;
        top: 38px;
        right: 30px;
        border-radius: 6px;
        border:1px solid #e4e4e4;
        padding: 16px;
        box-sizing: border-box;
    }
    
    .selectUserTypeBox{
        width: 334px;
        height: 336px;
        background-color: transparent;
        position: absolute;
        top: 38px;
        right: 30px;
        border-radius: 6px;
        padding: 16px;
        box-sizing: border-box;
    }
    
    .loginBox{
        width: 334px;
        height: 336px;
        background-color: #fff;
        position: absolute;
        top: 38px;
        right: 30px;
        border-radius: 6px;
        padding: 16px;
        box-sizing: border-box;
    }
    
    .unitUserBindHistoryBox{
        width: 380px;
        height: 336px;
        background-color: #fff;
        position: absolute;
        top: 38px;
        right: 30px;
        border-radius: 6px;
        padding: 16px;
        box-sizing: border-box;
    }
    
    .otherPostionBox{
        left:30px;
        right: 0;
    }
    .loginBox ul{
        margin-top: 10px;
    }
    .loginBox ul li{
        width: 49%;
        height: 36px;
        display: inline-block;
        list-style: none;
        font-size: 15px;
        color: #aaa;
    }
    .loginBox ul li.active{
        color: #0e5b9d;
        font-weight: bold;
        position: relative;
    }
    .loginBox ul li.active::after{
        content:'';
        position: absolute;
        width: 70px;
        height: 2px;
        background-color: #0e5b9d;
        top:35px;
        left:-5px;
    }
    .loginBox ul li a{
        color: #aaa;
    }
    .loginBox ul li a:hover{
        color: #0e5b9d;
        text-decoration: none;
    }
    .loginBox hr{
        margin-top: -10px;
    }
    .col-sm-8,.col-sm-4{
        padding-left: 0;
    }
    .col-sm-4{
        padding-right: 4px;
    }
    .loginBtn{
        width: 326px;
        margin-left: 36px;
        margin-top: 8px;
    }
    .loginBox .form-horizontal{
        margin-left: -30px;
        margin-right: 10px;
    }
    .loginFooter{
        width: 96%;
        margin-left: 8px;
    }