/* 选择 */
.choose-box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.choose-item {
    display: flex;
    align-items: center;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.choose-item-icon {
    margin-right: 10px;
}

.choose-item-icon img {
    width: 40px;
}

.choose-item-title p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    padding: 10px 0;
}

.choose-item-title p:last-of-type {
    font-size: 15px;
    padding: 0;
    opacity: 0.5;
}

.content:before {
    content: "";
    height: 0;
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

/* 蓝色渐变背景 */
.blue-module-box {
    width: 92%;
    min-height: 85vh;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 10px;
    border-radius: 10px;
    margin-top: 20px;
    background-image: linear-gradient(to bottom, #2682ef, rgb(66, 147, 244));
    position: relative;
}

/* 白色渐变背景 */
.white-module-box {
    width: 92%;
    min-height: 85vh;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 10px;
    border-radius: 10px;
    margin-top: 20px;
    background-color: #ffffff;
    position: relative;
}

/* 须知 */
.notice-box {
}

.notice-title {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.notice-val {
    padding: 10px 0;
}

.notice-val p {
    font-size: 16px;
    color: #ffffff;
    text-indent: 2rem;
    padding-bottom: 20px;
}

.notice-inread-btn {
    margin: auto;
    bottom: 0;
    width: 90%;
    font-size: 16px;
    font-weight: 500;
    box-sizing: border-box;
    background-color: #04d047;
    border-radius: 20px;
    color: #ffffff;
    padding: 15px;
    text-align: center;
}

.query-module-box {
}

.query-page-name {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 15px 0 60px;
}

.query-box {
    padding: 0 10px 20px;
}

.query-item {
    display: flex;
    align-items: center;
    padding: 10px 0 15px;
    border-bottom: 1px #ccc solid;
}

.query-item p {
    width: 45%;
    font-size: 18px;
    font-weight: bold;
    color: #515151;
}

.query-item input {
    border: none;
    font-size: 17px;
    height: 45px;
}

.query-btn-alone {
    width: 100%;
    padding: 15px 0;
}

.query-btn-alone button {
    width: 100%;
    border-radius: 5px;
    background-color: #04d047;
    color: #ffffff;
    padding: 13px 0;
    border: none;
    text-align: center;
    font-size: 15px;
}

.query-btn-alone p {
    font-size: 14px;
    font-weight: bold;
    color: #c4c4c4;
    padding: 5px 0 10px;
}

.query-model-title {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 10px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    color: rgb(41, 132, 240);
}

.query-result-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.query-result-item p:first-of-type {
    font-size: 16px;
    font-weight: bold;
    width: 30%;
}

.query-result-item p:last-of-type {
    width: 70%;
    font-size: 16px;
    font-weight: 400;
}

.query-btn-some {
    display: flex;
    padding: 20px 0;
    justify-content: center;
}

.query-btn-some button a {
    color: #ffffff;
}

.query-btn-some button {
    width: 30%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
    background-color: #04d047;
    color: #ffffff;
    padding: 10px 0;
    border: none;
    text-align: center;
    font-size: 14px;
    margin-right: 10px;
}

/* 业务类型选择 */
.type-select-box {
    padding: 20px;
}

.type-select-item {
    padding: 10px;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 10px;
}

.type-select-item-name {
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}

.type-select-item-include {
    padding: 10px;
    font-size: 12px;
    color: #9e9999;
}

.matter-type-selectbox {
}

.matter-type-box {
}

.query-msg-content {
    padding: 40px 0;
}

.query-msg-item {
    margin-bottom: 20px;
}

.query-msg-item > input {
    height: 40px;
}

.query-module-title {
    font-size: 16px;
    padding: 13px 0;
    font-family: Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    font-weight: bold;
    color: #00a3ff;
    border-bottom: 1px dashed #e8e8e8;
    margin-bottom: 20px;
}

.query-module-title:not(:first-of-type) {
    margin-top: 20px;
}

.top-hint-val {
    font-size: 18px;
    font-family: Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    font-weight: bold;
    color: #dddddd;
    padding: 10px;
}

.query-msg-item {
    display: flex;
    align-items: center;
}

.query-msg-item > p {
    width: 35%;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    padding-right: 5px;
}

.query-msg-item > input {
    height: 40px;
    width: 65%;
}

.query-alone-item {
    margin-bottom: 20px;
}

.query-alone-item input {
    width: 100%;
    height: 50px;
}

.information-item-control {
    width: 65%;
}

.information-item-control .hint-val {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ef9598;
    padding-top: 5px;
}

/* 图形验证码 */
.verification-code-img-box {
    display: flex;
    align-items: center;
    border-bottom: 1px #dbdbdb solid;
    padding-bottom: 15px;
    padding: 0 10px 15px;
    margin-bottom: 20px;
}

.index-code-img-box {
    display: flex;
    align-items: center;
    border-bottom: 1px #dbdbdb solid;
    padding-bottom: 15px;
    padding: 0 0 15px;
    margin-bottom: 20px;
}

.index-code-img-box .code-img-box {
    width: 70%;
}

.verification-code-img-box > p {
    width: 30%;
}

.index-code-img-box > p {
    width: 30%;
    font-size: 18px;
    font-weight: bold;
    color: #515151;
}

.code-img-box {
    width: 70%;
    display: flex;
    align-items: center;
}

.code-img-box input {
    border: none;
}

.code-img-box p {
    border: 1px #ccc solid;
    font-size: 18px;
    font-weight: bold;
    font-style: italic;
    padding: 7px 20px;
}

/* 短信验证码 */
.verification-code-note-box {
    display: flex;
    align-items: center;
    border-bottom: 1px #dbdbdb solid;
    padding-bottom: 15px;
}

.verification-code-note-box > input {
    width: 60%;
    border: none;
}

.verification-code-note-box > p {
    width: 40%;
    font-size: 14px;
    font-weight: bold;
    color: #4293f4;
}

.index-code-note-box {
    display: flex;
    align-items: center;
    border-bottom: 1px #dbdbdb solid;
    padding-bottom: 15px;
}

.index-code-note-box > input {
    width: 60%;
    border: none;
}

.index-code-note-box > p {
    width: 40%;
    font-size: 14px;
    font-weight: bold;
    color: #4293f4;
    text-align: right;
}

.query-result {
    min-height: 60vh;
}

.query-item.select-box {
    width: 100%;
    border: none;
}

.query-item.select-box input {
    border: 1px #ccc solid;
    font-size: 16px;
    height: 45px;
    padding-top: 0;
}

.layui-unselect.layui-form-select {
    width: 100%;
}

.query-hint-val {
    font-size: 16px;
    font-weight: bold;
    color: rgb(158, 157, 157);
    margin-bottom: 20px;
}

.query-list-item {
    padding: 15px 20px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 1px rgb(44, 133, 240) solid;
}

.query-list-item-name {
    padding-bottom: 20px;
}

.query-list-item-name p:first-of-type {
    font-size: 16px;
    font-weight: bold;
    color: rgb(44, 133, 240);
}

.query-list-item-val {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.query-list-item-time {
    font-weight: 400;
}

.query-list-item-status {
    font-weight: 400;
}

.query-file-title {
    display: flex;
    align-items: center;
}

.query-file-title p {
    padding-left: 5px;
}

.query-file-item-box {
    padding: 10px;
}

.query-file-item-box p {
    padding-left: 5px;
}

.query-file-item {
    display: flex;
    align-items: center;
}

.query-file-item:not(:last-of-type) {
    margin-bottom: 10px;
}

/* 宗地信息查询 */
.ZDmsg-query-box {
}

.ZDmsg-query-title {
    border-bottom: 1px #ccc dashed;
    color: rgb(42, 132, 239);
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
}

.ZDmsg-query-hint {
    padding: 10px 10px 20px 10px;
    font-size: 12px;
    color: #ccc;
}

.ZDmsg-query-item {
}

.ZDmsg-query-item-val {
    /*display: flex;*/
    align-items: center;
    padding: 10px 0;
}

.ZDmsg-query-item-val > p {
    font-size: 12px;
}

.ZDmsg-typeselect-box input {
    height: 45px;
}

.layui-tab-content {
    padding: 0;
}

.information-title {
    color: rgb(41, 131, 239);
    border-bottom: 1px #ccc dashed;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.input-information-box .query-box {
    padding: 20px 10px 10px 10px;
}

.add-del-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.add-del-box .do-btn {
    width: 30%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    opacity: 0.5;
    border-radius: 3px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    cursor: pointer;
}

.add-del-box .add-btn {
    background: #00a3ff;
    color: #ffffff;
    margin-right: 10px;
}

.add-del-box .del-btn {
    background: #ecbab7;
    color: #fa0000;
    margin-right: 10px;
}

.apply-for-tab .layui-tab-title {
    display: flex;
    justify-content: space-between;
    border: none;
    margin-bottom: 10px;
}

/* .apply-for-tab .layui-tab-title .layui-this {
    font-size: 20px;
    font-weight: bold;
    color: rgb(43, 133, 239);
} */

.apply-for-tab .layui-tab-title .layui-this::after {
    display: none;
}

.apply-for-tab .layui-tab-title li {
    position: relative;
    font-size: 16px;
}

/* .apply-for-tab .layui-tab-title li::before {
    content: "";
    display: block;
    border: 7px transparent solid;
    position: absolute;
    top: 50%;
    margin-top: -7px;
}

.apply-for-tab .layui-tab-title li:last-of-type::before {
    border-left-color: #979191;
    right: -5px;
} */

/* .apply-for-tab .layui-tab-title li:first-of-type::before {
    border-right-color: #979191;
    left: -5px;
}

.apply-for-tab .layui-tab-title .layui-this::before {
    display: none;
} */

.layui-tab-bar {
    display: none;
}

/* 附件 */
.applyfor-datum-hint {
    font-size: 14px;
    color: #ccc;
}

.uploading-catalog-item {
    /* padding: 10px; */
}

.uploading-catalog-name-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

.uploading-catalog-title {
    width: 80%;
    display: flex;
    align-items: center;
}

.uploading-catalog-title p {
    padding-left: 5px;
}

.uploading-catalog-name-box button {
    background-color: #ffffff;
    outline: none;
    border: none;
    border: 1px #ccc solid;
    padding: 3px 10px;
    border-radius: 3px;
}

.uploading-item-box {
    /* padding: 10px; */
}

.uploading-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 10px;
}

.uploading-item:last-of-type {
    padding: 0 15px 0px;
}

.uploading-item-name {
    display: flex;
    align-items: center;
}

.uploading-item-name p {
    padding-left: 5px;
}

.input-information-box {
    position: relative;
    padding-bottom: 40px;
}

.input-information-box .add-del-box {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.query-box:first-of-type {
}

.query-msg-item:last-of-type {
    margin-bottom: 0;
}

.information-item-label span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgb(39, 131, 239);
}

.information-item-label::before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: rgb(41, 132, 240);
    margin-left: -10px;
    margin-right: 3px;
}

.apply-msg-model {
}

.apply-msg-model-title {
    border-bottom: 1px #ccc dashed;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.apply-msg-model-content {
    padding: 10px;
}

.apply-msg-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.apply-msg-item p:first-of-type {
    width: 35%;
}

.apply-msg-item p:last-of-type {
    width: 65%;
}

.file-module-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
}

.file-module-item p {
    width: 50%;
    text-align: center;
}

.uplate-file-icon {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: green;
}

.no-uplate-file-icon {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: red;
}

.file-module-box {
    padding: 10px;
}

/* 群众意见栏 */
.msg-hint-val {
    padding: 10px;
    border-radius: 5px;
    background: rgba(66, 147, 244, 0.15);
    border: 1px solid #00a3ff;
}

.msg-hint-val p {
    font-size: 14px;
    font-weight: bold;
    color: #4293f4;
    line-height: 25px;
}

.query-item .layui-form-select input {
    text-align: right;
    color: #4293f4;
}

.query-item-textarea {
}

.query-item-textarea p {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
}

.query-item-textarea textarea {
    font-size: 18px;
}

/* 微腐败举报 */
.query-blueborder-title {
    position: relative;
    margin-top: 10px;
}

.query-blueborder-title p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #00a3ff;
    padding-left: 30px;
}

.query-blueborder-title::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 20px;
    border-radius: 3px;
    background-color: #00a3ff;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -10px;
}

.alone-textarea-box {
    padding: 10px 0;
    font-size: 16px;
}

.alone-textarea-box textarea {
    height: 150px;
}

.query-box .verification-code-img-box > p {
    width: 40%;
    font-size: 18px;
    font-weight: bold;
}

.query-box .file-list-box {
}

.query-box .file-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px #ccc solid;
    margin-bottom: 10px;
}

.query-box .file-item-title {
    display: flex;
    align-items: center;
    width: 80%;
}

.query-box .file-item-title img {
    width: 8%;
}

.query-box .file-item-title p {
    font-size: 16px;
    padding-left: 10px;
}

.query-box .file-btn {
    width: 100%;
    padding: 13px 0;
    background-color: #00a3ff;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border: 1px #00a3ff solid;
    border-radius: 20px;
    border: none;
    outline: none;
}

.query-box .file-hint-val {
    font-size: 14px;
    font-family: Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    font-weight: bold;
    color: #b9b9b9;
    padding: 10px 0;
}

.item-file-box {
    padding: 20px 0 0;
}

.item-file-box > p {
    font-size: 18px;
    font-weight: bold;
    color: #515151;
}

.layui-form-danger {
    border-color: #f00 !important;
}

.apply-msg-table-box .layui-table-cell {
    height: auto;
    white-space: normal;
    word-wrap: break-word;
}

.query-model-title2 {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #00a3ff;
}

.query-result-table th {
    text-align: center;
}

.query-result-table tr {
    text-align: center;
}

.alone-table-box {
    padding: 5px;
}

.alone-table-box .layui-table-cell {
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    padding: 0;
}

.alone-table-box .layui-table-body tbody tr:hover,
.alone-table-box .layui-table-click {
    background-color: transparent;
}

.alone-table-box .layui-table-cell {
    line-height: 20px;
}

.alone-table-title {
    padding: 20px 20px 0;
}

.alone-table-title p:first-of-type {
    font-size: 16px;
    font-weight: bold;
    color: rgb(42, 132, 239);
    padding: 10px 0;
}

.alone-table-title p:last-of-type {
    font-size: 14px;
    font-weight: bold;
    color: #ccc;
}

.apply-msg-model .layui-table-cell {
    height: auto;
    white-space: normal;
    word-wrap: break-word;
}

/* 税费计算器 */

.have-unit-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.have-unit-box input {
    text-align: right;
    padding-right: 10px;
    color: rgb(4, 208, 71);
    font-weight: bold;
    height: 40px;
}

.prompt-icon-box {
    display: inline-block;
    width: 20px;
    margin-left: 10px;
    cursor: pointer;
}

.prompt-icon-box img {
    width: 100%;
}

.bottom-hint-box p {
    font-size: 12px;
    color: rgb(102, 102, 102);
    padding: 3px 0;
}

.calculate-msg-box {
    display: flex;
}

.legend-box {
    width: 55%;
    padding: 50px 0;
}

.legend-box p {
    text-align: center;
    padding-top: 20px;
}

.calculate-item-box {
    width: 45%;
    box-sizing: border-box;
    padding: 10px 0 10px 20px;
}

.calculate-item-box p {
    padding: 3px 0;
    font-weight: 500;
}

.calculate-item-box .calculate-item-icon {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin-left: -10px;
    background-color: #ccc;
    margin-right: 5px;
}

.hint-adbtn-box {
    display: flex;
    padding: 10px 0;
    align-items: center;
}

.hint-adbtn-box p {
    width: 60%;
}

.hint-adbtn-btn-box {
    width: 40%;
    display: flex;
    justify-content: center;
}

.hint-adbtn-btn-box button {
    height: 30px;
    border: 1px rgb(4, 208, 71) solid;
    border-radius: 5px;
    color: rgb(4, 208, 71);
    padding: 0 10px;
    background-color: #ffffff;
}

.legend-annulus-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.legend-annulus {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.idcard-file-box {
    display: flex;
    padding: 20px 0 0;
    justify-content: space-between;
}

.idcard-file-item-box {
    width: 47%;
}

.idcard-file-item-box > p {
    text-align: center;
    font-size: 12px;
    color: rgb(117, 117, 117);
    padding: 5px 0;
}

.idcard-file-item {
    width: 100%;
    height: 100px;
    border: 1px rgb(139, 142, 145) solid;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}

.idcard-file-item img {
    width: 100%;
    height: 100px;
}

.idcard-file-item span {
    display: inline-block;
    position: absolute;
    font-size: 20px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 100px;
    color: rgb(139, 142, 145);
}

.scan-alone-box {
    padding: 150px 0 0;
}

.scan-alone-box > p {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 50px;
}

.radius-alone-btn {
    width: 80%;
    font-size: 16px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    border-radius: 20px;
    background-color: #04d047;
    color: #ffffff;
}
/* 公共样式文件 */
html,
body,
ul,
li,
p,
div,
a {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%;
    background-color: rgba(254, 254, 254, 1);
    overflow-x: hidden;
}

body.blue-bg {
    background-color: rgb(66, 147, 244);
}

body.white-gradient-bg {
    background-image: linear-gradient(0deg, rgb(255, 255, 255) 30%, #2682ef);
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 7px;
}

/* 滚动槽 */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset006pxrgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 0, 0, 0.4);
}

a:link {
    color: #000000;
}
a:visited {
    color: #000000;
}
a:hover {
    /* color: #ff0000; */
}
a:active {
    color: #000000;
}

a {
    text-decoration: none;
    outline: none;
}

li {
    list-style: none;
    word-break: keep-all;
    white-space: nowrap;
}

input {
    outline: none;
}

button {
    outline: none;
}

/* header */
.header {
    width: 100%;
}

.header-box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.header-box img {
    width: 100%;
}

/* footer */
.footer {
}

.footer-box {
    width: 100%;
}

.footer-box img {
    width: 100%;
}

/* content */
.content {
    min-height: calc(100vh - 55px);
    overflow: hidden;
}

.module-box {
    padding: 0 20px 0 0;
}

.module-title {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    padding: 0 10px 0 20px;
    background: linear-gradient(90deg, #dfe9f2 0%, #f9f3f3 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.module-title p {
    height: 19px;
    line-height: 19px;
    font-size: 20px;
    font-family: Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    font-weight: bold;
    color: #356cb7;
    border-left: 4px #ec3932 solid;
    padding-left: 14px;
}

.module-title img {
    width: 15px;
}

.module-content-box {
    padding: 20px 20px 0;
}

.module-box-item {
    width: 100%;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 5px 1px #e5e5e5;
}

/* 通知公告 */
.notice-box {
    padding: 15px 0;
}

.notice-item {
    /* display: flex;
    align-items: center;
    padding: 10px 15px; */
}

.notice-item a {
    display: flex;
    align-items: center;
    padding: 15px;
}

.notice-item:first-of-type {
    width: calc(100% - 30px);
    box-sizing: border-box;
    margin: 10px auto 10px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 1px 1px 5px 1px #e5e5e5;
}

.first-notice-item {
    width: 50px;
}

.first-notice-item span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #ec3932;
}

.notice-item:first-of-type a {
    padding: 5px 10px;
}

.notice-item:first-of-type p {
    width: calc(100% - 50px);
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    opacity: 0.7;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.notice-item:not(:first-of-type) span {
    display: inline-block;
    width: 46px;
    font-size: 12px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #fffefe;
    background: #ec3932;
    border-radius: 4px;
    text-align: center;
    padding: 5px 0;
}

.notice-item:not(:first-of-type) p {
    width: calc(100% - 46px);
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    opacity: 0.7;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 菜单 */
.menu-box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    display: grid;
    grid-template-columns: repeat(4, 25%);
    justify-items: center;
}

.menu-item {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.menu-item img {
    width: 55%;
}

.menu-item p {
    font-size: 12px;
    padding-top: 5px;
}

/* 公共服务 */
.public-service-box {
    width: 100%;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(2, 49%);
    justify-items: end;
}

.public-service-item {
    width: 95%;
    padding: 0;
    margin-bottom: 10px;
}

.public-service-item img {
    width: 100%;
}

/* 办事指南 */
/* 一级列表 */
.list-module-box {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.include-leave-box {
    margin-bottom: 20px;
}

.second-alone-box {
    margin-bottom: 20px;
}

.first-list-item {
    padding: 20px;
    border: 1px solid #ffffff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.first-item-name {
    display: flex;
    align-items: center;
}

.first-item-name p {
    font-size: 16px;
    color: #ffffff;
    padding-left: 10px;
}

.first-item-name img {
    width: 15px;
}

.first-list-item > img {
    width: 10px;
}

.second-list {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.second-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.second-title-box > img {
    width: 20px;
    transition: all 0.3s;
}

.second-title-name {
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.second-title-name img {
    width: 15px;
}

.second-title-name p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #333333;
    padding-left: 10px;
}

.three-list {
    border-top: 1px #dbdbdb solid;
    padding: 10px 0;
}

.three-list-item {
    padding: 15px 0;
    display: flex;
    align-items: center;
}

.three-list-item span {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #f93a3a;
    margin: 0 10px 0 5px;
}

.three-list-item p {
    font-size: 15px;
    font-weight: bold;
    width: calc(100% - 5px);
}

/* 详情 */
.details-module-box {
    width: 100%;
    padding: 20px 0 0 0;
}

.details-module {
    width: 95%;
    min-height: 85vh;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, #2682ef, rgb(66, 147, 244));
    overflow-x: scroll;
}

.details-module-title {
    display: flex;
    align-items: center;
}

.details-module-title p {
    font-size: 20px;
    color: #ffffff;
    padding-left: 10px;
}

.details-module-title img {
    display: inline-block;
    width: 25px;
}

.details-val-box {
    padding: 10px 0;
    color: #ffffff;
}

.details-val-box p {
    background-color: rgba(255, 255, 255, 0) !important;
}

.details-val-box span {
    background-color: rgba(255, 255, 255, 0) !important;
}

.center-info-box {
    padding: 10px 0;
}

.center-info-box p {
    font-size: 16px;
    color: #ffffff;
    text-indent: 2rem;
    padding: 10px 0;
}

p.center-info-title {
    font-size: 20px;
    text-align: center;
    padding: 0;
    padding-bottom: 20px;
    text-indent: 0rem;
}

/* 资料下载 */
.module-content-box-index {
    padding: 20px 0 20px 20px;
}

.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 20px;
}

.search-box img {
    width: 20px;
}

.search-box input {
    height: 45px;
    border: none;
    background-color: #ffffff;
    outline: none;
    text-decoration: none;
    padding-left: 10px;
}

.down-list {
    border-radius: 10px;
    padding: 0 20px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.down-list-item {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding: 20px 10px 15px 10px;
}

.down-list-item:not(:last-of-type) {
    border-bottom: 1px #ccc solid;
}

.doc-icon {
    width: 10%;
}

.doc-icon img {
    width: 30px;
}

.down-msg-box {
    display: flex;
    width: 92%;
}

.down-msg-val-box {
    width: 90%;
    box-sizing: border-box;
    padding-left: 10px;
}

.down-msg-val-box p {
}

.down-msg-val-box p:first-of-type {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px 0;
    color: #4c4c4c;
}

.down-msg-val-box p:last-of-type {
    font-size: 15px;
    color: #a1a0a0;
    font-weight: bold;
}

.down-icon {
    width: 8%;
}

.down-icon img {
    width: 25px;
}

/* 新闻 */
.news-list {
    /* padding: 0 20px; */
}

.news-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 15px 20px;
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

.news-list-item:not(:last-of-type) {
    border-bottom: 1px #ccc solid;
}

.news-icon {
    width: 10%;
}

.news-icon img {
    width: 30px;
}

.news-msg-box {
    display: flex;
    width: 92%;
}

.news-msg-val-box {
    width: 85%;
    box-sizing: border-box;
    padding-left: 10px;
}

.news-msg-val-box p:first-of-type {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

.news-msg-val-box .nowrap-p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-msg-val-box p:last-of-type {
    font-size: 15px;
    color: #a1a0a0;
    font-weight: bold;
}

.news-icon {
    width: 15%;
}

.news-icon img {
    width: 35px;
}

.news-list-item > .news-icon {
    width: 8%;
}

.news-list-item > .news-icon img {
    width: 30px;
}

.details-val-module {
    padding-top: 10px;
}

.details-val-title {
    font-size: 16px;
    font-weight: bold;
}

.details-val-module p:last-of-type {
    padding: 10px;
}

/* 加载动画 */
.spinner {
    margin: 0 auto 0;
    width: 150px;
    text-align: center;
}

.spinner > div {
    width: 15px;
    height: 15px;
    background-color: #ffffff;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    /* Prevent first frame from flickering when animation starts */
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.loading-empty-box {
    width: 100%;
    box-sizing: border-box;
}

.loading-empty-box p {
    text-align: center;
    color: #ffffff;
}

.three-list {
    position: relative;
}

.list-module-item .load-more-btn {
    width: 100px;
    padding: 7px 0;
    text-align: center;
    border: 1px #ccc solid;
    border-radius: 5px;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -50px;
}

.three-list .three-list-box {
    margin-bottom: 50px;
}

/* 选项卡头部 */
.layui-tab .layui-tab-title {
    display: flex;
    align-items: center;
}

.layui-tab .layui-tab-title li {
    width: 50%;
    background-color: rgba(66, 147, 244, 0.5);
    transition: all 0.3s;
    color: #ffffff;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.layui-tab .layui-tab-title li.layui-this {
    background-color: rgba(66, 147, 244, 1);
}

.layui-tab .layui-tab-title li.layui-this:after {
    border: none;
}

.login-do-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0;
}

.login-do-box p {
    color: #4293f4;
    font-weight: bold;
    font-size: 16px;
}

.login-box{
    padding: 0 10px;
}

.res-module-title{
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px #ccc solid;
    padding: 10px 0;
}


.cqzh-style{
    width: 100%;
    height: 50px;
    display: flex;
    padding-top: 10px;
}