@media screen and (max-width: 500px) {
    #container{
        max-width: 420px;
        background-color: #0C1A57;
        overflow-x: hidden;
    }


    #container .header {
        position: relative; 
    }
    #container .header .headerBg{
        width: 100%;
        display: block;
    }

    #container .header .headerbox{
        width: 100%;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 6px;
        padding: 12px;
    }
    #container .header .headerbox .icon{
        width: 80px;
    }
    #container .header .headerbox .headerboxUl{
        margin-top: 12px;
        display: flex;
        justify-content: space-between;
    }
    #container .header .headerbox .headerboxLeft .p1{
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        letter-spacing: 1px;
    }
    #container .header .headerbox .headerboxLeft .p2{
        font-size: 10px;
        font-weight: 400;
        color: #FFFFFF;
        opacity: 0.6;
    }
    #container .header .headerbox .headerboxLeft .p3{
        font-size: 10px;
        color: #fff;
        letter-spacing: 1px;
        /* margin-top: 60px; */
        width: 220px;
    }
    #container .header .headerbox .headerboxLeft .p4{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 26px;
        background: #FD006D;
        box-shadow: 0px 11px 40px 0px #720031;
        border-radius: 24px;
        cursor: pointer;
        font-size: 10px;
        font-weight: bold;
        color: #FFFFFF;
        /* margin-top: 78px; */
    }
    #container .header .headerbox .headerboxRight {
        font-size: 10px;
        font-weight: bold;
        color: #FFFFFF;
    }
    #container .header .headerbox .headerboxRight .p5{
        /* margin-top: 30px;
        margin-bottom: 50px; */
        cursor: pointer;
        margin-bottom: 10px;
    }

    #container .box1 .box1box{
        display: flex;
        margin: 20px 0;
        flex-direction:column;
    }
    .box1box1{
        width: 100%;
    }
    .box1box2{
        width: 100%;
        margin: 12px;
    }
    .box1box3{
        flex: 0 0 100%;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        text-align: center;
        margin-top: 20px;
    }
    .box1box3 img:first-child{
        margin-right: 20px;
    }
    .box1box3 img{
        width: 80px;
        cursor: pointer;
    }
    .box1box1 #swiper_designer{
        width: 100%;
    }

    .box1box2 ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 12px;
    }
    .box1box2 ul li{
        flex: 0 0 45%;
        /* width: 330px; */
        height: 169px;
        margin-bottom: 38px;
        background-image: url(../image/box1bg.png);
        background-size: 100% 100%;
        padding: 12px;
    }
    .box1box2 ul .on{
        background-image: url(../image/box1bg_on.png);
    }
    .box1box2 ul li img{
        width: 60px;
        margin-bottom: 6px;
    }
    .box1box2 ul li .title{
        font-size: 12px;
        font-weight: bold;
        color: #FFFFFF;
        letter-spacing: 2px;
        margin-bottom: 6px;
    }
    .box1box2 ul li .subtitle{
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 1px;
    }


    .box2{
        background-image: url(../image/box2Bg.png);
        background-size:  100% 100%;
        padding-bottom: 75px;
    }
    .box2Top{
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 10px 20px 10px 20px;
        border-bottom: 1px solid rgba(255,255,255,0.4);
        margin:  0 auto;
        text-align: center;
        font-size: 12px;
        color: #FFFFFF;
    }
    .box2Top div p:first-child{
        margin-bottom: 5px;
    }
    .box2ul{
        display: flex;
        flex-direction: column-reverse;
        margin-top: 20px;
    }
    .box2ulright{
        width: 100%;
    }
    .box2ulleft{
        width: 90%;
        margin:20px auto 0;
    }
    .box2ulleft .title{
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        letter-spacing: 2px;
        margin-bottom: 6px;
    }
    .box2ulleft .subtitle{
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 1px;
    }
    .box2 .on{
        color: #FD006D;
    }

    .box3{
        padding-top: 20px;
        position: relative;
    }
    .box3 .box3Top{
        width: 100%;
        margin:0 auto;
        display: flex;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 20px;
    }
    .box3Top li{
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: bold;
        color: #FFFFFF;
        letter-spacing: 2px;
        cursor: pointer;
        padding: 6px 0;
    }
    .box3 .swiperbox{
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .box3 .swiperbox div{
        width:90%;
        margin:0 auto;
    }
    .box3 .swiperbox .leftImg{
        text-align: center;
    }
    .box3 .swiperbox .rightText{
        display: flex;
        justify-content: center;
    }
    .box3 .swiperbox p{
        margin-top: 55px;
        width: 385px;
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 2px;
    }
    .box3 .simg{
        width: 50%;
        display: inline-block;
    }
    .box3 .box3box3{
        text-align: center;
    }
    .box3 .box3box3 img{
        cursor: pointer;
    }
    .box3 .box3box3 .button-prev1{
        margin-right: 20px;
    }
    .box3 .on{
        background-image: url(../image/box3bg.png);
        background-size: 100% 100%;
    }

    #container .box4 {
        margin-top: 40px;
    }
    #container .box4 ul{
        display: flex;
        flex-direction: column-reverse;
    }
    #container .box4 ul li{
        width: 90%;
        margin: 10px auto;
    }
    #container .box4 ul .box4right{
        text-align: right;
    }
    #container .box4 ul .box4right img{
        width: 100%;
        /* display: block; */
    }
    #container .box4 ul .box4left{
        margin-top: 40px;
        /* padding-left: 360px; */
    }
    #container .box4 ul .box4left .p1:first-child{
        margin-bottom: 20px;
    }
    #container .box4 ul .box4left .p1{
        display: flex;
        /* justify-content: center; */
    }
    #container .box4 ul .box4left .p1 span{
        /* width: 487px; */
        font-size: 12px;
        color: #FFFFFF;
        letter-spacing: 2px;
    }
    #container .box4 ul .box4left .p1 img{
        width: 16px;
        margin-right: 10px;
    }
    #container .box4 ul .box4left .p2{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 180px;
        height: 47px;
        background: #FD006D;
        box-shadow: 0px 11px 40px 0px #720031;
        border-radius: 24px;
        cursor: pointer;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        margin: 20px auto 0;
    }
    
    #container .box5 {
        position: relative;
        /* margin-top: 272px; */
        /* height: 958px; */
        overflow: hidden;
    }
    #container .box5 .bg{
        width: 100%;
        display: none;
    }
    #container .box5 .box5position{
        /* width: 1200px; */
        /* position: absolute; */
        /* top: 36px; */
        /* left: 50%; */
        /* transform: translateX(-50%); */
    }
    #container .box5 .box5box{
        display: flex;
        width: 98%;
        margin:20px auto;
    }
    #container .box5 .box5box .ul1{
        /* width: 276px; */
        border-right: 1px solid rgba(216, 216, 216, 0.2);
    }
    #container .box5 .box5box .ul2{
        /* width: 355px; */
        border-right: 1px solid rgba(216, 216, 216, 0.2);
    }
    #container .box5 .box5box .ul3{
        /* width: 356px; */
        border-right: 1px solid rgba(216, 216, 216, 0.2);
    }
    #container .box5 .box5box .ul4{
        flex:  1;
        /* width: 210px; */
    }
    #container .box5 .box5box  li{
        padding: 0 6px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        /* height: 56px; */
        font-size: 12px;
        color: #FFFFFF;
    }
    #container .box5 .box5box .opacity{
        opacity: 0.6;
    }
    #container .box5 .box5box .ul1 li{
        padding-left: 0px;
    }
    #container .box5 .box5box ul li{
        border-bottom: 1px solid rgba(216, 216, 216, 0.2);
        display: flex;
        align-items: center;
    }
    #container .box5 .box5box ul li:first-child{
        border-bottom: none;
        font-size: 13px;
        font-weight: bold;
    }
    #container .box5 .box5box ul img{
        width: 16px;
        margin-right: 8px;
    }

    #container .box5 .box5title{
        text-align: center;
        margin-top: 28px;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
    }
    #container .box5 .box5title span{
        position: relative;
    }
    #container .box5 .box5title span::after{
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -100px;
        display: block;
        width: 80px;
        height: 1px;
        background: #D8D8D8;
        opacity: 0.3;
    }
    #container .box5 .box5title span::before{
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -100px;
        display: block;
        width: 80px;
        height: 1px;
        background: #D8D8D8;
        opacity: 0.3;
    }

    #container .footer{
        /* height: 330px; */
        background: #FD006D;
        position: relative;
        padding: 12px;
        margin-top: 20px;
    }
    #container .footer .footerbg{
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        display: none;
    }
    #container .footer>ul{
        /* width: 60%; */
        max-width: 100%;
        margin:0 auto;
        display: flex;
        flex-wrap: wrap;
        /* flex-direction: column; */
        justify-content: space-between;
        /* padding-top: 82px; */
        font-size: 14px;
        font-weight: 500;
        color: #FFFFFF;
    }
    #container .footer>ul a{
        font-size: 14px;
        font-weight: 500;
    }
    #container .footer>ul p{
        margin-bottom: 20px;
    }
    #container .footer>ul img{
        /* width:180px; */
        width: 100px;
    }
    #container .footer>ul .li1{
        /* width: 364px; */
    }
    #container .footer>ul .li5{
        flex:0 0 100%;
    }

    .side{
        position: fixed;
        top:50%;
        right: 0;
        width: 70px;
        transform: translateY(-50%);
        background: #414869;
        border-radius: 20px 0px 0px 20px;
        text-align: center;
        padding: 8px 4px;
        z-index: 222;
    }
    .side li{
        margin-bottom: 6px;
        padding-bottom: 6px;
        font-size: 12px;
        color: #FFFFFF;
        line-height: 24px;
        letter-spacing: 1px;
        border-bottom: 1px solid rgba(216, 216, 216, 0.3);
        cursor: pointer;
    }
    .side li:last-child{
        border-bottom:none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    .side img{
        width: 16px;
    }
    .side .title{
        color: #fff;
    }
}
