@charset "UTF-8";

[v-cloak] {
    display: none;
}

body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
} */

button {
    outline: none;
}

html * {
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
    width: 100%;
    height: 100%;
}

body {
    /* background: #fde4dd; */
    background: #fff;
    font-family: "Microsoft YaHei", "SimHei", "微软雅黑", "黑体";
    color: #333;
}

.flex {
    display: flex;
    align-items: center;
}

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

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-1 {
    flex: 1 1;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

#app {
    width: 100%;
    font-size: 1.4rem;
}

.none {
    height: 4rem;
    width: 100%;
    background: #fff;
}

.header {
    height: 4rem;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;

    padding: 0 3rem;
    background: #fde4dd;
}

.logo-wrap {
    width: 7rem;
}

.logo-wrap img {
    width: 100%;
    height: auto;
    display: block;
}

.tabs {
    width: 60%;
    height: 100%;
}

.tabs .tab {
    text-align: center;
    cursor: pointer;
}

.tab.active {
    color: #FF4713;
}

.contact-steward {
    position: absolute;
    left: 0;
    top: 50%;

    width: 2.4rem;
    height: 9.2rem;
    margin-top: -4.6rem;
    line-height: 1.6rem;
    background: #fff;
    border-radius: 0 2rem 2rem 0;
    box-shadow: 1px 1px 5px rgba(102, 81, 42, .5);
    z-index: 88;

    text-align: center;
    color: #66512a;

    cursor: pointer;
}

.contact-steward img {
    width: 6rem;
    height: 6rem;
}

.show-qr {
    width: 10rem;
    padding-left: .8rem;
    padding-right: .4rem;
}

.show-qr img {
    margin-right: .4rem;
}

.tab-slide {
    background: #fff;
    color: #634e25;
}

.tab-slide>img {
    width: 100%;
    height: auto;
    display: block;
}

.buy-goods {
    padding-top: 11rem;
}

.content-title {
    width: 100%;
    line-height: 4rem;
    padding: 5rem 0 2rem;
    font-size: 3rem;
    font-weight: 500;
    text-align: center;
}

.buy-nav {
    padding: 0 20rem;
    margin-bottom: 1rem;
}

.buy-nav .flex-1 {
    text-align: center;
    cursor: pointer;
    padding: 1rem 0;
    font-size: 1.6rem;
}

.buy-nav .active span {
    color: #FF4713;
    position: relative;
}

.buy-nav .active span::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #FF4713;
    position: absolute;
    left: 50%;
    margin-left: -50%;
    bottom: -.6rem;
}

.img-slide img {
    width: 100%;
    height: auto;
    display: block;
}

.buy-wrapper {
    padding: 0 20rem 8rem;
}

.fixed-title {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 20;
    width: 100%;
    text-align: center;
}

.channel-img {
    padding: 11rem 20rem 8rem;

    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 10;
    margin: auto;
    width: 100%;
    height: 100%;
}

.channel-img img {
    width: 100%;
    height: auto;
    display: block;
}

.channel-bg {
    width: 100%;
    height: 100%;
    display: block;
}

.develop-content {
    padding: 11rem 0 6rem;
}

.develop-wrap {
    position: relative;
    padding: 0 20rem;
}

.red-line {
    position: absolute;
    left: 50%;
    top: 1.8rem;
    width: 2px;
    height: 96%;
    margin-left: -1px;
    background: #FF4713;
}

.develop-list {
    flex-direction: column;
}

.col-left {
    margin-right: 50%;
    align-self: flex-end;
}

.col-right {
    align-self: flex-start;
    margin-left: 50%;
}

.develop-list .title span {
    color: #FF4713;
    font-size: 2rem;
    line-height: 4rem;
    font-weight: 700;
}

.develop-list .red-dot {
    display: inline-block;
    width: 1rem;
    height: 1rem;

    border-radius: 50%;
    background: #FF4713;
}

.col-left .title {
    justify-content: flex-end;
}

.col-left .red-dot {
    margin-left: 1.5rem;
    margin-right: -.5rem;
}

.col-right .red-dot {
    margin-right: 1.5rem;
    margin-left: -.5rem;
}

.text-list {
    line-height: 2.4rem;
    color: #846f4d;
}

.col-left .text-list {
    padding-right: 2rem;
}

.col-right .text-list {
    padding-left: 2rem;
}

.col-left .text-list li {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.col-right .text-list li {
    display: flex;
    justify-content: flex-start;
}

.text-list li a {
    color: #846f4d;
    display: block;
}

.text-list li a:hover {
    color: #FF4713;
    text-decoration: underline;
}

.month {
    min-width: 5rem;
    font-weight: 700;
}

.join-us {
    background: #fffaf4;
    padding: 0 20rem 4rem;
    box-sizing: border-box;
}

.join-us .content-title {
    padding-bottom: 4rem;
}

.join-us-content {
    font-size: 1.6rem;
    align-items: flex-start;
}

.we-have li {
    margin-bottom: 3rem;
}

.we-have li p {
    line-height: 3rem;
    text-align: justify;
}

.us-title {
    padding-bottom: 1rem;
}

.us-title .big-text {
    font-size: 2.2rem;
    font-weight: 500;
    margin-right: .8rem;
}

.us-title .pull-dwon {
    width: 3rem;
    height: 3rem;
    cursor: pointer;
}

.pull-dwon img {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
}

.pull-dwon.active img {
    transform: rotate(180deg);
}

.send-wrap {
    margin: 8rem 0;
}

.send-resume {
    font-size: 2.2rem;
    font-weight: 500;
    margin-top: .4rem;
    color: #634e25;
    display: block;
}

.send-resume:hover {
    color: #FF4713;
    text-decoration: underline;
}

.join-us-img {
    margin-left: 2rem;
}

.join-us-img img {
    display: block;
    width: 18rem;
    height: auto;
}

.picture-wrap {
    max-width: 40%;
    margin-left: 8rem;
}

.picture-wrap img {
    display: block;
    width: 100%;
}

.big-pic {
    margin-bottom: 1rem;
}

.two-pic {
    width: 100%;
    justify-content: space-between;
}

.two-pic div:nth-of-type(2) {
    margin-left: 1rem;
}

.footer {
    color: #634e25;
    background: #e8d6c5;
    padding: 6rem 20rem 4rem;
    box-sizing: border-box;
}

.contact-us {
    align-items: flex-start;
}

.contact-title {
    font-size: 2rem;
}

.contact-us .flex-1 {
    margin-right: 3rem;
}

.contact-us .flex-1:last-child {
    margin-right: 0;
}

.download-qrCode {
    margin-bottom: 1rem;
}

.qrCode-img {
    width: 8rem;
    height: 8rem;
    display: block;
}

.way {
    margin-bottom: 2rem;
    line-height: 2rem;
    text-align: justify;
}

.way a {
    color: #634e25;
}

.way a:hover {
    color: #FF4713;
    text-decoration: underline;
}

.icons {
    padding-top: 1rem;
}

.icons img {
    width: 3rem;
    height: 3rem;
    margin-right: .6rem;
}

.small {
    font-size: 1.2rem;
    text-align: left;
}

.swiper-pagination-bullet {
    background: #634e25;
    opacity: .5;
}

.swiper-pagination-bullet-active {
    background: #FF4713;
    opacity: 1;
}


/* 手机端样式 */
@media screen and (max-width: 800px) {
    .mobile-app {
        height: 100%;
    }

    .contact-steward {
        width: 2rem;
        height: 8.8rem;
        font-size: 1.2rem;
        border-radius: 0 1.4rem 1.4rem 0;
    }

    .show-qr {
        width: 9.2rem;
        padding-left: .8rem;
        padding-right: .2rem;
    }

    .show-qr img {
        margin-right: 0;
    }

    .header {
        padding-right: 1.2rem;

        background: transparent;
        box-shadow: 0px 2px 5px rgba(102, 81, 42, .2);
    }

    .download-app {
        border: 1px solid #000;
        border-radius: 1.2rem;
        height: 2.4rem;
        line-height: 2.2rem;
        font-size: 1.2rem;
        padding: 0 .8rem;
        color: #231815;
    }

    .more {
        width: 1.8rem;
        height: 1.8rem;
        margin-left: 1.2rem;
    }

    .more img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .tabs {
        justify-content: flex-end;
    }

    .app-tab-mask {
        position: absolute;
        left: 0;
        top: 4rem;
        z-index: 88;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, .4);
    }

    .app-tabs {
        background: rgb(245, 238, 234, .9);
    }

    .app-tabs li {
        height: 4rem;
        line-height: 4rem;
        text-align: center;
        position: relative;
    }

    .app-tabs li::after {
        content: "";
        height: 1px;
        width: 80%;

        position: absolute;
        left: 50%;
        bottom: 0;

        margin-left: -40%;
        background: #a09a97;
    }

    .app-tabs li:last-child::after {
        content: none;
    }

    .app-tab.active {
        color: #FF4713;
    }

    .swiper-container1 {
        height: 100%;
    }

    .slogan-wrap {
        position: absolute;
        left: 0;
        top: 16.5%;

        width: 100%;
        text-align: center;
    }

    .slogan1 {
        line-height: 3rem;
        font-size: 2rem;
        color: #FF4713;
        font-weight: 700;
        margin-bottom: .4rem;
    }

    .slogan2 {
        line-height: 2rem;
        font-size: 1.2rem;
        color: #000;
    }

    .top-one {
        position: absolute;
        left: 8%;
        bottom: 5%;
        z-index: 10;

        color: #000;
        font-size: 1.2rem;
    }

    .app-bg-img {
        width: 100%;
        height: 100%;
        background: url("../images/app_banner.jpg") no-repeat center center;
        background-size: cover;
    }

    .mobile-app .sell-spare {
        background: url("../images/app_content_01.jpg") no-repeat center center;
        background-size: cover;
    }

    .mobile-app .buy-channel {
        background: url("../images/app_content_02.jpg") no-repeat center center;
        background-size: cover;
    }

    .channel-img {
        padding: 11rem 4.4rem 0;
        position: relative;
        flex-direction: column;
    }

    .fixed-title {
        top: 6rem;
    }

    .advantage {
        position: absolute;
        left: 0;
        bottom: 8%;
        width: 100%;

        padding: 0 2rem;
    }

    .advantage li {
        text-align: center;
        font-size: 1.2rem;
    }

    .advantage .center-li {
        padding: 0 2rem;
    }

    .advantage img {
        width: 4rem;
        height: 4rem;
        display: block;
        margin: 0 auto;
    }

    .advantage .advantage-title {
        font-size: 1.6rem;
        font-weight: 500;
        margin: .8rem auto .6rem;
    }

    .advantage span {
        display: block;
        line-height: 1.8rem;
    }

    .content-title {
        padding: 0;
        font-size: 2rem;
    }

    .buy-wrapper {
        padding: 11rem 3.4rem 0;
    }

    .buy-goods {
        padding-top: 0;
    }

    .buy-nav {
        flex-wrap: wrap;
        padding: 1rem 3.4rem;
        margin-bottom: 0;
    }

    .buy-nav .flex-1 {
        font-size: 1.2rem;
        min-width: 50%;
        padding: 1.4rem 0;
    }

    .swiper-container-vertical>.swiper-pagination-bullets {
        right: 1.2rem;
    }

    .develop-content {
        padding: 10rem 0 6rem;
        width: 100%;
        height: 100%;
    }

    .develop-content .fixed-title {
        top: 5rem;
    }

    .develop-wrap {
        padding: 0 2.4rem 1rem;
    }

    .develop-list .title span {
        line-height: 2.4rem;
        font-size: 1.6rem;
    }

    .col-left .red-dot {
        margin-left: .5rem;
    }

    .col-right .red-dot {
        margin-right: .5rem;
    }

    .develop-list .text-list {
        line-height: 1.4rem;
        font-size: 1rem;
    }

    .develop-list .text-list li {
        text-align: justify;
    }

    .col-left .text-list {
        padding-right: 1rem;
    }

    .col-right .text-list {
        padding-left: 1rem;
    }

    .text-list .month {
        min-width: 3.8rem;
    }

    .col-left .month {
        text-align: right;
    }

    .red-line {
        top: 1.4rem;
    }

    .join-us {
        padding: 6rem 3.4rem 0;
    }

    .join-us-content {
        display: block;
        font-size: 1rem;
    }

    .join-us .content-title {
        padding-bottom: 0;
    }

    .we-have .us-title {
        padding-bottom: 0;
    }

    .us-title .big-text {
        font-size: 1.6rem;
        margin-right: .4rem;
    }

    .us-title .pull-dwon {
        width: 2.4rem;
        height: 2.4rem;
    }

    .pull-dwon img {
        width: 1.2rem;
        height: 1.2rem;
    }

    .we-have li {
        margin-bottom: 1rem;
    }

    .we-have li p {
        line-height: 1.6rem;
    }

    .send-wrap {
        margin: 4rem 0 1rem;
    }

    .send-resume {
        font-size: 1.6rem;
        margin-top: 0;
    }

    .join-us-img img {
        width: 10rem;
    }

    .picture-wrap {
        width: 100%;
        max-width: none;
        margin-left: 0;
    }

    .big-pic {
        margin-bottom: .4rem;
    }

    .two-pic div:nth-of-type(2) {
        margin-left: .4rem;
    }

    .more-activity {
        margin-top: .4rem;
        font-size: 1rem;
        text-align: justify;
    }

    .footer {
        padding: 0;
        background: url("../images/contact_us.jpg") no-repeat center center;
        background-size: cover;
    }

    .contact-us {
        padding: 4rem 3.4rem 2rem;
        flex-wrap: wrap;
        width: 100%;

        position: absolute;
        bottom: 4%;
        left: 0;
        z-index: 10;
    }

    .contact-us .flex-1 {
        min-width: 46%;
        margin-right: 0;
    }

    .contact-us .flex-1:nth-child(2n) {
        margin-left: 1rem;
    }

    .contact-title {
        padding-bottom: 3rem;
        padding-left: 0;
    }

    .icons img {
        width: 2.4rem;
        height: 2.4rem;
        margin-right: 0;
    }

    .icons img:last-child {
        margin-right: 0;
    }

    .download-qrCode {
        font-size: 1.3rem;
        margin-bottom: .4rem;
    }

    .qrCode-img {
        width: 6rem;
        height: 6rem;
    }
}

@media screen and (max-width: 800px) and (max-height: 844px) {
    .text-list .month {
        min-width: 3.6rem;
    }
}

@media screen and (max-width: 800px) and (max-height: 740px) {
    .develop-list .title span {
        line-height: 2rem;
        font-size: 1.4rem;
    }

    .develop-list .text-list {
        font-size: .8rem;
    }

    .channel-img {
        padding: 11rem 5.4rem 0;
    }
}

@media screen and (max-width: 800px) and (max-height: 667px) {
    .download-app {
        font-size: 1rem;
    }

    .text-list .month {
        min-width: 3.2rem;
    }

    .buy-nav .flex-1 {
        padding: 1rem 0;
    }

    .join-us {
        padding-top: 4rem;
    }

    .join-us .content-title {
        line-height: 3rem;
    }

    .send-wrap {
        margin: 0;
    }

    .picture-wrap {
        padding: 1rem 3rem .4rem;
    }
}