html {
    --antd-wave-shadow-color: #2882d8;
}

body, html {
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 14px;
    min-width: 1240px;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-variant: tabular-nums;
    line-height: 1.5;
    background-color: #fff;
    font-feature-settings: "tnum";
}

a, article, aside, body, button, dd, div, dl, dt, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, input, li, nav, p, pre, section, select, span, textarea, ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    font-weight: 400;
    font-family: 微软雅黑;
    box-sizing: border-box;
    color: #333;
}

input, select, textarea {
    border: 1px solid #dadce0;
    border-radius: 4px;
    background-color: #fff !important;
    color: #333;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
    filter: none !important;
    width: 100%;
}

a, article, aside, b, body, button, dd, div, dl, dt, figcaption, figure, footer, h1, h2, h3, h4, h5, h6, header, i, input, li, nav, p, pre, section, select, span, textarea, ul {
    color: inherit;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #aaaeb3;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #aaaeb3;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #aaaeb3;
}

:-moz-placeholder { /* Firefox 18- */
    color: #aaaeb3;
}

.app-main {
    height: 100%;
}

.layout {
    background-color: #f1f2f3;
}

header {
    background: linear-gradient(180deg, #fff, #fff);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2);
    height: 80px;
    display: flex;
    align-items: center;
}


.w1200 {
    width: 1200px;
    margin: auto;
}


.flex-between {
    justify-content: space-between;
}

.flex {
    display: flex;
}

header .logo {
    display: flex;
    align-items: center;
    cursor: pointer;
}

header .logo img {
    height: 44px;
    margin-right: 10px;
}

fieldset, img {
    border: none;
}

i, img {
    cursor: pointer;
}

img {
    vertical-align: middle;
    border-style: none;
}

header .logo .logo-text {
    font-size: 26px;
    font-weight: 700;
}

header .header-right {
    font-size: 16px;
    display: flex;
    align-items: center;
}

a, a:hover {
    text-decoration: none;
}

a {
    display: inline-block;
    cursor: pointer;
}

header .header-right .header-line {
    width: 1px;
    height: 16px;
    background-color: #999;
    margin: 0 32px;
}

.page-body {
    min-height: calc(100vh - 182px);
    overflow: auto;
}

.login {
    background-color: #fff;
    padding-bottom: 70px;
}


section .banner {
    height: 552px;
    width: 100%;
    background: url(../../front/image/banner.jpg) no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    align-items: center;
}


section .banner .banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*background: linear-gradient(284deg, #2882d8, #45caff);*/
    background: linear-gradient(284deg, #14356C, #1387C5);
    color: #fff;
    line-height: 52px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 600;
}

section .banner .w1200 {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}


section .banner .banner-img {
    margin-top: 89px;
    width: 547px;
    height: 463px;
    background: url(../../front/image/banner-img.png) no-repeat;
    background-size: cover;
}


section .banner .login-module {
    padding: 30px 44px 26px;
    width: 482px;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    right: 0;
    top: 95px;
}

section .banner .login-module .login-title-tab {
    font-size: 24px;
    display: flex;
    justify-content: center;
}

section .banner .login-module .login-title-tab li {
    font-weight: 700;
    color: #333;
    border-bottom: 4px solid #2882d8;
    line-height: 24px;
    padding-bottom: 8px;
}

section .banner .login-module .login-from {
    margin-top: 20px;
}


section .banner .login-module .login-from .input-box {
    margin-bottom: 18px;
    position: relative;
}

.ant-input {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    height: 32px;
    padding: 4px 11px;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: all .3s;
}

.ant-input {
    height: 36px;
}

input[type=number], input[type=password], input[type=text], textarea {
    -webkit-appearance: none;
}


[role=button], a, area, button, input:not([type=range]), label, select, summary, textarea {
    touch-action: manipulation;
}

input[type=text], select {
    height: 36px;
}

.ant-input:placeholder-shown {
    text-overflow: ellipsis;
}

section .banner .login-module .login-from .input-box input {
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    font-size: 15px;
    height: 46px;
    padding-left: 40px;
}

section .banner .login-module .login-from .input-box .login-icon {
    position: absolute;
    left: 12px;
    top: 13px;
    width: 20px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: 20px;
}

section .banner .login-module .login-from .input-box .username-icon {
    background-image: url(../../front/svg/username.svg);
}

section .banner .login-module .login-from .input-box .pasword-icon {
    background-image: url(../../front/svg/password.svg);
}

section .banner .login-module .login-from .input-box .code-icon {
    background-image: url(../../front/svg/code.svg);
}

section .banner .login-module .login-from .input-box input:focus ~ i.username-icon {
    background-image: url(../../front/svg/username-h.svg)
}

section .banner .login-module .login-from .input-box input:focus ~ i.pasword-icon {
    background-image: url(../../front/svg/password-h.svg)
}

section .banner .login-module .login-from .input-box input:focus ~ i.code-icon {
    background-image: url(../../front/svg/code-h.svg)
}


.ant-input:focus, .ant-select-auto-complete.ant-select .ant-input:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important
}


section .banner .login-module .login-from .input-box:last-child {
    margin-bottom: 0;
}

section .banner .login-module .login-from .code img {
    width: 132px;
    height: 48px;
    margin-left: 10px;
    flex-shrink: 0;
}

section .banner .login-module .login-from .code {
    display: flex;
    align-items: center;
}

.ant-btn {
    line-height: 1.499;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    box-shadow: 0 2px 0 rgb(0 0 0 / 2%);
    cursor: pointer;
    transition: all .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: manipulation;
    height: 32px;
    padding: 0 15px;
    font-size: 14px;
    border-radius: 4px;
    color: rgba(0, 0, 0, .65);
    background-color: #fff;
    border-color: #d9d9d9;
}

.ant-btn, .ant-btn:active, .ant-btn:focus {
    outline: 0;
}

.ant-btn-primary {
    color: #fff;
    background-color: #1890ff;
    border-color: #1890ff;
    text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
    box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
    width: 100%;
    height: 40px;
    font-size: 15px;
}

.ant-btn {
    height: 34px;
    min-width: 80px;
    font-size: 14px;
    line-height: 32px;
    transition: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

.ant-btn.ant-btn-primary {
    background: #2882d8;
    border-color: #2882d8;
    box-shadow: none;
    color: #fff;
}

section .banner .login-module .login-btn {
    width: 100%;
    margin: 20px 0 6px;
    height: 48px;
    font-size: 18px;
    line-height: 48px;
    font-weight: 700;
}

.ant-btn.ant-btn-primary span {
    color: #fff;
}

.ant-btn > i, .ant-btn > span {
    display: inline-block;
    transition: margin-left .3s cubic-bezier(.645, .045, .355, 1);
    pointer-events: none;
}

.text_bold {
    font-weight: 700;
}

.font-primary {
    color: #2882d8;
}


section .banner .login-module .zxyx-adress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 15px;
    color: #666;
}


section .banner .login-module .zxyx-adress span {
    width: 40px;
    height: 1px;
    background-color: #ddd;
}


section .banner .login-module .zxyx-adress div {
    margin: 0 6px;
}

section .section-main {
    margin-top: 40px;
    display: flex;
}


section .section-main .important-tip {
    flex: 1;
}

section .section-main .section-title {
    font-size: 18px;
    color: #2882d8;
    display: flex;
    align-items: center;
    font-weight: 700;
}

section .section-main .section-title .zyts-icon {
    width: 18px;
    height: 20px;
    background: url(../../front/svg/zyts-icon.svg);
    background-size: cover;
    margin-right: 8px;
}

section .section-main .section-title .title-line {
    display: block;
    flex: 1;
    height: 1px;
    background-color: #ddd;
    margin-left: 20px;
}

section .section-main .important-tip .important-tip-list {
    margin-top: 24px;
}


li, ol, ul {
    list-style: none;
}

section .section-main .important-tip .important-tip-list li:nth-child(2n-1) {
    background-color: #f1f2f3;
}


section .section-main .important-tip .important-tip-list li {
    line-height: 52px;
    color: #333;
    font-size: 15px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}


section .section-main .important-tip .important-tip-list li .active {
    display: flex;
    align-items: center;
}

section .section-main .important-tip .important-tip-list li span {
    color: #666;
    font-size: 14px;
}

section .section-main .section-main-right {
    margin-left: 40px;
}

section .section-main .section-main-right .link-list li {
    background: #fff;
    box-shadow: 0 2px 6px 0 #ddd;
    margin-bottom: 17px;
}


section .section-main .section-main-right .link-list li a {
    width: 250px;
    padding: 18px 20px;
    box-sizing: border-box;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
}

section .section-main .section-main-right .link-list li a .bzzx-icon {
    background-image: url(../../front/svg/bzzx-icon.svg);
}

section .section-main .section-main-right .link-list li:hover a .bzzx-icon {
    background-image: url(../../front/svg/bzzx-hover-icon.svg)
}

section .section-main .section-main-right .link-list li a .czwt-icon {
    background-image: url(../../front/svg/dwcx-icon.svg);
}

section .section-main .section-main-right .link-list li:hover a .czwt-icon {
    background-image: url(../../front/svg/dwcx-hover-icon.svg)
}

section .section-main .section-main-right .link-list li:hover a {
    color: #2882d8
}


section .section-main .section-main-right .link-list li a .dsjzs-icon {
    background-image: url(../../front/svg/dsjzs-icon.svg);
}

section .section-main .section-main-right .link-list li:hover a .dsjzs-icon {
    background-image: url(../../front/svg/dsjzs-hover-icon.svg)
}


section .section-main .section-main-right .link-list li a .xmgb-icon {
    background-image: url(../../front/svg/xmgb-icon.svg);
}

section .section-main .section-main-right .link-list li:hover a .xmgb-icon {
    background-image: url(../../front/svg/xmgb-hover-icon.svg)
}

section .section-main .section-main-right .link-list li a .yjfk-icon {
    background-image: url(../../front/svg/yjjy-icon.svg);
}

section .section-main .section-main-right .link-list li:hover a .yjfk-icon {
    background-image: url(../../front/svg/yjjy-hover-icon.svg)
}

section .section-main .section-main-right .link-list li a .link-icon {
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    margin-right: 10px;
    background-position: 50%;
}

.min-footer {
    background: #f1f2f3;
    border-top: 1px solid #ddd;
}

.footer {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.footer .footer-text {
    text-align: center;
    line-height: 26px;
}

.footer .line {
    height: 14px;
    width: 1px;
    background-color: #333;
    margin: 0 14px -1px;
    display: inline-block;
}

.content, .page-content {
    background-color: #fff;
    padding: 24px 30px;
    position: relative;
    margin-bottom: 60px;
}

.page-content {
    margin-top: 60px;
    min-height: calc(100vh - 322px);
}

.page-content-title {
    justify-content: space-between;
}

.page-content-title {
    border-bottom: 1px solid #e6ebf5;
    padding-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
}

.page-content-title div {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}


.page-content-title span {
    font-weight: 400;
    color: #666;
    font-size: 16px;
}

.green_line {
    display: inline-block;
    top: 18px;
    margin-right: 10px;
}

.green_line, .table-title:before {
    left: 0;
    width: 4px;
    height: 20px;
    background: #00c758;
}

.mailbox-box {
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    width: 360px;
    margin: 0 auto;
}

.ant-form {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
}

.ant-row {
    position: relative;
    height: auto;
    margin-right: 0;
    margin-left: 0;
    zoom: 1;
    display: block;
    box-sizing: border-box;
}

.ant-form-item {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: "tnum";
    margin-bottom: 24px;
    vertical-align: top;
}

.ant-form-item {
    margin-bottom: 20px;
}

*, :after, :before {
    box-sizing: border-box;
}

.ant-row:after, .ant-row:before {
    display: table;
    content: "";
}

.ant-row + .ant-row:before, .ant-row:after {
    clear: both;
}

.ant-col {
    position: relative;
    min-height: 1px;
}

.ant-form-item-control {
    position: relative;
    line-height: 40px;
    zoom: 1;
}

.ant-form-item-control:after, .ant-form-item-control:before {
    display: table;
    content: "";
}

.ant-form-item-control:after {
    clear: both;
}

.ant-form-item-control:after, .ant-form-item-control:before {
    display: table;
    content: "";
}

.ant-form-item-children {
    position: relative;
}

.code-img {
    height: 42px;
    width: 100px;
    margin-left: 10px;
    cursor: pointer;
    margin-top: -3px;
}

.success-text {
    font-size: 15px;
    color: #666;
    margin-top: 20px;
}

.brief-content {
    background: #F1F2F3;
    min-height: calc(100vh - 182px);
    overflow: hidden;
}

.brief-wrap {
    color: #333;
    font-size: 20px;
    margin: 60px auto;
    background-color: #fff;
    padding: 40px 46px;
    min-height: calc(100vh - 302px);
    line-height: 1.8;
    box-sizing: border-box;
}

.brief-wrap .title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-height: 928px) {
    .brief-content {
        min-height: calc(100vh - 162px);
    }

    .brief-wrap {
        padding: 24px 30px;
    }

    .w1200 {
        width: 1100px;
    }
}


@media screen and (max-height: 768px) {
    header {
        height: 60px;
    }

    .w1200 {
        width: 1100px;
    }

    header .logo .logo-text {
        font-size: 24px;
        font-weight: 700;
    }

    .page-body {
        min-height: calc(100vh - 162px);
    }

    section .banner {
        height: 438px;
    }

    section .banner .banner-mask {
        line-height: 44px;
    }

    section .banner .banner-img {
        margin-top: 44px;
        width: 473px;
        height: 389px;
    }

    section .banner .login-module {
        width: 474px;
        padding: 20px 40px 20px;
        top: 54px;
    }

    section .banner .login-module .login-title-tab {
        font-size: 22px;
    }

    section .banner .login-module .login-title-tab li {
        padding-bottom: 6px;
    }

    section .banner .login-module .login-from .input-box {
        margin-bottom: 14px;
    }

    section .banner .login-module .login-from .input-box input {
        height: 38px;
    }

    section .banner .login-module .login-from .input-box .login-icon {
        top: 10px;
    }

    section .banner .login-module .login-from .code img {
        height: 40px;
    }

    section .banner .login-module .login-btn {
        height: 40px;
        line-height: 40px;
        margin: 18px 0 2px;
    }

    section .banner .login-module .zxyx-adress {
        margin-top: 2px;
    }

    section .banner .login-module .zxyx-adress span {
        width: 38px;
    }

    section .section-main {
        margin-top: 26px;
    }

    section .section-main .important-tip .important-tip-list {
        margin-top: 14px;
    }

    section .section-main .important-tip .important-tip-list li {
        line-height: 44px;
    }

    section .section-main .section-main-right .link-list li a {
        padding: 12px 0 12px 22px;
    }
}

.head_box {
    position: fixed;
    width: 100%;
    z-index: 1001;
}

.fund-header {
    background: #fff;
    border-bottom: 1px solid #dedede;
}


.fund-header .w1200 {
    height: 100%;
}

.fund-header header {
    background: #fff;
    box-shadow: none;
}

.header-line {
    width: 1px;
    height: 36px;
    background: #ddd;
    margin: 0 20px;
}

.header-title {
    font-family: SourceHanSerifSC-SemiBold, SourceHanSerifSC;
    font-size: 24px;
    color: rgba(40, 130, 216, 1);
    background: linear-gradient(180deg, rgba(40, 130, 216, 1) 0%, rgba(1, 75, 146, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fund-nav ul {
    height: 56px;
}

.fund-nav ul {
    background: #fff;
    box-shadow: 0px 3px 8px 0px rgb(0 0 0 / 8%);
}

.ds-jc {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.fund-nav ul li {
    height: 100%;
    line-height: 56px;
    margin-right: 106px;
    float: left;
}

.fund-nav ul li:last-child {
    margin-right: 0;
}

.fund-nav .navCur {
    color: #2882d8;
    border-bottom: 4px solid #2882d8;
}

.fund-nav ul li a {
    display: inline-block;
    height: 100%;
    font-size: 14px;
    padding: 0 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.occupy_height {
    width: 100%;
    height: 116px;
}

.fund-content {
    background: #f8f8f8;
    padding: 40px 0 50px 0;
}

.con-wrap {
    min-height: 704px;
    border: 1px solid #ececec;
    background: #fff;
}

.con-list {
    padding: 50px 54px 0 54px;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
}

.conl-item {
    cursor: pointer;
    width: 182px;
    height: 165px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 10%);
    margin-right: 45px;
    margin-bottom: 45px;
    transition: all .3s;
}

.conl-item:nth-child(5n) {
    margin-right: 0;
}


a.link_x {
    color: #06C;
    text-decoration: none;
    display: block;
}

.conImg-box {
    text-align: center;
    height: 100px;
    line-height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conImg-box h3 {
    color: #fff;
    font-size: 20px;
}

.conl-item .contxt {
    padding: 0 20px;
    height: 65px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 14px;
}

.conl-item:hover {
    transform: translateY(-10px);
}

.fund-content .w1200 {
    width: 1200px;
    margin: auto;
}

.spdetails-wrap {
    padding: 46px 0 72px 0;
    width: 1200px;
    margin: 0 auto;
}

.ds-sc {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: space-between;
    justify-content: space-between;
}

.spdetails-l {
    width: 964px;
    margin-right: 26px;
}

.spdetails-l h3 {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
    color: #333;
}

.final-report {
    height: 692px;
    border: 1px solid #979797;
}

.spdetails-r {
    flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    padding-left: 26px;
    margin-top: 42px;
    border-left: 1px solid #ccc;
}

.spdetails-r h4 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-bottom: 22px;
}

.conImg-box1 {
    background: url(../../front/image/help1.png);
}

.conImg-box2 {
    background: url(../../front/image/help2.png);
}

.conImg-box3 {
    background: url(../../front/image/help3.png);
}

.conImg-box4 {
    background: url(../../front/image/help4.png);
}

.conImg-box5 {
    background: url(../../front/image/help5.png);
}

.fund-nav2 ul li {
    font-family: 微软雅黑;
    margin-right: 48px !important;
}

.qyq-wrap {
    background: #f8f8f8;
    padding-top: 40px;
    padding-bottom: 78px;
}

.qyq-con {
    background: #fff;
    border: 1px solid #DCDBDD;
    padding: 0 42px;
}

.qyq-wrap .w1200 {
    width: 1200px;
    margin: 0 auto;
}

.ds-ac {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.qyq-searchBox {
    padding: 20px 0;
}

.qyq-search {
    width: 431px;
    height: 40px;
    background: #fff;
    border: 1px solid #DCDBDD;
    border-radius: 6px;
    position: relative;
    margin-right: 10px;
    margin-left: 286.5px;
}

.qyq-search img {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 10px;
    top: 12px;
}

.qyq-search input {
    padding-left: 36px;
    height: 100%;
    width: 100%;
    padding-right: 10px;
    border-radius: 6px;
    font-family: 微软雅黑;
    font-size: 13px;
    color: #4e4c4c;
    border: none;
}

.qyqsc-btn {
    width: 65px;
    height: 34px;
    line-height: 32px;
    text-align: center;
    color: #fff !important;;
    font-size: 14px;
    background: rgba(40, 130, 216, 1) !important;
    border: 1px solid rgba(40, 130, 216, 1) !important;;
    border-radius: 6px;
    padding: 0 !important;
    font-family: 微软雅黑;
}

.qyq-item {
    border-top: 1px solid #ddd;
    flex-wrap: wrap;
}

.qyq-pts {
    cursor: pointer;
    padding: 15px 0 15px 0;
}

.ds-ss {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: space-around;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.qyq-item p {
    flex: 1;
    -webkit-flex: 1;
    font-size: 16px;
    color: #333;
}

.qyqItem-menu {
    display: none;
    width: 100%;
    padding-bottom: 20px;
    font-size: 14px;
    color: #666666;
    line-height: 40px;
    background: #f8f8f8;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px;
    border-radius: 8px;
    margin-bottom: 10px;
}

.noData-content {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.noData-tips {
    color: rgba(128, 128, 128, 1);
    font-size: 16px;
    margin-top: 20px;
}

.noData-img {
    width: 300px;
    height: 177px;
}

.open-arrow {
    transform: rotate(180deg);
}

.index-date {
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
    text-align: right;
}

.index-time {
    margin-top: 10px;
    margin-bottom: 20px;
    color: rgba(0, 0, 0, .85);
    font-size: 30px;
    line-height: 38px;
    text-align: right;
}