@charset "utf-8";

@font-face {
    font-family: 'title';
    font-style: normal;
    font-weight: 400;
}

* {
    outline: none;
}
a {
    color: unset;
    border: unset;
    margin: 0px;
    background-color: unset;
    cursor: pointer;
}
.standard_link{
    color: #ed1b34 !important;
}
body, html {
    background-color: #FFF;
    padding: 0;
    margin: 0 auto;
    color: #0f1c2d;
    font-family: "PingFangSC-Regular", Microsoft YaHei, sans-serif;
    font-size: 14px;
}

html{
    height: -webkit-fill-available;
    font-size:100%;
}
body{
    min-height: 100vh;
    min-height: -webkit-fill-available;
    overflow-x: hidden;

    overflow-y: auto;
}

.main_container{
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: url("../img/pcBg.png") ;
    background-size: 100% 100%;
}
/*.main_container::before{
    content: "";
    display: block;
    width: 100%;
    height: 200vh;
    position: absolute;
    left: -37%;
    top: -200px;
    background: #E2E2E2;
    transform: rotate(-15deg);
}*/
.main_content{
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.layout_1200{
    min-width: 1200px;
    width: 1200px;
    max-width: 1200px;
    margin: auto;
}
.main_content > .content_block.left{
    width: 570px;
}
.main_content > .content_block.right{
    width: 410px;
}
.left_content_layout{
    margin: 108px 0 60px;
}
.left_content_layout .logo{
    text-align: center;
    margin-bottom: 39px;
}
.left_content_layout .logo img{
    width: 200px;
}
.sponsor_container{
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 49px;
}
.sponsor_container > div{
    width: 100%;
    text-align: center;
    font-size: 12px;
    position: relative;
}
.sponsor_container > div:not(:last-child):after{
    content: "";
    display: block;
    border-right: 0.5px solid #404040;
    position: absolute;
    right: 0;
    top: 50%;
    height: 46px;
    transform: translateY(-50%);
}
.sponsor_container > div img{
    margin-bottom: 8px;
}
.app_download_container{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.phone_pic_container{
    position: relative;
    height: 402px;
    width: 271px;
}
.phone_pic_container .phone_1{
    position: absolute;
    left: 0;
    top: 40px;
}
.phone_pic_container .phone_2{
    position: absolute;
    right: 0;
    top: 0;
    width: 160%;
}
.app_download_link_container{
    width: 272px;
}
.app_download_link_content{
    margin-top: 71px;
}
.app_download_link_content .title{
    font-weight: 600;
}
.app_download_link_content .desc{
    margin-top: 8px;
    margin-bottom: 28px;
}
.qrcode_container{
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin-bottom: 19px;
}
.qrcode_container > div{
    margin-right: 8px;
}
.qrcode_container .download_text{
    font-weight: 600;
    font-size: 17px;
}
.qrcode_container .download_link a{
    font-weight: 600;
    font-size: 17px;
    color: #0E8C60;
}
.qrcode_container img{
    width: 100px;
}

.right_content_layout{
    margin: 60px 0 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    height: 779px;
    border-radius: 16px;
    padding: 48px 43px 10px;
}
.title_menu{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
}
.title_menu .title{
    font-weight: 600;
    font-size: 24px;
    line-height: 24px;
    padding-right: 24px;
    margin-right: 24px;
    border-right: 0.5px solid #8C8C8C;
}
.title_menu .link{
    margin-right: 24px;
}
.title_menu .link:last-child{
    margin-right: 0;
}
.title_menu a{
    font-size: 17px;
    padding-bottom: 2px;
}
.title_menu a.active{
    color: #0E8C60;
    border-bottom: 2px solid #0E8C60;
    pointer-events: none;
}
.app_download_notice{
    text-align: center;
    margin-bottom: 32px;
}
.app_download_guide_container{
    overflow-y: auto!important;
    height: calc(100% - 65px - 74px);
}
.app_download_guide{
    font-weight: 600;
    margin-bottom: 16px;
    text-align: center;
}
.app_download_guide_img{
    margin-bottom: 32px;
    text-align: center;
}
.app_download_guide_img img{
    max-width: 220px;
}
*::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: white;
}
*::-webkit-scrollbar-thumb{
    background: #C4C4C4;
    border-radius: 8px;
}

.pc-service {
    position: fixed;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50px;
    height: 130px;
    background: linear-gradient(137.69deg, #2DD59A 13.98%, #0B875C 85.27%);
    box-shadow: 0 2px 15px 0 rgba(0,0,0,0.40);
    border-radius: 6px 0 0 6px;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
}

.customer-service1 {
    top: 200px;
}

.customer-service2 {
    top: 341px;
}

.pc-service i {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-top: 10px;
    background: url("../img/customer-icon.png") 0 0/100% 100%;
}

.pc-service span {
    display: inline-block;
    width: 50px;
}

.mobile-service {
    position: fixed;
    right: 0;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 10vw;
    height: 24vw;
    background: linear-gradient(137.69deg, #2DD59A 13.98%, #0B875C 85.27%);
    box-shadow: 0 0.5vw 1vw 0 rgba(12,12,117,0.12);
    border-radius: 1.6vw 0 0 1.6vw;
}
.mobile-service span {
    display: inline-block;
    width: 7.8vw;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
}

.mobile-customer-service1 {
    top: 72vw;
}

.mobile-customer-service2 {
    top: 98vw;
}

.mobile-btn-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 6.4vw 10vw;
}
.mobile-btn-wrap a {
    display: block;
    width: 38.67vw;
}
.mobile-btn-wrap img {
    width: 38.67vw;
}
