[v-cloak] {
    display: none;
}

@media screen and (max-width: 320px) {
    body {
        width: 320px !important;
    }
}

.menu_item_active {
    color: #255EA5 !important;
}

.menu_item_active a {
    color: #255EA5 !important;
}

.top {
    max-width: 1200px;
    margin: 0 auto;
    height: 72px;
    display: flex;
}

.top .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top .content {
    display: flex;
    font-size: 16px;
    font-weight: 550;
}

.top .content .menu {
    display: flex;
}

.top .content .menu .menu_item {
    padding: 0 25px;
    cursor: pointer;
    letter-spacing: 1px;
}

.top .content .menu .menu_item a {
    color: #000;
}

.top .login {
    padding: 0 25px;
}

.top .login span {
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
}

.top .login span .dropmenu {
    display: none;
    position: absolute;
    width: 98px;
    background-color: #fff;
    border-radius: 8px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0;
    z-index: 99999;
}

.top .login span .dropmenu span {
    display: inline-block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
}

.top .login span .dropmenu span:hover {
    background-color: #ecf5ff;
}

.top .login span .dropmenu .angle {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 8px solid #fff;
}

.top .login span:hover {
    color: #255EA5;
}

.top .login span:hover .dropmenu {
    display: block;
}

.top .menuph {
    display: none;
    cursor: pointer;
    width: 0.4rem;
    height: 0.4rem;
    text-align: center;
}

.top .menuph .point {
    width: 0.4rem;
    height: 0.4rem;
    position: relative;
}

.top .menuph .point .navbtn {
    position: absolute;
    top: 0.18rem;
    right: 0;
    display: inline-block;
    width: 0.3rem;
    height: 2px;
    background: #255EA5;
    transition: all 0.3s ease-out 0s;
}

.top .menuph .point .navbtn::before,
.top .menuph .point .navbtn::after {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 0.3rem;
    height: 2px;
    content: '';
    background: #255EA5;
    transition: all 0.3s ease-out 0s;
}

.top .menuph .point .navbtn::before {
    top: 0.1rem;
}

.top .menuph .point .navbtn::after {
    top: -0.1rem;
}

.top .xialaph {
    position: fixed;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 200;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
}

.top .xialaph .sidebar-header-right {
    display: block;
    overflow: hidden;
    padding-left: 30px;
    margin-top: 0.3rem;
}

.top .xialaph .sidebar-header-right .close-sidebar-right {
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    float: left;
    line-height: 0.4rem;
    font-size: 0.4rem;
    color: #fff;
}

.top .xialaph .navn-titk {
    display: block;
    margin-left: 0.1rem;
    padding-left: 30px;
}

.top .xialaph .navn-titk .navn-titcn {
    margin-bottom: 4px;
    line-height: 2;
    font-size: 0.16rem;
    color: #fff;
}

.top .xialaph .navn-titk .navn-titen {
    text-transform: uppercase;
    font-size: 0.12rem;
    color: #75b0e3;
}

.top .xialaph li {
    height: 50px;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-left: 30px;
}

.top .xialaph .close-bottom-right {
    display: block;
    margin: 0 0.45rem;
    border-radius: 0.04rem;
    background: #5e8bb2;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
    margin-top: 0.3rem;
}

@media screen and (max-width: 798px) {
    .content {
        display: none !important;
    }

    .menuph {
        display: block !important;
    }

    .xialaph {
        display: block !important;
    }

    .top {
        padding: 0 10px;
    }
}

.banner {
    width: 100%;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner .exam_name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 36px;
    letter-spacing: 4px;
    color: #fff;
}

.infor_wrap {
    width: 100%;
    margin-bottom: 0.5rem;
}

.infor_wrap .infor {
    width: 100%;
}

.infor_wrap .infor .infor_top {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.infor_wrap .infor .infor_top .infor_name_wrap {
    width: 49%;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0rem;
}

.infor_wrap .infor .infor_top .infor_name {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px;
}

.infor_wrap .infor .infor_top .infor_name div {
    font-size: 0.24rem;
    color: #0052A4;
    margin-right: 0.1rem;
    position: relative;
}

.infor_wrap .infor .infor_top .infor_name div::after {
    display: inline-block;
    content: "";
    width: 96px;
    height: 2px;
    background-color: #7BA1C4;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.infor_wrap .infor .infor_top .infor_name span {
    color: #ccc;
}

.infor_wrap .details_wrap {
    padding-top: 15px;
}

.infor_wrap .details_wrap .details_item {
    width: 100%;
    height: 3.16rem;
    padding: 15px;
    overflow-y: auto;
}

.infor_wrap .details_wrap .details_item::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.infor_wrap .details_wrap .details_item::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px #c1c1c1;
    background: #c1c1c1;
}

.infor_wrap .details_wrap .details_item::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 5px #c1c1c1;
    border-radius: 10px;
    background: #EDEDED;
}

@media screen and (max-width: 798px) {
    .infor_name_wrap {
        width: 100% !important;
    }

    .infor_name div {
        font-size: 0.16rem !important;
        padding-left: 10px;
    }

    .infor_name span {
        font-size: 0.12rem !important;
    }

    .infor_name div::after {
        width: 84px !important;
    }

    .details_wrap {
        padding: 15px !important;
    }
}

.content_item {
    width: 49%;
    display: flex;
    flex-direction: column;
    background-color: #9daab5;
    padding: 0.36rem 0 0.36rem 0.36rem;
    border-radius: 0.2rem;
    color: #fff;
    margin-bottom: 0.2rem;
    cursor: pointer;
    transition: all 0.5s;
    background: url(../img/cate_bg.png) no-repeat 100% 100%;
    background-position: center center;
    position: relative;
}

.content_item:hover {
    transform: scale(1.05);
}

.content_item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.2rem;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.content_item .type {
    font-size: 0.22rem;
    z-index: 99;
}

.content_item .line {
    width: 70%;
    height: 1px;
    background-color: #fff;
    margin: 0.2rem 0;
    z-index: 99;
}

.content_item .entry {
    font-size: 0.2rem;
    z-index: 99;
}

.content_item:hover {
    background-color: #4f8ac1;
}

.loading_wrap {
    width: 100%;
    background-color: #f9f9f9;
}

.loading_wrap .loading_content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.3rem 0;
    display: flex;
    flex-wrap: wrap;
}

.loading {
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
}

.loading .loading_top {
    max-width: 1200px;
    margin: 0 auto;
    height: 0.6rem;
    display: flex;
    align-items: center;
}

.loading .loading_top div {
    font-size: 0.24rem;
    color: #0052A4;
    margin-right: 0.1rem;
    position: relative;
}

.loading .loading_top div::after {
    display: inline-block;
    content: "";
    width: 96px;
    height: 2px;
    background-color: #7BA1C4;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.loading .loading_top span {
    color: #ccc;
    margin-top: 12px;
}

@media screen and (max-width: 798px) {
    .content_item {
        width: 92% !important;
        margin: 0 auto;
        margin-bottom: 0.2rem !important;
    }

    .loading_top {
        height: 0.5rem !important;
        padding: 0 0.1rem;
    }

    .loading_top div {
        font-size: 0.16rem !important;
    }

    .loading_top span {
        font-size: 0.12rem !important;
        margin-top: 6px !important;
    }

    .loading .loading_top div::after {
        left: -10px;
        width: 0.84rem;
    }
}

.news {
    background-color: #fff;
}

.news .loading_top div,
.news .loading_top span {
    float: left;
}

.news .loading_top a {
    float: right;
    color: #333;
}

.news .news_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news .new_item {
    width: 23%;
    height: 3.2rem;
    padding: 0rem 0.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e4e3e3;
    margin-right: 0.3rem;
    cursor: pointer;
    transition: all 0.3s;
}

.news .new_item:nth-child(4) {
    margin-right: 0;
}

.news .new_item .time_wrap {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background-color: #0052a4;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.news .new_item .time_wrap .line {
    display: inline-block;
    width: 0.4rem;
    height: 1px;
    background-color: #fff;
}

.news .new_item .news_title {
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 0.2rem 0;
    font-size: 0.16rem;
}

.news .new_item .news_content {
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding: 0 20px;
    font-size: 0.12rem;
    line-height: 0.24rem;
}

.news .new_item:hover {
    background-color: #0052a4;
    color: #fff;
}

.news .new_item:hover .time_wrap {
    background-color: #fff;
    color: #0052a4;
}

@media screen and (max-width: 798px) {
    .new_item {
        width: 80% !important;
        margin: 0 auto !important;
        margin-bottom: 0.2rem !important;
    }

    .banner .exam_name {
        font-size: 16px !important;
    }

    .news_bar .n_title {
        font-size: 12px !important;
    }



    .main_content_title {
        padding: 20px 0 !important;
    }

    .card_content .flex_box {
        flex-wrap: wrap;
    }
}

.linkWrap {
    max-width: 1200px;
    margin: 30px auto;
}

.footer {
    width: 100%;
    background: #0052a4;
    font-size: 14px;
    color: #fff;
    padding: 0.25rem 0;
}

.footer .content_b {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.footer .left {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer .left_item {
    height: 22px;
    line-height: 22px;
    margin: 0.05rem 0;
}

.footer .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.footer .right .right_item {
    height: 22px;
    line-height: 22px;
    text-align: right;
    margin: 0.05rem 0;
}

.footer .tip {
    text-align: center;
}

@media screen and (max-width: 798px) {
    .content_b {
        flex-direction: column;
        align-items: center !important;
    }

    .content_b left {
        align-items: center !important;
    }

    .content_b right {
        align-items: center !important;
    }

    .left_item {
        text-align: center;
        margin: 0px 0 !important;
    }

    .right_item {
        text-align: center !important;
        margin: 0px 0 !important;
    }

    .footer {
        font-size: 0.12rem !important;
        padding: 10px 0 !important;
    }
}

.search_content {
    max-width: 1200px;
    margin: 30px auto;
}

.search_content .query_box {
    width: 6rem;
    padding: 30px 90px;
    margin: auto;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
}

.search_content .query_box .query_title {
    font-size: 28px;
    font-weight: 600;
    color: #255EA5;
    margin-bottom: 40px;
    text-align: center;
}

.search_content .query_box .el-form-item {
    margin-bottom: 30px;
}

.search_content .query_box .el-form-item__content {
    line-height: 40px;
    position: relative;
    font-size: 14px;
}

.search_content .query_box .el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}

.search_content .query_box .el-input__inner {
    -webkit-appearance: none;
    background-color: #FFF;
    background-image: none;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}

.search_content .query_box .query_tips {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 30px;
    text-align: left;
}

.search_content .query_box .el-button {
    display: block;
    width: 1.4rem;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}

.search_content .empty_box {
    width: 1200px;
    height: 400px;
    line-height: 134px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.search_content .table_box {
    width: 100%;
}

.search_content .table_box .table_title {
    font-size: 28px;
    font-weight: 600;
    color: #255EA5;
    margin-bottom: 40px;
    text-align: center;
    padding: 0 0.3rem;
    position: relative;
}

.search_content .table_box .table_title .back_icon {
    font-size: 14px;
    color: #615f5f;
    float: right;
    text-align: right;
    line-height: 0.4rem;
    cursor: pointer;
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
}

.search_content .table_box .table_infor {
    display: flex;
    font-size: 16px;
    color: #909399;
    justify-content: flex-end;
}

.search_content .table_box .table_infor .table_infor_item {
    margin-right: 0.2rem;
    margin-bottom: 0.2rem;
}

@media screen and (max-width: 798px) {
    .query_box {
        width: 92% !important;
        padding: 20px 20px !important;
    }

    .search_content .query_box .el-form-item {
        margin-bottom: 20px !important;
    }

    .table_infor {
        font-size: 0.12rem !important;
    }

    .table_infor_item {
        margin-right: 0.05rem !important;
    }
}

.about .about_content {
    max-width: 1200px;
    margin: 0.4rem auto;
    padding: 0.4rem;
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 32px;
}

@media screen and (max-width: 798px) {
    .about_content {
        width: 92%;
        margin: 0.2rem auto !important;
        padding: 0.2rem !important;
        font-size: 14px !important;
    }
}

.login_main {
    min-height: 100vh;
    width: 100vw;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: 100% 300px;
    background-position: center top;
    display: flex;
    flex-direction: column;
}

.login_main .login_form {
    padding: 0.4rem 0;
    width: 5.5rem;
    margin: 0 auto;
    margin-top: 2.6rem;
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.login_main .login_form .back_box {
    display: flex;
    justify-content: flex-end;
    padding: 0 0.2rem;
}

.login_main .login_form .back_box .back_btn {
    padding: 20px;
    letter-spacing: 1px;
    cursor: pointer;
    height: 14px;
    font-size: 14px;
    font-weight: 400;
    color: #255EA5;
    line-height: 14px;
}

.login_main .login_form .content_tab {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 4.5rem;
    border-bottom: 1px solid #E6E6E6;
    padding: 0 78px;
    box-sizing: border-box;
    padding: 0.1rem 0;
}

.login_main .login_form .content_tab .content_tab_item {
    font-size: 20px;
    color: #999999;
    cursor: pointer;
    position: relative;
    font-weight: 550;
    letter-spacing: 2px;
    margin: 0 0.2rem;
}

.login_main .login_form .content_tab .content_tab_item .line {
    height: 3px;
    background: #255EA5;
    position: absolute;
    bottom: -11px;
    left: 0;
    right: 0;
    border-radius: 3px;
}

.login_main .login_form .content_form {
    width: 4.5rem;
    margin: 0.3rem auto;
}

.login_main .login_form .content_form .button-flex {
    display: flex;
    justify-content: space-between;
    margin-top: -10px;
}

.login_main .login_form .content_form .sendcode {
    color: #255EA5;
    cursor: pointer;
    padding: 12px;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 10px;
    background: #fff;
    width: 98px;
    box-sizing: content-box;
    border: 1px solid #255EA5;
    filter: grayscale(40%);
    transition: all 0.3s;
}

.login_main .login_form .content_form .sendcode:hover {
    filter: none;
}

.login_main .login_form .el-form-item__content {
    display: flex;
}

@media screen and (max-width: 798px) {
    .login_main {
        background-size: 100% 100px !important;
    }

    .login_form {
        width: 92% !important;
        padding: 0rem 0 !important;
        position: fixed;
        left: 50%;
        right: 50%;
        transform: translate(-50%, -50%);
    }

    .content_tab {
        width: 92% !important;
    }

    .content_form {
        width: 92% !important;
    }

    .smsCode {
        width: auto !important;
    }
}

.reg_main {
    min-height: 100vh;
    width: 100%;
    background-image: url(../img/banner.png);
    background-repeat: no-repeat;
    background-size: 100% 300px;
    background-position: center top;
    display: flex;
    flex-direction: column;
}

.reg_main .reg_form {
    width: 5.5rem;
    margin: 0 auto;
    margin-top: 2.2rem;
    background-color: #fff;
    padding: 0.4rem;
    box-shadow: inset 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reg_main .reg_form .reg_title {
    font-size: 0.2rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0052a4;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    width: 1.2rem;
    padding: 0.2rem 0;
    border-bottom: 1px solid #0052a4;
}

.reg_main .reg_form .login-form {
    width: 100%;
    margin-top: 0.4rem;
}

.reg_main .reg_form .login-form .unChecked {
    background: #CCCCCC;
    border-color: #CCCCCC;
    color: #ffffff;
}

.reg_main .reg_form .login-form .unChecked:hover,
.reg_main .reg_form .login-form .unChecked:active,
.reg_main .reg_form .login-form .unChecked:focus {
    background: #CCCCCC;
    border-color: #CCCCCC;
    color: #ffffff;
}

.reg_main .reg_form .login-form .form_policy {
    margin-bottom: 30px;
    font-size: 14px;
    color: #999999;
}

.reg_main .reg_form .login-form .form_policy .form_policy_pointer {
    color: #255EA5;
    cursor: pointer;
}

.reg_main .reg_form .sendcode {
    color: #255EA5;
    cursor: pointer;
    padding: 12px;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 10px;
    background: #fff;
    width: 98px;
    box-sizing: content-box;
    border: 1px solid #255EA5;
    filter: grayscale(40%);
    transition: all 0.3s;
}

.reg_main .reg_form .sendcode:hover {
    filter: none;
}

@media screen and (max-width: 798px) {
    .reg_form {
        width: 92% !important;
        padding: 0.2rem !important;
    }
}

.news_bar {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    box-shadow: 0 3px 8px rgba(213, 204, 204, 0.35);
}

.tab_bar{
    text-align: center;
    height: 0.8rem;
    margin-top: 20px;
}
.tab_bar .n_title{
    max-width: 1200px;
    margin: 0 auto;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 16px;
    color: #333;
    font-weight: 550;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tab_bar .el-tabs__item{
    font-size: 18px;
}
.news_bar .exams {
    justify-content: space-between;
}

.news_bar .n_title {
    max-width: 1200px;
    margin: 0 auto;
    height: 0.6rem;
    font-size: 16px;
    color: #333;
    font-weight: 550;
    display: flex;
    align-items: center;
}

.news_bar .n_title .index_span {
    cursor: pointer;
    white-space: nowrap;
}

.news_bar .n_title .index_span:hover {
    color: #0052ad;
}

.news_bar .search_wrap {
    float: right;
}

.news_bar .search_wrap .el-button {
    margin-left: 10px;
}

.news_main {
    max-width: 1200px;
    margin: 0.2rem auto;
    /* height: 54px;*/
    background: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    text-align: center;
}

.news_main .bar_box {
    display: inline-block;
    margin: auto;
    position: relative;
}

.news_main .bar_box .el-menu-item {
    height: 54px;
    line-height: 54px;
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.tab_news {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding: 8px 10px;
    display: inline-block;
    margin: 0 10px;
}

.tab_news.act {
    border-bottom: 2px solid #409EFF;
}

.main_content {
    max-width: 1200px;
    margin: 0 auto 0;
    background: #ffffff;
    box-sizing: border-box;
    padding: 20px 40px;
}

.main_content .list {
    padding: 30px 0;
    box-shadow: inset 0px -1px 0px 0px #d9d9d9;
    cursor: pointer;
    text-align: left;
}

.main_content .list:hover .text-1 {
    color: #0052ad;
}

.main_content .text-1 {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 18px;
    margin-bottom: 10px;
    display: inline-block;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    cursor: pointer;
}

.main_content .text-desc {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    margin-bottom: 20px;
    display: flex;
}

.main_content .text-desc .show-detail {
    color: #255EA5;
    cursor: pointer;
    display: inline-block;
    margin-left: 15px;
}

.main_content .text-date {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
}

.main_content .empty-box {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 164px;
    font-size: 20px;
}

.details_main {
    width: 100%;
    background-color: #f2f2f2;
}

.details_main .details {
    max-width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 40px 200px;
    box-sizing: border-box;
}

.details_main .details .title {
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    line-height: 34px;
}

.details_main .details .sub-title {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 14px;
    padding: 20px 0 30px;
}

.details_main .details .line {
    width: 100%;
    height: 1px;
    background: #d8d8d8;
    margin-bottom: 30px;
}

.details_main .details .detail {
    /*font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    margin-bottom: 50px;*/
    line-height: 30px;
}

@media screen and (max-width: 798px) {
    .details {
        padding: 40px 10px !important;
    }
}

.main_content_title {
    font-size: 28px;
    font-weight: 500;
    color: #0052A4;
    line-height: 42px;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
}

.project .project_list {
    max-width: 1200px;
    margin-bottom: 0.3rem;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.margin_item {
    margin-right: 16px;
}

.cate_main .nothing {
    width: 100%;
    margin: 100px auto;
    text-align: center;
    font-size: 20px;
}

.cate_main .main_content_box {
    max-width: 1200px;
    margin: 0rem auto;
    margin-bottom: 0.2rem;
    display: flex;
    flex-flow: row wrap;
}

.cate_main .main_content_box .main_content_item {
    width: 32%;
    height: 388px;
    border-top: 3px solid #C9E1FF;
    flex-shrink: 0;
    padding: 20px 0;
    box-sizing: border-box;
    background: #ffffff;
    margin-bottom: 38px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #E6E6E6;
    position: relative;
    cursor: pointer;
}

.cate_main .main_content_box .main_content_item .main_content_top {
    width: 100%;
    height: 120px;
    margin: auto;
    box-sizing: border-box;
    box-shadow: inset 0px -1px 0px 0px #e6e6e6;
    padding: 0 20px;
}

.cate_main .main_content_box .main_content_item .main_content_top .exam_name {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    color: #333;
    padding: 10px 0;
}

.cate_main .main_content_box .main_content_item .main_content_top .exam_name span {
    color: #0052a4;
}

.cate_main .main_content_box .main_content_item .main_content_top .actity_name {
    /*white-space: nowrap; */
    /* overflow: hidden; */
    -o-text-overflow: ellipsis;
    /* text-overflow: ellipsis; */
    font-size: 18px;
    line-height: 19px;
    font-weight: 500;
    color: #333333;
    padding: 10px 0;
}

.cate_main .main_content_box .main_content_item .main_content_top .activity_time {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 12px;
    font-weight: 400;
    color: #666666;
}

.cate_main .main_content_box .main_content_info {
    padding: 0 20px;
    height: 196px;
    overflow: auto;
    word-break: break-all;
}

.cate_main .main_content_box .bottom_fixed {
    position: absolute;
    bottom: 0;
    text-align: right;
    right: 0;
    left: 0;
    padding: 0px 20px;
    background: #F7F7F7;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #E6E6E6;
    height: 72px;
    line-height: 72px;
    box-sizing: border-box;
    cursor: context-menu;
}

@media screen and (max-width: 798px) {
    .main_content_item {
        width: 92% !important;
        margin: 0 auto;
    }
}

.sign_main {
    max-width: 1180px;
    margin: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #E6E6E6;
    padding: 23px 30px;
    box-sizing: border-box;
}

.sign_main .exam_name {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.sign_main .tip {
    padding: 20px;
    max-width: 1120px;
    background: #FFF1F0;
    border-radius: 4px;
    border: 1px solid #FFCCC7;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.sign_main .tip .tip-title {
    color: #F73F47;
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.sign_main .tip .tip-content {
    font-weight: 400;
    color: #999;
    font-size: 14px;
    /* padding-left: 293px; */
    line-height: 22px;
}

.sign_main .top_title {
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    font-weight: 550;
    color: #333333;
    box-shadow: inset 0px -1px 0px 0px #e6e6e6;
    margin-bottom: 20px;
}

.sign_main .examination_info {
    display: flex;
    flex-flow: row wrap;
    padding-bottom: 20px;
}

.sign_main .examination_info .examination_info_item {
    width: 33.3%;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 20px;
}

.sign_main .sign_form {
    width: 70%;
    margin-left: 1rem;
}

.sign_main .sign_form .el-select {
    width: 300px;
}
.sign_main .sign_form .el-input {
    width: 300px;
}
.sign_main .sign_form .el-input__inner {
    width: 300px;
}


.sign_main .sign_form .el-form-item__content {
    margin-left: 0 !important;
}

.sign_main .sign_form .el-date-editor.el-input,
.sign_main .sign_form .el-date-editor.el-input__inner {
    width: 100% !important;
}

.sign_main .tip_bot {
    color: #999;
    line-height: 27px;
}

.sign_main .tip_bot p {
    text-indent: -2em;
    margin-left: 3em;
}

@media screen and (max-width: 798px) {
    .ti {
        flex-direction: column !important;
    }

    .sign_form {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .tip-content {
        padding-left: 0px !important;
    }

    .examination_info_item {
        width: 100% !important;
    }

    .examination_info {
        flex-direction: column;
    }

    .pay_main {
        padding: 0.3rem 0.15rem !important;
    }
}

.pay_main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0.3rem;
    background-color: #fff;
}

.pay_main .pay_title {
    height: 54px;
    line-height: 54px;
    font-size: 18px;
    font-weight: 550;
    color: #333333;
    box-shadow: inset 0px -1px 0px 0px #e6e6e6;
    margin-bottom: 20px;
}

.pay_main .pay_info {
    display: flex;
    flex-wrap: wrap;
}

.pay_main .pay_info .pay_item {
    margin-right: 0.7rem;
    margin-bottom: 0.1rem;
    font-size: 18px;
    color: #999;
}

.pay_main .pay_info .pay_item span {
    color: #333333;
}

.pay_main .pay_info .pay_item:nth-of-type(3) {
    margin-right: 0rem;
}

.pay_main .pay_content {
    width: 100%;
    padding: 0.6rem 0 0.4rem;
    background-color: #fafafa;
    border: 1px solid #d7d7d7;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.pay_main .pay_content .pay_ways {
    width: 3.2rem;
    display: flex;
    justify-content: space-between;
}

.pay_main .pay_content .pay_ways .pay_bg {
    width: 1.38rem;
    height: 1.38rem;
    border-radius: 10px;
    background-color: #7f7f7f;
}

.pay_main .pay_content .pay_ways .pay_text {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.2rem;
}

.pay_main .pay_content .pay_ways .pay_text img {
    margin-right: 0.1rem;
}

.pay_main .updown {
    margin-top: 0.4rem;
}

.seccess {
    color: green;
}

.ce_main {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    height: 9rem;
}

.ce_main .left_menu {
    width: 20%;
    background: #f1faff;
    text-align: center;
    padding: 0;
    position: relative;
    box-shadow: none;
    border-bottom: 1px solid #e8e8e8;
    font-size: 20px;
    line-height: 0.6rem;
    color: #999;
}

.ce_main .menu_top {
    border-bottom: 1px solid #e8e8e8;
}

.ce_main .left_menu_top,
.ce_main .left_menu_bottom {
    padding: 0.1rem 0;
}

.ce_main .left_menu_top {
    border-bottom: 1px solid #e8e8e8;
}

.ce_main .menu_item1 {
    cursor: pointer;
    font-size: 0.16rem;
}

.ce_main .menu_item1:hover {
    background-color: #b2c1c8;
    color: #fff;
}

.ce_main .right_content {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    background: #ffffff;
    overflow-x: auto;
}

.ce_main .right_content .menu_content {
    display: none;
}

.ce_main .open {
    color: #255ea5;
}

.ce_main .right_title,
.ce_main .right_title1 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
}

.ce_main .right_title1 {
    border-bottom: 1px solid #d2d2d2;
}

.ce_main .apply_ticket_list,
.ce_main .apply_table {
    width: 100%;
}

.ce_main .apply_ticket_list tr th,
.ce_main .apply_table tr th {
    color: #666;
    background-color: #f2f2f2;
}

.ce_main .apply_ticket_list tr th,
.ce_main .apply_ticket_list tr td,
.ce_main .apply_table tr th,
.ce_main .apply_table tr td {
    text-align: center;
    line-height: 0.45rem;
    font-size: 14px;
    border-top: 1px solid #d6d7dc;
    white-space: nowrap;
}

.ce_main .apply_ticket_list tr td,
.ce_main .apply_table tr td {
    border-bottom: 1px solid #d6d7dc;
}

.ce_main .apply_table .look {
    cursor: pointer;
}

.ce_main .progress {
    margin: 0.2rem 0;
    /* 时间轴 */
}

.ce_main .progress .clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.ce_main .progress .time-horizontal {
    width: 100%;
}

.ce_main .progress .time-horizontal li {
    list-style-type: none;
    float: left;
    position: relative;
    width: 30%;
    padding-top: 20px;
    font-size: 14px;
    border-top: 1px dashed #ccc;
}

.ce_main .progress .time-horizontal li:last-child {
    width: 60px;
    border-top: 1px dashed transparent !important;
}

.ce_main .progress .time-horizontal li:first-child > div,
.ce_main .progress .time-horizontal li:nth-child(2) > div {
    margin-left: -3px;
}

.ce_main .progress .time-horizontal li:last-child > div {
    margin-left: -10px;
}

.ce_main .progress .time-horizontal li > b:before {
    content: '';
    position: absolute;
    top: -18px;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    background: #f2f2f2;
    color: #fff;
    font-size: 19px;
    text-align: center;
}

.ce_main .progress .time-horizontal li.solid {
    border-top: 1px solid #369fcc;
}

.ce_main .progress .time-horizontal li.pass1 > b:before {
    content: '1';
    background: #369fcc;
}

.ce_main .progress .time-horizontal li.pass2 > b:before {
    content: '2';
    background: #a09f9f;
}

.ce_main .progress .time-horizontal li.pass2 > b.act:before {
    background: #369fcc;
}

.ce_main .progress .time-horizontal li.pass3 > b.act:before {
    background: #369fcc;
}

.ce_main .progress .time-horizontal li.pass4 > b.act:before {
    background: #369fcc;
}

.ce_main .progress .time-horizontal li.pass3 > b:before {
    content: '3';
    background: #a09f9f;
}

.ce_main .progress .time-horizontal li.pass4 > b:before {
    content: '4';
    background: #a09f9f;
}

.ce_main .progress .pass1 > div {
    color: #369fcc;
}

.ce_main .project {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-width: 1px;
    border-style: solid;
    border-color: #d2d2d2;
    margin: 0.4rem 0;
    padding: 0.15rem;
}

.ce_main .project .project_info {
    color: #999999;
    line-height: 23px;
}

.ce_main .project .project_pro {
    font-size: 18px;
    letter-spacing: 0.9px;
    color: #FF5858;
    font-weight: 700;
    border-left: 1px solid #d2d2d2;
    line-height: 0.6rem;
    padding: 0 0.6rem;
    white-space: nowrap;
    max-width: 45%
}

.ce_main .project .project_pro div {
    text-align: center;
}

.ce_main .project .project_pro .reason {
    color: #666;
    font-size: 14px;
    line-height: 20px;
    white-space: normal;
    font-weight: normal;
}

.ce_main .project .project_pro .reason span {
    color: #255ea5;
    font-size: 12px;
    cursor: pointer;
}

.ce_main .project .project_pro .pay_wrap {
    font-size: 14px;
    color: #333;
    display: flex;
}

.ce_main .project .project_pro .pay_wrap span {
    cursor: pointer;
    padding: 0 10px;
    display: flex;
    align-items: center;
    line-height: 20px;
}

.ce_main .per_info {
    margin: 0.15rem 0;
    color: #999999;
    line-height: 23px;
    display: flex;
}

.ce_main .per_info .per_info_left,
.ce_main .per_info .per_info_right {
    width: 50%;
}

.ce_main .per_info .per_item {
    display: flex;
}

.ce_main .tabs,
.ce_main .tabs1,
.ce_main .tabs2 {
    display: flex;
    border-bottom: 1px solid #d2d2d2;
}

.ce_main .tabs li,
.ce_main .tabs1 li,
.ce_main .tabs2 li {
    height: 54px;
    line-height: 54px;
    padding: 0 20px;
    cursor: pointer;
}

.ce_main .tabs .is-active,
.ce_main .tabs1 .is-active,
.ce_main .tabs2 .is-active {
    border-bottom: 2px solid #409EFF;
}

.ce_main .tab_content,
.ce_main .tab_content1,
.ce_main .tab_content2 {
    padding-top: 30px;
}

.ce_main .tab_content li,
.ce_main .tab_content1 li,
.ce_main .tab_content2 li {
    width: 55%;
    display: none;
}

.ce_main .tab_content li .form .photo-tip,
.ce_main .tab_content1 li .form .photo-tip,
.ce_main .tab_content2 li .form .photo-tip {
    font-size: 12px;
    color: #999999;
    line-height: 25px;
    margin-left: 0.1rem;
}

@media screen and (max-width: 798px) {
    .left_menu {
        font-size: 14px !important;
    }

    .ce_main .menu_item1 {
        font-size: 0.12rem !important;
    }

    .time-horizontal li {
        width: 25% !important;
        font-size: 12px !important;
    }

    .project_pro {
        padding: 0 0 0 0.05rem !important;
        font-size: 12px !important;
    }

    .project {
        padding: 0.05rem !important;
        margin: 0.2rem 0 !important;
    }

    .right_content {
        padding: 0 5px 0px 5px !important;
    }

    .project_info {
        line-height: 16px !important;
        font-size: 12px !important;
    }

    .per_info {
        flex-wrap: wrap;
    }

    .per_info_left,
    .per_info_right {
        width: 100% !important;
    }

    .ce_main .tabs li,
    .ce_main .tabs1 li,
    .ce_main .tabs2 li {
        padding: 0 10px !important;
    }

    .ce_main .tab_content li,
    .ce_main .tab_content1 li,
    .ce_main .tab_content2 li {
        width: 100% !important;
    }

    .el-form-item__label {
        width: 94px !important;
    }

    .el-form-item__content {
        margin-left: 0px !important;
    }

    .idPhoto .avatar-uploader {
        width: 130px !important;
        height: 170px !important;
    }

    .tab_content .el-form-item {
        padding-right: 10px;
    }

    .sendcode {
        width: 140px !important;
        margin-left: 5px !important;
        padding: 12px 5px !important;
        font-size: 12px !important;
    }

    .companyForm .el-form-item__label {
        width: 112px !important;
    }
}

.card_wrap {
    background-color: #f2f2f2;
    padding: 0.6rem 0;
}

.card_content {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff;
}

.card_content .flex_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    background: #ffffff;
    font-size: 16px;
    padding: 30px;
    box-sizing: border-box;
    font-weight: 500;
    color: #333333;
    border-radius: 4px;
}

.card_content .flex_box .content_project {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 38px;
    width: 580px;
    flex-shrink: 0;
}

.card_content .flex_box .button_box {
    margin: auto 0;
}

.card_content .empty_box {
    height: 400px;
    text-align: center;
    line-height: 400px;
    font-size: 20px;
    background: #ffffff;
}

#ticket {
    margin: 90px auto 0;
    letter-spacing: 2px;
}

#ticket h3 {
    text-align: center;
    font-size: 18px;
    letter-spacing: 1px;
}

#ticket .ticket_tip {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
}

#ticket .ticket_info {
    display: flex;
    font-size: 14px;
}

#ticket .ticket_info .info_left {
    flex: 1.05;
    border-right: 1px solid;
}

#ticket .ticket_info .info_left > div {
    padding: 0 5px;
    line-height: 25px;
    text-align: right;
}

#ticket .ticket_info .info_center {
    flex: 4;
    border-right: 1px solid;
}

#ticket .ticket_info .info_center > div {
    padding: 0 5px;
    line-height: 25px;
    text-align: left;
}

#ticket .ticket_info .info_right {
    flex: 1.2;
}

#ticket .ticket_info .info_right .photo {
    height: 60.2%;
    padding: 5px;
    width: 100%;
}

#ticket .ticket_plan {
    display: flex;
    font-size: 14px;
}

#ticket .ticket_plan div {
    letter-spacing: 0.5px;
}

#ticket .ticket_plan .plan_1 {
    flex: 1.14;
    border-right: 1px solid;
}

#ticket .ticket_plan .plan_1 > div {
    padding: 0 5px;
    line-height: 25px;
    text-align: center;
}

#ticket .ticket_plan .plan_2 {
    flex: 1.4;
    border-right: 1px solid;
}

#ticket .ticket_plan .plan_2 > div {
    padding: 0 5px;
    line-height: 25px;
    text-align: center;
}

#ticket .ticket_plan .plan_3 {
    flex: 0.7;
    border-right: 1px solid;
}

#ticket .ticket_plan .plan_3 > div {
    padding: 0 5px;
    line-height: 25px;
    text-align: center;
}

#ticket .ticket_plan .plan_4 {
    flex: 0.86;
    border-right: 1px solid;
}

#ticket .ticket_plan .plan_4 > div {
    padding: 0 5px;
    line-height: 25px;
    text-align: center;
}

#ticket .ticket_plan .plan_5 {
    flex: 1.3;
    border-right: 1px solid;
}

#ticket .ticket_plan .plan_5 > div {
    padding: 0 5px;
    line-height: 25px;
    text-align: center;
}

#ticket .ticket_plan .plan_6 {
    flex: 1.3;
}

#ticket .ticket_plan .plan_6 > div {
    padding: 0 5px;
    line-height: 25px;
    text-align: center;
}

.border-bottom {
    border-bottom: 1px solid;
}

.ticket_notice {
    padding-left: 15px;
}

.ticket_notice ul li {
    list-style-type: decimal;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0px;
}

.ti_height {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.print {
    text-align: center;
    width: 200px;
    margin: 0px auto;
    background-color: #255EA5;
    color: white;
    border-radius: 100px;
    height: 40px;
    line-height: 40px;
    margin-top: 40px;
    cursor: pointer;
}

.idPhoto .avatar-uploader {
    width: 150px;
    height: 90px;
}

.el-upload {
    width: 100%;
    height: 100%;
}

.el-upload i {
    width: 100%;
    height: 100%;
}

.el-upload img {
    width: 100%;
    height: 100%;
}

.idPhoto .avatar-uploader-icon {
    line-height: 90px;
}

.head_photo .avatar-uploader {
    width: 130px;
    height: 170px;
}

.degree .avatar-uploader {
    width: 170px;
    height: 130px;
}

.degree .avatar-uploader-icon {
    line-height: 130px;
}

.wechatImg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.wechatImg .wechatImg_wrap {
    position: relative;
}

.wechatImg .wechatImg_wrap span {
    position: absolute;
    top: 0;
    right: -40px;
    font-size: 28px;
    color: #fff;
}
