body {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
  text-decoration: none;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif;
  background-color: #3aa03a;
}

#float_icon {
  bottom: 120px;
}

#CM820 .A_TXT01 {
  font-size: 1.2rem;
  line-height: 1.6em;
}

#CM820 .A_TXT02 {
  font-size: 1.3rem;
  line-height: 1.6em;
}

#CM820 .A_TXT03 {
  font-size: 1.1rem;
  line-height: 1.6em;
}

#CM820 .TXT_B {
  color: #333;
}

#CM820 .TXT_RED {
  color: #ff0000;
}

#CM820 .TXT_yellow {
  color: #fff47d;
}

#CM820 .TXT_white {
  color: #fff;

}

#CM820 {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  margin: 0 auto;
  /* margin-top:45px; */
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 120% auto;
}

@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 {
    background-size: 440% auto;

  }
}

@media (min-width: 640px) and (max-width: 1024px) {

  /*平板背景*/
  #CM820 {
    background-size: 310% auto;
  }
}

/*160*/



#CM820 .bg {
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: top center;
}

@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 .bg {
    width: 95%;
    margin: 0 auto;

  }
}

#CM820 .W_640 {
  display: block;
  width: 100%;
  height: auto;
  max-width: 640px;
  overflow: hidden;
  padding-bottom: 10px;
  margin: 0 auto;
}

/*表頭*/
#CM820 h2 {
  max-width: 640px;
  width: 100%;
  aspect-ratio: 960 / 329;
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -9999px;
  background-image: url(../images/title.png);
}

#CM820 h3.title01 {
  width: 100%;
  height: 70px;
  color: #fff;
  line-height: 70px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 h3.title01 {
    width: 100%;
    height: 60px;
    color: #fff;
    line-height: 60px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;

  }
}

#CM820 h3.title02 {
  width: 100%;
  height: 60px;
  color: #fff;
  line-height: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #ff3974;
  margin-bottom: 20px;
}

#CM820 h3.title03 {
  width: 100%;
  height: 60px;
  color: #333;
  line-height: 60px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #f9dc5c;
  margin-bottom: 20px;
}

/*內容區*/
/*主視覺捲軸配圖*/
#CM820 .APH {
  clear: both;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-bottom: 10px;
}

#CM820 .APH_02 {
  width: 90%;
  margin-bottom: 0px;
}

@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 .APH_02 {
    width: 95%;
    margin-bottom: 0px;
    margin: 0 auto;

  }
}

#CM820 .APH_03 {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 0px;
}

#CM820 .APH_blank {
  margin: 20px auto;
}

@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 .APH_blank {
    margin: 15px auto;
  }

}

/*主視覺捲軸配圖縮放*/
#CM820 .APH img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*MENU*/
.MOBILE #CM820 .MENU {
  top: 45px;
}

#CM820 .MENU {
  width: 100%;
  height: 55px;
  background-color: #f9dc5c;
  position: sticky;
  top: 0;
  z-index: 2;
}

#CM820 .MENU ul {
  max-width: 640px;
  width: 100%;
  height: 55px;
  margin: 0 auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;

}

@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 .MENU ul {
    width: 100%;
    max-width: 640px;
    height: 55px;
    margin: 0 auto;
    border-left: none;
    border-right: none;
  }
}

#CM820 .MENU li {
  float: left;
  width: 33.33333333%;
  height: 55px;
  border-right: 1px solid #fff;

}

#CM820 .MENU li:last-child {
  border-right: none;
}

#CM820 .MENU li a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #333;
}


#CM820 .MENU li a:hover {
  color: #fff;
  background-color: #3aa03a;

}

#CM820 .MENU li.A_LINE {
  line-height: 55px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  background-color: #3aa03a;
}

#CM820 .MENU_F {
  width: 100%;
  height: 55px;
  background-color: #f9dc5c;
  position: fixed;
  z-index: 3;
  top: 45px;
}

#CM820 .MENU_F ul {
  width: 100%;
  max-width: 640px;
  height: 55px;
  margin: 0 auto;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 .MENU_F ul {
    width: 100%;
    max-width: 640px;
    height: 55px;
    margin: 0 auto;
    border-left: none;
    border-right: none;
  }
}

#CM820 .MENU_F li {
  float: left;
  width: 33.33333333%;
  height: 55px;
  border-right: 1px solid #fff;

}

#CM820 .MENU_F li:last-child {
  border-right: none;
}

#CM820 .MENU_F li a {
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #333;
}


#CM820 .MENU_F li a:hover {
  color: #fff;
  background-color: #3aa03a;

}


#CM820 .MENU_F li.A_LINE {
  line-height: 55px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  color: #fff;
  background-color: #3aa03a;

}

/*白色底框*/
#CM820 .ANS_BOX01 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  background-color: #138713;
  margin-top: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 .ANS_BOX01 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    background-color: #138713;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

#CM820 .ANS_BOX02 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
  margin-bottom: 20px;
}

#CM820 .ANS_BOX_IN {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background-color: #120c51;
  border-radius: 20px 20px 0 0;
  z-index: 0;


}

#CM820 .ANS_BOX_line_outside {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  object-fit: contain;
  position: relative;
  z-index: 1;
  padding-top: 30px;

}

#CM820 .ANS_BOX_white {
  width: 100%;
  height: 150px;
  margin: 0 auto;
  background-color: #fff;
}


@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 .ANS_BOX_white {
    width: 100%;
    height: 200px;
    margin: 0 auto;
    background-color: #fff;
  }
}

#CM820 .line_box {
  width: 70%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  margin-top: -30px;
  z-index: 1;

}



#CM820 .line_box .qr_code {
  float: left;
  width: 35%;
  height: auto;
  border-radius: 20px;
  border: 3px solid #06c756;
  background-color: #fff;
  box-sizing: border-box;
}

#CM820 .line_box .qr_code img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
}

#CM820 .line_box .line_text {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 40px;
  box-sizing: border-box;
  padding-left: 38%;
}

#CM820 .line_box .line_text p {
  font-size: 1.8rem;
  line-height: 1.6em;
  color: #ff3974;
  font-weight: bold;

}

#CM820 .line_box .line_bt {
  width: 100%;
  height: 45px;
}

#CM820 .line_box .line_bt a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  text-align: center;
  background-color: #06c755;
  font-size: 1.5rem;
  border-radius: 10px;
}

#CM820 .line_box .line_bt a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 18px solid rgb(255, 255, 255);
  border-bottom: 10px solid transparent;
  margin-left: 5px;
  margin-bottom: -3px;

}

#CM820 .line_box .line_bt a:hover {
  background-color: #00702f;
}

@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 .line_box {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    margin-top: -30px;
    z-index: 1;

  }

  #CM820 .line_box .qr_code {
    float: none;
    width: 35%;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
    border: 3px solid #06c756;
    background-color: #fff;
    box-sizing: border-box;
  }

  #CM820 .line_box .qr_code img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    border-radius: 20px;
  }

  #CM820 .line_box .line_text {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 0px;
    box-sizing: border-box;
    padding-left: 0;

  }

  #CM820 .line_box .line_text p {
    font-size: 1.8rem;
    line-height: 1.6em;
    color: #ff3974;
    font-weight: bold;
    text-align: center;

  }

  #CM820 .line_box .line_bt {
    width: 100%;
    height: 45px;
  }

  #CM820 .line_box .line_bt a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background-color: #06c755;
    font-size: 1.5rem;
    border-radius: 10px;
  }

  #CM820 .line_box .line_bt a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 18px solid rgb(255, 255, 255);
    border-bottom: 10px solid transparent;
    margin-left: 5px;
    margin-bottom: -3px;

  }

  #CM820 .line_box .line_bt a:hover {
    background-color: #00702f;
  }



}




/*===========項目區塊、活動說明序號模板===========*/
#CM820 .pq_LIST_ICON {
  width: 50%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;

}


@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 .pq_LIST_ICON {
    width: 70%;
    min-width: 320px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#CM820 .pq_LIST_NUM {
  list-style: disc;
  list-style-position: outside;
  margin-left: 30px;
}

/* 排版廣告雙欄 =========================================*/
#CM820 .PRMO {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 20px auto;
}

@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 .PRMO {
    width: 95%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;

  }
}

#CM820 .PRMO ul {
  width: 100%;
  overflow: hidden;
  height: auto;
}

#CM820 .PRMO li {
  float: left;
  width: 49%;
  height: auto;
  margin-right: 2%;
}

@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 .PRMO li {
    float: none;
    width: 100%;
    height: auto;
    margin-right: none;
    margin-bottom: 10px;

  }
}



#CM820 .PRMO li:last-child {
  margin-right: 0%;
}


#CM820 .PRMO li a {
  display: block;
  width: 100%;
  height: auto;
}

#CM820 .PRMO li a img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
}

#CM820 .PRMO li>ul>li {
  float: left;
  width: auto;
  margin-left: 8px;
}

#CM820 .PRMO li>ul>li>a {
  display: block;
  font-size: 1em;
  color: #1a8dd4;
}

#CM820 .PRMO li>ul>li>a:hover {
  color: #18567c;
}


/*排版廣告雙欄 尾=========================================*/

/*說明頁面====================================*/


#CM820 .rules {
  width: 95%;
  height: auto;
  margin: 20px auto;
}


#CM820 .rules .rules_title {
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #3aa03a;
  font-weight: bold;
  list-style: none;
  margin: 20px 0px 5px 0;
  border-left: 6px solid #3aa03a;
  padding-left: 10px;
  margin-bottom: 10px;
}

#CM820 .rules li {
  margin-left: 33px;
  margin-bottom: 10px;
}

#CM820 .rules li.y_disc {
  list-style: disc;
}

#CM820 .rules li.y_num {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 0px;
}

#CM820 .rules li.no_disc {
  list-style: none;
  margin-left: 16px;
  margin-bottom: 10px;
}

#CM820 .rules li p {
  font-size: 1.1rem;
  line-height: 1.6em;
  text-align: left;
  color: #333;
}

#CM820 .rules li a {
  color: #1a8dd4;
  text-decoration: underline;
}

/*說明頁面 尾=========================================*/


/*步驟區塊最外框*/

#CM820 .STEP_AREA {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 20px auto;

}

#CM820 .STEP_AREA .BOX_UNDER {
  position: relative;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background-color: #dff2df;
  margin-bottom: 20px;
}

#CM820 .STEP_AREA .BOX_UNDER:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-style: solid;
  border-width: 15px 20px 0 20px;
  border-color: #dff2df transparent transparent transparent;
  margin: 0 auto;
  left: 50%;
  margin-left: -10px;
}


/*===========步驟區塊左右模板===========*/
#CM820 .LR_BOX {
  width: 95%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

#CM820 .LR_BOX ul {
  overflow: hidden;
  padding: 10px 0;
}

/*步驟區塊按鈕*/
#CM820 .LR_BOX .JOIN_BT {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 47px;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 10px;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 0;
}

#CM820 .LR_BOX a.JOIN_BT::before {
  display: inline-block;
  content: " ";
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-bottom: -8px;
  background-image: url(../images/line.png);
  background-size: 30px 30px;
}

#CM820 .LR_BOX a.JOIN_BT .finger_icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/finger_icon.png);
  background-size: 30px 30px;
  position: absolute;
  bottom: -5px;
  right: 25%;
}

@media screen and (max-width:640px) {

  /*手機背景*/
  #CM820 .LR_BOX a.JOIN_BT .finger_icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url(../images/finger_icon.png);
    background-size: 30px 30px;
    position: absolute;
    bottom: -5px;
    right: 8%;
  }
}

/*步驟區塊左方文字區*/
#CM820 .LR_BOX .TXT_BOX {
  float: left;
  width: 48%;
  height: auto;
}

/*步驟區塊右方配圖區*/
#CM820 .LR_BOX .PH_BOX {
  float: right;
  width: 50%;
  height: auto;
}

/*===========步驟區塊左右模板 結束===========*/

/*===========步驟區塊下方大按鈕===========*/
#CM820 .A_BT {
  clear: both;
  width: 95%;
  height: 60px;
  margin: 0 auto;
  margin-bottom: 20px;
}

#CM820 .A_BT a {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  border-radius: 10px;
}

#CM820 .A_BT02 {
  width: 180px;
  height: 40px;
  margin: 0 auto;
}

#CM820 .A_BT02 a {
  display: block;
  width: 100%;
  height: 40px;
  text-align: center;
  border-radius: 10px;
  background-color: #f9dc5c;
  line-height: 40px;
  font-size: 1.1rem;
  color: #000;
  border: 1px solid #fff;
}

#CM820 .A_BT02 a:hover {
  background-color: #ffd000;
}

#CM820 .A_BT02 a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 12px solid rgb(0, 0, 0);
  border-bottom: 6px solid transparent;
  margin-left: 5px;
  margin-bottom: 0px;

}

/*===========步驟區塊底層大按鈕結束===========*/

/*===========按鈕文字與顏色樣式===========*/

.BT_COLOUR1 {
  color: yellow;
  background-color: #06c755;
  border: 1px solid #31c331;
  box-shadow: inset 0px 0px 2px rgba(255, 255, 255, 1);

}

.BT_COLOUR2 {
  color: yellow;
  background-color: #f00;
  border: 1px solid #e60000;
}

.BT_COLOUR3 {
  width: 100%;
  max-width: 320px;
  height: 60px;
  font-size: 1.4em;
  border-radius: 10px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
  background-color: #bababa;
  border: 1px solid #9a9a9a;
  color: #666;
  margin: 0 auto;
  margin-top: 5px;
}


.BTW_STYLE {
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: bold;
  color: yellow;
}

.BTW_STYLE2 {
  font-size: 1rem;
  line-height: 1rem;
  color: #ffffff;
}

.BTW_STYLE3 {
  font-size: 1.4rem;
  line-height: 58px;
  font-weight: bold;
  color: yellow;
}



/*===========按鈕顏色樣式 結束===========*/

/*===========置底按鈕樣式===========*/
.A_BT_F {
  clear: both;
  width: 100%;
  height: 70px;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
}

.A_BT_F a {
  display: block;
  width: 100%;
  max-width: 320px;
  height: 60px;
  margin: 0 auto;
  margin-top: 5px;
  border-radius: 10px;
  text-align: center;
  box-shadow:
    inset 0px 0px 2px rgba(255, 255, 255, 1);
}