@charset "UTF-8";
/*(@) Powered By Critical Truesun */
html, body {
  height: auto; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0;
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

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

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

a {
  outline: none;
  /* for Firefox */
  hlbr: expression(this.onFocus=this.blur());
  /* for IE */
  cursor: pointer; }

a:link, a:visited, a:hover, a:active {
  text-decoration: none; }

input {
  border: none;
  border-radius: 0;
  -webkit-appearance: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

body {
  font-family: '微軟正黑體',Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro',新細明體;
  font-size: 15px;
  font-size: 100%;
  color: #555; }

input, textarea, select {
  font-family: '微軟正黑體',Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro',新細明體;
  color: #555; }

.btn {
  font-family: '微軟正黑體',Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro',新細明體;
  color: #eee;
  background: #ac1a2f;
  border-radius: 0;
  padding: 6px 13px;
  display: inline-block;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: background .3s;
  vertical-align: middle; }
  .btn:hover {
    background: #971527; }

.btn-canel {
  font-family: '微軟正黑體',Arial,Helvetica,sans-serif,'STHeiti Light','儷黑 Pro','LiHei Pro',新細明體;
  color: #555;
  background: #ccc;
  border-radius: 0;
  padding: 6px 13px;
  display: inline-block;
  border: none;
  -webkit-appearance: none;
  cursor: pointer;
  transition: background .3s;
  vertical-align: middle; }
  .btn-canel:hover {
    background: #bcbcbc; }

.overlay {
  width: 100%;
  height: 100%;
  background-image: url(/img/mask.png);
  position: fixed;
  z-index: 1001; }

.top-space {
  padding: 80px 0 0 0; }

.door-left, .door-right {
  width: 120px;
  height: 600px; }

.door-left {
  position: absolute;
  top: -46px;
  left: -130px;
  z-index: 999; }

.door-right {
  position: absolute;
  top: -46px;
  right: -130px;
  z-index: 999; }

.ad-txt {
  width: 1000px;
  padding: 8px 0;
  margin: 0 auto; }
  .ad-txt a {
    width: 306px;
    padding: 8px;
    margin: 0 17px 0 0;
    display: block;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .ad-txt a:hover {
      background: #222; }
  .ad-txt a.last {
    margin: 0; }

.mid-ad {
  width: 1000px;
  margin: 15px 0; }

.test-color {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -7%;
  left: 6.7%;
  background: #f55;
  transform: skew(-11deg) translateY(-100%); }

.color-mask {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6.7%;
  left: -6.7%;
  background: #f55;
  transform: skew(-11.5deg);
  opacity: 0.6; }

.color-bbb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.9; }

.fix-mail-btn {
  padding: 10px;
  position: fixed;
  right: 70px;
  bottom: 90px;
  border-radius: 5px;
  display: inline-block;
  z-index: 5;
  background: -webkit-linear-gradient(left top, #f9b80a, #fda700);
  background: -o-linear-gradient(bottom right, #f9b80a, #fda700);
  background: -moz-linear-gradient(bottom right, #f9b80a, #fda700);
  background: linear-gradient(to bottom right, #f9b80a, #fda700); }
  .fix-mail-btn:hover img {
    transform: scale(0.9); }
  .fix-mail-btn:hover .mail-btn-txt-box {
    display: block; }

.mail-btn-cont {
  text-align: center; }
  .mail-btn-cont span {
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle; }
  .mail-btn-cont img {
    display: inline-block;
    vertical-align: middle;
    transform: scale(0.7);
    transition: .3s; }

.mail-btn-txt-box {
  width: 360px;
  padding: 0 0 15px;
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 3;
  display: none; }

.mail-btn-txt {
  color: #fff;
  line-height: 20px;
  width: 100%;
  padding: 8px;
  border-radius: 5px;
  background: #f9b80a;
  box-sizing: border-box; }
  .mail-btn-txt:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: #f9b80a transparent transparent transparent;
    display: block;
    position: absolute;
    right: 10px;
    bottom: 5px;
    z-index: 3; }

.btn-top {
  width: 100px;
  height: 50px;
  color: #fff;
  text-align: center;
  padding: 3px;
  border-radius: 50px;
  position: fixed;
  right: 10px;
  bottom: 90px;
  background: -webkit-linear-gradient(left top, #24b5ee, #4394fb);
  background: -o-linear-gradient(bottom right, #24b5ee, #4394fb);
  background: -moz-linear-gradient(bottom right, #24b5ee, #4394fb);
  background: linear-gradient(to bottom right, #24b5ee, #4394fb);
  z-index: 5;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #fff; }
  .btn-top:hover {
    opacity: 0.9; }
  .btn-top span {
    margin: 10px 0 0 0;
    line-height: 42px; }

.header-wrap {
  padding: 29px 0 50px;
  position: relative; }
  .header-wrap h1 {
    width: 220px;
    height: 55px;
    margin: 7px 10px 0;
    background: url(/img/activity/logo.jpg) no-repeat center center;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    position: relative;
    z-index: 4; }

.header-box {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

.d-header-line {
  width: 100px;
  height: 175px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
  .d-header-line img {
    width: 100%; }

.nav {
  position: absolute;
  top: 0;
  right: 190px; }
  .nav li {
    float: left;
    display: inline-block;
    vertical-align: middle; }
  .nav li:last-child {
    display: none; }

.nav-a {
  color: #555;
  margin: 10px 20px;
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer; }
  .nav-a:hover {
    border-bottom: 3px solid #00b7ee; }

.nav-act {
  border-bottom: 3px solid #00b7ee; }

.nav ul li:nth-child(4) {
  position: relative; }

.nav ul li:hover .sub-nav {
  max-height: 1000px; }

.sub-nav {
  max-height: 0;
  position: absolute;
  top: 52px;
  background-color: rgba(0, 183, 238, 0.5);
  overflow: hidden;
  z-index: 5; }
  .sub-nav li {
    margin: 0;
    float: none;
    display: block; }
  .sub-nav li:last-child {
    display: block; }
  .sub-nav li:hover {
    background-color: #00b7ee; }
  .sub-nav a {
    color: #fff;
    padding: 15px 20px;
    display: block;
    text-align: center; }

.right-box {
  width: 180px;
  text-align: center;
  float: right;
  margin: 0 10px 0 0; }

.languege-box {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px; }
  .languege-box .act {
    color: #24b5ee; }
  .languege-box span {
    color: #4394fb;
    display: inline-block;
    vertical-align: middle; }

.languege {
  color: rgba(67, 148, 251, 0.5);
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
  transition: .3s;
  cursor: pointer; }
  .languege:hover {
    color: #24b5ee; }

.btn-back {
  color: #fff;
  padding: 20px;
  width: 180px;
  text-align: center;
  border-radius: 60px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  background: -webkit-linear-gradient(left top, #24b5ee, #4394fb);
  background: -o-linear-gradient(bottom right, #24b5ee, #4394fb);
  background: -moz-linear-gradient(bottom right, #24b5ee, #4394fb);
  background: linear-gradient(to bottom right, #24b5ee, #4394fb); }
  .btn-back i {
    transform: translateX(-5px);
    transition: .3s; }
  .btn-back:hover i {
    transform: translateX(-10px); }

.banner-wrap {
  width: 1440px;
  margin: 0 auto; }
  .banner-wrap p {
    z-index: 3;
    position: relative;
    margin: 0 0 -17px 20px;
    border: 3px solid #4394fb;
    font-size: 20px;
    padding: 10px 20px;
    letter-spacing: 12px;
    display: inline-block;
    color: #4394fb;
    font-weight: 600; }

.area-banner-wrap {
  position: relative; }

.area-banner-box {
  width: 53.612%;
  opacity: 0.8;
  transition: .3s;
  cursor: pointer;
  position: relative;
  overflow: hidden; }
  .area-banner-box:hover {
    opacity: 1;
    cursor: pointer; }
  .area-banner-box img {
    width: 100%;
    cursor: pointer; }

.banner02 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: hidden; }

.dec-box01 {
  width: 100px;
  height: 200px;
  background: url(/img/activity/area_d1.png) no-repeat center center; }

.dec-box02 {
  width: 120px;
  height: 200px;
  background: url(/img/activity/area_d2.png) no-repeat center center; }

.dec-p1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }

.dec-p1-1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  transform: rotateY(180deg); }

.dec-p2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  transform: rotate(180deg); }

.dec-p3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3; }

.dec-p4 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  transform: rotate(180deg); }

.wrap {
  position: relative; }

.line-wrap {
  padding: 0 0 80px;
  background: url(/img/activity/bg_line.png); }

.line-wrap2 {
  background: url(/img/activity/bg_line.png); }

.main-cont {
  width: 1440px;
  padding: 100px 0;
  margin: 0 auto;
  position: relative; }

.w-area {
  padding: 100px 0;
  overflow: hidden; }

.im-see-btn {
  color: #fff;
  padding: 10px 20px;
  border-radius: 200px;
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
  background: -webkit-linear-gradient(left top, #24b5ee, #4394fb);
  background: -o-linear-gradient(bottom right, #24b5ee, #4394fb);
  background: -moz-linear-gradient(bottom right, #24b5ee, #4394fb);
  background: linear-gradient(to bottom right, #24b5ee, #4394fb); }
  .im-see-btn sup {
    font-size: 10px; }
  .im-see-btn i {
    font-size: 20px;
    margin: 0 10px 0 5px;
    transition: .3s;
    position: relative;
    left: 0; }
  .im-see-btn br {
    display: none; }
  .im-see-btn:hover i {
    left: 10px; }

.thyme {
  font-size: 22px;
  text-align: center;
  margin: 10px 0; }

.product-img {
  width: 500px;
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .product-img img {
    width: 100%;
    position: relative;
    z-index: 2; }
  .product-img:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 3px solid #35a3f5;
    display: block;
    position: absolute;
    top: 2%;
    right: 3%;
    z-index: 1; }
  .product-img span {
    font-size: 24px;
    color: #4394fb;
    text-shadow: 1px 1px 2px #eee;
    font-weight: bolder;
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 3; }

.product-info {
  display: inline-block;
  vertical-align: middle; }
  .product-info p {
    font-size: 30px;
    font-weight: bolder;
    line-height: 26px;
    word-wrap: break-word;
    margin: 0 0 25px;
    position: relative; }
    .product-info p:after {
      content: '';
      width: 900px;
      height: 3px;
      background: #4394fb;
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 100px;
      z-index: 1;
      margin-top: -2px; }
    .product-info p:first-child {
      margin-left: 30px; }
    .product-info p:nth-child(3) {
      margin-left: 40px; }
  .product-info span {
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 2; }

.sup-cont {
  width: 1030px;
  margin: 0 auto; }
  .sup-cont h2 {
    font-size: 30px;
    font-weight: bolder;
    color: #4394fb;
    margin: 0 0 30px; }
  .sup-cont h3 {
    font-size: 20px;
    font-weight: bolder;
    margin: 0 0 10px; }

.usein-box {
  width: 490px;
  margin-right: 30px;
  float: left;
  position: relative; }
  .usein-box img {
    width: 100%; }
  .usein-box span {
    font-size: 24px;
    color: #fff;
    text-align: right;
    position: absolute;
    right: 8px;
    bottom: 3px;
    z-index: 1; }
  .usein-box:nth-child(1) {
    margin-bottom: 30px; }
  .usein-box:nth-child(2) {
    margin-bottom: 30px; }
  .usein-box:nth-of-type(2n) {
    margin-right: 0; }

.product-img2_wrap {
  margin: 0 auto;
  padding: 0 0 100px;
  max-width: 800px; }
  .product-img2_wrap h2 {
    font-size: 30px;
    color: #4394fb;
    margin: 0 0 30px; }

.product-img2 {
  position: relative;
  margin: 0 auto;
  width: 100%; }
  .product-img2 img {
    width: 100%;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }
  .product-img2:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 3px solid #35a3f5;
    display: block;
    position: absolute;
    top: 2%;
    right: -2%;
    z-index: 1; }

.line-sup-cont h2 {
  padding: 30px 35px;
  background: #fff;
  display: inline-block; }

.sup-img-group {
  text-align: center;
  padding: 0 0 60px;
  margin: 50px 0; }

.sup-img-box {
  width: 300px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .sup-img-box img {
    width: 100%; }
  .sup-img-box span {
    font-size: 16px;
    font-weight: bolder;
    padding: 9px 10px;
    background: #fff;
    display: inline-block; }

.sup-img-txt {
  width: 100%;
  position: absolute;
  bottom: -60px;
  z-index: 1; }

.plus {
  width: 26px;
  height: 26px;
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative; }
  .plus:before, .plus:after {
    content: '';
    width: 100%;
    height: 6px;
    background: #4394fb;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    margin-top: -3px; }
  .plus:after {
    transform: rotate(90deg); }

.slogan-group {
  padding: 60px 0;
  background: rgba(255, 255, 255, 0.8); }

.slogan-box {
  width: 430px;
  margin: 0 auto; }
  .slogan-box img {
    display: inline-block; }

.solgan02 {
  text-align: right;
  margin: 10px auto 0; }

.teble-cont {
  width: 800px;
  margin: 0 auto; }
  .teble-cont h2 {
    font-size: 30px;
    color: #4394fb;
    margin: 0 0 30px; }
  .teble-cont h3 {
    font-size: 20px;
    font-weight: bolder;
    margin: 0 0 10px; }

.table-list01 {
  margin: 0 0 30px; }
  .table-list01 li {
    display: table;
    width: 100%; }
  .table-list01 .thyem-tit {
    color: #fff;
    text-align: center;
    padding: 10px;
    background: #4394fb;
    box-sizing: border-box; }

.tit-box {
  font-size: 15px;
  line-height: 20px;
  color: #fff;
  width: 35%;
  padding: 10px;
  text-align: center;
  background: #4394fb;
  border-bottom: 1px solid #fff;
  display: table-cell;
  vertical-align: middle; }

.cont-box {
  font-size: 15px;
  line-height: 20px;
  width: 65%;
  padding: 10px;
  word-wrap: break-word;
  box-sizing: border-box;
  border-right: 1px solid #4394fb;
  border-bottom: 1px solid #4394fb;
  display: table-cell;
  vertical-align: middle; }

.fir-tit-list {
  border-top: 1px solid #fff; }

.fir-cont-list {
  border-top: 1px solid #4394fb; }

.txt-c {
  text-align: center; }

.txt-l {
  text-align: left; }

.backage-area {
  padding-top: 0; }

.table-list02 {
  margin: 0 0 30px; }
  .table-list02 li {
    font-size: 0; }

.table-tit02 {
  font-size: 0;
  line-height: 20px;
  background: #4394fb;
  border-left: 1px solid #4394fb;
  border-right: 1px solid #4394fb; }
  .table-tit02 div {
    color: #fff;
    font-size: 15px;
    width: 15%;
    padding: 10px 0;
    text-align: center;
    display: inline-block;
    vertical-align: middle; }
    .table-tit02 div:nth-child(2) {
      width: 40%; }

.phone-table-tit {
  display: none; }

.table-cont02 {
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  display: table;
  border-bottom: 1px solid #4394fb; }
  .table-cont02 > div {
    width: 15%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #4394fb;
    display: table-cell;
    word-wrap: break-word;
    vertical-align: middle;
    box-sizing: border-box; }
    .table-cont02 > div:nth-child(1) {
      border-left: 1px solid #4394fb; }
    .table-cont02 > div:nth-child(2) {
      width: 40%;
      text-align: left; }
    .table-cont02 > div span {
      display: none; }
  .table-cont02 i {
    color: #4394fb; }

.table-dis-list {
  padding-left: 17px;
  list-style: disc; }
  .table-dis-list li {
    font-size: 15px; }

.table-cont03 {
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  display: table;
  border-bottom: 1px solid #4394fb; }
  .table-cont03 > div {
    width: 15%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #4394fb;
    display: table-cell;
    word-wrap: break-word;
    vertical-align: middle;
    box-sizing: border-box; }
    .table-cont03 > div:nth-child(1) {
      width: 70%;
      border-left: 1px solid #4394fb;
      border-right: none;
      padding: 0; }
    .table-cont03 > div span {
      display: none; }
  .table-cont03 i {
    color: #4394fb; }

.teble-cont03-inner {
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  display: table;
  border-bottom: 1px solid #4394fb;
  border-right: none; }
  .teble-cont03-inner > div {
    width: 22.5%;
    padding: 10px;
    text-align: center;
    border-right: 1px solid #4394fb;
    display: table-cell;
    word-wrap: break-word;
    vertical-align: middle;
    box-sizing: border-box; }
    .teble-cont03-inner > div:nth-child(2) {
      width: 55%;
      text-align: left; }
    .teble-cont03-inner > div:last-child {
      border-left: none; }
  .teble-cont03-inner:last-child {
    border-bottom: none; }

.table-tit03 {
  background: #4394fb;
  color: #fff; }

.table-cont04 {
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  display: table;
  border-bottom: 1px solid #4394fb; }
  .table-cont04:last-child div:nth-child(1) {
    border-bottom: none; }
  .table-cont04 > div {
    width: 20%;
    padding: 10px;
    text-align: center;
    display: table-cell;
    word-wrap: break-word;
    vertical-align: middle;
    box-sizing: border-box;
    border-right: 1px solid #4394fb; }
    .table-cont04 > div:nth-child(1) {
      background: #4394fb;
      border-bottom: 1px solid #fff;
      color: #fff; }
    .table-cont04 > div img {
      width: 100%; }
  .table-cont04 .cont5 {
    width: 40%; }

.table-list-phone {
  display: none; }

.contant-box {
  width: 615px;
  margin: 130px auto 0;
  position: relative; }
  .contant-box img {
    width: 100%; }

.contant-cont {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 20%;
  z-index: 1; }
  .contant-cont span {
    font-size: 90px;
    color: #333;
    font-weight: bolder;
    display: block; }

.contant-info {
  color: #4394fb;
  margin: 10px 0 20px; }

.btn-mail {
  font-size: 48px;
  color: #fff;
  width: 220px;
  padding: 13px 0;
  border-radius: 60px;
  display: inline-block;
  background: -webkit-linear-gradient(bottom right, #24b5ee, #4394fb);
  background: -o-linear-gradient(left top, #24b5ee, #4394fb);
  background: -moz-linear-gradient(left top, #24b5ee, #4394fb);
  background: linear-gradient(to left top, #24b5ee, #4394fb); }
  .btn-mail i {
    transition: .3s; }
  .btn-mail:hover i {
    transform: scale(1.1); }

.gift-box {
  width: 205px;
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: -170px;
  z-index: 1;
  background: url(/img/activity/bg_email_gift.png) no-repeat center center;
  background-size: contain; }
  .gift-box img {
    width: 100%;
    opacity: 0; }

.gift-txt {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  z-index: 1;
  transform: rotate(-9deg); }
  .gift-txt span {
    font-size: 14px;
    line-height: 20px;
    padding-top: 30px;
    width: 85%;
    margin: 0 auto; }
  .gift-txt img {
    width: 40%;
    opacity: 1;
    margin: 0 auto; }

.gift-txt i {
  font-size: 72px;
  color: #fff;
  text-shadow: 2px 2px 6px #999; }

.w-cont {
  background: #fff;
  padding: 30px;
  box-sizing: border-box; }
  .w-cont h2 {
    font-size: 30px;
    color: #4394fb;
    font-weight: bolder;
    margin: 0 0 20px;
    background: none; }
    .w-cont h2 img {
      width: 150px;
      display: inline-block;
      vertical-align: bottom; }
    .w-cont h2 span {
      display: inline-block;
      vertical-align: bottom; }
  .w-cont img {
    width: 100%; }
  .w-cont p {
    font-size: 20px;
    line-height: 28px;
    color: #333;
    margin: 10px 0 20px; }
  .w-cont .thyme-img01 {
    width: 70%;
    margin: 30px auto 20px; }

.ittiam-note {
  font-size: 20px;
  text-align: center;
  margin: 10px 0; }

.ittiam-link {
  color: #4394fb;
  margin: 0 3px;
  border-bottom: 1px solid transparent;
  transition: .3s; }
  .ittiam-link:hover {
    border-bottom: 1px solid #4394fb; }

.thyme-table {
  word-break: break-all; }

.table-cont-05 {
  width: 100%;
  display: table;
  border-bottom: 1px solid #4394fb; }
  .table-cont-05:last-child {
    border-bottom: 0; }

.t-tit-05 {
  width: 35%;
  padding: 10px;
  border-right: 1px solid #4394fb;
  display: table-cell; }

.t-cont-05 {
  padding: 10px;
  display: table-cell; }

.inner-box-05 {
  padding: 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #4394fb; }
  .inner-box-05:last-child {
    border-bottom: 0; }

.use-ex-img img {
  width: 100%;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2); }

.teble-cont-04 {
  line-height: 20px;
  text-align: center;
  word-break: break-all; }
  .teble-cont-04 li {
    width: 100%;
    display: table; }

.t-tit-04 {
  width: 20%;
  color: #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #4394fb;
  display: table-cell;
  vertical-align: middle; }

.t-cont-04 {
  width: 80%;
  display: table-cell;
  vertical-align: middle; }

.inner-table04 {
  width: 100%; }
  .inner-table04 li {
    display: table;
    width: 100%; }

.inner-t-tit04 {
  width: 20%;
  padding: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
  background: #4394fb;
  display: table-cell;
  vertical-align: middle; }

.inner-t-cont04 {
  width: 80%;
  padding: 10px;
  border-right: 1px solid #4394fb;
  border-bottom: 1px solid #4394fb;
  display: table-cell;
  text-align: left;
  vertical-align: middle; }

.inner-t-cont04-box {
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #4394fb;
  box-sizing: border-box; }
  .inner-t-cont04-box:last-child {
    border-bottom: none; }

.t-tit-04-2 {
  width: 36.1%;
  color: #fff;
  padding: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #4394fb;
  display: table-cell;
  vertical-align: middle; }

.t-cont-04-2 {
  width: 66.9%;
  padding: 10px;
  border-right: 1px solid #4394fb;
  border-bottom: 1px solid #4394fb;
  display: table-cell;
  text-align: left;
  vertical-align: middle; }

.p-clo-2 .fir-tit-list {
  border-top: none; }

.p-clo-2 .fir-cont-list {
  border-top: none; }

.note-box {
  font-size: 14px;
  margin: 20px 0 0; }
  .note-box li {
    margin: 5px 0; }

.pad-none {
  padding: 0; }

.mar-b {
  margin: 0 auto 60px; }

.contant-box2 {
  margin: 0 auto; }

.footer-wrap {
  background: #333;
  padding: 33px 10px;
  position: relative; }

.footer {
  font-size: 13px;
  color: #aaa;
  text-align: center; }

.right-btn-box {
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 1;
  margin-top: -15px; }
  .right-btn-box a {
    color: #aaa;
    padding: 5px 15px;
    margin: 0 5px;
    border: 1px solid #aaa;
    border-radius: 20px;
    display: inline-block;
    vertical-align: middle;
    transition: .3s; }
    .right-btn-box a:hover {
      color: #eee;
      border: 1px solid #eee; }

.share-box {
  font-size: 24px;
  position: absolute;
  top: 50%;
  right: 5px;
  z-index: 1;
  margin-top: -15px; }
  .share-box a {
    color: #aaa;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    transition: .3s; }
    .share-box a:hover {
      color: #eee; }

.m-nav {
  display: none; }

@media screen and (max-width: 1440px) {
  .banner-wrap {
    width: 100%; }
  .main-cont {
    width: 100%;
    padding: 100px 20px;
    box-sizing: border-box; }
  .product-img {
    width: 34%;
    margin-left: 10%; }
  .product-info {
    width: 50%; } }

@media screen and (max-width: 1200px) {
  .main-cont {
    padding: 60px 20px; }
  .product-img span {
    font-size: 20px; }
  .product-info p {
    font-size: 26px;
    margin: 0 0 15px; }
  .sup-cont {
    width: 100%; }
  .usein-box {
    width: 48%;
    margin-right: 4%; }
    .usein-box span {
      font-size: 18px; }
    .usein-box:nth-child(1) {
      margin-bottom: 4%; }
    .usein-box:nth-child(2) {
      margin-bottom: 4%; }
  .sup-img-box {
    width: 28%; }
  .teble-cont {
    width: 90%; } }

@media screen and (max-width: 1040px) {
  .nav {
    display: none;
    float: none;
    text-align: center;
    width: 100%;
    top: 62px;
    right: 0;
    z-index: 10;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); }
    .nav li {
      float: none;
      display: block; }
    .nav li:last-child {
      display: block; }
  .btn-back {
    display: none; }
  .nav-act {
    border-bottom: none; }
  .nav-a {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    color: rgba(36, 181, 238, 0.8);
    background: white; }
    .nav-a:hover {
      color: #24b5ee;
      border-bottom: none; }
  .nav > ul > li {
    border-bottom: 1px solid rgba(0, 183, 238, 0.8);
    z-index: 10; }
  .nav > ul > li:first-child {
    border-top: 1px solid rgba(0, 183, 238, 0.8); }
  .sub-nav {
    max-height: 1000px;
    width: 100%;
    position: relative;
    top: 0;
    background: #00b7ee; }
    .sub-nav li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.7); }
  .right-box {
    width: auto;
    margin-right: 60px; }
  .languege-box {
    margin-top: 23px; }
  .sub-nav a {
    padding: 15px 0px; }
  .m-nav {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 20px;
    display: block;
    z-index: 99; }
  .o-grid__item {
    display: block;
    width: 40px;
    height: 40px;
    margin-right: 10px; }
  .c-hamburger {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
  .c-hamburger:focus {
    outline: none; }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 19px;
    left: 8px;
    right: 8px;
    height: 3px;
    background: #4394fb; }
  .c-hamburger span::before, .c-hamburger span::after {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    content: "";
    background: #4394fb; }
  .c-hamburger span::before {
    top: -7px; }
  .c-hamburger span::after {
    bottom: -7px; }
  .c-hamburger--htx {
    background-color: transparent; }
  .c-hamburger--htx span::before,
  .c-hamburger--htx span::after {
    -webkit-transition-duration: 0.3s, 0.3s;
    transition-duration: 0.3s, 0.3s;
    -webkit-transition-delay: 0.3s, 0s;
    transition-delay: 0.3s, 0s; }
  .c-hamburger--htx span::before {
    -webkit-transition-property: top, -webkit-transform;
    transition-property: top, transform; }
  .c-hamburger--htx span::after {
    -webkit-transition-property: bottom, -webkit-transform;
    transition-property: bottom, transform; }
  /* active state, i.e. menu open */
  .c-hamburger--htx.is-active span {
    background: none; }
  .c-hamburger--htx.is-active span::before {
    top: 0;
    background-color: #4394fb;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .c-hamburger--htx.is-active span::after {
    bottom: 0;
    background-color: #4394fb;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .c-hamburger--htx.is-active span::before,
  .c-hamburger--htx.is-active span::after {
    -webkit-transition-delay: 0s, 0.3s;
    transition-delay: 0s, 0.3s; } }

@media screen and (max-width: 780px) {
  .dec-box01 {
    width: 50px;
    height: 100px;
    background-size: contain; }
  .dec-box02 {
    width: 60px;
    height: 100px;
    background-size: contain; }
  .product-img {
    width: 60%;
    margin: 0 auto;
    display: block; }
    .product-img span {
      font-size: 18px; }
  .product-info {
    width: 100%;
    margin: 40px auto 0;
    display: block; }
    .product-info p {
      font-size: 22px; }
  .sup-img-group {
    margin: 30px 0 0; }
  .sup-img-box {
    width: 65%; }
  .plus {
    display: block;
    margin: 10px auto; }
  .sup-img-txt {
    margin: 20px 0 0;
    position: relative;
    bottom: 0; }
  .teble-cont {
    width: 100%; }
  .table-tit02 div {
    width: 25%; }
    .table-tit02 div:nth-child(2) {
      width: 50%; }
    .table-tit02 div:nth-child(4) {
      display: none; }
    .table-tit02 div:nth-child(5) {
      display: none; }
  .phone-table-tit {
    display: block;
    margin: 15px 0 0; }
  .table-cont02 {
    display: block; }
    .table-cont02 > div {
      width: 25%; }
      .table-cont02 > div:nth-child(2) {
        width: 50%; }
      .table-cont02 > div:nth-child(4) {
        width: 100%;
        border-left: 1px solid #4394fb;
        border-top: 1px solid #4394fb;
        display: block; }
      .table-cont02 > div:nth-child(5) {
        width: 100%;
        border-left: 1px solid #4394fb;
        border-top: 1px solid #4394fb;
        display: block; }
      .table-cont02 > div span {
        color: #fff;
        display: block;
        padding: 10px;
        margin: -10px -10px 10px -10px;
        background: #4394fb; }
  .table-cont03 {
    display: block; }
    .table-cont03 > div {
      width: 100%;
      display: block; }
      .table-cont03 > div:nth-child(1) {
        width: 100%; }
      .table-cont03 > div:nth-child(2) {
        border-left: 1px solid #4394fb;
        border-top: 1px solid #4394fb; }
      .table-cont03 > div:nth-child(3) {
        border-left: 1px solid #4394fb;
        border-top: 1px solid #4394fb; }
      .table-cont03 > div span {
        color: #fff;
        display: block;
        padding: 10px;
        margin: -10px -10px 10px -10px;
        background: #4394fb; }
  .teble-cont03-inner {
    word-break: break-all; }
    .teble-cont03-inner div {
      width: 25%; }
      .teble-cont03-inner div:nth-child(2) {
        width: 50%; }
  .contant-box {
    width: 90%; }
  .footer-wrap {
    padding: 15px 0; }
  .footer {
    margin: 0 0 15px; }
  .right-btn-box {
    text-align: left;
    width: 50%;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .share-box {
    text-align: right;
    width: 48%;
    position: relative;
    top: 0;
    right: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle; } }

@media screen and (max-width: 600px) {
  .mail-btn-cont span {
    font-size: 20px;
    display: none; }
  .m-nav {
    right: 15px;
    top: 27px; }
  .header-wrap h1 {
    width: 165px;
    margin: 0 0 0 10px;
    background-size: contain; }
  .btn-back {
    width: 120px;
    padding: 5px; }
  .right-box {
    width: 120px; }
  .languege-box {
    margin-top: 10px; }
  .languege-box {
    margin-right: 0; }
  .btn-back {
    width: 120px;
    padding: 10px; }
  .area-banner-box {
    width: 100%;
    overflow: hidden;
    background: url(/img/activity/banner01.png) no-repeat left center;
    background-size: 110%; }
    .area-banner-box img {
      width: 116%;
      opacity: 1; }
  .banner02 {
    position: relative;
    background: url(/img/activity/banner02.png) no-repeat right center;
    background-size: 110%; }
    .banner02 img {
      transform: translateX(-11%); }
  .contant-box {
    width: 100%; }
  .contant-cont span {
    font-size: 70px; }
  .gift-txt i {
    font-size: 60px; }
  .gift-txt span {
    font-size: 13px; }
  .w-cont {
    padding: 20px; }
  .teble-cont-04 > li {
    display: table; }
    .teble-cont-04 > li:nth-child(1) {
      display: block; }
      .teble-cont-04 > li:nth-child(1) .fir-tit-list {
        border-top: 0; }
      .teble-cont-04 > li:nth-child(1) .fir-cont-list {
        border-top: 0; }
    .teble-cont-04 > li:nth-child(2) {
      display: block; }
    .teble-cont-04 > li:nth-child(3) {
      display: block; }
  .t-tit-04 {
    width: 100%;
    padding: 20px 10px;
    border-right: 1px solid #4394fb;
    display: block;
    box-sizing: border-box;
    margin: 15px 0 0; }
  .inner-t-tit04 {
    width: 36%; }
  .inner-t-cont04 {
    width: 64%; }
  .p-clo-2 {
    margin-top: 15px; }
    .p-clo-2 .fir-cont-list {
      border-top: 1px solid #4394fb; }
    .p-clo-2 .fir-tit-list {
      border-top: 1px solid #fff; } }

@media screen and (max-width: 480px) {
  .fix-mail-btn {
    bottom: 210px;
    right: 10px;
    padding: 10px 4px; }
    .fix-mail-btn:hover .mail-btn-txt {
      display: none; }
  .mail-btn-cont {
    text-align: center; }
    .mail-btn-cont span {
      font-size: 1.1rem; }
  .d-header-line {
    display: none; }
  .nav {
    top: 63px; }
  .nav-a {
    color: #24b5ee;
    padding: 14px 0; }
  .header-wrap {
    padding-bottom: 10px; }
  .btn-top {
    bottom: 150px; }
  .dec-box01 {
    width: 30px;
    height: 60px;
    background-size: contain; }
  .dec-box02 {
    width: 36px;
    height: 60px;
    background-size: contain; }
  .main-cont {
    padding: 30px 10px; }
  .line-wrap {
    padding: 0 0 30px; }
  .im-see-btn {
    font-size: 1rem;
    text-align: center;
    line-height: 20px;
    width: 90%;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    top: -20px;
    right: 0; }
    .im-see-btn br {
      display: block; }
    .im-see-btn:hover i {
      left: 0; }
  .thyme {
    font-size: 1.2rem; }
  .area-banner-box {
    height: initial;
    width: 100%;
    overflow: hidden;
    background: none;
    background-size: cover; }
    .area-banner-box img {
      width: 116%;
      opacity: 1; }
  .banner02 {
    position: relative;
    background: none;
    background-size: cover; }
  .product-img {
    width: 90%; }
    .product-img span {
      font-size: 1.1rem; }
  .product-info {
    width: 100%;
    margin: 30px auto 0; }
    .product-info p {
      font-size: 1.2rem;
      margin-left: 10px; }
      .product-info p:first-child {
        margin-left: 10px; }
      .product-info p:nth-child(3) {
        margin-left: 10px; }
  .sup-cont {
    width: 100%; }
    .sup-cont h2 {
      font-size: 1.6rem;
      background: #fff; }
    .sup-cont h3 {
      font-size: 1.2rem; }
  .usein-box {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 25px; }
    .usein-box span {
      font-size: 1.2rem; }
    .usein-box:nth-child(1) {
      margin-bottom: 25px; }
    .usein-box:nth-child(2) {
      margin-bottom: 25px; }
  .line-sup-cont h2 {
    padding: 15px; }
  .sup-img-group {
    padding: 0 0 10px; }
  .sup-img-box {
    width: 90%; }
  .slogan-box {
    width: 80%;
    margin: 0 0 0 5%; }
    .slogan-box img {
      width: 100%; }
  .solgan02 {
    margin: 10px 0 0 12%; }
  .teble-cont h2 {
    font-size: 1.6rem; }
  .teble-cont h3 {
    font-size: 1.2rem; }
  .table-cont04 > div {
    width: 35%; }
  .table-cont04 .cont5 {
    width: 70%; }
  .contant-box {
    margin: 50px 0 150px; }
  .contant-cont {
    top: 15%; }
    .contant-cont span {
      font-size: 3.3rem; }
  .contant-info {
    font-size: 0.9rem;
    margin: 0 0 10px; }
  .btn-mail {
    font-size: 2.5rem; }
  .gift-box {
    position: absolute;
    right: 3px;
    bottom: -220px;
    z-index: 1;
    transform: rotate(35deg); }
  .gift-txt {
    transform: rotate(-45deg);
    left: 10px; }
    .gift-txt i {
      font-size: 60px; }
    .gift-txt span {
      font-size: 0.9rem; }
  .contant-box2 {
    margin: 0 auto;
    padding: 0 0 200px; }
  .w-cont {
    padding: 10px; }
    .w-cont h2 img {
      width: 100px;
      margin: 5px 0; }
    .w-cont p {
      font-size: 1rem; }
    .w-cont .thyme-img01 {
      width: 100%;
      margin: 20px auto 10px; }
  .ittiam-note {
    font-size: 1.1rem; }
  .right-btn-box {
    text-align: center;
    width: 100%;
    margin: 0 0 15px; }
  .share-box {
    text-align: center;
    width: 100%; } }

@media screen and (max-width: 320px) {
  .header-wrap h1 {
    width: 130px; }
  .btn-back {
    width: 110px; }
  .header-wrap {
    padding: 10px 0; }
  .m-nav {
    top: 13px; }
  .right-box {
    margin-top: 5px; }
  .btn-more {
    width: 260px; } }

/*1110新增*/
.nav li {
  position: relative; }

.sub-nav-event {
  width: 180px;
  left: 50%;
  transform: translateX(-50%); }

.sub-nav-event a {
  text-align: center; }

@media screen and (max-width: 1040px) {
  .sub-nav-event {
    width: 100%; } }
