html,
body {
    height: 100%;
    min-width: 1440px;
    max-width: 1920px;
    /* width: 1440px; */
    margin: 0 auto;
}

.wrapper {
    width: 1040px;
    /* height: 580px; */
    margin: 0 auto;
}

.ghy-row {
    display: flex;
    flex-wrap: wrap;
}

.ghy-ac {
    display: flex;
    align-items: center;
}

.ghy-ajc {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ghy-reseve {
    display: flex;
    justify-content: flex-end;
}

.imgbox {
    width: 100%;
    height: 667px;
    display: flex;
}

.box {
    padding: 50px;
    box-sizing: border-box;
    position: relative;
}

.box1 {
    background-color: #7d34cf !important;
}

.imgbox-left {
    /* width: 30%; */
    /* width: 375px; */
    height: 100%;
    box-sizing: border-box;
    padding: 20px
}

.imgbox-left>div {
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    width: 375px;
    height: 100%;
    /* box-shadow: 0 4px 4px 4px #ddd; */
    border-radius: 5px;
}

.imgbox-right {
    /* width: 70%; */
    /* height: 100%; */
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 10%;
    right: 10%;
}

.info-box {
    width: 500px;
    height: 500px;
}

.logo {
    display: flex;
}

.logo img {
    border-radius: 20px;
}

.appinfobox {
    margin-left: 20px;
}

.appname {
    color: #FFF;
    letter-spacing: 3px;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
}

.verson {
    font-size: 18px;
    letter-spacing: 3px;
    color: #FFF;
}

.iphone-btn {
    width: 200px;
    height: 62px;
    line-height: 62px;
    font-size: 16px;
    margin-right: 16px;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.2s;
    border: 1px solid #FFF;
    color: #FFF;
    cursor: pointer;
}

.iphone-btn:hover {
    border-radius: 15px;
}

.iphone-btn i {
    color: #FFF;
    font-size: 35px;
    margin-right: 10px;
}

.appdown {
    margin-top: 30px;
}

.footer {
    position: absolute;
    bottom: 10%;
    width: 100%;
    color: #FFF;
}

.er_down_text {
    color: #FFF;
    margin-bottom: 20px;
}

.er_down {
    margin-top: 30px;
}

.box2 {
    background-color: #0dd8e5 !important;
}

.app_box {
    width: 1040px;
    height: 600px;
    margin: 0 auto;
    position: absolute;
    top: 10%;
    left: 25%;
}

.jx-box {
    position: relative;

}

.app_boxImg {
    width: 40%;
    box-sizing: border-box;
}

.app_boxinfo {
    width: 60%;
    box-sizing: border-box;
}

.app_box_imgbg {
    /* background-position: center; */
    background-size: cover;
    background-repeat: no-repeat;
    width: 320px !important;
    height: 568px !important;
    /* box-shadow: 0 4px 4px 4px #ddd; */
    border-radius: 5px;
}

.layui-carousel {
    background: none !important;
}

.box3 {
    background-color: #ff9e47 !important;
}

.box4 {
    background-color: #3bce70 !important;
}