/*分页 start*/


/* 投资者 */

.wap-tab-scoll {
    top: 49px;
    left: 0;
    background-color: #f4f4f4;
    z-index: 10000;
    width: 100%;
}

.wap-tab-scoll.invfixed {
    position: sticky;
}

.invest-tabs {
    padding: 22px 0;
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
    margin-bottom: 40px;
    text-align: right;
}

.invest-tabs a {
    color: #333;
    font-size: 16px;
    display: inline-block;
    line-height: 24px;
    font-weight: 500;
    margin-left: 62px;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
}

.invest-tabs a.act {
    color: #009090;
    border-color: #009090;
}

.inv-tit {
    margin-bottom: 40px;
    padding-left: 16px;
}

.inv-tit h2 {
    font-size: 32px;
    color: #333333;
    font-weight: 400;
}

.inv-c-block {
    display: flex;
    margin-top: 40px;
}

.inv-c-block h3 {
    padding-left: 16px;
    font-size: 24px;
    font-weight: 500;
    width: 175px;
    flex-shrink: 0;
    line-height: 1;
}

.control-right {
    width: 100%;
}

.control-list h4 {
    font-size: 22px;
    color: #000;
    font-weight: 400;
    position: relative;
    padding-left: 15px;
    margin-bottom: 32px;
    line-height: 1;
}

.control-list h4:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #333;
}

.control-list .inv-name {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1;
}

.control-list p {
    font-size: 16px;
    color: rgba(51, 51, 51, 0.6);
    line-height: 1;
    margin-top: 14px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.control-list dl {
    overflow: hidden;
}

.control-list dd {
    float: left;
    width: 28%;
    box-sizing: border-box;
    padding-right: 1%;
}

.control-list dd:nth-last-of-type(1) {
    width: 16%;
}

.control-list li {
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    margin-bottom: 40px;
}

.control-hig-list .inv-name {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    line-height: 1;
}

.control-hig-list p {
    font-size: 16px;
    color: rgba(51, 51, 51, 0.6);
    line-height: 1;
    margin-top: 14px;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.control-hig-list dl {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

.control-hig-list dd {
    float: left;
    width: 28%;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding-right: 1%;
}

.control-hig-list dd:nth-last-of-type(1) {
    width: 16%;
}

.control-hig-list li {
    padding-bottom: 40px;
}

.control-report ul {
    margin: 0 -8px;
}

.control-report li {
    line-height: 1;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
}

.control-report li .d-item {
    padding: 24px 16px 20px;
    border: 1px solid rgba(51, 51, 51, 0.2);
}

.control-report li:nth-of-type(2n) {
    float: right;
}

.control-report .r-t {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}

.control-report .t-text {
    padding-top: 72px;
    overflow: hidden;
    line-height: 24px;
}

.control-report .t-text span {
    float: left;
    color: rgba(0, 0, 0, 0.6);
}

.control-report .t-text a {
    float: right;
    line-height: 24px;
}

.control-report .downpdf {
    color: #009090;
    display: inline-block;
    background-image: url("../images/inv/vi-pdf.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 24px;
    padding-right: 28px;
}

.control-report .downpdf:hover {
    text-decoration: underline;
}

.invst-report {
    background-color: #f4f4f4;
    margin-top: 40px;
    padding: 40px 0 16px;
}

.invst-report .inv-tit {
    margin-bottom: 24px;
}

.inv-r-tabs {
    margin-bottom: 24px;
    padding-left: 16px;
}

.inv-r-tabs a {
    color: #333;
    font-size: 16px;
    display: inline-block;
    line-height: 24px;
    font-weight: 500;
    margin-right: 66px;
    border-bottom: 2px solid transparent;
    transition: all 0.5s;
    text-transform: uppercase;
}

.inv-r-tabs a.act {
    color: #009090;
    border-color: #009090;
}

.inv-public-notice ul {
    margin: 0 -8px;
}

.inv-public-notice li {
    /* border: 1px solid rgba(51, 51, 51, 0.2); */
    line-height: 1;
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 0 8px;
    margin-bottom: 16px;
}

.inv-public-notice li .d-item {
    background-color: #FFF;
    padding: 24px 16px 20px;
}

.inv-public-notice li:nth-of-type(2n) {
    float: right;
}

.inv-public-notice .r-t {
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
}

.inv-public-notice .t-text {
    padding-top: 72px;
    overflow: hidden;
}

.inv-public-notice .t-text span {
    float: left;
    color: rgba(0, 0, 0, 0.6);
}

.inv-public-notice .t-text a {
    float: right;
    line-height: 24px;
}

.inv-public-notice .downpdf {
    color: #009090;
    display: inline-block;
    background-image: url("../images/inv/vi-pdf.png");
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 24px;
    padding-right: 28px;
    line-height: 24px;
}

.inv-public-notice .downpdf:hover {
    text-decoration: underline;
}

.inb-b-list {
    width: 100%;
}

.inb-b-list .see-more {
    padding-right: 24px;
    position: absolute;
    right: 16px;
    bottom: 16px;
}

.inb-b-list .imgshow {
    float: left;
    width: 32.5%;
}

.inb-b-list .imgshow img {
    width: 100%;
}

.inb-b-list .text {
    float: right;
    width: 67.5%;
    box-sizing: border-box;
    padding: 24px 16px 16px;
}

.inb-b-list li {
    background: #f4f4f4;
    overflow: hidden;
    position: relative;
    margin-bottom: 16px;
}

.inb-b-list h3 {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 16px;
}

.inb-b-list h3 a {
    color: #333333;
    font-weight: 500;
}

.inb-b-list .text-p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.inv-book {
    display: flex;
    padding: 40px 0 24px;
}

.inv-book .inv-tit {
    width: 25%;
    box-sizing: border-box;
    flex-shrink: 0;
}

.inv-finance {
    background: #f4f4f4;
    padding: 40px 0 24px;
}

.inv-finance-list {
    margin: 0 -8px;
}

.inv-finance-list li {
    float: left;
    width: 25%;
    padding: 0 8px;
    box-sizing: border-box;
    margin-bottom: 16px;
}

.inv-finance-list li:hover .imgshow img {
    transform: scale(1.03);
}

.inv-finance-list .item-b {
    background: #FFF;
}

.inv-finance-list .imgshow {
    overflow: hidden;
}

.inv-finance-list .imgshow img {
    transition: all 0.5s;
    width: 100%;
}

.inv-finance-list .text {
    padding: 24px 16px 104px;
    box-sizing: border-box;
}

.inv-finance-list .text p {
    line-height: 1;
    font-size: 16px;
    color: rgba(51, 51, 51, 0.6);
}

.inv-finance-list h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 16px;
    max-height: 64px;
    overflow: hidden;
}

.inv-finance-list h3 a {
    color: #333333;
}

.inv-finance-list h3 a:hover {
    color: #009090;
}

.inv-search {
    display: flex;
    padding: 40px 0 32px;
}

.inv-search .inv-tit {
    width: 25%;
}

.inv-search .inv-s-map {
    width: 100%;
}

.inv-s-map .wap-show {
    display: none;
}

.inv-search .inv-s-map img {
    width: 100%;
}

.inv-search .inv-s-map h3 {
    font-size: 24px;
    color: #000;
    line-height: 32px;
    margin: 24px 0;
}

.inv-search .inv-s-map p {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 8px;
}

.filter-date {
    position: relative;
}

.filter-date .iconfont {
    position: absolute;
    right: 16px;
    font-size: 16px;
    color: #000;
    top: 50%;
    margin-top: -8px;
    z-index: 3;
    height: 16px;
    line-height: 16px;
    width: 16px;
    transition: all 0.3s;
}

.filter-date.act .iconfont {
    transform: rotate(-180deg);
}


/* 需要调整的style部分 */

.header-box.islogin {
    padding-right: 640px;
}

.header-right.act .h-user {
    display: none;
}


/* .header-tel {
    padding-left: 240px;
} */


/* 需要调整的style部分 end */

.iPicker-target,
.iPicker-container,
.iPicker-result {
    height: 44px !important;
}

.page-box {
    text-align: right;
}

.page-box .page-inner {
    display: flex;
    justify-content: flex-end;
}

.page-box .page-inner a {
    display: inline-flex;
    font-size: 16px;
    color: #888;
    margin: 0 16px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    justify-content: center;
    background: transparent;
}

.page-box .page-inner span {
    height: 32px;
    line-height: 32px;
    color: rgba(0, 0, 0, 0.8);
}

.page-box .page-inner .page-list {
    display: flex;
}

.page-box .page-inner .page-list a.act,
.page-box .page-inner .page-list a:hover {
    transition: all 0.4s;
}

.page-box .page-inner a.prev,
.page-box .page-inner a.next {
    background-color: #009090;
}

.page-box .page-inner a.prev.no-drop,
.page-box .page-inner a.next.no-drop {
    cursor: no-drop;
    opacity: 0.5;
}

.page-box .page-inner .page-list .current.act,
.page-box .page-inner .page-list .current:hover {
    transition: all 0.4s;
}

.page-box .page-inner .current.prev {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.page-box .page-inner .current.next {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.page-box .page-inner .current.prev.no-drop,
.page-box .page-inner .current.next.no-drop {
    cursor: no-drop;
    opacity: 0.5;
}


/*二期*/

.e-content-study-activity {
    background: #f4f4f4;
    padding: 1px 0;
}

.e-content-study-activity .page-box .page-inner a.prev,
.e-content-study-activity .page-box .page-inner a.next,
.e-resource-list .page-box .page-inner a.prev,
.e-resource-list .page-box .page-inner a.next {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 32px;
    flex-shrink: 0;
    background-size: 32px;
}

.e-content-study-activity .page-box .page-inner a.prev,
.e-resource-list .page-box .page-inner a.prev {
    background-image: url("../images/s-page/e-prev.png");
}

.e-content-study-activity .page-box .page-inner a.next,
.e-resource-list .page-box .page-inner a.next {
    background-image: url("../images/s-page/e-next.png");
    margin-right: 0;
}

.e-content-study-activity .page-box {
    margin: 0px 0 80px;
    padding: 0;
}

.e-content-resource .page-box {
    padding: 28px 0 16px;
}

.e-content-study-activity .e-activity-list ul {
    margin: 0 -8px;
}

.e-activity-list li {
    box-sizing: border-box;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    float: left;
    padding: 0 8px;
    width: 25%;
    margin-bottom: 40px;
}

.e-activity-list li:nth-child(4n) {
    margin-right: 0;
}

.e-activity-list .text {
    padding: 24px 16px 16px;
    color: rgba(0, 0, 0, 0.6);
    transition: all 0.5s;
    background: #FFF;
}

.e-activity-list .act-list-bot {
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    overflow: hidden;
}

.e-activity-list .act-list-bot span {
    float: left;
}

.e-activity-list .act-list-bot a:hover {
    text-decoration: underline;
}

.e-activity-list .act-icon {
    float: right;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding-left: 28px;
    background-size: 24px;
    color: rgba(0, 0, 0, 0.6);
}

.e-activity-list .act-icon.add {
    background-image: url("../images/s-page/a-add.png");
}

.e-activity-list .act-icon.online {
    background-image: url("../images/s-page/a-online.png");
}

.e-activity-list .text-p {
    overflow: hidden;
    margin-bottom: 24px;
    height: 72px;
}

.e-activity-list h3 {
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
    margin-bottom: 12px;
    font-weight: 500;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.e-activity-list li img {
    width: 100%;
}

.e-activity-list li:hover .text {
    background-color: #e0e0e0;
}

.e-activity-list .imgshow {
    position: relative;
    min-height: 40px;
}

.e-activity-list .act-tags {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 16px;
    color: #FFF;
    width: 100%;
    backdrop-filter: blur(8px);
    font-weight: 500;
}

.e-activity-list .act-tags.a-end {
    background: rgba(0, 0, 0, 0.2);
}

.e-activity-list .act-tags.beigining {
    background: rgba(0, 184, 184, 0.6);
}

.e-activity-list .act-tags.beigin {
    background: rgba(0, 128, 224, 0.6);
}

.filter-theme .layui-form-select .layui-edge,
.u-i-block .layui-form-select .layui-edge {
    border: none;
    background: url("../images/s-page/arrow.png") no-repeat 95% 50%;
    background-size: 16px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    right: 16px;
}

.e-filter {
    border: 1px solid #E0E0E0;
    background: #FFF;
    margin-bottom: 24px;
}

.e-filter .layui-form-item {
    margin-bottom: 0;
}

.e-filter .layui-form-item .layui-input-inline {
    margin-right: 0;
    border-right: 1px solid #E0E0E0;
}

.e-filter .layui-input,
.e-filter .layui-select,
.e-filter .layui-textarea {
    border-radius: 0;
    border: none;
    line-height: 48px;
    height: 48px;
    padding-left: 16px;
    font-size: 16px;
}

.e-filter .layui-select {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.e-filter input::-webkit-input-placeholder {
    /* 使用webkit内核的浏览器 */
    color: #000;
    font-size: 16px;
}

.e-filter input:-moz-placeholder {
    /* Firefox版本4-18 */
    color: #000;
    font-size: 16px;
}

.e-filter input::-moz-placeholder {
    /* Firefox版本19+ */
    color: #000;
    font-size: 16px;
}

.e-filter input:-ms-input-placeholder {
    /* IE浏览器 */
    color: #000;
    font-size: 16px;
}

.filter-sear {
    position: relative;
}

.filter-sear button {
    border: none;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
}

.filter-sear .iconfont {
    color: #000;
    font-size: 16px;
    position: relative;
    top: 2px;
}

.banner .text-a-b {
    padding-top: 44px;
}

.banner .text-a-b p {
    background-repeat: no-repeat;
    background-size: auto 24px;
    padding-left: 28px;
    line-height: 1;
    margin-bottom: 24px;
    background-position: 0 50%;
    line-height: 24px;
}

.banner .text-a-b p.add {
    background-image: url("../images/s-page/b-add.png");
}

.banner .text-a-b p.time {
    background-image: url("../images/s-page/e-time.png");
}

.banner .text-a-b p.act {
    background-image: url("../images/s-page/act-b-icon.png");
}

.e-d-text {
    color: #333;
    line-height: 24px;
}

.e-d-text h4 {
    font-weight: 500;
    margin-bottom: 12px;
}

.e-d-text p {
    font-weight: 300;
    margin-bottom: 16px;
}

.fs-row {
    margin: 0 -8px;
}

.fs-row .fs-4 {
    float: left;
    width: 25%;
    box-sizing: border-box;
    padding: 0 8px;
}

.fs-row:after {
    content: '';
    display: table;
    clear: both;
}

.e-active-detail .e-left {
    float: left;
    width: 60%;
}

.e-active-detail .m-width-1520 {
    box-sizing: border-box;
}

.e-active-detail .e-right {
    width: 35%;
    float: right;
}

.e-active-detail .e-d-btns {
    padding: 48px 0 80px;
    margin: 0;
}

.e-active-detail .b-btn {
    margin-right: 16px;
}

.e-hot-actlist li {
    background: #F4F4F4;
    padding: 24px 16px;
    line-height: 1;
    margin-bottom: 2px;
    transition: all 0.5s;
}

.e-hot-actlist li:hover {
    background: #E0E0E0;
}

.e-hot-actlist h4 {
    color: #000;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 24px;
}

.e-hot-actlist .time {
    color: rgba(51, 51, 51, 0.6);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.e-hot-actlist img {
    max-width: 100%;
}

.mbx-box {
    line-height: 1;
    padding: 24px 0;
}

.mbx-box a {
    color: rgba(0, 0, 0, 0.4);
}

.mbx-box i {
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.4);
}

.third-a-d {
    padding-bottom: 80px;
}

.third-a-d .tit {
    font-size: 48px;
    font-weight: 300;
    color: #000000;
    line-height: 56px;
    margin: 16px 0 24px;
}

.third-a-d .t-time {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 24px;
}

.third-a-d .t-text {
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    margin-top: 24px;
    padding-top: 40px;
}

.third-a-d .t-text p {
    line-height: 24px;
    color: #000;
    margin-bottom: 24px;
}

.pdf-btn {
    padding: 40px 0 80px;
}

.online-msg {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    width: 440px;
    height: 240px;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
    z-index: 2990;
    box-sizing: border-box;
    padding: 48px 66px 48px 32px;
    display: flex;
    justify-content: center;
}

.online-msg .imgshow {
    width: 88px;
    flex-shrink: 0;
    margin-right: 28px;
}

.online-msg .imgshow img {
    width: 88px;
}

.online-msg .text {
    width: 100%;
}

.online-msg .text h3 {
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 8px;
}

.online-msg .text p {
    line-height: 24px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.online-msg .btns {
    margin-top: 24px;
    overflow: hidden;
}

.online-msg .btns a {
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #000;
    height: 32px;
    line-height: 32px;
}

.online-msg .btns .msg-btn {
    margin-right: 24px;
    background: #009090;
    width: 104px;
    text-align: center;
    color: #FFF;
}

.agree-bot {
    position: fixed;
    bottom: 0;
    left: 50%;
    bottom: 16px;
    z-index: 19900210;
    height: 60px;
    background: #F4F4F4;
    line-height: 60px;
    padding: 0 24px;
    transform: translateX(-50%);
    min-width: 765px;
    display: flex;
    justify-content: center;
}

.agree-bot a {
    color: #009090;
    text-decoration: underline;
}

.a-close {
    cursor: pointer;
    margin-left: 40px;
}

.a-close img {
    width: 24px;
    vertical-align: middle;
}

.e-content-resource {
    background-color: #f4f4f4;
    padding: 1px 0 64px;
}

.e-content-resource .see-more {
    padding-right: 24px;
}

.e-resource-list {
    margin: 0 -8px;
}

.e-resource-list li {
    box-sizing: border-box;
    margin: 0 0 16px 0;
    float: left;
    width: 25%;
    padding: 0 8px;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
}

.e-resource-list li:hover .text {
    background-color: #e0e0e0;
}

.e-resource-list .text {
    padding: 16px;
    color: rgba(0, 0, 0, 0.6);
    background-color: #FFF;
    transition: all 0.5s;
}

.e-resource-list .text-p {
    height: 144px;
    overflow: hidden;
    margin-bottom: 100px;
}

.e-resource-list h3 {
    font-size: 16px;
    line-height: 24px;
    word-wrap: break-word;
    margin-bottom: 5px;
}

.e-resource-list li img {
    width: 100%;
}

.e-resource-list .imgshow {
    position: relative;
    min-height: 40px;
}

.e-resource-list li {
    position: relative;
}

.e-resource-list .see-more {
    position: absolute;
    bottom: 16px;
    right: 16px;
}

.third-res-d {
    padding-bottom: 80px;
}

.third-res-d .tit {
    font-size: 32px;
    font-weight: 500;
    color: #333;
    line-height: 40px;
    margin-bottom: 24px;
    padding-top: 40px;
}

.third-res-d .res-time {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 12px;
}

.third-res-d .res-text {
    font-weight: 300;
    color: #333;
    line-height: 24px;
    padding-bottom: 24px;
}

.pdf-box {
    background: #F4F4F4;
    margin-bottom: 64px;
}

.user-bg {
    background-color: #f4f4f4;
}

.content-user {
    padding: 24px 0 80px;
}

.content-user-info .user-info .e-d-btns.top40 {
    padding-top: 20px;
}

.content-user .u-left {
    float: left;
    width: 25%;
}

.content-user .u-left a {
    display: block;
    line-height: 24px;
    padding: 16px;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: 500;
}

.content-user .u-left li {
    position: relative;
}

.content-user .u-left li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background-color: #222526;
    opacity: 0.1;
    transition: all 0.4s;
}

.content-user .u-left li.cur a,
.content-user .u-left li:hover a {
    color: #009090;
}

.content-user .u-left li.cur:after,
.content-user .u-left li:hover:after {
    opacity: 1;
    background-color: #009090;
}

.content-user .u-right {
    float: right;
    width: 75%;
    box-sizing: border-box;
    padding: 40px 40px 24px;
    background-color: #FFF;
}

.content-user.content-user-msg .u-right {
    padding-bottom: 40px;
}

.user-info .e-d-btns {
    /* padding-top: 10px; */
    display: none;
}

.user-info .u-msg .e-d-btns {
    padding-top: 40px;
}

.user-info .e-d-btns.s-d-btn {
    padding: 24px 0 16px;
}

.user-info .line {
    height: 1px;
    background-color: rgba(51, 51, 51, 0.1);
    margin: 0 0 40px;
}

.u-i-block.mbot10 {
    padding-bottom: 10px;
}

.u-i-block .u-s-left {
    float: left;
    width: 48%;
}

.u-i-block .u-s-right {
    float: right;
    width: 48%;
}

.u-i-block .tit {
    font-weight: 500;
    color: #333333;
    line-height: 40px;
    font-size: 32px;
    margin-bottom: 40px;
}

.u-i-block .u-item {
    font-size: 16px;
    color: #000000;
    position: relative;
    margin-bottom: 20px;
    padding-left: 260px;
}

.u-i-block .u-item .u-input {
    max-width: 465px;
}

.u-i-block .u-item #area-picker {
    max-width: 70%;
}

.u-i-block .u-item:after {
    content: '';
    display: table;
    clear: both;
}

.u-i-block .u-item>a {
    color: #009090;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 28px 10px 0;
    z-index: 4;
    background: url("../images/s-page/edit.png") no-repeat 100% 50%;
    background-size: 24px;
}

.u-i-block .u-item em {
    width: 260px;
    /* float: left; */
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px 0;
}

.u-i-block .u-item .u-input.edit input,
.u-i-block .layui-input:focus,
.u-i-block .u-item .u-input.edit select {
    border-color: #009090 !important;
    background-color: #F4F4F4;
}


/* .u-i-block .u-item .u-input.edit .layui-input:focus{
    border-color: #009090 !important;
} */

.u-i-block .u-item.wa .dis {
    /* display: none; */
    position: absolute;
    z-index: -1000;
    left: 0px;
}

.u-i-block .u-item.wa .u-input input {
    width: auto !important;
    box-sizing: border-box;
}

.u-i-block .u-item.wa .u-input a {
    color: #009090;
}

.u-i-block .u-item .u-input input,
.u-i-block .u-item .u-input select,
.u-i-block .u-item .u-input input:disabled,
.u-i-block .u-item .u-input select:disabled {
    width: 100%;
    border: none;
    border: 1px transparent solid;
    padding: 10px 16px 10px;
    box-sizing: border-box;
    background: transparent;
    box-sizing: border-box;
    -webkit-text-fill-color: #000;
    -webkit-opacity: 1;
    opacity: 1;
    border-radius: 0 !important;
}

.u-i-block .u-item .u-input select {
    border: 1px solid transparent;
    color: #000;
}

.u-i-block .u-item .u-select {
    position: relative;
    z-index: 2;
}

.u-i-block .u-item .u-select .layui-edge {
    display: none;
}


/* .iPicker-input{
    padding: 0 !important;
}  */

.iPicker-result i.arrow-icon::before {
    background: url(../images/s-page/arrow.png) no-repeat 95% 50%;
    background-size: 30px;
    opacity: 1;
    width: 30px;
    height: 30px;
    /* transform: scale(1); */
}

.iPicker-input {
    height: 38px !important;
}

.iPicker-result i {
    width: 30px;
    height: 30px;
    top: 50%;
    right: 5px;
    margin-top: -15px;
    opacity: 0;
}

.iPicker-result {
    border-color: transparent;
    border: none;
    /* height: 38px !important; */
}

.edit .iPicker-result i {
    opacity: 1;
}

.iPicker-result.iPicker-result-active:not(.iPicker-disabled),
.iPicker-result.iPicker-result-active:not(.iPicker-disabled):hover {
    border-color: transparent !important;
}

.u-i-block .u-item .u-select.edit:after {
    display: none;
}

.u-i-block .u-item .u-select.edit .layui-edge {
    display: inline-block;
}

.u-i-block .u-item .u-select:after,
#area-picker:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 3;
    top: 0;
}

.u-i-block .u-item .u-select .u-select-menu {
    transition: all 0.6s;
    position: absolute;
    top: 115%;
    left: 0px;
    width: 100%;
    background: #FFF;
    box-sizing: border-box;
    padding: 12px;
    line-height: 24px;
    visibility: hidden;
    opacity: 0;
    border: 1px solid #d2d2d2;
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 12%);
}

.u-i-block .u-item .u-select .u-select-menu.cur {
    visibility: visible;
    opacity: 1;
    top: 100%;
    margin-top: 4px;
}

.u-i-block .u-item .u-select .u-select-menu dd {
    margin-bottom: 12px;
    cursor: pointer;
}

.u-i-block .u-item .u-select .u-select-menu dd:hover {
    color: #009090;
}

.u-i-block .layui-form-checkbox[lay-skin=primary] i {
    width: 12px;
    height: 12px;
    border-radius: 1px;
    top: 5px;
    border-color: #8C9098;
}

.u-i-block .layui-form-checkbox[lay-skin=primary] {
    padding-left: 24px;
    display: block;
    margin-bottom: 16px;
}

.u-i-block .layui-input-block {
    margin-left: 0;
    min-height: auto;
    margin-bottom: 16px;
}

.u-i-block .layui-input-block .child {
    padding-left: 24px;
}

.u-i-block .layui-input-block .child .layui-unselect span {
    color: #333;
}

.u-i-block.typefocus .layui-input-block {
    margin-bottom: 0;
}

.u-i-block .layui-form-checkbox[lay-skin=primary] span {
    line-height: 24px;
    font-size: 14px;
    color: #000;
    height: auto;
    white-space: initial;
}

.u-i-block .layui-icon-ok:before {
    content: '';
    background: url("../images/duigousvg.svg") no-repeat 50% 50%;
    background-size: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.u-s-item {
    padding-bottom: 24px;
}

.typefocus .u-s-item {
    padding-bottom: 0;
}

.u-s-item h4 {
    color: rgba(0, 0, 0, 0.8);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
}

.u-s-item.inline .layui-form-checkbox[lay-skin=primary] {
    display: inline-block;
}

.u-s-item.inline .layui-form-checkbox[lay-skin=primary] span {
    padding-right: 40px;
}

.u-msg .layui-textarea {
    padding: 24px;
    font-size: 16px;
    box-sizing: border-box;
    min-height: 540px;
    border-radius: 0 !important;
}

.layui-form-select dl {
    padding-top: 0;
}

.content-user-filter {
    display: none;
}

@media only screen and (max-width: 1560px) {
    .e-activity-list .act-list-bot {
        font-size: 14px;
    }
    .third-res-d .m-width-1520 {
        padding-left: 32px;
    }
    .e-active-detail .m-width-1520 {
        padding-left: 16px;
    }
}

@media only screen and (max-width: 1466px) {
    .e-activity-list .act-list-bot {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1023px) {
    .wap-filter-box {
        display: none;
    }
    .u-left h2 {
        display: none;
    }
    .pdf-wap-iframe {
        display: none;
    }
    .wap-e-btn {
        display: none;
    }
    .wap-filter {
        display: none;
    }
}

@media only screen and (max-width: 1023px) {
    .pdf-btn {
        padding: 24px 16px;
    }
    #outerContainer {
        height: 85% !important;
    }
    .pdf-btn .b-btn {
        width: 100%;
    }
    /* 需要调整的style部分 */
    .header-box {
        padding-right: 0px;
    }
    .header-box.islogin {
        padding: 0px;
    }
    .header-tel {
        padding-left: 0px;
    }
    /* 需要调整的style部分 end */
    .content-user-select .u-i-block .layui-form-checkbox[lay-skin=primary] {
        min-width: 47%;
    }
    .u-i-block .u-item .u-input.edit input {
        padding-left: 12px;
    }
    .u-i-block .u-item .u-input input,
    .u-i-block .u-item .u-input select,
    .u-i-block .u-item .u-input input:disabled,
    .u-i-block .u-item .u-input select:disabled {
        padding-left: 0;
    }
    .u-msg .layui-textarea {
        min-height: 30vh;
    }
    .user-info .u-msg .e-d-btns {
        padding: 20px 0 0;
    }
    .e-active-detail .b-btn {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
    .third-res-d .m-width-1520 {
        padding: 40px 16px;
    }
    .third-res-d .tit {
        font-size: 28px;
        padding-top: 0;
    }
    .third-res-d {
        padding-bottom: 0;
    }
    .pdf-wap-iframe {
        display: block;
        margin-bottom: 0px;
    }
    .pdf-wap-iframe iframe {
        width: 100%;
        border: none;
        height: 60vh;
    }
    .pdf-box {
        display: none;
    }
    .third-res-d .fs-row .fs-4 {
        width: 100%;
    }
    .third-res-d .fs-row .fs-4 a {
        width: 100%;
    }
    .e-active-detail .e-d-btns.wap-e-btn {
        padding: 24px 0 0;
    }
    .e-active-detail .fs-row {
        margin: 0;
    }
    .e-active-detail .e-d-btns {
        padding: 20px 0 40px;
    }
    .e-active-detail .e-d-btns .fs-4 {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }
    .e-active-detail .e-d-btns .fs-4:nth-last-child(1) {
        margin-bottom: 0;
    }
    .e-active-detail .about-tit h2 {
        font-weight: 400;
    }
    .e-active-detail.indent16 {
        padding-left: 0;
    }
    .e-active-detail .pc-e-btn {
        display: none;
    }
    .wap-e-btn {
        display: block;
    }
    .e-active-detail .e-right,
    .e-active-detail .e-left {
        width: 100%;
        box-sizing: border-box;
    }
    .e-active-detail .e-left {
        padding: 0 16px;
    }
    .wap-filter-box {
        display: block;
        margin: 40px 0 20px;
        position: relative;
        z-index: 2020;
    }
    .wap-filter-box .b-btn {
        width: 100%;
    }
    .wap-filter-box.cur .wap-filter {
        top: 0;
        opacity: 1;
        visibility: visible;
    }
    .wap-filter-box .wap-filter {
        position: fixed;
        background: #FFF;
        top: 8px;
        width: 100%;
        box-sizing: border-box;
        padding: 16px;
        height: calc(100% - 0px);
        box-sizing: border-box;
        transition: all 0.3s;
        opacity: 0;
        overflow-y: auto;
        visibility: hidden;
    }
    .w-f-btn {
        border: 1px solid black;
        font-size: 16px;
        padding: 10px 16px;
        position: relative;
        margin: 0 16px;
    }
    .w-f-btn .icon {
        position: absolute;
        right: 16px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 30px;
        width: 24px;
        height: 100%;
        top: 0;
        background-image: url("../images/s-page/filter.png");
    }
    .e-resource-list {
        margin: 0;
    }
    .e-resource-list li {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }
    .e-content-resource {
        padding-bottom: 0px;
    }
    .e-content-resource .page-box .page-inner {
        padding-right: 16px;
    }
    .e-content-resource .wapbg {
        background-color: #FFF;
        padding-top: 1px;
        padding-bottom: 1px;
    }
    .e-content-resource .about-tit {
        padding-left: 0;
    }
    .u-msg {
        background-color: #FFF;
        padding: 20px 16px 40px;
        margin-bottom: 0;
    }
    .u-i-block.typefocus .u-s-item {
        /* background: #FFF; */
        padding: 12px 16px 0px;
    }
    .u-i-block .layui-form-checkbox[lay-skin=primary] span {
        font-size: 14px;
    }
    .u-i-block .layui-form-checkbox[lay-skin=primary] {
        margin-bottom: 12px;
    }
    .u-i-block .u-s-left,
    .u-i-block .u-s-right {
        width: 100%;
        background: #FFF;
        box-sizing: border-box;
        padding: 0 16px;
    }
    .u-i-block .u-s-left {
        padding-top: 12px;
    }
    .u-s-item h4 {
        padding: 0px 0 12px;
        border-bottom: 1px solid #E0E0E0;
    }
    .user-info .line {
        display: none;
    }
    .user-info .e-d-btns.s-d-btn {
        padding: 24px 16px 16px;
    }
    .user-info .fs-row.e-d-btns,
    .user-info .e-d-btns {
        position: relative;
        /* background-color: #FFF; */
        padding: 0px 16px 0px;
        margin: 0;
    }
    .user-info .fs-row.e-d-btns.s-d-btn {
        padding-top: 28px;
        margin-bottom: 16px;
    }
    .user-info .fs-row.e-d-btns.top40 {
        padding-top: 20px;
    }
    .user-info .fs-row.e-d-btns .fs-4 {
        width: 100%;
        float: none;
        padding: 0;
    }
    .user-info .fs-row.e-d-btns a,
    .user-info .e-d-btns a {
        width: 100%;
    }
    .content-user-select.content-user {
        background-color: #FFF;
        padding-bottom: 24px;
    }
    .content-user.content-user-msg {
        padding-bottom: 0;
    }
    /* .u-i-block {
        overflow: hidden;
    } */
    .u-i-block .u-item a {
        top: 50%;
        transform: translateY(-50%);
        right: 16px;
    }
    .u-i-block .u-item {
        background-color: #FFF;
        padding: 20px 16px 10px;
        margin-bottom: 0;
        position: relative;
        font-size: 14px;
    }
    .u-i-block .u-item a {
        font-size: 14px;
    }
    .u-i-block .u-item .u-input input,
    .u-i-block .u-item .u-input select {
        font-size: 14px;
    }
    .u-i-block .u-item.wa .u-input {
        padding-right: 0;
    }
    .iPicker-container,
    .iPicker-target * {
        font-size: 14px;
    }
    .iPicker-target,
    .iPicker-container,
    .iPicker-result {
        height: 41px !important;
    }
    .u-i-block .u-item:before {
        content: '';
        position: absolute;
        height: 1px;
        left: 16px;
        right: 16px;
        background: #c8c8c8;
        opacity: 0.6;
        bottom: 0;
    }
    .u-i-block .u-item.wapnobor:before {
        opacity: 0;
    }
    .u-i-block .u-item .u-input {
        padding-right: 70px;
    }
    .iPicker-container,
    .iPicker-target li {
        font-size: 12px;
        font-weight: 400;
    }
    .u-i-block .u-item em {
        width: auto;
        float: none;
        position: initial;
        font-weight: 500;
        border: 1px solid transparent;
        display: block;
        padding-bottom: 0;
    }
    .u-i-block .u-item:nth-last-of-type(1):before {
        display: none;
    }
    .user-bg .m-width-1520>.inner-20 {
        padding: 0 0;
        box-sizing: border-box;
    }
    .content-user {
        padding: 0 0 40px;
    }
    .content-user.content-user-info {
        padding-bottom: 0;
    }
    .content-user-info .user-info .e-d-btns.top40 {
        padding: 40px 16px;
    }
    .u-i-block .tit {
        font-size: 28px;
        font-weight: normal;
        padding: 0 16px;
        margin-bottom: 28px;
    }
    .u-i-block.mbot10 {
        padding-bottom: 0;
    }
    .u-i-block .tit.wap-top {
        /* margin-top: 40px; */
        padding-top: 40px;
    }
    .u-i-block .tit.wap-top.waptop0 {
        padding-top: 0;
    }
    .content-user .u-right {
        background-color: transparent;
        padding: 0;
    }
    .content-user.content-user-msg .u-right {
        padding-bottom: 0;
    }
    .content-user .u-left {
        position: relative;
        z-index: 1990;
        margin-bottom: 30px;
        display: none;
    }
    .content-user .u-left h2 {
        font-size: 14px;
        line-height: 24px;
        font-weight: 300;
        padding: 12px 16px;
        color: #000;
        position: relative;
    }
    .content-user .u-left h2 i {
        width: 20px;
        height: 20px;
        background: url(../images/s-page/arrow.png) no-repeat 95% 50%;
        position: absolute;
        right: 16px;
        top: 50%;
        margin-top: -10px;
        background-size: 16px;
        transition: all 0.3s;
    }
    .content-user .u-left:hover h2 .icon {
        transform: rotate(-180deg);
    }
    .content-user .u-left:hover ul {
        opacity: 1;
        visibility: visible;
        top: 100%;
    }
    .content-user .u-left ul {
        transition: all 0.3s;
        position: absolute;
        background-color: #FFF;
        left: 0;
        top: 95%;
        width: 100%;
        opacity: 0;
        visibility: hidden;
    }
    .content-user .u-left,
    .content-user .u-right {
        width: 100%;
    }
    /* .content-user-filter .layui-form-select .layui-input {
        box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
  
    }
    .content-user-filter .layui-input-block{

    } */
    .content-user .u-left {
        box-shadow: 0px -8px 20px 0px rgba(0, 0, 0, 0.06);
    }
    .e-activity-list .text-p,
    .e-activity-list .act-list-bot span {
        font-weight: 300;
    }
    .e-content-study-activity .e-activity-list ul {
        margin: 0;
    }
    .e-activity-list li {
        padding: 0;
        width: 100%;
        margin-bottom: 12px;
    }
    .e-activity-list li:nth-last-child(1) {
        margin-bottom: 0;
    }
    .e-content-study-activity .page-box {
        margin: 20px 0 40px;
    }
    .e-content-resource .page-box {
        padding: 8px 0 40px;
    }
    .e-content-study-activity .page-box .page-inner {
        /* justify-content: center; */
        padding-right: 16px;
    }
    .hidewap {
        display: none;
    }
    .e-filter.pc-filter {
        display: none;
    }
    .wap-filter .radio-item dd {
        display: flex;
        align-items: center;
        font-size: 16px;
        margin-bottom: 12px;
        height: 24px;
    }
    .wap-filter .radio-item dd.cur {
        color: #009090;
    }
    .wap-filter .radio-item dd.cur .icon {
        background-image: url("../images/duigousvg.svg");
        background-color: #009090;
        border-color: #009090;
        background-size: 12px;
    }
    .wap-filter .radio-item .icon {
        display: inline-block;
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-image: url("../images/s-page/xz.png");
        background-position: 50% 50%;
        background-size: 16px;
        margin-right: 8px;
        position: relative;
    }
    .wap-filter .layui-form-radio {
        line-height: 24px;
        padding: 0;
        display: block;
        margin: 0 0 12px 0;
    }
    .wap-filter .layui-form-radio * {
        font-size: 16px;
    }
    .wap-filter .layui-form-label {
        font-size: 16px;
        display: block;
        float: none;
        padding: 0;
        width: auto;
        font-size: 16px;
        font-weight: 500;
        text-align: left;
        margin-bottom: 12px;
    }
    .wap-filter .layui-input-block {
        margin-left: 0;
    }
    .wap-filter .layui-form-item {
        margin-bottom: 40px;
    }
    .content-user-filter {
        display: block;
        /* margin-bottom: 30px; */
    }
    .u-i-block .tit.focus-pro {
        padding: 30px 16px 28px;
        margin-bottom: 0;
        background-color: #f4f4f4;
    }
    .content-user-filter .layui-input-inline {
        display: block;
    }
    .content-user-filter .layui-form-select dl dd,
    .content-user-filter .layui-form-select dl dt {
        color: #000;
        font-size: 14px;
        padding-left: 16px;
        font-weight: 400;
    }
    .content-user-filter .layui-form-select dl dd.layui-this {
        color: #FFF;
    }
    .content-user-filter .layui-input-inline .layui-form-select .layui-input {
        border: none;
        background-color: #f4f4f4;
        padding-left: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.06);
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        color: #000;
    }
    .third-a-d .tit {
        font-size: 28px;
        margin-top: 0;
    }
    .online-msg .imgshow {
        width: 46px;
        margin-right: 12px;
    }
    .online-msg .imgshow img {
        width: 46px;
    }
    .online-msg .text p {
        font-size: 14px;
    }
    .online-msg .btns a {
        font-size: 12px;
    }
    .online-msg {
        padding: 24px;
        height: auto;
        width: 90%;
    }
    .agree-bot {
        min-width: auto;
        width: 100%;
        display: block;
        box-sizing: border-box;
        height: auto;
        line-height: 1.8;
        padding: 16px 40px 16px 16px;
        bottom: 0;
        font-size: 14px;
    }
    .a-close {
        position: absolute;
        right: 16px;
        top: 16px;
        width: 20px;
        height: 20px;
        text-align: center;
        line-height: 20px;
    }
    .third-a-d {
        padding-bottom: 0;
    }
    .third-a-d.indent16 {
        padding-left: 0;
    }
    .u-msg .layui-textarea {
        min-height: 50vh;
        padding: 12px;
        font-size: 12px;
    }
    .filter-theme .layui-form-select .layui-input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #000;
        font-size: 14px;
    }
    .filter-theme .layui-form-select .layui-input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #000;
        font-size: 14px;
    }
    .filter-theme .layui-form-select .layui-input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #000;
        font-size: 14px;
    }
    .layui-form-select dl dd,
    .layui-form-select dl dt {
        font-size: 14px;
    }
    .layui-form-selected dl {
        padding-top: 0 !important;
    }
    .filter-theme.wap-filter .layui-form-select .layui-input,
    .filter-theme.wap-filter .layui-input {
        border-color: #000 !important;
        font-size: 14px;
    }
    .filter-theme.wap-filter .layui-input:focus,
    .filter-theme.wap-filter .layui-textarea:focus {
        border-color: #009090 !important;
    }
    .u-i-block .layui-input-block .child .layui-unselect span {
        font-size: 12px;
        color: #333;
    }
    .u-i-block .layui-input-block .child {
        padding-left: 25px;
    }
    .content-user-info .u-i-block .layui-input-block {
        margin-bottom: 0;
    }
    .e-active-detail .m-width-1520 {
        padding-left: 0;
    }
    /*二期 end*/
    /* 投资者 */
    .content-investment .wap-filter-box {
        margin: 20px 0;
        z-index: 1000;
    }
    .content-investment .wap-filter-box.cur {
        z-index: 19892010;
    }
    .invst-control {
        padding-top: 40px;
    }
    .invest-tabs {
        padding: 20px 0px;
        text-align: left;
        display: flex;
        margin-bottom: 0px;
    }
    .invest-tabs a {
        margin: 0 20px;
        white-space: nowrap;
        /* padding: 0 20px; */
    }
    .invest-tabs a:nth-of-type(1) {
        margin-left: 0;
    }
    /*.invest-tabs a:nth-last-of-type(1) {
        padding-right: 16px;
    } */
    .wap-tab-scoll {
        padding: 0 16px;
        box-sizing: border-box;
    }
    .wap-tab-scoll.invfixed {
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    }
    .wap-tab-scoll .m-width-1520 {
        overflow-x: auto;
    }
    .inv-c-block {
        display: block;
        padding: 0 16px;
        margin-top: 0;
    }
    .inv-tit {
        margin-bottom: 16px;
    }
    .inv-c-block h3 {
        margin-bottom: 32px;
    }
    .control-list dl,
    .control-hig-list dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .control-list dd,
    .control-hig-list dd {
        width: 46%;
        margin-bottom: 32px;
        padding-right: 0;
    }
    .control-list dd:nth-last-of-type(1),
    .control-hig-list dd:nth-last-of-type(1) {
        width: 48%;
    }
    .inv-tit h2 {
        font-size: 28px;
    }
    .control-list p {
        line-height: 1.5;
        margin-top: 12px;
        font-size: 12px;
        white-space: inherit;
        line-height: 1.5;
    }
    .control-list dd:nth-of-type(3) {
        width: 47%;
    }
    .control-list li {
        padding-bottom: 0;
        margin-bottom: 32px;
    }
    .inv-c-block h3 {
        padding-left: 0;
        font-size: 20px;
    }
    .control-hig-list .inv-name {
        font-size: 14px;
    }
    .control-hig-list p {
        font-size: 12px;
        white-space: initial;
        line-height: 1.5;
    }
    .control-hig-list li {
        padding-bottom: 0;
    }
    .control-list h4 {
        font-size: 16px;
    }
    .control-list .inv-name {
        font-size: 14px;
    }
    .control-report li {
        width: 100%;
        margin-bottom: 12px;
    }
    .control-report li .d-item {
        padding: 12px 12px 8px 10px;
    }
    .control-report .r-t {
        font-size: 16px;
        color: #000;
    }
    .control-report .t-text {
        font-size: 14px;
        padding-top: 22px;
    }
    .invst-report {
        margin-top: 8px;
        padding-bottom: 8px;
    }
    .inv-r-tabs {
        display: flex;
        margin-bottom: 0;
        /* padding-left: 0; */
    }
    .inv-finance .inv-r-tabs {
        padding-left: 0;
    }
    .inv-r-tabs a {
        white-space: nowrap;
    }
    .inv-public-notice li {
        width: 100%;
        margin-bottom: 12px;
    }
    .inv-public-notice li .d-item {
        padding: 12px 12px 8px 10px;
    }
    .inv-public-notice .r-t {
        font-size: 16px;
        color: #000;
    }
    .inv-public-notice .t-text {
        padding-top: 22px;
    }
    /* .inv-public-notice li {
        padding: 12px 12px 6px;
    } */
    .inv-public-notice .t-text span {
        font-weight: 300;
    }
    .inv-public-notice {
        padding: 0 16px;
    }
    .inv-book {
        display: block;
    }
    .inv-book .inv-tit {
        width: 100%;
    }
    .inb-b-list .imgshow,
    .inb-b-list .text {
        width: 100%;
    }
    .inb-b-list .text {
        padding-bottom: 36px;
    }
    .inb-b-list h3 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .inb-b-list h3 a {
        color: #000;
    }
    .inb-b-list .text-p {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 300;
        height: auto;
        line-height: 1.5;
    }
    .inb-b-list li {
        padding-bottom: 32px;
        background-color: transparent;
        margin-bottom: 0;
    }
    .inv-book {
        padding-bottom: 0;
    }
    .inv-finance {
        padding: 40px 0 8px;
    }
    .inv-finance .wap-filter-box {
        margin-top: 20px;
    }
    .inv-finance-list li {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }
    .inv-finance-list {
        margin: 0;
    }
    .inv-finance-list .text {
        padding-bottom: 40px;
    }
    .inv-finance-list h3 {
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.5;
    }
    .inv-finance-list h3 a {
        color: #000;
    }
    .inv-finance-list .text p {
        font-size: 12px;
        font-weight: 300;
        color: rgba(0, 0, 0, 0.6);
    }
    .inv-search {
        display: block;
        padding-top: 40px;
    }
    .inv-search .inv-tit {
        width: 100%;
        box-sizing: border-box;
    }
    .inv-search .inv-s-map h3 {
        font-size: 16px;
        color: #000;
        margin: 20px 0 8px;
    }
    .inv-search .inv-s-map p {
        font-size: 14px;
        color: rgba(0, 0, 0, 0.6);
    }
    .inv-s-map .text {
        padding: 0 16px;
    }
    .inv-s-map .imgshow img {
        display: none;
    }
    .inv-s-map .imgshow .wap-show {
        display: block;
    }
    .control-report .downpdf {
        font-weight: 400;
    }
    .wap-filter .layui-form-label {
        color: #000;
    }
    .filter-theme.wap-filter .layui-input {
        border-color: #000 !important;
        font-size: 14px;
        border-radius: 0;
    }
    .filter-theme.wap-filter .layui-input::-webkit-input-placeholder {
        /* Edge */
        color: #000;
        font-size: 14px;
        text-align: left;
    }
    .mobinput {
        line-height: 38px;
        font-size: 14px;
        text-align: left;
        padding-left: 12px;
    }
    .filter-theme.wap-filter .layui-input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #000;
        font-size: 14px;
        text-align: left;
    }
    .filter-theme.wap-filter .layui-input::placeholder {
        color: #000;
        font-size: 14px;
        text-align: left;
    }
    .inv-public-notice .downpdf {
        font-weight: 400;
    }
    #toTop,
    .right-fix {
        z-index: 99999;
    }
}