@media (max-width: 767px) {
  .brandArea {
    padding-bottom: 30px;
  }
}
.brandArea .titleBox {
  padding-bottom: 95px;
}
@media (max-width: 1180px) {
  .brandArea .titleBox {
    padding-bottom: 45px;
  }
}
@media (max-width: 480px) {
  .brandArea .titleBox {
    margin-bottom: 20px;
  }
}
.brandArea .titleBox .topTitleBox {
  padding: 30px 0 20px;
}
.brandArea .titleBox .deck {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.brandArea .titleBox .deckLine {
  top: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 1180px) {
  .brandArea .titleBox .deckLine {
    width: 50px;
  }
}
.brandArea .brandBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.brandArea .leftBox {
  width: 50%;
}
@media (max-width: 767px) {
  .brandArea .leftBox {
    width: 100%;
  }
}
.brandArea .leftBox .ImgOutBox {
  position: relative;
  padding-left: 75px;
}
@media (max-width: 767px) {
  .brandArea .leftBox .ImgOutBox {
    padding: 0 30px;
  }
}
@media (max-width: 480px) {
  .brandArea .leftBox .ImgOutBox {
    padding: 0 0 0 10px;
  }
}
.brandArea .leftBox .imgSlideBox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .brandArea .leftBox .imgSlideBox {
    display: none;
  }
}
.brandArea .leftBox .imgSlideBox .point {
  padding-top: 17px;
  position: relative;
  height: 110px;
  font-size: 17px;
  font-weight: 500;
  font-family: "Work Sans", "Microsoft JhengHei", sans-serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  color: #ee7836;
}
.brandArea .leftBox .imgSlideBox .point::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ee7836;
}
.brandArea .leftBox .imgSlideBox .dot {
  position: relative;
  width: 26px;
  height: 26px;
}
.brandArea .leftBox .imgSlideBox .dot:not(:first-child) {
  margin-top: 5px;
}
.brandArea .leftBox .imgSlideBox .dot::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(238, 120, 54, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.brandArea .leftBox .imgSlideBox .dot.active::before {
  background-color: #ee7836;
}
.brandArea .leftBox .imgSlideBox .progressCircle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke-dashoffset: 75.36;
  stroke-dasharray: 75.36;
  stroke: #ee7836;
  stroke-width: 1px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.brandArea .leftBox .ImgBox {
  position: relative;
}
.brandArea .leftBox .insBox {
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
@media (min-width: 768px) {
  .brandArea .leftBox .insBox {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .brandArea .leftBox .insBox:first-child {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .brandArea .leftBox .insBox:not(:first-child) {
    position: absolute;
    inset: 0;
  }
}
@media (max-width: 767px) {
  .brandArea .leftBox .insBox:not(:first-child) {
    margin-top: 40px;
  }
}
.brandArea .leftBox .insBox.show {
  opacity: 1;
}
.brandArea .leftBox .Img {
  position: relative;
}
.brandArea .leftBox .Img::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #ee7836;
  border-radius: 0 190px 190px 0;
  -webkit-transform: translate(16px, 13px);
          transform: translate(16px, 13px);
}
@media (max-width: 640px) {
  .brandArea .leftBox .Img::before {
    -webkit-transform: translate(10px, 8px);
            transform: translate(10px, 8px);
  }
}
.brandArea .leftBox .Img img {
  position: relative;
  border-radius: 0 190px 190px 0;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  .brandArea .leftBox .Txt {
    display: none;
  }
}
.brandArea .rightBox {
  width: 50%;
}
@media (max-width: 767px) {
  .brandArea .rightBox {
    display: none;
  }
}
.brandArea .rightBox .insBox {
  padding-left: 70px;
  padding-right: 35px;
  height: 80vh;
}
@media (max-width: 1180px) {
  .brandArea .rightBox .insBox {
    padding-right: 0;
    padding-left: 8%;
  }
}
.brandArea .rightBox .Txt {
  padding: 20px 20px;
}
.brandArea .rightBox .num {
  position: relative;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.brandArea .rightBox .num::before, .brandArea .rightBox .num::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  background-color: #ee7836;
}
.brandArea .rightBox .num::before {
  right: 0;
  width: 37px;
}
.brandArea .rightBox .num::after {
  left: 0;
  width: calc(100% - 134px);
}
@media (max-width: 1180px) {
  .brandArea .rightBox .num::after {
    width: calc(100% - 114px);
  }
}
.brandArea .rightBox .num span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 70px;
  font-size: 30px;
  font-family: "Work Sans", "Microsoft JhengHei", sans-serif;
  color: #fff;
  background-color: #ee7836;
  border-radius: 50%;
}
@media (max-width: 1180px) {
  .brandArea .rightBox .num span {
    width: 50px;
    height: 50px;
    font-size: 22px;
  }
}
.brandArea .rightBox .textBox {
  position: relative;
  padding-top: 30px;
  padding-bottom: 55px;
  border-bottom: 1px solid #ee7836;
}
@media (max-width: 1180px) {
  .brandArea .rightBox .textBox {
    padding-top: 5px;
    padding-bottom: 30px;
  }
}
.brandArea .rightBox .textBox::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ee7836;
}
.brandArea .rightBox .title {
  margin-bottom: 10px;
}
@media (max-width: 1180px) {
  .brandArea .rightBox .title {
    margin-bottom: 5px;
    font-size: 22px;
  }
}
@media (max-width: 1180px) {
  .brandArea .rightBox .textEditor {
    font-size: 17px;
  }
}
.brandArea .rightBox .deckPic {
  display: block;
  margin-top: 50px;
}
@media (max-width: 1180px) {
  .brandArea .rightBox .deckPic {
    margin-top: 30px;
  }
}
.brandArea .rightBox .deckPic img {
  width: 100%;
}
.brandArea .Txt {
  padding: 30px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brandArea .num span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 20px;
  font-family: "Work Sans", "Microsoft JhengHei", sans-serif;
  color: #fff;
  background-color: #ee7836;
  border-radius: 50%;
}
@media (max-width: 480px) {
  .brandArea .num span {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .brandArea .textBox {
    padding-top: 10px;
  }
}
.brandArea .textEditor {
  font-size: 23px;
  font-weight: 500;
  color: #595757;
}
@media (max-width: 640px) {
  .brandArea .textEditor {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .brandArea .textEditor {
    font-size: 15px;
  }
}
.brandArea .title {
  font-size: 30px;
  font-weight: 700;
  color: #ee7836;
}
@media (max-width: 640px) {
  .brandArea .title {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .brandArea .title {
    font-size: 18px;
  }
}
.brandArea .title a {
  color: #ee7836;
}
.brandArea .deckPic {
  display: none;
}
.brandArea img {
  display: block;
}

.advantageArea {
  padding: 130px 0 190px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .advantageArea {
    padding: 50px 0 100px;
  }
}
.advantageArea .deckBgBox {
  position: absolute;
  top: 0;
  left: -50px;
  width: calc(100% + 100px);
  height: 100%;
  background-color: #eeeeee;
  overflow: hidden;
  border-radius: 300px;
}
@media (max-width: 1180px) {
  .advantageArea .deckBgBox {
    border-radius: 100px;
    width: calc(100% + 60px);
  }
}
.advantageArea .deckTextBox {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.advantageArea .deckTextBox .text {
  padding: 0 23px;
  font-size: 120px;
  font-weight: 500;
  font-family: "Work Sans", "Microsoft JhengHei", sans-serif;
  color: rgba(191, 191, 191, 0.12);
  white-space: nowrap;
  line-height: 1;
  -webkit-animation: textMarquee 20s linear infinite;
          animation: textMarquee 20s linear infinite;
}
@media (max-width: 1180px) {
  .advantageArea .deckTextBox .text {
    font-size: 100px;
  }
}
.advantageArea .wrap {
  position: relative;
  z-index: 2;
}
.advantageArea .titleBox {
  margin-bottom: 50px;
}
@media (max-width: 1180px) {
  .advantageArea .titleBox {
    margin-bottom: 20px;
  }
}
.advantageArea .titleBox.show .topTitleBox {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.advantageArea .titleBox .topTitleBox {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.advantageArea .advantageBox {
  margin: 0 -50px;
}
@media (max-width: 1180px) {
  .advantageArea .advantageBox {
    margin: 0 -20px;
  }
}
.advantageArea .advantageList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.advantageArea .advantageList .advantageItem {
  padding: 0 50px;
  width: 50%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}
@media (max-width: 1180px) {
  .advantageArea .advantageList .advantageItem {
    padding: 0 20px;
  }
}
@media (max-width: 960px) {
  .advantageArea .advantageList .advantageItem {
    width: 100%;
  }
}
.advantageArea .advantageList .advantageItem.show {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}
.advantageArea .advantageList .item {
  position: relative;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d9d5d2;
}
@media (max-width: 960px) {
  .advantageArea .advantageList .item {
    padding: 20px 0;
  }
}
@media (max-width: 360px) {
  .advantageArea .advantageList .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1181px) {
  .advantageArea .advantageList .item:hover::before {
    right: auto;
    left: 0;
    width: 100%;
  }
  .advantageArea .advantageList .item:hover::after {
    background-color: #ee7836;
  }
  .advantageArea .advantageList .item:hover .Img::before {
    -webkit-transform: translate(4px, 4px);
            transform: translate(4px, 4px);
  }
  .advantageArea .advantageList .item:hover .Img img {
    -webkit-transform: translate(-4px, -4px);
            transform: translate(-4px, -4px);
  }
  .advantageArea .advantageList .item:hover .title {
    color: #ee7836;
  }
  .advantageArea .advantageList .item:hover .title a {
    color: #ee7836;
  }
}
.advantageArea .advantageList .item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #ee7836;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.advantageArea .advantageList .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -3px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #80746a;
  -webkit-transition: all 0.4s 0.3s ease;
  transition: all 0.4s 0.3s ease;
}
.advantageArea .advantageList .ImgBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1180px) {
  .advantageArea .advantageList .ImgBox {
    width: 120px;
  }
}
.advantageArea .advantageList .Img {
  position: relative;
}
.advantageArea .advantageList .Img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ee7836;
  border-radius: 50% 0 50% 50%;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.advantageArea .advantageList .Img img {
  position: relative;
  display: block;
  width: 100%;
  background-color: #d9d5d2;
  border-radius: 50% 0 50% 50%;
  z-index: 2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.advantageArea .advantageList .Txt {
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 640px) {
  .advantageArea .advantageList .Txt {
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .advantageArea .advantageList .Txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 360px) {
  .advantageArea .advantageList .Txt {
    padding-top: 10px;
    padding-left: 0;
  }
}
.advantageArea .advantageList .deckTitle {
  position: relative;
  padding-top: 15px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Work Sans", "Microsoft JhengHei", sans-serif;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  line-height: 1;
}
@media (max-width: 480px) {
  .advantageArea .advantageList .deckTitle {
    padding-top: 0;
    padding-left: 10px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.advantageArea .advantageList .deckTitle::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #80746a;
}
@media (max-width: 480px) {
  .advantageArea .advantageList .deckTitle::before {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.advantageArea .advantageList .textBox {
  padding-left: 40px;
}
@media (max-width: 640px) {
  .advantageArea .advantageList .textBox {
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .advantageArea .advantageList .textBox {
    padding-top: 5px;
    padding-left: 0;
  }
}
.advantageArea .advantageList .title {
  font-size: 21px;
  font-weight: 500;
  color: #595757;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 640px) {
  .advantageArea .advantageList .title {
    font-size: 18px;
  }
}
.advantageArea .advantageList .title a {
  color: #595757;
}
.advantageArea .advantageList .textEditor {
  padding-top: 15px;
  font-size: 17px;
  color: #80746a;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .advantageArea .advantageList .textEditor {
    padding-top: 5px;
    font-size: 15px;
  }
}

@-webkit-keyframes textMarquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes textMarquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.historyArea {
  padding: 150px 0 50px;
}
@media (max-width: 1180px) {
  .historyArea {
    padding: 60px 0 30px;
  }
}
@media (max-width: 767px) {
  .historyArea {
    padding: 30px 0 15px;
  }
}
.historyArea .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.historyArea .historyPic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 43%;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
}
@media (max-width: 1180px) {
  .historyArea .historyPic {
    display: none;
  }
}
.historyArea .historyPic.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.historyArea .historyPic .Img {
  border-radius: 0 220px 220px 0;
  overflow: hidden;
}
.historyArea .historyPic .Img img {
  display: block;
  width: 100%;
}
.historyArea .historyBox {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 60px;
  width: 75%;
}
@media (max-width: 1280px) {
  .historyArea .historyBox {
    padding-left: 30px;
  }
}
@media (max-width: 1180px) {
  .historyArea .historyBox {
    padding-left: 0;
    width: 100%;
  }
}
.historyArea .historyBox.show .topBox {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.historyArea .historyBox.show .bottomBox {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
.historyArea .topBox {
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}
@media (max-width: 767px) {
  .historyArea .topBox {
    margin-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (max-width: 480px) {
  .historyArea .topBox {
    margin-bottom: 20px;
  }
}
.historyArea .topBox .titleBox {
  margin-bottom: 0;
}
.historyArea .topBox .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .historyArea .topBox .right {
    width: 100%;
  }
}
@media (max-width: 360px) {
  .historyArea .topBox .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.historyArea .topBox .textEditorBox {
  width: 100%;
  max-width: 420px;
  padding: 10px 35px;
}
@media (max-width: 767px) {
  .historyArea .topBox .textEditorBox {
    padding-left: 0;
    padding-bottom: 0;
    padding-right: 20px;
  }
}
.historyArea .topBox .textEditor {
  font-weight: 600;
  color: #80746a;
}
.historyArea .bottomBox {
  position: relative;
  -webkit-transition: all 0.8s 0.6s ease;
  transition: all 0.8s 0.6s ease;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  opacity: 0;
}
.historyArea .bottomBox::before {
  content: "";
  position: absolute;
  top: 49px;
  left: -60px;
  width: 33.33%;
  height: 1px;
  background-color: #ee7836;
}
@media (max-width: 1280px) {
  .historyArea .bottomBox::before {
    left: -30px;
  }
}
@media (max-width: 640px) {
  .historyArea .bottomBox::before {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .historyArea .bottomBox::before {
    top: 38px;
    left: 0;
    width: 100%;
  }
}
.historyArea .bottomBox::after {
  content: "";
  position: absolute;
  top: 47px;
  left: calc(33.33% - 60px);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ee7836;
}
@media (max-width: 1280px) {
  .historyArea .bottomBox::after {
    left: calc(33.33% - 30px);
  }
}
@media (max-width: 640px) {
  .historyArea .bottomBox::after {
    left: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .historyArea .bottomBox::after {
    top: 36px;
    left: 100%;
  }
}
.historyArea .arrowBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 360px) {
  .historyArea .arrowBox {
    margin-top: 5px;
  }
}
.historyArea .arrowBox .prev, .historyArea .arrowBox .next {
  margin: 0 2px;
}

.historyList .slick-current .title {
  font-size: 22px;
  font-weight: 700;
  color: #ee7836;
}
.historyList .slick-current .title a {
  color: #ee7836;
}
.historyList .item {
  padding-right: 24%;
}
@media (max-width: 1280px) {
  .historyList .item {
    padding-right: 12%;
  }
}
.historyList .title {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #80746a;
  height: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 480px) {
  .historyList .title {
    height: 38px;
  }
}
.historyList .title .line {
  position: absolute;
  width: calc(100% + 80px);
}
.historyList .title::before {
  content: "";
  position: absolute;
  left: -40px;
  bottom: 0;
  width: calc(100% + 80px);
  height: 1px;
  background-color: rgba(128, 116, 106, 0.3);
}
@media (max-width: 480px) {
  .historyList .title::before {
    display: none;
  }
}
.historyList .title a {
  color: #80746a;
}
@media (min-width: 1181px) {
  .historyList .title a:hover {
    color: #ee7836;
  }
}
.historyList .textEditor {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #80746a;
  line-height: 2;
}
@media (max-width: 480px) {
  .historyList .textEditor {
    margin-top: 10px;
  }
}

.customizeArea {
  padding-top: 60px;
  overflow: hidden;
}
@media (max-width: 1180px) {
  .customizeArea {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .customizeArea {
    padding-top: 15px;
  }
}
.customizeArea.show .wrap {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.customizeArea.show .fixBox {
  opacity: 1;
}
.customizeArea .wrap {
  position: relative;
  max-width: none;
  padding: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  opacity: 0;
}
.customizeArea .fixBox {
  padding: 65px 95px 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  border-radius: 150px;
  z-index: 2;
  -webkit-transition: all 0.8s 0.6s ease;
  transition: all 0.8s 0.6s ease;
  opacity: 0;
}
@media (max-width: 1180px) {
  .customizeArea .fixBox {
    padding: 50px 70px 30px;
  }
}
@media (max-width: 640px) {
  .customizeArea .fixBox {
    padding: 25px 45px 20px;
  }
}
.customizeArea .fixBox .title {
  display: block;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  color: #ee7836;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .customizeArea .fixBox .title {
    margin-bottom: 0px;
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .customizeArea .fixBox .title {
    font-size: 22px;
  }
}
.customizeArea .fixBox .subtitle {
  display: block;
  font-size: 40px;
  font-weight: 400;
  color: #80746a;
  white-space: nowrap;
}
@media (max-width: 1180px) {
  .customizeArea .fixBox .subtitle {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .customizeArea .fixBox .subtitle {
    font-size: 24px;
  }
}
.customizeArea .fixBox .btnBox {
  margin-top: 10px;
}
.customizeArea .customizeBox {
  margin-right: -150px;
}
.customizeArea .item {
  padding: 20px;
}
.customizeArea .Img img {
  display: block;
  width: 100%;
}