/* video::-webkit-media-controls-fullscreen-button {
  display: none;
} */

/* 视频 */
.video-warp {
    position: relative;
    min-height: 800px;
    width: 100%;
    background-color: #fff;
}

.video-bg {
    width: 100%;
    height: 100%;
}

.video-warp .task {
    background: rgba(0, 0, 0, .5);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.video-title {
    display: block;
    max-width: 930px;
    font-size: 52px;
    font-family: Arial-BoldMT, Arial;
    font-weight: normal;
    color: #fff;
    line-height: 60px;
    letter-spacing: 1px;
    text-align: center;

    /* text-shadow: 0px 2px 12px rgba(0,0,0,0.5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.cloud-title {
    color: #67cffa;
}

.play-icon {
    width: 80px;
    height: 80px;
    background: url('/media/static/images/2x/home/play-icon.png') no-repeat;
    background-size: contain;
    margin-top: 73px;
    cursor: pointer;
}

.arrow-icon {
    width: 62px;
    height: 111px;
    background: url('/media/static/images/2x/home/arrow-down.png') no-repeat;
    background-size: contain;
    margin-top: 74px;
}

.video-play-box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
    z-index: 10002;
    display: none;
    align-items: center;
    justify-content: center;
}

.video-tag-warp {
    position: relative;
    text-align: center;
}

.video {
    width: 70%;
}

.video-close {
    width: 36px;
    height: 36px;
    background: url('/media/static/images/2x/home/close-icon.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 10%;
    display: block;
}

.redFingerPart {
    width: 100%;
    min-height: 800px;
    font-family: Arial-BoldMT, Arial;
    display: flex;

    /* align-items: center; */
    justify-content: center;
}

.character-box {
    font-family: Arial-BoldMT, Arial;
    text-align: center;
    margin-top: 76px;
}

.character-title {
    font-size: 52px;
    font-weight: normal;
    line-height: 60px;
    letter-spacing: 1px;
}

.character-subtitle {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 1px;
    margin-top: 24px;
}

.title-1 {
    color: #1a7bf6;
    background: linear-gradient(270deg, #416dff 0%, #209eff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle-1 {
    color: #434c6f;
}

.title-2 {
    color: #fff;
}

.subtitle-2 {
    color: #fff;
}

.title-3 {
    color: #fff;
}

.subtitle-3 {
    color: #fff;
}

.title-4 {
    color: #000;
}

.subtitle-4 {
    color: #000;
}

.module-1 {
    background-color: #fff;
    background-image: url('/media/static/images/2x/home/bg-1-1.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.module-2 {
    background-color: #13478d;
    background-image: url('/media/static/images/2x/home/bg-2.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.module-3 {
    background-color: #030413;
    background-image: url('/media/static/images/2x/home/bg-3-3.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.module-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-box {
    width: 500px;
    display: flex;
    flex-direction: column;
}

.client-warp {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f5f9ff;
    height: auto;
    padding-bottom: 50px;
}

.client-content {
    margin-top: 94px;
    display: flex;
}

.client-content a {
    text-decoration: none;
}

.client-item {
    width: 376px;
    height: 376px;
    background: #fff;
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: 36px;
}

.client-item:last-child {
    margin-right: 0;
}

.client-item img {
    width: 140px;
}

.client-name {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000;
    line-height: 32px;
    margin-top: 24px;
}

.btn-box a {
    display: flex;

    /* width: auto!important; */
    flex: 1;
    margin-right: 8px;
}

.btn-box a:last-child {
    margin-right: 0;
}

.btn-box a .icon {
    height: 25px;
    width: 25px;
    margin: 0 7px !important;
}

.btn-box a > span {
    flex: 1;
    padding-right: 7px;
    font-weight: normal;
}

.text-bold {
    font-weight: bold !important;
}

.btn-play .g-play {
    width: auto;
    height: 40px;
}

#app-store-dl-btn img {
    height: 45px;
}

@media (max-width: 768px) {
    #app-store-dl-btn {
        text-align: center;
    }

    #goole-play-btn {
        padding: 3px 0;
    }

    #android-dl-btn {
        padding: 9px 7px;
        text-align: center;
        font-size: 14px;
    }

    #android-dl-btn > span {
        flex: none;
    }
}

/* @media (max-width: 1300px) {
    .character-box {
        margin-top: 50px;
    }
} */

@media (max-width: 1200px) {
    .character-box {
        margin-top: 50px;
    }

    .character-title {
        font-size: 40px;
        line-height: 40px;
    }

    .character-subtitle {
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 992px) {
    .character-box {
        margin-top: 40px;
    }

    .character-title {
        font-size: 30px;
        line-height: 30px;
    }

    .character-subtitle {
        font-size: 18px;
        line-height: 20px;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .video-warp {
        min-height: 405px;
    }

    .video-warp .task {
        padding: 0 34px;

        /* justify-content: flex-start; */
    }

    .video-title {
        font-size: 26px;
        width: 100%;
        line-height: 30px;
        margin-top: 50px;
    }

    .play-icon {
        width: 40px;
        height: 40px;
        margin-top: 0;
    }

    .arrow-icon {
        display: none;
    }

    .video {
        width: 100%;
    }

    .video-close {
        /* width: 18px;
        height: 18px;
        right: 7%; */
        display: none;
    }

    .redFingerPart {
        min-height: 480px;
    }

    .character-title {
        font-size: 26px;
        line-height: 30px;
        font-weight: bold;
    }

    .character-subtitle {
        font-size: 12px;
        line-height: 14px;
        margin-top: 12px;
    }

    .module-1 {
        background-image: url('/media/static/images/2x/home/phone-bg-1-1.png');
    }

    .module-2 {
        background-image: url('/media/static/images/2x/home/phone-bg-2.png');
    }

    .module-3 {
        background-image: url('/media/static/images/2x/home/phone-bg-3-3.png');
    }

    .character-box {
        margin-top: 40px;
    }

    .client-warp {
        padding: 0 34px;
    }

    .client-content {
        margin-top: 64px;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .client-item {
        width: 95px;
        height: 95px;
        margin-right: 10px;
        border-radius: 6px;
    }

    .client-item img {
        width: 35px;
    }

    .client-name {
        font-size: 10px;
        line-height: 10px;
        margin-top: 6px;
    }
}

.contact-card h3 {
    text-align: center;
    font-size: 40px;
    padding: 20px 0;
}

.contact-card .items {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.contact-card .items a {
    display: flex;
    align-items: center;
    color: #333;
    width: 25%;
    text-decoration: none;
    margin-bottom: 10px;
    position: relative;
}

.contact-card .items a:hover {
    background-color: #fff;
    border-radius: 10px;
}

.contact-card .items .logo {
    width: 80px;
    height: auto;
    margin-right: 10px;
}

.contact-card .items .qr {
    position: absolute;
    width: 180px;
    bottom: 100px;
    left: 50px;
    display: none;
}

.contact-card .items a:hover .qr {
    display: block;
}

.contact-card .items .title {
    font-weight: 17px;
    font-weight: 600;
    margin-bottom: 3px;
}

.contact-card .items .desc {
    color: #aaa;
}

@media (max-width: 768px) {
    .contact-card h3 {
        font-size: 28px;
        font-weight: bold;
    }

    .contact-card .items a {
        width: 100%;
    }

    .contact-card .items .logo {
        width: 50px;
    }
}
