@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Prata|Libre+Baskerville:400,700|Old+Standard+TT|Open+Sans+Condensed:300,700|Oswald:300,400,700");
html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  background: #2741A2;
  border: 0;
  font-size: 14px;
  color: #FFF;
  font-family: "Microsoft YaHei", "微软雅黑", "SimSun", "Microsoft JhengHei", "微軟正黑體", "Open Sans", arial, helvetica, sans-serif;
}

a {
  color: #FFF;
  display: inline-block;
  text-decoration: none;
  -moz-transition: 0.4s, 0s;
  -o-transition: 0.4s, 0s;
  -webkit-transition: 0.4s, 0s;
  transition: 0.4s, 0s;
}

a:hover, a:focus {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

.container {
  width: 1180px;
  margin: auto;
  text-align: center;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  .container {
    width: 90%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  .container {
    width: 90%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .container {
    width: 90%;
  }
}

.color-yellow-1 {
  color: #F8E71C;
}

.color-blue-3 {
  color: #4F83F3;
}

.main-top {
  position: relative;
}

.main-top header {
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.m-menu {
  display: none;
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  .m-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 5%;
    width: 54px;
    padding: 30px 15px 15px;
    background: #F54A2E;
    box-sizing: border-box;
    cursor: pointer;
  }
  .m-menu img {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .m-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 5%;
    width: 54px;
    padding: 30px 15px 15px;
    background: #F54A2E;
    box-sizing: border-box;
    cursor: pointer;
  }
  .m-menu img {
    width: 100%;
  }
}

.copysection {
  position: relative;
}

.copy-area {
  position: absolute;
  width: 34%;
  right: 0;
  bottom: -400px;
  box-sizing: border-box;
  background: #2741A2;
  box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.5);
  border-radius: 54px;
  -webkit-border-radius: 54px;
  -moz-border-radius: 54px;
  padding: 2px 1px 2px 20px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 999;
  overflow: hidden;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  .copy-area {
    width: 42%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  .copy-area {
    width: 56%;
    bottom: -332px;
  }
}

@media only screen and (min-width: 668px) and (max-width: 736px) {
  .copy-area {
    width: 62%;
    bottom: -332px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  .copy-area {
    width: 68%;
    bottom: -332px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .copy-area {
    width: 80%;
    bottom: -265px;
    padding: 2px 1px 2px 20px;
  }
}

.copy-area .copy-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.copy-area .copy-box .c-l-text {
  font-size: 14px;
  color: #FFF;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #2F52D4;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .copy-area .copy-box .c-l-text {
    display: none;
  }
}

.copy-area .copy-box .easydomains {
  position: relative;
  width: 200px;
  height: 48px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .copy-area .copy-box .easydomains {
    width: 170px;
  }
}

.copy-area .copy-box .easydomains .easydomain {
  position: absolute;
  width: 200px;
  height: 18px;
  font-weight: bold;
  line-height: 24px;
  bottom: 0;
  opacity: 0;
  font-size: 18px;
  color: #FFF;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .copy-area .copy-box .easydomains .easydomain {
    font-size: 14px;
    width: 170px;
  }
}

.copy-area .copy-box .easydomains .easydomain span {
  color: #F8E71C;
}

.copy-area .copybtn {
  height: 44px;
  background-image: url(../assets/images/icon-copy-b.svg);
  background-repeat: no-repeat;
  background-position: 25% 50%;
  padding: 0 20px 0 40px;
  line-height: 44px;
  border: 0;
  color: #2741A2;
  font-size: 14px;
  background-color: #F8E71C;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  cursor: pointer;
}

.copy-area .copybtn:hover, .copy-area .copybtn:focus {
  opacity: .5;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .copy-area .copybtn {
    background-image: none;
    padding: 0 20px;
  }
}

.wipe-in {
  opacity: 1 !important;
  transition: transform 3s, opacity 3s;
  transform: translateY(-100%);
}

.wipe-out {
  opacity: 0 !important;
  transition: transform 2700ms, opacity 2700ms;
  transform: translateY(-200%);
}

.slick-slider {
  height: 550px;
  overflow: hidden;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  .slick-slider {
    height: 550px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  .slick-slider {
    height: 480px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .slick-slider {
    height: 380px;
  }
}

.slick-list, .slick-track, .top-slider {
  height: 100%;
}

.slick-slide > div {
  height: 100%;
}

.slick-slide img {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .slick-slide img {
    width: auto;
    height: 100%;
    transform: translateX(-30%);
  }
}

.slick-prev {
  position: absolute;
  bottom: 90px;
  left: 20px;
  width: 48px;
  height: 48px;
  border: 1px solid #FFF;
  background-image: url("../assets/images/icon-arrow-top-w.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #2741A2;
  z-index: 999;
  color: transparent;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  cursor: pointer;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  .slick-prev {
    left: 5%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  .slick-prev {
    left: 5%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .slick-prev {
    left: 5%;
  }
}

.slick-next {
  position: absolute;
  bottom: 30px;
  left: 20px;
  width: 48px;
  height: 48px;
  border: 1px solid #FFF;
  background-image: url("../assets/images/icon-arrow-top-w.svg");
  transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #2741A2;
  z-index: 999;
  color: transparent;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  cursor: pointer;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  .slick-next {
    left: 5%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  .slick-next {
    left: 5%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .slick-next {
    left: 5%;
  }
}

.t-slider-text {
  height: 100%;
  z-index: 999;
  position: absolute;
  left: 50%;
  margin-left: -590px;
  padding: 150px 0 30px 0;
  text-align: left;
  box-sizing: border-box;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  .t-slider-text {
    width: 90%;
    margin-left: -45%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  .t-slider-text {
    width: 90%;
    margin-left: -45%;
    padding: 100px 0 30px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .t-slider-text {
    width: 90%;
    margin-left: -45%;
    padding: 100px 0 30px 0;
  }
}

.t-slider-text .p-relative {
  position: relative;
  width: 100%;
  height: 100%;
}

.t-slider-text .p-relative h1 {
  font-size: 100px;
  color: #FFF;
  font-weight: bold;
  width: 80%;
  display: inline-block;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  .t-slider-text .p-relative h1 {
    font-size: 100px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  .t-slider-text .p-relative h1 {
    font-size: 72px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .t-slider-text .p-relative h1 {
    font-size: 48px;
  }
}

.t-slider-text .p-relative .t-sub-title {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 45%;
  text-align: right;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  .t-slider-text .p-relative .t-sub-title {
    width: 45%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  .t-slider-text .p-relative .t-sub-title {
    width: 65%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  .t-slider-text .p-relative .t-sub-title {
    width: 67%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .t-slider-text .p-relative .t-sub-title {
    width: 75%;
  }
}

.t-slider-text .p-relative .t-sub-title h3 {
  font-size: 36px;
  color: #FFF;
  margin-bottom: 10px;
  font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .t-slider-text .p-relative .t-sub-title h3 {
    font-size: 20px;
  }
}

.t-slider-text .p-relative .t-sub-title h4 {
  font-size: 16px;
  color: #FFF;
  line-height: 26px;
  letter-spacing: .5px;
  font-weight: lighter;
  padding-left: 320px;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  .t-slider-text .p-relative .t-sub-title h4 {
    padding-left: 200px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  .t-slider-text .p-relative .t-sub-title h4 {
    padding-left: 180px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .t-slider-text .p-relative .t-sub-title h4 {
    font-size: 13px;
    padding-left: 50px;
    line-height: 20px;
  }
}

.top-header {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

.top-header .logo {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: auto;
  margin: 0;
}

.top-header .logo img.icon-logo {
  width: 49px;
}

.top-header .logo img.logo-text {
  width: 120px;
  padding: 0 0 0 20px;
}

.top-header .main-menu {
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  .top-header .main-menu {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .top-header .main-menu {
    display: none;
  }
}

.top-header .main-menu .l-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-header .main-menu .l-menu ul li {
  display: flex;
  align-items: center;
  height: 48px;
  margin-left: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.top-header .main-menu .l-menu ul li .l-m-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.top-header .main-menu .l-menu ul li .l-m-btn img.home-icon {
  width: 14px;
  height: 16px;
}

.top-header .main-menu .l-menu ul li .l-m-btn img.fav-icon {
  width: 17px;
  height: 16px;
}

.top-header .main-menu .l-menu ul li .l-m-btn img.aff-icon {
  width: 18px;
  height: 16px;
}

.top-header .main-menu .l-menu ul li .l-m-btn img.support-icon {
  width: 16px;
  height: 16px;
}

.top-header .main-menu .l-menu ul li p {
  padding-left: 8px;
}

.top-header .main-menu .l-menu ul li:hover {
  box-shadow: inset 0 -3px 0 0 #4F83F3;
  -webkit-box-shadow: inset 0 -3px 0 0 #4F83F3;
  -moz-box-shadow: inset 0 -3px 0 0 #4F83F3;
  -o-box-shadow: inset 0 -3px 0 0 #4F83F3;
}

.top-header .main-menu .r-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.top-header .main-menu .r-menu ul li {
  display: flex;
  align-items: center;
  height: 48px;
  margin-left: 10px;
  padding: 0 25px;
  border: 1px solid #FFF;
  cursor: pointer;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.top-header .main-menu .r-menu ul li:first-child {
  margin-left: 25px;
}

.top-header .main-menu .r-menu ul li:last-child {
  border: 1px solid #4F83F3;
  background: #4F83F3;
  padding: 0 30px;
}

.top-header .main-menu .r-menu ul li .r-m-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.top-header .main-menu .r-menu ul li .r-m-btn img.chat-icon {
  width: 24px;
  height: 19px;
}

.top-header .main-menu .r-menu ul li .r-m-btn img.app-icon {
  width: 14px;
  height: 19px;
}

.top-header .main-menu .r-menu ul li p {
  padding-left: 8px;
}

.top-header .main-menu .r-menu ul li:hover {
  background: #2F52D4;
  border: 1px solid #2F52D4;
}

article {
  overflow: hidden;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .time-area .container {
    width: 100%;
  }
}

article .time-area ul.time-list {
  display: flex;
  align-content: stretch;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .time-area ul.time-list {
    flex-wrap: wrap;
  }
}

article .time-area ul.time-list li {
  width: 100%;
  text-align: left;
  height: 300px;
  border-right: 1px solid #4F83F3;
  padding: 20px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  box-sizing: border-box;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .time-area ul.time-list li {
    padding: 20px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .time-area ul.time-list li {
    padding: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .time-area ul.time-list li {
    padding: 20px 30px;
    width: 50%;
    height: 160px;
    border-top: 1px solid #4F83F3;
  }
  article .time-area ul.time-list li:nth-child(2n) {
    border-right: 0;
  }
}

article .time-area ul.time-list li.disabled {
  cursor: initial;
}

article .time-area ul.time-list li:last-child {
  border-right: 0;
}

article .time-area ul.time-list li .time-header {
  display: flex;
  align-items: center;
  padding-bottom: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .time-area ul.time-list li .time-header {
    padding-bottom: 10px;
  }
}

article .time-area ul.time-list li .time-header .time-icon {
  width: 22px;
  height: 25px;
  background: url("../assets/images/icon-time-b.svg") left center no-repeat;
}

article .time-area ul.time-list li .time-header p {
  font-size: 14px;
  color: #FFF;
  padding-left: 10px;
}

article .time-area ul.time-list li h2 {
  color: #FFF;
  font-size: 48px;
  font-weight: bold;
  padding-bottom: 20px;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .time-area ul.time-list li h2 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .time-area ul.time-list li h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .time-area ul.time-list li h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

article .time-area ul.time-list li .time-btn {
  width: 48px;
  height: 48px;
  text-align: left;
  padding: 0 20px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("../assets/images/icon-arrow-w.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 48px;
  -webkit-border-radius: 48px;
  -moz-border-radius: 48px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border: 2px solid #FFF;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .time-area ul.time-list li .time-btn {
    width: 42px;
    height: 42px;
    padding: 0;
  }
}

article .time-area ul.time-list li .time-btn:disabled, article .time-area ul.time-list li .time-btn[disabled] {
  cursor: initial;
  opacity: 0.5;
}

article .time-area ul.time-list li .time-notice {
  opacity: 0;
  padding-top: 10px;
  color: #FFF;
  font-size: 13px;
  line-height: 20px;
  padding-right: 60px;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .time-area ul.time-list li .time-notice {
    padding-right: 0;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .time-area ul.time-list li .time-notice {
    padding-right: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .time-area ul.time-list li .time-notice {
    display: none;
  }
}

article .time-area ul.time-list li:hover, article .time-area ul.time-list li:focus {
  background-image: url("../assets/images/time-box-bg.jpg");
  background-position: center bottom;
  background-size: cover;
  background-color: #F54A2E;
}

article .time-area ul.time-list li:hover .time-icon, article .time-area ul.time-list li:focus .time-icon {
  background: url("../assets/images/icon-time-y.svg") center center no-repeat;
}

article .time-area ul.time-list li:hover .time-btn, article .time-area ul.time-list li:focus .time-btn {
  width: 100%;
  background: #FFF;
  background-image: url("../assets/images/icon-arrow-o.svg");
  background-position: 89% 50%;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .time-area ul.time-list li:hover .time-btn, article .time-area ul.time-list li:focus .time-btn {
    width: 42px;
    background-position: 50% 50%;
  }
}

article .time-area ul.time-list li:hover .time-btn:before, article .time-area ul.time-list li:focus .time-btn:before {
  content: '立即前往';
  color: #F54A2E;
  font-size: 14px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .time-area ul.time-list li:hover .time-btn:before, article .time-area ul.time-list li:focus .time-btn:before {
    display: none;
  }
}

article .time-area ul.time-list li:hover .time-btn:disabled, article .time-area ul.time-list li:hover .time-btn[disabled], article .time-area ul.time-list li:focus .time-btn:disabled, article .time-area ul.time-list li:focus .time-btn[disabled] {
  cursor: none;
  opacity: 0.5;
  background-image: url("../assets/images/icon-arrow-w.svg");
  background-position: 50% 50%;
  width: 48px;
  background-color: rgba(255, 255, 255, 0);
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .time-area ul.time-list li:hover .time-btn:disabled, article .time-area ul.time-list li:hover .time-btn[disabled], article .time-area ul.time-list li:focus .time-btn:disabled, article .time-area ul.time-list li:focus .time-btn[disabled] {
    width: 42px;
  }
}

article .time-area ul.time-list li:hover .time-btn:disabled:before, article .time-area ul.time-list li:hover .time-btn[disabled]:before, article .time-area ul.time-list li:focus .time-btn:disabled:before, article .time-area ul.time-list li:focus .time-btn[disabled]:before {
  display: none;
}

article .time-area ul.time-list li:hover .time-notice, article .time-area ul.time-list li:focus .time-notice {
  opacity: 1;
}

article .app-area {
  padding-top: 30px;
  position: relative;
  margin: auto;
  text-align: center;
  height: 531px;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .app-area {
    height: auto;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .app-area {
    height: auto;
    padding-top: 60px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area {
    height: auto;
    padding-top: 0;
  }
}

article .app-area .app-img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
  display: inline-block;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .app-area .app-img {
    left: initial;
    right: 0;
    transform: initial;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .app-area .app-img {
    left: initial;
    right: -60px;
    transform: initial;
  }
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  article .app-area .app-img {
    left: initial;
    right: -129px;
    transform: initial;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-img {
    display: none;
  }
}

article .app-area .app-img img {
  vertical-align: bottom;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .app-area .app-img img {
    width: 610px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .app-area .app-img img {
    width: auto;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-img img {
    width: auto;
  }
}

article .app-area .app-box {
  padding-top: 170px;
  display: flex;
  z-index: 1;
  align-content: stretch;
  box-sizing: border-box;
  height: 100%;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .app-area .app-box {
    padding-top: 0;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .app-area .app-box {
    padding-top: 0;
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box {
    padding-top: 0;
    flex-wrap: wrap;
  }
}

article .app-area .app-box .a-b-left {
  box-sizing: border-box;
  background: url("../assets/images/app-left-bg.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 250px 50px 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .app-area .app-box .a-b-left {
    padding: 50px 400px 50px 8.5%;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .app-area .app-box .a-b-left {
    padding: 50px 180px 50px 8.5%;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-left {
    padding: 30px;
    justify-content: flex-start;
  }
}

article .app-area .app-box .a-b-left .a-l-text {
  text-align: right;
  width: 100%;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .app-area .app-box .a-b-left .a-l-text {
    text-align: left;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .app-area .app-box .a-b-left .a-l-text {
    text-align: left;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-left .a-l-text {
    text-align: left;
  }
}

article .app-area .app-box .a-b-left .a-l-text span {
  font-size: 18px;
  color: #3D3D3D;
  display: inline-block;
  padding-bottom: 7px;
}

article .app-area .app-box .a-b-left .a-l-text h3 {
  font-size: 36px;
  color: #3D3D3D;
  padding-bottom: 20px;
  font-weight: bold;
}

article .app-area .app-box .a-b-left .a-l-text p {
  font-size: 14px;
  color: #3D3D3D;
  line-height: 22px;
  padding-left: 110px;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .app-area .app-box .a-b-left .a-l-text p {
    text-align: left;
    padding-left: 0;
    width: 59%;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .app-area .app-box .a-b-left .a-l-text p {
    text-align: left;
    padding-left: 0;
    width: 59%;
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-left .a-l-text p {
    text-align: left;
    padding-left: 0;
    width: 100%;
    padding-bottom: 30px;
  }
}

article .app-area .app-box .a-b-left .a-l-link {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: 3;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .app-area .app-box .a-b-left .a-l-link {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .app-area .app-box .a-b-left .a-l-link {
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-left .a-l-link {
    justify-content: flex-start;
  }
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn {
  height: 52px;
  margin-left: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn {
    margin-left: initial;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn {
    margin-left: initial;
    margin-right: 25px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn {
    margin-left: initial;
    margin-right: 25px;
  }
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn.chat-btn {
  background-image: url("../assets/images/icon-q-chat-g.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 33px;
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn.qq-btn {
  background-image: url("../assets/images/icon-q-qq-g.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 28px;
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn.wechat-btn {
  background-image: url("../assets/images/icon-q-wechat-g.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 35px;
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn.mail-btn {
  background-image: url("../assets/images/icon-q-mail-g.svg");
  background-position: center center;
  background-repeat: no-repeat;
  width: 31px;
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover {
  width: auto;
  padding-left: 75px;
  padding-right: 30px;
  background: #3D3D3D;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.chat-btn {
  background-image: url("../assets/images/icon-q-chat-w.svg");
  background-position: 25% 50%;
  background-repeat: no-repeat;
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.chat-btn:before {
  content: '线上客服';
  display: block;
  color: #FFF;
  font-size: 14px;
  height: 52px;
  line-height: 52px;
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.chat-btn {
    background-position: 50% 50%;
  }
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.chat-btn:before {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.chat-btn {
    background-position: 50% 50%;
  }
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.chat-btn:before {
    display: none;
  }
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.qq-btn {
  background-image: url("../assets/images/icon-q-qq-w.svg");
  background-position: 20% 50%;
  background-repeat: no-repeat;
  padding-left: 65px !important;
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.qq-btn:before {
  content: '1422157220';
  display: block;
  color: #FFF;
  font-size: 14px;
  height: 52px;
  line-height: 52px;
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.qq-btn {
    background-position: 50% 50%;
    padding-left: 0 !important;
  }
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.qq-btn:before {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.qq-btn {
    background-position: 50% 50%;
    padding-left: 0 !important;
  }
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.qq-btn:before {
    display: none;
  }
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.wechat-btn {
  background-image: url("../assets/images/icon-q-wechat-w.svg");
  background-position: 25% 50%;
  background-repeat: no-repeat;
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.wechat-btn:before {
  content: 'ez588588';
  display: block;
  color: #FFF;
  font-size: 14px;
  height: 52px;
  line-height: 52px;
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.wechat-btn {
    background-position: 50% 50%;
  }
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.wechat-btn:before {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.wechat-btn {
    background-position: 50% 50%;
  }
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.wechat-btn:before {
    display: none;
  }
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.mail-btn {
  background-image: url("../assets/images/icon-q-mail-w.svg");
  background-position: 25% 50%;
  background-repeat: no-repeat;
}

article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.mail-btn:before {
  content: '写信给我';
  display: block;
  color: #FFF;
  font-size: 14px;
  height: 52px;
  line-height: 52px;
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.mail-btn {
    background-position: 50% 50%;
  }
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.mail-btn:before {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.mail-btn {
    background-position: 50% 50%;
  }
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover.mail-btn:before {
    display: none;
  }
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover {
    width: 52px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-left .a-l-link .a-l-btn:hover {
    width: 52px;
    padding-left: 0;
    padding-right: 0;
  }
}

article .app-area .app-box .a-b-right {
  box-sizing: border-box;
  background: url("../assets/images/app-right-bg.jpg") center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 50px 30px 50px 210px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .app-area .app-box .a-b-right {
    padding: 50px 400px 50px 8.5%;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .app-area .app-box .a-b-right {
    padding: 50px 180px 50px 8.5%;
    justify-content: flex-start;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-right {
    padding: 30px;
    justify-content: flex-start;
  }
}

article .app-area .app-box .a-b-right .a-r-text {
  text-align: left;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .app-area .app-box .a-b-right .a-r-text {
    padding-bottom: 30px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .app-area .app-box .a-b-right .a-r-text {
    padding-bottom: 30px;
    align-items: flex-start;
    z-index: 3;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-right .a-r-text {
    padding-bottom: 30px;
    align-items: flex-start;
  }
}

article .app-area .app-box .a-b-right .a-r-text .a-qrcode {
  width: 116px;
  height: 116px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  overflow: hidden;
}

article .app-area .app-box .a-b-right .a-r-text .a-r-t-box {
  padding-left: 20px;
  color: #FFF;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-right .a-r-text .a-r-t-box {
    width: 50%;
  }
}

article .app-area .app-box .a-b-right .a-r-text .a-r-t-box span {
  font-size: 18px;
  display: block;
  padding-bottom: 7px;
}

article .app-area .app-box .a-b-right .a-r-text .a-r-t-box h3 {
  font-size: 36px;
  padding-bottom: 20px;
  font-weight: bold;
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .app-area .app-box .a-b-right .a-r-text .a-r-t-box h3 {
    width: 60%;
  }
}

article .app-area .app-box .a-b-right .a-r-text .a-r-t-box .a-r-src {
  display: flex;
}

article .app-area .app-box .a-b-right .a-r-text .a-r-t-box .a-r-src img {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
}

article .app-area .app-box .a-b-right .a-r-text .a-r-t-box .a-r-src p {
  font-size: 14px;
  color: #FFF;
  line-height: 22px;
}

article .app-area .app-box .a-b-right .a-r-link {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  z-index: 3;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-right .a-r-link {
    flex-wrap: wrap;
  }
}

article .app-area .app-box .a-b-right .a-r-link .a-r-btn {
  height: 52px;
  margin-right: 10px;
  cursor: pointer;
  background: #2F52D4;
  line-height: 52px;
  border-radius: 52px;
  -webkit-border-radius: 52px;
  -moz-border-radius: 52px;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-right .a-r-link .a-r-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    text-align: left;
  }
}

article .app-area .app-box .a-b-right .a-r-link .a-r-btn.ios-btn {
  background-image: url("../assets/images/icon-ios-w.svg");
  background-position: 18% 50%;
  background-repeat: no-repeat;
  padding-left: 65px;
  padding-right: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-right .a-r-link .a-r-btn.ios-btn {
    background-position: 10% 50%;
  }
}

article .app-area .app-box .a-b-right .a-r-link .a-r-btn.android-btn {
  background-image: url("../assets/images/icon-android-w.svg");
  background-position: 18% 50%;
  background-repeat: no-repeat;
  padding-left: 65px;
  padding-right: 30px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .app-area .app-box .a-b-right .a-r-link .a-r-btn.android-btn {
    background-position: 10% 50%;
    margin-bottom: 0;
  }
}

article .app-area .app-box .a-b-right .a-r-link .a-r-btn:hover, article .app-area .app-box .a-b-right .a-r-link .a-r-btn:focus {
  background-color: #4F83F3;
}

article .news-area {
  padding: 60px 0 40px 0;
  overflow: hidden;
}

article .news-area.news-bg {
  background: url("../assets/images/news-area-bg.jpg") center center no-repeat;
  background-size: cover;
}

article .news-area .news-box, article .news-area .common-box {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .news-area .news-box, article .news-area .common-box {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .news-area .news-box, article .news-area .common-box {
    flex-wrap: wrap;
  }
}

article .news-area .news-box .n-t-b, article .news-area .common-box .n-t-b {
  display: flex;
  align-items: center;
  text-align: left;
  padding-bottom: 30px;
}

article .news-area .news-box .n-t-b h3, article .news-area .common-box .n-t-b h3 {
  font-size: 36px;
  color: #FFF;
}

article .news-area .news-box .n-t-b span, article .news-area .common-box .n-t-b span {
  display: inline-block;
  padding-left: 20px;
  font-size: 18px;
}

article .news-area .news-box .n-left-b, article .news-area .common-box .n-left-b {
  padding-right: 30px;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .news-area .news-box .n-left-b, article .news-area .common-box .n-left-b {
    width: 50%;
  }
  article .news-area .news-box .n-left-b img, article .news-area .common-box .n-left-b img {
    width: 100%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .news-area .news-box .n-left-b, article .news-area .common-box .n-left-b {
    width: 50%;
  }
  article .news-area .news-box .n-left-b img, article .news-area .common-box .n-left-b img {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .news-area .news-box .n-left-b, article .news-area .common-box .n-left-b {
    width: 80%;
  }
  article .news-area .news-box .n-left-b img, article .news-area .common-box .n-left-b img {
    width: 100%;
  }
}

article .news-area .news-box .n-right-b, article .news-area .common-box .n-right-b {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 3px solid #2F52D4;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .news-area .news-box .n-right-b, article .news-area .common-box .n-right-b {
    width: 50%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .news-area .news-box .n-right-b, article .news-area .common-box .n-right-b {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .news-area .news-box .n-right-b, article .news-area .common-box .n-right-b {
    width: 100%;
  }
}

article .news-area .news-box .n-right-b .n-b-list ul, article .news-area .common-box .n-right-b .n-b-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
}

article .news-area .news-box .n-right-b .n-b-list ul li, article .news-area .common-box .n-right-b .n-b-list ul li {
  width: 13.28571%;
  box-sizing: border-box;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 20px 0;
  cursor: pointer;
  font-size: #FFF;
  border: 1px inset rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

article .news-area .news-box .n-right-b .n-b-list ul li:hover, article .news-area .common-box .n-right-b .n-b-list ul li:hover {
  background: #F54A2E;
  border: 1px inset #F54A2E;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .news-area .news-box .n-right-b .n-b-list ul li, article .news-area .common-box .n-right-b .n-b-list ul li {
    width: 24%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .news-area .news-box .n-right-b .n-b-list ul li, article .news-area .common-box .n-right-b .n-b-list ul li {
    width: 24.25%;
  }
  article .news-area .news-box .n-right-b .n-b-list ul li:nth-child(4n), article .news-area .common-box .n-right-b .n-b-list ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .news-area .news-box .n-right-b .n-b-list ul li, article .news-area .common-box .n-right-b .n-b-list ul li {
    width: 32.666%;
  }
  article .news-area .news-box .n-right-b .n-b-list ul li:nth-child(3n), article .news-area .common-box .n-right-b .n-b-list ul li:nth-child(3n) {
    margin-right: 0;
  }
}

article .news-area .news-box .c-left-b, article .news-area .common-box .c-left-b {
  width: 100%;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .news-area .news-box .c-left-b, article .news-area .common-box .c-left-b {
    width: 50%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .news-area .news-box .c-left-b, article .news-area .common-box .c-left-b {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .news-area .news-box .c-left-b, article .news-area .common-box .c-left-b {
    width: 100%;
  }
}

article .news-area .news-box .c-left-b .c-b-list ul, article .news-area .common-box .c-left-b .c-b-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
}

article .news-area .news-box .c-left-b .c-b-list ul li, article .news-area .common-box .c-left-b .c-b-list ul li {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 10px;
  cursor: pointer;
  font-size: #3D3D3D;
  background: #FFF;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border: 3px solid #FFF;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

article .news-area .news-box .c-left-b .c-b-list ul li:hover, article .news-area .common-box .c-left-b .c-b-list ul li:hover {
  border: 3px solid #4F83F3;
  position: relative;
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.2);
}

article .news-area .news-box .c-left-b .c-b-list ul li .c-logo, article .news-area .common-box .c-left-b .c-b-list ul li .c-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
}

article .news-area .news-box .c-left-b .c-b-list ul li p, article .news-area .common-box .c-left-b .c-b-list ul li p {
  color: #3D3D3D;
  padding-left: 5px;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .news-area .news-box .c-left-b .c-b-list ul li, article .news-area .common-box .c-left-b .c-b-list ul li {
    width: 24%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .news-area .news-box .c-left-b .c-b-list ul li, article .news-area .common-box .c-left-b .c-b-list ul li {
    width: 24.25%;
  }
  article .news-area .news-box .c-left-b .c-b-list ul li:nth-child(4n), article .news-area .common-box .c-left-b .c-b-list ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .news-area .news-box .c-left-b .c-b-list ul li, article .news-area .common-box .c-left-b .c-b-list ul li {
    width: 49.5%;
  }
  article .news-area .news-box .c-left-b .c-b-list ul li:nth-child(2n), article .news-area .common-box .c-left-b .c-b-list ul li:nth-child(2n) {
    margin-right: 0;
  }
}

article .news-area .news-box .c-right-b, article .news-area .common-box .c-right-b {
  padding-left: 30px;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .news-area .news-box .c-right-b, article .news-area .common-box .c-right-b {
    width: 50%;
  }
  article .news-area .news-box .c-right-b img, article .news-area .common-box .c-right-b img {
    width: 100%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .news-area .news-box .c-right-b, article .news-area .common-box .c-right-b {
    padding-top: 30px;
    padding-left: initial;
    width: 50%;
  }
  article .news-area .news-box .c-right-b img, article .news-area .common-box .c-right-b img {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .news-area .news-box .c-right-b, article .news-area .common-box .c-right-b {
    padding-top: 30px;
    padding-left: initial;
    width: 80%;
  }
  article .news-area .news-box .c-right-b img, article .news-area .common-box .c-right-b img {
    width: 100%;
  }
}

article .news-area .common-box {
  padding-top: 50px;
}

article .service-area {
  padding: 40px 0 90px 0;
}

article .service-area .s-t-box {
  padding: 0 0 30px 0;
}

article .service-area .s-t-box .s-t-logo {
  width: 74px;
  margin: 0 0 25px 0;
}

article .service-area .s-t-box h2, article .service-area .s-t-box p {
  color: #FFF;
  text-align: center;
}

article .service-area .s-t-box h2 {
  font-size: 48px;
  font-weight: bold;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .service-area .s-t-box h2 {
    font-size: 36px;
    padding: 0 30px;
    line-height: 42px;
  }
}

article .service-area .s-t-box .s-t-p {
  font-size: 18px;
  line-height: 28px;
  padding: 12px 250px 0 250px;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  article .service-area .s-t-box .s-t-p {
    padding: 12px 200px 0 200px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  article .service-area .s-t-box .s-t-p {
    padding: 12px 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .service-area .s-t-box .s-t-p {
    font-size: 16px;
    line-height: 24px;
    padding: 12px;
  }
}

article .s-slider-text {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding: 50px 30px 50px 50px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .s-slider-text {
    padding: 40px 0px 40px 0;
  }
}

article .s-slider-text .s-text-box {
  width: 100%;
}

article .s-slider-text .s-text-box span {
  font-size: 16px;
  color: #4F83F3;
  display: block;
  margin-bottom: 15px;
}

article .s-slider-text .s-text-box h3 {
  font-size: 36px;
  color: #FFF;
  margin-bottom: 50px;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  article .s-slider-text .s-text-box h3 {
    font-weight: bold;
    margin-bottom: 30px;
  }
}

article .s-slider-text .s-slider-btn {
  width: 48px;
  height: 48px;
  background-color: #4F83F3;
  background-image: url("../assets/images/icon-arrow-w.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  border: 0;
}

.carousel-cell {
  width: 38%;
  height: 290px;
  margin-right: 2%;
  display: flex;
  justify-content: flex-end;
  background-color: #2741A2;
  counter-increment: carousel-cell;
  border: 1px solid #4F83F3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-sizing: border-box;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  .carousel-cell {
    width: 60%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  .carousel-cell {
    width: 70%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .carousel-cell {
    width: 100%;
    height: 220px;
  }
}

.carousel-cell.s-bg-01 {
  background-image: url("../assets/images/service-slider-01.png");
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .carousel-cell.s-bg-01 {
    background-position: -40px 50%;
  }
}

.carousel-cell.s-bg-02 {
  background-image: url("../assets/images/service-slider-02.png");
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .carousel-cell.s-bg-02 {
    background-position: -40px 50%;
  }
}

.carousel-cell.s-bg-03 {
  background-image: url("../assets/images/service-slider-03.png");
  background-position: 0 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .carousel-cell.s-bg-03 {
    background-position: -40px 50%;
  }
}

.carousel-cell.is-selected {
  border: 6px solid #4F83F3;
  background-color: #152664;
}

.flickity-page-dots {
  bottom: -40px;
}

.flickity-page-dots .dot {
  background: #FFF;
}

.flickity-button {
  display: none;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .carousel {
    width: 90%;
    margin: auto;
  }
}

footer .container {
  width: 700px;
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  footer .container {
    width: 100%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  footer .container {
    width: 100%;
  }
}

footer .footer-menu-area {
  background: #2F52D4;
}

footer .footer-menu-area ul {
  display: flex;
  justify-content: space-between;
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  footer .footer-menu-area ul {
    flex-wrap: wrap;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  footer .footer-menu-area ul {
    flex-wrap: wrap;
  }
}

footer .footer-menu-area ul li {
  width: 100%;
  cursor: pointer;
  background: #2F52D4;
  padding: 25px 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  footer .footer-menu-area ul li {
    width: 33.3333%;
    border-right: 1px solid #2741A2;
    border-bottom: 1px solid #2741A2;
  }
  footer .footer-menu-area ul li:nth-child(3n) {
    border-right: 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  footer .footer-menu-area ul li {
    width: 33.3333%;
    border-right: 1px solid #2741A2;
    border-bottom: 1px solid #2741A2;
  }
  footer .footer-menu-area ul li:nth-child(3n) {
    border-right: 0;
  }
}

footer .footer-menu-area ul li:hover {
  background: #2741A2;
}

footer .footer-menu-area ul li .f-m-img-box {
  width: 100%;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .footer-menu-area ul li .f-m-img-box img {
  display: inline-block;
}

footer .footer-menu-area ul li p {
  color: #FFF;
  font-size: 14px;
  text-align: center;
  padding: 10px 0 0 0;
  font-weight: 500;
}

footer .footer-copyright {
  padding: 30px;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  line-height: 20px;
}

.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #2741A2;
  /* Black w/ opacity */
}

@media only screen and (min-width: 668px) and (max-width: 736px) {
  .modal {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  .modal {
    padding-top: 20px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .modal {
    padding-top: 30px;
  }
}

.modal span.btn-close {
  width: 4%;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #152664;
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 1001px) and (max-width: 1180px) {
  .modal span.btn-close {
    width: 6%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 1000px) {
  .modal span.btn-close {
    width: 8%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .modal span.btn-close {
    width: 15%;
  }
}

.modal span.btn-close img {
  width: 100%;
}

.modal span.btn-close:hover, .modal span.btn-close:focus {
  background: #2F52D4;
}

/* Modal Content */
.modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 80%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.modal-content .m-m-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
}

.modal-content .m-m-list li {
  width: 32.666%;
  margin-right: 1%;
  margin-bottom: 1%;
  padding: 40px 0;
  box-sizing: border-box;
  background: #2F52D4;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

@media only screen and (min-width: 668px) and (max-width: 736px) {
  .modal-content .m-m-list li {
    padding: 25px 0;
  }
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  .modal-content .m-m-list li {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .modal-content .m-m-list li {
    width: 49.5%;
    padding: 30px 0;
  }
  .modal-content .m-m-list li:nth-child(2n) {
    margin-right: 0;
  }
}

.modal-content .m-m-list li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .modal-content .m-m-list li:nth-child(3n) {
    margin-right: initial;
  }
}

.modal-content .m-m-list li .m-m-img-box {
  height: 30px;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content .m-m-list li p {
  font-size: 16px;
}

.modal-content .m-m-list li:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  background: #152664;
}

.modal-content .qrcode-box {
  width: 254px;
  padding: 30px;
  background: #FFF;
  display: inline-block;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 30px 30px 0 rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 668px) and (max-width: 736px) {
  .modal-content .qrcode-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 20px;
    padding: 10px 0;
  }
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  .modal-content .qrcode-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 20px;
    padding: 10px 0;
  }
}

@media only screen and (min-width: 320px) and (max-width: 414px) {
  .modal-content .qrcode-box {
    width: 90%;
    margin-top: 50px;
  }
}

.modal-content .qrcode-box .code-img {
  width: 100%;
}

@media only screen and (min-width: 668px) and (max-width: 736px) {
  .modal-content .qrcode-box .code-img {
    width: 45%;
  }
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  .modal-content .qrcode-box .code-img {
    width: 45%;
  }
}

.modal-content .qrcode-box .qrcode-text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #4F83F3;
}

@media only screen and (min-width: 668px) and (max-width: 736px) {
  .modal-content .qrcode-box .qrcode-text {
    width: 55%;
    margin-top: 0;
    padding: 40px 0 40px 30px;
    border-left: 1px solid #4F83F3;
    border-top: 0;
    text-align: left;
  }
}

@media only screen and (min-width: 415px) and (max-width: 667px) {
  .modal-content .qrcode-box .qrcode-text {
    width: 55%;
    margin-top: 0;
    padding: 40px 0 40px 30px;
    border-left: 1px solid #4F83F3;
    border-top: 0;
    text-align: left;
  }
}

.modal-content .qrcode-box .qrcode-text h4 {
  font-size: 24px;
  font-weight: bold;
  color: #152664;
  margin-bottom: 10px;
}

.modal-content .qrcode-box .qrcode-text p {
  font-size: 16px;
  color: #152664;
  margin-bottom: 30px;
}

.modal-content .qrcode-box .qrcode-text .icon-scan {
  width: 26px;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.modal-header {
  padding: 20px;
}

.modal-header h2 {
  font-size: 36px;
  font-weight: bold;
  color: #4F83F3;
}

.modal-body {
  padding: 0;
}

.modal-footer {
  padding: 20px;
  color: #FFF;
  font-size: 13px;
  line-height: 20px;
}

#topcontrol {
  z-index: 101;
}
