/* 公共部分 */
body {
    background-color: #eeeeee;
}
.dropdown.open .dropdown-toggle .caret {
    transform: translateY(-50%) rotate(180deg);
}
.signup-title {
    width: 100%;
    height: 120px;
    color: #fff;
    text-align: center;
    background: url(../../img/platform-01.png) no-repeat center;
    overflow: hidden;
}
.signup-title h2 {
    margin: 30px 0 10px;
    font-size: 26px;
}
.plan-list .plan-item {
    margin-top: 10px;
    padding: 20px;
    width: 100%;
    height: 160px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}
.plan-list .plan-item .plan-pic {
    margin-right: 20px;
    width: 195px;
    height: 120px;
}
.plan-list .plan-item .plan-pic img {
    display: block;
    width: 100%;
    height: 100%;
}
.plan-list .plan-item .plan-info {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.plan-list .plan-item .plan-info>div {
    margin-bottom: 10px;
    color: #666;
}
.plan-list .plan-item .plan-info .plan-title {
    color: #333;
    font-size: 16px;
    font-weight: 700;
}
.plan-list .plan-item .plan-ticket {
    color: #3469ff;
}
.plan-list .plan-item .plan-info .plan-actions {
    position: absolute;
    right: 20px;
    bottom: 20px;
    margin-bottom: 0;
}
.plan-list .plan-item .plan-info .plan-actions .btn {
    margin-left: 4px;
}
.plan-list .plan-item .plan-status {
    position: absolute;
    top: 17px;
    right: -50px;
    transform: rotate(45deg);
    color: #fff;
    width: 160px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.plan-list .plan-item .plan-status.pass,
.plan-list .plan-item .plan-status.ongoing {
    background-color: #3469ff;
}
.plan-list .plan-item .plan-status.fail {
    background-color: #ff3a3a;
}
/* 报名信息-start */
.infoModal {
    margin: 20px 30px 0;
}
.infoModal table {
    width: 100%;
}
.infoModal table th {
    width: 110px;
    color: #333;
}
.infoModal table th,
.infoModal table td {
    padding: 0 10px;
    height: 42px;
}
.infoModal .pic-area th {
    padding-top: 13px;
    vertical-align: top;
}
.infoModal .pic-area td {
    padding: 14px 10px;
}
.infoModal .pic {
    /* width: 96px;
    height: 106px; */
    width: 100px;
    height: 140px;
    background-color: #e4e4e4;
}
.infoModal .pic img {
    display: block;
    width: 100%;
    height: 100%;
}
.reason-area {
    padding: 20px 30px;
    width: 100%;
    height: 100%;
}
.reason-area .reason-text {
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
}
.viewTicketModal .layui-layer-btn {
    position: relative;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.ticket-modal {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.ticket-modal .ticket-pic {
    margin: 40px auto 0;
    width: 386px;
}
.ticket-modal .ticket-pic img {
    display: block;
    width: 100%;
}
.ticket-modal {
    padding: 10px 70px;
}
.ticket-modal img {
    display: block;
    margin: 0 auto;
}
.ticket-content {
    /* display: inline-block; */
    /* margin: 0 32px 52px 0; */
    width: 538px;
    /* height: 774px; */
    /* border: 1px solid #ddd; */
    overflow: hidden;
    position: relative;
}
.ticket-content:nth-child(even) {
    margin-right: 0;
}
.ticket-content img {
    display: block;
    width: 100%;
    height: 100%;
}
.ticket-content .ticket-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ticket-content .ticket-name {
    margin: 80px 0 20px;
    color: #090304;
    font-size: 28px;
    text-align: center;
}
.ticket-content .ticket-text {
    color: #090304;
    line-height: 52px;
    font-size: 52px;
    font-weight: bold;
    text-align: center;
}
.ticket-content .ticket-img {
    margin: 30px auto;
    width: 160px;
    height: 224px;
    background-color: #75c7f4;
}
.ticket-content .ticket-img img {
    display: block;
    width: 100%;
    height: 100%;
}
.ticket-content .form-group {
    margin: 0 74px;
    padding: 0;
}
.ticket-content .form-group .control-label {
    float: left;
    padding: 0;
    width: 90px;
    color: #090304;
    line-height: 40px;
    font-size: 17px;
    font-weight: normal;
}
.ticket-content .form-group .group-input {
    float: left;
    padding-left: 10px;
    width: 290px;
    height: 34px;
    color: #090304;
    line-height: 38px;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}
.ticket-content .form-group.ticket-addr .group-input {
    padding-top: 6px;
    height: auto;
    min-height: 34px;;
    line-height: 26px;
}

/* 报名信息-end */

/* 考试报名-start */
.exam-signup {
    margin: 10px auto;
    width: 920px;
}
.exam-signup .fillin-area {
    margin: 10px 0;
    padding: 0 40px;
    background-color: #fff;
}
.exam-signup .fillin-area .fillin-title {
    height: 58px;
    line-height: 58px;
}
.exam-signup .fillin-area .fillin-title .line {
    display: inline-block;
    margin-right: 5px;
    width: 3px;
    height: 16px;
    background-color: #498ef1;
    vertical-align: middle;
}
.exam-signup .fillin-area .fillin-title .text {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    vertical-align: middle;
}
.exam-signup .fillin-box {
    padding-top: 30px;
    border: 1px solid #ddd;
}
/* .form-group {
    margin-bottom: 24px;
    padding: 0 30px;
    line-height: 36px;
}
.form-group .control-label {
    float: left;
    margin: 0;
    padding-right: 6px;
    width: 117px;
    color: #333;
    text-align: right;
}
.form-group .control-label .important {
    color: #ff3a3a;
    font-size: 20px;
    vertical-align: middle;
}
.form-group .group-input {
    overflow: hidden;
}
.form-group .group-input .form-control {
    height: 36px;
    border-radius: 0;
    background-color: #eeeeee;
}
.form-group .group-input .form-control:focus {
    border-color: #3469ff;
} */
.exam-signup .fillin-box .form-group {
    margin-bottom: 24px;
    padding: 0 30px;
}
.exam-signup .fillin-box .control-label {
    width: 117px;
}
.exam-signup .fillin-box .form-group .group-select {
    float: left;
}

.exam-signup .fillin-box .addr-site .addr-area .dropdown,
.exam-signup .fillin-box .exam-site .dropdown {
    width: 661px;
}
.exam-signup .fillin-box .exam-site .dropdown .btn {
    background-color: #eeeeee;
}
.exam-signup .fillin-box .exam-site .dropdown .dropdown-menu {
    max-height: 200px;
}
.exam-signup .fillin-box .signup-addresss .dropdown {
    float: left;
    margin-right: 9px;
    width: 214px;
}
.exam-signup .fillin-box .signup-addresss .dropdown .btn {
    background-color: #eeeeee;
}
.exam-signup .fillin-box .signup-addresss .dropdown:last-child {
    margin-right: 0;
}
.exam-signup .fillin-box .signup-addresss .dropdown .dropdown-menu {
    max-height: 150px;
    overflow-x: hidden;
    overflow-y: auto;
}
.exam-signup .fillin-box .img-upload .control-label {
    padding-top: 10px;
    line-height: 16px;
}
.exam-signup .fillin-box .img-upload .control-label div {
    padding-right: 8px;
}
.exam-signup .fillin-box .img-upload .upload-box {
    /* width: 100px;
    height: 100px; */
    width: 102px;
    height: 142px;
    border: 1px solid #ddd;
    background-color: #eeeeee;
    position: relative;
    cursor: pointer;
}
.exam-signup .fillin-box .img-upload .upload-box .visual {
    width: 100%;
    height: 100%;
}
.exam-signup .fillin-box .img-upload .upload-box .view {
    display: none;
    width: 100%;
    height: 100%;
}
.exam-signup .fillin-box .img-upload .upload-box .view img {
    display: block;
    width: 100%;
    height: 100%;
}
.exam-signup .fillin-box .img-upload .upload-box .text {
    width: 100%;
    height: 100%;
    line-height: 140px;
    text-align: center;
    font-size: 24px;
}
.exam-signup .fillin-box .img-upload .upload-box .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 140px;
    text-align: center;
    font-size: 24px;
    background-color: rgba(0, 0, 0, 0.18);
    display: none;
}
.exam-signup .fillin-box .img-upload .upload-box.uploaded .text {
    display: none;
}
.exam-signup .fillin-box .img-upload .upload-box.uploaded .view {
    display: block;
}
.exam-signup .fillin-box .img-upload .upload-box.uploaded:hover .mask {
    display: block;
}
.exam-signup .fillin-box .fillin-action {
    padding: 40px 0 60px;
}
.exam-signup .fillin-box .fillin-action .btn {
    width: 100px;
}
.exam-signup .fillin-action {
    padding: 40px 0;
    text-align: center;
}
.exam-signup .fillin-action .btn {
    width: 100px;
}
.commitment-content {
    padding: 20px 30px;
    line-height: 42px;
}
.commitment-content p {
    margin-bottom: 0;
}
.signup-success {
    text-align: center;
}
.signup-success .pic {
    padding: 48px 0 10px;
}
.signup-success .text {
    color: #333333;
    font-size: 18px;
}
.signup-success .next {
    margin-top: 10px;
    color: #666666;
}
.signup-success .next span {
    color: #498ef1;
    cursor: none;
}

.chosen-container {
    background: #eee;
}
.chosen-container-single .chosen-single {
    height: 36px;
    line-height: 34px;
    border-radius: 0;
    background: #eee;
}
.chosen-container-single .chosen-single div b {
    background-position: 0 7px;
}
.chosen-container .chosen-results li.highlighted {
    color: #333;
    background: #f5f5f5;
}
/* 考试报名-end */

/* 考核成绩 */
.grade-list {
    padding-bottom: 10px;
    width: 1146px;
}
.grade-list .grade-item {
    float: left;
    margin: 30px 20px 0;
    width: 342px;
    background-color: #fff;
    overflow: hidden;
    transition: box-shadow 300ms;
}
.grade-list .grade-item:hover {
    box-shadow: -1.714px -1.03px 24px 0px rgba(11, 37, 59, 0.19);
}
/* .grade-list .grade-item:nth-child(3n) {
    margin-right: 0;
} */
.grade-list .grade-item .grade-detail {
    margin: 10px 10px 0;
    height: 172px;
    background: #2250d1 url(../../img/platform-25.png) no-repeat center bottom;
    background-size: auto 55%;
    position: relative;
}
.grade-list .grade-item .grade-title {
    padding: 25px 0 10px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 18px;
}
.grade-list .grade-item .grade-level {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    background: #2250d1;
}
.grade-list .grade-item .grade-level img {
    height: 18px;
}
.grade-list .grade-item .grade-level span {
    margin: 0 30px;
}
.grade-list .grade-item .grade-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
    height: 135px;
}
.grade-list .grade-item .grade-status {
    margin: 20px 0 0;
    font-size: 16px;
    color: #3469ff;
    font-weight: bold;
    text-align: center;
}
.grade-list .grade-item .grade-status.fail {
    color: #f20000;
}
.grade-list .grade-item .grade-info {
    margin: 0 auto;
    padding: 0 20px;
    width: 300px;
    overflow: hidden;
}
.grade-list .grade-item .grade-info .grade-left {
    float: left;
    padding-top: 24px;
    color: #3461de;
}
.grade-list .grade-item .grade-info .grade-pic {
    float: right;
}
.grade-list .grade-item .grade-action {
    position: relative;
    padding: 22px 0;
    text-align: center;
}
.grade-list .grade-item .grade-action .btn {
    width: 100px;
}
.grade-list .grade-item .grade-action .grade-status-pic {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 69px;
    height: 54px;
    background: url(../cjd/img/unapproved.png) no-repeat center;
    background-size: cover;
}
/* .grade-list .grade-item .grade-action .grade-status-pic img {
    display: block;
    height: 54px;
} */
.grade-list .grade-item .grade-action .grade-status-pic.pass{
    background-image: url(../cjd/img/approved.png);
}
.exam-grade {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.exam-grade .grade-conent {
    margin: 0 auto;
    width: 1080px;
    background: url(../cjd/img/transcripts-bg.jpg);
    background-size: cover;
    overflow: hidden;
}
.exam-grade .grade-container {
    margin: 0 auto;
    width: 815px;
}
.exam-grade .grade-title {
    margin: 60px auto 40px;
    font-size: 45px;
    text-align: center;
    color: #fff;
}
.exam-grade .report {
    padding: 0 45px;
    color: #fff;
    font-size: 75px;
    line-height: 80px;
    text-align: center;
}
.exam-grade .report span {
    /* display: inline-block;
    line-height: 80px; */
    position: relative;
    top: -6px;
}
.exam-grade .grade-qualified {
    margin-top: 66px;
    padding: 0 45px 90px;
    background: url(../cjd/img/tra-block-bg.png);
    background-size: cover;
}
.exam-grade .grade-qualified .grade-status {
    padding: 36px 0;
    color: #3469ff;
    font-size: 45px;
    font-weight: bold;
    text-align: center;
}
.exam-grade .grade-qualified .grade-status.fail {
    color: #f21616;
}
.exam-grade .grade-info {
    margin-bottom: 30px;
    overflow: hidden;
}
.exam-grade .grade-info .info-left {
    padding: 30px 0 0 15px;
    color: #333;
    line-height: 48px;
    font-size: 24px;
    font-weight: normal;
}
.exam-grade .achievement {
    overflow: hidden;
}
.exam-grade .achievement .left {
    float: left;
    padding: 36px;
    width: 45%;
    height: 310px;
    background: url(../cjd/img/tra-reult-a.png) no-repeat center / 100% 100%;
}
.exam-grade .achievement .right {
    float: right;
    padding: 36px;
    width: 45%;
    height: 310px;
    background: url(../cjd/img/tra-reult-b.png) no-repeat center / 100% 100%;
}
.exam-grade .achievement h5 {
    margin: 10px 0;
    padding: 15px 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 33px;
    color: #308bf0;
    border-bottom: 1px solid #b7d6f7;
}
.exam-grade .achievement .right h5 {
    color: #f94512;
}
.exam-grade .achievement p {
    padding: 45px 0;
    color: #333;
    font-size: 36px;
    text-align: center;
}
.grade-number {
    margin: 30px 0;
    padding: 60px 45px 50px;
    height: 435px;
    background: url(../cjd/img/tra-block-f-bg.jpg) no-repeat 0 0;
    background-size: cover;
}
.grade-number h3 {
    margin: 0 0 0 -80px;
    padding-left: 30px;
    height: 90px;
    line-height: 110px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    background: url(../cjd/img/tra-title-z.png) no-repeat;
    background-size: cover;
}
.grade-number .grade-mark {
    margin-top: 60px;
    overflow: hidden;
}
.grade-number .grade-mark .mark-item {
    margin-bottom: 10px;
    overflow: hidden;
}
.grade-number .grade-mark .mark-item>div {
    display: inline-block;
    width: 358px;
    height: 72px;
    line-height: 72px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.grade-number .mark-item .left {
    color: #fff;
    background-color: #60a7f6;
}
.grade-number .mark-item .right {
    color: #333;
    background-color: rgba(96, 167, 246, 0.16);
}
.viewDetail2 {
    padding-bottom: 80px;
    background: #2250d1 url(../../img/platform-23.png) no-repeat top center;
}
.viewDetail2 .detail-title {
    padding: 60px 0 20px;
    text-align: center;
    font-size: 60px;
    /* line-height: 60px; */
    color: #fff;
}
.viewDetail2 .detail-level {
    margin-bottom: 20px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
}
.viewDetail2 .score-report {
    color: #fff;
    text-align: center;
    font-size: 75px;
    line-height: 75px;
}
.viewDetail2 .score-report span {
    margin: 0 36px;
    vertical-align: top;
    line-height: 84px;
}
.viewDetail2 .level-pic {
    margin: 30px 0 10px;
    text-align: center;
}
.viewDetail2 .examinee-info {
    margin: 0 auto;
    padding: 14px;
    width: 990px;
    height: 452px;
    background: url(../../img/platform-14.png) no-repeat center;
}
.viewDetail2 .examinee-info .exam-status {
    margin-bottom: 20px;
    height: 126px;
    line-height: 126px;
    color: #e22020;
    font-size: 42px;
    text-align: center;
}
.viewDetail2 .examinee-info .info-content {
    height: 278px;
    padding: 0 50px;
}
.viewDetail2 .examinee-info .info-content .info-left {
    float: left;
    padding: 48px 0;
}
.viewDetail2 .examinee-info .info-content .info-row {
    height: 60px;
    color: #333;
    font-size: 24px;
    line-height: 60px;
}
.viewDetail2 .examinee-info .info-content .info-row .info-label {
    display: inline-block;
    margin-left: 10px;
    width: 96px;
    text-align: justify;
    -moz-text-align: justify;
    -ms-text-align: justify;
    text-align-last: justify;
}
.viewDetail2 .examinee-info .info-content .info-right {
    float: right;
    width: 260px;
    height: 100%;
    background: url(../cjd/img/unapproved.png) no-repeat center;
}
.viewDetail2 .examinee-info.pass .info-content .info-right {
    background-image: url(../cjd/img/approved.png);
}
.viewDetail2 .examinee-info.pass .exam-status {
    color: #14bd50;
}
.viewDetail2 .score-card {
    margin: 20px auto 0;
    width: 960px;
    background-color: #fff;
    overflow: hidden;
}
.viewDetail2 .score-card .title-content {
    margin: 0 auto;
    width: 475px;
    height: 72px;
    color: #fff;
    font-size: 38px;
    line-height: 70px;
    text-align: center;
    /* border-radius: 0 0 4px 4px; */
    position: relative;
}
.viewDetail2 .score-card .title-content>div {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.viewDetail2 .score-card .title-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: linear-gradient(to right, #3652f2, #1caaff);
    transform: perspective(38px) rotateX(-1deg) scaleX(1);
}
.viewDetail2 .score-card .title-content span {
    display: inline-block;
    margin: 1px 20px 0;
    vertical-align: top;
}
.viewDetail2 .score-card .score-list {
    margin: 70px 50px 50px;
}
.viewDetail2 .score-card .score-item {
    display: flex;
    margin-bottom: 30px;
    width: 100%;
    height: 203px;
    flex-direction: row;
    border: 1px solid #3652f2;
}
.viewDetail2 .score-card .item-pic {
    width: 181px;
    height: 100%;
    background-color: #1276f6;
}
.viewDetail2 .score-card .item-pic img {
    display: block;
    margin: 44px auto;
}
.viewDetail2 .score-card .item-detail {
    flex: 1;
    padding-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #333;
    font-size: 24px;
}
.viewDetail2 .score-card .item-detail>div {
    line-height: 55px;
}
.viewDetail2 .score-card .item-detail .item-name {
    font-weight: 700;
}
.viewDetail2 .score-card .item-grade span {
    color: #e43d3d;
}
.viewDetail2 .score-card .item-result {
    line-height: 200px;
}
.viewDetail2 .score-card .item-result span {
    display: inline-block;
    margin: 0 30px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 4px;
    background-color: #e43d3d;
}
.viewDetail2 .score-card .score-item.pass .item-result span {
    background-color: #356de2;
}
.viewDetail2 .score-card .score-item.pass .item-grade span {
    color: #356de2;
}
.viewDetail2 .score-card.process-exam-score .item-pic img {
    margin: 0;
    width: 100%;
    height: 100%;
}
/* 考核成绩-end */
  
/* 我的证书 */
.certificate-area {
    margin: 0 auto;
    padding: 0 30px 40px;
    width: 1200px;
    background-color: #fff;
}
.certificate-area .cf-item {
    /* float: left; */
    display: inline-block;
    margin: 40px 30px 0;
    /* padding: 10px; */
    width:320px;
    height: 452px;
    background-color: #fff;
    /* box-shadow: -1.714px -1.03px 24px 0px rgba(11, 37, 59, 0.19); */
    border: 1px solid #ddd;
    position: relative;
}
.certificate-area .cf-item:nth-child(4n) {
    margin-right: 0;
}
.certificate-area .cf-item .pic {
    width: 100%;
    height: 100%;
}
.certificate-area .cf-item .pic img {
    display: block;
    width: 100%;
    height: 100%;
}
.certificate-area .cf-item .mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 145px;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
}
.certificate-area .cf-item .mask .mask-action {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.certificate-area .cf-item .mask .btn {
    display: block;
    margin-bottom: 10px;
    padding: 0;
    width: 120px;
    height: 30px;
    line-height: 30px;
}
.certificate-area .cf-item:hover .mask {
    display: block;
}
.view-content {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.view-content .view-pic {
    margin: 0 auto;
    width: 764px;
}
.view-content .view-pic img {
    display: block;
    width: 100%;
    height: 100%;
}
/* 我的证书-end */

/* 意见反馈-satrt */
.feedback-area {
    width: 920px;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
}
.feedback-area .tip-text {
    margin: 0 auto;
    width: 800px;
    height: 50px;
    color: #333;
    font-weight: 700;
    line-height: 50px;
}
.feedback-area .opinion-area textarea {
    display: block;
    margin: 0 auto 30px;
    padding: 20px 30px ;
    width: 800px;
    height: 434px;
    color: #333;
    background-color: #f6f6f6;
    resize: none;
}
.feedback-area .feedback-action {
    padding-bottom: 30px;
    text-align: center;
}
.feedback-ok .text {
    margin: 20px 0;
}
/* 意见反馈-end */

/* 消息-start */
.message-area .message-content {
    margin: 0 auto;
    width: 920px;
    height: 100%;
    background-color: #fff;
}
.message-area .tabs-list {
    padding: 0 30px 0 15px;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
}

.message-area .tabs-item {
    display: inline-block;
    margin: 0 15px;
    height: 100%;
    color: #999999;
    line-height: 48px;
    border-bottom: 2px solid transparent;
}
.message-area .tabs-item.active {
    color: #333;
    font-weight: bold;
    border-color: #3469ff;
}
.message-area .tabs-list .btn-action {
    display: none;
    margin-top: 10px;
    padding: 0 10px;
    height: 28px;
    color: #333;
    font-weight: bold;
    line-height: 26px;
    background-color: #e8e8e8;
}
.message-area .tabs-content:before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    background-color: #eeeeee;
}
.message-area .msg-item {
    padding: 0 30px;
    height: 74px;
    cursor: pointer;
}
.message-area .msg-item:hover {
    background-color: #f1f1f1;
}
.message-area .msg-item .left {
    float: left;
    margin-left: -30px;
    width: 30px;
    height: 100%;
    line-height: 74px;
    text-align: center;
}
.message-area .msg-item .left span {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff0000;
    vertical-align: middle;
}
.message-area .msg-item .msg-detail {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.message-area .msg-item .icon {
    float: left;
    margin-right: 10px;
    width: 36px;
    height: 100%;
    line-height: 74px;
}
.message-area .msg-item .icon span {
    display: inline-block;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    border: 2px solid #7398ff;
    background-color: #7398ff;
}
.message-area .msg-item .msg-time {
    float: right;
    margin-top: 14px;
}
.message-area .msg-item .msg-text {
    overflow: hidden;
}
.message-area .msg-item .msg-text .title {
    margin: 14px 0 4px;
    color: #333;
    font-weight: bold;
}
.message-area .msg-item .msg-text .msg {
    width: 400px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
}
.message-area .no-data {
    padding-top: 160px;
}
.msg-modal {
    padding: 10px 20px;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.msg-modal .msg-m-title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ddd;
}
.msg-modal .msg-m-title .left {
    overflow: hidden;
}
.msg-modal .msg-m-title .icon {
    display: inline-block;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    border: 2px solid #7398ff;
    background-color: #7398ff;
    vertical-align: middle;
}
.msg-modal .msg-m-title .name {
    color: #333;
    font-weight: bold;
}
.msg-modal .msg-m-content {
    padding: 10px 0;
    height: 276px;
    overflow-x: hidden;
    overflow-y: auto;
}
/* 消息-end */

/* 无数据-start */
.no-data {
    padding: 60px 0 0;
    color: #333;
    font-size: 16px;
    overflow: hidden;
}
.no-data .text {
    margin: 20px 0;
}
/* 无数据-end */

/* 电子商务师报名-start */
.el-main>.container {
    display: flex;
    flex-direction: column;
}
.el-main>.container>.content {
    flex: 1;
    min-height: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.el-main #footer {
    position: static;
}
.el-main .process-steps {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: calc(100% - 120px);
}
.el-main .process-steps .step-contents {
    flex: 1;
    margin: 0 auto;
}
.el-main .step-contents .content-item {
    margin: 0 auto;
    width: 1000px;
    height: 100%;
}
.process-steps .process-tabs {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
    background-color: #fff;
    position: relative;
    z-index: 2;
}
.process-tabs .tabs-content {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 1000px;
    height: 50px;
}
.process-tabs .tabs-content .line {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 0 10px;
    height: 1px;
    background-color: #ddd;
}
.process-tabs .process-step {
    cursor: pointer;
}
.process-tabs .process-step .step-num {
    display: inline-block;
    margin-right: 10px;
    width: 24px;
    height: 24px;
    color: #fff;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #cecece;
    background-color: #cecece;
}
.process-tabs .process-step.actived {
    color: #3469ff;
}
.process-tabs .process-step.actived .step-num {
    color: #3469ff;
    border: 1px solid #3469ff;
    background-color: #fff;
}
.process-tabs .tabs-content .line.actived {
    background-color: #3469ff;
}
.process-tabs .process-step.active {
    color: #3469ff;
}
.process-tabs .process-step.active .step-num {
    border-color: #3469ff;
    background-color: #3469ff;
}
.process-steps .step-contents .content-item  {
    display: none;
}
.process-steps .step-contents .content-item.active  {
    display: block;
}
.step-contents .content-item .exam-signup {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.step-contents .plan-list .plan-item {
    margin-top: 0;
}
.step-contents .content-item .fillin-area {
    flex: 1;
    margin: 10px 0 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
.step-contents .content-item .fillin-area .info-area {
    flex: 1;
    padding: 30px 40px 0;
}
.step-contents .content-item .fillin-area .fillin-action {
    padding: 20px 0;
    border-top: 1px solid #ddd;
}
.two-column-row .form-group {
    float: left;
    margin-bottom: 20px;
    padding: 0;
    width: 50%;
}
.two-column-row .form-group .control-label {
    padding: 0;
    width: 120px;
}
.two-column-row .form-group .group-select select {
    width: 340px;
    height: 40px;
    border: 1px solid #ccc;
    outline: none;
    background-color: #eeeeee;
}
.two-column-row .chosen-container-active.chosen-with-drop .chosen-single div b {
	background-position: -18px 6px;
}
.two-column-row .form-group .dropdown {
    width: 340px;
    background-color: #eeeeee;
}
.two-column-row .dropdown .dropdown-toggle {
    background-color: #eeeeee;
}
.two-column-row .form-group .dropdown input[value=""]+.dropdown-toggle .chose-text {
    color: #999;
}
.two-column-row .dropdown .dropdown-menu {
    max-height: 120px;
}
.form-group .group-time {
    position: relative;
}
.form-group .group-time .time-pic {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.step-contents .content-item2 .fillin-area {
    margin: 0;
}
.step-contents .content-item2 .fillin-area .info-area {
    padding: 45px 100px 0;
}
.identity-area li {
    float: left;
    margin-right: 70px;
    width: 220px;
    height: 280px;
    border-radius: 4px;
    background-color: #eeeeee;
    position: relative;
}
.identity-area li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}
.identity-area li:nth-child(3n) {
    margin-right: 0;
}
.identity-area li img {
    display: block;
    margin: 44px auto 14px;
}
.identity-area li .radio-area {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #fff url(../../img/checked-grey.png) no-repeat center;
}
.identity-area li.active .radio-area {
    background-color: #3469ff;
    background-image: url(../../img/checked-white.png);
}
.step-contents .content-item3 .fillin-area {
    margin: 0;
}
.step-contents .content-item3 .fillin-area .info-area {
    flex: 1;
    padding: 30px 30px 0;
}
.content-item3 .two-column-row .form-group .control-label {
    width: 130px;
}
.step-contents .content-item3 .fill-area {
    display: none;
}
.step-contents .content-item3 .fill-area.active {
    display: block;
}
.step-contents .content-item3 .work-year {
    position: relative;
}
.step-contents .content-item3 .work-year .unit {
    position: absolute;
    right: 10px;
    top: 0;
    color: #333;
}
.step-contents .content-item3 .work-year .form-control {
    padding-right: 30px;
}
.step-contents .content-item3 .workers-row,
.step-contents .content-item3 .teacher-row,
.step-contents .content-item3 .student-row {
    display: none;
}
.step-contents .content-item3 .workers-row.available,
.step-contents .content-item3 .teacher-row.available,
.step-contents .content-item3 .student-row.available {
    display: none;
}

.step-contents .content-item4 .fillin-area {
    margin: 0;
}
.content-item4 .exam-signup .fillin-box {
    padding: 0;
    border: none;
}
.content-item4 .fillin-box .form-group {
    margin: 0 0 20px;
    padding: 0;
}
.content-item4 .fillin-box .img-upload .upload-box {
    float: left;
    width: 200px;
    height: 112px;
}
.content-item4 .fillin-box .control-label {
    width: 130px;
}
.content-item4 .fillin-box .img-upload .upload-box .text {
    line-height: inherit;
    color: #999999;
    font-size: 14px;
    overflow: hidden;
}
.content-item4 .upload-box img {
    margin: 25px auto 10px;
    display: block;
}
.content-item4 .fillin-box .img-upload .upload-box .view img {
    margin: 0;
    border: none;
    outline: none;
}
.content-item4 .upload-box .del-upload {
    position: absolute;
    right: -8px;
    top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #3469ff;
    display: none;
}
.content-item4 .upload-box.uploaded .del-upload {
    display: block;
}
.content-item4 .example-area {
    float: left;
    margin-left: 20px;
    line-height: 20px;
    color: #333;
    font-weight: 700;
}
.content-item4 .example-area span {
    float: left;
    margin-right: 10px;
}
.content-item4 .fillin-box .upload-box.upload-type2 {
    width: 140px;
    height: 100px;
}
.content-item4 .upload-box.upload-type2 img {
    margin: 35px auto;
}
.content-item4 .download-sincerity .group-input a {
    color: #333;
    line-height: 20px;
    font-weight: 700;
    vertical-align: middle;
}
.content-item4 .download-sincerity .group-input a img {
    vertical-align: middle;
    margin: -3px 3px 0 0;
}
.content-item4 .different-upload .different-item {
    display: none;
}
.content-item4 .different-upload .different-item.active {
    display: block;
}
.signup_info_el .wrapper {
    width: 1000px;
}
.signup_info_el.message-area .tabs-item {
    color: #666;
}
.signup_info_el.message-area .tabs-item.active {
    color: #3469ff;
    font-weight: 400;
}
.signup_info_el .plan-list .plan-item .plan-info .registration-fee {
    margin: 0;
    color: red;
}
.signup_info_el .plan-list .plan-item .plan-status {
    top: 10px;
    right: 20px;
    width: auto;
    height: 16px;
    color: #999;
    line-height: 16px;
    transform: rotate(0deg);
}
.signup_info_el .plan-list .plan-item .plan-status.nopass {
    color: red;
}
.signup_info_el .plan-list .btn {
    min-width: 100px;
}
.payModal {
    color: #999999;
    text-align: center;
}
.payModal .red {
    color: red;
}
.payModal .text1 {
    margin: 24px 0 10px;
    font-size: 18px;
    color: #333;
    line-height: 1;
}
.payModal .text2 {
    margin-bottom: 20px;;
}
.payModal .text3 {
    margin: 16px 0 20px;
}
/* 电子商务师报名-end */