@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap");
body{
 margin:0;
 padding:0;
 font-size:16px;
 font-family:'微軟正黑體', 'Microsoft JhengHei', Arial, Helvetica;
 line-height:1.6;
}

body{
  background-color: #FFE8E8;
  /* background-image: url(../img/bg.gif); */
  background-position: 0 0;
 }
.header_space>div,
#nav .nav-container{
  background-color:#fff;
}
.in_menu a,
.nav-container li a{
  color:#000;
}

.clearfix:before,
.clearfix:after{
  clear:both;
  content:"";
  display:table;
}
*{
box-sizing:border-box;
}
.swal2-styled.swal2-confirm {
    border: 0;
    border-radius: 0.25em;
    background: initial;
    background-color: #c4000a;
    color: #fff;
    font-size: 18px;
}
.swal2-title{
 font-size:24px;
}
.hide{
  display: none;
}
.control{
 max-width:1000px;
 width:96%;
 margin:0 auto;
}
.auto{
 width:100%;
 height:auto;
 max-width:100%;
 display: block;
}
.pc{
 display: block !important;;
}
.mb{
 display: none !important;;
}
.icenter{
 text-align:center;
}
#wrapper{
  margin:0 auto;
}
#home_kv{
 position:relative;
 overflow:hidden;
 margin-top:35px;
}
#home_kv .control{
 max-width:1200px;
 margin:0 auto;
 position:relative;
}
#home_kv .pc{
  max-width:1200px;
  margin:0 auto;
  position:relative;
 }
#home_kv a{
     display:block;
     overflow:hidden;
     position:relative;
}
.logo .mb{
  display: inline-block;
  width:163px;
  height: 74px;
  background: url(../img/logo_m.png) 0 0  no-repeat;
}
.white.logo .mb{
  background: url(../img/logo_white_m.png) 0 0  no-repeat;
}
.redwhite.logo .mb{
  background: url(../img/logo_redwhite_m.png) 0 0  no-repeat;
}
.logo .pc{
  display: inline-block;
  width:110px;
  height: 80px;
  background: url(../img/logo.png) 0 0  no-repeat;
}
.white.logo .pc{
  background: url(../img/logo_white.png) 0 0  no-repeat;
}
.redwhite.logo .pc{
  background: url(../img/logo_redwhite.png) 0 0  no-repeat;
}
#home_kv img{
 width:100%;
 height:auto;
 display:block;
 margin:0 auto;
}
#home_kv .slider{
    max-width:1200px;
    margin:0 auto;
    overflow:hidden;
}
/* Slick */
/* Slider */
#home_kv .slider .slick-list {
    border-radius: 40px;
}
.slick-slider {
    position: relative;
    display: block;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

    .slick-slide img {
        display: block;
    }

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/* Slick */
/* Slider theme */
/* Slider */
.slick-loading .slick-list {
}

/* Arrows */
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before, .slick-next:before {
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

.slick-prev:before {
    content: '←';
}

.slick-next {
    right: -25px;
}

.slick-next:before {
    content: '→';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    list-style: none;
    text-align: center;
    padding:0;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0 7px;
    cursor: pointer;
}

.slick-dots li button {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 0;
    cursor: pointer;
    outline: none;
    font-size: 0;
    background-color: #d3d3d3;
}

.slick-dots li.slick-active button, .slick-dots li button:focus {
    background-color: #ff8583;
    outline: none;
}


#load-imgs{
overflow:hidden;
height:0;
font-size:0;
}
.popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1050;
}
.popup.hide{
 display:none;
}
.popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.popup__dialog {
    max-width: 560px;
	width:90%;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
	padding: 30px 30px 30px;
}
.popup_close{
 display:inline-block;
 position:absolute;
 top:20px;
 right:20px;
}
.popup .login_box h2{
  padding:0;
  margin:0;
  font-size:24px;
  text-align:center;
}
.popup .login_box a{
 display:flex;
 align-items: center;
 justify-content:center;
 width:90%;
 border:1px #B1B1B1 solid;
 border-radius:40px;
 font-size:18px;
 margin:25px auto 0;
 padding:5px;
 text-decoration:none;
 color:#000;
}
.popup .login_box a img{
 display:inline-block;
 margin-right:15px;
}
.container__loading{
    position:fixed;
    z-index: 1000;
    height:100%;
    width:100%;
    left:0;
    top:0;
    text-align: center;
    background-color:rgba(0,0,0,0.85);
    /*display:none;*/
}
.container__loading .load{
    padding-top:280px;
}
.container__loading p{
    color:#fff;
    font-size: 24px;
    font-weight: bold;
    margin:15px 0;
}
.k-line {
	display:inline-block;
	background:#666;
	height:20px;
	width:20px;
	opacity:0;
	border-radius:50%;
	transform:translateX(-200px);
	background-color:#ffffff
}
@keyframes k-loadingS {
	40% {
	transform:translateX(0);
	opacity:.8
}
100% {
	transform:translateX(300px);
	opacity:0
}
}
.k-line-1 {
	animation:k-loadingS 4s infinite;
	animation-delay:.8s
}
.k-line-2 {
	animation:k-loadingS 4s infinite;
	animation-delay:.7s
}
.k-line-3 {
	animation:k-loadingS 4s infinite;
	animation-delay:.6s
}
.k-line-4 {
	animation:k-loadingS 4s infinite;
	animation-delay:.5s
}
.k-line-5 {
	animation:k-loadingS 4s infinite;
	animation-delay:.4s
}
.k-line-6 {
	animation:k-loadingS 4s infinite;
	animation-delay:.3s
}
.k-line-7 {
	animation:k-loadingS 4s infinite;
	animation-delay:.2s
}
.k-line-8 {
	animation:k-loadingS 4s infinite;
	animation-delay:.1s
}
.detail_content{
  overflow: hidden;
  position: relative;
}
.detail_content img,
.detail_content iframe{
 max-width: 100%;
}
.detail_content span.red,
.detail_content a.red{
  color:#e4007f;
}
.detail_content span.blue,
.detail_content a.blue{
  color:#00a2e9;
}
.detail_content section{
  padding-bottom: 40px;
}
#main{
 padding-top:1px;
}

.box{
  max-width: 940px;
  margin:55px auto 0;
  position:relative;
}
.box .plink{
    position:absolute;
    top:-115px;
    left:0;

}
.box_line{
  font-size:20px;
  /* box-shadow:   0 2px 10px 0 rgba(0, 0, 0, 0.1); */
  position:relative;
  overflow: hidden;
}
.award_box span{
 color:#00a2e7;
}
.award_box p{
 margin-bottom:20px;
}
.box ul{
 list-style:square url("../img/dot.gif");
 margin:15px 0 0 -15px;
}
.box ul li{
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.privacy_box, .award_box, .winners_box,.rule_box,.join_box{
    border-radius: 20px;
    max-width:880px;
    margin:0 auto;
    background-color: #fff;
}
 
.box1 .join{
 display:block;
 width:300px;
 margin:10px auto 15px;
}
.winners_box .lists{
    margin-top:10px;
}

.award_box {
  padding-bottom: 35px;
  background-color: #fff;
}
.gift_name1{
  width:185px;
  margin:30px auto;
}
.gift_name2{
  width:387px;
  margin:30px auto;
}
.award_box h3 {
  color: #fff;
  background-color: #FFC055;
  padding: 10px 0;
  font-size: 24px;
  margin: 0;
  text-align: center;
}
.gift_box1{
    width: 98%;
    margin: 50px auto 80px;
    border-radius: 25px;
}
.gift_box2 {
    width: 98%;
    margin: 110px auto 15px;
    border-radius: 25px;
}
 
.gift_box1_content {
    /* padding: 0px 20px 20px 10px; */
    width:93%;
    margin:0 auto;
}
.gift_box1_content .pic img{
    margin:0 auto;
    max-width:100%;
}
.fbox {
    display: flex;
    width: 95%;
    margin: 0 auto;
}
.gtitle {
    position: relative;
      width:880px;
      height: 140px;
      font-size: 49px;
      font-family: 'Noto Sans TC';
      font-weight: 900;
      text-align: center;
      line-height: 140px;
      color: #ff279f;
      background-image: url(../img/title_bg.png);
      background-position: 0 0;
      background-repeat: no-repeat;
}
.fcontent {
  padding-top: 3%;
}
.award_box_gift_pic span{
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    font-size: 26px;
    font-weight: 600;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 1;
/*     display: flex;
    justify-content: center;
    align-items: center; */
    background-image: url(../img/quota_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 20px;

}
.award_box_gift_pic span strong{
  font-size: 44px;
  line-height: 1.2;
  display: block;
  text-align: center;
  
}
.award_box_gift_pic img{
  display: block;
  width:100%;
  height: auto;
}

.top_item{
  display: flex;
  align-items: center;
  justify-content: center;
}
.top_item>div{
  display: inline-block;
  width:50%;
}
    .fbox .item {
        width: 50%;
        text-align: center;
        padding-top: 0;
        position: relative;
    }
.fbox{
    width:100%;
}
.award_box_gift_pic {
    width: 95%;
    margin: 0 auto;
    position:relative;
}
 
.fbox .item .txt {
    width: 80%;
    margin: 0 auto;
}
.gift_box2_content {
  width: 98%;
  margin: 0 auto;
}
.fbox .item img{
    width:100%;
    height:auto;
    /* image-rendering:pixelated; */
}
.fbox .txt {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
}
 
.fbox .txt span {
  display: block;
}

.fbox .txt b {
  font-size: 30px;
  line-height: 1.6;
}
.fbox .txt p {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.6;
}
.box ul.mt30 {
  margin-top: 30px;
}
.fpart{
  margin:50px 0 80px;
}
.rule_content_box{
  padding:30px 40px;
  font-size: 18px;
  line-height: 1.7;
  overflow: hidden;
  position: relative;
}
.rule_content_title{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  position:relative;
  margin:30px 0;
}
.rule_content_title b{
  display: inline-block;
  border-bottom: 1px #000 solid;
}
.box .rule_content_box ul li{
 margin-bottom: 0;
}
.rule_content_box img{
 max-width: 100%;
 display: block;
 margin:0 auto;
}

.rule{
  margin-top:110px;
}
.rule_content{
  background-color:#fff;
  padding-top:1px;
  padding-bottom:20px;
}
.rule_content ol{
  margin-bottom:70px;
}
.rule_content ol li{
 line-height:1.7;
 color:#010101;
}
.rule_content li span{
 color:#00A2E7;
 font-weight:600;
}
.rule_content li span.red{
     color:#E5007F;
}
.rule_title{
 text-align:center;
}
#footer{
  background-color:#EEEEEE;
  padding:15px 0;
  border-top:1px #C3C3C3 solid;
}
.footer_content{
  max-width:1280px;
  margin:0 auto;
  padding:0 50px;
}
#footer .company{
  font-weight:600;
}
#footer .copyright{
  font-size:14px;
}
#footer .tel{
  font-weight:600;
}
.footer_icon{
 float:right;
}
.footer_icon a{
 display:inline-block;
 vertical-align:middle;
 margin:0 5px;
 width:45px;
}
.footer_icon a img{
 width:100%;
 height:auto;
}
.footer_icon .icon{
  width:93px;
  height:auto;
}
.rule_content li a:link,
.rule_content li a:visited{
  color:#000000;
  font-weight:600;
}
.rule_title img{
 width:457px;
}
.header_space{
 position:relative;
 height:80px;
 z-index:301;
}
.header_space>div{
 height:80px;
 width:100%;
 /* background-color:#fff; */
 position:fixed;
 z-index:1;
 top:0;
 left:0;
}
.header_space>div>div{
 position:relative;
 height:100%;
 max-width:1280px;
 margin:0 auto;
}
#header {
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 30px;
  max-width: 1280px;
  margin: 0 auto;
  display: flex !important;
  position: fixed;
  width: 100%;
  z-index: 300;
}

#header .hamburger {
  position: relative;
  cursor: pointer;
  width: 75px;
  height: 75px;
  z-index: 250;
  display: none;
  background-color: #fff;
  border-radius: 50%;
  padding: 18px 0 0 18px;
}
#header .hamburger .line{
  background-color: #E60012;
}
.open #header .hamburger .line:first-child {
  margin-top: 0;
}

    #header .hamburger .line {
        height: 6px;
        width: 40px;
        margin:2px 0 7px 0;
        border-radius: 20px;
        /* transition: .3s;  */
    }

.header_space.open>div{
  background:none
}
.open #header .hamburger .line:first-child {
  transform: rotate(45deg) translate(14px, 12px);
}

.open #header .hamburger .line:nth-child(2) {
  opacity: 0;
}

.open #header .hamburger .line:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -5px);
}
 
.open #header .hamburger{
  padding:15px;
}
.open #header .hamburger .line {
  width: 100%;
}
#nav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  visibility: hidden;
  /*background-color:#c4000a;*/
  /*transition: all .4s ease-in-out;*/
  display: none;
}

#nav.open {
  visibility: visible;
}

#nav.open .nav-container {
  transform: translateY(0%);
}

#nav .nav-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 160px 60px;
  transform: translateY(-100%);
  transition: transform .4s ease-in-out;
}

.nav-container ul,
.nav-container ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-container ul li {
  margin-bottom: 40px;
}
.nav-container ul li a{
  display: block;
  font-size: 36px;
  text-align: center;
  text-decoration: none
}
#kv{
 width:96%;
 max-width: 1220px;
 margin:15px auto;
}
#kv img{
  width:100%;
  height: auto;
}
.in_menu{
  display:block;
}
.in_menu span{
  display:inline-block;
  margin:0 8px;
}
.in_menu a{
  font-weight:500;
  text-decoration:none;
  font-size:18px;
}

#main{
  padding-bottom:150px;
  min-height: 800px;
}
.invoice_note{
  width:90%;
  max-width: 430px;
  margin:0 auto;
}
.input_box{
  width:505px;
  margin:0 auto;
}
.box .input_box .item > p.note {
  color: #c4000a;
  font-weight: bold;
  line-height: 1.8;
  margin: 0;
  text-align: left;
  padding-bottom: 0;
  font-size: 14px;
}
.agree_box{
  width:640px;
  margin:0 auto;
}
.box .input_box .item{
  margin-bottom:25px;
}
.box .input_box .item>span{
  font-size:22px;
  font-weight:600;
  color:#000000;
  display:block;
  line-height:1.8;
}
.input_text{
  width:100%;
  background-color:#fff;
  border:1px #c4000a solid;
  font-size:18px;
  padding:10px;
  outline-style: none;
}
.cblist,.rdlist{
 position:relative;
 padding-top:10px;
}
.agree_box input[type=checkbox],
.cblist input[type=checkbox],
.rdlist input[type=radio]{
 display:none;
  
}
.agree_box .agree_box label {
    font-weight: bold;
}

.agree_box .agree_box label,
.cblist label,
.rdlist label{
  padding-left:28px;
  font-size:18px;
  position:relative;
  display:block;
  margin-bottom:10px;
  cursor:pointer;
}
.form_remark{
  font-size: 18px;
  margin-top:20px;
  word-break:break-all;
}
.form_remark label{
  cursor:pointer;
}
.rdlist.horizontal label{
  display:inline-block;
  margin-right:15px;
  margin-bottom:0;
}
.agree_box label span,
.cblist label span{
 cursor: pointer;
 position: absolute;
 width: 20px;
 height: 20px;
 top:3px;
 left: 0;
 background: #fff; 
 border: 1px solid #c4000a;
}
            
.agree_box label span:after,
.cblist label span:after{
 opacity: 0;
 content: '';
 position: absolute;
 width: 9px;    
 height: 5px;
 background: transparent;
 top: 3px;
 left: 3px;
 border: 3px solid #c4000a;
 border-top: none;
 border-right: none;
 
 -webkit-transform: rotate(-45deg);
 -moz-transform: rotate(-45deg);
 /*-o-transform: rotate(-45deg);*/
 -ms-transform: rotate(-45deg);
 transform: rotate(-45deg);
 
 }          
.agree_box input[type=checkbox]:checked + label span:after,       
.cblist input[type=checkbox]:checked + label span:after{
 opacity: 1;
}
.rdlist label span{
 cursor: pointer;
 position: absolute;
 width: 20px;
 height: 20px;
 top:4px;
 left: 0;
 background: #fff; 
 border: 1px solid #c4000a;
 border-radius: 50%;
}
.rdlist label span:after{
 opacity: 0;
 content: '';
 position: absolute;
 border-radius:50%;
 width: 12px;
 height: 12px;
 top: 3px;
 left: 3px;
 background-color:#c4000a;
 } 
.rdlist input[type=radio]:checked + label span:after{
 opacity: 1;
}
.agree_box hr{
  border:none;
  border-bottom:1px #c4000a solid;
  margin:15px 0;
}
.agree_box h4{
 font-size:20px;
 color:#c4000a;
 margin:0;
 padding:0 0 15px 0;
}
.agree_box ul li{
 font-size:16px;
}
.agree_box{
  font-size:16px;
  font-weight:500;
}
.agree_box a{
  color:#c4000a;
}
.next_btn,
.send_btn{
  display:block;
  width:300px;
  height:auto;
  margin:40px auto 10px;
}
.inpt-select {
  position: relative;
  display: inline-block;
 
  width:100%;
  background-color:#fff;
  border:1px #c4000a solid;
  font-size:16px;
  padding:5px;
}
  .inpt-select::before, .inpt-select::after {
    content: '';
    display: block;
    position: absolute;
    pointer-events: none; 
	
	}
  .inpt-select::before {
   content:url(../img/select_icon.png);
   position:absolute;
   z-index:1;
   top:5px;
   right:10px;
	}
 .code_box{
  display: inline-flex;
 }
 .code_box input{
  margin-right: 20px;
 }
  .inpt-select select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 6px 10px;
    padding-right: 25px;
    text-align: left;
    max-width: inherit;
    border: none;
    background: #fff;
	font-size:18px;
    width: 100%;
    outline: none; }
.inpt-select select::-ms-expand{
 display:none;
}
.upload_box a{
 font-size:24px;
 font-weight:600;
 color:#fff;
 background-color:#c4000a;
 border-radius:25px;
 text-align:center;
 width:100%;
 margin:0 auto;
 display:block;
 padding:6px 0;
 text-decoration:none;
}
.upload_box p{
 font-size:18px;
 color:#c4000a;
 text-align:center;
 margin:0;
 padding:10px 0;
}
.input_box hr{
  border:none;
  border-bottom:1px #c4000a solid;
  margin:5px 0;
}
.showexp{
 align-items: center;
 justify-content: space-between;
display: flex;
cursor:pointer;
}
.showexp span{
 font-size:24px;
 font-weight:600;
 color:#c4000a;
}
.showexp a{
 display:inline-block;
 width:19px;
 height:11px;
 background-image:url(../img/select_icon.png);
 background-position:0 0;
 background-repeat:no-repeat;
 margin-right:10px;
}
.showexp a.open{
  background-image:url(../img/arrow_up.png);
}
#exp img{
  display: block;
  width:100%;
  height:auto;
  margin:0 auto;
}
#exp.open {
    height:683px;
}
#exp {
    height:0;
	overflow:hidden;
    transition: height .6s ;
}
#step3 .agree_box label{
  font-size:16px;
}
.w110{
 width:110%;
}
#step3 .input_box{
 width:630px;
}
#step3 .input_box h3{
 font-size:22px;
 color:#c4000a;
 text-align:center;
 padding:8px 0;
 margin:0;
}
.ans{
 font-size:18px;
 line-height:2;
}
.box .join_box .input_box .item {
    margin-bottom: 40px;
}
.input_box hr.s3_line{
 margin:10px 0 15px;
}
.back_btn{
 display:inline-block;
 margin-right:15px;
 width:300px;
}
.done_btn{
 display:inline-block;
 margin-left:15px;
 width:300px;
}
.done_box{
 text-align:center;
 margin:60px auto 10px;
}
.showpic{
  text-align:center;
}
.showpic>div{
  display:inline-block;
  position:relative;
}
.showpic>div a{
  display:inline-block;
  position:absolute;
  z-index:1;
  bottom:10px;
  right:-25px;
}
.complete_box p{
  font-size: 24px;
  text-align: center;
  font-weight: bold;
}
.complete_box a{
  display: block;
  width:300px;
  margin:20px auto;
}
#step1,
#step2{
 display:none;
}
 
.show1 #step1,
.show2 #step2{
 display:block;
}
.invoice_list{
  width:620px;
  margin:0 auto;
}
.invoice_list .item{
 width:47%;
 margin-bottom:60px;
 background-color:#F7F7F7;
 border-top:4px #c4000a solid;
 font-size:18px;
 padding:12px 18px;
 float:left;
}
.invoice_list .item:nth-child(odd){
  margin-right:5%;
}
.invoice_list .item h5{
 color:#c4000a;
 margin:0;
 padding:5px 0 0;
 font-size:18px;
 font-weight:bold;
}
.invoice_list .item>div{
  margin-bottom:6px;
}
.invoice_list .showpic>div{
  width:70%;
}
.item_control{
  width:470px;
  margin:50px auto 70px;
}
.item_control_note{
  max-width:835px;
  margin:40px auto;
}
 
.winners_box .gift {
    display: block;
}

    .winners_box .gift .pic img {
        width: 100%;
        height: auto;
        max-width: 100%;
    }

 
    .winners_box .gift .pic {
     width:400px;
     margin:0 auto;
     position: relative;
    }
    .winners_box .gift .pic span{
      position: absolute;
      top: 10px;
      left: 10px;
      z-index: 1;
      font-size: 26px;
      font-weight: 600;
      width: 120px;
      height: 120px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      line-height: 1;
  /*     display: flex;
      justify-content: center;
      align-items: center; */
      background-image: url(../img/quota_bg.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      padding-top: 20px;
  
  }
  .winners_box .gift .pic span strong{
    font-size: 44px;
    line-height: 1.2;
    display: block;
    text-align: center;
    
  }
.gift .txt {
    text-align: center;
    margin: 20px 0;
 
  color:#000;
}
.gift .txt span {
    display: block;
    font-size: 24px;
}
.gift .txt b {
    font-size: 36px;
    line-height: 1.2;
}
.lists .row{
  width:80%;
  margin:0 auto;
}
.lists .row span{
  color:#000000;
  display:inline-block;
  text-align:center;
}
.lists .row span:nth-child(1){
  width:23%;
}
.lists .row span:nth-child(2){
  width:39%;
}
.lists .row span:nth-child(3){
  width:38%;
}
.win_line{
  border: none;
  border-bottom: 3px #FFC056 dotted;
  margin:0 auto 40px;
  width: 86%;
}
.early_bird{
  text-align: center;
}
.early_bird img{
  display: inline-block;
  width:188px;
  height: auto;
  margin:20px 0;
}
.upload_box{
 position:relative;
}
.upload_box input{
 position:absolute;
 visibility:hidden;
}
.phase1, .phase2 {
    padding: 30px 0;
}
.phase3 {
    padding: 0 0 30px;
}
#other_channel_box {
    margin-top: 20px;
    display: none;
}
#codeimg {
    display:block;
}
.sticker_box{
    display:flex;
    align-content:center;
    justify-content:space-between;
}
.sticker_box #sticker{
    width:60%;
    display:inline-block;
}
.sticker_box .pic{
    width:40%;
    display:inline-block;
}
@media screen and (max-width: 1140px) {
    #home_kv{
    background-size:auto 102%;
  }
}
@media screen and (max-width: 1000px) {
  #home_header .menu a:nth-child(1){
    width:22.8%;
  }
  #home_header .menu a:nth-child(2){
    width:28.3%;
  }
  #home_header .menu a:nth-child(3){
    width:27.1%;
  }
  #home_header .menu a:nth-child(4){
    width:21.9%;
  }
  #home_header .menu a img{
    width:100%;
    height: auto;
  }
}
@media screen and (max-width: 750px) {
    #home_kv .slider .slick-list {
        border-radius: 0;
    }
  .complete_box p{
    font-size: 44px;
    text-align: center;
  }
  .complete_box a{
    display: block;
    width:440px;
    margin:30px auto;
  }
  .item_control{
    width:auto;
  }
  .rule_content_title{
    font-size: 48px;
  }
  .rule_content_box{
    font-size: 32px;
  }
  .form_remark{
    font-size: 32px;
  }
  .box .input_box .item > p.note{
    font-size: 18px;
  }
.award_box,
.privacy_box,
.winners_box,
.join_box,
.rule_box{
    width: 720px;
    margin: 0 auto;
}
.top_item>div {
    display: inline-block;
    width: 100%;
}
.gift_name1{
  width:232px;
}
.agree_box hr{
  margin:40px 0 40px;
}
.gift_name2{
  width:486px;
}
.sticker_box{
    display:block;
}
.sticker_box #sticker{
    width:100%;
    display:inline-block;
}
.sticker_box .pic{
    width:100%;
    display:inline-block;
}
#codeimg{
 height:76px;
 width:auto;
}
.code_box input{
    width:50%;
}
.home img{
    width:100%;
    height:auto;
}
.rmenu{
    display:flex;
    align-content:center;
    justify-content:center;
}
.home {
    width: 46px;
    height: 47px;
    margin-right: 30px;
}
.home a{
  display: block;
  height: 100%;
  width:100%;
  background:url(../img/btn_home_red.svg) no-repeat 0 0;
  background-size:cover;
}
.open .home a{
  background-image:url(../img/btn_home_white.svg);
}

.box .gtitle { 
  font-size: 60px;
  height:140px;
  width:100%;
  background-image:url(../img/title_bg_m.png);
}
.invoice_note {
  width: 94%;
  max-width: 100%;
  margin: 0 auto;
}
.item_control_note{
  width:90%;
}
 
 
  .box ul li {
    font-size: 36px;
}
.box .invoice_note ul li {
  font-size: 40px;
  list-style: square url(../img/dot_m_big.gif);
}
  #home_kv{
    margin-top: 0;
  }
 
#kv{
 margin-top:30px;
}
.header_space{
 z-index:301;
 height:100px;
}
.swal2-styled.swal2-confirm {
    border-radius: 0.25em;
    font-size: 24px;
}
.swal2-title{
 font-size:32px;
}
.fancybox-close{
    background-image: url(../img/close_btn_m.png);
    background-size: cover;
}
.fancybox-close {
    position: absolute;
    top: -35px;
    right: 15px;
    width: 101px;
    height: 101px;
    cursor: pointer;
    z-index: 8040;
}
.popup__dialog {
    max-width: 640px;
}
.popup .login_box h2 {
    font-size: 36px;
}
.popup .login_box a {
    border-radius: 40px;
    font-size: 24px;
    margin: 35px auto 0;
    padding: 15px;
}
    .winners_box .gift {
        display: block;
    }

        .winners_box .gift .pic {
            width: 580px;
            margin: 0 auto;
            text-align: center;
        }

            .winners_box .gift .pic img {
                width: auto;
            }
.lists .row{
 width:80%;
 margin-bottom: 0;
}

.gift .txt{
 width:auto;
 margin-bottom: 35px;
}
.gift .txt span{
  font-size: 40px;
}
.early_bird img{
  width:232px;
}
.win_line{
  border-bottom-width: 4px;
  margin-bottom: 60px;
}
.gift .txt b{
 font-size:48px;
}
.invoice_list .item{
 width:100%;
 padding:30px 45px;
}
.invoice_list .item:nth-child(odd) {
    margin-right: 0;
}
.lists .row span{
  font-size: 32px;
}
.header_space>div{
 height:100px;
}
.invoice_list{
 margin-top:40px;
}
.invoice_list .item{
 font-size:36px;
 border-top-width:8px;
}
.invoice_list .item h5{
 font-size:40px;
 line-height:1.2;
}
.invoice_list .item>div {
    margin-bottom: 10px;
}
.header_space{
height:0;
}
.in_menu{
  display:none;
}
#header .hamburger,
#nav{
 display:block;
}
#header{
position:fixed;
display: flex !important;
 padding:5px 30px 0 40px;
 z-index:200;
 top:0;
 left:0;
 height:100px;
 width:100%;
 max-width:none;
}
.showpic>div a {
    bottom: 30px;
    right: -45px;
}
.rdlist label span{
    width: 35px;
    height: 35px;
    top: 10px;
    border-width: 2px;
}
.rdlist label span:after {
    width: 21px;
    height: 21px;
    top: 5px;
    left: 5px;
}
.rdlist.horizontal label{
  margin-right: 30px;
}
.next_btn, .send_btn {
    width: 440px;
    height: auto;
    margin: 55px auto 10px;
}
.agree_box label span, .cblist label span {
    width: 35px;
    height: 35px;
    top: 10px;
    border-width: 2px;
}
.agree_box label span:after, .cblist label span:after {
    width: 18px;
    height: 7px;
    top: 7px;
    left: 4px;
    border-width:5px;
}
.box .input_box .item>span{
 font-size:44px;
}
.box .input_box .item>span.small{
 font-size:40px;
}
#step1{
  padding-bottom: 40px;
}
 
.input_text{
 padding:15px;
}
.inpt-select select,
.input_text,
.agree_box ul,
.agree_box ul li{
 font-size:32px;
}
.agree_box label, .cblist label, .rdlist label {
    padding-left: 42px;
    font-size: 36px;
    margin-bottom: 30px;
}
.agree_box h4{
 font-size:32px;
}
.input_box,
.agree_box{
 width:92%;
}
#wrapper{
  min-width:750px;
  padding-top:100px;
}
.pc{
 display: none !important;
}
.mb{
 display: block !important;
}
#home_kv a{
    border-radius:0;
}
.control {
    width: 100%;
    margin: 0 auto;
}
#home_header{
    display:none;
}
 
.box ul {
    margin: 0;
    list-style: square url(../img/dot_m.gif);
}
.award_box ul li {
  font-size: 32px;
  font-weight:500;
  color:#0c0307;
}
.winners_box p{
 font-size:40px;
}
.box h2{
  font-size: 48px;
}
.box_line.box1{
 font-size: 40px
}
.box1 .join {
    display: block;
    width: 440px;
    margin: 25px auto 0;
}
 
.award_box h3{
  font-size: 44px;
  border-radius: 50px;
  width: 94%;
  display: block;
  margin: 0 auto;
}

.fbox {
  width: 100%;
  display: block;
}

.fbox .txt {
  font-size: 40px;
}
 
.fbox .item img {
  width: 90%;
  height: auto;
}

.fbox .award_box_1 {
  margin-bottom: 20px;
  margin-top: 50px;
}
 .award_box_gift_pic span,
 .winners_box .gift .pic span{
  width: 165px;
  height: 165px;
  font-size: 37.7px;
  top:15px;
  left: 20px;
}
 
.fbox .item .award_box_gift_pic img{
width:100%;
}
.award_box_gift_pic span,
.winners_box .gift .pic span{
  padding-top:30px;
}
.fbox .txt b {
font-size: 48px;
}
.fbox .txt p{
  font-size: 40px;
}
.fbox .txt {
font-size: 44px;
}
.fbox .item .txt > p {
font-size: 26px;
margin-top: 15px;
}
.fbox .item .txt{
width:auto;
}
.fbox .item.border_b {
  border-bottom: none;
}
.fbox_line{
  display: none;
}
.fbox .item .award_box_gift_pic,
.fbox .item .award_box_gift_pic{
  width:606px;
  margin:0 auto;
  position: relative;
}
.fbox .item.border_r {
  border-right: none;
}
.fbox .item {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.fbox .award_box_6 {
  margin-top: 35px;
  margin-bottom: 30px;
}
.fbox .award_box_gift_pic span strong,
.winners_box .gift .pic span strong{
  font-size: 63.8px;
}
/* .fbox .award_box_gift_pic span strong.small {
  font-size: 65px;
  padding-top: 5px;
} */
 
.rule {
    margin-top: 90px;
    font-size: 32px;
}
.rule_content {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 40px;
}
.rule_title img{
 width:100%;
 height: auto;
}
.footer_icon{
 float:none;
}
.footer_icon .icon {
    width:auto;
}
.footer_icon a{
 width:auto;
 margin:0 15px;
}
.footer_txt{
  font-size:36px;
  padding-top:25px;
}
#footer .copyright {
    font-size: 24px;
}
#footer{
     padding: 25px 0;
	 border:none;
}
.inpt-select::before {
    content: url(../img/select_icon_m.png);
    top: 20px;
    right: 15px;
}
.upload_box a {
  font-size: 48px;
  border-radius: 60px;
  width: 65%;
  padding: 20px 0;
  margin-top:20px;
}
.upload_box p {
    font-size: 36px;
    padding: 20px 0;
}
.showexp span{
 font-size: 48px;
}
.inpt-select select {
    padding: 10px 10px;
}
.showexp a {
    display: inline-block;
    width: 39px;
    height: 23px;
    background-image: url(../img/arrow_down_m.png);
    margin-right: 20px;
}
.showexp a.open {
    background-image: url(../img/arrow_up_m.png);
}
#exp.open {
    height: 900px;
}
#step3 .input_box h3{
 font-size: 44px;
}
.ans {
    font-size: 40px;
    line-height: 2;
}
.box .join_box #step3 .input_box .item {
    width: 90%;
    margin: 0 auto 60px;
}
#step3 .agree_box label {
    font-size: 32px;
}
.back_btn,
.done_btn{
 display:block;
 margin:0 auto 25px;
 width:440px;
}
 
}