
.mobile-con {

    width: 100%;
    height: 100%;
    font-size: 1.4rem;
    text-align: justify;
    line-height: 1.8;
}

.mobile-con .container {
    padding-top: 5rem;
    width: 100%;
    margin: 0 auto;
}

.mobile-con .content {
    position: relative;
    width: 100%;
    padding: 1.8rem;
}

.mobile-con .title-con {
    padding: 2rem 0;
}

.mobile-con .title-des {
    padding-top: 2rem;
}

.mobile-con .title {
    font-size: 1.8rem;
}

.mobile-con img {
    max-width: 100%;
    height: auto;
}

.mobile-con .banner img {
    width: 170%;
    margin-left: -35%;
    max-width: unset;
}

.mobile-con .more {
    display: block;
    height: 3.5rem;
    line-height: 3.5rem;
    padding: 0 2rem;
    border-radius: 10px;
    color: #fff;
    background: #0580ff;
    text-align: center;
    margin-top: 2rem;
    float: right;
}

/* 菜单 */

.mobile-nav {
    position: fixed;
    width: 100%;
    top: 0;
    height: 5rem;
    border-bottom: 1px solid #979797;
    background: #fff;
    z-index: 1000;
    font-size: 1.6rem;
}

.mobile-nav .nav-logo-con a {
    display: block;
    height: 100%;
    margin-left: 2rem;
    float: left;
}

.mobile-nav .nav-logo-con a img {
    height: 4rem;
    padding-top: .8rem;

}

.mobile-nav .nav-list-container {
    width: 2.5rem;
    height: 2rem;
    background: url('../images/mobile-nav.png') no-repeat;
    background-size: 2.5rem;
    margin-top: 1.7rem;
    margin-right: 2rem;
    float: right;
    position: relative;
}

.mobile-nav .nav-con {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
}

.mobile-con .nav-content {
    /* width: max-content; */
    height: 100%;
    /* margin-left: 55%; */
    background: #fff;
    border-left: 5px solid #009CFF;
    text-align: right;
    padding-top: 2rem;
    position: fixed;
    right: 0;
}

.mobile-nav .nav-inner {
    display: none;
}

.mobile-nav .nav-item {
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    padding: 1.5rem 4rem 1.5rem 3rem;
}

.mobile-nav .nav-item::after {
    content: "";
    display: block;
    width: 3px;
    background: #FFC800;
    position: absolute;
    right: 2rem;
    top: 1.5rem;
    bottom: 1.6rem;
}

.mobile-nav .nav-inner-item {
    margin-top: 1.3rem;
}

/* footer */

.mobile-con .footer {
    width: 100%;
    height: unset;
    min-width: unset;
    background: linear-gradient(0deg, #003C96 0%, #0049B1 35.39%, #0056C9 75.39%, #005AD2 100%); 

}

.mobile-con .footer-text-con {
    width: unset;
}

.mobile-con .footer-link-con {
    margin: 0;
    width: unset;
    flex-direction: column;
    text-align: left;
    padding-left: 2rem;
    float: left;

}
.mobile-con .footer-link-con a {
    margin-bottom: 2.5rem;
}

.mobile-con .qrcode-con {
    flex-direction: column;
    justify-content: right;
    float: right;
    padding-right: 2rem;
    width: unset;
}

.mobile-con .qr-item {
    margin-bottom: 1rem;
    width: unset;
}

.mobile-con .qr-item img {
    width: 7rem;
    height: 7rem;
}

.mobile-con .footer-text-con {
    padding-left: 2rem;
    text-align: left;
    margin-top: -2rem;
    padding-bottom: 4rem;
}

/* modal */

.mobile-con .text-modal .modal-content{
    width: unset;
    position: absolute;
    left: 2rem;
    right: 2rem;
    bottom: 5rem;
    top: 10rem;
    padding: 3rem;
    padding-right: 1.5rem;
}

.mobile-con #mobile-text-modal-container {
    height: 100%;
    overflow-y: scroll;
    padding-right: 1.5rem;
}

.mobile-con .img-text .img-con {
    width: 100%;
    padding: 2rem 0;
    border-radius: 15px;
}

.mobile-con .modal-content {
    width: 100%;
}


