/* ========================= [ base ] */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0 auto;
  padding: 0;
}

ul,
ol,
dl {
  list-style: none;
}

img {
  vertical-align: bottom;
}

body {
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Helvetica Neue', Arial, sans-serif;
}









    /*　for PC　*/
/* ========================= [ #page ] */

#page_pc {
  margin: 0;
  padding: 0;
  position: relative;
  display:block;
  background-color: #e00024;
}
.sticky {
  position: fixed;
  top: 0;
  right: 2.6vw;
  width: 23vw;
  z-index: 9999;
}
#page_pc img {
  width: 100%;
}
#page_pc .main_pc .box2,
#page_pc .main_pc .box3 {
  background-image: url(bg_up.png), url(bg_btm.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100%, 100%;
}

#page_sp {
  display:none;
}
/* ===== #navi */
#page_pc .navi {
  position: relative;
  height: 45px;
  margin: 0;
  padding: 0 20px;
  /*border-bottom: 1px #000000 solid;*/
  background: #000000;
  z-index: 999;
}

#page_pc .navi .logo {
  float: left;
  width: 108px;
}

#page_pc .navi .logo img {
  float: left;
  margin-top: 7px;
}

#page_pc .navi .head-navi {
  float: right;
  height: 15px;
  font-size: 13px;
  margin: 8px 0 0;
}

#page_pc .navi .head-navi li {
  display: inline;
  font-size: 13px;
  padding: 0 10px;
  border-right: 1px #333 solid;
}

#page_pc .navi .head-navi li:last-child {
  border: none;
}

/* ===== #copy */
#page_pc .copy {
  position: relative;
  height: 30px;
  margin-top: -30px;
  padding: 10px 0;
  border-top: 1px #000000 solid;
  background: #202020;
  color: #ffffff;
  font-size: 11px;
  z-index: 10;
}

#page_pc .content-wrap {
  padding-bottom: 1rem;
  /* Footer height */
}

#page_pc footer {
  position: fixed;
  /*transform: translate(34%, -160%);*/
  bottom: 0px;
  width: 100%;
  height: 1rem;
  background: #000;
  padding: 10px 0;
  /*border-top: 1px #000000 solid;*/
  color: #fff;
  z-index: 20;
  font-size: 11px;
}

/* ============================================== [ 以上模版不可編輯] */

/* ============================================ [ 以下模版可進行編輯 ] */


/* ========================= [ #main ] */
#main {
  width: 100vw;
}
/* ===== #head */

#page_pc .main_pc .head {
    background-image: url(bg_fv.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: auto;
    overflow: hidden;
}
#page_pc .main_pc .head .text1 {
  padding-top: 85vw;
}
#page_pc .main_pc .head .bt-entry {
  /* padding-top: 2.6vw; */
}
#page_pc .main_pc .head .tx-data {
  padding: 2.6vw 2.6vw 8vw;
}
/* ===== #box1 */
#page_pc .main_pc .box1 {
  background-image: url(bg_box1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  overflow: hidden;
}

#page_pc .main_pc .box1 .title {
  position: relative;
  padding: 33vw 2.6vw 0;
}
#page_pc .main_pc .box1 .title .text3 {
  position: absolute;
  top: -1.3vw;
  right: 0;
  width: 64%;
  z-index: 10;
}
#page_pc .main_pc .box1 .title .btn1 {
  padding: 0 2.6vw 10.66vw;
  animation: scaleDrew 2.8s ease-in-out infinite;
}

/* ===== #box2 */
#page_pc .main_pc .box2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#page_pc .main_pc .box2 .bg_chr {
  background: url(chr.png) no-repeat top 30px center;
  background-size: 100%;
}
#page_pc .main_pc .box2 .title{
  position: relative;
  padding: 18vw 10.66vw 0;
}
#page_pc .main_pc .box2 .step {
  padding: 0 2.6vw;
}
#page_pc .main_pc .box2 .main {
  padding: 5.3vw 2.6vw 13.66vw;
}
@keyframes scaleDrew {
  /* 定义关键帧、scaleDrew是需要绑定到选择器的关键帧名称 */
      0% {
        transform: scale(1);
      }
  
      25% {
        transform: scale(1.05);
      }
  
      50% {
        transform: scale(1);
      }
  
      75% {
        transform: scale(1.05);
      }
    }
/* ===== #box3 */
#page_pc .main_pc .box3 {
  padding: 8vw 2.6vw 22vw;
}
#page_pc .main_pc .box3 .title{
  position: relative;
  padding: 130px 0 150px;
}



