﻿
* {
    margin: 0px;
    padding: 0px;
   
}

ul, li {
    list-style: none;
}

a {
    color: #000;
}
.nav>li>a:focus, .nav>li>a:hover{
    background:transparent;
}
.navbar {
    /*background-color: #164194;*/
    background:#ffffff;
    height: 90px;
    color: #fff;
    overflow: hidden;
    font-size: 14px;
    border-radius: 0px;
    line-height:67px;
    box-shadow: 0px 3px 2px 0px rgba(202, 201, 201, 0.35);
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.HomeLink {
    height: 67px;
    padding-right: 30px;
    line-height: 67px;
    font-size: 16px;
    color: #000;
    margin-top: 10px;
}

.HomeLink a {
    color: #f48d35;
}

.regArea {
    width: 950px;
    margin: 57px auto;
    min-height: 415px;
}

.step {
    margin: 0 auto;
    display: block;
    height: 60px;
}

.step li {
    position: relative;
    text-align: center;
}

.step .num {
    position: relative;
    z-index: 2;
    background: #fff;
    width: 54px;
    height: 30px;
    text-align: center;
    display: inline-block;
}

.step .on .line_bg, .step .on .num em {
    background: #1296db;
}

.step .num em {
    background: #a2bbec;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    z-index: 2;
}

.step .num em, .num i {
    width: 24px;
    height: 24px;
    display: inline-block;
    left: 15px;
    top: 2px;
    position: absolute;
}

.f-r5 {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.step .num i {
    z-index: 3;
    color: #fff;
    font-style: normal;
    font-weight: 700;
    top: 4px;
}

.step .lbg-l {
    left: 0;
}

.step .lbg-r {
    right: 0;
}

.step .line_bg {
    height: 3px;
    background: #d9eaf3;
    display: inline-block;
    width: 50%;
    top: 13px;
    position: absolute;
    z-index: 1;
}

.step .on .lbg-txt {
    color: #1196db;
    margin-top: 10px;
}

.step .lbg-txt {
    position: relative;
    color: #b6c6ce;
    font-size: 13px;
    margin-top:5px;
}

.R_tab {
    margin: 35px auto;
}

.r-nav-tabs {
    margin-bottom: 20px;
    margin-left: 270px;
}

.peasonlAccount, .companyAccount {
    width: 135px;
    height: 45px;
    outline: 0;
    border: 0;
    display: inline-block;
}

.peasonlAccount {
    margin-right: 88px;
}

.r-nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.r-nav-tabs > li > a {
    font-size: 17px;
    padding: 7px 5px;
}

.r-nav-tabs > li i {
    margin-right: 7px;
}

.r-nav-tabs .active a {
    color: #164194;
    font-weight: bold;
    border-bottom: 3px solid #164194;
}

.R-content {
    margin-left:197px;
    margin-top: 32px;
}

.intelligent-label {
    display: inline-block;
    width: 180px;
    padding-right: 20px;
    vertical-align: middle;
    color: #555;
    text-align: right;
    margin-top: 17px;
}

.intelligent-label b {
    margin-right: 5px;
    font-weight: normal;
    color: red;
}

.rowm {
    margin-top: 16px;
    clear: both;
    overflow: hidden;
}

.rown2 {
    margin-left: 141px;
    margin-bottom: 20px;
    font-size: 16px;
}

input[type="radio"], input[type="checkbox"] {
    margin-right: 5px;
    vertical-align: middle;
    margin-top: -2px;
    margin-bottom: 1px;
}

input {
    font: 14px/1.3 PingFangSC-Light,PingFang SC,Helvetica,Tahoma,Arial,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
    color: #222;
    outline: 0;
}

.ipt {
    color: #333;
    padding: 0 2em 0 1em;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border .2s;
    -moz-transition: border .2s;
    transition: border .2s;
    -webkit-appearance: none;
    width: 325px;
    height: 50px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.iptTips {
    margin-left: 5px;
}

.required {
    margin-left: 137px;
    font: 14px/1.3 PingFangSC-Light,PingFang SC,Helvetica,Tahoma,Arial,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
    color: #222;
}
.f-ml5 {
    color: #999;
}
.rownVerification .ipt {
    width: 211px;
}

.rownVerification .get {
    cursor: pointer;
    background-color: #f3f5f7;
    border-color: #e3e3e3;
    color: #1296db;
    border-radius: 3px;
    width: 108px;
    padding: 5px 0px;
    font-size: 14px;
    height: 50px;
    letter-spacing: 0.55px;
    text-align: center;
    display: inline-block;
    border: none;    
}

.loginnow {
    width: 120px;
    height: 37px;
    display: inline-block;
    line-height: 45px;
    border-radius: 4px;
    background-color: #ff6000;
    color: #fff;
    text-align: center;
    border: none;
    font-size: 16px;
    cursor:pointer;
}
.loginnow:hover {
   
    background-color: #f48d35;
   
}
.nextbtn {
    height: 45px;
    color: #fff;
    outline: none;
    border: 0;
    letter-spacing: 3px;
    font-size: 16px;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 2.5em;
    background: #f55e00;
    margin-top: 21px;
}
    .nextbtn:hover {
        background: #ff6a0d;
    }
    .nextbtn2 {
        background: transparent;
        border: 1px solid #989696;
        color: #616161;
    }
.ke-textarea {
    width: 370px;
    height: 160px;
    border: 1px solid #ddd;
    padding:10px;
}
.add{
    width: 120px;
    height: 98px;
    border:1px solid #164194;
    color: #164194;
    text-align: center;
    display: inline-block;
}
.add  p:first-child{
    font-size:41px;
    margin-bottom: 0px;
}
.r_logo {
    vertical-align: initial;
    color: #000;
    font-size: 20px;
    margin-top: 15px;
}
    .r_logo span {
        width: 126px;
        height: 30px;
        text-align: right;
        font-size: 20px;
        color: #222;
        border-left: 1px solid rgba(0,0,0,.1);
        margin: 35px 0;
        padding-left:20px;
    }
.r_logo img {
    width: 160px;
    margin-bottom: 5px;
    margin-right:10px;
}

.r_headright {
    font-size: 16px;
    color: #424242;
}
.r_headright a{
    color: #f48d35;
}
    .r_headright a:hover {
        color: #f24a00;
    }

.tip {
    display: inline-block;
    width: 376px;
    /* margin-left: 10px; */
    margin-top: 13px;
    line-height: 20px;
    color: #999797;
    font-size: 13px;
}

/*登录*/
.login-box {
    height: 580px;
    margin: 0 auto;
    /*background: url(../images/login-bg.jpg) no-repeat 50%;*/
}
.login-content{
    width: 950px;
    margin: 0 auto;
}
.login-content>h2{
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 30px;
    color: #373d41;
    letter-spacing: 1px;
}
.login {
    width: 100%;
    padding-left: -webkit-calc(50% - 180px );
     padding-left: calc( 50% - 180px );
}
.inputLi {
    margin-bottom: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 360px;
}
.inputLi input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #ddd;
    height: 45px;
    padding: 0 10px 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #66a6ff;
    font-size: 12px;
    outline: none;

}
.inputLi .user {
    background: #fff url(../images/user.png) left 10px center no-repeat;
    background-size: auto;
    background-size: 18px 18px;
}
.inputLi .pwd {
    background: #fff url(../images/pwd.png) left 10px center no-repeat;
    background-size: auto;
    background-size: 18px 18px;
}
.inputLi button {
    height: 45px;
    color: #fff;
    outline: none;
    border: 0;
    letter-spacing: 3px;
    font-size: 18px;
    cursor: pointer;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background:#f55e00;
}
#footer {
    width: 100%;    
    bottom:0px;
    /*margin-top: 10px;*/
    /*background: #ebebeb;*/
    color: #545353;
    font-size: 12px;
    padding: 15px 10px;
    line-height: 30px;
    /*position: absolute;*/
}
@media screen and (min-width: 1200px) {
    .om-page-footv {
        /*position: fixed;*/
    }
}
.prev::before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    content: "\e723";
    position: absolute;
    left: 10px;
    top: 8px;
    color: #a6a6a6;
    z-index: 999;
}
.next::before {
    font-family: 'iconfont' !important;
    font-size: 16px;
    font-style: normal;
    content: "\e723";
    position: absolute;
    right: 10px;
    top: 8px;
    color: #a6a6a6;
    z-index: 999;
    transform:rotate(180deg);
}
.datetimepicker table tr td span{
    font-size:12px;
}
#RegisterSuccess img, #RegisterCompanySuccess img {
    display: block;
    margin: 0 auto;
    margin-bottom: 5px;
}
