

html,body {
    width: 100%;
    height:100%;
    background-color: #cceaf7;
    overflow-x: hidden;
}
/*背景云*/
.cloud img:nth-child(1){
    position: fixed;
    left: 0;
    bottom: 0;
}

.cloud img:nth-child(2){
    position: fixed;
    right: 0;
    bottom: 0;
}


.clear {
    clear:both;
    content: ".";

}
.header {
    height: 88px;
    font-size: 22px;
    line-height: 88px;
    position: fixed;
    z-index: 1000;

}
.header >div {
    width: 1280px;
    height: 88px;
    margin: 0 auto;

}
.header ul {
    padding:9px 0;
    height: 80px;
    line-height: 80px;
    float:right;

}

.header ul li {
    float: left;
    cursor: pointer;
    padding-left:5px;
    padding-right:25px;
    color:#919191;
}
.header ul li:nth-last-child(1){
    /* margin-right:75px; */

}
.header ul li:nth-child(3){
    color: #1eb2d5;
}
.header ul li:nth-child(7){

    /* width: 100px;
    height: 36px; */
}
/* .header ul li:nth-child(7) img{
    width: 100px;
    height: 36px;
} */

.header img {
    height: 60px;
    margin-top:20px;
}
.user .userimage img{
    width: 60px;
    margin-top: 10px;
}

/*7条颜色*/
.colorBar {
    position: fixed;
    width: 100%;
    height: 4px;
    overflow: hidden;
    z-index:999;
    top: 88px;
}

.colorBar ul {
    height: 4px;
    margin: 0 auto;

}
.colorBar ul li {
    float: left;
    height:4px;
}
.colorBar ul li:nth-child(1){
    background-color: #fa8c8e;
    width: 22%;
}
.colorBar ul li:nth-child(2){
    background-color: #fcb88b;
    width: 8%;
}
.colorBar ul li:nth-child(3){
    background-color: #f5e467;
    width:7.8%;
}
.colorBar ul li:nth-child(4){
    background-color: #c0ed98;
    width: 8.6%;
}
.colorBar ul li:nth-child(5){
    background-color: #88ebd5;
    width: 11%;
}
.colorBar ul li:nth-child(6){
    background-color: #8ec7ed;
    width: 11%;
}
.colorBar ul li:nth-child(7){
    background-color: #fac3f6;
    width:11%;
}
.colorBar ul li:nth-child(8){
    background-color: #fa8c8e;
    width:20.4%;
}
.swiper-content {
    width: 100%;
    height:80%;
}
.swiper-slide {
    width: 100%;
    height:100%;
}
.banner1 ,.banner2,.banner3,.banner4{
    margin: 0 auto;
    width: 1500px;
    height: 100%;
    display: flex;
    align-items:  flex-end;
}
.banner-l{
    position: relative;
    display: none;
}

.banner-r {
    position: relative;
    width: 490px;
    height: 500px;
    right: 100px;
    bottom: 100px;
    display: none;
    /*border: 1px solid #000;*/
}
.banner-r h1 {
    font-size: 50px;
    color: #6e6e6e;
    text-align: center;
}
.banner-r p {
    font-size: 28px;
    text-align: center;
}

.erweima {
    margin-top:40px;
    margin-bottom:25px;
    cursor: pointer;
}
.store {
    position: absolute;
    top: 165px;
    left: 260px;
    cursor: pointer;
}
.andriod {
    position: absolute;
    top: 235px;
    left: 260px;
    cursor: pointer;

}
.online {
    position: absolute;
    top: 305px;
    left: 260px;
    cursor: pointer;
}
.banner-r div{
    font-size: 20px;
    text-align: center;
}
.bear{
    position: absolute;
    top:352px;
    left: 436px;
}

/*第二幅*/
.banner-2 {
    position: relative;
    width: 490px;
    height: 500px;
    left: 100px;
    bottom:100px;
    display: none;
}
.banner-l2 {
    display: none;
}
.banner-2 h1 {
    font-size: 50px;
    color: #6e6e6e;
    text-align: center;
}
.banner-2 div {
    font-size: 20px;
    text-align: center;
}


.erweima2 {
    margin:40px 0 25px 0 ;
    /*text-align: left;*/
    cursor: pointer;
}
.store2 {
    position: absolute;
    top: 140px;
    left: 260px;
    cursor: pointer;
}
.andriod2 {
    position: absolute;
    top: 240px;
    left: 260px;
    cursor: pointer;
}
.bear2 {
    position: absolute;
    left:-150px;
}

/*第三幅*/

.bannner3-l,.banner4-L {
    display: none;
}
.banner3-r {
    width: 490px;
    height: 532px;
    position: relative;
    right: 100px;
    display: none;
    /*top:290px;*/

}
.banner3-r h1 {
    font-size: 50px;
    text-align: center;
}
.banner3-r p {
    font-size: 30px;
    text-align: center;
}

.erweima3 {
    margin-top:5%;
    margin-left:50px;
}
.store3{
    position: absolute;
    top: 224px;
    left: 318px;
    cursor: pointer;
}
.banner3-r div {
    font-size: 20px;
    text-align: center;
}
/*第四副*/
.banner4-r {
    position: relative;
    width: 470px;
    bottom: 100px;
    right:100px;
    text-align: center;
    display: none;
}
.banner4-r h1 {
    font-size: 50px;
    margin-bottom:25px;
}
.erweima4 {
    vertical-align: middle;

}
.andriod4 {
    vertical-align: middle;
    cursor: pointer;
    margin-left: 2.1vw;
}
::-webkit-scrollbar {

    display: none;
}

@media screen and (max-width:1500px){
    .banner1,.banner2,.banner3,.banner4{
        transform: scale(0.8);
    }
}
/*底部信息*/
.foot {
    width: 1280px;
    margin:80px auto 45px ;
    font-size: 20px;
    position: absolute;
    bottom:0;
    left: 50%;
    transform: translateX(-50%);
}
.foot div {
    text-align: center;

}
    
