body {
    margin: 0;
    padding: 0;
    background-color: #e6ecf2 !important;
}

header {
    width: 100%;
    background-color: #fff;
    height: 100px;
}

.add-checbk {
    display: inline-block;
}

.add-radion {
    display: inline-block;
}

.top-nav {
    width: 100%;
    background-color: #2453b3;
    height: 40px;
    line-height: 40px;
}

.top-nav-con,
.top-nav-con a {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    color: #bfd5f5;
    font-family: '微软雅黑' !important;
    zoom: 1;
    overflow: hidden;
}

.top-nav-con-left {
    float: left;
}

.top-nav-con-right {
    float: right;
}

.top-con {
    width: 1200px;
    margin: 0 auto;
    zoom: 1;
    overflow: hidden;
}

.top-con .logo {
    /* width: 371px; */
    height: 71px;
    float: left;
    margin: 16px 0 0;
}

.top-con .logo img {
    max-height: 60px;
    max-width: 360px;
    margin-top: 2px;
}

.top-con .logo .logo_text {
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #666;
    top: 16px;
    left: 17px;
}

.top-con .top-right {
    float: right;
    padding-top: 30px;
    text-align: right;
}

.top-con .top-right a.step_top {
    display: flex;
    float: left;
    margin-left: 30px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #7f9ad1;
    justify-content: center;
    align-items: center;
}

.top-con .top-right a.step_top img {
    height: 22px;
}

footer {
    width: 100%;
    height: 150px;
    background-color: #757575;
    line-height: 1.2;
    padding-top: 22px;
    font-size: 12px;
    overflow: hidden;
}

footer .footer-con {
    width: 1200px;
    margin: 0 auto;
    color: #c9c9c9;
    text-align: center;
}

.clear {
    clear: both;
}

.main-con {
    width: 1200px;
    background-color: #fff;
    border-top: 5px solid #bccef2;
    margin: 20px auto;
    min-height: calc(100vh - 188px);
}

.main-footer {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #eee;
}

.assticon1 {
    width: 26px;
    height: 30px;
    vertical-align: middle;
    margin-right: 19px;
}

.page-title {
    height: 60px;
    line-height: 60px;
    color: #2c8bff;
    font-size: 20px;
    text-indent: 40px;
}

.page-titles {
    height: 60px;
    line-height: 60px;
    color: #2b8bfc;
    font-size: 20px;
    font-weight: bold;
    font-family: '微软雅黑';
    border-bottom: 1px solid #c9c9c9;
    ;
    border-top: 1px dashed #c9c9c9;
    clear: both;
    margin: 0 40px;
    position: relative;
}

.page-titles span {
    border-bottom: 3px solid #2c8bff;
    padding-bottom: 13px;
    padding-right: 3px;
}

.page-titles a {
    position: absolute;
    right: 0;
    top: 0;
}

.page-titles a img {
    width: 18px;
    height: 18px;
}

.page-nav {
    height: 100px;
    background-color: #f6f6f6;
    overflow: hidden;
    position: relative;
}

.hand {
    cursor: pointer
}


/* .page-con {
    padding: 40px;
} */

.fenhui-con {
    padding: 0 40px;
}

.fenhui-con ul {
    /*margin: 30px;*/
    padding: 0;
    zoom: 1;
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.fenhui-con ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    height: 50px;
    line-height: 50px;
    float: left;
    width: 373px;
    background-color: #f8f8f8;
    color: #4794fe;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fenhui-con ul li i {
    display: inline-block;
    background-color: #f8f8f8;
    width: 16px;
    height: 16px;
    margin: 0px 0 0 0px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 2px #318eff inset;
    vertical-align: sub;
    margin-right: 14px;
}

.fenhui-con ul .active {
    /*border: 1px solid #4794fe;*/
    /*background-color: #e3f0ff;*/
    /*position: relative;*/
}

.fenhui-con ul .active i {
    display: inline-block;
    background-color: #318eff;
    width: 16px;
    height: 16px;
    margin: 0px 0 0 0px;
    border-radius: 50%;
    position: relative;
    box-shadow: 0 0 0 0px #318eff inset;
    vertical-align: sub;
    margin-right: 14px;
}

.steplab {
    font-weight: normal;
    color: #666;
    font-size: 14px;
}

.pad-right0 {
    padding-right: 0;
}

.pad-left0 {
    padding-left: 0;
}

.grade-title {
    font-size: 30px;
    text-align: center;
    color: #4993ff;
    font-weight: bold;
}

.grade-info {
    padding: 15px 10px;
}

.grade-info p {
    color: #999;
    line-height: 30px !important;
    font-size: 14px !important;
    text-indent: 0 !important;
}

.grade-info h2 {
    font-size: 14px;
    color: #4794fe;
    line-height: 2;
}

.grade-left {
    float: left;
    width: 900px;
    background-color: #fff;
    padding: 25px 30px;
}

.grade-right {
    float: right;
    width: 300px;
    /*background-color: #69adfe;*/
    background-image: url("../images/assrbj.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 10px 0;
}

.grade-right ul {
    margin: 0;
    padding: 0;
}

.grade-right ul li {
    list-style: none;
    color: #4a94ff;
    background-color: #e3f0ff;
    margin: 10px 0;
    height: 80px;
    line-height: 80px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
}

.grade-right ul .active {
    background-color: #fff;
}

.grade-right ul li:hover {
    background-color: #fff;
}

.nextstep {
    background: #4993ff;
    font-size: 18px;
    border-color: #4993ff;
    padding: 11px 46px;
}

.nextstep:hover,
.nextstep:focus,
.nextstep.focus {
    background-color: #4993ff;
    border-color: #4993ff !important;
    color: #fff;
}

.assmarglf {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 30px;
    padding-bottom: 30px;
}

.assstesechdiv {
    width: 730px;
}

.assstesecinput {
    font-size: 14px;
}

.assechicon {
    width: 14px;
    height: 14px;
    vertical-align: text-top;
    margin-right: 10px;
}

.asstesech {
    background: #2c8bff;
    height: 46px;
    font-size: 14px;
    color: #fff;
}

.asstesech:hover,
.asstesech:focus,
.asstesech.focus {
    background: #2c8bff;
    border-color: #2c8bff !important;
    color: #fff;
}

.assstecolor {
    font-size: 14px;
    padding-top: 15px;
    width: 190px;
    text-align: right;
}

.assstecolor a {
    font-size: 14px;
    color: #666666;
    margin-left: 30px;
}

.assstecolor a span {
    font-size: 22px;
}

.assstecolor .active {
    color: #2c8bff;
}

.step4-success {
    color: #ff970a;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 16px;
}

.step4-info {
    color: #333333;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
}

.text-warning {
    color: #ff970a;
}

.step3-info p {
    line-height: 2.2;
}


/*.step3-info a {
    margin-top: 10px;
}*/

.step3-info .title {
    font-size: 16px;
    color: #666666;
    line-height: normal;
    margin-bottom: 19px;
}

.table-2 {
    width: 100%;
}

.table-2>tbody>tr>td {
    border: 0px;
    width: 35%;
    padding: 8px;
}

.table-2>tbody>tr>td>option {
    width: 100%;
}

.table-2>tbody>tr>th {
    border: 0px;
    font-weight: normal;
    text-align: right;
    width: 15%;
    color: #666;
}

.table-2>tbody>tr>th {
    vertical-align: middle;
}

.table-4 {
    width: 100%;
}

.table-4>tbody>tr>td {
    width: 12%;
    padding: 8px;
}

.table-4>tbody>tr>th {
    width: 10%;
    font-weight: normal;
    text-align: right;
    padding-right: 10px;
}

.table-4>tbody>tr>th {
    vertical-align: middle;
}

.text-muted,
a.text-muted:focus,
a.text-muted:hover {
    color: #2c8bff;
}


/* .page-con {
    padding: 40px 35px;
    padding-bottom: 5px;
} */

.add-divdiv {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-bottom: 20px;
}

.page-titles {
    border: 0;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    background: #f8f8f8;
    padding-left: 18px;
}

.add-imgd {
    margin-right: 10px;
    width: 15px;
}

.page-titles span {
    border: 0;
    color: #333333;
    font-weight: normal;
}

.panel-liuer {
    margin-top: 0;
}

input[type=checkbox],
input[type=radio] {
    vertical-align: text-bottom;
}

.add-divdiv .panel-body {
    padding-bottom: 0;
}

.add-inpudiv label {
    margin-right: 15px;
}

#hook-add-contact {
    right: 10px;
    top: 3px;
}

.kv-upload-progress {
    margin-top: -10px;
}

.page-titles a {
    right: 20px;
}

[class^=col-]:not(.pad-no) {
    padding-left: 15px;
    padding-right: 15px;
}

.yzm_section {
    padding: 15px;
    padding-bottom: 0;
    overflow: hidden;
}

.yzm_section label {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.yzm_section .yzmin_section {
    width: 100%;
    overflow: hidden;
}

.yzm_section .yzmin_section * {
    box-sizing: border-box;
}

.yzm_section .yzmin_section input {
    float: left;
    padding-left: 10px;
    width: 70%;
    height: 30px;
    font-size: 14px;
    color: #666;
    border: 1px solid #dcdcdc;
    border-radius: 2px;
}

.yzm_section .yzmin_section img {
    float: right;
    width: 28%;
}