body {
    padding: 0px;
    margin: 0px;
}

.container {
    width: 100vw;
}

.container-content {
    width: 100vw;
}


/** 顶部悬浮 **/

.header {
    width: 100%;
    height: 16.9vw;
    background-image: url('../img/header-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    position: fixed;
    z-index: 50;
    align-items: center;
    justify-content: center;
}

.header-content {
    width: 97vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-left {
    width: 13vw;
    height: 15vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-avatar {
    width: 100%;
    height: 13vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../img/icon.webp');
}

.header-middle {
    width: 42vw;
    height: 15vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-middle-content {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vw;
}

.header-right {
    width: 32vw;
    height: 15vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}

.header-right-button {
    width: 36vw;
    height: 14.6vw;
    background-image: url('../img/book-btn.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/** 背景 **/

.body-content {
    width: 100vw;
    height: 443.3vw;
    background-image: url('../img/main-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.book-btn {
    width: 100%;
    height: 13.8vw;
    position: relative;
    top: 144.2vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.body-btn {
    height: 100%;
    width: 52.2vw;
    background-image: url('../img/btn.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.fb-btn {
    width: 100%;
    height: 13.8vw;
    position: absolute;
    top: 251.7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fb {
    height: 100%;
    width: 52.2vw;
    background-image: url('../img/fb.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.count-container {
    width: 100%;
    height: 8.1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 189.7vw;
}

.count-content {
    width: 74.1%;
    height: 8.1vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url('../img/process-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.count {
    font-size: 4vw;
    color: #ff511c;
    margin-left: -15vw;
    font-weight: 800;
}

.process-content {
    width: 100%;
    height: 95.8vw;
    top: 201.8vw;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.process {
    height: 100%;
    width: 91.4vw;
    /* background-image: url('../img/process_5W.png'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.receive-btn {
    width: 100%;
    height: 11.6vw;
    position: absolute;
    top: 405.7vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.receive {
    height: 100%;
    width: 51.2vw;
    background-image: url('../img/receive.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.body-sw {
    width: 100%;
    height: 95vw;
    position: absolute;
    top: 450.6vw;
}

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

.body-slide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.body-slide img {
    width: 50vw;
    height: 82.4vw;
}

.body-next-img {
    width: 5vw;
    height: 6.8vw;
    background-image: url('../img/right.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    right: 6vw;
}

.body-prev-img {
    width: 5vw;
    height: 6.8vw;
    background-image: url('../img/left.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 6vw;
}

.cicle-container {
    width: 100%;
    height: 2vw;
    bottom: 8vw;
    position: absolute;
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cicle-content {
    width: 20.8vw;
    height: 2vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.cicle {
    width: 2vw;
    height: 2vw;
    background-image: url('../img/circle.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


/** 底部公司信息 **/

.footer-container {
    width: 100vw;
    display: flex;
    flex-direction: column;
    background: black;
    position: absolute;
}

.cp-logo-content {
    width: 100vw;
    height: 23vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.cp-logo {
    width: 18vw;
    height: 15vw;
    background-image: url('../img/cp-logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-right: 3vw;
}

.age {
    width: 10.5vw;
    height: 15vw;
    background-image: url('../img/age.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-left: 3vw;
}

.cp-info {
    width: 100vw;
    height: 25vw;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
}

.cp-content {
    width: 90%;
    height: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 5vw;
    text-align: center;
}