/* 定义主题颜色 */
:root {
    --primary-color: #0f6aec;
    --primary-cancel-color: #c8c8c8;
    --primary-bgc_color: #ebf7f8;
}
@font-face {
    font-family: 'DDRegular'; /* 你给字体定义的名字 */
    font-weight: 500;
    src: url('/fonts/DAvzGolMD8MP.woff2') format('woff2'), url('/fonts/us5sO8OWBBwW.woff') format('woff'); /* 字体文件的路径和格式 */
    font-display: swap;
}
ul li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: bold;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 16px;
}

.type_area {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.type_area_header {
    width: 1000px;
    margin: 0 auto;
}

section {
    overflow: hidden;
}

section h4 {
    color: #ccc;
}

main {
    float: none;
    width: auto;
    background-color: #f8f8f8;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #ccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    color: #ccc;
}

input::placeholder,
textarea::placeholder {
    color: #ccc;
}

/* 面包屑导航样式*/
.crumbs_nav {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.crumbs_nav .tip_page {
    color: #0f6aec;
}

.page_container {
    text-align: center;
    margin: 20px auto;
    vertical-align: middle;
    /* padding: 10px 0; */
}

.page_container ul li {
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    border-bottom: none;
}

.page_container ul li span {
    padding: 0 10px;
    display: inline-block;
    font-weight: 700;
    color: #000;
    background-color: #0f6aec;
    color: #fff;
    border-radius: 2px;
}

.page_container ul li a {
    padding: 0 10px;
    color: #0f6aec;
    background-color: #fff;
    color: #000;
    border-radius: 2px;
}

/* 展开全部按钮样式 */
.ellipsis_btn {
    cursor: pointer;
    color: #0f6aec;
    font-weight: 700;
}

/* 其他来源logo */
.source_img {
    vertical-align: middle;
    display: inline-block;
    margin-right: 6px;
    width: 20px;
    height: 20px;
}

/* 必填项样式 */
.required:after {
    content: ' *';
    color: red;
}

.required_before:before {
    content: ' *';
    color: red;
    margin-right: 2px;
}

/* 弹出窗表单样式 */
.form_item {
    margin: 7px 0;
    width: 100%;
}

.form_item input {
    width: calc(100% - 120px);
    border-radius: 3px;
}

.form_item textarea {
    width: calc(100% - 120px);
    border-radius: 3px;
}

.form_item select {
    border-radius: 3px;
}

.form_item .select_full {
    width: calc(100% - 120px);
}

.form_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.form_flex_50 {
    width: 45%;
}

.pop_footer {
    text-align: center;
}

/* 弹出窗样式 */
popdialog popheader {
    background-color: #0356cc;
    color: #fff;
}

popdialog popheader closeicon {
    color: #fff;
}

popbody {
    background-color: #f3f3f3;
    position: relative;
}

popbody fieldset {
    background-color: #fff;
    border-radius: 0;
    padding: 40px 20px 10px 20px;
    position: relative;
    border: 0;
}

popbody fieldset legend {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #075798;
}

popbody fieldset legend:before {
    content: url(../images/bg_legend.png);
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

popbody label {
    color: #000;
    font-weight: 700;
    width: 120px;
}

/* 操作按钮 */
.operation_btn {
    background-color: #0356cc;
    padding: 5px 10px;
    cursor: pointer;
    border: 0px;
    color: #fff;
    border-radius: 5px;
    min-width: 50px;
    margin-left: 0px;
}

.operation_btn:hover {
    background-color: #0f6aec;
    border: 0;
    color: #fff;
}

/* 星级样式 */
.fa-star {
    color: #ccc;
}

.fa-star.active {
    color: #ffac2d;
}

/* 错误页面样式 */
.error_container {
    padding: 40px;
    text-align: center;
}

.error_container img {
    height: 300px;
}

.error_container .error_message {
    font-size: 26px;
    margin: 20px 0;
}

.error_container .error_tips {
    margin: 20px 0;
    font-size: 18px;
}

.error_container .btn_group a {
    display: inline-block;
    padding: 10px 20px;
    border: 0;
    color: #fff;
    border-radius: 5px;
    background-color: #0f6aec;
    margin: 0 20px;
}

/* 公共标题样式 */
section {
    padding: 20px 0 30px;
}

section h2,
section h4 {
    text-align: center;
}

section h2 {
    font-weight: 500;
    color: #333;
}

section h4 {
    font-weight: 300;
    margin-bottom: 20px;
}

/* 平台简介 */
.introduction_container {
    background-color: #fff;
    padding: 20px 40px;
    min-height: calc(100vh - 333px);
}

.introduction_container p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 35px;
}

/* 下拉框组件样式 */
.select_container {
    display: inline-block;
    position: relative;
}

.select_container .select_input {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fff;
    cursor: pointer;
}

.select_container .select_input .fa {
    margin-left: 5px;
}

.select_container .select_list {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
}

.select_container .select_list li {
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

.select_container .select_list li:hover {
    background-color: #f1f1f1;
}

/* 分页器 */
.page_container {
    border: none !important;
    background-color: rgba(0, 0, 0, 0);
}

.page_container a,
.page_container span {
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    display: inline-block;
    text-align: center;
}

.page_container a {
    background-color: #fff;
    color: #000;
    border: 1px solid #dcdee0;
}

.page_container span {
    background-color: #fff;
    color: #000;
    border: 1px solid #dcdee0;
}

.page_container span.active {
    background-color: #0f6aec;
    color: #fff;
    border: 1px solid #0f6aec;
}

.page_container a,
.page_container span {
    margin: 0;
    margin-right: 10px;
}

.page_container .next,
.page_container .jump-btn,
.page_container .prev {
    width: auto;
    padding: 0 10px;
}

.page_container td {
    height: 108px;
}

.page_container .jump-ipt {
    width: 44px;
    height: 28px;
    margin-right: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: top;
}

/* loading */
.loading_container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sk_chase {
    width: 80px;
    height: 80px;
    position: relative;
    -webkit-animation: sk-chase 2.5s infinite linear both;
    animation: sk-chase 2.5s infinite linear both;
}

.sk_chase_dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-animation: sk_chase_dot 2s infinite ease-in-out both;
    animation: sk_chase_dot 2s infinite ease-in-out both;
}

.sk_chase_dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #0f6aec;
    border-radius: 100%;
    -webkit-animation: sk_chase_dot-before 2s infinite ease-in-out both;
    animation: sk_chase_dot-before 2s infinite ease-in-out both;
}

.sk_chase_dot:nth-child(1) {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk_chase_dot:nth-child(2) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk_chase_dot:nth-child(3) {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk_chase_dot:nth-child(4) {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk_chase_dot:nth-child(5) {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk_chase_dot:nth-child(6) {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk_chase_dot:nth-child(1):before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk_chase_dot:nth-child(2):before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk_chase_dot:nth-child(3):before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk_chase_dot:nth-child(4):before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk_chase_dot:nth-child(5):before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk_chase_dot:nth-child(6):before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

@-webkit-keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk-chase {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk_chase_dot {
    80%,
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes sk_chase_dot {
    80%,
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes sk_chase_dot-before {
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100%,
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk_chase_dot-before {
    50% {
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
    }

    100%,
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
