* {
    box-sizing: border-box;
}

.webBody {
    display: none;
}

.home {
    width: 1440px;
    margin: 0 auto;
}

.header {
    position: relative;
    background: url('../images/web/top-bg.png') 100% 0 no-repeat;
}

.adoin {
    position: absolute;
    border-radius: 50%;
}

.color-1 {
    background: linear-gradient(135deg, #ffd75c, #ffae2f);
}

.pos-1 {
    width: 20px;
    height: 20px;
    top: 40px;
    right: 300px;
}

.color-2 {
    background: linear-gradient(135deg, #f56d93, #9f23ff);
}

.pos-2 {
    width: 54px;
    height: 54px;
    top: -20px;
    right: 350px;
}

.color-3 {
    background: linear-gradient(135deg, #a8e6ff, #57b7ff);
}

.pos-3 {
    width: 84px;
    height: 84px;
    top: 650px;
    right: 740px;
}

.color-4 {
    background: linear-gradient(135deg, #c44875, #ffb0d8);
}

.pos-4 {
    width: 72px;
    height: 72px;
    bottom: -30px;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
}

.pos-5 {
    top: 280px;
    left: 60px;
    width: 54px;
    height: 54px;
    z-index: 1;
}

.pos-6 {
    top: 70px;
    right: 90px;
    width: 54px;
    height: 54px;
    z-index: 1;
}

.nav {
    padding: 20px;
}

.logo {
    width: 96px;
    height: 64px;
    /* background-size: cover; */
    background: url('../images/web/logo.png') no-repeat;
    background-size: 100% 100%;
}

.banner {
    margin-top: 20px;
}

.ban-left {
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    width: 674px;
    height: 674px;
    background: url('../images/web/bg-1.png') no-repeat;
    background-size: 100%;
}

.video-bg {
    width: 368px;
    height: 654px;
    background-color: #000;
    box-shadow: 40px 30px 30px rgba(189, 165, 43, .36);
    border-radius: 30px;
    padding: 35px 20px;
    z-index: 99;
}

.video-cont {
    max-width: 100%;
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
}

.banner-right {
    color: #fff;
    padding-top: 90px;
    justify-content: flex-start;
    flex-direction: column;
    flex-grow: 1;
}

.b-r-title {
    font-size: 46px;
    font-weight: 700;
    text-shadow: 0 2px 23px rgba(98, 54, 255, .26);
}

.b-r-text {
    font-size: 18px;
    line-height: 22px;
    text-shadow: 0 2px 235px rgba(98, 54, 255, .26);
    margin-top: 20px;
    margin-bottom: 20px;
    width: 400px;
    font-weight: 600;
}

.down-btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    margin-top: 25px;
    width: 200px;
    height: 60px;
    background: #000000;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    align-items: center;
}

.content {
    position: relative;
    color: #000;
    margin-top: 70px;
    background: url('../images/web/bg02.png') top 0 left -20px no-repeat;
}

.content-title {
    font-size: 30px;
    text-align: center;
    padding-top: 30px;
}

.content-text {
    width: 726px;
    text-align: center;
    font-size: 18px;
    padding-top: 20px;
    margin: 0 auto;
}

.cont-list {
    position: relative;
    padding: 50px 250px;
    z-index: 99;
}

.cont-list>li {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 186px;
    height: 186px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, .2);
}

.cont-title {
    margin-top: 5px;
    font-size: 18px;
    text-align: center;
}

.cont-des {
    margin-top: 7px;
    color: #717171;
    font-size: 12px;
    text-align: center;
    padding: 0 10px;
}

.img-list {
    padding: 50px 160px 0 220px;
    margin-bottom: 70px;
}

.img-list>li>img {
    display: block;
    max-width: 100%;
}

.footer {
    margin-top: -330px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 395px;
    width: 100%;
    min-width: 1440px;
    background: linear-gradient(90deg, #E9B21B, #EE7123);
    /* background: linear-gradient(190deg, #ffd75c, #ffae2f); */

}

.footer-nav {
    max-width: 1920px;
    padding-bottom: 20px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    z-index: 99;
}

.footer-nav>li {
    margin-right: 180px;
}

.footer-nav>li:nth-last-of-type(1) {
    margin-right: 0px;
}

.footer-nav a {
    color: hsla(0, 0%, 100%, .8);
    text-decoration: none;
    display: block;
}

.copyright {
    color: hsla(0, 0%, 100%, .4);
    font-size: 12px;
    margin: 20px 0;
}

.address {
    text-align: center;
    font-size: 12px;
    color: hsla(0, 0%, 100%, .8);
    margin: 0 0 20px 0;
}

.mobBody {
    display: none;
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    overflow: hidden;
    background: url('../images/web/bg02.png') bottom 320px left -20px no-repeat;
    background-size: 50%;
}

.mob-nav {
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px 0;
    width: 100%;
}

.mob-logo {
    width: 72px;
    height: 48px;
}

.mob-logo>img {
    width: 100%;
    height: 100%;
}

.mob-header {
    /* height: 600px; */
    /* width: 100%; */
    position: relative;
    padding-top: 80px;
    background: url('../images/web/phone-bg.png') right top no-repeat;
    background-size: 100%;
}

.mob-pos-1 {
    top: 120px;
    right: 20px;
    z-index: 1;
    width: 34px;
    height: 34px;
}

.mob-pos-2 {
    top: 200px;
    right: 60px;
    z-index: 1;
    width: 12px;
    height: 12px;
}

.mob-pos-3 {
    bottom: 180px;
    right: -24px;
    width: 68px;
    height: 68px;
}

.mob-h-text {
    color: #fff;
    text-shadow: 1px 1px 15px rgba(75, 43, 189, .56);
}

.mob-h-title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.mob-h-des {
    width: 70%;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    font-weight: 500;
    margin: 0 auto;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    margin-bottom: 22px;
}

.mob-video {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    /* background: url('../images/web/bg-1.png') no-repeat; */
    background-size: 100%;
}

.mob-pos-4 {
    top: 200px;
    left: 40px;
    width: 40px;
    height: 40px;
}

.mob-video-bg {
    width: 60%;
    min-height: 370px;
    background-color: #000;
    box-shadow: 26px 10px 20px rgba(189, 165, 43, .36);
    border-radius: 10px;
    padding: 10px 10px;
    z-index: 99;
}

.mob-video-cont {
    max-width: 100%;
    display: block;
    -o-object-fit: fill;
    object-fit: fill;
}

.mob-down {
    justify-content: center;
}

.mob-down-btn {
    margin-top: 20px;
    width: 200px;
}

.mob-footer {
    margin-top: 30px;
    padding-bottom: 10px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background: linear-gradient(90deg, #E9B21B, #EE7123);
    /* background: linear-gradient(90deg, #ffd75c, #ffae2f); */

}

.mob-footer-nav {
    padding-top: 20px;
    margin-bottom: 20px;
}

.mob-footer-nav>li,
.mob-copyright {
    margin-bottom: 10px;
}

.mob-footer-nav>li>a {
    color: #fff;
}

@media screen and (max-width: 900px) {
    .mobBody {
        display: block;
    }
}

@media screen and (min-width: 900px) {
    .webBody {
        display: block;
    }
}