@charset "UTF-8";
/* ============ global =========== */
html{
  overflow-x: visible;
}
body,html{
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
body{
  padding: 0;
  padding-right:0 !important;
  margin: 0;
  font-family: 'Noto Sans TC', Microsoft JhengHei, Arial, Verdana, Helvetica, sans-serif, MingLiU;
  font-size: 15px;
  font-weight: 400;
  color: #434343;
  overflow-x: hidden;
}
body.modal-open {
    overflow-y: auto !important;
    padding-right: 0 !important;
}
h1, .h1{
  font-size: 34px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom:20px;
}
h2, .h2{
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  
}
.promotionH2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}
.phase2_promotion_title_h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 12px 0px;
}
.phase2_promotion_content_h3
{
    color:#7F918C;
    font-weight:500;
}
.phase2_promotion_content_h3_org {
    color: #EC7825;
    font-weight: 700;
}
h3, .h3 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 30px;
}
h4, .h4{
	font-size: 14px;
  font-weight: 400;
	margin-top: 0;
}
.phase2H4 {
    margin-top:0px !important;
    margin-bottom:0px !important;
    padding-top:15px !important;
    padding-bottom:15px !important;
}
h5, .h5{
	font-size: 12px;
  font-weight: 400;
	margin-top: 0;
}
.font1{
  font-size: 21px;
  line-height:25px;
  font-weight: 400;
  text-align: center
}
.font-title {
    font-size: 32px;
    font-weight: bold;
}
.phase2_font1{
  font-size: 24px;
  line-height:25px;
  font-weight: bold;
}
a.link{
	color:inherit;
	text-decoration:underline;
}
.green{
  color:#22ABAD;
}
.phase2green{
    color:#29C266;
}
.darkgreen{
  color:#0A8082;
}
.deepgreen{
    /*color:#16B374;*/
    color:#3CBF98;
}
.orange{
  color:#F8AB08;
}
.darkorange{
  color: #EC7825;
}
.beige{
    color:#FFE99B;
}
.lightgrey{
    color:#7F918C;
}
.skyBlue{
    color:#1AAEDD;
}
.cyan {
    color: #229298;
}
.phase_two_bottom_bg{
  background: url(../images/phase2_bottom_bg.png);
  background-size:100% 100%;
  width:100%;
}
.app{
  color:#f07824;
}
.grey{
  color:#888;
}
.lightGrey {
    color: #666666;
}
ol, .card-body ol{
  padding-left:25px;
}
ol.no-number li, .card-body ol.no-number li{
  list-style-type: decimal;
}
ul.no-style {
  padding-left: 10px;
}
ul.no-style li, .card-body ul.no-style li{
  list-style-type: none;
}
ol.lower-roman li, .card-body ol.lower-roman li{
  list-style-type:lower-roman;
}
/* =========== button ========== */
.btn{
  border-radius: 90px;
  font-weight: 400;
  padding: 10px 25px;
}
.btn:hover, .btn:focus, .btn:active:focus,
button:hover, button:focus, button:active:focus{
  outline: 0;
}
.btn:active{
  box-shadow: none;
}
.btn-white{
  color: #fff;
  background: linear-gradient(180deg, #FAAF3B 0%, #F05A24 100%);
  border-color:#fff;
}
    .btn-white:hover,
    .btn-white:focus,
    .btn-white:active:focus {
        color: #fff;
        border: 1px solid #fff;
        background: #92CFA1;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07), 0px 4px 5px rgba(0, 0, 0, 0.06), 0px 1px 10px rgba(0, 0, 0, 0.1);
    }
.btn_linear_pic_bg {
    color: #fff;
    background-image: url(../images/ButtonBg-new.png);
    background-position:center;
    background-size: cover;
    border-color: #fff;
}
.btn_linear_pic_bg:hover,
.btn_linear_pic_bg:focus,
.btn_linear_pic_bg:focus {
    color: #fff;
    border: 1px solid #fff;
/*    background: black;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07), 0px 4px 5px rgba(0, 0, 0, 0.06), 0px 1px 10px rgba(0, 0, 0, 0.1);*/
}
.btn-green{
  color: #fff;
  background: #22ABAD;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active:focus{
  color:#fff;
  background:#22ABAD;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.07), 0px 4px 5px rgba(0, 0, 0, 0.06), 0px 1px 10px rgba(0, 0, 0, 0.1);
}
.btn-big{
  width:300px;
  max-width:100%;
}
.btn-wrap button.btn-big {
    width: 400px;
    max-width: 100%;
    font-size: 15px;
}
.btn_phase {
    width: 300px;
    max-width: 100%;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 700;
    height: 56px;
    padding: 1px 0px;
}
/*.btn_phase img:first-child {
    display: none;
}
.btn_phase img:nth-child(2) {
    display: inline-block;
}
.btn_phase.active img:first-child {
    display: inline-block;
}
.btn_phase.active img:nth-child(2) {
    display: none;
}*/

.fixed_new_icon{
    margin-right:5px;
}

.btn_phase img {
    /*filter:invert(100%) sepia(5%) saturate(0%) hue-rotate(338deg) brightness(106%) contrast(104%);*/ /*#000*/
    /*filter:invert(55%) sepia(0%) saturate(0%) hue-rotate(74deg) brightness(100%) contrast(95%);*/ /*#666*/
    /* filter: invert(53%) sepia(92%) saturate(368%) hue-rotate(91deg) brightness(98%) contrast(91%);*/ /*#29C266*/
    filter: invert(32%) sepia(59%) saturate(464%) hue-rotate(111deg) brightness(87%) contrast(80%); /*#3CBF980*/
}
.btn_phase.active img{
/*    white*/
    /*filter:invert(0%) sepia(0%) saturate(7484%) hue-rotate(313deg) brightness(93%) contrast(107%);*/
    filter:invert(0%) sepia(0%) saturate(7484%) hue-rotate(313deg) brightness(93%) contrast(130%);
}

.btn_phase div{
    display: flex;
    align-items: center;
    justify-content: center;
}

#btn_phase2_new_symbol {
    /*filter: invert(53%) sepia(92%) saturate(368%) hue-rotate(91deg) brightness(98%) contrast(91%); */ /*#29C266*/
    /*filter: invert(32%) sepia(59%) saturate(464%) hue-rotate(111deg) brightness(87%) contrast(80%);*/ /*#3CBF980*/
    fill: #3CBF98;
}
#btn_phase2_new_symbol.active {
    /*filter:invert(0%) sepia(0%) saturate(7484%) hue-rotate(313deg) brightness(93%) contrast(107%);*/
    /*filter:invert(0%) sepia(0%) saturate(7484%) hue-rotate(313deg) brightness(93%) contrast(130%);*/
    fill: #fff;
}

#btn_phase2_gift_symbol {
    /*filter: invert(53%) sepia(92%) saturate(368%) hue-rotate(91deg) brightness(98%) contrast(91%); */ /*#29C266*/
    /*filter: invert(32%) sepia(59%) saturate(464%) hue-rotate(111deg) brightness(87%) contrast(80%);*/ /*#3CBF980*/
    fill: #3CBF98;
}
#btn_phase2_gift_symbol.active {
    /*filter:invert(0%) sepia(0%) saturate(7484%) hue-rotate(313deg) brightness(93%) contrast(107%);*/
    /*filter:invert(0%) sepia(0%) saturate(7484%) hue-rotate(313deg) brightness(93%) contrast(130%);*/
    fill: #fff;
}

#icon_phase1_plane {
    /*filter: invert(30%) sepia(53%) saturate(654%) hue-rotate(126deg) brightness(91%) contrast(99%);*/ /*#16DBDE*/
    /*filter: invert(42%) sepia(31%) saturate(3917%) hue-rotate(138deg) brightness(93%) contrast(90%);*/ /* #0DB8BB*/
    fill: #0DB8BB;
}
#icon_phase1_plane.active {
    /*filter:invert(0%) sepia(0%) saturate(7484%) hue-rotate(313deg) brightness(93%) contrast(107%);*/
    /*filter:invert(0%) sepia(0%) saturate(7484%) hue-rotate(313deg) brightness(93%) contrast(130%);*/
    fill:#fff;
}

.btn_phase_one {
    /*    color: #666;*/
    /*    color: #16DBDE;*/
    color: #0DB8BB;
    /*border: 2px solid var(--tab, #16DBDE);*/
    border: 2px solid var(--tab, #0DB8BB);
    /*background: #FFF;*/
    background: transparent;
    box-shadow: 0px 2.33333px 4.66667px 0px rgba(0, 0, 0, 0.05);
}
.btn_phase_one.active {
    color:#fff;
    border: 2px solid #0DB8BB;
    /*background: var(--tab, linear-gradient(180deg, #16DBDE 0%, #049698 100%));*/
    background:#0DB8BB;
    backdrop-filter: blur(11.666667938232422px);
}

.btn_phase_two {
    /*    color: #666;*/
    /*    color: #29C266;*/
    color: #3CBF98;
    /*border: 2px solid var(--TYPE, #D6E339);*/
    border: 2px solid #3CBF98;
/*    background: #FFF;*/
    background: transparent;
    backdrop-filter: blur(11.666667938232422px);
}
.phase2_step_img{
    display:flex;
    justify-content:center;
}
.phase2_step_img img{
    width:150px !important;
}
.phase2_step_row {
    padding-top:20px;
}

.phase2_mgm_main_poster{
    padding: 0 32px;
}

.btn_phase_two.active {
    color:#fff;
    border: 2px solid #3CBF98;
    background: #3CBF98;
    backdrop-filter: blur(11.666667938232422px);
}

.luckydraw_instruction_words {
    max-width: 100%;
    width: 430px;
    padding: 10px 0px;
}

.phase2_mgm_referral_prize_pic {
    /*    padding-right: 20px;
    padding-left: 0px;
    padding-top: 20px;*/
    display: flex;
    justify-content: center;
    align-items: center
}
.gift-color {
    width: 230px;
    height: 230px;
    background-color: #F6F9F8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px
}
/* =========== icon ========== */
.icon:before, .fa:before{
  content:'';
  display:inline-block;
  vertical-align: text-top;
}
.icon-arrowDown:before{
  background:url(../images/icon-arrowDown.png);
  -webkit-background-size: cover;
  background-size: cover;
  height:56px;
  width:56px;
}
.icon-scrollTop:before{
  background:url(../images/icon-scrollTop.png);
  -webkit-background-size: cover;
  background-size: cover;
  height:56px;
  width:56px;
}
.icon-mute:before{
  background:url(../images/icon-mute.png);
  -webkit-background-size: cover;
  background-size: cover;
  height:36px;
  width:36px;
}
.icon-unmute:before{
  background:url(../images/icon-unmute.png);
  -webkit-background-size: cover;
  background-size: cover;
  height:36px;
  width:36px;
}

.icon-mute2:before {
    background: url(../images/icon-mute.png);
    -webkit-background-size: cover;
    background-size: cover;
    height: 36px;
    width: 36px;
}

.icon-unmute2:before {
    background: url(../images/icon-unmute.png);
    -webkit-background-size: cover;
    background-size: cover;
    height: 36px;
    width: 36px;
}

.icon-mute1:before {
    background: url(../images/icon-mute.png);
    -webkit-background-size: cover;
    background-size: cover;
    height: 36px;
    width: 36px;
}

.icon-unmute1:before {
    background: url(../images/icon-unmute.png);
    -webkit-background-size: cover;
    background-size: cover;
    height: 36px;
    width: 36px;
}

/* =========== width ========== */
.wrapper{
	width: 570px;
	max-width:100%;
}
.wrapper-gift {
    width: 870px;
    max-width: 100%;
    margin: 15px auto;
    padding: 20px
}
.phase2_poster_wrapper{
    /*width: 650px;*/
    width: 600px;
	max-width:100%;
	margin:15px auto;
}
.text-wrapper{
  width: 870px;
  max-width:100%;
  /*margin:15px auto;*/
}
.big-wrapper{
  width: 970px;
  max-width:100%;
  margin-bottom: 86px
/*  margin:0 auto 25px auto;*/
}
.big-wrapper-bottom {
    width: 970px;
    max-width: 100%;
    margin-bottom: 20px
    /*  margin:0 auto 25px auto;*/
}
/* =========== static ========== */
main {
    /*padding-top: 30px;*/
    padding-bottom: 0px;
}
.title{
  color:#fff;
  border: 1px solid #F8AB08;
  padding:5px 20px;
  background:#F8AB08;
  border-radius: 6px;
}
.phase2_campaign_title {
    /*    color: #EC7825;
    background: #fff;*/
    color: #fff;
    background: #EC7825;
    letter-spacing: 0.48px;
    border: 1px solid #EC7825;
}
.caption{
  padding: 12px;
  border-radius: 15px;
  border: 1px solid #22ABAD;
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0px 12px 36px 0px rgba(140, 212, 214, 0.30);
  margin-bottom: 15px;
}
.phase2_caption {
    padding: 12px;
    /*    border-radius: 15px;
    background: #16B374;
    border: 1px solid #2AD08E;*/
    border-radius: 25px;
    background: #fff;
    margin-bottom: 15px;
    border: 1px solid #EC7825;
    box-shadow: 0px 9px 24px 0px rgba(60, 191, 152, 0.24);
}
.caption-white{
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.65);
}
.caption-white img{
  width:225px;
  vertical-align:bottom;
}
.caption-awards{
  position: relative;
  padding-left: 90px;
  text-align: left;
}
.caption-awards span{
  position:absolute;
  left:0;
}
.caption-awards3{
  position: relative;
  padding-left: 160px;
  text-align: left;
}
.caption-awards3 span{
  position:absolute;
  left:0;
}
.caption-awards4{
  position: relative;
  padding-left: 118px;
  text-align: left;
}
.caption-awards4 span{
  position:absolute;
  left:0;
}

section{
/*  padding:35px 0 50px;*/
}

.prize_section {
    padding-bottom: 10px;
    padding-top: 10px;
    /*background: #A7F0D3;*/
    background: url(../images/bottom_bg.jpg);
}
.prize_section_new {
    padding-bottom: 60px;
    padding-top: 24px;
    min-height: 500px
    /*background: #A7F0D3;*/
}
.prize_section .container {
    background:#fff;
    border-radius:25px;
}

#phase_btn_section {
    padding: 0px 30px;
    /*  background: #fff;*/
    position: sticky;
    /*  top: 50px; make it dynamic change*/
    z-index: 2;
}
.insertBg{
  width:100%;
  position:absolute;
  transform: translateY(-25%);
}
.top_video_div {
    margin-top: -30px;
    /*background: linear-gradient(360deg, #FFF 0%, #B8EEE9 100%);*/
    background: url(../images/top_video_bg.jpg);
    background-size:cover;
}
.top_image_div {
    /*    margin-top: -30px;
    background: radial-gradient(closest-corner at 35% 35%, rgba(146, 207, 161, 0.8) 10%, rgba(146, 207, 161, 0) 100%),radial-gradient(closest-corner at 65% 35%, rgba(146, 207, 161, 0.8) 10%, rgba(146, 207, 161, 0) 100%);*/
    background-image: url('../images/Green bg.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_image_bg {
    background-image: url('../images/top_image_bg.png');
}
.instruction_div {
    /*background: linear-gradient(180deg, #FFF 0%, #D6FBF7 100%);*/
    background: linear-gradient(180deg, #FFFFFF 0%, #D6F7FB 100%);
    padding-bottom: 40px;
}
.instruction_new_div {
    background: linear-gradient(180deg, #FFFFFF 100%, #DEF0E4 80%);

}
.instruction_new_div_2 {
    background: url(../images/giftBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
    .step_div {
        padding-bottom: 10px;
        padding-top: 0;
        /*background: #A7F0D3;*/
        background: linear-gradient(360deg, #FFFFFF 0%, #D6F7FB 100%);
    }
.step_new_div {
    /*background: linear-gradient(360deg, #C7E6D2 40%, #FFFFFF 100%);*/
    background: url(../images/joinWayBg2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.bottom_div {
    background: url(../images/bottom_bg.jpg);
}
.bottom_new_div {
    /* background: linear-gradient(to bottom,#FFFFFF, #DEF0E4 25%,#DEF0E4 75%,#FFFFFF);*/
    background: url(../images/giftBg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.topVideo-wrap {
    padding: 0 20px;
}
.topVideo{
  width:870px;
  max-width:100%;
  margin:0 auto;
  position: relative;
}
.topVideo video::-webkit-media-controls {
  display:none !important;
}
.video-wrapper{
  text-align:center;
  background:url(../images/video-bg.png) top center no-repeat;
  background-size:cover;
  margin-bottom:-30px;
}
.video-wrapper .ratio{
  width:574px;
  max-width:100%;
  top: -80px;
  margin: 0 auto;
}
.ratio-1x1 video{
  object-fit: cover;
}
.list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #fff;
}
/*p.list-item-top{
  padding-bottom: 15px;
  margin-bottom:0;
  border-bottom: 2px solid #fff;
}*/
.list-item-top{
  text-align:center;
  border-bottom: 2px solid #df6638;
}
.list-item-top img{
  width:300px;
  margin:0 auto;
}
.list-item-left {
  color: #434343;
  font-weight: 700;
}
.list-item-left b{
  display: inline-block;
  color:#fff;
  border-radius: 4px;
  background: #22ABAD;
  padding:1px 3px;
  margin-bottom: 12px;
}
.list-item-right {
  padding-left: 20px;
  font-style: italic;
}
.phase2_game_item {
    background: #fff;
    word-break:keep-all;
    padding-top:50px !important;
    font-size:16px;
}
.phase2_game_item_bg{
    background:#fff;
}
.head_bg {
    background: url('../images/head_bg.png');
    background-size: cover;
}

.phase2_second_bg {
    background: url('../images/phase2_reward_bg.png'); /* without phase2 mgm*/
    /*background: url('../images/phase2_reward_bg_2.png'); *//* with phase2 mgm*/
    background-size: cover;
    /*    background-image: linear-gradient(90deg, #E9FFED 0%, #E9FFED 50%, #A7F0D3 50%, #A7F0D3 100%),url('../images/phase2_reward_bg.png');*/
/*    background: linear-gradient(180deg, #E9FFED 0%, #A7F0D3 100%);*/
}
.game-item{
  padding:15px 34px 25px 34px;
  border-radius: 12px;
  border: 1px solid #FFF;
  box-shadow: 0px 4px 24px 0px rgba(10, 137, 139, 0.15);
  overflow:hidden;
  height: 100%;
  position:relative;
  text-align: center;
}
.game-item>img{
  width: 120px;
}
.game-item-01{
  background: url(../images/step_1.png) top center no-repeat;
  background-size:cover;
}
.game-item-02{
  background: url(../images/step_2.png) top center no-repeat;
  background-size:cover;
}
.game-item-03{
  background: url(../images/step_3.png) top center no-repeat;
  background-size:cover;
}
.game-item-txt {
  /*height:67.5px;*/
  display: flex;
  width: 100%;
  flex-direction:column;
  align-items: center;
}
.game-item-txt span{
  display:inline-block;
  color:#fff;
  text-align:center;
  border-radius:50%;
  font-weight:700;
  background: #22ABAD;
  line-height:24px;
  width:26px;
  height:26px;
  position:absolute;
  top: 10px;
  left: 10px;
}
/*.phase2-game-item{
  padding:30px 34px 20px 34px;
  border-radius: 12px;
  overflow:hidden;
  height: 100%;
  position:relative;
  text-align: center;
  background-color: white;
  width: 277px;
  height: 465px;
}*/
.phase2-game-item {
/*    padding: 30px 34px 20px 34px;*/
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    position: relative;
    text-align: center;
    background-color: white;
    width: 277px;
    height: 465px;
}
.phase2-game-item>img{
/*  width: 120px;*/
  width:100%;
  padding-bottom:20px;
}
.phase2-game-item-01{
  background: url(../images/step_1.png) top center no-repeat;
  background-size:cover;
}
.phase2-game-item-02{
  background: url(../images/step_2.png) top center no-repeat;
  background-size:cover;
}
.phase2-game-item-03{
  background: url(../images/step_3.png) top center no-repeat;
  background-size:cover;
}
.phase2-game-item-txt {
  height:67.5px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.phase2-game-item-txt span{
  display:inline-block;
  color:#fff;
  text-align:center;
  border-radius:50%;
  font-weight:700;
  background: #22ABAD;
  line-height:24px;
  width:26px;
  height:26px;
  position:absolute;
  top: 10px;
  left: 10px;
}
.concert_step_seq_div {
    display:flex;
    align-items:center;
    justify-content:center;
    background: #1AAEDD !important;
    /*font-size: 15px;*/
    width: 85px !important;
    height: 30px !important;
    border-radius: 90px !important;
    font-size: 20px;
    font-weight:700;
    color:#fff;
}
.concert_step_seq_div_new {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #229298 !important;
    /*font-size: 15px;*/
    width: 85px !important;
    height: 30px !important;
    border-radius: 90px !important;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}
.concert_step_seq_span{
    font-size:24px;
    margin-bottom:0;
}
.phase2_mgm_reward_span {
    background: #29C266;
    color: #fff;
    font-weight: bold;
    padding-left: 3px;
    padding-right: 3px;
    border-radius: 4px;
}
.phase2_step_details {
    font-size: 16px;
/*    word-break:keep-all;*/
}
.swiper {
  width: 100%;
  height: auto;
  margin-top:30px;
}
.swiper-slide img {
  display: block;
  width: 100%;
}
.giftSwiper .swiper-slide p{
  font-size: 12px;
  position: absolute;
  bottom: 40px;
  width: 100%;
}
.swiper-pagination{
  text-align:left;
  margin-left: 10px;
  margin-bottom: 5px;
}
.swiper-pagination-bullet {
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  color: #fff;
  opacity: 1;
  border-radius: 4px;
  border: 1px solid #EAEAEA;
  background: #C2C2C2;
}
.swiper-pagination-bullet-active {
  color: #22ABAD;
  border: 1px solid #EAEAEA;
  background: #FFF;
}
.slider-txt{
  margin-top:12px;
  text-align:center;
}
.slider-txt span{
  color:#fff;
  border-radius: 4px;
  background: #22ABAD;
  padding:0px 5px 2px 5px;
  display: inline-block;
}
.card{
  border-radius:15px;
  border-color:#EFEFEF;
}
.card-body{
  max-height: 170px;
  overflow: hidden;
  padding: 15px 25px;
}
.card-body.active{
  max-height:initial;
  overflow:visible;
}
.card-body a{
  color:#22ABAD;
}
.card-footer{
  padding: 8px 16px;
  font-weight:700;
  border-color:#EFEFEF;
  background: none;
  position:relative;
  cursor:pointer;
}
.card-footer:before{
  content:'';
  display:block;
  width:100%;
  height:50px;
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
  position:absolute;
  left:0;
  bottom:39px;
}
.card-footer.active:before{
  display:none;
}
.stamp-wrapper{
  width:1024px;
  max-width:100%;
  margin:0 auto;
}
.stamp-box{
  text-align:center;
  border-radius:15px;
  padding:30px 20px;
  margin-bottom: 30px;
  /*background:url(../images/stamp-bg.png) top center no-repeat;*/
  background-size:cover;
}
.stamp-title{
  width:363px;
  max-width:100%;
}
.stamp-title-2 {
    width: 246px;
    max-width: 100%;
}
.stamp-drops {
    width: 483px;
    max-width: 100%;
}
.stamp-img {
    transform: scale(0.5)
}
.prize-flight{
  width:540px;
  max-width:100%;
}
.stamp-txt{
  font-size: 18px;
}
.giftVideo,.giftImg{
  margin-top:0px;
  margin-bottom: 10px
}
.giftImg img{
  width:100%;
}
.giftImg_phase2 {
  margin-top: 15px;
}
.giftImg_phase2 img {
  width:100%;
}
.giftImg_phase2_row2 { 
   display:block;
}
p.video-txt {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
.speaker{
  position: absolute;
  bottom: 15px;
  right:15px;
  cursor: pointer;
  z-index:10;
}
.speaker2 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
    cursor: pointer;
}
.speaker1 {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: auto;
    cursor: pointer;
}
.top_play2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 200px;
    cursor: pointer;
}
    .top_play2 img {
        width: 50%;
        max-width: 100px;
        height: 50%;
        position: absolute;
        top: 50%;
        right: 50%;
        transform: translate(50%,-50%);
        cursor: pointer;
    }
.arrowDown {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -28px;
    cursor: pointer;
    z-index: 10;
    animation: 2.5s linear 0s infinite normal none running bounce;
}
.arrowDown:hover{
  animation:none;
}
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }

  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.backTopControl {
  cursor: pointer;
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 100;
}
/* =========== lightbox ========== */
.lb-nav a.lb-next,.lb-nav a.lb-prev{
  opacity:1;
}
.lightbox .lb-image{
  border:none;
  border-radius:0;
}
.lb-data .lb-number{
  display:none!important;
}
.lb-data .lb-details{
  width:100%;
  text-align: center;
}
.lb-data .lb-caption{
  font-size: 15px;
  font-weight:400;
  color:#fff;
}
.lb-data .lb-close{
  position: absolute;
  top: 0px;
  right: 30px;
}
/* =========== header & footer fix ========== */
nav.navbar{
  font-size:17px;
  padding:0;
  margin-bottom:0
}
nav.navbar .container,
.navbar-nav{
  display: block;
}
.navbar-brand{
  padding:15px 15px;
}
.navbar-default .navbar-nav > li > a,
ul.nav-submenu>li>a{
  text-decoration:none;
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
.dropdown-toggle::after{
  display:none;
}
.navbar-nav .dropdown-menu{
    position:absolute;
}
.dropdown-login {
    width: 370px;
    border-radius: 15px;
    padding: 0;
    border: none;
    box-shadow: none;
}
.form-control{
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #E8E8E8;
  box-shadow: none;
  padding: 6px 0;
  font-size: 17px;
  color: #333;
  text-align: left;
}
.form-control:focus {
  border-bottom: 2px solid #00C9C9;
  box-shadow: none;
}
.form-control:not(:placeholder-shown) {
  border-bottom: 2px solid #00C9C9;
}
.form-control[readonly]{
  background-color: #fff; 
}
.toggle-password {
  font-size: 17px;
}
h6.separate {
  font-size: 14px;
  margin-bottom: 10px;
}
.remark {
  font-size: 13px;
  margin-top: 5px;
}
.remark a{
  text-decoration:none;
  color: #00C9C9;
}
.btn-middle{
  font-size: 17px;
  padding:6px 12px; 
}
.btn-main {
  color: #fff;
}
.btn-circle {
  padding: 4.5px 5px;
}
.btn.btn-middle:hover{
  color: #fff;
  border-color:transparent;
}
.btn-facebook,
.btn-facebook:hover,
.btn-facebook:focus,
.btn-facebook:active:focus{
  color: #fff;
  background-color: #4267B2;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
.btn-wechat,
.btn-wechat:hover,
.btn-wechat:focus,
.btn-wechat:active:focus{
  color: #fff;
  background-color: #00C70C;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05);
}
.dropdown-loginBottom a,
.mobile-lang a,
.modal-bodyBottom a{
  color:inherit;
  text-decoration:none;
}
.dropdown-loginBottom a:hover,
.modal-bodyBottom a:hover,
ul.menuProfile-list li a:hover{
  color: #00C9C9;
}
.collapse.in {
  display: block;
}
footer h3{
  margin-bottom:0;
  font-size: 24px;
  font-weight:400;
}
footer h5{
  font-size: 17px;
}
ul.appList,
ul.footerList{
  padding-left: 0;
}
ul.footerList li a,
ul.menuProfile-list li a{
  color:inherit;
  text-decoration:none;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop.fade{
    opacity:0;
}
.backdrop.in {
  filter: alpha(opacity=20);
  opacity: .2;
}
.dropdown-menu.dropdown-profile {
    font-size: 17px;
    color: #777;
    width: 280px;
    border-radius: 15px;
    padding: 0;
    border: none;
}
ul.menuProfile-list {
    padding: 0;
}
/* =========== 992 ========== */
@media (max-width: 992px){
  h1, .h1{
    font-size: 18px;
  }
  h2, .h2{
    font-size: 17px;
  }
  .promotionH2{
    font-size: 17px;
  }
  .phase2_promotion_title_h2 {
    font-size: 20px;
  }
  .font1{
    font-size: 15px;
    line-height:1.4;
  }
  .phase2_font1{
    font-size: 18px;
    line-height:1.4;
  }
  .caption-awards {
    padding-left: 65px;
  }
  .caption-awards3 {
    padding-left: 115px;
  }
  .caption-awards4 {
    padding-left: 85px;
  }
  .container{
    padding: 0 20px;
  }
  .container-new {
    padding: 0 20px;
  }
  .giftSwiper .swiper-slide {
    width:40%;
  }
  .flightSwiper .swiper-slide{
    width:40%;
  }
  footer .col-md-5, footer .col-md-3{
    width:100%;
  }
  .giftImg_phase2_row2 {
    display: none;
  }
  .fixed_new_icon{
    margin-right:0;
    width:35px;
    height:35px;
  }
  .phase2_promote_new_icon{
      width:26px;
      height:26px;
  }
  .phase2_step_row{
      padding-top:0;
  }
  .phase2_mgm_main_poster{
      padding:0;
  }
}
/* =========== 768 ========== */
@media (max-width: 768px){
  .giftSwiper .swiper-slide {
    width:60%;
  }
/*  .stamp-box{
    background:url(../images/stamp-bg-m.png) top center no-repeat;
    background-size:cover;
  }*/
.prize_section{
    padding:20px;
}
    .prize_section_new {
        padding: 20px;
        min-height: 400px
        /*background: linear-gradient(180deg, #DEF0E4 50%,#FFFFFF 100% );*/
    }
.table-responsive table{
    min-width:650px;
}
/*  .phase2_poster_mobile{
      padding: 0 20px;
  }*/
}
/* =========== 576 ========== */
@media (max-width: 576px){
  .btn-big{
    width:100%;
    max-width:300px;
  }
  .giftSwiper .swiper-slide,
  .flightSwiper .swiper-slide{
    width:85%;
  }
  section.bg{
    background:url(../images/bg-m.png) top center no-repeat;
    background-size:cover;
  }
  .video-wrapper{
    background: none;
    padding:0 20px;
  }
  .lb-data .lb-close {
    top: -30px;
    right: 10px;
  }
  .list-item-top img{
    width:250px;
    max-width:100%;
  }
  .btn_phase {
    /*width: 40%;*/
    width: 100%;
    max-width: 300px;
    border-radius: 10px;
    height:51px;
    font-size: 16px;
/*    font-weight: 700;*/
  }
}
/* =========== font icon ========== */
.icon-arrow-down-b:before {
  content: "\64";
}
.icon-chevron-left:before {
  content: "\65";
}
.icon-chevron-right:before {
  content: "\66";
}
.icon-facebook:before {
  content: "\69";
}
.icon-weixin:before {
  content: "\6a";
}
.icon-mobile:before {
  content: "\6b";
}
.icon-close-round:before {
  content: "\68";
}
.icon-star:before {
  content: "\46";
}
.icon-star-o:before {
  content: "\47";
}
.icon-activity:before {
  content: "\61";
}
.icon-chat:before {
  content: "\62";
}
.icon-contactus-2:before {
  content: "\63";
}
.icon-crosscircle:before {
  content: "\67";
}
.icon-eye-slash:before {
  content: "\6c";
}
.icon-eye:before {
  content: "\6d";
}
.icon-facebook-square:before {
  content: "\6e";
}
.icon-faq:before {
  content: "\6f";
}
.icon-filter:before {
  content: "\70";
}
.icon-gift:before {
  content: "\71";
}
.icon-home:before {
  content: "\72";
}
.icon-greenpts:before {
  content: "\73";
}
.icon-inbox:before {
  content: "\74";
}
.icon-tintfilled:before {
  content: "\75";
}
.icon-tint:before {
  content: "\76";
}
.icon-so-tick:before {
  content: "\77";
}
.icon-share:before {
  content: "\78";
}
.icon-setting:before {
  content: "\79";
}
.icon-scan:before {
  content: "\7a";
}
.icon-run-2:before {
  content: "\41";
}
.icon-remove:before {
  content: "\42";
}
.icon-profile:before {
  content: "\43";
}
.icon-pointhistory:before {
  content: "\44";
}
.icon-phone:before {
  content: "\45";
}
.icon-mygift:before {
  content: "\48";
}
.icon-more:before {
  content: "\49";
}
.icon-unread:before {
  content: "\4a";
}
.icon-userguide:before {
  content: "\4b";
}
.icon-wechat-square:before {
  content: "\4c";
}
.icon-map-pin:before {
  content: "\4d";
}
.icon-clock:before {
  content: "\4e";
}
.icon-info:before {
  content: "\4f";
}
.icon-up-open-mini:before {
  content: "\50";
}
.icon-down-open-mini:before {
  content: "\51";
}
.icon-pin:before {
  content: "\52";
}
.icon-fire:before {
  content: "\53";
}
.glyphs-edit:before {
  content: "\e900";
}
.glyphs-greenPts:before {
  content: "\e901";
}
.glyphs-pointgreen:before {
  content: "\e902";
}
.glyphs-qrcode:before {
  content: "\e903";
}

.margin-btn {
    margin-bottom: 50px;
    margin-top: 50px;
}
.center-div {
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.text-div {
    text-align: center;
    width: 50%
}
.text-border-div {
    background: #229298;
    color: white;
    border-radius: 5px;
    padding: 2px
}
.text-border-div-mobile {
    background: #229298;
    color: white;
    border-radius: 30px;
    padding: 2px
}
.text-left {
    text-align: left;
    margin-top: 10px
}
.text-center {
    text-align: center;
    margin-top: 0px
}
.text-center-water {
    text-align: center;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 35px;
}
.text-center-water-1 {
    text-align: center;
    margin-top: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}
.span-style {
    font-weight: 400;
    display: inline-block
}




.popup {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.popup-content {
    background-color: #fefefe;
    margin: 20% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    position: relative;
}

.close {
    color: #aaa;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
    }

.bottom-left,
.bottom-right {
    /*position: absolute;*/
    bottom: 0;
    z-index: 1; /* 确保这个元素在其他内容上方 */
}
.bottom-left {
    left: 0;
}
.bottom-right {
    right: 0;
}

#deskTopGift {
    display: block;
}

#mobileGift {
    display: none
}
.waterDrop {
    display: flex;
    justify-content: space-between;
    margin-top: -400px
}
.waitStart {
    width: 80%;
}
.container-div {
    background-color: white;
    border-radius: 20px;
    width: 50%
}
.gift-center-border-div {
    background-color: white;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
/*.gift-center-padding-div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px
}*/
.gift-center-padding-div {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    flex-direction: column
}
/*.gift-img {
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center
}*/
.gift-img {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction:column;
}
.gift-img a.example-image-link{
    padding-bottom:15px;
}
.column-flex {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column
}
.p-title {
    font-size: 38px;
    font-weight: bold
}
.banner-img {
    width: 870px;
    max-width: 100%;
    margin-bottom: 24px;
}
    .banner-img img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto
    }
    .container-gift {
        background-color: white;
        border-radius: 20px;
        width: 870px;
        height: 957px;
        /*    width: 50%;*/
        /*    max-width: 800px*/
    }

.hr-margin {
    width: 100%;
    height: 1px;
    margin-top: 38px;
    margin-bottom: 38px
}
.hr-margin-new {
    width: 40%;
    height: 1px;
    margin-top: 43px
}
.promote-spacing {
    margin-top: 43px;
    margin-bottom: 24px
}
.step-spacing {
    margin-top: 86px;
}
.active-spacing {
    margin-bottom: 20px
}
.start-div-spacing {
    margin-top: 86px;
    justify-content: center;
    align-items: center;
    flex-direction: column
}
.start-spacing {
    width: 300px;
    height: 44px;
    margin-bottom: 86px
}
.bottom-spacing {
    margin-top: 20px;
    justify-content: center;
    align-items: center;
    flex-direction: column
}
.top-imge-width {
    width: 90%
}
.bottom-div {
    background-color: #f1f1f1;
}
.news_div {
    margin-top: 0px;
    margin-bottom: 0px
}
/*#watsonVideo {
    cursor: pointer
}*/
#video-play {
    cursor: pointer
}
.div-border {
    border-radius: 15px
}
@media (max-width: 768px) {
    #mobileGift {
        display: block
    }

    #deskTopGift {
        display: none;
    }

    .wrapper {
        display: flex;
        flex-direction: column
    }
    .row-mobile {
        width: 50%
    }

    .waterDrop {
        display: flex;
        justify-content: space-between;
        margin-top: -200px
    }

    .waitStart {
        width: 70%
    }

    .top_image_div {
        /*        margin-top: -30px;
        background: radial-gradient(closest-corner at 25% 30%, rgba(146, 207, 161, 0.8) 10%, rgba(146, 207, 161, 0) 80%), radial-gradient(closest-corner at 65% 32%, rgba(146, 207, 161, 0.8) 10%, rgba(146, 207, 161, 0) 80%)*/
        background-image: url('../images/BG 1.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center
    }

    .example-image-link {
        max-width: 80vw;
        max-height: 80vh
    }

    .promote-spacing {
        /*margin-top: 0px;*/
        margin-bottom: 24px
    }

    .step-spacing {
        margin-top: 3px;
    }

    .active-spacing {
        margin-bottom: 0px
    }

    .start-spacing {
        width: 300px;
        height: 44px;
        margin-bottom: 46px
    }

    .start-div-spacing {
        margin-top: 43px;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .bottom-spacing {
        margin-top: 0px;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }

    .top-imge-width {
        width: 100%
    }

    .mobile-download {
        width: 100%;
    }

    .news_div {
        /*margin-top: 30px;*/
        margin-bottom: 30px
    }

    .hr-margin-new {
        margin-top: 0px
    }
    .phase_font {
        font-size:13px
    }

/*    .btn-wrap button.btn-big {
        width: 500px;
        max-width: 100%;
        font-size: 15px;
    }*/

}
