﻿@charset "utf-8";
/* CSS Document */
/* 活動用 begin */
.blackbarnew {
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  background-color: #000;
  position: fixed;
  z-index: 999;
  overflow: hidden;
}
.yeslogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: left;
}
.yeslogo i {
  margin-right: 8px;
  float: left;
}
.yeslogo i img {
  width: 10px;
  margin-top: 10px;
}
.yesgogo {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  letter-spacing: 2px;
  float: right;
}
.yesyes {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: 1px;
  margin-right: 4px;
}
/* 活動用 end */

/* 顏色列表 */
:root {
  --primary: #0086ff;
  --secondary: #00223f;
  --black: #000000;
  --white: #ffffff;
  --dark_orange: #be3700;
  --orange: #d56c47;
}
/* 顏色列表 end */

/* utli */
.container {
  max-width: 950px;
  margin: 0 auto;
}
/* 清除浮動 float */
.clear_fix {
  clear: both;
}
/* utli */

/* 主視覺 */
.banner {
  width: 100%;
  margin-top: 30px;
  background-image: url(../img/bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  z-index: 88;
}
.people {
  position: absolute;
  right: 22%;
  /* bottom: 20px; */
  z-index: 1;
  width: 600px;
}
.main_content {
  max-width: 950px;
  margin: 0 auto -3px;
  z-index: 88;
}
.main {
  max-width: 950px;
  margin: 0 auto -3px;
  z-index: 88;
  display: none;
}
@media screen and (max-width: 1400px) {
  .people {
    position: absolute;
    right: 17%;
    /* bottom: 20px; */
    z-index: 1;
    width: 600px;
  }
}
@media screen and (max-width: 1280px) {
  .people {
    position: absolute;
    right: 13%;
    /* bottom: 20px; */
    z-index: 1;
    width: 600px;
  }
}
@media screen and (max-width: 1080px) {
  .people {
    position: absolute;
    right: 7%;
    /* bottom: 20px; */
    z-index: 1;
    width: 600px;
  }
}
@media screen and (max-width: 980px) {
  .people {
    display: none;
  }
  .main_content {
    display: none;
  }
  .main {
    display: block;
  }
}
@media screen and (max-width: 736px) {
  .people {
    display: none;
  }
  .main_content {
    display: none;
  }
  .main {
    display: block;
  }
}

.bg {
  position: fixed;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-image: url(../img/bg02.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  transition: all 0.3s;
}
.slogan {
  /* background-image: url(/bg03.png); */
  display: flex;
  justify-content: center;
  padding: 40px 0 20px;
}
.slogan_content {
  font-weight: bold;
  padding: 12px 40px;
  border: 5px #ff7300 double;
  background-color: #fff;
}
.slogan_content h1 {
  font-size: 32px;
  color: var(--black);
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  .slogan {
    padding: 40px 0 16px;
  }
  .slogan_content h1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 736px) {
  .slogan {
    padding: 30px 20px 20px;
  }
  .slogan_content {
    padding: 8px 20px;
  }
  .slogan_content h1 {
    font-size: 20px;
    text-align: center;
  }
  .block {
    display: block;
  }
}

.account {
  width: 100%;
  overflow: hidden;
  padding: 40px 24px 20px;
}
@media screen and (max-width: 736px) {
  .account {
    padding: 10px 24px 16px;
  }
}

/*右圖左文*/
.junior_img_l,
.junior_tab_l {
  float: left;
}
/*左圖右文*/
.junior_img_r,
.junior_tab_r {
  float: right;
}
.junior_img_l,
.junior_img_r {
  width: 350px;
}
.junior_tab_r,
.junior_tab_l {
  width: calc(100% - 350px);
}
.junior_img_l img,
.junior_img_r img {
  width: 100%;
  vertical-align: middle;
}
.tab01_title h2 {
  font-size: 24px;
  color: var(--black);
  margin: 0px 24px 20px;
  font-weight: 900;
}
.tab02_title h2 {
  font-size: 24px;
  color: var(--black);
  margin: 0px 24px 20px;
  font-weight: 900;
}
.tab03_title h2 {
  font-size: 24px;
  color: var(--black);
  margin: 0px 24px 20px;
  font-weight: 900;
}
@media screen and (max-width: 736px) {
  .junior_img_l,
  .junior_img_r {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  .junior_tab_r,
  .junior_tab_l {
    width: 100%;
    /* padding: 0px; */
  }
  .junior_img_l img,
  .junior_img_r img {
    /* width: 300px; */
    margin-bottom: 10px;
  }
  .tab01_title,
  .tab02_title,
  .tab03_title {
    text-align: center;
    font-size: 900;
  }
  .tab01_title h1 {
    font-size: 24px;
  }
  .tab02_title h1 {
    font-size: 24px;
  }
  .tab03_title h1 {
    font-size: 24px;
  }
}

/*tab*/
.workbox {
  margin: 0 24px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 736px) {
  .workbox {
    margin: 10px 0 0;
  }
  .junior_img_l img,
  .junior_img_r img {
    width: 250px;
  }
}
.tab {
  width: 100%;
}
.tab ul {
  overflow: hidden;
}
.tab li {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  float: left;
  width: 100%;
  /* width: calc(100% / 3); */
  background-color: #ff7373;
  border-radius: 8px 8px 0px 0px;
  /* cursor: pointer; */
}
/* .tab li:nth-child(2n+1) {
  border-right: 0px #9d44e9 solid;
} */
.tablinks,
.tablinks2,
.tablinks3 {
  width: 100%;
  padding: 8px;
  display: block;
  /* border-right: 1px transparent solid; */
}
.tablinks p,
.tablinks2 p,
.tablinks3 p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: 900;
}
.tab .active p {
  color: var(--white);
}
.tab li:hover {
  background-color: var(--primary);
}
/* .tablinks:hover p,
.tablinks2:hover p,
.tablinks3:hover p {
  color: var(--black);
} */
.tabcontent {
  float: left;
  width: 100%;
  display: none;
}
.active {
  background-color: var(--primary);
  border-radius: 8px 8px 0px 0px;
}

/*work list*/
.work_list_731 {
  max-width: 950px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  border: 0 solid #f0dfc7;
  transition: all 0.3s;
}

.work_list_731 ul {
  overflow: hidden;
  width: 100%;
  transition: all 0.3s;
}

.work_list_731 > ul > li {
  width: 100%;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s;
}

.work_list_731 > ul > li:last-child {
  border-bottom: 0 solid #f0dfc7;
}

.work_list_731 > ul > li:hover {
  background-color: #ededed;
}

@media screen and (max-width: 736px) {
  .work_list_731 {
    background-color: transparent;
    text-align: left;
  }

  .work_list_731 > ul > li {
    padding: 8px 10px;
    margin-bottom: 0;
    background-color: #fff;
  }
}

.list_name {
  background-color: #ff9e50;
  width: 100%;
}

.list_name ul {
  overflow: hidden;
}

.list_name li {
  height: 42px;
  font-size: 16px;
  padding: 0 10px;
  color: #fff;
  float: left;
  line-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_name li:nth-child(1) {
  width: 40%;
  padding-left: 20px;
}

.list_name li:nth-child(2) {
  width: 30%;
}

.list_name li:nth-child(3) {
  width: 30%;
  padding-left: 20px;
}

@media screen and (max-width: 736px) {
  .list_name {
    display: none;
  }
}

.list_name2 {
  width: 100%;
  text-align: left;
}
.list_name2 ul {
  overflow: hidden;
}
.list_name2 li {
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 50px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.list_name2 li:nth-child(1) {
  width: 50%;
  text-align: left;
}
.list_name2 li:nth-child(2) {
  width: 26%;
  color: var(--secondary);
  padding: 0;
}
.list_name2 li:nth-child(3) {
  width: 24%;
  color: var(--black);
  text-align: center;
}

/*  */
@media screen and (max-width: 736px) {
  .list_name2 li {
    height: auto;
    line-height: 1.5;
  }

  .list_name2 li:nth-child(1) {
    width: 100%;
    padding: 0;
    font-size: 16px;
    margin-bottom: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: inherit;
    text-align: left;
  }

  .list_name2 li:nth-child(2) {
    width: 100%;
    padding: 0;
    font-size: 16px;
    margin-bottom: 2px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: inherit;
  }

  .list_name2 li:nth-child(3) {
    width: 100%;
    padding: 0;
    text-align: left;
    font-size: 15px;
  }
}

.button04 {
  padding: 12px 24px 28px;
  font-size: 16px;
  text-align: right;
  line-height: 1.5;
  color: var(--black);
  font-weight: 900;
  transition: all 0.3s;
}
.button04:hover {
  color: var(--primary);
}
@media screen and (max-width: 736px) {
  .button04 {
    padding: 12px 0 12px 24px;
  }
}

/*tab end*/

/* 紅利 GO */
.gift {
  width: 100%;
  overflow: hidden;
  padding: 40px 24px 40px;
  background: url(../img/bg03.png);
}
.gift_img {
  width: 400px;
  float: left;
  margin-right: 50px;
}
.gift_img img {
  border-radius: 8px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.gift_content {
  width: calc(100% - 450px);
  float: left;
}
.gift_content h2 {
  font-size: 24px;
  line-height: 1.5;
  color: #333;
  font-weight: 900;
  margin-bottom: 10px;
}
.gift_content p {
  font-size: 18px;
  line-height: 1.5;
  color: var(--black);
  font-weight: 100;
}
.button_box {
  margin-top: 20px;
  width: 393px;
  display: flex;
}
.button_box a {
  display: block;
  width: 45%;
}
/* .gift_button{
  display: block;
  padding: 8px 16px;
  font-size: 18px;
  color: var(--dark_orange);
  border-radius: 6px;
  border:1px solid var(--dark_orange);
  transition: all .3s;
  text-align: center;
  line-height: 1.5;
  margin-right: 20px;
}
.gift_button:hover {
  background-color: var(--dark_orange);
  color:#fff;
}
.gift_button2 {
  padding: 8px 16px;
  font-size: 18px;
  background-color: var(--orange);
  color: #FFFFFF;
  border-radius: 6px;
  transition: all .3s;
  text-align: center;
  line-height: 1.5; */

/* }
.gift_button2:hover {
  background-color: var(--dark_orange);
} */

.buttonbox {
  width: 400px;
  left: 0;
  margin-top: 16px;
}
.buttonbox ul {
  overflow: hidden;
}
.buttonbox li {
  float: left;
  width: calc(100% / 2 - 6px);
}
.buttonbox li:nth-child(1) {
  margin-right: 12px;
}

@media screen and (max-width: 980px) {
  .buttonbox {
    width: 100%;
  }
}
@media screen and (max-width: 736px) {
  .buttonbox {
    width: 100%;
  }
  .buttonbox li {
    width: calc(100% / 2 - 12px);
  }
}

.button01 {
  padding: 8px 16px;
  font-size: 18px;
  background-color: #fff;
  color: var(--dark_orange);
  border-radius: 6px;
  /*font-weight: bold;*/
  border: 1px var(--dark_orange) solid;
  transition: all 0.3s;
  text-align: center;
}

.button02 {
  padding: 8px 16px;
  font-size: 18px;
  background-color: var(--dark_orange);
  color: #ffffff;
  border-radius: 6px;
  /*font-weight: bold;*/
  border: 1px var(--dark_orange) solid;
  transition: all 0.3s;
  text-align: center;
}

/*.button01:hover{background-color: #FF8EA6; color: #FFFFFF;border: 1px #FF7592 solid;}*/

.button01:hover {
  background-color: var(--dark_orange);
  color: #ffffff;
  border: 1px var(--dark_orange) solid;
}
.button02:hover {
  background-color: var(--primary);
  border: 1px var(--primary) solid;
}

@media screen and (max-width: 736px) {
  .gift_img {
    width: 100%;
  }
  .gift_content {
    width: 100%;
    padding: 8px 0;
  }
  .gift_content h2 {
    font-size: 20px;
  }
  .gift_content p {
    font-size: 16px;
  }
  /* .gift_button{
    width: 100%;
  } */
}
.goIndex {
  background-image: url(../img/goindex.png);
  background-position: center;
  background-size: 160px;
  background-repeat: no-repeat;
  width: 160px;
  height: 160px;
  position: fixed;
  bottom: 5%;
  right: 3%;
  z-index: 5;
}
.goIndex_m {
  display: none;
}
.goIndex_m img {
  display: block;
}
@media screen and (max-width: 736px) {
  .goIndex {
    display: none;
  }
  .goIndex_m {
    display: block;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5;
  }
@media screen and (max-width: 736px) {
  .gift {
    padding: 40px 24px 60px;
  }
}
