.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.header-box {
    width: 100%;
    background: url("../images/header.png") no-repeat;
    background-size: cover;
}

.header {
    display: flex;
    align-items: center;
    justify-content: start;
    height: 168px;
}

.logo img {
    max-width: 640px;
}

.column {
    background-color: #20528f;
    height: 63px;
}

.column-list {
    display: flex;
    justify-content: space-between;
}

.column-item {
    line-height: 63px;
}

.column-item a {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 0 70px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.column-item:hover a,
.column-list .active a {
    background-color: #1b4578;
}

.content {
    position: relative;
    background: linear-gradient(#e6f2ff, #f3f8ff);
    overflow: hidden;
    padding-top: 50px;
}

.coordinate,
.coordinate a {
    font-size: 16px;
    color: #656565;
}

.coordinate {
    display: flex;
    align-items: center;
    height: 66px;
}

.coordinate img {
    position: relative;
    top: -2px;
}

.coordinate_text {
    margin-left: 10px;
}

.form-box {
    position: relative;
    padding: 30px 110px 100px;
    margin-bottom: 30px;
    background: url(../images/form-box.png) no-repeat;
    background-position: top left;
    background-size: 100%;
    background-color: #fff;
    border-radius: 6px;
}

.form-title {
    margin-bottom: 45px;
    text-align: center;
    font-size: 24px;
    color: #333;
}

.form-title a {
    color: #20528f;
    font-size: 18px;
    text-decoration: underline;
}

.form-item {
    display: flex;
    margin-bottom: 15px;
}

.form-item .label {
    position: relative;
    width: 200px;
    font-size: 16px;
    line-height: 46px;
}

.form-item .label span {
    color: #cc1100;
}

.form-item .input-text {
    width: 600px;
    height: 46px;
    padding: 0 30px;
    outline: none;
    background-color: #edf6ff;
    border-radius: 6px;
    border: none;
    font-family: "Microsoft YaHei", "微软雅黑";
    resize: vertical;
}

.form-item select.input-text {
    width: 300px;
}

.input-check {
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
}

.input-check-list-box {
    flex: 1;
}

.input-check-list {
    display: flex;
    flex-wrap: wrap;
}

.input-check-box {
    width: 30.33%;
}

.form-item .two-label {
    width: 170px;
    padding-top: 10px;
    margin-right: 30px;
    line-height: 24px;
}

.significant {
    /* margin-right: 40px; */
}

.significant-content {
    display: flex;
    align-items: center;
}

.significant-content .input-check-box {
    width: 120px;
}

.form-item .descri {
    padding: 16px 30px;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    color: #6d6d6d;
}

.form-item .btn {
    display: inline-block;
    width: 200px;
    height: 46px;
    margin-right: 20px;
    background-color: #20528f;
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 46px;
}

.form-item .info {
    display: block;
    color: #cc1100;
}


#file-input {
    display: none;
}

.file-item {
    margin-top: 25px;
}

.getcode {
    position: relative;
    top: 2px;
    width: 140px;
    height: 46px;
    background-color: #3369aa;
    border: none;
    font-size: 16px;
    border-radius: 6px;
    color: #fff;
}

.code-item .input-text {
    width: 200px;
    margin-right: 15px;
}

.imgcode {
    width: 135px;
    height: 46px;
}

.form-btn {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.form-btn a,
.form-btn button {
    width: 170px;
    height: 46px;
    margin-right: 30px;
    border-radius: 23px;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    border: none;
    cursor: pointer;
}

.submit {
    background: linear-gradient(to right, #2a6ada, #5ea3f9);
}

.reset {
    background: linear-gradient(to right, #94b4ec, #aed1fc);
}

.footer {
    height: 90px;
    background-color: #20528f;
}

.footer-contetn {
    display: flex;
    justify-content: space-between;
    line-height: 90px;
    color: #fff;
}

.footer-contetn span {
    margin-right: 30px;
}

.footer-contetn a {
    color: #fff;
}

.search-box {
    width: 690px;
    margin: 40px auto 100px;
    border-radius: 8px;
    overflow: hidden;
}

.search-title {
    position: relative;
    width: 100%;
    height: 68px;
    background-color: #20528f;
    text-align: center;
    font-weight: bold;
    color: #fff;
    font-size: 24px;
    line-height: 68px;
}

.search-content {
    padding: 40px 110px;
    background: linear-gradient(#e7f0ff, #cfe0ff);
}

.search-box .form-item .label {
    width: 120px;
}

.search-box .form-item .input-text {
    width: 350px;
    background-color: #fff;
}

.search-box .code-item .input-text {
    width: 200px;
    margin-right: 10px;
}

.search-box .code-item .getcode {
    width: 135px;
}

.search-box .form-btn {
    margin-top: 40px;
}

.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: #000;
    opacity: 0.5;
}

.dialog_wrapper {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
    padding: 30px 25px;
    background: linear-gradient(#dbeafc, #f3f8ff);
    border-radius: 8px;
    z-index: 3;
}

.dialog-title {
    font-size: 22px;
    font-weight: bold;
    color: #20528f;
    line-height: 1;
}

.close {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: #20528f;
}

.reuslt {
    margin-top: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.reuslt img {
    width: 43px;
    margin-right: 15px;
}

.reuslt-content {
    margin-top: 35px;
    width: 100%;
    padding: 30px 50px;
    background: #fff;
    border-radius: 6px;
}

.reuslt-title,
.handle-box,
.success-box {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: #20528f;
}

.reuslt-text {
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}

.reuslt-box,
.handle-box {
    display: none;
}

.handle-box,
.success-box {
    height: 180px;
    line-height: 180px;
    color: #333;
}

.handle-box img,
.success-box img {
    position: relative;
    top: -3px;
    height: 43px;
    margin-right: 15px;
}

.result-box {
    padding: 20px 0;
    margin-bottom: 65px;
    background-color: #fff;
}

.result-content {
    width: 930px;
    height: 420px;
    margin: 0 auto;
    padding: 20px;
    background: url("../images/result.png") no-repeat;
    background-size: cover;
    border-radius: 6px;
}

.substance {
    width: 100%;
    height: 100%;
    padding: 50px 110px;
    background-color: #fff;
    border-radius: 6px;
}

.result-title {
    margin-bottom: 30px;
    font-size: 30px;
    color: #20528f;
    text-align: center;
    line-height: 1;
}

.result-info {
    display: flex;
}

.result-left {
    margin-right: 45px;
}

.result-right {
    position: relative;
    font-size: 16px;
    color: #656565;
}

.identifier {
    display: flex;
    margin: 20px 0;
}

.identifier span {
    display: inline-block;
    min-width: 150px;
    color: #cc1100;
}

.copy {
    margin-left: 50px;
    color: #20528f;
    text-decoration: underline;
    cursor: pointer;
}

.copy img {
    margin-right: 5px;
}

.instructions-text {
    max-height: 320px;
    overflow: auto;
    font-size: 16px;
}

.instructions-text a,
.result-text a {
    color: #20528f;
}

.instructions-check {
    margin-top: 20px;
}

.significant span {
    margin-left: 3px;
    color: #cc1100;
}

.instructions .form-btn {
    margin-top: 30px;
}

.form_dialog_wrapper {
    display: none;
    position: fixed;
    padding: 0;
    width: 900px;
    overflow: hidden;
}

.unit-title {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #20528f;
    font-size: 20px;
    font-weight: bold;
}

.form_dialog_wrapper .close {
    top: 0;
}

.unit-content {
    padding: 30px 50px;
    background-color: #fff;
}

.unit-row {
    display: flex;
    margin-bottom: 20px;
}

.unit-lable {
    font-weight: bold;
    color: #333;
    font-size: 16px;
}

.unit-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    flex: 1;
}

.unit-item {
    width: calc(20% - 16px);
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.unit-list .unit-item.active {
    background-color: #20528f;
    border-color: #20528f;
    color: #fff;
}

.index-top {
    display: flex;
    margin: 0 auto 40px;
    padding: 15px 30px 40px;
    background: url(../images/index-top.png) #fff no-repeat;
    background-position: bottom right;
    border-radius: 6px;
}

.index-top-left {
    width: 490px;
    margin-right: 50px;
}

.top-left-title,
.question-title {
    height: 50px;
    background: url(../images/top-left-title.png) no-repeat 100%;
    background-position: center left;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #20528f;
}

.entrance {
    margin-top: 22px;
}

.entrance-item {
    margin-bottom: 10px;
}

.entrance-item a {
    display: block;
    width: 100%;
    height: 140px;
    padding-left: 60px;
    background: url(../images/entrance1.png) no-repeat;
    background-size: 100%;
    font-size: 28px;
    line-height: 140px;
    font-weight: bold;
    color: #fff;
}

.entrance .entrance-item:nth-child(2) a {
    background-image: url(../images/entrance2.png);
}

.index-top-right {
    flex: 1;
    width: 600px;
}

.top-tabs {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

.tabs-list {
    display: flex;
    align-items: center;
}

.tabs-item {
    height: 60px;
    margin-right: 40px;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.tabs-item.active {
    position: relative;
    color: #20528f;
}

.tabs-item.active::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 65px;
    height: 4px;
    background-color: #20528f;
}

.top-tabs .more {
    height: 100%;
    margin-right: 10px;
    color: #20528f;
    font-size: 16px;
    line-height: 60px;
}

.top-tabs .more img {
    margin-left: 6px;
}

.index_news_list {
    margin-top: 30px;
    padding-right: 20px;
}


.index_news .index_news_list:nth-child(2) {
    display: none;
}

.tabs-more .more:nth-child(2) {
    display: none;
}

.index_news_item {
    margin-bottom: 30px;
}

.index_news_item_title {
    width: 100%;
    padding-left: 20px;
    position: relative;
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.index_news_item_time {
    padding-left: 20px;
    font-size: 13px;
    line-height: 1;
    color: #777777;
}

.index_news_item_title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
    background-color: #d8d8d8;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.index_news_item:hover .index_news_item_title::before {
    background-color: #20528f;
}

.index_news_list .index_news_item:last-child {
    margin-bottom: 0;
}

.question-title {
    position: relative;
    background-image: url(../images/question-title.png);
}

.question-more {
    position: absolute;
    right: 10px;
    top: 0;
    height: 16px;
    line-height: 1;
    font-weight: normal;
    font-size: 16px;
    color: #20528f;
}

.question-list {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.question-item {
    position: relative;
    width: calc(33.333% - 20px);
    padding: 35px 18px;
    background: url(../images/question-bg.png) no-repeat;
    background-size: 100% 100%;
}

.question-icon {
    position: absolute;
    top: -5px;
    right: 24px;
}

.problem {
    display: flex;
    align-items: center;
    line-height: 24px;
    font-weight: bold;
    color: #333;
    font-size: 20px;
}

.problem img,
.answer img {
    height: 24px;
    margin-right: 10px;
}

.problem-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.answer {
    display: flex;
    margin-top: 15px;
    line-height: 30px;
    font-size: 16px;
    color: #585858;
}

.answer img {
    position: relative;
    top: 2px;
}

.answer-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.examine {
    width: 116px;
    height: 30px;
    margin: 15px auto 10px;
    background-color: #20528f;
    border-radius: 0 6px 0 6px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.friendship {
    padding: 40px 0 60px;
    margin-top: 60px;
    background-color: #fff;
}

.link-list {
    display: flex;
    /* justify-content: space-between; */
    gap: 26px;
    margin-top: 30px;
}

.link-item {
    width: 280px;
    height: 70px;
}

.link-item img {
    width: 100%;
}

.mobile_btn {
    cursor: pointer;
    width: 36px;
    height: 50px;
    position: absolute;
    right: 15px;
    display: none;
    top: 10px;
    z-index: 1;
    box-sizing: border-box;
    padding: 15px 0px;
}

.mobile_btn span {
    display: block;
    width: 28px;
    height: 3px;
    background: #20528f;
    transition: all .45s;
}

.mobile_btn .line2 {
    margin: 7px 0;
    width: 28px;
}

.mobile_btn span {
    display: block;
    width: 28px;
    height: 3px;
    background: #20528f;
    transition: all .45s;
}

.detail {
    position: relative;
    padding: 60px;
    margin-bottom: 40px;
    background-color: #fff;
}

.side {
    position: absolute;
    right: -80px;
    top: 30px;
    width: 54px;
}

.side li {
    padding-bottom: 18px;
    position: relative;
}

.side li>a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.side li>a .ico {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #dee5ef;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
    line-height: 54px;
}

.side li>a .ico img:nth-child(2) {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.side li>a .name {
    font-size: 14px;
    color: #000;
    margin-top: 6px;
}

.side li .layer {
    position: absolute;
    width: 63px;
    padding-left: 20px;
    z-index: 5;
    top: 26%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -100%;
    margin-top: - 21px;
    display: none;
}

.side li .layer dd {
    width: 34px;
    padding: 5px 0;
}

.side li .layer a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 34px;
    border-radius: 50%;
    border: #c1c1c1 solid 1px;
    font-size: 16px;
}

.detail_title {
    margin-top: 5px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.source {
    margin: 8px 0 24px;
    border-bottom: 1px solid #e3e3e3;
    font-size: 15px;
    text-align: center;
    line-height: 64px;
}

.source span {
    margin-right: 45px;
}

.source span b {
    color: #6a6a6a;
    font-weight: normal;
}

.news_title {
    margin-top: 17px;
    border-bottom: 2px solid #dedede;
    line-height: 1;
    font-size: 25px;
    font-weight: bold;
}

.news_title span {
    position: relative;
    display: inline-block;
    height: 100%;
    padding-bottom: 18px;
}

.news_title span::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #20528f;
}

.list_content {
    margin-top: 18px;
}

.news_item {
    padding: 26px 0;
    border-bottom: 1px solid #dedede;
}

.news_item a {
    display: flex;
}

.news_item_left {
    margin-right: 30px;
}

.news_item_left .imgbg {
    width: 250px;
    height: 150px;
    border-radius: 4px;
}

.imgbg img {
    display: none;
}

.news_item_right {
    flex: 1;
    width: 500px;
}

.news_item_title {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    line-height: 38px;
}

.news_item_desc {
    margin: 14px 0;
    line-height: 28px;
    font-size: 14px;
    color: #7d7d7d;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new_time {
    height: 18px;
    color: #656565;
    font-size: 14px;
    line-height: 18px;
}

.page ul {
    display: flex;
    justify-content: end;
    line-height: 35px;
    margin: 50px 0 20px;
}

.page ul li {
    height: 35px;
    /* padding: 0 10px; */
    border: 1px solid #dbdbdb;
    margin-right: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.page ul li a,
.page ul .confirm,
.page ul .next+li+li {
    padding: 0 10px;
}

.page ul li a{
    display: block;
    height: 100%;
}

.page ul li.on {
    background-color: #20528f;
    color: #fff;
    border: none;
}

.page ul .num {
    width: 60px;
    height: 35px;
    margin: 0 5px 0;
    border-radius: 4px;
    border: 1px solid #777777;
    text-align: center;
}

.page ul .active,
.page ul .confirm {
    background-color: #20528f;
    color: #fff;
    border: none;
}

.page ul li.on a {
    color: #fff;
    display: block;
}

.side li .bdsharebuttonbox a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: none;
}

.navmobile {
    display: none;
}

.nav {
    position: fixed;
    top: 40%;
    right: 50px;
    width: 52px;
    padding: 35px 0 5px;
    background-color: #dcedff;
    border-radius: 26px;
    text-align: center;
}

.nav-item {
    position: relative;
    margin-bottom: 30px;
    cursor: pointer;
}

.nav-item div:nth-child(1) img {
    width: 28px;
}

.pbox {
    display: none;
    position: absolute;
    left: -200px;
    top: 50%;
    transform: translateY(-50%);
    width: 185px;
    height: 75px;
    padding: 16px 0;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgba(32, 82, 143, .1);
    text-align: center;
    line-height: 1;
}

.pbox::after {
    content: '';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #fff;
}

.ptitle {
    font-size: 14px;
}

.pinfo {
    margin-top: 14px;
    color: #20528f;
    font-weight: bold;
}

.wx-code {
    height: 185px;
    padding: 16px;
}

.wx-code img {
    width: 100%;
    height: 100%;
}

.form-content {
    position: relative;
}

.text-num {
    position: absolute;
    bottom: 15px;
    right: 5px;
    padding: 0 10px;
    font-size: 14px;
    background-color: #edf6ff;
    line-height: 1;
}

.form-item .label img {
    position: relative;
    top: -1px;
    width: 18px;
    cursor: pointer;
}

.label-tips-box {
    position: relative;
    display: inline-block;
}

.label-tips {
    display: none;
    position: absolute;
    left: 100%;
    top: 46px;
    transform: translateX(-54%);
    width: 240px;
    padding: 15px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    z-index: 99;
    border-radius: 6px;
    line-height: 24px;

}

.label-tips::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #fff;
    top: -11px;
    left: calc(50% - 8px);
}

.arrow_steps {
    display: flex;
    justify-content: center;
    width: 690px;
    margin: 0 auto;
}

.box_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 220px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-weight: bold;
}

.round {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d0e0ff;
}

.point {
    width: 6px;
    height: 6px;
    margin-left: 1px;
    border-radius: 50%;
    background-color: #5991ff;
}

.dqbz {
    color: #fff;
    background: url(../images/dqbz.png) no-repeat;
}

.xyb {
    color: #5891ff;
    background: url(../images/xyb.png) no-repeat;
}

.search-list-box {
    margin: 30px auto 60px;
    padding: 20px;
    background-color: #fff;
    border-radius: 6px;
}

.search-list-box.on {
    display: block !important;
}

/* .search-list {} */

.search-item {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    /* padding: 0 15px; */
    line-height: 32px;
}

.search-list .search-item:nth-child(1),
.search-list .search-item:nth-child(odd) {
    background: #e6f2ff;
}

.children-list {
    background-color: #f5f7fa;
}

.parent-item,
.children-item,
.search-header {
    display: flex;
    width: 100%;
    min-height: 50px;
}

.search-header {
    font-weight: bold;
}

.parent-item {
    position: relative;
}

.parent-box {
    cursor: pointer;
}

.parent-box i {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    background: url(../images/jt-bottom.png) no-repeat;
    background-size: 20px;
    background-position: center center;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.parent-box i.arrow {
    transform: rotate(180deg);
}

.children-item .bsCode {
    width: 200px;
    padding-left: 25px;
    box-sizing: border-box;
    flex: none;
    margin-right: 10px;
}

.children-list {
    width: 100%;
}

.children-list.active {
    display: block;
}

.parent-item .bsCode {
    width: 200px;
    flex: none;
    padding-left: 25px;
    margin-right: 10px;
}

.search-header .bsCode {
    width: 200px;
    flex: none;
    padding-left: 30px;
    margin-right: 10px;
}

.search-list div {
    display: flex;
    align-items: center;
}

.parent-item div,
.children-item div,
.search-header div {
    flex: 1;
    display: flex;
    align-items: center
}

.children-list {
    display: none;
}

.search-list .operate {
    flex: none;
    width: 140px;
}

.operate-btn {
    border: none;
    background-color: transparent;
    cursor: pointer;
    color: #2a6ada;
    font-size: 16px;
}

.search-list .bs-time {
    flex: none;
    width: 190px;
}

#search-dialog {
    width: auto;
    padding: 0;
}

#search-dialog .search-box,
#select-dialog .search-box {
    margin: 0;
}

.search-title .close {
    top: 18px;
    color: #fff;
    line-height: 1;
}

#modify-dialog,
#preview-dialog {
    position: fixed;
    width: auto;
    height: 80vh;
}

#modify-dialog .dialog,
#preview-dialog .dialog {
    height: 100%;
    overflow: auto;
}

.dust {
    color: #909399;
    cursor: not-allowed;
}

.already {
    color: #67c23a;
}

.noprocessed {
    color: #e6a23c;
}

.form-item .forbidden {
    color: #c8c9cc;
    background-color: #f5f7fa;
    cursor: not-allowed;
}

#modify-dialog .close,
#preview-dialog .close {
    right: -35px;
    top: -35px;
    color: #fff;
}

.eventType {
    width: 100%;
    line-height: 24px;
}

.error-message {
    white-space: nowrap;
}

.landline-content {
    display: flex;
}

.form-item .area-code {
    width: 100px;
}

.landline-content span {
    width: 10px;
    margin: 0 10px;
    line-height: 46px;
    text-align: center;
}

.form-item .landline {
    width: 470px;
}

.form-btn .forbidden {
    background: #909399;
    cursor: not-allowed;
}

.form-item .border-red {
    border: 1px solid rgb(239 68 68 / var(--tw-border-opacity, 1));
}

.text-red-500 {
    padding: 0;
    color: rgb(239 68 68 / var(--tw-text-opacity, 1));
    font-size: 0.75rem;
    line-height: 1rem;
}

.modal-title {
    margin-bottom: 20px;
    margin-top: -10px;
    font-size: 18px;
    font-weight: bold;
}

.province option {
    background-color: #fff;
}

.right-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.export-btn {
    display: inline-block;
    width: 90px;
    height: 36px;
    border: none;
    color: #fff;
    background-color: #3369aa;
    border-radius: 4px;
    margin-left: 10px;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    line-height: 36px;
}

#excelImport {
    display: none;
}

.mobile-list {
    display: none;
}

.eventLevel {
    padding: 0px 6px;
    font-size: 13px;
    line-height: 28px;
}

.eventLevel {
    padding: 2px 6px;
    border: 1px solid #f5dab1;
    border-radius: 4px;
}

.eventLevel1 {
    color: #f56c6c;
    background: #fef0f0;
    border-color: #fbc4c4;
}

.eventLevel2 {
    color: #e6a23c;
    background: #fdf6ec;
    border-color: #f5dab1;
}

.eventLevel3 {
    color: #FFC107;
    background: rgba(255, 250, 205, 0.4);
    border-color: rgba(255, 250, 205, 0.8);
    ;
}

.eventLevel4 {
    color: #409eff;
    background: #ecf5ff;
    border-color: #e8f4ff;
}

.status0 {
    color: #e6a23c;
}

.status1 {
    color: #409eff;
}

.status2 {
    color: #67c23a;
}

.significant.disabled,
.input-check-list .disabled {
    color: #c8c9cc;
}

#preview-dialog .form-item .input-text {
    line-height: 46px;
}

#preview-dialog .form-item .textarea {
    min-height: 140px;
    height: auto;
    padding: 15px 30px;
    line-height: 30px;
}

#p-file-list {
    /* display: flex;
    flex-wrap: wrap; */
}

#p-file-list .fileBox {
    margin-left: 10px;
    line-height: 46px;
}

#p-file-list .fileBox a {
    color: #1b4578;
    line-height: 46px;
}

.bsUnit {
    padding: 8px 0;
    margin-right: 10px;
    line-height: 1.5;
}

.structure {
    display: flex;
    padding: 30px;
}

.structure_left {
    width: 285px;
    margin-right: 50px;
}

.structure_right {
    flex: 1;
    width: 800px;
}

.nav_left {
    background-color: #f4f6fa;
    padding-bottom: 70px;
}

.nav_left_title {
    height: 90px;
    padding-left: 43px;
    background: #20528f;
    border-radius: 6px;
    color: #fff;
    font-size: 28px;
    line-height: 90px;
}

.nav_left_list {
    margin-top: 25px;
}

.nav_left_item {
    height: 60px;
    line-height: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}

.nav_left_item a {
    display: block;
    height: 100%;
    padding-left: 45px;
    font-size: 18px;
    -webkit-transition: .5s;
    transition: .5s;
}

.nav_left_list .active,
.nav_left_item:hover {
    position: relative;
    color: #20528f;
    font-weight: bold;
    background-color: #fff;
}

.nav_left_list .active a,
.nav_left_item:hover a {
    color: #20528f;
}

.nav_left_list .active::after,
.nav_left_item:hover ::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    background-color: #20528f;
}

.fvfg-list li {
    box-sizing: border-box;
    height: 58px;
    border-bottom: 1px solid #f1f1f1;
    overflow: hidden;
}

.fvfg-list h5 {
    float: left;
    width: 85%;
}

.times {
    float: right;
    color: #b1b1b1;
    font-size: 14px;
    line-height: 58px;
}

.fvfg-list h5 a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 18px;
    font-weight: normal;
    line-height: 58px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.result-text p {
    padding-bottom: 0;
}

.instructions-content {
    width: 1160px;
    height: auto;
    background-size: 115% 115%;
    background-position: center;
}

.instructions-content .substance {
    padding: 35px;
}

.instructions-content p {
    padding-bottom: 10px;

}

.tips-left {
    left: 30px;
    top: -100%;
    transform: none;
}

.tips-left::before {
    top: 50%;
    left: -20px;
    transform: translateY(-144%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 12px solid #fff;
}

.bsUnit,
.bsType,
.bsLevel,
.bsStatus {
    justify-content: center;
    text-align: center;
}

.search-list .bsStatus,
.search-list .bsLevel {
    flex: none;
    width: 100px;
}

.search-list .bsType {
    flex: none;
    width: 130px;
}

.search-list .bsLevel {
    margin: 0 0 0 20px;
}

#edit-num {
    display: none;
    font-size: 16px;
}

#select-dialog {
    position: fixed;
    padding: 0;
}

#select-dialog .search-box {
    width: 100%;
}

.select-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.select-content a {
    padding: 0 15px;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
}

.select-content a:hover {
    border-color: #20528f;
}

.tis-title {
    margin-bottom: 30px;
    color: #990000;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.tis-text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.lx-box {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.lx-box .input-check-list-box {
    flex: none;
    margin-left: 8px;
}

.lx-content {
    height: auto;
}

.lx-content .form-btn button {
    margin-right: 0;
}

.bsfwmenu {
    clear: both;
    position: relative;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.bsfwmenu li {
    width: 128px;
    margin-top: 10px;
    margin-left: 86px;
}

.bsfwmenu li a {
    width: 100%;
    height: 128px;
    line-height: 20px;
    text-align: center;
    float: left;
    font-size: 18px;
    border-radius: 30px;
    color: #333;
    line-height: 115px;
    background: #81aeff;
    display: block;
    position: relative;
}

.tabbsfw_l {
    text-align: left;
    position: absolute;
    left: 0px;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 40px;
    font-size: 18px;
    font-weight: bold;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

.tabbsfw_r {
    width: 107px;
    text-align: center;
    height: 75px;
    margin: 0 auto;
    padding-top: 10px;
    margin: 0 auto;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    line-height: 1;
}

.tabbsfw_r img {
    width: 73px;
}

.lx-content .substance {
    overflow: hidden;
    padding: 40px 110px 50px;
}

/* .lx-warp .result-content{
    padding: 40px;
} */

.bsfwmenu li a:hover .tabbsfw_r {
    transform: rotateY(180deg);
}

.bsfwmenu li:nth-child(2) a {
    background: #67b0f5;
}

.bsfwmenu li:nth-child(3) a {
    background: #70cbff;
}

.bsfwmenu li:nth-child(1) {
    margin-left: 0;
}

.lx-warp .result-box {
    padding: 60px 0;
}

#BodyLabel a,
#BodyLabel a:hover {
    color: blue;
}

.search-content .form-content{
    display: flex;
}


/* 自定义弹窗样式 */
.external-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* 半透明遮罩 */
    display: none;
    /* 默认隐藏 */
    justify-content: center;
    align-items: center;
    z-index: 9999;
    /* 确保弹窗在最上层 */
}

.modal-content {
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    width: 350px;
    text-align: center;
}

.modal-content p {
    margin: 0 0 20px;
    font-size: 16px;
    color: #333;
}

.modal-btn {
    padding: 8px 20px;
    margin: 0 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
}

.confirm-btn {
    background: #20528f;
    color: #fff;
}

.cancel-btn {
    background: #6c757d;
    color: #fff;
}