body {
    background-color: #fff
}

body, p {
    margin: 0;
    padding: 0
}

.pc {
    background-image: url(/image/bg.png);
    background-size: cover;
    font-size: 15px;
    height: 100vh;
    width: 100vw
}

.main {
    align-items: start;
    flex-direction: column;
    height: 100%;
    overflow-x: hidden;
    overflow-y: overlay;
    position: relative
}

.logo, .main {
    display: flex
}

.logo {
    align-items: center;
    flex-direction: row;
    gap: 12px;
    margin-left: 100px;
    margin-top: 60px
}

.logo_mini {
    background-image: url(/image/logo_black.png);
    height: 85px;
    width: 321.5px;
}

.logo_mini, .logo_title {
    background-size: contain
}

.content {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 100px;
    width: 100%
}

.desc {
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /*background: linear-gradient(88.93deg, #1F98E8 18.91%, #02D0DE 79.91%);*/
    /*background: linear-gradient(89deg, #2689E8 18.91%, #A168FF 79.91%);*/
    /*background: linear-gradient(88.93deg, #278FEF 18.91%, #1AC8FF 79.91%);;*/
    /*background: linear-gradient(to right, #40e0d0, #ff8c00, #ff0080);*/
    /*background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

.right {
    display: flex;
    flex: 1;
    justify-content: center;
    margin-top: -120px;
    overflow: hidden;
}

.bigpic {
    display: none;
    height: 520px;
    object-fit: contain;
    width: auto;
    transition: opacity 0.8s ease-in-out;
}

.bigpic.active {
    display: block;
    opacity: 1;
    transform: translateY(0%);
    z-index: 1;
}

.actions {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 60px;
}

.version {
    color: rgba(22, 24, 35, .6);
    font-size: 12px;
    margin-top: 10px
}

.d_btn {
    align-items: center;
    background-color: #40c71e;
    border-radius: 8px;
    box-sizing: border-box;
    color: #fff;
    display: none;
    flex-direction: row;
    flex-shrink: 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    gap: 4px;
    height: 46px;
    line-height: normal;
    padding: 12px 21px;
    text-decoration: none;
    user-select: none
}

.d_win_icon {
    background-image: url(/image/download_win.png)
}

.d_mac_icon, .d_win_icon {
    background-size: contain;
    height: 28px;
    width: 28px
}

.d_mac_icon {
    background-image: url(/img/app_icon_ios.svg)
}

.d_android_icon {
    background-image: url(/img/app_icon_android.svg);
    background-size: contain;
    height: 28px;
    width: 28px
}

.appstore {
    background-color: #F16969
}

.d_appstore {
    display: flex;
    flex-direction: column
}

.d_appstore_desc {
    font-size: 12px
}

.footer {
    box-sizing: border-box;
    gap: 10px;
    height: 48px;
    justify-self: end;
    margin-bottom: 39px;
    padding-left: 100px;
    padding-right: 60px;
    width: 100%
}

.footer, .footer_left {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.footer_left {
    align-items: center;
    gap: 30px
}

.footer_item {
    color: #161823;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: none
}

.footer_logo {
    align-items: center;
    gap: 5px
}

.footer_center, .footer_logo {
    display: flex;
    flex-direction: row
}

.footer_center {
    box-sizing: border-box;
    gap: 10px;
    justify-content: center;
    width: 100%
}

.beian {
    color: gray;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none
}

.hide {
    display: none
}

.download_win {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.win32_link {
    color: #40c71e;
    display: none;
    font-size: 12px;
    text-decoration: none
}
