@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");
body {
  overflow-x: hidden;
  background-color: #fff;
  color: #2a2b2b;
}

body.fixed {
  overflow: hidden;
}

body * {
  font-family: 'Noto Sans TC';
  font-weight: 400;
  font-size: 16px;
}

section {
  position: relative;
  margin: 0;
}

section .container {
  padding: 0;
  margin: 0 auto;
  position: relative;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 991px) {
  .pc {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}

@media screen and (max-width: 991px) {
  .mobile {
    display: block !important;
  }
}

i[class*=icon-] {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

i[class*=icon-].icon-arrow-left {
  width: 27px;
  height: 47px;
  background-image: url("../img/icon-arrow-left.png");
  top: 3px;
  margin-right: 18px;
}

i[class*=icon-].icon-arrow-right {
  width: 27px;
  height: 47px;
  background-image: url("../img/icon-arrow-right.png");
  top: 3px;
  margin-left: 18px;
}

i[class*=icon-].icon-arrow-left2 {
  width: 18px;
  height: 31px;
  background-image: url("../img/icon-arrow-left2.png");
  top: 2px;
  margin-right: 12px;
}

i[class*=icon-].icon-arrow-right2 {
  width: 18px;
  height: 31px;
  background-image: url("../img/icon-arrow-right2.png");
  top: 2px;
  margin-left: 12px;
}

i[class*=icon-].icon-arrow-top {
  width: 48px;
  height: 34px;
  background-image: url("../img/icon-arrow-top.png");
  top: -4px;
}

i[class*=icon-].icon-notice {
  width: 40px;
  height: 40px;
  background-image: url("../img/icon-notice.png");
  top: -1px;
}

i[class*=icon-].icon-close {
  width: 78px;
  height: 78px;
  background-image: url("../img/icon-close.png");
  top: 1px;
}

i[class*=icon-].icon-trash {
  width: 59px;
  height: 59px;
  background-image: url("../img/icon-trash.png");
}

.input-style {
  width: 100%;
  height: 84px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 22px 4px;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: left;
  color: #006bc8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 2px #b5b5b5;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

input[type=text], input[type=number], input[type=tel] {
  width: 100%;
  height: 84px;
  display: inline-block;
  padding: 0 22px 4px;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: left;
  color: #006bc8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 2px #b5b5b5;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

input[type=text]:disabled, input[type=number]:disabled, input[type=tel]:disabled {
  color: #5e656a;
  display: none;
}

input[type=text]:invalid, input[type=number]:invalid, input[type=tel]:invalid {
  color: #5e656a;
}

input[type=text].error, input[type=number].error, input[type=tel].error {
  border: solid 5px #dc704c;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

select {
  width: 100%;
  height: 84px;
  display: inline-block;
  padding: 0 92px 4px 22px;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 44px;
  letter-spacing: normal;
  text-align: left;
  color: #006bc8;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 2px #b5b5b5;
  background: url(../img/icon-dropdown.png) no-repeat -webkit-calc(100% - 26px) 15px;
  background: url(../img/icon-dropdown.png) no-repeat -moz-calc(100% - 26px) 15px;
  background: url(../img/icon-dropdown.png) no-repeat calc(100% - 26px) 15px;
  background-color: #fff;
  -moz-background-size: 48px;
  -o-background-size: 48px;
  background-size: 48px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

select.error {
  border: solid 5px #dc704c;
}

select option {
  font-family: 'Noto Sans TC';
  font-size: 14px;
  padding: 5px;
  background-color: #fff;
}

select::-ms-expand {
  display: none;
}

select:disabled {
  color: #5e656a;
  display: none;
}

select:invalid {
  color: #5e656a;
}

.btn-full {
  display: block;
  width: 750px;
  height: 102px;
  margin: 0 auto 60px;
  padding: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 0;
  background-color: #fff;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 102px;
  letter-spacing: normal;
  text-align: center;
  color: #957b47;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.btn-full:hover {
  color: #957b47;
}

.btn-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 257px;
  height: 84px;
  margin: 0 40px;
  padding: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 0;
  background-color: #b1ada6;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-gray:hover {
  color: #fff;
  background-color: #c7c2c2;
}

.btn-yellow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 257px;
  height: 84px;
  margin: 0 40px;
  padding: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 0;
  background-color: #b1790c;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-yellow:hover {
  color: #fff;
  background-color: #c78b16;
}

.btn-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 358px;
  height: 102px;
  margin: 0 30px;
  padding: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  border: 0;
  background-color: #fff;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #957b47;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-white:hover {
  background-color: #eee;
  color: #957b47;
}

.btn-plus {
  display: block;
  width: 46px;
  height: 46px;
  border: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: url(../img/icon-plus.png) no-repeat center center;
  background-color: transparent;
}

.btn-minus-circle {
  display: block;
  width: 46px;
  height: 46px;
  border: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: url(../img/icon-collapse-minus.png) no-repeat center center #464646;
}

.btn-plus-circle {
  display: block;
  width: 46px;
  height: 46px;
  border: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: url(../img/icon-collapse-plus.png) no-repeat center center #464646;
}

.btn-notice {
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background-color: transparent;
}

.btn-remove {
  width: 59px;
  height: 59px;
  border: 0;
  padding: 0;
  background-color: transparent;
}

.chkbox, .rdobox {
  width: -webkit-calc(100% - 64px);
  width: -moz-calc(100% - 64px);
  width: calc(100% - 64px);
  height: 25px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  position: relative;
  padding-left: 25px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chkbox input, .rdobox input {
  display: none !important;
}

.chkbox:after, .rdobox:after {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 1px;
  content: " ";
  color: #fff;
  display: inline-block;
  visibility: visible;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #f6b80a;
  background-color: #000000;
  z-index: 1;
}

.chkbox.active:before, .rdobox.active:before {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 8px;
  left: 4px;
  content: "";
  border: solid 1px #f6b80a;
  background-color: #f77506;
  display: inline-block;
  visibility: visible;
  z-index: 2;
}

header {
  width: 828px;
  margin: 0 auto;
}

footer {
  width: 828px;
  margin: 0 auto;
  padding: 32px 55px 48px;
  background-color: #000;
}

footer p {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 34px;
  letter-spacing: normal;
  text-align: center;
  color: #fff301;
  margin-bottom: 0;
}

section {
  width: 828px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 50px;
}

section .container {
  margin: 0 auto;
}

#app.rwd section {
  width: 100%;
  padding: 0;
}

#app.rwd footer {
  width: 100%;
  padding: 0;
}

#app.rwd footer p {
  width: 80%;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff301;
  margin: 0 auto;
  padding: 30px 0;
}

@media screen and (max-width: 991px) {
  #app.rwd footer p {
    width: 95%;
    font-size: 28px;
    padding: 10px 0 20px;
  }
}

h1.title {
  font-size: 72px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-bottom: 60px;
}

h2.subtitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 32px;
  margin-left: 24px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

h2.subtitle span {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-right: 20px;
}

h2.subtitle span.small {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-right: 0;
}

h2.subtitle span.xsmall {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.top-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #3d3d3d;
  padding: 0 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.top-tabs .tab {
  font-family: 'Noto Serif TC';
  font-size: 40px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 20px 45px 22px;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
}

.top-tabs .tab:nth-last-of-type(2):before {
  display: block;
  content: "";
  width: 5px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 21px;
}

.top-tabs .tab:nth-last-of-type(2):after {
  display: block;
  content: "";
  width: 5px;
  height: 60px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 21px;
}

.tab-wrap {
  padding: 1px 0;
}

.tab-wrap.tab1 {
  background-color: #e9e9e0;
}

.tab-wrap.tab1 > p {
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 1.88px;
  text-align: center;
  color: #080707;
  margin-bottom: 40px;
}

.tab-wrap.tab1 > p.big {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tab-wrap.tab1 > p.big b {
  font-family: Arial;
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e56264;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: solid 2px #b5b5b5;
  padding: 5px 10px;
  margin: 0 10px;
}

.tab-wrap.tab1 > p.big span {
  font-family: Arial;
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e56264;
  padding: 5px 10px;
  margin: 0 10px;
}

.tab-wrap.tab1 > p.big input, .tab-wrap.tab1 > p.big select {
  width: 100px;
  height: 90px;
  font-family: Arial;
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e56264;
  padding: 5px 10px;
  margin: 0 10px;
  background: #fff;
}

.tab-wrap.tab2 {
  background: url(../img/bg1.png) no-repeat center bottom;
  -moz-background-size: 828px;
  -o-background-size: 828px;
  background-size: 828px;
}

.tab-wrap.tab2 .items-wrap:last-of-type {
  margin-bottom: 0;
}

.tab-wrap.tab3 {
  background: url(../img/bg2.png) no-repeat center top;
  background-color: #815401;
  -moz-background-size: 828px;
  -o-background-size: 828px;
  background-size: 828px;
}

.tab-wrap > .txt {
  width: 730px;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff301;
  margin: 0 auto 50px;
}

.title-item {
  margin-top: 95px;
  margin-bottom: 60px;
}

.title-item h3.en {
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #a77a00;
  margin-bottom: 0;
}

.title-item h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Noto Serif TC';
  font-size: 60px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #775700;
  margin: 0 auto;
  position: relative;
}

.title-item h2:before {
  display: block;
  content: "";
  width: 195px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: -205px;
  top: 44px;
}

.title-item h2:after {
  display: block;
  content: "";
  width: 195px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: -205px;
  top: 44px;
}

.title-item.white h3, .title-item.white h2 {
  color: #fff;
}

.title-item.white h3:before, .title-item.white h3:after {
  background-color: #fff;
}

.title-item.white h2:before, .title-item.white h2:after {
  background-color: #fff;
}

.money-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
  margin-bottom: 20px;
}

.money-item p {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #535353;
  margin-bottom: 0;
}

.money-item p span {
  font-size: 48px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e56264;
  margin: 0 12px 0 20px;
}

.money-item p b {
  font-family: Arial;
  font-size: 100px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 100px;
  letter-spacing: normal;
  text-align: left;
  color: #e56264;
  margin-right: 20px;
}

.component-wrap {
  display: none;
  padding-top: 60px;
}

.component-wrap.pt-0 {
  padding-top: 0;
}

.component-wrap.active {
  display: block;
}

.item-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  position: relative;
  margin: 40px auto 32px;
}

.item-title:before {
  display: block;
  content: "";
  width: 160px;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: -170px;
  top: 30px;
}

.item-title:after {
  display: block;
  content: "";
  width: 160px;
  height: 1px;
  background-color: #000;
  position: absolute;
  right: -170px;
  top: 30px;
}

.item-subtitle {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #535353;
  margin-bottom: 20px;
  margin-left: 10px;
}

.items-wrap {
  width: 750px;
  margin: 60px auto 55px;
  padding: 30px 16px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 6px #e7e7e7;
  background-color: #fff;
  position: relative;
}

.items-wrap div.close {
  display: none;
}

.items-wrap .big-title {
  width: 700px;
  font-size: 45px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 54px;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin: 0 auto 70px;
}

.items-wrap .switch-detail {
  display: block;
  width: 46px;
  height: 46px;
  border: 0;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background: url(../img/icon-collapse-plus.png) no-repeat center center #464646;
  position: absolute;
  top: 46px;
  right: 36px;
}

.items-wrap .switch-detail.close {
  background-image: url(../img/icon-collapse-minus.png);
}

.items-wrap .warning-text {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f20000;
  position: relative;
  margin-bottom: 30px;
  margin-left: 16px;
}

.items-wrap .control-item {
  width: 100%;
  margin: 0 auto 30px;
  padding: 25px 20px 36px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #f3f3f3;
}

.items-wrap .control-item:last-of-type {
  margin-bottom: 0;
}

.items-wrap .control-item .lbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.items-wrap .control-item .lbl.mb-10 {
  margin-bottom: 10px;
}

.items-wrap .control-item .lbl p {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #535353;
  position: relative;
  margin-bottom: 0;
}

.items-wrap .control-item .lbl p.required {
  padding-right: 22px;
}

.items-wrap .control-item .lbl p.required::after {
  display: block;
  content: "*";
  width: "12px";
  height: 30px;
  font-weight: bold;
  color: #fb8800;
  position: absolute;
  top: 1px;
  right: 0px;
}

.items-wrap .control-item .lbl p.red {
  color: red;
}

.items-wrap .control-item .lbl p b {
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #535353;
  position: relative;
  margin-bottom: 0;
}

.items-wrap .control-item .lbl button {
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  background-color: transparent;
  margin-left: 18px;
}

.items-wrap .control-item .ctrl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.items-wrap .control-item .ctrl .btn-remove {
  position: absolute;
  top: 21px;
  right: 16px;
}

.items-wrap .control-item .ctrl.col2 > select {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  margin-right: 30px;
}

.items-wrap .control-item .ctrl.col2 > p {
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  text-align: left;
}

.items-wrap .control-item .ctrl.col2 > p span {
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000;
}

.items-wrap .control-item .ctrl.col2 > p b {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #dc704c;
}

.items-wrap .control-item .ctrl.col-flex {
  display: block;
}

.items-wrap .control-item .ctrl.col-flex .d-flex {
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-wrap .control-item .ctrl.col-flex .d-flex:last-of-type {
  margin-bottom: 0;
}

.items-wrap .control-item .ctrl.col-flex p {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #535353;
  margin-bottom: 0;
}

.items-wrap .control-item .ctrl.col-flex p.w-32 {
  width: 32%;
}

.items-wrap .control-item .ctrl.col-flex input[type=text].w-68, .items-wrap .control-item .ctrl.col-flex input[type=number].w-68, .items-wrap .control-item .ctrl.col-flex input[type=tel].w-68 {
  width: 68%;
}

.items-wrap .control-item .ctrl.product-select {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.items-wrap .control-item .ctrl.product-select select {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
}

.items-wrap .control-item .ctrl.total > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #535353;
  margin-bottom: 0;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.items-wrap .control-item .ctrl.total > p span {
  font-size: 48px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 60px;
  letter-spacing: normal;
  text-align: left;
  color: #006bc8;
  margin: 0 0 0 12px;
}

.items-wrap .control-item .ctrl.total > p b {
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 60px;
  letter-spacing: normal;
  text-align: left;
  color: #006bc8;
  margin: 0 12px;
}

.items-wrap .control-item .ctrl.total > p b.small {
  font-size: 40px;
}

.items-wrap .control-item .ctrl.total > p.gray span, .items-wrap .control-item .ctrl.total > p.gray b {
  color: #535353;
}

.items-wrap .control-item .ctrl.total > p.amortize {
  width: 100%;
}

.items-wrap .control-item .ctrl.total > p.amortize span {
  font-size: 60px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  text-align: left;
  color: #006bc8;
  margin: 12px 12px 0;
}

.items-wrap .control-item .ctrl.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.items-wrap .control-item .ctrl.big-total {
  position: relative;
  padding-bottom: 30px;
}

.items-wrap .control-item .ctrl.big-total > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fe4242;
  margin-bottom: 0;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.items-wrap .control-item .ctrl.big-total > p span {
  font-size: 48px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 60px;
  letter-spacing: normal;
  text-align: left;
  color: #e56264;
  margin: 0 0 0 12px;
}

.items-wrap .control-item .ctrl.big-total > p b {
  font-size: 85px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 100px;
  letter-spacing: normal;
  text-align: left;
  color: #e56264;
  margin: 0 12px;
}

.items-wrap .control-item .ctrl .item-note {
  width: 100%;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #535353;
  margin-bottom: 0;
}

.items-wrap .control-item .ctrl .item-note.nowrap {
  white-space: nowrap;
}

.items-wrap .control-item .row-lbl {
  margin-left: 16px;
}

.items-wrap .control-item .row-lbl .lbl {
  margin-bottom: 10px;
}

.items-wrap .control-item .row-lbl .val p {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

.items-wrap .control-item .col-lbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 16px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.items-wrap .control-item .col-lbl .lbl {
  margin-bottom: 0;
  margin-right: 22px;
  line-height: 48px;
}

.items-wrap .control-item .col-lbl .val p {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  margin-bottom: 0;
}

.items-wrap .control-item .note {
  padding-top: 24px;
}

.items-wrap .control-item .note .msg {
  height: 48px;
  margin: 0 0 20px;
  padding: 0 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #dc704c;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.items-wrap .control-item .note > p {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #535353;
  margin-bottom: 0;
}

.items-wrap .control-item .note > p .red, .items-wrap .control-item .note > p .red2, .items-wrap .control-item .note > p .highlight {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #ff7800;
}

.items-wrap .control-item .note > p b.red, .items-wrap .control-item .note > p b.red2, .items-wrap .control-item .note > p b.highlight {
  font-weight: bold;
}

.items-wrap .control-item .note > p .red {
  color: red;
}

.items-wrap .control-item .note > p .red2 {
  color: #e56264;
}

.items-wrap .control-item .note > p .red-highlight {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: left;
  color: red;
}

.items-wrap .control-item .point-line {
  display: block;
  height: 7px;
  width: 651px;
  background: url(../img/bg-point-line.jpg) no-repeat center;
  margin: 30px auto;
}

.items-wrap .control-item.mt-50 {
  margin-top: 50px;
}

.items-wrap .control-item .close {
  display: none;
}

.notice-item {
  margin: 0 12px 0 24px;
}

.notice-item.close {
  display: none;
}

.notice-item.mt-30 {
  margin-top: 30px;
}

.notice-item > div.close {
  display: none;
}

.notice-item h4 {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #535353;
  margin-bottom: 10px;
  padding-right: 28px;
  /* background: url(../img/icon-plus-solid.svg) no-repeat right center;
    -moz-background-size: 18px;
      -o-background-size: 18px;
         background-size: 18px; */
  cursor: pointer;
}

.notice-item h4.close {
  background-image: url(../img/icon-minus-solid.svg);
}

.notice-item h6 {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #535353;
  margin-bottom: 0;
}

.notice-item ul {
  margin: 0 0 40px;
  padding: 0;
}

.notice-item ul:last-of-type {
  margin-bottom: 0;
}

.notice-item ul.close {
  display: none;
}

.notice-item ul li {
  list-style: decimal-leading-zero;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #535353;
  margin: 0;
  padding: 0 0 0 2em;
  text-indent: -1em;
  list-style-type: none;
  counter-increment: item;
}

.notice-item ul li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: 600;
  text-align: right;
  content: "0" counter(item) ".";
}

.notice-item ul li.highlight {
  color: #e56264;
}

.notice-item ul li.highlight:before {
  color: #535353;
}

.notice-item ul li .red-highlight {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: left;
  color: red;
}

.chart-wrap {
  display: block;
  width: 550px;
  height: 550px;
  position: relative;
  margin: 0 auto;
}

.chart-wrap .chart {
  position: absolute;
  width: 550px;
  height: 550px;
  top: 0%;
  left: 0%;
}

.doughnutSummary {
  width: 600px !important;
  position: absolute;
  top: 50%;
  left: -webkit-calc(50% - 300px);
  left: -moz-calc(50% - 300px);
  left: calc(50% - 300px);
  text-align: center;
  margin-left: 0 !important;
}

.doughnutSummaryTitle {
  position: absolute;
  width: 100%;
  top: 5%;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4c4c4c;
  margin: 0;
}

.doughnutSummaryTitle p {
  font-size: 30px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4c4c4c;
  margin: 0;
}

.doughnutSummaryTitle p b {
  margin: 0;
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4c4c4c;
  margin: 0;
}

.doughnutSummaryTitle h5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  font-size: 62px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: -3px;
  text-align: center;
  color: #e56264;
  margin: 10px 0 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.doughnutSummaryTitle h6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  font-size: 50px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -3px;
  text-align: center;
  color: #e56264;
  margin: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.doughnutSummaryTitle h3 {
  font-size: 26px;
}

.doughnutSummaryNumber {
  display: none;
  position: absolute;
  top: 34%;
  width: 100%;
  font-size: 100px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 110px;
  letter-spacing: -3px;
  text-align: center;
  color: #e56264;
  margin: 0;
}

.chart-items {
  margin-top: 55px;
}

.chart-items .title-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #aaa;
  padding-bottom: 16px;
}

.chart-items .title-row > div {
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #020202;
}

.chart-items .title-row > div:first-of-type {
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: calc(100% - 280px);
  padding-left: 16px;
}

.chart-items .item-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #aaa;
  padding: 32px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.chart-items .item-row:nth-of-type(even) {
  background-color: #eee;
}

.chart-items .item-row.red {
  background-color: #f9dbdb;
}

.chart-items .item-row > .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: calc(100% - 280px);
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart-items .item-row > .name i.color {
  display: block;
  width: 38px;
  height: 38px;
  margin-right: 20px;
  background-color: #333;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

.chart-items .item-row > .name p {
  font-size: 30px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #535353;
  margin-bottom: 0;
}

.chart-items .item-row > .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 280px;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.chart-items .item-row .sub-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
}

.chart-items .item-row .sub-item > .name {
  width: -webkit-calc(100% - 280px);
  width: -moz-calc(100% - 280px);
  width: calc(100% - 280px);
  padding-left: 74px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #535353;
  margin-left: 0;
  text-indent: -17px;
}

.chart-items .item-row .sub-item > .name > span {
  display: inline-block;
  padding: 1px 14px 5px;
  background-color: #aaa;
  text-align: center;
  font-size: 28px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  color: #fff;
  text-indent: 0;
}

.chart-items .item-row .sub-item > .price {
  width: 280px;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #151218;
}

.chart-items.no-border .title-row, .chart-items.no-border .item-row {
  border-bottom: 0;
}

.kv-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kv-info .pic > img {
  display: block;
  margin: 0 auto 30px;
}

.kv-info .info h1 {
  font-family: 'Noto Serif TC';
  font-size: 91.7px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 6.88px;
  text-align: center;
  color: #937a36;
  margin-bottom: 20px;
}

.kv-info .info h3 {
  width: 400px;
  font-size: 38.9px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #030000;
  margin: 0 auto 20px;
  position: relative;
}

.kv-info .info h3::before, .kv-info .info h3::after {
  display: block;
  content: '';
  width: 51px;
  height: 3px;
  background-color: #030000;
  position: absolute;
  top: 29px;
}

.kv-info .info h3::before {
  left: -51px;
}

.kv-info .info h3::after {
  right: -51px;
}

.kv-info .info p {
  font-size: 33.3px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #2a2b2b;
  margin-bottom: 0;
}

.kv-info .info p b {
  font-size: 44.4px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  position: relative;
}

.kv-info .info p b.highlight {
  margin-left: 10px;
}

.kv-info .info p b.highlight span {
  font-size: 38.9px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  position: relative;
  z-index: 2;
}

.kv-info .info p b.highlight::after {
  display: block;
  content: "";
  width: 100%;
  height: 11px;
  background-color: #dca33d;
  position: absolute;
  left: -10px;
  bottom: 4px;
  z-index: 1;
}

#index-kv {
  background-color: #e9e9e1;
}

#index-s1 {
  background: url(../img/bg-brownwave.png) no-repeat center top, -webkit-gradient(linear, left bottom, left top, color-stop(80%, #7A5610), color-stop(80%, #e9e9e1));
  background: url(../img/bg-brownwave.png) no-repeat center top, -webkit-linear-gradient(bottom, #7A5610 80%, #e9e9e1 80%);
  background: url(../img/bg-brownwave.png) no-repeat center top, -moz-linear-gradient(bottom, #7A5610 80%, #e9e9e1 80%);
  background: url(../img/bg-brownwave.png) no-repeat center top, -o-linear-gradient(bottom, #7A5610 80%, #e9e9e1 80%);
  background: url(../img/bg-brownwave.png) no-repeat center top, linear-gradient(0deg, #7A5610 80%, #e9e9e1 80%);
  -moz-background-size: 828px, auto;
  -o-background-size: 828px, auto;
  background-size: 828px, auto;
  background-color: #e9e9e1;
  padding-bottom: 25px;
}

#index-s1 h2 {
  text-align: center;
  color: #fff;
}

#index-s1 h2 p {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 3.6px;
}

#index-s1 h2 p:first-of-type {
  font-family: 'Noto Serif TC';
  font-weight: 600;
}

#index-s1 h2 p b.big {
  font-family: 'Noto Serif TC';
  font-size: 90px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 100px;
  letter-spacing: 6.75px;
  margin-bottom: 10px;
}

#index-s1 h2 p b.highlight {
  font-size: 65px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 72px;
  letter-spacing: 4.88px;
  position: relative;
}

#index-s1 h2 p b.highlight span {
  font-size: 65px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 72px;
  letter-spacing: 4.88px;
  position: relative;
  z-index: 2;
}

#index-s1 h2 p b.highlight::after {
  display: block;
  content: "";
  width: -webkit-calc(100% + 12px);
  width: -moz-calc(100% + 12px);
  width: calc(100% + 12px);
  height: 20px;
  background-color: #803c06;
  position: absolute;
  left: -10px;
  bottom: 4px;
  z-index: 1;
}

#index-s1 h2 p i {
  font-size: 55px;
  font-weight: 300;
  font-style: normal;
  margin: 0 10px;
  position: relative;
  top: -2px;
}

#index-s1 .info {
  margin-top: 30px;
  margin-bottom: 60px;
}

#index-s1 .info p {
  font-size: 33.3px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #feffff;
  margin-bottom: 0;
}

#index-s1 .notice p {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff301;
  margin-bottom: 0;
}

#top-progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 828px;
  height: 185px;
  margin: 0 auto;
  padding: 50px 40px 0;
  background-color: #8f8063;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

#top-progress::after {
  display: block;
  content: "";
  width: 583px;
  height: 3px;
  background-color: #b1a48c;
  position: absolute;
  top: 66px;
  left: 122px;
  z-index: 1;
}

#top-progress li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 2;
}

#top-progress li .node {
  width: 34px;
  height: 34px;
  background-color: #4f3a10;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-bottom: 20px;
}

#top-progress li p {
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4f3a10;
  margin-bottom: 0;
}

#top-progress li.active .node {
  background-color: #fff;
}

#top-progress li.active p {
  color: #fff;
}

#prod-s1 {
  display: none;
  padding-top: 0;
  background-color: #e9e9e0;
  padding-bottom: 0;
}

#prod-s1 .btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 100px;
}

#prod-s1 .btns.brown-bg {
  background-color: #815401;
}

#prod-s1 .notice {
  padding-bottom: 50px;
}

#prod-s1 .notice p {
  font-size: 25px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}

#prod-s1 .notice.brown-bg {
  background-color: #815401;
}

#prod-s1 .notice.brown-bg p {
  color: #fff;
}

#download-wrap {
  display: none;
  background: url(../img/download-bg.png) no-repeat center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #bb7600;
}

#download-wrap .container {
  padding-top: 60px;
  padding-bottom: 5px;
  position: relative;
}

#download-wrap .container #user-sn {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 1;
}

#download-wrap .container .kv-info .pic > img {
  width: 740px;
  display: block;
  margin: 0 auto 30px;
}

#download-wrap .container .kv-info .info {
  padding-top: 100px;
}

#download-wrap .container .kv-info .info h1 {
  font-size: 69px;
}

#download-wrap .container .kv-info .info h3 {
  width: 324px;
  font-size: 32px;
}

#download-wrap .container .kv-info .info h3::before, #download-wrap .container .kv-info .info h3::after {
  height: 2px;
  top: 25px;
}

#download-wrap .container .kv-info .info h3::before {
  left: -30px;
}

#download-wrap .container .kv-info .info h3::after {
  right: -30px;
}

#download-wrap .container .kv-info .info p {
  font-size: 24px;
}

#download-wrap .container .kv-info .info p b {
  font-size: 36px;
}

#download-wrap .container .kv-info .info p b.highlight span {
  font-size: 32px;
}

#download-wrap .container .kv-info .info p b.highlight::after {
  height: 8px;
  background-color: #e6a017;
}

#download-wrap .container .report-wrap {
  width: 1170px;
  position: relative;
  margin: 100px auto 30px;
  padding: 60px 40px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: solid 6px #e7e7e6;
  background-color: #fff;
}

#download-wrap .container .report-wrap > .title {
  width: 350px;
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #94752b;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 0 0 5px 0;
}

#download-wrap .container .report-wrap > .intro {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #040000;
  margin: 0 auto 60px;
}

#download-wrap .container .report-wrap .report-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#download-wrap .container .report-wrap .report-items .text-item {
  margin-top: 0;
  margin-bottom: 30px;
}

#download-wrap .container .report-wrap .report-items .text-item .note {
  padding-top: 0;
}

#download-wrap .container .report-wrap .report-items .text-item .note .msg {
  height: 48px;
  margin: 0 0 20px;
  padding: 0 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #dc704c;
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 48px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

#download-wrap .container .report-wrap .report-items .text-item .note > p {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #535353;
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items .text-item .note > p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}

#download-wrap .container .report-wrap .report-items .text-item .note > p .red, #download-wrap .container .report-wrap .report-items .text-item .note > p .red2, #download-wrap .container .report-wrap .report-items .text-item .note > p .highlight {
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: justify;
  color: #ff7800;
}

#download-wrap .container .report-wrap .report-items .text-item .note > p b.red, #download-wrap .container .report-wrap .report-items .text-item .note > p b.red2, #download-wrap .container .report-wrap .report-items .text-item .note > p b.highlight {
  font-weight: bold;
}

#download-wrap .container .report-wrap .report-items .text-item .note > p .red {
  color: red;
}

#download-wrap .container .report-wrap .report-items .text-item .note > p .red2 {
  color: #e56264;
}

#download-wrap .container .report-wrap .report-items .text-item .note > p .red-highlight {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  text-align: left;
  color: red;
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items .text-item .note > p .red-highlight {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 12px;
  }
}

#download-wrap .container .report-wrap .report-items > .item:nth-of-type(1) {
  width: 490px;
}

#download-wrap .container .report-wrap .report-items > .item:nth-of-type(2) {
  width: -webkit-calc(100% - 540px);
  width: -moz-calc(100% - 540px);
  width: calc(100% - 540px);
}

#download-wrap .container .report-wrap .report-items > .item > .title {
  width: 300px;
  font-size: 28px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin: 0 auto 40px;
  padding: 0 0 5px 0;
}

#download-wrap .container .report-wrap .report-items > .item > p {
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 30px;
  letter-spacing: normal;
  text-align: center;
  color: #040000;
  margin-bottom: 16px;
}

#download-wrap .container .report-wrap .report-items > .item > p span {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: center;
  color: #d34445;
}

#download-wrap .container .report-wrap .report-items > .item .base-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

#download-wrap .container .report-wrap .report-items > .item .base-item > .lbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: calc(100% - 150px);
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#download-wrap .container .report-wrap .report-items > .item .base-item > .lbl i.color {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-color: #b5b5b5;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#download-wrap .container .report-wrap .report-items > .item .base-item > .lbl p {
  font-size: 26px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #535353;
  margin-bottom: 0;
}

#download-wrap .container .report-wrap .report-items > .item .base-item > .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 36px;
  letter-spacing: normal;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e9555c;
}

#download-wrap .container .report-wrap .report-items > .item .base-sub-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

#download-wrap .container .report-wrap .report-items > .item .base-sub-item > .lbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% - 150px);
  width: -moz-calc(100% - 150px);
  width: calc(100% - 150px);
  padding-left: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#download-wrap .container .report-wrap .report-items > .item .base-sub-item > .lbl i.color {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-color: #b5b5b5;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#download-wrap .container .report-wrap .report-items > .item .base-sub-item > .lbl p {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #535353;
  margin-bottom: 0;
}

#download-wrap .container .report-wrap .report-items > .item .base-sub-item > .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #acacac;
}

#download-wrap .container .report-wrap .report-items > .item .product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: url(../img/bg-point-line.jpg) no-repeat center bottom;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

#download-wrap .container .report-wrap .report-items > .item .product-item .type {
  width: 100%;
}

#download-wrap .container .report-wrap .report-items > .item .product-item .type p {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 0px 12px 3px;
  background-color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

#download-wrap .container .report-wrap .report-items > .item .product-item .lbl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-calc(100% - 172px);
  width: -moz-calc(100% - 172px);
  width: calc(100% - 172px);
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#download-wrap .container .report-wrap .report-items > .item .product-item .lbl i.color {
  display: block;
  width: 18px;
  height: 18px;
  margin-top: 12px;
  margin-right: 10px;
  background-color: #b5b5b5;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#download-wrap .container .report-wrap .report-items > .item .product-item .lbl p {
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px);
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #040000;
  margin-bottom: 0;
}

#download-wrap .container .report-wrap .report-items > .item .product-item .lbl p.text {
  width: 100%;
  font-weight: normal;
  margin-left: 30px;
}

#download-wrap .container .report-wrap .report-items > .item .product-item .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 36px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e9555c;
}

#download-wrap .container .report-wrap .report-items > .item .product-item .btns {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#download-wrap .container .report-wrap .report-items > .item .product-item .btns button, #download-wrap .container .report-wrap .report-items > .item .product-item .btns a {
  width: 185px;
  height: 52px;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 3px;
  margin: 0 40px 0 0;
}

#download-wrap .container .report-wrap .report-items > .item .product-item .btns button i, #download-wrap .container .report-wrap .report-items > .item .product-item .btns a i {
  width: 14px;
  height: 24px;
}

#download-wrap .container .report-wrap .report-items > .item .product-item .btns button:last-child, #download-wrap .container .report-wrap .report-items > .item .product-item .btns a:last-child {
  margin-right: 0;
}

#download-wrap .container .report-wrap .report-items > .item .point-line {
  display: block;
  height: 7px;
  width: 100%;
  background: url(../img/bg-point-line.jpg) no-repeat center;
  margin: 30px auto;
}

#download-wrap .container .report-wrap .notice {
  margin-top: 20px;
}

#download-wrap .container .report-wrap .notice p {
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ce4039;
  margin-bottom: 0;
}

#download-wrap .container .report-wrap .notice p b {
  font-size: 22px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

#download-wrap .container .chart-wrap {
  display: block;
  width: 400px;
  height: 400px;
  position: relative;
  margin: 0 auto;
}

#download-wrap .container .chart-wrap .chart {
  position: absolute;
  width: 400px;
  height: 400px;
  top: 0%;
  left: 0%;
}

#download-wrap .container .chart-wrap .doughnutSummaryTitle {
  position: absolute;
  width: 100%;
  top: 5%;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #4c4c4c;
  margin: 0;
}

#download-wrap .container .chart-wrap .doughnutSummaryTitle p {
  font-size: 18px;
}

#download-wrap .container .chart-wrap .doughnutSummaryTitle h5 {
  font-size: 16px;
}

#download-wrap .container .chart-wrap .doughnutSummaryTitle p b {
  font-size: 18px;
}

#download-wrap .container .chart-wrap .doughnutSummaryTitle h5 {
  /*height: 64px;
          font-size: 64px;
          line-height: 64px;*/
  height: 26px;
  font-size: 36px;
  line-height: 26px;
}

#download-wrap .container .chart-wrap .doughnutSummaryTitle h6 {
  /*height: 42px;
          font-size: 42px;
          line-height: 42px;
          */
  font-size: 30px;
  height: 20px;
  line-height: 20px;
}

#download-wrap .container .chart-wrap .doughnutSummaryNumber {
  position: absolute;
  top: 27%;
  width: 100%;
  font-size: 64px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 110px;
  letter-spacing: -3px;
  text-align: center;
  color: #e56264;
  margin: 0;
}

#download-wrap .container .chart-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 38px 0 0 16px;
  padding: 25px 25px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border: 5px solid #927f78;
}

#download-wrap .container .chart-items.no-border {
  border: 0;
}

#download-wrap .container .chart-items .colors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}

#download-wrap .container .chart-items .colors i {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  background-color: #e5e5e4;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

#download-wrap .container .chart-items .text p {
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #040000;
  margin-bottom: 0;
}

#download-wrap .container .chart-items .price {
  font-size: 40px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #e9555c;
}

#download-wrap .container .chart-items .price span {
  font-size: 22px;
  font-weight: bold;
}

#download-wrap .container .chart-items .top-items {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: solid 2px #050001;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#download-wrap .container .chart-items .top-items .lbl {
  width: 40%;
}

#download-wrap .container .chart-items .top-items .price {
  width: 55%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#download-wrap .container .chart-items .left-items {
  width: -webkit-calc(50% - 1px);
  width: -moz-calc(50% - 1px);
  width: calc(50% - 1px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  border-right: solid 2px #050001;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 16px;
}

#download-wrap .container .chart-items .left-items .lbl {
  width: 100%;
}

#download-wrap .container .chart-items .left-items .price {
  width: 100%;
  text-align: left;
}

#download-wrap .container .chart-items .right-items {
  width: -webkit-calc(50% - 1px);
  width: -moz-calc(50% - 1px);
  width: calc(50% - 1px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 16px;
}

#download-wrap .container .chart-items .right-items .lbl {
  width: 100%;
}

#download-wrap .container .chart-items .right-items .price {
  width: 100%;
  text-align: left;
}

#download-wrap .container .quota-gap-download {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: initial;
  font-size: 32px;
  margin: 60px auto 0;
  padding: 10px 0 13px;
  background-color: #9a793d;
  position: relative;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

#download-wrap .container .quota-gap-download span {
  font-size: 24px;
  margin-left: 10px;
}

#download-wrap .container .quota-gap-download i {
  position: absolute;
  top: 20px;
  right: 31px;
}

#download-wrap .container .quota-gap-download:hover {
  color: #fff;
  background-color: #c78b16;
}

#download-wrap .container .bottom-notice {
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0d0d0d;
  padding: 40px 0 0;
}

#download-wrap .container .product-info {
  background: url(../img/download-bg2.png) no-repeat center top;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 20px;
}

#download-wrap .container .product-info h2.title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 50px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  position: relative;
}

#download-wrap .container .product-info h2.title:before {
  display: block;
  content: "";
  width: 295px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: -305px;
  top: 44px;
}

#download-wrap .container .product-info h2.title:after {
  display: block;
  content: "";
  width: 295px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  right: -305px;
  top: 44px;
}

#download-wrap .container .product-info .product-item {
  width: 1100px;
  margin: 0 auto;
}

#download-wrap .container .product-info .product-item h3 {
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

#download-wrap .container .product-info .product-item .swiper-component {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  margin: 0 auto;
}

#download-wrap .container .product-info .product-item .swiper-container {
  padding-bottom: 30px;
}

#download-wrap .container .product-info .product-item .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  border: 2px solid #eee;
}

#download-wrap .container .product-info .notice {
  width: -webkit-calc(100% - 200px);
  width: -moz-calc(100% - 200px);
  width: calc(100% - 200px);
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  #download-wrap {
    overflow: hidden;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container #user-sn {
    font-size: 12px;
    top: 12px;
    right: 16px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .kv-info .pic > img {
    max-width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .kv-info .info {
    padding-top: 0;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .kv-info .info h1 {
    font-size: 42px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .kv-info .info h3 {
    width: 209px;
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .kv-info .info h3::before, #download-wrap .container .kv-info .info h3::after {
    width: 30px;
    top: 16px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .kv-info .info p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .kv-info .info p b {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .kv-info .info p b.highlight span {
    font-size: 22px;
  }
}

@media screen and (max-width: 1200px) {
  #download-wrap .container .report-wrap {
    width: 95%;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap {
    margin-top: 36px;
    padding: 30px 16px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap > .title {
    width: 250px;
    font-size: 24px;
    top: -22px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap > .intro {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1200px) {
  #download-wrap .container .report-wrap .report-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 1200px) {
  #download-wrap .container .report-wrap .report-items > .item:nth-of-type(1) {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #download-wrap .container .report-wrap .report-items > .item:nth-of-type(2) {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item:nth-of-type(2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item > .title {
    width: 200px;
    font-size: 22px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item > p {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item > p span {
    font-size: 22px;
    line-height: 22px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .base-item {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .base-item > .lbl {
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    padding-left: 6px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .base-item > .lbl i.color {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .base-item > .lbl p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .base-item > .price {
    font-size: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .base-sub-item > .lbl {
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: calc(100% - 95px);
    padding-left: 6px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .base-sub-item > .lbl i.color {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .base-sub-item > .lbl p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .base-sub-item > .price {
    font-size: 16px;
    line-height: 16px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .product-item {
    -moz-background-size: 400px;
    -o-background-size: 400px;
    background-size: 400px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .product-item .type p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .product-item .lbl {
    width: -webkit-calc(100% - 114px);
    width: -moz-calc(100% - 114px);
    width: calc(100% - 114px);
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .product-item .lbl i.color {
    width: 14px;
    height: 14px;
    margin-right: 5px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .product-item .lbl p {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .product-item .lbl p.text {
    margin-left: 19px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .product-item .price {
    font-size: 22px;
    line-height: 22px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .product-item .btns {
    margin-top: 12px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .product-item .btns button, #download-wrap .container .report-wrap .report-items > .item .product-item .btns a {
    width: 130px;
    height: 36px;
    font-size: 17px;
    line-height: 17px;
    margin: 0 20px 0 0;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .product-item .btns button i, #download-wrap .container .report-wrap .report-items > .item .product-item .btns a i {
    width: 9px;
    height: 16px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .report-items > .item .point-line {
    margin: 16px auto;
    -moz-background-size: 400px;
    -o-background-size: 400px;
    background-size: 400px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .notice p {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .report-wrap .notice p b {
    font-size: 18px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-wrap {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-wrap .chart {
    width: 300px;
    height: 300px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-wrap .doughnutSummary {
    width: 300px !important;
    left: -webkit-calc(50% - 150px);
    left: -moz-calc(50% - 150px);
    left: calc(50% - 150px);
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-wrap .doughnutSummaryTitle p {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-wrap .doughnutSummaryTitle p b {
    font-size: 15px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-wrap .doughnutSummaryTitle h5 {
    /*height: 46px;
    font-size: 46px;
    line-height: 46px;*/
    height: 26px;
    font-size: 36px;
    line-height: 26px;
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-wrap .doughnutSummaryTitle h6 {
    /*font-size: 36px;
    height: 36px;
    line-height: 36px;
    */
    font-size: 30px;
    height: 20px;
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-wrap .doughnutSummaryNumber {
    font-size: 40px;
    top: 22%;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-items {
    margin: 30px auto 0;
    padding: 10px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-items .colors {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-items .colors i {
    width: 14px;
    height: 14px;
    margin-right: 6px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-items .text p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-items .price {
    font-size: 20px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-items .price span {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-items .top-items {
    width: 100%;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-items .left-items {
    padding-right: 8px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .chart-items .right-items {
    padding-left: 8px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .quota-gap-download {
    font-size: 20px;
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .quota-gap-download span {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .quota-gap-download i {
    width: 13px;
    height: 22px;
    top: 14px;
    right: 16px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .bottom-notice {
    font-size: 14px;
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .product-info h2.title {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px) {
  #download-wrap .container .product-info h2.title:before {
    width: 95px;
    left: -105px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .product-info h2.title:before {
    width: 30px;
    top: 24px;
    left: -35px;
  }
}

@media screen and (max-width: 1200px) {
  #download-wrap .container .product-info h2.title:after {
    width: 95px;
    right: -105px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .product-info h2.title:after {
    width: 30px;
    top: 24px;
    right: -35px;
  }
}

@media screen and (max-width: 1200px) {
  #download-wrap .container .product-info .product-item {
    width: 95%;
    padding-top: 16px;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .product-info .product-item h3 {
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 991px) {
  #download-wrap .container .product-info .notice {
    width: 95%;
    font-size: 12px;
  }
}

#loading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#loading .loadingOuter {
  position: relative;
  width: 256px;
  height: 4px;
  background: #e3e3e3;
}

#loading .loadingInner {
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  background: #939393;
  -webkit-animation: 2s infinite linear loadingAnimation;
  -moz-animation: 2s infinite linear loadingAnimation;
  -o-animation: 2s infinite linear loadingAnimation;
  animation: 2s infinite linear loadingAnimation;
}

@-webkit-keyframes loadingAnimation {
  0% {
    left: 0;
    width: 0;
  }
  25% {
    left: 0;
    width: 100px;
  }
  70% {
    left: 200px;
    width: 56px;
  }
  90% {
    left: 256px;
    width: 0;
  }
}

@-moz-keyframes loadingAnimation {
  0% {
    left: 0;
    width: 0;
  }
  25% {
    left: 0;
    width: 100px;
  }
  70% {
    left: 200px;
    width: 56px;
  }
  90% {
    left: 256px;
    width: 0;
  }
}

@-o-keyframes loadingAnimation {
  0% {
    left: 0;
    width: 0;
  }
  25% {
    left: 0;
    width: 100px;
  }
  70% {
    left: 200px;
    width: 56px;
  }
  90% {
    left: 256px;
    width: 0;
  }
}

@keyframes loadingAnimation {
  0% {
    left: 0;
    width: 0;
  }
  25% {
    left: 0;
    width: 100px;
  }
  70% {
    left: 200px;
    width: 56px;
  }
  90% {
    left: 256px;
    width: 0;
  }
}

#btn-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 88px;
  height: 85px;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 0;
  background-color: rgba(0, 0, 0, 0.24);
  position: fixed;
  bottom: 233px;
  left: -webkit-calc(50% + 309px);
  left: -moz-calc(50% + 309px);
  left: calc(50% + 309px);
  z-index: 3;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal {
  padding-bottom: 100px;
}

.modal-dialog {
  width: 700px !important;
  max-width: 700px !important;
  border: solid 5px #000;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 150px auto 0 !important;
}

.modal-header {
  border: 0;
}

.modal-content {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}

.modal-body {
  padding: 16px 48px 60px;
}

.modal-body > h3 {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000;
  margin-bottom: 50px;
}

.modal-body > h4 {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #000;
  margin-bottom: 10px;
}

.modal-body > table {
  width: 100%;
  margin: 0 auto 36px;
}

.modal-body > table th, .modal-body > table td {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  color: #000;
  background-color: #f3eee6;
  vertical-align: middle;
  text-align: left;
  border-bottom: 2px solid #fff;
  padding: 5px 20px;
  border-right: 2px solid #fff;
}

.modal-body > table th:last-of-type, .modal-body > table td:last-of-type {
  border-right: 0;
}

.modal-body > table th {
  color: #fff;
  background-color: #9c6b0b;
}

.modal-body > table.center th, .modal-body > table.center td {
  text-align: center;
}

.modal-body > table.fs-28 th, .modal-body > table.fs-28 td {
  font-size: 28px;
}

.modal-body > table.fs-25 th, .modal-body > table.fs-25 td {
  font-size: 25px;
}

.modal-body > ul.list-box {
  width: 597px;
  margin: 0 auto 20px;
  padding: 0;
  border: solid 1px #a0a0a0;
}

.modal-body > ul.list-box li {
  position: relative;
  padding: 20px 30px;
  margin-bottom: 10px;
}

.modal-body > ul.list-box li > h5 {
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #080808;
  margin-bottom: 10px;
}

.modal-body > ul.list-box li > p {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #080808;
  margin-bottom: 10px;
}

.modal-body > ul.list-box li > p span {
  font-size: 36px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ff233d;
}

.modal-body > ul.list-box li > img {
  display: block;
  margin: 0 auto 10px;
}

.modal-body > ul.list-box li:after {
  display: block;
  content: "";
  width: 90%;
  height: 10px;
  background: url(../img/icon-point.png) repeat;
  position: absolute;
  bottom: 0;
  left: 5%;
  right: 5%;
}

.modal-body > ul.list-box li:last-of-type::after {
  display: none;
}

.modal-body > p {
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #080808;
  margin-bottom: 0;
}

.modal-body > p.red {
  margin-top: 16px;
  color: red;
}

.modal-body .box-wrap {
  padding: 30px 20px 36px;
  border: solid 1px #a0a0a0;
}

.modal-body .box-wrap h5 {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000;
}

.modal-body .box-wrap table {
  width: 100%;
  margin-bottom: 20px;
}

.modal-body .box-wrap table tr td {
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.67;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  background-color: #f3eee6;
  padding: 20px;
  border-bottom: 1px solid #fff;
}

.modal-body .box-wrap table tr td:first-child {
  width: 190px;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 50px;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  background-color: #9c6b0b;
}

.btn-close {
  background: none;
  width: 78px;
  height: 78px;
  position: absolute;
  top: -30px;
  right: -30px;
  opacity: 1;
}

.btn-close:hover {
  opacity: 1;
}

.swiper-component {
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.swiper-component .swiper-container {
  position: relative;
  padding-bottom: 100px;
}

.swiper-component .swiper-container .swiper-wrapper .swiper-slide {
  text-align: center;
}

.swiper-component .swiper-container .swiper-wrapper .swiper-slide h3 {
  font-size: 45px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.swiper-component .swiper-container .swiper-button-next, .swiper-component .swiper-container .swiper-button-prev {
  width: 79px;
  height: 91px;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.swiper-component .swiper-container .swiper-button-next::after, .swiper-component .swiper-container .swiper-button-prev::after {
  content: "";
}

.swiper-component .swiper-container .swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-component .swiper-container .swiper-button-prev {
  background: url(../img/icon-doubble-arrow-prev.png) no-repeat center;
  left: 70px;
}

.swiper-component .swiper-container .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.swiper-component .swiper-container .swiper-button-next {
  background: url(../img/icon-doubble-arrow-next.png) no-repeat center;
  right: 70px;
}

.swiper-component .swiper-container .swiper-pagination-bullet {
  width: 19px;
  height: 19px;
  background-color: #fff;
}

.swiper-component .swiper-container .swiper-horizontal > .swiper-pagination-bullets, .swiper-component .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 32px;
}

.swiper-component .swiper-container .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-component .swiper-container .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 14px;
}

.mlr-6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.rt-4 {
  position: relative;
  top: 4px !important;
}
