/* --------------通用样式------------------- */

.button {
    text-decoration: none;
    display: block;
    white-space: nowrap;
}

.join-btn:hover {
    opacity: 0.5;
}

.linear-gradient-start {
    stop-color: #ff8800;
}

.linear-gradient-end {
    stop-color: #ffb700;
}

iframe {
    display: none!important;
}

/* -------------------------------- */

@media screen and (max-width: 800px) {
    html {
        height: 100%;
        width: 100%;
        overflow-x: auto;
        min-width: auto;
    }
    body {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .insert1 {
        position: relative;
        z-index: 10;
        width: 90%;
        margin: 45px auto;
    }
    .insert2 {
        position: relative;
        z-index: 10;
        width: 85%;
        margin-top: 23px;
    }
    .leaf1 {
        z-index: -10;
        text-align: left;
        width: 14%;
        position: absolute;
        margin-top: -10px;
        left: 0;
    }
    .leaf2 {
        position: absolute;
        z-index: -10;
        top: 1252px;
        width: 10%;
        right: 0;
    }
    .leaf3 {
        position: absolute;
        z-index: -10;
        /* top: 2174px; */
        width: 12%;
        left: 0;
        margin-top: 15px;
    }
    .block1 {
        position: absolute;
        z-index: -15;
        right: 0;
        top: 1237px;
        width: 17%;
    }
    .block2 {
        position: absolute;
        z-index: -15;
        width: 15%;
        left: -22px;
        top: 1293px;
    }
    .block3 {
        position: absolute;
        z-index: -15;
        left: 1535px;
        top: 2852px;
        display: none;
    }
    .block4 {
        position: absolute;
        z-index: -15;
        width: 18%;
        left: 0;
        margin-top: -125px;
    }
    .bottom {
        position: absolute;
        z-index: -15;
        bottom: 0;
    }
    .info {
        text-align: center;
        background: url(images/background-mobile.png) center center no-repeat;
    background-position-y: 0;
    background-size: 100% 100%;
    }
    .main-content {
        margin-left: auto;
        margin-right: auto;
        /* height: 647px;
        background: url(images/background-mobile.png) center center no-repeat;
        background-position-y: 0;
        background-size: 100% 100%; */
    }
    .header {
        height: 80px;
        justify-content: space-between;
        display: flex;
        margin: 0 20px;
    }
    .header>* {
        margin-top: auto;
        margin-bottom: auto;
    }
    .logo {
        display: -webkit-box;
        display: flex;
        margin-top: 20px;
        width: 90px;
        height: 26px;
    }
    .upload {
        border: solid 2px #ffffff;
        border-radius: 100px;
        color: white;
        font-size: 15px;
        padding: 10px 19px;
        display: none;
    }
    .upload:hover {
        background-color: #ffffff;
        color: #FDB507;
    }
    .target {
        width: 90%;
        margin: 30px auto 0;
        font-family: PingFangSC-Semibold;
        font-size: 28px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        color: #ffffff;
        font-weight: 500;
    }
    .current {
        width: 100%;
        height: 40px;
        font-family: PingFangSC-Regular;
        font-size: 13px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 40px;
        letter-spacing: 1px;
        color: #ffffff;
        margin-top: 8px;
    }
    .current .style {
        font-size: 19px;
    }
    .info .join-btn {
        background-color: #ffffff;
        box-shadow: 0px 5px 10px 0px rgba(191, 73, 28, 0.2);
        border-radius: 100px;
        font-size: 16px;
        color: #fb9e0d;
        padding: 9px 27px;
        margin: 14px auto;
        width: 66px;
    }
    .about {
        text-align: center;
    }
    .what-we-are {
        color: #000000;
        margin-top: 30px;
        font-weight: 600;
        font-size: 22px;
        text-align: center;
    }
    .about p {
        font-size: 13px;
        line-height: 24px;
        color: #282828;
        text-align: left;
        width: 93%;
        margin: auto;
        margin-top: 17px;
    }
    .thing {
        position: absolute;
        border-left: none;
        border-right: none;
        border-radius: 100px;
        background: linear-gradient(to right, #ff8800, #ffb700);
        font-size: 20px;
        color: #ffffff;
        padding: 16px 28px;
        white-space: nowrap;
    }
    #thing2 {
        position: absolute;
    }
    .timeline {
        display: none;
        width: 1796px;
        height: 145px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 301px;
    }
    .products {
        text-align: center;
    }
    .products>.title, .welfare>.title {
        width: 154px;
        font-family: PingFangSC-Semibold;
        font-size: 24px;
        color: #000000;
        text-align: center;
        width: 100%;
        font-weight: 600;
        margin-top: 0px;
    }
    .products .title-sub, .welfare .title-sub {
        width: 285px;
        height: 25px;
        font-size: 14px;
        color: #505050;
        text-align: center;
        width: 100%;
        margin-top: 6px;
        margin-bottom: 15px;
    }
    .cards {
        text-align: center;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 92%;
        margin: auto;
    }
    .card {
        width: 45%;
        box-shadow: 0px 10px 20px 0px rgba(197, 197, 197, 0.5);
        margin: 2.5%;
        display: inline-block;
        border-radius: 8px;
        background-color: #ffffff;
        display: flex;
        flex-direction: column;
    }
    .card .icon {
        width: 100%;
        background-color: rgba(197, 197, 197, 0.5);
        display: block;
        border-radius: 8px 8px 0 0;
    }
    .card .desc {
        background-color: #ffffff;
        border-radius: 8px;
        font-size: 11px;
        line-height: 1.5em;
        width: 89%;
        margin: auto;
        padding: 5px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    /* -----------福利----------- */
    .welfare, .products {
        margin-top: 55px;
    }
    .items {
        /* text-align: center; */
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .item:first-child >.icon{
        margin-left: 3px;
    }
    .item {
        margin: -1px;
        width: 100%;
        display: inline-block;
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
    .item .icon {
        display: inline-block;
        width: 90px;
        height: 90px;
    }
    .item .box {
        width: 70%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .item .title {
        font-size: 16px;
        font-family: PingFangSC-Semibold;
        color: #282828;
        width: 100%;
        font-weight: 600;
    }
    .item .desc {
        width: 100%;
        font-size: 14px;
        color: #787878;
        margin-top: 4px;
    }
    /* ---------------加入我们----------------- */
    .join {
        text-align: center;
        background: url("images/bottom-mobile.png") center center no-repeat;
        width: 100%;
        background-size: 100% 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-top: 50px;
    }
    .join .desc {
        font-size: 18px;
        width: 100%;
        color: #ffffff;
        margin-top: 61px;
    }
    .join .join-btn {
        background-color: #ffffff;
        box-shadow: 0px 5px 10px 0px rgba(191, 73, 28, 0.2);
        border-radius: 100px;
        font-size: 16px;
        color: #fb9e0d;
        padding: 9px 27px;
        width: 82px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    .contact {
        width: 100%;
        z-index: 10;
    }
    .contact-span {
        text-align: left;
        margin: 0 12px;
    }
    .contact span {
        display: inline-block;
        line-height: 17px;
        font-size: 12px;
        color: #ffffff;
        margin: 5px 0;
    }
    .style1 {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    #qq1 {
        display: initial;
        margin-left: 30px;
    }
    #qq2 {
        display: none;
    }
    hr {
        height: 1px;
        border: none;
        background-color: #ffffff;
        margin: 10px 0 5px;
        opacity: 0.5;
    }
}