* {
    margin: 0;
    padding: 0;
}

html,
body,
.crap {
    width: 100%;
    height: 100%;
    font-family: PingFangSC-Regular, PingFang SC;
    font-size: 14px;
}

.crap {
    background-color: #f5f5f5;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

i {
    display: inline-block;
}

button:hover {
    opacity: 0.8;
    color: #fff;
    transition: all 0.3s;
}

img {
    vertical-align: middle;
}

/*       头部开始         */
.head {
    height: 80px;
    background: #ffffff;
    padding: 0 130px;
}

.top {
    /* background: url("/images/top.png") no-repeat 0 0/100% 100%; */
}

.head .head-tit {
    line-height: 80px;
    font-size: 22px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #000;
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
}

.head .head-right {
    float: right;
}

.head-right a {
    line-height: 80px;
    text-decoration: none;
    font-size: 14px;
    color: #6c6c6c;
    margin-right: 30px;
}

.head-right a.goRegister {
    color: #2776e3;
    margin-right: 0;
}

/*       头部结束         */

/*       底部开始         */
.bottom {
    /* line-height: 60px; */
    background-color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    color: #999999;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*       底部结束         */

/* 首页开始 */
.main {
    width: 100%;
    height: calc(100% - 140px);
    background: url("../images/bg2.png") no-repeat 0 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.mainInner {
    padding: 0 130px;
}

.main .main-tit {
    font-size: 50px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 2px;
    text-shadow: 0px 6px 7px #2130AD;
    margin-bottom: 50px;
    margin-top: -30px;
}

.main-cont {
    display: flex;
    align-items: center;
}

.sign-box,
.fill-box {
    width: 220px;
    height: 200px;
    background-color: #26C3D1;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.search-box {
    display: inline-block;
    margin-left: 20px;
}

.grades-box,
.result-box {
    width: 240px;
    height: 90px;
    background: #66B392;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding-left: 20px;
    cursor: pointer;
}

.link-box.grades-box img,
.link-box.result-box img {
    margin-top: 0;
    margin-right: 15px;
}

.link-box.grades-box h3.links,
.link-box.result-box h3.links {
    margin: 0;
}

i.icon-right {
    width: 8px;
    height: 14px;
    background: url(../images/right.png) no-repeat;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}

.result-box {
    background: #4A90E2;
    margin-top: 20px;
}

.fill-box {
    background-color: #E7A445;
    margin-left: 20px;
}

.link-box img {
    margin-top: 35px;
}

.sign-box:hover {
    background-color: rgb(38, 195, 209, 0.9);
    transition: all 0.3s;
}

.fill-box:hover {
    background-color: rgb(231, 164, 69, 0.9);
    transition: all 0.3s;
}

.grades-box:hover {
    background-color: rgb(102, 179, 146, 0.9);
    transition: all 0.3s;
}

.result-box:hover {
    background-color: rgb(74, 144, 226, 0.9);
    transition: all 0.3s;
}

.link-box a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

h3.links {
    font-size: 19px;
    font-weight: bold;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin: 10px 0 20px;
}

.link-box p {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    letter-spacing: 1px;
}

p.date {
    font-size: 12px;
    color: #CCE2FF;
    margin-top: 5px;
}

i.time {
    width: 14px;
    height: 14px;
    background: url("../images/time.png") no-repeat;
    vertical-align: middle;
}

/* 登陆弹出框 */
.sign-alert-box {
    width: 520px;
    height: 460px;
    background: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    display: none;
}
.fill-alert-box{
    width: 520px;
    height: 486px;
    background: #FFFFFF;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999;
    display: none;
}
.fill-alert-box .loginBtn button {
    line-height: 46px;
    width: 100%;
    background: #3b98fc;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}

.grades-alert-box h2.box-tit span {
    display: block;
    margin-top: 5px;
}

.grades-alert-box label {
    font-size: 14px;
    font-weight: bold;
    color: #323232;
    width: 90px;
    display: inline-block;
    text-align: right;
    margin-right: 10px;
}

.grades-alert-box .inputBox {
    width: 80%;
}

.grades-alert-box .inputBox input {
    width: 300px;
}

.grades-alert-box .inputBox span.wordItem,
.grades-alert-box .inputBox input.wordInput {
    display: inline-block;
    width: 46px;
    height: 46px;
    background: #F5F5F5;
    border-radius: 4px;
    color: #323232;
    font-size: 14px;
    text-align: center;
    line-height: 46px;
    margin-right: 15px;
}

.grades-alert-box .inputBox input.wordInput {
    background: #fff;
    border: 1px solid #D5D5D5;
    text-indent: 0;
}

.grades-alert-box .inputBox input.wordInput:focus {
    box-shadow: 0px 2px 4px 0px #ACE6FF;
    border: 1px solid #048EC9;
}

.grades-alert-box .inputBox input.wordInput:last-child {
    margin-right: 0;

}
i.icon-close{
    width: 13px;
    height: 13px;
    background: url(../images/closeWindow.png) no-repeat;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.layer,
.pay-layer {
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    display: none;
}

.pay-layer {
    opacity: 0.31;
    /* display: block; */
}

.box-tit {
    font-size: 20px;
    font-weight: bold;
    color: #048EC9;
    margin: 40px 0 30px;
    text-align: center;
}

.inputBox,
.loginBtn {
    margin-bottom: 20px;
    width: 65%;
    margin: 20px auto;
}

.inputBox input {
    width: 100%;
    height: 46px;
    line-height: 46px;
    background: #F5F5F5;
    border-radius: 4px;
    border: none;
    outline: none;
    text-indent: 20px;
}

.inputBox.mark input {
    width: 70%;
}

span.yzm-text {
    font-size: 14px;
    font-weight: bold;
    color: #ff9500;
    letter-spacing: 1px;
    vertical-align: middle;
    width: 24%;
    display: inline-block;
    text-align: center;
}

p.fail-text {
    color: red;
    font-size: 14px;
    position: absolute;
    /* display: none; */
    margin-left: 20px;
}

.sign-alert-box .loginBtn button {
    line-height: 46px;
    width: 100%;
    background: #3b98fc;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}

.color-red {
    color: #FF3B30 !important;
}

.forgetPass {
    text-align: center;
    margin-top: 30px;

}

/* 首页针对大屏 特殊样式 */
@media (min-width: 1440px) {
    .main .main-tit {
        font-size: 60px;
    }

    .sign-box,
    .fill-box {
        height: 220px;
        width: 300px;
    }

    .link-box p {
        font-size: 16px;
    }

    .head .head-tit {
        font-size: 30px;
    }

    .inputBox,
    .loginBtn {
        margin-bottom: 20px;
        width: 70%;
        margin: 20px auto;
    }

    .sign-alert-box {
        width: 580px;
        height: 480px;
    }

    .fill-alert-box {
        width: 580px;
        height: 521px;
    }
    .box-tit {
        font-size: 24px;
    }

    .grades-box,
    .result-box {
        height: 100px;
        width: 300px;
    }
}

/*  首页结束  */


/*   路径开始   */
.path {
    padding-left: 130px;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #D3D3D3;
}

.path ul li {
    display: inline-block;
    margin-right: 10px;
    font-size: 12px;
    color: #ccc;
}

.path ul li span {
    color: #A1A1A1;
}

.path ul li a {
    color: #3b98fc;
}

/*   路径结束   */
/*   左侧菜单开始  */
.mainBox {
    width: 100%;
    background-color: #f5f5f5;
    padding-bottom: 90px;
}

.mainBox-inner {
    padding: 0 130px;
    overflow: hidden;
    padding-right: 0;
}

.menuList {
    width: 220px;
    background-color: #fff;
    margin-right: 10px;
    padding-top: 10px;
    -webkit-transition: all 0.3s;
    position: fixed;
    left: 130px;
    height: calc(100% - 200px);
    overflow-y: auto;
}

.menuList .menuItem {
    height: 75px;
    line-height: 75px;
    padding-left: 20px;
    position: relative;
}

.menuList .menuItem a {
    cursor: pointer;
}

.menuItem::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    z-index: 1;
    margin-left: 15px;
    border-left: 1px dashed #cacaca;
}

.menuList .menuItem:hover .circle-number {
    background: #3b98fc !important;
}

.menuList .menuItem:hover .circle {
    background: #b1d6fe !important;
}

.menuList .menuItem:hover a {
    color: #3b98fc !important;
}

span.circle,
span.circle .circle-number {
    display: inline-block;
    position: relative;
    background-color: #e7e7e7;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    vertical-align: middle;
    margin-right: 14px;
}

span.circle .circle-number {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    content: '';
    width: 22px;
    height: 22px;
    background-color: #b1b1b1;
    line-height: 22px;
    color: #fff;
    font-size: 12px;
    z-index: 2;
}

.now .circle-number {
    background: #3b98fc !important;
}

.now .circle {
    background: #b1d6fe !important;
}

.now a {
    color: #3b98fc !important;
}

.menuItem a {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.menuItem.finished .circle-number {
    background: #36c76e !important;
}

.menuItem.finished .circle {
    background: #cbf8dd !important;
}

.menuItem.finished a {
    font-size: 14px;
    font-weight: bold;
    color: #323232 !important;
}

.menuItem.actived .circle-number {
    background: #ff9500 !important;
}

.menuItem.actived .circle {
    background: #ffe6c4 !important;
}

.menuItem.actived a {
    font-size: 14px;
    font-weight: 400;
    color: #ff9500 !important;
}

/*   左侧菜单结束  */
/* 右侧iframe */
.right-Content {
    padding: 10px 20px;
    background: #fff;
    position: absolute;
    top: 120px;
    bottom: 70px;
    left: 360px;
    right: 130px;
    z-index: 99;
    width: auto;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
}

.right-iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
}

.right-iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* 右侧iframe结束 */

/* 报考须知开始 */
.box-head {
    background-color: #3b98fc;
    line-height: 42px;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.notice .notice-cont {
    padding: 0 30px;
}

.notice .notice-cont h2 {
    text-align: center;
    font-size: 18px;
    font-family: SourceHanSansCN-Bold, SourceHanSansCN;
    font-weight: bold;
    color: #323232;
    margin: 30px 0;
}

.notice .notice-cont p {
    color: #636363;
    margin-bottom: 10px;
}

.notice-cont p b {
    color: #323232;
    font-size: 16px;
}

.notice-cont p:first-of-type {
    margin-bottom: 20px;
}

/* 报考须知结束 */

/* 核对关键信息开始 */
.info-box {
    padding: 0 20px;
    margin-bottom: 30px;
}

.information-msg {
    font-size: 12px;
    color: #969696;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    letter-spacing: 0;
    width: 100%;
}

.info-cont-table tr td {
    font-weight: 500;
    color: #999999;
    padding: 10px;
    position: relative;
    padding-right: 0;
    min-width: 60px;
}

.info-cont-table tr td:nth-child(2)::after,
.info-cont-table tr td:nth-child(4)::after {
    content: '';
    display: block;
    width: 1px;
    height: 16px;
    background: #D8D8D8;
    position: absolute;
    right: 0;
    top: calc(50% - 8px);
    margin: 0 10px;

}

.info-cont-table tr td:nth-child(even) {
    font-weight: bold;
    color: #323232;
    padding-left: 0;
    padding-right: 20px;
}

.info-cont-table tr td:last-child::after {
    content: none !important;
}

.btn-group {
    text-align: center;
    margin: 50px 0 0;
}

.btn-group button {
    background: #3b98fc;
    border-radius: 4px;
    border: 1px solid #3b98fc;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    padding: 8px 28px;
    margin-right: 40px;
    font-size: 14px;
}

.btn-group button:last-child {
    margin-right: 0;
}

button.btn {
    width: 320px;
    height: 42px;
    background: #048EC9;
    box-shadow: 0px 2px 4px 0px #3594BD;
    border-radius: 25px;
    outline: none;
    border: none;
    font-weight: bold;

}

button.prev {
    background: #FFFFFF;
    border: 1px solid #BCBCBC;
    color: #999999;
}

.btn-group p {
    font-size: 12px;
    margin-top: 30px;
}

.btn-group label {
    display: block;
    margin-top: 10px;
}

.btn-group input,
.btn-group label span {
    vertical-align: middle;
    color: #636363;
}


/* 核对关键信息结束 */


/* 填写报名信息开始 */
.info-tit {
    margin: 20px 0;
}

.info-tit h2 {
    font-size: 14px;
    text-align: left;
    padding: 0 10px;
    border-bottom: 8px solid rgb(59, 152, 252, 0.26);
    line-height: 3px;
    margin: 0;
    display: inline-block;
}

.info-tit img {
    margin: 0 10px;
}

span.msg {
    font-size: 12px;
    color: #969696;
}

table.fill-table {
    table-layout: fixed;
    width: auto;
    margin: auto;
}

table.fill-table tr td {
    padding: 10px;
    color: #323232;
    position: relative;
    width: 200px;
}

table.fill-table tr td:nth-child(odd) {
    text-align: right;
    max-width: 110px;
}

table.fill-table tr td:nth-child(even) {
    width: 200px;
}

table.fill-table tr td b {
    font-weight: normal;
    font-size: 12px;
    color: #A9A9A9;
    line-height: 38px;
    vertical-align: middle;
}

table.fill-table tr td span.color-red {
    vertical-align: middle;
}

table.fill-table td label {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    width: 90px;
    height: 38px;
    display: inline-block;
    line-height: 38px;
    text-align: center;
    color: #323232;
}

table.fill-table td label:first-child {
    margin-right: 10px;
}

table.fill-table td label.checked {
    background-color: #3b98fc;
    color: #fff;
    border-color: #3b98fc;
}

table.fill-table td input[type='radio'] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
    margin-right: 15px;
}

table.fill-table td select,
table.fill-table td input[type="text"],
table.fill-table td textarea {
    width: 200px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    outline: none;
    text-indent: 8px;
    resize: none;
}

table input:focus,
table select:focus {
    box-shadow: 0px 2px 4px 0px #a0c9f4;
    border: 1px solid #3b98fc !important;
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #8A8A8A;
}

input::-moz-placeholder,
select::-webkit-input-placeholder {
    color: #8A8A8A;
}

input:-moz-placeholder,
select::-webkit-input-placeholder {
    color: #8A8A8A;
}

input:-ms-input-placeholder,
select::-webkit-input-placeholder {
    color: #8A8A8A;
}

table.innerTable {
    width: auto;
}

table.innerTable td {
    padding: 0 10px !important;
}

table.innerTable td:first-child {
    min-width: 70px;
}

table.fill-table td span.info-text {
    font-size: 12px;
    text-align: left;
}

/* 简历 */
table.jianli-table thead tr td span,
table.jianli-table tbody tr td:first-child span {
    background-color: #EEEEEE;
    color: #323232;
}

table.jianli-table tr td {
    padding: 5px 10px;
    min-width: 110px;
}

table.jianli-table tr td span {
    display: inline-block;
    width: 100%;
    background-color: #FFFFFF;
    height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
    line-height: 38px;
}

table.jianli-table input {
    outline: none;
    width: 100%;
    height: 38px;
    background: #FFFFFF;
    border: 1px solid #D5D5D5;
    text-indent: 8px;
}

/* 填写报名信息结束 */


/* 信息系确认开始 */
.confirm-cont-table {
    background: #FFFFFF;
    border-top: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
}

.confirm-cont-table tr td {
    border-left: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
    color: #999999;
    height: 40px;
    padding-left: 20px;
}

.confirm-cont-table tr td:nth-child(even) {
    color: #323232;
    /* font-weight: bold; */
}

table.relation {
    border: none;
}

table.relation tbody tr {
    border: 1px solid #ECECEC;
}

table.relation tbody tr td {
    border: none;
    color: #323232;
    text-align: center;
}

table.relation tbody tr:first-child {
    background: #EEEEEE;
}

/* 信息系确认结束 */

/* 网上支付开始 */
table.pay-table {
    border-top: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
}

table.pay-table td {
    text-align: center;
    font-family: PingFang-SC-Bold, PingFang-SC;
    font-weight: bold;
    color: #333333;
    background-color: #FFFFFF;
    border-left: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
    padding: 20px;
}

table.pay-table thead td {
    background-color: #F5F5F5;
    color: #666666;
    height: 40px;
    padding: 0;
}

button.pay-btn {
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid transparent;
    outline: 0;
    cursor: pointer;
}

button.cancel-pay {
    color: #999999;
    background-color: #D9D9D9;
}

button.go-pay {
    color: #ffffff;
    background-color: #048EC9;
}

td.notPay {
    color: #E71515 !important;
}

td.paySuccessful {
    color: #4CD964 !important;
}

.pay-notice {
    padding: 30px;
    background-color: #F5F5F5;
    font-size: 12px;
    color: #323232;
    margin: 30px 0;
}

.pay-notice .pay-notice-tit {
    margin-bottom: 10px;
}

.pay-notice p {
    font-size: 12px;
    color: #FF3B30;
    line-height: 20px;
}

ul.userInfo {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: bold;
    color: #323232;
}

ul.userInfo li span:first-child {
    color: #999999;
    margin-right: 20px;
}

ul.userInfo li:first-child {
    margin-right: 60px;
}

.pay-type-box,
.wechart {
    width: 550px;
    height: 350px;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    padding: 10px 30px;
    display: none;
}

.ABC-pay {
    width: 400px;
    height: 200px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999;
    background: #fff;
}
.wechart {
    height: 420px;
}

.pay-type-box ul {
    display: flex;
    justify-content: center;
    margin: 80px 0;
}

.pay-type-box ul li {
    min-width: 180px;
}

.pay-type-box ul li p {
    text-align: center;
    margin-top: 10px;
    color: #333333;
}

.pay-type-box ul li .img {
    padding: 25px 15px;
    text-align: center;
    background: #FFFFFF;
    border-radius: 18px;
    border: 1px solid #C0C0C0;
    cursor: pointer;
}

.pay-type-box ul li .img.checked {
    border: 1px solid #3b98fc;
}

.pay-type-box ul li .img:hover {
    border: 1px solid #3b98fc;
}

.pay-type-box ul li:first-child {
    margin-right: 60px;
}

.wechart p {
    text-align: center;
    font-weight: 500;
    color: #999999;
    font-size: 12px;
}

.wechart p.price {
    font-weight: bold;
    color: #666666;
    margin-top: 25px;
    font-size: 14px;
}

.wechart p.price span.price-num {
    font-size: 18px;
    font-weight: bold;
    color: #E03B4F;
    margin: 0 6px;
}

/* 网上支付结束 */


/*报名成功开始  */
.success-box {
    text-align: center;

}

.success-img {
    margin-top: 40px;
}

.success-img p {
    font-weight: bold;
    font-size: 16px;
    color: #323232;
    margin-top: 25px;
}

.success-box ul.userInfo {
    width: 58%;
    margin: 40px auto;
    background: #F5F5F5;
    padding: 20px 0;
}

/* 报名成功结束  */
i.icon {
    display: inline-block;
    vertical-align: middle;
}

.icon-guanbi {
    width: 13px;
    height: 13px;
    background: url(../images/closeWindow.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

.inputBox.kl {

    display: flex;
    justify-content: space-between;
}
.inputBox.kl input {
    width: 24%;
}

.inputBox.kl span {
    display: inline-block;
    width: 24%;
    text-align: center;
    height: 46px;
    background: #F5F5F5;
    border-radius: 4px;
    line-height: 46px;
    font-weight: 400;
    color: #999999;
}