
html{

        overflow-x: hidden;
}
#order1,#order2,#order3,#order4,#sign{
    position: relative;
    top:-105px;
}
.banner .wrap{
    height: 100%;
    position: relative;
}
.banner_sign{
    position: absolute;
    left: -1%;
    bottom: 17%;
    width: 180px;
    height: 68px;
}
.aside{
    position: fixed;
    top:50%;
    right: 10px;
    transform: translate(0,-50%);
    z-index: 99;
}
.aside i{
    position: absolute;
    top:-16px;
    right:0px;
    width: 16px;
    height: 16px;
    background: url(../images/close1.png);
    cursor: pointer;
}
.aside span{    
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 124px;
    height: 36px;
    background: linear-gradient(180deg,#0088ff, #07adee);
    border: 1px solid #aedcff;
    border-radius: 19px;
    margin-top: -25px;
    z-index: 1;
    position: relative;
    left: 5px;
}
.img_pop{
    position: fixed;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: none;
    z-index: 999999;
}
.img_pop img{
    width: 900px;
    cursor: pointer;
}
.img_pop .close{
    position: absolute;
    top:2px;
    right:2px;
    background: url(../images/close.png);
    width: 60px;
    height: 60px;
    cursor: pointer;
}
/*公共 start*/
.title{
    font-size: 30px;
    font-weight: 700;
    color: #333333;
}
.section2 .title{
    height: 545px;
} 
/*公共 end*/
/* 导航栏 start*/
.nav{
    height: 80px;
    background: #fff;
    position: fixed;
    top:30px;
    left: 0px;
    right: 0px;
    z-index: 22;
}
.nav .nav_logo img{
    width: 133px;
    vertical-align: middle;
}
.nav_list li a{
    display: block;
    line-height: 80px;
    font-size: 14px;
    color:#333;
    font-weight: 700;
}
.nav_list li{
    padding: 0 20px;
    cursor: pointer;
}
.nav_list li:hover,
.nav_list li.active{
    position: relative;
}
@media screen and (min-width: 750px) {

    .nav_list li:hover:after{
        content: "";
        position: absolute;
        width: 50px;
        height: 4px;
        background: #009ddc;
        left: 50%;
        bottom: 0px;
        transform: translate(-50%,50%);
    }
}

.nav_list li.active:after{
    content: "";
    position: absolute;
    width: 48px;
    height: 4px;
    background: #009ddc;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%,50%);
}
.nav_list li.active a{
    color:#009DDC;
}
.nav_list li:hover a{
    color:#009DDC;
}
.nav_list li:last-child a{
    margin-right: 0px;
}
/* 导航栏 end*/
/*banner start*/
.banner{
    margin-top:110px;
    height: 400px;
    background: url(../images/banner.png?v=20230524) center center no-repeat;
   /* background-size: cover;*/
}
/*banner end*/
/*section1 start*/
.section1{
    padding-top: 60px;
    padding-bottom: 80px;
    background: url(../images/bg1.png) center center no-repeat;
    background-size: cover;
}
.section1 .actitity_left{
    width: 490px;
}
.section1 .actitity_left h2{
    margin-bottom: 44px;
    padding-top: 20px;
}
.section1 .actitity_left p{        
    font-size: 14px;
    line-height:2;
}
.section1 .actitity_left p.mb5{
    margin-bottom: 15px;
}
.section1 .actitity_left p i{
    font-weight: 700;
}
.actitity_right{
    position: relative;
}
.actitity_right .section1_1{
    vertical-align: middle;
    width: 540px;
}
.activity_time{
    position: absolute;
    top:102px;
    left: -100px;
    width: 260px;
    height: 280px;
    background: #009ddc;
    padding-top: 38px;
}
.activity_time i{
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.activity_time p{
    text-indent: -14px;
    margin-left: 14px;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    padding-left: 18px;
}
.activity_time p.mb15{
    margin-bottom: 15px;
}
.icon_data{
    background:url(../images/icon_1.png);
}
.icon_time{
    background:url(../images/icon_2.png);
}
.icon_local{
    background:url(../images/icon_3.png);
}
/*section1 end*/
/*section2 start*/
.section2{
    padding-top: 60px;
    padding-bottom:40px;
}
.my_swiper_box{
    position: relative;
}
.my_swiper{
    width: 742px;
    overflow: hidden;
}
.my_swiper .swiper-slide3 p,
.my_swiper .swiper-slide2 p,
.my_swiper .swiper-slide1 p
{    
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}
.my_swiper .swiper-slide3 img,
.my_swiper .swiper-slide1 img{
    vertical-align: middle;
}
.my_swiper_box .swiper-pagination1 {
    
    bottom: 60px;
    left: -454px;
}
.my_swiper_box .swiper-pagination-bullet {
    margin: 0 5px;
    position: relative;
    opacity: 1;
}
.my_swiper_box .swiper-pagination-bullet{


background: #e9e9e9;
}
.my_swiper_box .swiper-pagination-bullet-active{

    background: #009ddc;
}
.my_swiper_box .swiper-pagination-bullet .swiper_btn{
    position: absolute;
    width: 364px;
    height: 64px;
    line-height: 64px;
    background: #eeeeee;
}
.my_swiper_box .swiper-pagination-bullet .swiper_btn0 {
    top: -350px;
    left: -15px;
}
.my_swiper_box .swiper-pagination-bullet .swiper_btn1 {
    top: -264px;
    left: -35px;
}
.my_swiper_box .swiper-pagination-bullet .swiper_btn2 {
    top: -178px;
    left: -52px;
}
.my_swiper_box .swiper-pagination-bullet-active .swiper_btn{

    background: #009ddc;
    color:#fff;
   /* position: relative;*/
}
.my_swiper_box .swiper-pagination-bullet-active .swiper_btn:after{
    content:"";
    position: absolute;
    top: 23px;
    right: -17px;
    border: 10px solid red;
    border-color: transparent transparent transparent #009ddc;
}
.mySwiper2{
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
}
.mySwiper2 .swiper-button-next,.mySwiper2 .swiper-button-prev {
    position: absolute;
    top: 100%;
    width: 28px;
    height: 28px;
    margin-top: -32px;
    z-index: 10;
    cursor: pointer;
    background-size: 28px 28px;
    background-position: center;
    background-repeat: no-repeat;
}
.mySwiper2 .swiper-button-next,.mySwiper2 .swiper-container-rtl .swiper-button-prev {
    background-image:url(../images/arrow.png) ;
    right: 0px;
    left: auto;
    transform: rotate(-180deg);
}
.mySwiper2  .swiper-button-prev,.mySwiper2  .swiper-container-rtl .swiper-button-next {
    background-image:url(../images/arrow.png) ;
    left:90%;
    right: auto;
}
.mySwiper2 .swiper-slide2_1{
    margin-top:63px ;
}
.mySwiper2 .swiper-slide2_1 p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
}
.mySwiper2 .swiper-slide2_1 img{
    vertical-align: middle;
}
.video_list{
    margin-bottom: 9px;
}
.video_list .video_item{
    width: 242px;
    height: 137px;
    position: relative;
    cursor: pointer;
}
.video_list .video_item1{
    background: url(../images/video1.png);
}
.video_list .video_item2{
    background: url(../images/video2.png);
}
.video_list .video_item3{
    background: url(../images/video3.png);
}
.video_list .video_item i{
    position: absolute;
    width: 33px;
    height: 33px;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: url(../images/video_icon1.png);
    opacity: 0.7;

}
.video_list .video_item:hover i{
    background: url(../images/video_icon2.png);
}
.image_list{
    cursor: pointer;
}
.image_list img{
    width: 366px;
}
/*section2 end*/
/*section3 start*/
.section3{
  /* display: flex;*/
    height: 682px;
    position: relative;
    background: #f3f3f3;
}
.section3_left{
    position: absolute;
    top:0px;
    left: 0px;
    width: 40%;
    height: 100%;
    overflow: hidden;
}
.section3_left img{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
}
.section3 .wrap{
    position: relative;
}
.section3_right{
    position: absolute;
    right:0px;
    right: 0px;
    width: 691px;
}
.section3_right .title{
    padding-top: 30px;
    padding-bottom: 20px;
}
.section3_right .from_tip{
    padding-right: 40px;
    line-height: 24px;
    margin-bottom: 20px;
    color:#666;
}
.section3_right .from_tip i{

    color:#E50876;
    display: inline-block;
    margin-right: 5px;
}
.form_info_list{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.form_info_item{
    width: 48%;
    justify-content:space-between;
    margin-bottom: 16px;
}
.form_info_item i{
    color:#E50876;
    display: inline-block;
    margin-right: 5px;
}
.form_info_item_name{
    width: 48px;
    line-height: 40px;
}
.form_info_item_content{
    width: 280px;

}
.form_info_item_content select,
.form_info_item_content input{
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #ececec;
    padding-left: 10px;
    font-size: 14px;
}
.form_info_item_content .J_address_select{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.form_info_item_content .J_address_select select{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    width: 47%;
    padding-left: 10px;
    background: #ffffff;
    border: 1px solid #ececec;
}
.tip_checkbox{
    font-size: 12px;
    color:#666;
}
.tip_checkbox input{
    position: relative;
    top:3px;
}
.tip_checkbox1{
    display: block;
    padding-left: 69px;
    line-height: 20px;
    margin-bottom: 20px;
}
.tip_checkbox2{
    display: block;
    line-height: 20px;
    margin-bottom: 28px;
}
.tip_checkbox2 i{
    color:#E50876;
    display: inline-block;
    margin-right: 5px;
}
.submit_btn{
    display: block;
    margin:0 auto;
    width: 160px;
    height: 40px;
    background: #009ddc;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    color:#fff;
    border: none;
}
.submit_btn.disabled{
    background: #bdced5;
    cursor: not-allowed;
}
.tip_wram{
    font-size: 14px;
    padding-top: 10px;
    color: rgb(245, 11, 11);
    display: none;
}
/*section3 end*/
/*section4 start*/
.section4{
    padding: 60px 0;
    background: #f9f9f9;
}
.j-mqrquee1,
.j-mqrquee {
    overflow: hidden;
    margin-top: 0px;
    border-radius: 10px;
    padding: 17px 10px;
}
.j-marquee-box1,
.j-marquee-box {
    display: block;
    zoom: 1;
}
.section4 ul{
    margin: 0 auto;
}
.section4 li{
    float: left;
    width: 190px;
    height: 95px;
    background: #ffffff;
    text-align: center;
    box-sizing: border-box;
    line-height: 95px;
    margin:0 6px;
   /* display: flex;
    justify-content: center;
    align-content: center;*/
    position: relative;
}
.section4 li img{
    width: auto;
    height: auto;
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section4 .tips {
    text-align: right;
    font-size: 14px;
    color: #666;
}
/*section4 end*/
/*section5 start*/
.section5{
    padding: 60px 0;
}
.section5_1{
    vertical-align: middle;
}
.section5 .title{
    margin-bottom: 30px;
}
.section5 ul{

    margin: 0 auto;
}
.section5 li{
    float: left;
    width: 304px;
    height: 190px;
    margin-right: 20px;
}
.section5 li img{
    width: 284px;
}
.section5_more {
    text-align: right;
}
.section5_more a:hover{
    color:#009DDC;
}
/*section5 end*/
/*section6 start*/
.section6{
    padding: 60px 0px;
    background: url(../images/section6_bg.png) center center  no-repeat;
    background-size: cover;
}
.section6>.wrap>h2{        
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}
.section6>.wrap>h3{    
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}
.mySwiper3_box{
    position: relative;

}
.mySwiper3{
    overflow: hidden;
}
.mySwiper3 .swiper-slide{
    width: 200px;
    height: 200px;
    background: #fff;
    text-align: center;
}
.mySwiper3  .swiper-slide>img{
    vertical-align: middle;
    margin-top: 20px;
    margin-bottom: 5px;
}
.mySwiper3  .swiper-slide>h3{        
    font-size: 24px;
    font-weight: 700;
    color: #009ddc;
    margin-bottom:2px;
}
.mySwiper3  .swiper-slide>p{   
    font-size: 14px;
    font-weight: 700;
}
.section6 .swiper-button-next,.section6 .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    margin-top: -24px;
    z-index: 10;
    cursor: pointer;
    background-size: 48px 48px;
    background-position: center;
    background-repeat: no-repeat;
}
.section6 .swiper-button-next,.section6 .swiper-container-rtl .swiper-button-prev {
    background-image:url(../images/arrow2.png) ;
    right: -58px;
    left: auto;
    transform: rotate(-180deg);
}
.section6  .swiper-button-prev,.section6  .swiper-container-rtl .swiper-button-next {
    background-image:url(../images/arrow2.png) ;
    left:-58px;
    right: auto;
}
.section6 .swiper-pagination{
    left: 50%;
    transform: translate(-50%,0);
}
.section6  .swiper-pagination-bullet {
    width: 16px;
    height: 2px;
    border-radius: 2px;
    margin-right: 6px;
}
/*section6 end*/
.is_allow {
    cursor: pointer;
}
.sponsorList{
    flex-wrap: wrap;
}
.sponsorList li{
    margin: 0!important;
    margin-bottom: 10px!important;
}

/* pc显示隐藏 start*/

.is_pc {
    display: block;
}
.is_pc_flex {
    display: flex;
}
.is_mobile, .is_mobile_flex {
    display: none!important;
}

/* pc显示隐藏 end*/
@media screen and (max-width: 750px) {
    html {
        font-size: 13.3333vw !important;
        overflow-x: hidden;
    }

    
    .wrap {
        width: 100%;
        padding: 0 0.3rem;
    }
    /* 移动端隐藏 end*/
    .is_pc,
    .is_pc_flex {
        display: none !important;
    }

    .is_mobile {
        display: block !important;
    }

    .is_mobile_flex {
        display: flex !important;
    }

    .pc_nav {
        margin-top: 0px !important;
        width: 100vw;
        height: 0.87rem;
        line-height: 0.87rem;

    }

    /* 移动端隐藏 end*/
    .title {
        font-size: 0.3rem;
        text-align: center;
    }
    .section2 .title{
        height: auto;
    } 
    /*导航栏样式*/
    .nav .nav_logo img {
        width: 1.86rem;
        margin-left: 0.3rem;
    }
    .nav_list{
        display: none;
        position: fixed;
        top:0.8rem;
        right:0;
        height: calc(100% - 0.8rem);
        background: #fff;
        width: 4rem;
    }
    .nav_list li{
        padding: 0 0.4rem;
    }
    .nav_list ul{
        display: block;
    }
    .nav {
        height: 0.88rem;
        background: #fff;
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        z-index: 22;
    }
    .nav_list li.active:after{
        background: transparent;
    }
    .nav_list li a {
        display: block;
        line-height: 0.8rem;
        font-size: 0.3rem;
        color: #333;
        font-weight: 700;
    }
    .menu_icon{
        position: absolute;
        right: 0;
        top:0;
        height: 0.88rem;
        width: 0.88rem;
        background: url(../images/menu.png) center center no-repeat;
        background-size: 0.48rem 0.48rem;
    }
    .menu_icon.menu_hide{
        background: url(../images/menu_close.png) center center no-repeat;
        background-size: 0.48rem 0.48rem;
    }
    /*导航栏样式*/
    .banner {
        margin-top: 0.88rem;
        height: 3.75rem;
        background: url(../images/banner_m.png?v=20230524) center center no-repeat;
         background-size: cover; 
    }
    .banner_sign {
        position: absolute;
        left: 6%;
        bottom: 17%;
        width: 2rem;
        height: 0.68rem;
    }
    .section1 {
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
        background: url(../images/bg1_m.png) center center no-repeat;
        background-size: cover;
    }
    .section1 .wrap>div{
        display: block;
    }
    .section1 .actitity_left h2 {
        margin-bottom: 0.2rem;
        padding-top: 0;
    }
    .section1 .actitity_left {
        width: 100%;
    }
    .section1 .actitity_left p {
        font-size: 0.24rem;
        line-height: 1.8;
        margin-bottom: 0.2rem;
    }

    .actitity_right .section1_1 {
        width: 100%;
    }
    .activity_time {
        position: absolute;
        top: 0;
        left: 0;
        width: 4.17rem;
        height: 3.9rem;
        background: #009ddc;
        padding-top: 0.4rem;
    }
    .activity_time p {
        text-indent: -0.24rem;
        margin-left: 0.24rem;
        font-size: 0.24rem;
        line-height: 1.8;
        padding-left: 0.2rem;
    }
    .section2{
        padding: 0.6rem 0;
    }
    .section2 .wrap{
        display: block;
    }
    .my_swiper{
        width: 100%;
    }
    .my_swiper_box{
        padding-top:3.5rem;
    }
    .my_swiper_box .swiper-pagination1 {
        bottom:101%;
        left: 0;
    }
    .my_swiper_box .swiper-pagination-bullet .swiper_btn {
        position: absolute;
        width: calc(100vw - 0.6rem);
        height: 0.88rem;
        line-height: 0.88rem;
    }
    .swiper-pagination1 .swiper-pagination-bullet{
        background: transparent!important;
        width: 0;
        height: 0;
        position: absolute;
        left: 0px;
        margin:0;
    }
    .my_swiper_box .swiper-pagination-bullet-active .swiper_btn:after{
        display: none;
    }
    .my_swiper_box .swiper-pagination-bullet .swiper_btn0{
        top:0.4rem;
        left: 0rem;
    }
    .my_swiper_box .swiper-pagination-bullet .swiper_btn1{
        top:1.45rem;
        left: 0rem;
    }
    .my_swiper_box .swiper-pagination-bullet .swiper_btn2{
        top:2.5rem;
        left: 0rem;
    }
    .my_swiper .swiper-slide3 p, 
    .my_swiper .swiper-slide1 p,
    .mySwiper2 .swiper-slide2_1 p {
        font-size: 0.24rem;
        line-height: 1.8;
        margin-bottom: 0.3rem;
    }
    .mySwiper2 .swiper-slide2_1 img{
        vertical-align: middle;
        width: 100%;
    }
    .my_swiper .swiper-slide3 img, .my_swiper .swiper-slide1 img{
        width: 100%;
     }
    .my_swiper .swiper-slide2 .slideImg2 img{
        width: 100%;
    }
    .mySwiper2 .swiper-button-prev, .mySwiper2 .swiper-container-rtl .swiper-button-next{
        left:82%;
    }
    .image_list img {
        width: 49%;
    }
    .mySwiper4{
        position: relative;
        overflow: hidden;

    }
    
    .mySwiper4 .video_item{
        width: 100%;
        height: 3.96rem;
        position: relative;
        cursor: pointer;
    }
    .mySwiper4 .video_item1{
        background: url(../images/video1_m.png) center center  no-repeat;
        background-size: cover;
    }
    .mySwiper4 .video_item2{
        background: url(../images/video2_m.png) center center  no-repeat;
        background-size: cover;
    }
    .mySwiper4 .video_item3{
        background: url(../images/video3_m.png) center center  no-repeat;
        background-size: cover;
    }
    .mySwiper4 .video_item i{
        position: absolute;
        width: 33px;
        height: 33px;
        top:50%;
        left: 50%;
        transform: translate(-50%,-50%);
        background: url(../images/video_icon1.png);
        opacity: 0.7;

    }
    .mySwiper4 .video_item:hover i{
        background: url(../images/video_icon2.png);
    }
    .mySwiper4{
        padding-bottom: 0.5rem;
    }
    .mySwiper4 .swiper-pagination
    {
        bottom:6px;
    }
    .mySwiper4  .swiper-pagination-bullet{
        width: 16px;
        height: 2px;
    }
    .img_pop img{
        width: 100vw;
    }
    .img_pop .close {
        background: url(../images/close.png) center center no-repeat;
        background-size:cover;
        width: 0.6rem;
        height: 0.6rem;
    }
    .section3{
        height: auto;
        padding: 0.6rem 0;
    }
    .section3_right .title{
        padding-top: 0;
        padding-bottom: 0.3rem;
    }
    .section3_right{
        position: relative;
        width: 100%;
    }
    .form_info_item{
        width: 100%;
    }
    .form_info_item_content {
        width: calc(100% - 58px);
    }
    .form_info_item_content select, .form_info_item_content input {
        height: 0.87rem;
        font-size: 0.24rem;
    }
    .form_info_item_name{
        line-height: 0.87rem;
    }
    .tip_checkbox1{
        margin-bottom: 0.2rem;
    }
    .tip_checkbox2{
        margin-bottom: 0.28rem;
    }
    .section4 {
        padding: 0.6rem 0;
        background: #f9f9f9;
    }
    .section4 li {
        width: 1.6rem;
        height: 0.8rem;
        line-height:  0.95rem;
        margin: 0 6px;
    }
    .section4 li img{
        width:100%;
    }
    .section4 .tips {
        font-size: .28rem;
    }
    .j-mqrquee{
        padding-bottom: 0;
    }
    .section5{
        padding: 0.6rem 0;
    }
    .section5 .title{
        margin-bottom: 0.3rem;
    }
    .section5_1{
        width: 100%;
        margin-bottom: 0.3rem;
    }
   /* .j-marquee-ul1{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;

    }*/
    .j-marquee-ul1 li{
        width: 3.2rem;
        margin-right: 0.2px;
        height: auto;
        margin-bottom: 0.2rem;
    }
    .section5 li img{
        width: 3rem;
        vertical-align: middle;
    }
    .section6>.wrap>h2{        
        font-size: 0.3rem;
    }
    .section6>.wrap>h3{    
        font-size: 0.24rem;
        margin-bottom: 0.57rem;
    }

    .section6 {
        padding: 0.6rem 0px;
        background: url(../images/section6_bg_m.png) center center no-repeat;
        background-size: cover;
    }
    .section6 .swiper-pagination{
        display: none;
    }
    .section6 .swiper-button-next, .section6 .swiper-container-rtl .swiper-button-prev{
        right:41%;
    }
    .section6 .swiper-button-prev, .section6 .swiper-container-rtl .swiper-button-next{
        left: 41%;
    }
    .section6 .swiper-button-next, .section6 .swiper-button-prev{
        top:100%;
    }
    .mySwiper3{

        padding-bottom: 0.8rem;
    }
    .section6 .swiper-button-next, .section6 .swiper-button-prev {
        width: 0.48rem;
        height: 0.48rem;
        background-size: 0.48rem 0.48rem;
    }
    .mySwiper3 .swiper-slide>img {
        vertical-align: middle;
        margin-top: 0.2rem;
        width: 0.96rem;
        margin-bottom: 0.0;
    }
    .mySwiper3 .swiper-slide{
        width: auto;
        height: auto;
        padding-bottom: 0.3rem;
    }
    .mySwiper3 .swiper-slide>h3{
        font-size: 0.3rem;
    }
    .mySwiper3 .swiper-slide>p{
        font-size:0.2rem;
    }
    .aside {
        position: fixed;
        top: 100%;
        right: 10px;
        transform: translate(0,-110%);
        z-index: 99;
    }
    .mySwiper2 .swiper-button-next, .mySwiper2 .swiper-button-prev{
        top:88%;
    }
    .section3{
        margin-top: -1.9rem;
    }
    #order1, #order2, #order3, #order4{
        position: relative;
        top: -0.9rem;
    }
    #sign {
        position: relative;
        top: -2.7rem;
    }
}
