
body {
    background:#FFFFFF!important;
}
body button {
    border: none!important;
}

#banner {
    width: 100vw;
    height: 51vw;
    overflow: hidden;
    position: relative;
}
#banner h2.no-margin {
    margin: 3vw 0!important;
}
#banner .swiper-slide {
    position:relative;
    text-align:center;
}
#banner img {
    width:110vw;
    height: 56vw;
}

.banner1-main-title {
    font-size: 1.8rem;
    font-weight: bolder;
    color: #FFFFFF;
    position: absolute;
    bottom: 6rem;
    right: 5vw;
    text-shadow: 1px 1px 1px #000;
}

.banner2-main-title {
    font-size: 1.8rem;
    font-weight: bolder;
    color: #FFFFFF;
    position: absolute;
    bottom: 6rem;
    right: 5vw;
    text-shadow: 1px 1px 1px #000;
}

.banner1-sub-title {
    font-size: 1.2rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 4rem;
    right: 5vw;
    font-weight: normal;
    text-shadow: 1px 1px 1px #000;
}

.banner2-sub-title {
    font-size: 1.8rem;
    font-weight: bolder;
    color: #FFFFFF;
    position: absolute;
    bottom: 3rem;
    right: 5vw;
    text-shadow: 1px 1px 1px #000;
}

.banner1-btn {
    width: 5rem;
    border-radius: 0.8rem;
    font-size: 1.1rem;
    height: 2rem;
    line-height: 2rem;
    color: #FFFFFF;
    background-color: #0F40F5;
    position: absolute;
    bottom: 2rem;
    right: 35vw;
    text-shadow: 1px 1px 1px #000;
}
.banner-a {
    width: 8rem;
    text-align: right;
    font-size: 0.8rem;
    height: 2rem;
    line-height: 2rem;
    color: #FFFFFF;
    position: absolute;
    bottom: 2rem;
    right: 5vw;
    text-shadow: 1px 1px 1px #000;
}



.content-2 {
    display: flex;
    flex-direction: column;
    width: 100vw;
}


.content-2 .content-2-1 {
    color: #101010;
    font-size: 1.8rem;
    text-align: center;
    margin: 10vw 0;
}
.content-2 .content-2-1  .title {
    font-weight: bolder;
}


.content-2 .content-2-2 {
    width: 90vw;
    height: 51vw;
    margin: 5vw;
    background-size: cover;
    background-image: url(../../../img/mobile/new/index-content-2-1.webp);
    background-position: center center;
    background-repeat:no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    border-radius: 2vw;
}
.content-2 .content-2-2 .desc {
    margin-bottom: 8vw;
    padding-right: 3vw;
}

.content-2 .content-2-2 .title {
    display: flex;
    flex-direction: column;
    color:#FFFFFF;
}
.content-2 .content-2-2  .title-1 {
    font-size: 1.2rem;
    line-height: 3.5rem;
    text-align: center;
}
.content-2 .content-2-2  .title-2 {
    font-size: 1.1rem;
    text-align: center;
}

.content-2 .content-2-2 .content-2-btn {
    margin-right: 10vw;
    color: #FFFFFF;
    background-color: #0F40F5;
    border-radius: 1rem;
    width: 7rem;
    height: 2.4rem;
    font-size: 1.1rem;
    text-align: center;
}


.content-2 .content-2-3 {
    width: 90vw;
    height: 48vw;
    margin: 0 5vw 5vw 5vw;
    background-size: cover;
    background-image: url(../../../img/mobile/new/index-content-2-2.webp);
    background-position: center center;
    background-repeat:no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 2vw;
}
.content-2 .content-2-3 .title {
    margin-left: 4vw;
    width: 50vw;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}
.content-2 .content-2-3 .title .title-1 {
    text-align: center;
    font-size: 1.2rem;
    line-height: 3.5rem;
}
.content-2 .content-2-3 .title .title-2 {
    text-align: center;
    font-size: 1.1rem;
}


.content-2 .content-2-3  .btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding-right: 5vw;
}


.content-2 .content-2-3 .btn .content-3-btn {
    margin: 0 10vw 2vw 0;
    color: #FFFFFF;
    background-color: #0F40F5;
    border-radius: 1rem;
    width: 7rem;
    height: 2.4rem;
    font-size: 1.1rem;
    text-align: center;
}


.content-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5vw 0;
    width: 100vw;
    overflow: hidden;
}

.content-3 .title {
    color: #101010;
    font-size: 1.5rem;
    font-weight: bolder;
    margin: 5vw 0;
}
.content-3 .figure {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100vw;
    /*background-color: #EFEFEF;*/
    background-size: cover;
    background-image: url(../../../img/mobile/new/index-bg-color-1.png);
    background-position: center center;
    background-repeat:no-repeat;
}

.content-3 .figure .left {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5vw;
}
.content-3 .figure .left img {
    width: 40vw;
}
.content-3 .figure .left  .md-btn {
    color: #FFFFFF;
    background-color: #0F40F5;
    border-radius: 1rem;
    width: 7rem;
    height: 2.4rem;
    font-size: 1.1rem;
    text-align: center;
    margin-top: 3vw;
}

.content-3 .figure .middle {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.content-3 .figure .middle img {
    width: 18vw;
}
.content-3 .figure .right {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.content-3 .figure .right .img-1 {
    width: 20vw;
    transform: rotate(-45deg);
}
.content-3 .figure .right .img-2 {
    width: 20vw;
    transform: rotate(-45deg);
}


.content-4 {
    width: 100vw;
    margin: 5vw 0;
    display: flex;
    flex-direction: column;
    align-items: center;

    background-size: cover;
    background-image: url(../../../img/mobile/new/index-bg-color-2.png);
    background-position: center center;
    background-repeat:no-repeat;
}
.content-4 .title {
    width: 100vw;
    color: #101010;
    font-weight: bolder;
    font-size: 1.5rem;
    text-align: center;
    margin: 5vw 0 3vw 0;
}
.content-4 .figure {
    width: 100vw;
    margin: 3vw 5vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content-4 .figure .item {
    width: 45vw;
    margin: 3vw 2.5vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.content-4 .figure .item .img {
    width: 40vw;
    height: 40vw;
}
.content-4 .figure .item .bk-color {
    width: 40vw;
    height: 40vw;
    background:#EFEFEF 40%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.content-4 .figure .item .bk-color img {
    width: 35vw;
    height: 35vw;
    border-radius: 50%;
}

.content-4 .figure .item img {
    width: 40vw;
    height: 40vw;
    border-radius: 50%;
}


.content-4 .figure .item .sub-title-1 {
    color: #6C6C6C;
    font-size: 1.1rem;
    margin: 2vw 0;
}

.content-4 .figure .item .sub-title-2 {
    color: #101010;
    font-weight: bolder;
    font-size: 1.1rem;
    margin: 1vw 0;
    letter-spacing: 0.2rem;
}

.content-4 .desc {
    width: 90vw;
    margin: 3vw 5vw;
    color: #6C6C6C;
    font-size: 1rem;
    line-height: 1.7rem;
}
.content-4 .btn {
    width: 90vw;
    margin: 3vw 5vw;
    font-size: 1.1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.content-4 .btn button {

    display: block;
    color:#FFFFFF;
    background-color: #000000;
    border-radius: 0.6rem;
    width: 7rem;
    text-align: center;
    font-size: 1.1rem;
    line-height: 2.4rem;
}
.content-4 .btn a.btn-a{
    display: block;
    color: #FFFFFF;
    background-color: #000000;
    border-radius: 0.6rem;
    width: 7rem;
    text-align: center;
    font-size: 1.1rem;
    line-height: 2.4rem;
}


.content-5 {
    width: 100vw;
    /*height: 43vw;*/
    height: 60vw;
    margin: 5vw 0 0 0;
    background-size: cover;
    background-image: url(../../../img/mobile/new/bg-01.webp);
    background-position: center center;
    background-repeat:no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.content-5 .title {
    text-align: center;
    padding: 5vw 0;
    color: #FFFFFF;
    font-size: 1.4rem;
    font-weight: bolder;
}
.content-5 .items {
    width: 100vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.content-5 .items .item {
    width: 46vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 4vw 2vw;
}
.content-5 .items .item  img {
    width: 6vw;
    height: 6vw;
}
.content-5 .items .item  span{
    margin-left: 2vw;
    display: inline-block;
    color: #FFFFFF;
    font-weight: bolder;
    font-size: 1.1rem;
}


.content-6 {
    width: 100vw;
    /*height: 78vw;*/
    height: 90vw;
    background-size: cover;
    background-image: url(../../../img/mobile/new/index-footer.png);
    background-position: center center;
    background-repeat:no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 40%);
    border-bottom: 1px solid rgba(187, 187, 187, 100);
}
.content-6 .title {
    margin-top: 2vw;
}
.content-6 .title p{
    color: #FFFFFF;
    margin: 1vw 5vw;
}

.content-6 .title .main-title{
   font-weight: bolder;
    font-size: 1.2rem;
}

.content-6 .title .sub-title{
    margin-top: 0.6rem;
    font-size: 1.1rem;
}
.content-6 .desc {
    /*margin: 7vw 0 0 0;*/
}
.content-6 .desc p{
    color: #FFFFFF;
    font-size: 1rem;
    display: inline-block;
    margin: 0.6rem 5vw;
}

.content-7 {
    width: 100vw;
    height: 25vw;
    background-color: #CECECE;
    opacity: 48%;
}

