.bg-color {
    /* background-color: rgba(8, 61, 138, 1); */
    background: rgba(58, 66, 77, 1);
}


.women {
    /* position: absolute; */
    /* width: 100vw; */
    width: 22.22rem;
    margin: auto;
    /* top: 25vh; */
    /* left: 50%; */
    /* margin-left: -11.11rem; */
    box-sizing: border-box;
    font-size: 0.30rem;
    display: flex;
    padding-top: 1.85rem;
    padding-bottom: 1.85rem;
}

.women-left {
    width: 9.26rem;
    /* text-transform: uppercase; */
}

.women-right {
    flex: 1;

}

.women-right-desc {
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    box-sizing: border-box;
}

.women-left h2 {
    font-size: 0.70rem;
    color: #fff;
}

.women-left p {
    font-size: 0.26rem;
    color: #BBBBBB;
}

.women-left-code {
    margin-top: 0.74rem;
    /* width: 1.67rem; */
    text-align: center;
    display: flex;
    /* justify-content: space-between; */
}

.women-left-code>div {
    margin-right: 0.19rem;
}

.women-left-code img {
    width: 1.85rem;
}

.women-left-code p {
    font-size: 0.22rem;
}

.women-right .title {
    font-size: 0.31rem;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    margin-bottom: 0.74rem;
    line-height: normal;
}

.women-right .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.09rem;
    width: 0.56rem;
    /* 初始宽度为0，不显示 */
    height: 0.04rem;
    /* border-bottom 的高度 */
    background-color: #42D4FF;
}

.women-right li {
    line-height: 0.80rem;
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.5);
    /*  */
}

.women-left .hotline {
    margin-bottom: 0.19rem;
    /* font-size: 0.35rem; */
    color: rgba(255, 255, 255, 0.7);
}

.women-left .hotline img {
    width: 0.30rem;
    vertical-align: middle;
}

.women-left .address-guanyu {
    display: flex;
}

.women-left .address-guanyu img {
    width: 0.24rem;
    height: 0.28rem;
    object-fit: cover;
    margin-top: 0.04rem;
    margin-right: 0.19rem;
}

.women-bottom {
    width: 22.22rem;
    margin: 1.48rem auto 0.74rem;
}

.women-bottom ul {
    padding-top: 0.37rem;
}

.women-right-bottom ul li {
    font-size: 0.22rem;
    cursor: pointer;
    line-height: normal;
    border-bottom: 0.02rem solid rgba(255, 255, 255, 0.5);
    padding: 0 0.06rem;
}

.bottom-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bottom-title p {
    width: auto;
    padding: 0 0.19rem;
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.31rem;
}

.bottom-title i {
    flex: 1;
    display: block;
    height: 0.02rem;
    background: #979797;
    opacity: 35%;
}

.women-bottom ul {
    display: flex;
    justify-content: space-between;
    font-size: 0.22rem;
    color: rgba(255, 255, 255, 0.75)
}

.women-footer {
    width: 100%;
    height: 1.48rem;
    background-color: #000;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.22rem;
    text-align: center;
    line-height: 1.48rem;
}
.women-footer a{
    color: rgba(255, 255, 255, 0.8);
}
.women .women-e {
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: -1.85rem;
    font-size: 1.85rem;


    font-size: 1.85rem;
    font-weight: 800;
    color: #9FA7B9;
    opacity: 0.17;
}

.left-nav-fixed {
    position: fixed;
    left: 0.37rem;
    top: 45%;
    z-index: 100;
    display: flex;
    flex-direction: column;
}

.left-nav-fixed>div {
    display: flex;
    align-items: center;
    /* margin-bottom: 0.19rem; */
    height: 0.31rem;
}

.left-nav-fixed>div span {
    font-size: 0.22rem;
    display: none;
}

.left-nav-fixed a {
    display: block;
    width: 0.28rem;
    height: 0.07rem;
    background-color: #C4CBD3;

    transition: all 0.3s linear;
}

.left-nav-fixed .active-nav a {
    width: 0.37rem;
    background: #42CBF3;
}

.left-nav-fixed .active-nav span {
    display: block;
    color: #C4CBD3;
    margin-left: 0.09rem;
}


.botom-banner {
    /* margin-top: 3.70rem; */
    width: 100%;
    height: 4.13rem;
    background-color: rgba(1, 67, 195, 0.9);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    color: #fff;
    background: url("/img/AboutUs/footer-bg.png") no-repeat;
    background-size: 100% 100%;
    font-size: 0;
}

/* .botom-banner>p {
    margin-right: 0.56rem;
    font-size: 0.52rem;
    text-transform: uppercase;
} */

.botom-banner>div {
    /* margin-top: 0.17rem; */
    line-height: 0.83rem;
    margin-bottom: 0.59rem;
}

.botom-banner>div>span {
    display: inline-block;
    line-height: 0.83rem;
    font-size: 0.41rem;
    margin-left: 0.56rem;


}

.botom-banner>div img {
    vertical-align: top;
}

.botom-banner>a {
    width: 4.19rem;
    height: 0.67rem;
    border-radius: 0.33rem;
    border: 0.02rem solid #FFFFFF;
    font-size: 0.26rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.67rem;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    color: #fff;
}
.botom-banner>a:hover{
    color: #fff;
}
.women-right li, .women-right li a {
    line-height: 0.70rem;
    font-size: 0.26rem;
    color: rgba(255, 255, 255, 0.5);
    /*  */
}
@media (min-width:300px) and (max-width: 800px) {
    .women{
        width: 100%;
    }
    .women-left{
        flex-direction: column;
        text-align: center;
    }
    .botom-banner{
        text-align: center;
        height: 5.2rem;
    }
    .botom-banner>div{
        margin-bottom: 0;
    }
    .botom-banner>div img{
        width: 3.5rem;
    }
    .botom-banner>div>span{
        margin-left: unset;
        padding: 0 0.4rem;
    }
    .hotline span, .hotline span{
        color: #fff !important;
    }
    .women{
        padding: 0.85rem 0;
    }
    .women-left .hotline{
        font-size: 0.35rem;
    }
    .women-left .address-guanyu{
        margin-top: 0.35rem;
    }
    .women-left p{
        font-size: 0.3rem;
    }
    .women-footer{
        font-size: 0.26rem;
    }

}