* {
    padding: 0;
    margin: 0;
}

#login {
    display: none;
}

body,
html {
    overflow-x: hidden;
}

.container {
    width: 375px;
    padding: 20px;
}

.head-btn,
.content-btn {
    cursor: pointer;
}

@media screen and (max-width: 600px) {
    .container {
        width: 320px;
    }
}

.login-title {
    position: relative;
    height: 38px;
}

.login-title p {
    position: absolute;
    font-size: 16px;
    line-height: 38px;
    font-weight: 600;
}

/* #form {
    display: none;
} */

#bind {
    display: none;
    text-align: center;
}

#scan {
    display: none;
    text-align: center;
}

.qrcode {
    position: relative;
    display: inline-block;
    margin: 15px;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #eee;
}

.qrcode img {
    width: 180px;
}

.login-way {
    float: right;
    cursor: pointer;
    color: #16baaa;
}

.tip {
    font-size: 12px;
    color: #999;
}

.codeImage {
    display: none;
}

#way-img {
    height: 38px;
}

.smscode {
    margin-left: 11px;
}

.code-image {
    width: calc(100% - 10px);
    height: 38px;
    margin-left: 10px;
    border-radius: 5px;
    cursor: pointer;
    border: 1px solid #eee;
}

.password {
    display: none;
}

.agreement {
    color: #1e9fff
}

.overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
}

.refresh {
    display: block;
    margin: auto;
}

/* --------------------------------- */

.first-screen {
    height: auto;
    background-color: #fff;
    position: relative;
}

.head {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.head-logo img {
    height: 38px;
}

.head-nav {
    flex: 1;
    text-align: center;
    max-width: 380px;
}

.nav-list {
    display: flex;
    height: 38px;
    line-height: 38px;
}

.nav-li {
    flex: 1;
}

.nav-li a {
    color: #000;
}

.head-btn {
    border-radius: 5px;
    background-color: #21B5BC;
}

.head-btn img {
    display: none;
}

.head-user {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #000;
}

.head-user img {
    height: 30px;
    width: auto;
    border-radius: 50%;
    margin-right: 5px;
}

.head-user i {
    padding: 0 5px;
}

.first-content {
    flex: 1;
    height: 430px;
    color: #000;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: space-around;
}

.main-title {
    display: inline-block;
}

.main-title h1 {
    font-size: 46px;
}

.first-img {
    height: 100%;
}

.first-img img {
    max-height: 520px;
}

.content-btn {
    display: inline-block;
    width: 160px;
    height: 46px;
    border-radius: 5px;
    background-color: #21B5BC;
    line-height: 46px;
    text-align: center;
    margin-top: 30px;
    box-sizing: border-box;
    color: #fff;
    box-shadow: 0px 1px 5px 1px rgb(0 0 0 / 10%);
}

.float-card {
    display: flex;
    background: #FFFFFF;
    box-shadow: 0 0 30px 0 rgb(46 172 190 / 0.1);
    padding: 15px 0;
    border-radius: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.card-content {
    flex: 1;
    text-align: center;
    display: inline-block;
}

.card-content img {
    height: 50px;
    margin-bottom: 5px;
}

.main-content {
    height: 500px;
    display: flex;
    text-align: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.content-text {
    flex: 1;
}

.b-text {
    display: inline-block;
    width: 380px;
    color: #1B2733;
    text-align: left;
}

.b-text h2 {
    font-size: 28px;
    margin-bottom: 15px;
}

.b-text p {
    font-size: 16px;
    line-height: 26px;
}

.content-picture {
    flex: 1;
}

.bg-gradient {
    background: linear-gradient(to bottom right, rgba(244, 115, 42, 0.06), transparent) top left, linear-gradient(to top left, rgba(46, 172, 190, 0.06), transparent) bottom right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.tail-content {
    height: 260px;
    background: #F1F5F8;
}

.footer {
    display: flex;
    height: 300px;
    background: rgb(27 39 51);
}

.footer-logo {
    color: #fff;
    padding-left: 30px;
}

.footer-logo img {
    position: absolute;
    height: 80px;
    top: -30px;
}

.footer-logo p {
    line-height: 30px;
    margin-top: 60px;
    font-size: 21px;
    font-weight: 900;
}

.footer-logo span {
    color: #eee;
}

.one-content {
    height: 500px;
}

.acc-content {
    position: relative;
    width: 100%;
    height: 100%
}

.acc-content img {
    position: absolute;
    height: 500px;
    left: -50px;
    bottom: -50px;
}

.footer-content {
    color: #fff;
    line-height: 28px;
    padding: 30px;
}

.footer-qrcode {
    display: inline-block;
    padding: 0 20px;
    text-align: center;
}

.footer-qrcode img {
    width: 80px;
    margin-bottom: 5px;
}

.copyright {
    margin-top: auto;
    background: rgb(27 39 51);
    padding: 5px 0;
    text-align: center;
    color: #999;
}

.copyright a {
    color: #aaa;
}

.content-picture img {
    height: 320px;
}

.footer-content a {
    color: #fff;
}

#service-qrcode {
    position: relative;
}

#service-qrcode::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.first-screen-main {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.blur-gradient {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    display: flex;
    width: 400px;
    height: 400px;
    background: radial-gradient(28166% 537% at -50% -250%, #D798E1 0%, #D798E1 17%, #9BFFA5 27%, #AED3FF 49%, #C9D4EF 56%, #CACFFA 65%);
    filter: blur(230px);
    z-index: 1;
}

.first-screen-main div {
    z-index: 3;
}

.element {
    position: absolute;
    z-index: 2;
}

.ele-1 {
    width: 120px;
    right: 10%;
    top: 50%;
}

.ele-2 {
    width: 100px;
    left: 5%;
    top: 30%;
}

.ele-3 {
    width: 80px;
    right: -10px;
    bottom: 5%;
}

.ele-4 {
    width: 100px;
    left: -10px;
    bottom: 5%;
}

.ele-5 {
    width: 20px;
    left: 10%;
    bottom: 20%;
}

.ele-6 {
    width: 20px;
    right: 10%;
    top: 40%;
}

.ele-7 {
    width: 20px;
    right: 20%;
    top: 20%;
}

.ele-8 {
    width: 20px;
    left: 20%;
    top: 20%;
}

.element img {
    width: 100%;
    height: auto;
}

.first-content {
    margin-bottom: 50px;
}

.first-content-title {
    margin-bottom: 30px;
}

.relative {
    position: relative;
    overflow: hidden;
}

.ellipse-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%;
    height: 200px;
    display: flex;
    background: rgba(46, 172, 190, 0.2);
    filter: blur(200px);
}

.ellipse-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 200px;
    display: flex;
    background: rgba(244, 115, 42, 0.1);
    filter: blur(200px);
}

.ellipse-1 {
    width: 30px;
    bottom: 60px;
    right: 15%;
}

.ellipse-2 {
    width: 15px;
    top: 60px;
    left: 25%;
}

.ellipse-3 {
    width: 10px;
    bottom: 10px;
    left: 5%;
}

.ellipse-4 {
    width: 100px;
    top: 30px;
    right: 25%;
}

.ellipse-5 {
    width: 50px;
    bottom: 25%;
    left: 35%;
}

.content-introduce p {
    padding: 10px 0;
}

.content-introduce li {
    display: flex;
    align-items: center;
    height: 38px;
}

.content-introduce li img {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

.first-screen-main .head {
    padding: 0 30px;
}

.first-img video{
    max-height: 550px;
    border: 1px solid #eee;
    border-radius: 15px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 3%);
    max-width: 90%;
}

.first-img .gif-img{
    max-width: 100%;
    border-radius: 15px;
    border: 1px solid #eee;
}


@media screen and (max-width: 500px) {
    .first-img .gif-img{
        max-width: 90%;
    }

    .nav-li.head-btn {
        display: none;
    }

    .first-content {
        height: auto;
    }

    .first-img img {
        max-width: 90%;
    }

    .first-content {
        display: block;
    }

    .main-title h1 {
        font-size: 30px;
    }

    .first-img,
    .main-title {
        text-align: center;
        margin-left: 0;
        width: auto;
    }

    .first-title {
        margin: 35px 0;
        text-align: center;
    }

    .float-card {
        margin: 0 5px;
    }

    .main-content {
        display: block;
        height: auto;
        padding: 50px 0;
    }

    .one-content {
        height: auto;
    }

    .b-text {
        width: 320px;
    }

    .acc-content img {
        width: 100%;
        position: static;
        height: auto;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .footer .layui-container {
        width: 100%;
    }

    .footer {
        height: auto;
    }

    .footer-content {
        padding: 30px 10px;
    }

    .footer-qrcode {
        width: calc(50% - 5px);
        padding: 0;
        margin-top: 25px;
        text-align: left;
    }

    .content-picture img {
        margin: 30px 0;
        width: 90%;
        height: auto !important;
    }

    .footer-logo {
        padding-left: 10px;
    }

    #login-item {
        display: none;
    }

    .first-screen-main .head {
        padding: 0 15px;
    }
}