/**
 * Created by IntelliJ IDEA.
 * User: penzz
 * Desc: 报名端css
 */

html, body {
    height: 100%;
}

body {
    font: 18px "Microsoft YaHei", 微软雅黑, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}

.layui-layer-tips .layui-layer-content {
    padding: 0;
}

div {
    box-sizing: border-box;
}

.layui-laydate {
    font-size: 16px;
}

.decorator-page {
    background-color: #F9F9F9;
    height: 100%;
}

.decorator-header {
    width: 100%;
    height: 160px;
    background-color: #0198FF;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.decorator-header .logo {
    float: left;
    height: 160px;
    width: 94px;
    margin-right: 10px;
    background: transparent url(../img/logo_top.png) no-repeat center center;
    background-size: 94px 79px;
}

.decorator-header .title {
    height: 160px;
    font-size: 34px;
    font-weight: bold;
    line-height: 160px;
}


.decorator-header .info {
    display: flex;
    margin-left: 80px;
    flex-direction: column;
    align-items: flex-end;
}

.decorator-header .account {
    height: 36px;
    width: 36px;
    margin-right: 10px;
    /*background: transparent url(../img/account.png) no-repeat center center;*/
    /*background-size: 36px 36px;*/
}

.account i {
    font-size: 36px;
}

.decorator-header .account-name {
    height: 36px;
    line-height: 36px;
}

.decorator-header .quit {
    height: 36px;
    width: 36px;
    margin-left: 50px;
    cursor: pointer;
    /*background: transparent url(../img/quit.png) no-repeat center center;*/
    /*background-size: 36px 36px;*/
}

.quit i {
    font-size: 34px;
}


.decorator-body {
    /*padding: 15px 75px;*/
    /*flex: 1;*/
    /*position: absolute;*/
    /*top: 75px;*/
    /*bottom: 50px;*/
    /*overflow: auto;*/
    width: 100%;
    background: #F9F9F9;
}

.decorator-body .decorator-body-inner {
    display: flex;
    justify-content: center;
}

.decorator-footer {
    width: 100%;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px -2px 43px 0px #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
}

.decorator-footer .logo {
    width: 115px;
    height: 140px;
    background: transparent url(../img/logo_bottom.png) no-repeat center center;
    background-size: 115px 140px;
    margin-right: 60px;
}

.decorator-footer .info {
    font-size: 20px;
}

.decorator-footer .info div {
    margin: 9px 0;
}

.decorator-fixbar {
    position: fixed;
    right: 6px;
    top: 36%;
}

.decorator-fixbar .bar-item {
    width: 194px;
    height: 60px;
    border-radius: 30px;
    background: transparent;
}

.bar-item .div-icon {
    width: 60px;
    height: 60px;
    background: #FFFFFF;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    position: relative;
    word-break: keep-all;
}

.div-icon i {
    font-size: 24px;
    color: #0198FF;
}

.div-icon .div-title {
    position: absolute;
    top: 0;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    display: none;
}

.div-icon .div-title-check {
    width: 194px;
    height: 60px;
    border-radius: 30px;
    background: #0198FF;
    left: 0;
    z-index: -1;
    padding-left: 30px;
    display: block;
}

.div-icon:hover {
    background: #0198FF;
}

.div-icon:hover .div-title {
    width: 194px;
    height: 60px;
    border-radius: 30px;
    background: #0198FF;
    left: 0;
    z-index: -1;
    padding-left: 30px;
    display: block;
}

.div-icon:hover i {
    color: #FFFFFF;
}

.enroll-container {
    display: flex;
    margin-top: 50px;
    width: 1200px;
    padding-bottom: 100px;
    justify-content: space-between;
}

.enroll-step {

}

.enroll-step li {
    line-height: 30px;
    background: #0198FF;
    /*background: #DDDDDD;*/
    color: #fff;
    position: relative;
    margin-bottom: 15px;
    width: 70px;
    font-size: 24px;
    padding-top: 45px;
    text-align: center;
    cursor: pointer;
}

.enroll-step li:after {
    content: '';
    display: block;
    border-left: 35px solid transparent;
    border-right: 35px solid transparent;
    border-top: 35px solid #0198FF;
    /*border-top: 35px solid #DDDDDD;*/
    position: absolute;
    bottom: -34px;
    z-index: 10;
    left: 0;
}

.enroll-step li:before {
    content: '';
    display: block;
    border-left: 35px solid #0198FF;
    border-right: 35px solid #0198FF;
    border-top: 35px solid #F9F9F9;
    /*border-left: 35px solid #DDDDDD;*/
    /*border-right: 35px solid #DDDDDD;*/
    /*border-top: 35px solid #F9F9F9;*/
    position: absolute;
    left: 0px;
    top: 0;
}

.enroll-step li.active {
    background-color:#67C23A;
    /*background-color: #0198FF;*/
}

.enroll-step li.numeric {
    font-size: 36px;
    margin-bottom: 10px;
}

.enroll-step li.numeric:not(:first-child) {
    margin-top: 30px;
}

.enroll-step li.active:after {
    /*border-top: 35px solid #0198FF;*/
    border-top: 35px solid #67C23A;
}

.enroll-step li.active:before {
    border-left: 35px solid #67C23A;
    border-right: 35px solid #67C23A;
    /*border-left: 35px solid #0198FF;*/
    /*border-right: 35px solid #0198FF;*/
}

.enroll-right {
    width: 1000px;
}

.nav-error-tips {
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
}

.contact-info {
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 43px 0px #F7F7F7;
    border-radius: 4px;
}

.contact-info div {
    padding: 0 8px;
    display: inline-block;
}

.popup-container {
    width: 90%;
    padding: 20px;
    background-color: #ffffff;
    margin: 0 auto;
    margin-top: 20px;
}

.enroll-section {
    width: 100%;
    margin-top: 30px;
}

.enroll-section .enroll-section-title {
    width: 100%;
    height: 90px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.enroll-section-title div:first-child {
    font-size: 22px;
    font-weight: bold;
    color: #0198FF;
    border-bottom: 4px solid #0198FF;
    width: fit-content;
    padding: 9px 20px;
}

.enroll-section-title .remarks {
    font-weight: bold;
    color: #999999;
    line-height: 36px;
}

.enroll-section-content {
    width: 100%;
    background-color: white;
    padding: 50px;
    padding-left: 20px;
    text-align: center;
}

.enroll-section-content .layui-form-checkbox span {
    font-size: 18px;
    font-weight: bold;
}

.section-content-row {
    display: flex;
    justify-content: space-between;
}

.section-content-row .layui-form-label {
    width: 175px;
    text-align: right;
    color: #333333;
    font-weight: bold;
}

.section-content-row .layui-input-block {
    margin-left: 206px;
}

.dept-info {
    display: flex;
    justify-content: flex-start;
}

.dept-info .layui-form-select {
    /*margin-right: 10px;*/
}

.dept-info .layui-select-title {
    /*width: 198px;*/
}

.textarea-container {
    flex: 1;
    position: relative;
}

.textarea-container textarea {
    padding: 6px 10px 18px 10px;
    height: 160px;
}

.textarea-container .textlength-container {
    position: absolute;
    bottom: 0;
    right: 15px;
}

.textlength-container .current-length {
    font-size: 20px;
}

.layui-form-radio:hover *, .layui-form-radioed, .layui-form-radioed > i {
    color: #0198FF;
}

.layui-form-checkbox[lay-skin=primary] span {
    height: auto;
}

.layui-form-item, .layui-inline {
    margin-bottom: 20px;
}

.layui-form-item .layui-input-inline {
    width: 260px;
    margin-right: 0px;
}

.layui-inline .layui-input-inline {
    width: 260px;
    margin-right: 0px;
}

.layui-input, .layui-select {
    height: 44px;
}

.layui-collapse {
    margin-bottom: 20px;
}

.layui-colla-title {
    padding: 0 35px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 2px 43px 0px #F7F7F7;
    border-radius: 4px;
    line-height: 80px;
    font-size: 20px;
    display: flex;
    /*flex-direction: column;*/
    justify-content: space-between;
    align-items: center;
}

.layui-collapse .layui-form-checkbox[lay-skin=primary] {
    width: fit-content;
}

.layui-collapse .layui-form-checkbox[lay-skin=primary] span {
    font-size: 20px;
    line-height: 20px;
    height: 21px;
    font-weight: bold;
    color: #333333;
}

.layui-collapse .layui-form-checkbox[lay-skin=primary] i {
    width: 20px;
    height: 20px;
    line-height: 21px;
}

.layui-colla-content {
    padding: 10px 100px 10px 10px;
    background: #FFFFFF;
    box-shadow: 0px 2px 43px 0px #F7F7F7;
    border-radius: 4px;
}

.layui-colla-content .layui-input-inline {
    width: 235px;
}

.layui-colla-content table {
    width: 100%;
    background-color: #fff;
    color: #000000;
    font-size: 18px;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.layui-colla-content table thead tr {
    font-weight: bold;
    color: #666666;
    height: 50px;
}

.layui-colla-content table thead tr th {
    border: 1px solid #0198FF;
    font-weight: bold;
    text-align: center;
}

.layui-colla-content table tbody tr td {
    border: 1px solid #0198FF;
    text-align: center;
    height: 50px;
    padding: 0 5px;
}

.layui-colla-icon {
    left: inherit;
    right: 15px;
    font-size: 20px;
}

.upload-parent {
    display: flex;
    align-items: center;
}

.upload-parent label {
    color: #0198FF;
}

.upload-parent .upload-rect {
    width: 260px;
    height: 195px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.upload-rect .iconfont {
    font-size: 65px;
    color: #CCCCCC;
    z-index: 1;
}

.upload-rect input {
    position: absolute;
    top: 0;
    left: 0;
    width: 260px;
    height: 195px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: white;
}

.upload-container img {
    width: 260px;
    height: 195px;
    position: absolute;
    left: 1px;
    top: 1px;
    border-radius: 4px;
    z-index: 2;
}

.upload-container img[src=""], img:not([src]) {
    opacity: 0;
}

.upload-container button {
    width: 260px;
    height: 195px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: transparent;
    border-radius: 4px;
    z-index: 3;
}

.upload-label2 {
    margin-top: 60px;
    width: 200px !important;
}

.upload-parent2 {
    display: flex;
    align-items: center;
}

.upload-parent2 label {
    width: 200px !important;
}

.upload-parent2 .upload-rect {
    width: 152px;
    height: 160px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    /*background: transparent url(../img/enroll/upload-add.png) no-repeat center center;*/
    background-size: 60px 60px;
}

.upload-parent2 .upload-info {
    font-weight: bold;
    margin-left: 10px;
    align-self: flex-end;
    color: #0198FF;
    padding-bottom: 5px;
    border-bottom: 1px solid #0198FF;
    text-align: left;
    width: fit-content;
}

.upload-parent2 .upload-remarks {
    font-size: 16px;
    text-align: left;
    margin-left: 10px;
    font-weight: bold;
    color: #999999;
    line-height: 36px;
}

.upload-parent3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.upload-parent3 .upload-item {
    width: 180px;
    height: 160px;
    background: #FFFFFF;
    /*border: 1px solid #CCCCCC;*/
    border-radius: 4px;
    margin: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.upload-parent3 .upload-item input {
    position: absolute;
    top: 0;
    left: 0;
    width: 178px;
    height: 158px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: white;
}

.upload-item .iconfont {
    font-size: 30px;
    color: #888888;
    z-index: 1;
}

.upload-item .upload-info {
    position: absolute;
    bottom: 0;
    font-weight: bold;
    color: #0198FF;
    padding-bottom: 5px;
    border-bottom: 1px solid #0198FF;
    margin-bottom: 5px;
}

.upload-item img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.img-delete-section {
    height: 40px;
    width: 40px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.img-delete-bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, transparent 27px, #FF5A5A 0);
    border-bottom-right-radius: 4px;
    opacity: 1;
}

.img-delete-btn {
    height: 100%;
    padding-left: 20px;
    padding-top: 14px;
    color: white;
}

.img-delete-btn .iconfont {
    font-size: 18px;
    cursor: pointer;
    color: #eeeeee;
}

.upload-label4 {
    margin-top: 60px;
}

.upload-parent4 {
    display: flex;
    flex-wrap: wrap;
}

.upload-parent4 .upload-item {
    width: 170px;
    height: 160px;
    background: #FFFFFF;
    /*border: 1px solid #CCCCCC;*/
    border-radius: 4px;
    margin: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.upload-parent4 .upload-item input {
    position: absolute;
    top: 0;
    left: 0;
    width: 168px;
    height: 158px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: white;
}

.patent-container {
    padding-left: 25px;
}

.patent-item {
    background-color: #FAFAFA;
    border-radius: 4px;
    margin: 5px 0;
}

.patent-container .layui-input-inline {
    width: 220px;
}

.patent-operate {
    width: 40px;
    background-color: #FF5A5A;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
}

.btn-enroll-group {
    text-align: center;
    margin-top: 110px;
    position: sticky;
    bottom: 0;
    padding-bottom: 10px;
    z-index: 100;
}

.btn-enroll-group button {
    width: 200px;
    height: 45px;
    background: #0198FF;
    border-radius: 4px;
    font-size: 18px;
}

.disabled-pointer {
    pointer-events: none;
}

.register-nav li {
    padding: 0px 20px;
    line-height: 56px;
    background: #F2F2F2;
    display: inline-block;
    color: #000000;
    position: relative;
    width: 280px;
    height: 56px;
    text-align: center;
    font-size: 24px;
    margin-left: 20px;
}

.register-nav li:after {
    content: '';
    display: block;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 28px solid #F2F2F2;
    position: absolute;
    right: -28px;
    top: 0;
    z-index: 10;
}

.register-nav li:before {
    content: '';
    display: block;
    border-top: 28px solid #F2F2F2;
    border-bottom: 28px solid #F2F2F2;
    border-left: 28px solid #F9F9F9;
    position: absolute;
    left: 0px;
    top: 0;
}

.register-nav li:first-child {
    border-radius: 4px 0 0 4px;
    margin-left: 0px;
    /*padding-left: 25px;*/
}

.register-nav li:first-child:before {
    display: none;
}

.register-nav li.active {
    background-color: #0198FF;
    color: white;
}

.register-nav li.active:after {
    border-left-color: #0198FF;
}

.register-nav li.active:before {
    border-top: 28px solid #0198FF;
    border-bottom: 28px solid #0198FF;
}


/*=============== 资格审查*/
.check-container {
    width: 1000px;
    background: #FFFFFF;
    box-shadow: 0px 2px 43px 0px #F7F7F7;
    border-radius: 4px;
    margin-top: 50px;
    padding: 50px 80px;
}

.check-status-container {
    display: flex;
    align-items: flex-end;
}

.check-status-title {
    font-size: 22px;
    font-weight: bold;
    color: #0198FF;
    border-bottom: 4px solid #0198FF;
    width: fit-content;
    padding: 9px 15px;
}

.check-status-content {
    margin-left: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #07C3BB;
}

.check-status-content span {
    font-size: 18px;
}

.check-title {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
    padding-left: 15px;
    margin-bottom: 10px;
}

.check-content {
    display: flex;
    flex-direction: column;
}

.check-content .check-item {
    width: 100%;
    position: relative;
    padding: 5px 10px;
}

.check-item .check-number {
    background: url("../../static/img/enroll/check-number-bg.png");
    height: 36px;
    width: 82px;
    position: absolute;
    left: 0px;
    top: 20px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding-top: 3px;
}

.check-item .check-item-inner {
    background: #F7F7F7;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 45px;
    padding-bottom: 20px;
}

.check-item-inner .item-status {
    font-size: 20px;
    font-weight: bold;
    color: #07C3BB;
}

.check-item-inner .item-user {
    display: flex;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-top: 20px;
}

.check-item-inner .item-remark {
    margin-top: 20px;
    display: flex;
}

.item-remark div {
    width: 100%;
    /*border: 1px solid #CCCCCC;*/
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 18px;
}

.check-item-inner i {
    font-size: 16px;
    color: #0198FF;
    margin-right: 10px;
}

.pay-container {
    width: 1000px;
    background: #FFFFFF;
    box-shadow: 0px 2px 43px 0px #F7F7F7;
    border-radius: 4px;
    margin-top: 20px;
    padding: 50px 80px;
}

.pay-tips {
    height: 30px;
    color: #FF3232;
    border: 1px solid #FF3232;
    border-radius: 4px;
    padding: 2px 6px;
    margin-left: 20px;
    cursor: pointer;
    font-weight: bold;
}

.pay-tips a {
    color: #FF3232;
}

.pay-tips i {
    margin-right: 10px;
}

.pay-download-invoice {
    color: #0198FF;
    cursor: pointer;
}

.pay-table {
    width: 100%;
    margin-top: 20px;
}

.pay-table table {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.pay-table table thead tr {
    height: 50px;
    background: #0198FF;
    font-size: 20px;
    /*font-weight: bold;*/
    color: #FFFFFF;
    text-align: center;
}

.pay-table table thead tr > th:first-child {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.pay-table table thead tr > th:last-child {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.pay-table table tbody tr {
    height: 60px;
    text-align: center;
}

.pay-table table tbody tr > td:first-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

.pay-table table tbody tr > td:last-child {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
}

.pay-table table tbody tr:nth-child(odd) {
    background: #F9F9F9;
}

.pay-table table tbody tr:nth-child(even) {
    background: #E5F4FF;
}

.pay-table table .pay-btn {
    color: #0198FF;
    cursor: pointer;
    padding: 10px 5px;
    background: transparent;
    border: none;
}

.pay-btn-content {
    margin-top: 50px;
    text-align: center;
}

.pay-btn-content button {
    width: 200px;
    height: 45px;
    background: #0198FF;
    border-radius: 4px;
}

.status-finishpay {
    font-weight: bold;
    color: #07C3BB;
}

.status-nopay {
    font-weight: bold;
    color: #FF3232;
}

/*找回密码*/
.forgotpwd-nav {
    display: flex;
    justify-content: center;
}

.forgotpwd-nav li {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin: 0 14px;
}

.forgotpwd-nav .line {
    width: 160px;
    height: 7px;
    background: #F2F2F2;
    border-radius: 4px;
}

.forgotpwd-nav .number {
    width: 26px;
    height: 26px;
    background: #F2F2F2;
    border-radius: 50%;
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    margin-top: -17px;
    margin-left: 67px;
}

.forgotpwd-nav .item-label {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    margin-top: 16px;
}

li.active .line {
    background: #0198FF;
}

li.active .number {
    background: #0198FF;
    color: #FFFFFF;
}

li.active .item-label {
    color: #0198FF;
}

/* 打印准考证*/
.print-operate {
    margin-top: 20px;
    padding: 30px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.print-operate button {
    width: 200px;
    height: 45px;
    background: #0198FF;
    border-radius: 4px;
}

.print-operate input {
    width: 300px;
    height: 45px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    margin-left: 45px;
    margin-right: 10px;
}

.print-content {
    width: 1000px;
    background: #FFFFFF;
    box-shadow: 0px 2px 43px 0px #F7F7F7;
    border-radius: 4px;
    padding: 35px 100px 120px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.pt-table td {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 36px;
    padding: 0 10px;
}


.aa-table {
    width: 100%;
    background-color: #fff;
    color: #000000;
    font-size: 18px;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

.aa-table thead tr {
    font-weight: bold;
    color: #666666;
    height: 50px;
}

.aa-table thead tr th {
    border: 1px solid #0198FF;
    font-weight: bold;
    text-align: center;
}

.aa-table tbody tr td {
    border: 1px solid #0198FF;
    text-align: center;
    height: 50px;
    padding: 0 5px;
}

.upload-info-container {
    width: 100%;
    background-color: white;
    padding: 0 50px 50px 50px;
    color: #FF3232;
    letter-spacing: 1px;
    text-align: left;
    text-indent: 1cm;
}

.upload-info-container p {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
}

.extra-sub-title {
    margin-left: 100px;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #0198FF;
}

/*成绩查询css*/
.score-title-container {
    margin-top: 60px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.score-title {
    font-size: 22px;
    font-weight: bold;
    color: #0198FF;
    border-bottom: 4px solid #0198FF;
    width: fit-content;
    padding: 9px 20px;
}

.score-person-info-container {
    margin-top: 30px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 43px 0px #F7F7F7;
    border-radius: 4px;
    padding: 20px 100px;
    display: flex;
    justify-content: space-between;
}

.person-info-item {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    /*font-weight: 300;*/
}

.person-info-item i {
    font-size: 20px;
    color: #0198FF;
}

.person-info-item .item-label {
    margin-left: 10px;
    color: #666666;
    display: block;
    word-break: keep-all;
    min-width: 75px;
    text-align-last: justify;
}

.person-info-item .item-value {
    color: #000000;
}

.person-info-checkok-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.person-info-splitline {
    width: 1px;
    height: 91px;
    background: #EEEEEE;
}


.person-info-checkok {
    font-size: 100px;
    color: #07C3BB;
}

.person-info-buhege {
    font-size: 100px;
    color: #ff3222;
}

.score-result-container {
    margin-top: 17px;
    width: 100%;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 43px 0px #F7F7F7;
    border-radius: 4px;
    padding: 30px 95px 50px 100px;
}

.score-result-title {
    font-size: 20px;
    color: #000000;
    line-height: 36px;
    text-align: left;
    font-weight: bold;
}

.score-result-content {
    margin-top: 30px;
}

.score-result-tips {
    width: 100%;
    background: #FFEADE;
    border-radius: 10px;
    padding: 10px 50px 0 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.score-result-tips .tips-img {
    width: 144px;
    height: 109px;
}

.score-result-tips .tips-content {
    margin-left: 30px;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    letter-spacing: 2px;
}

.reserve-book-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.reserve-book-container .layui-form-checkbox[lay-skin=primary] {
    min-width: 220px;
    margin: 15px 20px;
}

.reserve-book-container .layui-form-checkbox[lay-skin=primary] span {
    float: left;
}