/* 官网在 分辨率宽度 <= 1080下的样式*/

/* @media (min-width: 510px) {
    .you-want {
        width: 100%;
        height: calc(120vh);
        background-color: greenyellow !important;
    }
}

@media (min-width: 350px) and (max-width: 400px) {
    .you-want {
        width: 100%;
        height: calc(120vh);
        background-color: burlywood !important;
    }
} */

@media (max-width: 1080px) {

    .full-screen {
        width: 100% !important;
    }

    .background-white {
        background-color: #FFFFFF;
    }

    .nav-logo-text {
        color: black;	
    }
    
    .navigation {
        display: flex;
        align-items: center;
    }

    #navbar-select {
        padding: 0 5px;
        border: none;
        font-size: 16px;
        font-weight: 400;
        background:none;
        direction: rtl;
    }
    
    .navbar-menu {
        justify-content: space-between;
    }
    
    /* home page css start */
    
    .header {
        height: calc(100vh);
    }

    .header-content {
        position: static;
    }
    
    .header .header-content {
        padding-top: 88px;
        text-align: left;
    }
    
    .header .text-container .p1 {
        font-size: 36px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        line-height: 42px;
        margin-bottom: 0px;
        margin-left: -5px;
    }
    
    .header .text-container .p2 {
        font-size: 1.5rem;
        font-weight: bold;
        color: #FFFFFF;
        margin-top: 2rem;
    }
    
    .index-login-img {
        position: absolute;
        left: 3.85rem;
        bottom: 0;
    }
    
    .index-chatroom-img {
        position: absolute;
        right: 2.5rem;
        top: 25rem;
    }
    
    .home-login-img {
        width: 125px;
        height: 170px;
    }
    
    .home-chatroom-img {
        width: 130px;
        height: 230px;
    }
    
    /* home page css end */
    
    /* qrcode download css start */
    
    #download {
        width: 100%;
        height: calc(100vh - 60px);
        position: relative;
    }
    
    
    .qrcode-div {
        width: 150px;
        height: 150px;
    }
    
    .qrcode-div-ios {
        margin-left: 30px;
    }
    
    .qrcode-corner {
        width: 54px;
        height: 54px;
    }
    .corner-location {
        position: absolute;
        right:0;
        top: 0;
    }
    
    .qrcode-img {
        width: 100px;
        height: 100px;
    }
    
    .download-qrcode-block {
        width: 150px;
        height: 150px;
        background-image: url('../../images/new/qrcode-background.png');
        background-size: cover;
        text-align: center;
        position: relative;
        cursor: pointer;
        padding-top: 26px;
    }
    
    .qrcode-name-zh-text {
        color:#494E66;
        font-size:20px;
    }
    
    .qrcode-name-en-text {
        color:#494E66;
        font-size:12px;
    }
    
    .qrcode-download-tip {
        color: #494E66;
        font-size: 8px;
        margin-top: 15px;
    }
    
    .mobile-brand-icon {
        width: 40px;
        height: 46px;
    }
    
    
    .download-qrcode-block-ios {
        margin-left: 30px;
        background-image: url('../../images/new/qrcode-background.png');
        background-size: cover;
        width: 150px;
        height: 150px;
        float: left;
        text-align: center;
        position: relative;
        cursor: pointer;
        padding-top: 26px;
    }
    
    /* qrcode download css end */
    
    /* function introduction css start */
    
    .about {
        height: calc(100vh - 60px);
    }

    .about .about-content {
        padding-top: 30px;
    }
    
    .about-title-desc {
        color: white;
        margin-top: 19px;
        font-size: 16px;
        line-height: 2rem;
        margin: 0 10px 0 10px;
        text-align: left;
        text-indent:2em;
    }
    
    .about-swiper-slide {
        width: 155px !important;
        height: 207px !important;
        background-color: white;
        border-radius: 15px;
        margin-right: 0;
    }
    
    .about-swiper-slide .div-content {
        margin: 0px 10px;
        text-align: left;
    }
    
    .swiper-icon {
        width: 65px;
        height: 65px;
    }
    
    .about-swiper-slide .p1 {
        color: #FF6855;
        font-size: 18px;
    }
    .about-swiper-slide .p2 {
        color: #A2A2A2;
        font-size: 12px;
        margin-top: 5px;
    }
    .about-swiper-slide .p3 {
        color: #D2D2D2;
        font-size: 10px;
        margin-top: 3px;
    }
    
    .div-content > p {
        line-height: 1.6rem !important;
    }
    
    .slider-3 .swiper-button-prev {
        left: -1rem;
        background-image: url("../../images/new/swiper3-button-prev.png");
        width: 64px;
        height: 64px;
        background-size: cover;
    }
    
    .slider-3 .swiper-button-next {
        right: -1rem;
        background-image: url("../../images/new/swiper3-button-next.png");
        width: 64px;
        height: 64px;
        background-size: cover;
    }
    /* function introduction css end */
    
    /* function one css start */
    .about-chayu {
        width: 100%;
        height: calc(100vh - 60px);
    }
    
   

    .function-theme {
        background-color: #F7F8FA;
        display: flex;
        justify-content: center;
        align-items: center;
        height: calc(100vh - 60px);
    }
    
    .function-one {
        background-size: cover;
        height: 100%;
    }
    
    .function-two {
        background-size: cover;
        height: 100%;
    }
    .function-three {
        background-size: cover;
        height: 100%;
    }
    
    .function-line {
        width: 33.2%;
        height: 100%;
    }
    
    .function-line .line-icon {
        width: 24px;
        height: 19px;
    }
    
    .function-body {
        width: 66.8%;
    }
    
    .function-body-full-screen {
        width: 100%;
    }
    
    
    .vertical-line{
        right: 0.7rem;
    }
    
    .about-tab-title {
        font-size: 1.625rem ;
        margin-left: 0;
        margin-top: 4.6rem;
        text-align: center;
    }
    
    .about-tab-title-underline {
        margin-top: 10px;
        margin-left: 2.85rem !important;
    }
    
    .function-body-full-screen .about-tab-title-underline {
        margin-left: 0 !important;
    }
    
    .function-body-desc {
        margin-top: 40px;
    }
    
    .function-body-desc > .text {
        margin-left: 5px;
        margin-top: 0px;
        float: left;
        font-size: 18px;
    }
    
    .function-body-full-screen .about-tab-title {
        font-size: 26px;
        margin-left: 0rem;
        margin-top: 4.6rem;
        text-align: center;
    }
    
    .function-one-icon {
        width: 40px;
        height: 40px;
    }
    
    .about-box-left {
        float: left;
        width: 20%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items:center;
    }
    
    .about-box-right {
        float: left;
        width: 80%;
        height: 100%;
        margin-left: 0;
    }
    
    .about-chayu-p1 {
        font-size: 20px;
        margin-top: 0px;
    }
    
    .about-chayu-p2 {
        font-size: 16px;
        margin-top: 0;
    }

    .you-want {
        width: 100%;
        height: calc(170vh - 60px);
    }
    /* function one css end */
    
    /* introduction last page css start */
    .introduction-end-img {
        width: 335px;
        height: 209px;
        margin-left: 0;
    }
    
    .about-tab-sub-title-last-page {
        text-indent:2em;
    }
    
    .chayu-app-introduction {
        text-align: center;
        margin-top: 4rem;
    }

    .download-btn {
        border-radius: 20px;
        padding: 5px 10px;
        font-size: 12px;
    }
}
