@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: linear-gradient(180deg, #144CB8 0%, #02318B 100%);*/
    padding: 0;
    margin: 0 auto;
    color: #fff;
    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;
}

.hide {
    display: none!important;
}

#pcMain {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    background: url("../img/leftBg.png") 0 0/482px 636px no-repeat, url("../img/rightBg.png") right bottom/556px 854px no-repeat;
}

#pcMain .left-content {
    position: relative;
    /*width: 1378px;*/
    height: 100%;
    padding-left: 200px;
    padding-top: 186px;
}

#pcMain .logo {
    display: block;
    width: 224px;
    height: 82px;
    margin-bottom: 50px;
}

#pcMain .text-pic {
    display: block;
    width: 392px;
    height: 188px;
    margin-bottom: 37px;
}

#pcMain .qr-wrapper {
    display: flex;
    align-items: center;
}

#pcMain .qr-wrapper .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 162px;
    margin-right: 27px;
}

#pcMain .qr-wrapper .inner .title {
    margin-top: 10px;
    color: #2EBD85;
    font-family: PingFang SC;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}

#pcMain .qr-code {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    height: 162px;
    margin-right: 27px;
    background: #FFF;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 #00000040;
}

#pcMain .qr-right .item {
    display: flex;
    align-items: center;
}

#pcMain .qr-right .item:first-child {
    margin-bottom: 42px;
}

#pcMain .qr-right i {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 11px;
}

#pcMain .qr-right .iosIcon {
    background: url("../img/iosIcon.png") 0 0/100% 100%;
}

#pcMain .qr-right .andIcon {
    background: url("../img/andIcon.png") 0 0/100% 100%;
}

#pcMain .qr-right .type {
    display: block;
    margin-bottom: 6px;
    font-family: PingFang SC;
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
    color: #2EBD85;
}

#pcMain .qr-right .sub-text {
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 1px;
    color: #2EBD85;
}

#pcMain .right-pic {
    position: absolute;
    right: 200px;
    top: 78px;
    width: 634px;
    height: 757px;
}


*::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    background-color: white;
}
*::-webkit-scrollbar-thumb{
    background: #C4C4C4;
    border-radius: 8px;
}
