*{
    margin: 0;
    padding: 0;
}
img {
    overflow-clip-margin: content-box;
    overflow: clip;
}
.gradient-box {
    background: linear-gradient(to right, #FF8566, #FF7B66);
}
.gradient-box .top-box {
    background: url(/static/img/headerbg.png) no-repeat center;
    height: 769px;
    overflow: hidden;
    background-size: 1920px 860px;
}
.container-inner-nav {
    width: 1180px;
}
.container-inner {
    width: 1180px;
    height: 100%;
    position: relative;
    margin: 0 auto;
}
.gradient-box .top-box .logo-box {
    width: 200px;
    margin-top: 35px;

}
.gradient-box .top-box .logo-box img{
    width: 200px;
}
.tozyb {
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.gradient-box .top-box .title-box {
    margin-top: 80px;
}
.gradient-box .top-box .title-box h1 {
    font-size: 66px;
    color: #ffffff;
    line-height: 66px;
    font-weight: 600;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important;
}
.gradient-box .top-box .title-box .sub-tit h2 {
    font-size: 30px;
    color: #ffffff;
    font-weight: 400;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important;
}
.gradient-box .top-box .title-box .sub-tit {
    margin-top: 40px;
}
.gradient-box .top-box .qr-box .qr-code {
    margin-top: 25px;
    margin-left: 24px;
    width: 110px;
    height: 110px;
    background-color: #d8d8d8;
}
.gradient-box .top-box .qr-box .qr-text {
    margin-top: 10px;
    display: block;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1.8px;
    line-height: 16px;
    text-align: center;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
    user-select: text !important;
}
.gradient-box .top-box .qr-box {
    width: 158px;
    height: 180px;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 381px;
    border-radius: 16px;
}
.ios-androw {
    width: 160px;
    height: 180px;
    position: absolute;
    left: 190px;
    top: 355px;
    color: white;
    font-size: 22px;
}
.platform {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 23px;
}