@import "base.css";
.swiper-container {
    width: 100%;
    height: 2.75rem;
}

.swiper-container .swiper-slide {
    width: 100%;
    /* margin-left: 0.8rem; */
}

.swiper-container .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide a img {
    display: block;
     width: calc(100% - 0.05rem);
    /* padding-left: 0.8rem; */
    height: 135px;
    object-fit: fill;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    display: inline-block;
    border-radius: 100%;
    background: #Fff;
    opacity: .6;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #3A3A3A;
}

.section {
    position: relative;
}

.section .title {
    font-size: 0.36rem;
    color: #08102b;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.section .title:after {
    content: '';
    display: block;
    height: 0.02rem;
    background: #334285;
    position: absolute;
    left: 0.53rem;
}

.section .title:before {
    content: '';
    display: block;
    height: 1px;
    background: #334285;
    position: absolute;
    right: 0.53rem;
}

.section .title.more:before {
    /* right: 0rem; */
}

.section .title a {
    font-size: 0.22rem;
    color: #666666;
    position: absolute;
    right: 0;
    top: 0;
}

.section.invest {
    background-color: #fcfcfc;
    /* padding-left: 0.8rem; */
    padding-bottom: 0.5rem;
}

.section.invest .title {
    line-height: 1.68rem;
    height: 1.39rem;
}

.section.invest .title:after {
    width: 0.97rem;
    top: 0.86rem;
}

.section.invest .title:before {
    width: 0.97rem;
    top: 0.86rem;
}

.section.invest .investList {
    overflow: hidden;
}

.section.invest .investList li {
    overflow: hidden;
    padding: 0 0.4rem 0.3rem 0.4rem;
    margin-top: 0.2rem;
}

.section.invest .investList li .name {
    display: flex;
    align-items: center;
    font-size: 0.3rem;
    letter-spacing: -0.02rem;
    color: #08102b;
    margin-bottom: 0.28rem;
}

.section.invest .investList li .name img {
    width: 0.44rem;
    height: 0.5rem;
    object-fit: contain;
    margin-right: 0.13rem;
}

.section.invest .investList li .name span {
    height: 0.28rem;
}

.section.invest .investList li .desc {
    font-size: 0.26rem;
    letter-spacing: -0.02rem;
    line-height: 0.36rem;
    color: #323232;
}

.section.invest .investList li .btnPost {
    box-sizing: border-box;
    margin-top: 0.48rem;
    width: 2rem;
    height: 0.66rem;
    border-radius: 0.1rem;
    background-color: #586fb5;
    float: right;
    font-size: 0.3rem;
    letter-spacing: -0.02rem;
    color: #ffffff;
    line-height: 0.66rem;
    padding-left: 0.22rem;
}

.section.invest .investList li .btnPost img {
    margin-left: 0.14rem;
    width: 0.35rem;
    height: 0.35rem;
    object-fit: contain;
}

.section.invest .moreTxt {
    margin-top: 0.64rem;
    text-align: center;
    font-size: 0.32rem;
    color: #000000;
}

.section.invest .container .addMore {
    width: 2.6rem;
    height: 0.7rem;
    border-radius: 0.1rem;
    background-color: #586fb5;
    color: #fff;
    font-size: 0.34rem;
    text-align: center;
    line-height: 0.7rem;
}

.section.dynamic {
    background: #fff;
    /* padding-left: 0.8rem; */
    padding-bottom: 0.3rem;
}

.section.dynamic .dynamicList li .name img {
    width: 0.8rem;
    height: 0.8rem;
}

.section.dynamic .dynamicList li .name .name-right {
    float: right;
}

.section.dynamic .dynamicList li .name .name-right p {
    width: 5rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.section.dynamic .title {
    line-height: 1.68rem;
    height: 1.39rem;
    letter-spacing: -0.02rem;
}

.section.dynamic .title:after {
    width: 0.97rem;
    top: 0.86rem;
    left: 0.5rem;
}

.section.dynamic .title:before {
    width: 0.97rem;
    top: 0.86rem;
}

.section.dynamic .subTitle {
    text-align: center;
    line-height: 0.3rem;
    height: 0.3rem;
    letter-spacing: -0.02rem;
    font-size: 0.32rem;
    color: #08102b;
}

.section.dynamic .btns {
    text-align: center;
    margin-top: 0.85rem;
}

.section.dynamic .btns img {
    width: 0.33rem;
    height: 0.46rem;
    object-fit: contain;
    margin: 0.3rem auto;
}

.section.dynamic .btnBlue {
    display: inline-block;
    text-align: center;
    line-height: 0.6rem;
    width: 2rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    background-color: #586fb5;
    color: #fff;
    font-size: 0.3rem;
    letter-spacing: -0.02rem;
    color: #ffffff;
}

.section.dynamic .btnRow {
    display: flex;
    justify-content: space-around;
}

.section.dynamic .btns .txt {
    padding-left: 0.3rem;
    text-align: left;
    margin-top: 0.52rem;
    width: 2.38rem;
    font-size: 0.28rem;
    letter-spacing: -0.02rem;
    color: #000000;
}

.section.dynamic a.add {
    display: block;
    margin: 1.4rem auto 1.64rem;
    width: 4rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 0.1rem;
    background-color: #586fb5;
    color: #fff;
    font-size: 0.36rem;
    letter-spacing: -0.02rem;
}

.section.dynamic a.addText {
    display: block;
    text-align: center;
    color: #1D74ff;
    height: 0.6rem;
    line-height: 0.6rem;
}

.section.case {
    background: #fcfcfc;
    /* padding-left: 0.8rem; */
    /* padding-bottom: 0.3rem; */
}

.section.case .title {
    line-height: 1.68rem;
    height: 1.39rem;
    letter-spacing: -0.02rem;
}

.section.case .subTitle {
    text-align: center;
    line-height: 0.3rem;
    height: 0.3rem;
    letter-spacing: -0.02rem;
    font-size: 0.32rem;
    color: #000000;
}

.section.case .subTitle span {
    margin: 0 0.08rem;
    color: #586fb5;
}

.section.case .title:after {
    width: 0.97rem;
    top: 0.86rem;
}

.section.case .title:before {
    width: 0.97rem;
    top: 0.86rem;
}

.section.case .caseList {
    overflow: hidden;
    width: 100%;
}

.section.case .caseList li {
    /* border: 1px solid #CCCCCC; */
    /* border-top: 1px solid #1A71FF; */
    /*width: 3.08rem;*/
    padding: 0 0.7rem 0 0.38rem;
    margin-top: 0.94rem;
    overflow: hidden;
}

.section.case .caseList li img {
    /* display: block; */
    width: 0.58rem;
    margin-right: 0.3rem;
    object-fit: contain;
}

.section.case .caseList li .headLine {
    height: 0.32rem;
    /* line-height: 0.65rem; */
    font-size: 0.34rem;
    color: #000;
}

.section.case .caseList li .text {
    margin-top: 0.35rem;
    font-size: 0.28rem;
    color: #000;
    line-height: 0.35rem;
    /* height: 0.81rem; */
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: hidden;
}

.section.case .baoming {
    margin-top: 1rem;
    text-align: center;
    list-style: none;
    font-size: 0.3rem;
    letter-spacing: -0.02rem;
    color: #000000;
}

.section.case a.add {
    display: block;
    margin: 0.9rem auto 0.9rem;
    width: 2.5rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 0.1rem;
    background-color: #586fb5;
    color: #fff;
    font-size: 0.36rem;
    letter-spacing: -0.02rem;
}

.section.organization {
    background: #fff;
    padding-left: 0.8rem;
    padding-bottom: 0.3rem;
}

.section.organization .title {
    line-height: 1.68rem;
    height: 1.39rem;
    letter-spacing: -0.02rem;
}

.section.organization .subTitle {
    text-align: center;
    line-height: 0.3rem;
    height: 0.3rem;
    letter-spacing: -0.02rem;
    font-size: 0.32rem;
    color: #000000;
}

.section.organization .title:after {
    width: 0.97rem;
    top: 0.86rem;
}

.section.organization .title:before {
    width: 0.97rem;
    top: 0.86rem;
}

.section.organization .organizationList {
    overflow: hidden;
    /* width: 6.4rem; */
    margin: 0 auto;
}

.section.organization .organizationList li {
    text-align: center;
}

.section.organization .organizationList li .num {
    margin: 0.27rem auto;
    text-align: center;
    width: 0.66rem;
    height: 0.66rem;
    border-radius: 0.33rem;
    background-color: #586fb5;
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.66rem;
}

.section.organization .organizationList li h4 {
    font-size: 0.3rem;
    color: #000;
    line-height: 0.48rem;
}

.section.organization .organizationList li h4:nth-of-type(1) {
    text-decoration: underline;
}

.section.organization .organizationList li img {
    width: 0.35rem;
    object-fit: contain;
}

.section.organization .organizationList li:nth-child(2n) {
    margin-top: 0.24rem;
}

.section.organization a.add {
    display: block;
    margin: 0.9rem auto;
    width: 3.5rem;
    height: 0.7rem;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 0.1rem;
    background-color: #586fb5;
    color: #fff;
    font-size: 0.36rem;
    letter-spacing: -0.02rem;
}


/* 重写container */

.container {
    width: 6.7rem;
}


/* 首页统计 */

.total {
    display: flex;
    justify-content: space-around;
    background-color: #fff;
    padding: 0.54rem 0 0.34rem;
    font-size: 0.34rem;
    /* padding-left: 0.5rem; */
}

.total .totalItem {
    flex: 1;
    text-align: center;
    font-weight: bold;
}

.total .totalItem .num {
    display: inline-block;
    height: 0.44rem;
    border-radius: 0.1rem;
    background-color: #586fb5;
    padding: 0 0.18rem;
    line-height: 0.44rem;
    text-align: center;
    /* font-size: 0.14rem; */
    color: #fff;
    /* font-weight: 700; */
}

.total .totalItem p {
    height: 0.2rem;
    line-height: 0.2rem;
    margin-top: 0.25rem;
    font-size: 0.3rem;
    letter-spacing: -0.01rem;
    color: #08102b;
}

.greyspace {
    width: 100%;
    height: 0.2rem;
    background-color: #eeeeee;
}


/* 左侧固定tab */

.bottom-content {
    position: relative;
}

.fixnav {
    width: 0.8rem;
    top: 0rem;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: all 0.2s linear;
    margin-top: 0.7rem;
}

.fixnav li {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    width: 0.8rem;
    background-color: #ffffff;
    border: 0.01rem solid #333333;
    z-index: 100;
    /* padding-top: 0.1rem; */
}

.fixnav li a {
    text-align: center;
    word-break: break-all;
    padding: 0 0.22rem;
    font-size: 0.36rem;
    /* letter-spacing: -0.02rem; */
    color: #343434;
}

.fixnav .active {
    background-color: #334285;  
}

.fixnav .active a {
    color: #fff;
}

.bottom-content .fixnav .active::after {
    content: "";
    width: 0;
    height: 0;
    /* border: 0.6rem solid red; */
    border-left: #334285 solid 0.18rem;
    border-top: transparent solid 0.4rem;
    border-bottom: transparent solid 0.4rem;
    /* border-right: springgreen solid 0.18rem; */
    position: absolute;
    top: 0;
    right: -0.16rem;
}


/* .bottom-content .fixnav li:nth-child(2) {
    background-color: #334285;
} */


/* 
.bottom-content .fixnav li:nth-child(2) a {
    color: #ffffff;
} */

.videoChoice{
    height: 150px;
    position: fixed;
    top:100px;
    left: 50%;
    margin-left: -200px;
    width: 400px;
    background-color: #f0f0f0;
}
.choiceForm{
    /* padding-top: 15px; */
    color: red;
    -webkit-appearance: auto; 
}

.choiceForm input{
    /* padding-top: 15px; */
    /* color: red; */
    -webkit-appearance: auto; 
}
.videoButton{
    background-color: silver;
    color: red;
    width: 50px;
    margin-left: 175px;
}

.footer {
    padding: 0.5rem 0 0.5rem 0.85rem;
    width: 90%;
}

.contentImg {
    width: 95%;
    height: 13.44rem;
    display: block;
    margin: 0 auto;
    /* object-fit: fill; */
}