body {
    margin: 0;
    padding: 0
}
.promo-page .float-wrapper {
    width: 1500px;
    margin: 0 auto;
}
.promo-page .float-wrapper .float {
    width: 1560px;
    right: 0;
    top: 0;
    position: relative;
    z-index: 10;
}
.promo-page .float-wrapper .float.stuck {
    position: fixed;
    top: 0;
    right: auto;
    display: block
}
.promo-page .float-wrapper .float img {
    display: block;
    position: absolute;
    right: 0;
    width: 15%;
}
.promo-page .float-wrapper .float .portals {
    right: 0px;
    top: 190px;
    position: absolute;
    padding: 0;
}
.promo-page .float-wrapper .float .portals a {
    display: block;
    width: 240px;
    height: 55px;
    margin: 5px;
}
.promo-page .float-wrapper .float .portals .float-yr {
    height: 28px;
    margin: 60px 0 0
}
.promo-page .float-wrapper .float .portals .float-hb {
    height: 33px;
    margin: 0
}

#p00{
  height: 200px;
}
.banner,
.event-p0,
.event-p1,
.event-p2,
.event-p3,
.event-p4,
.event-p5,
.event-p6,
.event-p7,
.event-p8,
.event-p9,
.event-p10{
    width: 100%;
    min-width: 1240px;
    padding: 0 0 10px;
    background-size: 2000px!important;
    background-position: center 0;
    background-repeat: no-repeat;
    position: relative;
    background-color: #fff
}
.promo-page .lg-it-box {
    border: 1px solid #ffffff;
}
.banner {
    text-align: center;
    background-color: #fff;
    background-image: url(../images/pc-jumbo-cn-v1.jpg);
    height: 936px;
}
#banner,
#event-p0,
#event-p1,
#event-p2,
#event-p3,
#event-p4,
#event-p5,
#event-p6,
#event-p7,
#event-p8,
#event-p9,
#event-p10{
    background-color: #fff
}

#wrapper_1,
#wrapper_2,
#wrapper_3,
#wrapper_4,
#wrapper_5,
#wrapper_6,
#wrapper_7,
#wrapper_8,
#wrapper_9,
#wrapper_10{
    padding: 1px 0 25px
}

.go-top {
    width: 5%;
    height: 20%;
    position: fixed;
    bottom: 1em;
    right: 5em;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    padding: 1em;
    display: none;
    z-index: 1001;
    background-repeat: no-repeat;
    background-image: url(../images/go-top.png);
    background-size: 100%
}
.go-top:before {
    content: '\f102';
    font-family: fontAwesome;
    position: relative;
    color: rgba(0, 0, 0, 0);
    font-size: 20px;
    top: 2px;
    left: 5px
}
.go-top:hover {
    background-color: rgba(255, 255, 255, 0)
}

/*page background*/
#event-p1{
    height: 1100px;
    background-image: url(../images/bg-0001.jpg);
    background-repeat: no-repeat;
    margin-top: -10px;
}

#event-p2{
    height: 1140px;
    background-image: url(../images/bg-2.jpg);
    background-repeat: no-repeat;
}

#event-p3{
    height: 1140px;
    background-image: url(../images/bg-3.jpg);
    background-repeat: no-repeat;
}

#event-p4{
    height: 1140px;
    background-image: url(../images/bg-4.jpg);
    background-repeat: no-repeat;
}

#event-p5{
    height: 1140px;
    background-image: url(../images/bg-5.jpg);
    background-repeat: no-repeat;
}

#event-p6{
    height: 1140px;
    background-image: url(../images/bg-6.jpg);
    background-repeat: no-repeat;
}

#event-p7{
    height: 668px;
    background-image: url(../images/bg-7.jpg);
    background-repeat: no-repeat;
}
/*page background setup*/
/*5-tabs-*/
.px-list{
    padding: 0 0 0 0;
}
.px-list>li {
    display: none;
}
.px-list>li.dis-b{
    display: block;
}
.event-p1 .tab-box1 {
  padding-top: 0px;
}
.event-p1 ul li {
  list-style: none;
}
.event-p1 ul {
  padding-left: 0;
}
.tab-box1 .day-x  {
    float: left;
    width: 1200px;
    display: flex;
    justify-content: space-around;
    z-index: 10;
    box-sizing: border-box;
    margin-bottom: 30px;
    list-style: none;
    padding: 0 0 0 0;
    height: 248px;
    padding: 0 4%;
}

.event-p1 .day-x li p {
  color: #ffffff;
  text-align: center;
  font-size: 24px;
  padding-top: 14px;
  padding-right: 16px;
}

.event-p1 .day-m1
{
    background:url(../images/t-sour.png) center 0;
    width:182px;
    height:215px;
    transition: all .2s ease-in-out;
    opacity:0.8;
}
.event-p1 .day-m1.day-clk
{
    background:url(../images/t-sour.png) center 0;
    width:284px;
    height:283px;
    transform: scale(1.1);
    -webkit-filter: brightness(120%);
    opacity:1;
}
.event-p1 .day-m2
{
    background:url(../images/t-sweet.png) center 0;
    width:182px;
    height:215px;
    transition: all .2s ease-in-out;
    opacity:0.8;
}
.event-p1 .day-m2.day-clk
{
    background:url(../images/t-sweet.png) center 0;
    width:284px;
    height:283px;
    transform: scale(1.1);
    -webkit-filter: brightness(120%);
    opacity:1;
}
.event-p1 .day-m3
{
    background:url(../images/t-bitter.png) center 0;
    width:182px;
    height:215px;
    transition: all .2s ease-in-out;
    opacity:0.8;
}
.event-p1 .day-m3.day-clk
{
    background:url(../images/t-bitter.png) center 0;
    width:284px;
    height:283px;
    transform: scale(1.1);
    -webkit-filter: brightness(120%);
    opacity:1;
}
.event-p1 .day-m4
{
    background:url(../images/t-Spicy.png) center 0;
    width:182px;
    height:215px;
    transition: all .2s ease-in-out;
    opacity:0.8;
}
.event-p1 .day-m4.day-clk
{
    background:url(../images/t-Spicy.png) center 0;
    width:284px;
    height:283px;
    transform: scale(1.1);
    -webkit-filter: brightness(120%);
    opacity:1;
}
.event-p1 .day-m5
{
    background:url(../images/t-salty.png) center 0;
    width:182px;
    height:215px;
    transition: all .2s ease-in-out;
    opacity:0.8;
}
.event-p1 .day-m5.day-clk
{
    background:url(../images/t-salty.png) center 0;
    width:284px;
    height:283px;
    transform: scale(1.1);
    -webkit-filter: brightness(120%);
    opacity:1;
}
/* event-1 5TABs SWITCH WITHOUT CLICK end*/

#event-p2 .top-list4{
    margin-top: 60px;
}
#event-p2 .top-list4 div:nth-child(1){
    margin-left: 240px;
}
#event-p2 .top-list4 div:nth-child(4){
     margin-left: 240px;
}
#event-p2 .top-list4 div:nth-child(7){
     margin-left: -1172px;
     margin-top: 327px;
}
#event-p2 .top-list4 div:nth-child(12){
     margin-left: -1172px;
     margin-top: 327px;
}
/*=====*/
/*=====*/
#event-p3 .top-list6{
    margin-top: 50px;
}
#event-p3 .top-list6 div:nth-child(3){
    margin-right: 380px;
}
#event-p3 .top-list6 div:nth-child(6){
     margin-right: 380px;
}
/*=====*/
#event-p4 .top-list4{
    margin-top: 100px;
}
#event-p4 .top-list4 div:nth-child(1){
    margin-left: 240px;
}
#event-p4 .top-list4 div:nth-child(4){
     margin-left: 240px;
}
#event-p4 .top-list4 div:nth-child(7){
     margin-left: -1172px;
     margin-top: 327px;
}
#event-p4 .top-list4 div:nth-child(12){
     margin-left: -1172px;
     margin-top: 327px;
}
/*=====*/
#event-p5 .top-list6{
    margin-top: 140px;
}
#event-p5 .top-list6 div:nth-child(3){
    margin-right: 380px;
}
#event-p5 .top-list6 div:nth-child(6){
     margin-right: 380px;
}
/*=====*/
#event-p6 .top-list4{
    margin-top: 130px;
}
#event-p6 .top-list4 div:nth-child(1){
    margin-left: 240px;
}
#event-p6 .top-list4 div:nth-child(4){
     margin-left: 240px;
}
#event-p6 .top-list4 div:nth-child(7){
     margin-left: -1172px;
     margin-top: 327px;
}
#event-p6 .top-list4 div:nth-child(12){
     margin-left: -1172px;
     margin-top: 327px;
}
/* the gap between footer and last section*/
.footer {
    width: 100%;
    margin: 0px 0 0 0 !important;
}
/* remove the gap-end*/
.promo-page .lg-it-box .explore {
    width: 86%;
    height: 91%;
    cursor: pointer;
}
.wuwei{
    margin-top: 5%;
}
#t-1{
    width: 30%;
    margin-left: 35%;
    margin-top: 4%;
}
.event-p7 ul li{
    list-style:none;
    float:left;
    margin-top:12%;
    width: 50%;
}
#link-1 img{
    width:95%;
    border:4px white solid;
}
#link-2 img{
    width:95%;
    border:4px white solid;
}