html, body {
    width: 100%;
    height: 100%
}

body {
    line-height: 24px;
    min-width: 1200px;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

.w {
    width: 1200px;
    margin: 0 auto;
}

.banner {
    position: relative;
    border: none;
    background: url("../../image/bj.png") no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.logo {
    padding-top: 50px;
    margin-left: 150px;
}

.logo > img {
    width: auto;
    height: 30px;
}

.tiltie {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.biaodan {
    margin-top: 80px;
    display: flex;
    height: 55px;
    justify-content: center;
    letter-spacing: 1px;
}

.biaodan > button {
    width: 300px;
    background-color: #0c66e4;
    color: #ffffff;
    font-size: 17px;
    line-height: 55px;
    border-radius: 12px;
    text-align: center;
}

.biaodan > button:hover {
    background-color: rgba(12, 102, 228, 0.65);
    color: #ffffff;
    cursor: pointer;
}

.down {
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}

.down > span {
    font-size: 15px;
    color: #ffffff;
}

.down > img {
    margin-left: 8px;
    width: 20px;
    height: auto;
}

/*第二部分*/
.section1 {
    position: relative;
    border: none;
    background: url("../../image/bj2.png") no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.section1_tit {
    padding-top: 50px;
    padding-bottom: 20px;
}

.section1_tit > div:nth-child(1) {
    position: relative;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #0c66e4;
    margin-bottom: 18px;
}

.section1_tit > div:nth-child(1)::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 40px;
    height: 2px;
    background-color: #0c66e4;
}

.section1_tit > div:nth-child(2) {
    text-align: center;
    font-size: 14px;
    color: #5b5b5c;
}

.content {
    display: flex;
    justify-content: space-between;
    height: auto;
    width: 78%;
    margin: 0 auto;
}

.content .left {
    width: 160px;
    height: auto;
}

.left .navigation {
    background-color: #f5fbff;
    border-radius: 12px;
    box-shadow: 0 0 4px 0 #d2d1d1;
}

.navigation > div:nth-child(1) {
    font-size: 16px;
    font-weight: bold;
    margin-left: 30px;
    line-height: 50px;
}

.navigation .xuanx {
    font-size: 16px;
    background-color: #ffffff;
    border-radius: 12px;
    line-height: 50px;
}

.navigation .xuanx > div {
    color: #525252;
    font-weight: 400;
    margin-left: 20px;
    cursor: pointer;
}

.navigation .xuanx > div > img {
    width: 16px;
    height: 100%;
    margin-right: 10px;
    vertical-align: baseline;
}

.navigation .xuanx .actives {
    color: #2d8cf0;
    font-weight: bold;
}

.left .left_anniu {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
}

.left .left-anniu_review {
    height: 55px;
    background-color: #ffffff;
    border-radius: 12px;
    margin-top: 10px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    box-shadow: 0 0 5px 0 #9b9a9a;
}

.left .left-anniu_submit {
    height: 55px;
    background-color: #2d8cf0;
    border-radius: 12px;
    margin-top: 10px;
    line-height: 55px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    box-shadow: 0 0 5px 0 #9b9a9a;
}

.all-filled {
    background-color: #ee0a24;
}

.content .right {
    height: auto;
    width: 87%;
}

.content .right .dl {
    position: relative;
}

.content .right .dl > span {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 18px;
    line-height: 54px;
    color: #f6f6f6;
}

.content .right .dl > img {
    height: auto;
    width: auto;

}

.content .right .dl .check {
    position: absolute;
    top: 20%;
    right: 0;
}

.content .right .dl .check {
    position: absolute;
    top: 190px;
    left: 750px;
    width: 600px;
}

.station_style {
    position: absolute;
    top: 100px;
    left: 40px;
    width: 460px;
}

.dept_style {
    position: absolute;
    top: 170px;
    width: 460px;
    left: 40px;
}

.content .right .dl .check .required {
    color: #ff4c39;
    margin-right: 20px;
}

.check .layui-form-label {
    width: 100px;
    font-size: 18px;
}

.check .layui-input-block {
    margin-left: 100px;
}

.check .layui-form-select .layui-input {
    display: block;
    width: 70%;
    height: 40px;
    border: 1px solid #83bbf6;
    border-radius: 8px;
    color: #a9a9a9;
    padding: 0 10px;
}

.check .layui-edge {
    display: none;
}

.section1 .down > span {
    font-size: 15px;
    color: #939393;
}

/*第三部分*/
.section2 {
    position: relative;
    border: none;
    background: url("../../image/bj2.png") no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.section2 .down > span {
    font-size: 15px;
    color: #939393;
}

.content .right3 {
    height: auto;
    width: 82%;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 4px 0 #d2d1d1;
    padding: 40px 30px;
    position: relative;
}


.layui-input-block {
    margin-left: 0;
}

.layui-form-label {
    width: 100%;
    text-align: left;
    padding: 0 14px 6px 0;
    line-height: 38px;
}

.layui-form-label span:last-child {
    color: #2d8cf0;
    font-size: 16px;
    padding-left: 14px;
}

.required {
    color: #ff4c39;
    margin-right: 10px;
}

.layui-input, .layui-select, .layui-textarea {
    width: 100%;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    color: #a9a9a9;
}

.layui-form-radio {
    height: 38px;
    line-height: 38px;
    margin: 0 5px 0 0;
    padding: 0;
    width: 45%;
}

.layui-anim.layui-icon {
    display: none;
}

.layui-form-radio * {
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d6d6d6;
    border-radius: 8px;
    color: #a9a9a9;
    text-align: center;
}

/* 选中时的样式 */
.layui-form-radioed {
    background-color: #83bbf6;
    border-radius: 8px;
}

.layui-form-radioed * {
    color: #ffffff;
}

.touxiang {
    display: flex;
}

.shuoming {
    position: relative;
    margin-left: 10px;
}

/*.shuoming::before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: -5px;*/
/*    top: 2px;*/
/*    width: 1px;*/
/*    height: 150px;*/
/*    background-color: #d6d6d6;*/
/*}*/

.tupain_img {
    position: relative;
    width: 118px;
    height: 158px;
    object-fit: contain;
    vertical-align: top;
    background-color: #f2f2f2;
    border-radius: 12px;
}

.tupain_img .layui-input-block {
    position: absolute;
    bottom: -10px;
    right: 0;
}

.shuoming .layui-form-label {
    color: #57a3f3;
    font-weight: bold;
    position: relative;
}

.shuoming .layui-form-label::before {
    content: '';
    position: absolute;
    left: -5px;
    top: 80%;
    width: 150px;
    height: 1px;
    background-color: #d6d6d6;
    transform: translateY(-50%);
}


.tupain_img .layui-btn {
    display: inline-block;
    padding: 0 10px;
    background-color: #2d8cf0;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    cursor: pointer;
}

.shuoming .require > div {
    font-size: 12px;
}

.layui-form-select .layui-edge {
    display: none;
}

/*第四部分*/
.section3 {
    position: relative;
    border: none;
    background: url("../../image/bj2.png") no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.section3 .down > span {
    font-size: 15px;
    color: #939393;
}

.beizhu {
    margin-top: -10px;
    color: #2d8cf0 !important;
    margin-left: 10px;
}

.beizhudi {
    position: absolute;
    bottom: 14px;
}

.required > img {
    width: 18px;
    height: 100%;
}

.shangchuan > img {
    width: 20px;
    height: 100%;
}

.shangchuan_content {
    width: 100%;
    display: flex;
}

.shangchuan-first {
    width: 31%;
    border: 1px dashed #2d8cf0;
    font-weight: bold;
    white-space: nowrap;
    height: 210px;
    border-radius: 12px;
}

.shangchuan-second {
    width: 31%;
    margin-left: 30px;
    border: 1px dashed #2d8cf0;
    font-weight: bold;
    white-space: nowrap;
    height: 210px;
    border-radius: 12px;
}
.shangchuan-third {
    width: 31%;
    margin-left: 30px;
    border: 1px dashed #2d8cf0;
    font-weight: bold;
    white-space: nowrap;
    height: 210px;
    border-radius: 12px;
}

.shangchuanfile {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background-color: #ffffff;
    width: 100%;
    color: #2d8cf0;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.shangchuanfile > div {
    line-height: 10px;
    height: 25px;
    width: 100%;
    padding-left: 36px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.shangchuan_text span:first-child {
    color: #2d8cf0;
    font-size: 14px;
    line-height: 20px;
}

.shangchuan_text span:last-child {
    color: #939393;
    font-size: 10px;
    line-height: 20px;
    /*padding-left: 16px;*/
}

.shangchuanfile > img {
    position: absolute;
    left: 20px;
    top: 50%;
    width: 30px;
    height: 20px;
    margin-right: 10px;
    transform: translateY(-50%);
}

.layui-form-item .layui-input-inline {
    margin-right: 0;
    /*margin-bottom: 30px;*/
}

.layui-form-mid {
    float: none;
    display: contents;
    padding: 9px 0 !important;
    line-height: 20px;
    margin-right: 10px;
}

/*.shangchuanfile > span {*/
/*    position: absolute;*/
/*    top: 10px;*/
/*    left: 50%;*/
/*    font-size: 10px;*/
/*    color: #939393;*/
/*    height: 20px;*/
/*    transform: translateX(-50%);*/
/*}*/

.layui-form-item .layui-input-inline {
    width: 100%;
}

.layui-btn:hover {
    opacity: .8;
    color: #2d8cf0;
}

/*第5部分*/
.section4 {
    position: relative;
    border: none;
    background: url("../../image/bj2.png") no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.section4 .down > span {
    font-size: 15px;
    color: #939393;
}

/*第6部分*/
.section5 {
    position: relative;
    border: none;
    background: url("../../image/bj2.png") no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.section5 .down > span {
    font-size: 15px;
    color: #939393;
}

.layui-table .toubu {
    background-color: #e8f4fe;
}

.biaoge .layui-form-select .layui-input {
    text-align: center;
    padding: 0;
}

.layui-table td, .layui-table th {
    padding: 10px 10px;
}

.biaoge .layui-input, .biaoge .layui-textarea {
    text-align: center;
    padding: 0;
}

.biaoge .layui-table td, .biaoge .layui-table th {
    font-size: 15px;
    font-weight: bold;
    height: 40px;
}

.biaoge .layui-input, .biaoge .layui-select, .biaoge .layui-textarea {
    height: 42px;
}

.shuom2 {
    font-size: 12px;
    /*margin-left: 10px;*/
    line-height: 24px;
    color: #4595f1;
    position: absolute;
    bottom: 14px;
}

.kg {
    height: 15px;
}

.layui-table, .layui-table-view {
    padding: 20px 0;
}

/*第7部分*/
.section6 {
    position: relative;
    border: none;
    background: url("../../image/bj2.png") no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.section6 .down > span {
    font-size: 15px;
    color: #939393;
}

/*第8部分*/
.section7 {
    position: relative;
    border: none;
    background: url("../../image/bj2.png") no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

.section7 .down > span {
    font-size: 15px;
    color: #939393;
}

.shangchuanfile2 {
    display: inline-block;
    position: relative;
    height: 350px;
    margin-top: 120px;
    background-color: #e8f3ff;
    width: 100%;
    color: #000;
    border: 1px dashed #2d8cf0;
    font-weight: 500;
    white-space: nowrap;
    text-align: center;
    font-size: 18px;
    border-radius: 12px;
    cursor: pointer;
}

.shangchuanfile2 > img {
    position: absolute;
    left: 50%;
    top: 30%;
    width: 66px;
    height: 48px;
    margin-right: 10px;
    transform: translateX(-50%);
}

.shangchuanfile2 > div {
    line-height: 30px;
    height: 40px;
    width: 100%;
}

.shangchuanfile2 > span {
    position: absolute;
    top: 55%;
    left: 50%;
    font-size: 12px;
    color: #939393;
    height: 40px;
    line-height: 20px;
    transform: translateX(-50%);
}

.completed {
    position: relative;
}

.completed::before {
    position: absolute;
    content: '';
    right: 20px;
    top: 50%;
    width: 12px;
    height: 12px;
    background: url("../../image/wancheng.png") no-repeat center center;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.gerpotato .layui-btn:hover {
    opacity: .8;
    color: #fff;
}

body {
    overflow-y: hidden;
}

.upfile {
    margin-top: 5px;
    width: auto;
    /*min-height: 40px;*/
    max-height: 150px;
    overflow-y: auto;
}

.upfile > div {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    position: relative;
    padding: 0 30px;
}

.upfile > div::before {
    position: absolute;
    content: '';
    left: 10px;
    top: 50%;
    width: 16px;
    height: 16px;
    background: url("../../image/file.png") no-repeat center center;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.upfile > div > span {
    display: inline-block;
    float: right;
    width: 16px;
    height: 16px;
    margin-top: 8px;
}

.upfile > div > span > img {
    width: 100%;
    height: 100%;
    vertical-align: center;
    float: right;
}


.upfile_jianli > div {
    line-height: 40px;
    height: 40px;
    font-size: 16px;
    position: relative;
    padding: 0 22px;
}

.upfile_jianli > div::before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    background: url("../../image/file.png") no-repeat center center;
    background-size: 100% 100%;
    transform: translateY(-50%);
}

.upfile_jianli > div > span {
    font-size: 14px;
    color: #5f5f5f;
    padding-top: 5px;
    padding-left: 26px;
}

.upfile_jianli > div > span:hover {
    font-size: 14px;
    color: #f54a4a;
    padding-top: 5px;
    padding-left: 26px;
}

.upfile_jianli > div > span > img {
    width: 100%;
    height: 100%;
    vertical-align: center;
    float: right;
}

@media (max-width: 1730px) {
    .content {
        width: 90%;
    }
}

@media (max-width: 1530px) {
    .content {
        width: 90%;
    }
}

@media (max-width: 1730px) {
    .content .right {
        height: auto;
        width: 87%;
        padding-left: 30px;
    }
}

@media (max-width: 1730px) {
    .content .right .dl > img {
        height: 548px;
        width: auto;
    }
}

@media (max-width: 1530px) {
    .content .right .dl > img {
        height: 520px;
        width: auto;
    }
}

@media (max-width: 1730px) {
    .content .right .dl > span {
        position: absolute;
        top: 0;
        left: 18px;
        font-size: 18px;
        line-height: 44px;
        color: #f6f6f6;
    }
}

@media (max-width: 1530px) {
    .content .right .dl > span {
        position: absolute;
        top: 0;
        left: 18px;
        font-size: 18px;
        line-height: 44px;
        color: #f6f6f6;
    }
}


@media (max-width: 1730px) {
    .content .right .dl .check {
        position: absolute;
        top: 170px;
        left: 650px;
        width: 400px;
    }
}

@media (max-width: 1530px) {
    .content .right .dl .check {
        position: absolute;
        top: 170px;
        left: 520px;
        width: 400px;
    }
}


@media (max-width: 1730px) {
    .content .right .dl .check > img {
        width: 500px;
    }
}

@media (max-width: 1530px) {
    .content .right .dl .check > img {
        width: 460px;
    }
}


@media (max-width: 1730px) {
    .layui-form-label span:last-child {
        color: #2d8cf0;
        font-size: 14px;
        padding-left: 14px;
    }
}

@media (max-width: 1530px) {
    .layui-form-label span:last-child {
        color: #2d8cf0;
        font-size: 10px;
        padding-left: 14px;
    }
}

@media (max-width: 1730px) {
    .section1_tit {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1530px) {
    .section1_tit {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 1530px) {
    .layui-form-item {
        margin-bottom: 2px;
        clear: both;
    }
}

@media (max-width: 1530px) {
    .layui-form-label {
        width: 100%;
        text-align: left;
        padding: 0 0 6px 0;
        line-height: 20px;
    }
}

@media (max-width: 1530px) {
    .shuoming .require > div {
        font-size: 8px;
    }
}

@media (max-width: 1530px) {
    .content .right3 {
        margin-left: 30px;
    }
}

@media (max-width: 1730px) {
    .station_style {
        position: absolute;
        top: 90px;
        left: 40px;
        width: 460px;
    }
}

@media (max-width: 1730px) {
    .dept_style {
        position: absolute;
        top: 160px;
        width: 460px;
        left: 40px;
    }
}

@media (max-width: 1730px) {
    .left .left_anniu {
        margin-top: 50px;
    }
}

@media (max-width: 1530px) {
    .left .left_anniu {
        margin-top: 2px;
    }
}

@media (max-width: 1530px) {
    .beizhu {
        margin-top: -12px;
        color: #2d8cf0 !important;
        margin-left: 10px;
    }
}

@media (max-width: 1530px) {
    .shangchuanfile > div {
        padding-left: 10px;
    }
}

@media (max-width: 1530px) {
    .shangchuanfile > span {
        padding-left: 24px;
    }
}

@media (max-width: 1730px) {
    .layui-form-item .layui-input-inline {
        margin-bottom: 10px;
    }
}

@media (max-width: 1530px) {
    .layui-form-item .layui-input-inline {
        margin-bottom: 10px;
    }
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 滚动条整体部分 */
::-webkit-scrollbar {
    width: 6px; /* 垂直滚动条宽度 */
    height: 8px; /* 水平滚动条高度 */
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    background: #888; /* 滑块颜色 */
    border-radius: 10px; /* 滑块圆角 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
    background: #f1f1f1; /* 轨道颜色 */
    border-radius: 10px; /* 轨道圆角 */
}

/* 滑块悬停状态 */
::-webkit-scrollbar-thumb:hover {
    background: #2d8cf0; /* 滑块悬停颜色 */
}

.layui-form-select dl dd.layui-this {
    background-color: #2d8cf0;
    color: #fff;
}

.layui-form-select dl dd:hover {
    background-color: #C9E5FF;
    -webkit-transition: .5s all;
    transition: .5s all;
}

.photo_img {
    width: 118px;
    height: 158px;
    /*object-fit:contain;*/
    vertical-align: top;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 12px;
}

.layui-form-item {
    margin-bottom: 1px;
    clear: both;
}

.list-button {
    width: 100px;
    height: 36px;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: calc(50% - 50px);
    background-color: #2d8cf0;
    border-radius: 10px;
    position: relative;
}

.list-button::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    width: 22px;
    height: 22px;
    background: url("../../image/add.png") no-repeat center center;
    background-size: 100% 100%;
    transform: translate(-50%, -50%);
}

/*遮罩层*/
#masklayer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

#notStart_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    z-index: 1001;
    border-radius: 16px;
    width: 410px;
    height: 280px;
}

.notStartpopup-content{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
}
.notStartpopup-content img{
    position: absolute;
    top: -24%;
    left: 24%;
}
.notStartpopup-content button{
    position: absolute;
    width: 120px;
    height: 36px;
    border: 1px solid #aaaaaa;
    border-radius: 50px;
    top: 86%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    color: #8d8585;
}

.notStartpopup-text{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    transform: translate(-50%,-50%);
}
.notStartpopup-text span:nth-child(1){
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #000000;
    /*font-weight: bold;*/
}
.notStartpopup-text span:nth-child(2){
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #aaaaaa;
}
.notStartpopup-text span:nth-child(3){
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #aaaaaa;
}
#end_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    z-index: 1001;
    border-radius: 16px;
    width: 385px;
    height: 425px;
}
.end-content{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../../image/endbox.png");
    background-size: 100% 100%;
}
.end-content button{
    position: absolute;
    width: 120px;
    height: 36px;
    border: 1px solid #aaaaaa;
    border-radius: 50px;
    top: 86%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    color: #8d8585;
}
.end-text{
    position: absolute;
    width: 100%;
    top: 60%;
    left: 50%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    transform: translate(-50%,-50%);
}
.end-text span:nth-child(1){
    height: 50px;
    line-height: 50px;
    font-size: 22px;
    color: #000000;
}
.end-text span:nth-child(2){
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #aaaaaa;
}
.end-text span:nth-child(3){
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #aaaaaa;
}




