.box {
    width: 100%;
    height: 100vh;
    background: url(../images/indexBj.jpg) center center / 100% 100%;
    display: flex;
}

.box1 {
    width: 100%;
    height: 100vh;
    background: url(../images/indexBj1.jpg) center center / 100% 100%;
    display: flex;
}

.wrapper {
    position: relative;
    overflow: hidden;
}

.gif {
    position: absolute;
}

* {
    margin: 0;
    padding: 0;
}

.gif2 {
    top: 60%;
    left: 50px;
}

.gif1 {
    width: 160px;
    top: 0;
    right: 70px;
}

.gif1 img {
    width: 100%;
}

.gif3 {
    bottom: 0;
    right: 120px;
}

@keyframes cloudyd1 {
    0% {
        transform: translate(0);
    }
    50% {
        transform: translate(60px);
    }
    100% {
        transform: translate(0);
    }
}

.boxRight {
    flex: 1;
    height: 100%;
}

.icon1 {
    width: 100%;
    position: absolute;
    left: 0;
    top: -20px;
    animation: cloudyd1 linear 25s infinite;
}

.icon1 img {
    width: 100%;
}

.boxLeft div {
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    cursor: pointer;
    width: 100%;
    height: 50%;
    letter-spacing: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.boxLeft div:nth-child(1) {
    color: #eef5fc;
}

.boxLeft div:nth-child(2) {
    color: #cb662f;
}

.boxRight .rightItem {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.boxLeft {
    width: 63px;
    height: 100%;
    position: relative;
}

.boxLeft img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    top: 0;
    left: 0;
    position: absolute;
}

.indexTitle {
    height: 180px;
    margin: auto;
    display: block;
}

.rightItem {
    padding-top: 166px;
    z-index: 2;
    position: relative;
}

.detail p {
    font-size: 20px;
    text-align: center;
    line-height: 48px;
    color: #eef5fc;
}

.detail {
    margin-top: 30px;
}

.btnBox {
    display: flex;
    margin-top: 60px;
    justify-content: center;
}

.btnBox a {
    width: 300px;
    height: 60px;
    background-color: #439cf7;
    border: solid 2px #439cf7;
    border-radius: 30px;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    font-size: 36px;
    letter-spacing: 7.2px;
    color: #eef5fc;
}

.btnBox a:hover {
    border: solid 2px #eef5fc;
}

.btnBox a:nth-child(1) {
    margin-right: 128px;
}

.footer {
    font-size: 18px;
    text-align: center;
    margin-top: 100px;
    letter-spacing: 72px;
    color: #3990f4;
}

.rightItem1 {
    position: absolute;
    width: 90%;
    max-width: 1200px;
    left: 50%;
    bottom: 0;
    height: calc(100% - 150px);
    background-color: #f4faff;
    transform: translateX(-50%);
}

.indexTitle1 {
    margin-top: -120px;
}

.indexTitle1 img {
    margin: auto;
    display: block;
    height: 220px;
}

.hint {
    margin-top: 19px;
    font-size: 30px;
    letter-spacing: 12px;
    text-align: center;
    color: #b42720;
}

.detail1 {
    margin-top: 70px;
    padding-top: 50px;
    padding-bottom: 53px;
    position: relative;
}

.detail1::after {
    content: "";
    width: 90%;
    max-width: 1012px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 2px;
    background: url(../images/indexline.png) center center / 100% 100%;
}

.detail1::before {
    content: "";
    width: 90%;
    max-width: 1012px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    bottom: 0;
    height: 2px;
    background: url(../images/indexline.png) center center / 100% 100%;
}

.detail1 p {
    font-size: 24px;
    line-height: 44px;
    text-align: center;
    color: #343434;
}

.btnBox1 a:hover {
    border: solid 2px #f8da5d;
}

.indexIcon {
    width: 94px;
    height: 89px;
    position: absolute;
    top: -37px;
    z-index: 99;
    left: 50%;
    transform: translateX(-50%);
}

.btnBox1 {
    margin-top: 30px;
}