header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80px;
  background-color: #fff;
  z-index: 998;
  -webkit-box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
          box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
}

header .w {
  max-width: 1760px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .w .nav {
  height: 100%;
}

header .w .nav .menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .w .nav .menu li {
  height: 100%;
  position: relative;
}

header .w .nav .menu li.current-menu-item > a {
  background-color: #1e4493;
  color: #fff;
}

header .w .nav .menu li:hover > a {
  background-color: #1e4493;
  color: #fff;
}

header .w .nav .menu li:hover > .sub-menu {
  display: block;
}

header .w .nav .menu li a {
  height: 100%;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .w .nav .menu li .sub-menu {
  padding: 10px 0;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
          box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
  display: none;
}

header .w .nav .menu li .sub-menu li a {
  line-height: 50px;
  white-space: nowrap;
}

header .w .nav .menu li .sub-menu li .sub-menu {
  left: 100%;
  top: 0;
}

header .w .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .w .header-right-item {
  padding: 10px;
  margin-left: 20px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  font-size: 1.4rem;
  color: #1e4493;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .w .header-right-item__icon {
  margin-right: 6px;
}

header .w .nav-mobile {
  display: none;
}

main {
  margin-top: 80px;
}

main.index .banner img {
  width: 100%;
}

main.index .services {
  padding: 60px 0;
  background: url(/lib/img/index/bg_services.jpg) no-repeat center center;
  background-size: cover;
  overflow: hidden;
}

main.index .services__container {
  margin-top: 30px;
}

main.index .services-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.index .services-tabs__nav {
  width: 33.898305%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main.index .services-tabs__nav .nav-item {
  margin-top: 30px;
}

main.index .services-tabs__nav .nav-item.active a {
  color: #1e4493;
  -webkit-box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
          box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
}

main.index .services-tabs__nav .nav-item.active .nav-item__num {
  color: #fc7e46;
}

main.index .services-tabs__nav .nav-item a {
  height: 88px;
  padding: 0 10%;
  background-color: #fff;
  color: #999;
  font-size: 2rem;
  font-family: "SourceHanSansCN-Medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.index .services-tabs__nav .nav-item__num {
  font-family: "SourceHanSansCN-Bold";
  margin-right: 10%;
}

main.index .services-tabs__nav .nav-item__icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

main.index .services-tabs__nav .nav-item:nth-child(1) .nav-item__icon {
  /*background: url(/lib/img/index/icon_1.png) no-repeat center center;*/
  background: url(/lib/img/google推广灰.png) no-repeat center center;
}

main.index .services-tabs__nav .nav-item:nth-child(1).active .nav-item__icon {
  /*background: url(/lib/img/index/icon_1_hover.png) no-repeat center center;*/
  background: url(/lib/img/google推广.png) no-repeat center center;
}

main.index .services-tabs__nav .nav-item:nth-child(2) .nav-item__icon {
  /*background: url(/lib/img/index/icon_2.png) no-repeat center center;*/
  background: url(/lib/img/facebook推广灰.png) no-repeat center center;
}

main.index .services-tabs__nav .nav-item:nth-child(2).active .nav-item__icon {
  /*background: url(/lib/img/index/icon_2_hover.png) no-repeat center center;*/
  background: url(/lib/img/facebook推广.png) no-repeat center center;
}

main.index .services-tabs__nav .nav-item:nth-child(3) .nav-item__icon {
  /*background: url(/lib/img/index/icon_3.png) no-repeat center center;*/
  background: url(/lib/img/bing推广灰.png) no-repeat center center;
}

main.index .services-tabs__nav .nav-item:nth-child(3).active .nav-item__icon {
  /*background: url(/lib/img/index/icon_3_hover.png) no-repeat center center;*/
  background: url(/lib/img/bing推广.png) no-repeat center center;
}

main.index .services-tabs__nav .nav-item:nth-child(4) .nav-item__icon {
  /*background: url(/lib/img/index/icon_4.png) no-repeat center center;*/
  background: url(/lib/img/广告开户灰.png) no-repeat center center;
}

main.index .services-tabs__nav .nav-item:nth-child(4).active .nav-item__icon {
  /*background: url(/lib/img/index/icon_4_hover.png) no-repeat center center;*/
  background: url(/lib/img/广告开户.png) no-repeat center center;
}

main.index .services-tabs__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 30px;
  margin-left: 11.864406%;
}

main.index .services__sub-title {
  font-size: 2.4rem;
  font-family: "SourceHanSansCN-Medium";
}

main.index .services__title {
  font-size: 3.2rem;
  font-family: "SourceHanSansCN-Bold";
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 1;
}

main.index .services__params {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main.index .services__params li {
  width: 50%;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.index .services__icon {
  margin-right: 10px;
  margin-top: .4rem;
}

main.index .services__description {
  line-height: 1.5em;
  margin-top: 36px;
  height: 4.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 3;
}

main.index .services .common-btn {
  margin-top: 36px;
}

main.index .services .swiper-pagination {
  position: unset;
  margin-top: 20px;
}

main.index .services .swiper-pagination-bullet {
  background-color: #1e4493;
}

main.index .about {
  padding: 80px 0;
  background: url(/lib/img/index/bg_about.jpg) no-repeat center center;
  background-size: cover;
}

main.index .about__container {
  padding: 60px 13.559322%;
  padding-top: 104px;
  background-color: rgba(21, 99, 187, 0.75);
  color: #fff;
  text-align: center;
  position: relative;
}

main.index .about__play {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -44px;
  width: 88px;
  height: 88px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.index .about__play img {
  width: 100%;
}

main.index .about__play::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  z-index: -1;
  -webkit-animation: __play 1500ms infinite;
          animation: __play 1500ms infinite;
}

@-webkit-keyframes __play {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes __play {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}

main.index .about__title {
  font-size: 3.6rem;
}

main.index .about__description {
  line-height: 1.875em;
  margin-top: 36px;
}

main.index .about-experience {
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.index .about-experience-item {
  font-size: 1.4rem;
}

main.index .about-experience-item__num strong {
  font-size: 6rem;
}

main.index .about-experience-item span {
  opacity: 0.5;
}

main.index .about-experience__line {
  width: 1px;
  border-left: 1px dashed rgba(255, 255, 255, 0.5);
}

main.index .about .common-btn {
  width: 240px;
  margin: 0 auto;
  margin-top: 40px;
}

main.index .cases {
  margin-top: 60px;
  overflow: hidden;
}

main.index .cases-tabs {
  margin-top: 20px;
}

main.index .cases-tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main.index .cases-tabs__nav .nav-item {
  margin: 0 20px;
}

main.index .cases-tabs__nav .nav-item.active a {
  background-color: #1e4493;
  color: #fff;
  border-color: #1e4493;
}

main.index .cases-tabs__nav .nav-item a {
  width: 140px;
  height: 36px;
  color: #999;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main.index .cases-tabs__content {
  height: 460px;
  padding: 35px;
  padding-left: 0;
  background: url(/lib/img/index/bg_case.png) no-repeat center right;
  margin-top: 40px;
}

main.index .cases-tabs__content .tab-pane {
  height: 100%;
}

main.index .cases__btn {
  margin: 0 auto;
  margin-top: 40px;
  background-color: #fff;
  color: #999;
  border-color: #e8e8e8;
}

main.index .cases__btn:hover {
  background-color: #1e4493;
  color: #fff;
  border-color: #1e4493;
}

main.index .cases .swiper-cases {
  border-radius: 14px;
  overflow: hidden;
}

main.index .cases .swiper-cases .swiper-pagination {
  width: auto;
  left: auto;
  right: 40px;
  bottom: 40px;
}

main.index .cases .swiper-cases .swiper-pagination-bullet {
  background-color: #e8e8e8;
  opacity: 1;
}

main.index .cases .swiper-cases .swiper-pagination-bullet-active {
  background-color: #1e4493;
}

main.index .cases-item {
  height: 100%;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
          box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.index .cases-item .img-box {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

main.index .cases-item .img-box img {
  width: auto;
}

main.index .cases-item__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 40px;
  padding-left: 5.253940%;
  background-color: #fff;
}

main.index .cases-item__title {
  font-size: 2.8rem;
  font-family: "SourceHanSansCN-Medium";
}

main.index .cases-item__line {
  width: 36px;
  height: 3px;
  background-color: #1e4493;
  margin-top: 10px;
}

main.index .cases-item__sub-title {
  margin-top: 10px;
  font-family: "SourceHanSansCN-Medium";
}

main.index .cases-item__description {
  line-height: 1.5em;
  margin-top: 30px;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}

main.index .cases-item__link {
  margin-top: 30px;
}

main.index .cases-item__link a {
  color: #1e4493;
}

main.index .cases-item__btn {
  margin-top: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#46ddfc), to(#3071ff));
  background: linear-gradient(to right, #46ddfc, #3071ff);
  border: 0;
}

main.facebook .common-title {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px
}

main.facebook .common-title h2 {
    font-size: 56px;
    line-height: 56px
}

main.facebook .common-title p {
    font-size: 24px;
    line-height: 24px;
    margin-top: 20px
}

main.facebook .common-title p i {
    display: inline-block;
    width: 50px;
    height: 8px;
    background-color: #3280d8;
    border-radius: 4px
}

main.facebook .banner {
    /*background: url("/lib/img/facebook-bg.jpg") no-repeat center center*/
   background: url("/static/images/faceboook_output.webp") no-repeat center center;
   background-size: cover;
}

main.facebook .banner .w {
    height: 575px;
    position: relative
}

main.facebook .banner .w a {
    position: absolute;
    right: 80px;
    bottom: 140px;
    width: 220px;
    height: 50px;
    display: flex;
    background-color: #3280d8;
    color: #fff;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    border-radius: 4px
}

main.facebook .banner .w a img {
    margin-right: 5px
}

main.facebook .user {
    background: url("/lib/img/facebook-bg.png") no-repeat center center;
    height: 700px
}

main.facebook .user .w {
    height: 100%;
    position: relative
}

main.facebook .user .w>p {
    font-size: 24px;
    line-height: 24px;
    text-align: center
}

main.facebook .user .w>p span {
    color: red
}

main.facebook .user .w .item {
    position: absolute;
    left: 125px;
    bottom: 210px;
    width: 180px;
    text-align: left
}

main.facebook .user .w .item.item-2 {
    left: 635px;
    bottom: 252px
}

main.facebook .user .w .item.item-3 {
    left: auto;
    right: -35px;
    bottom: 140px
}

main.facebook .user .w .item h5 {
    font-size: 42px;
    font-weight: bold;
    color: #3280d8;
    line-height: 42px
}

main.facebook .user .w .item h5 span {
    font-size: 28px
}

main.facebook .user .w .item p {
    font-size: 18px
}

main.facebook .why-facebook .common-title h2 {
    font-size: 32px;
    line-height: 32px
}

main.facebook .why-facebook .container .item {
    margin-bottom: 80px
}

main.facebook .why-facebook .container .item .text {
    float: left;
    width: 50%
}

main.facebook .why-facebook .container .item .text .title {
    width: 220px;
    height: 72px;
    background: linear-gradient(to right, #3280d8, #54b2eb);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 36px
}

main.facebook .why-facebook .container .item .text .title i {
    display: inline-block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    color: #3280d8;
    text-align: center;
    line-height: 38px;
    font-style: normal;
    font-size: 24px
}

main.facebook .why-facebook .container .item .text .title span {
    font-size: 32px;
    color: #fff;
    margin-left: 20px
}

main.facebook .why-facebook .container .item .text p {
    font-size: 24px;
    line-height: 38px;
    margin-top: 50px
}

main.facebook .why-facebook .container .item .text p i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #3280d8;
    border-radius: 50%;
    margin-right: 20px
}

main.facebook .why-facebook .container .item .img-box {
    float: left;
    width: 50%;
    text-align: center
}

main.facebook .ad-show {
    background-color: #222222
}

main.facebook .ad-show .common-title {
    background-color: #fff
}

main.facebook .ad-show .common-title h2 {
    font-size: 32px
}

main.facebook .ad-show .container .item {
    width: 20%;
    float: left;
    height: 360px;
    color: #fff;
    padding: 0 23px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

main.facebook .ad-show .container .item:hover .shadow {
    width: 100%;
    height: 100%
}

main.facebook .ad-show .container .item:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

main.facebook .ad-show .container .item .shadow {
    background-color: #53b1eb;
    position: absolute;
    width: 0%;
    height: 0%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: .3;
    transition: all .4s
}

main.facebook .ad-show .container .item .box {
    width: 100%;
    margin-top: 30px;
    position: relative;
    z-index: 2
}

main.facebook .ad-show .container .item p {
    font-size: 16px;
    line-height: 24px;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    transition: all .4s
}

main.facebook .ad-show .container .item span {
    font-size: 22px
}

main.facebook .ready {
    background: linear-gradient(to right, #3280d8, #54b2eb);
    height: 120px
}

main.facebook .ready .w {
    display: flex;
    justify-content: space-between;
    align-items: center
}

main.facebook .ready span {
    font-size: 32px;
    font-weight: bold;
    line-height: 120px;
    color: #fff
}

main.facebook .ready a {
    display: inline-block;
    width: 320px;
    height: 68px;
    background-color: #fff;
    color: #3280d8;
    font-size: 20px;
    line-height: 68px;
    border-radius: 34px;
    text-align: center;
    position: relative;
    overflow: hidden
}

main.facebook .ready a:hover .hover-bg {
    width: 100%
}

main.facebook .ready a:hover i {
    color: #fff
}

main.facebook .ready a i {
    position: relative;
    z-index: 2
}

main.facebook .ready a .hover-bg {
    position: absolute;
    width: 0%;
    height: 100%;
    background: linear-gradient(to right, #3280d8, #54b2eb);
    left: 0;
    top: 0;
    transition: all .4s
}

main.facebook .dont-worry {
    padding-bottom: 60px
}

main.facebook .dont-worry .common-title h2 {
    font-size: 32px
}

main.facebook .dont-worry .common-title .small {
    font-size: 16px
}

main.facebook .dont-worry .container .swiper-container .swiper-slide {
    text-align: center;
    width: 889px
}

main.facebook .dont-worry .container h3 {
    margin-top: 70px;
    margin-bottom: 40px;
    font-size: 22px;
    font-weight: bold;
    text-align: center
}

main.facebook .dont-worry .container .scheme {
    display: flex;
    margin-left: -10px;
    margin-right: -10px
}

main.facebook .dont-worry .container .scheme .item {
    width: 20%;
    padding: 0 10px
}

main.facebook .dont-worry .container .scheme .item .img-box {
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    transition: all .4s
}

main.facebook .dont-worry .container .scheme .item .img-box:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px)
}

main.facebook .dont-worry .container .scheme .item .img-box img {
    width: 100%
}

main.facebook .decoration {
    height: 656px;
    background: url("/lib/img/facebook-bg_2.png") no-repeat center center;
    text-align: center;
    padding-top: 90px
}

main.facebook .decoration h5 {
    font-size: 22px;
    font-weight: bold
}

main.facebook .decoration p {
    font-size: 16px;
    margin-top: 20px
}

main.facebook .decoration img {
    width: 100%
}

footer {
  padding: 60px 0;
  background: url(/lib/img/index/bg_footer.jpg) no-repeat center center;
  background-size: cover;
  color: #a8a8a8;
}

footer a:hover {
  color: #fff;
}

footer .footer-title {
  font-size: 1.8rem;
  font-family: "SourceHanSansCN-Medium";
  color: #fff;
}

footer .contact-info__phone {
  font-size: 3rem;
  font-family: "SourceHanSansCN-Medium";
  color: #fc7e46;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .contact-info__phone span {
  margin-left: 10px;
}

footer .contact-info-item {
  line-height: 1.5em;
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .contact-info-item span {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer .menu li {
  line-height: 1.5em;
  margin: 16px 0;
}

footer .qr-code-item {
  font-size: 1.4rem;
  margin-top: 16px;
}

footer .qr-code-item img {
  max-width: 100%;
}

footer .qr-code-item span {
  display: block;
  margin-top: 6px;
}

.copyright {
  padding: 10px 0;
  background-color: #0c1e34;
  color: #a8a8a8;
  text-align: center;
  font-size: 1.4rem;
}

.copyright a:hover {
  color: #fff;
}

main.seo .services {
  padding: 60px 0;
  background-color: #f7f8fa;
  overflow: hidden;
}

main.seo .services__container {
  margin-top: 20px;
}

main.seo .services-item {
  height: 100%;
  padding-top: 20px;
  overflow: hidden;
}

main.seo .services-item__box {
  height: 100%;
  padding: 40px 30px;
  background-color: #fff;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.seo .services-item__box:hover {
  -webkit-box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
          box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
}

main.seo .services-item__img {
  width: 8.8rem;
}

main.seo .services-item__title {
  margin-top: 14px;
  font-size: 2.4rem;
  color: #1e4493;
}

main.seo .services-item__description {
  line-height: 1.875em;
  margin-top: 26px;
}

main.seo .workflow {
  margin-top: 60px;
}

main.seo .workflow__img {
  max-width: 100%;
  margin-top: 40px;
}

main.seo .workflow__text {
  padding: 10px 20px;
}

main.seo .workflow-item {
  margin-top: 32px;
}

main.seo .workflow-item__title {
  font-size: 2rem;
}

main.seo .workflow-item__description {
  line-height: 1.5em;
  margin-top: 12px;
}

main.seo .advantages {
  margin-top: 60px;
}

main.seo .advantages__sub-title {
  margin-top: 16px;
}

main.seo .advantages__container {
  margin-top: 20px;
}

main.seo .advantages-item {
  height: 100%;
  padding-top: 20px;
}

main.seo .advantages-item__box {
  height: 100%;
  padding: 40px 20px;
  border: 1px solid #e7ecf1;
  text-align: center;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.seo .advantages-item__img {
  width: 10rem;
}

main.seo .advantages-item__title {
  font-size: 2rem;
  font-family: "SourceHanSansCN-Medium";
  margin-top: 26px;
}

main.seo .advantages-item__description {
  line-height: 1.5em;
  margin-top: 22px;
}

main.seo .review {
  padding: 40px 0;
  margin-top: 60px;
  background: url(/lib/img/seo/img_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

main.seo .review .w {
  max-width: 800px;
}

main.seo .review-item {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

main.seo .review-item__icon {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  overflow: hidden;
}

main.seo .review-item__icon img {
  width: 100%;
}

main.seo .review-item__description {
  line-height: 1.875em;
  margin-top: 26px;
  text-align: center;
}

main.seo .review .swiper-pagination {
  position: unset;
  margin-top: 26px;
}

main.seo .review .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.seo .review .swiper-pagination-bullet-active {
  width: 20px;
}

main.seo .cases {
  padding: 60px 0;
  background-color: #f7f8fa;
}

main.seo .cases__container {
  margin-top: 20px;
}

main.seo .cases-item {
  padding: 5.172413%;
  background-color: #fff;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}

main.seo .cases-item:hover::after {
  width: 100%;
}

main.seo .cases-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #1e4493;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.seo .cases-item__text {
  margin-left: 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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.seo .cases-item__description {
  font-size: 2.4rem;
  font-family: "SourceHanSansCN-Bold";
  line-height: 1.25em;
  height: 2.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /*!autoprefixer: off*/
  -webkit-box-orient: vertical;
  /*autoprefixer: on*/
  -webkit-line-clamp: 2;
}

main.seo .cases-item__tags {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

main.seo .cases-item__tag {
  width: 80px;
  height: 32px;
  margin-right: 20px;
  border: 1px solid #fc7e46;
  color: #fc7e46;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main.seo .cases__btn {
  width: 240px;
  margin: 0 auto;
  margin-top: 40px;
}

main.seo .partner {
  margin-top: 60px;
  padding-bottom: 40px;
}

main.seo .partner__container {
  margin-top: 20px;
}

main.seo .partner-item {
  margin-top: 20px;
  border: 1px solid #e8e8e8;
}

main.seo .partner__footer {
  text-align: center;
  font-size: 2rem;
  margin-top: 36px;
}

main.cases .banner {
  height: 360px;
  background: url(/lib/img/cases/banner.jpg) no-repeat center center;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main.cases .banner__title {
  font-size: 4.4rem;
}

main.cases .banner__description {
  font-size: 1.8rem;
}

main.cases .banner__description span {
  color: #1e4493;
}

main.cases .cases__container {
  padding: 40px 0;
}

main.cases .cases-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main.cases .cases-nav .nav-item {
  margin: 0 20px;
}

main.cases .cases-nav .nav-item.active a {
  background-color: #1e4493;
  color: #fff;
}

main.cases .cases-nav .nav-item a {
  width: 140px;
  height: 36px;
  color: #999;
  border: 1px solid #e8e8e8;
  border-radius: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main.cases .cases__list {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid #e8e8e8;
}

main.about-us .banner {
  padding: 90px 0;
  background: url(/lib/img/about/banner_bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.about-us .banner__text {
  height: 100%;
  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;
}

main.about-us .banner__title {
  font-size: 4.4rem;
}

main.about-us .banner__title span {
  font-size: 6rem;
}

main.about-us .banner__description {
  line-height: 1.875em;
  margin-top: 30px;
}

main.about-us .banner-video {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.about-us .banner-video__img {
  max-width: 100%;
}

main.about-us .banner-video__play {
  position: absolute;
  width: 10.8rem;
}

main.about-us .banner-video__play:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

main.about-us .banner-video__play img {
  width: 100%;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.about-us .story {
  margin-top: 60px;
  overflow: hidden;
}

main.about-us .story__sub-title {
  margin-top: 16px;
}

main.about-us .story__container {
  margin-top: 40px;
  background-color: #f7f8fa;
}

main.about-us .story .swiper-story {
  height: 100%;
}

main.about-us .story-item__img-box {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.about-us .story-item__text {
  padding: 60px 20px;
}

main.about-us .story-item__title {
  font-size: 2.4rem;
  color: #1e4493;
  font-family: "SourceHanSansCN-Bold";
}

main.about-us .story-item__description {
  margin-top: 36px;
}

main.about-us .story-item__description p {
  margin-top: 16px;
}

main.about-us .story-custom-pagination {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 2;
  width: 520px;
  height: 4px;
  background-color: #1e4493;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.about-us .story-custom-pagination__bullet {
  width: 14px;
  height: 14px;
  background-color: #1e4493;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.about-us .story-custom-pagination__bullet_active {
  width: 34px;
  height: 34px;
  background-color: #fff;
  border: 10px solid #fc7e46;
}

main.about-us .story-custom-pagination__num {
  position: absolute;
  top: calc(-100% - 10px);
  left: calc(100% + 10px);
  font-size: 1.4rem;
  font-weight: bold;
}

main.about-us .story .swiper-pagination {
  position: unset;
  margin-top: 20px;
}

main.about-us .story .swiper-pagination-bullet {
  background-color: #1e4493;
}

main.about-us .advantage {
  margin-top: 60px;
}

main.about-us .advantage-item {
  margin-top: 40px;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main.about-us .advantage-item__img {
  width: 10.8rem;
  -webkit-transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
  transition: all 500ms cubic-bezier(0.2, 0, 0, 1);
}

main.about-us .advantage-item__img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

main.about-us .advantage-item__title {
  font-size: 2.4rem;
  font-family: "SourceHanSansCN-Bold";
  margin-top: 16px;
}

main.about-us .advantage-item__description {
  margin-top: 12px;
}

main.about-us .mission {
  padding: 60px 0;
  margin-top: 60px;
  background: url(/lib/img/about/bg_2.jpg) no-repeat center center;
  background-size: cover;
}

main.about-us .mission__container {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.about-us .mission__logo {
  width: 15rem;
}

main.about-us .mission__text {
  margin-left: 60px;
}

main.about-us .mission__title {
  font-size: 2.8rem;
  font-family: "SourceHanSansCN-Bold";
}

main.about-us .mission__description {
  margin-top: 10px;
}

main.about-us .news {
  padding-bottom: 60px;
  margin-top: 60px;
  overflow: hidden;
}

main.about-us .news__container {
  margin-top: 20px;
}

main.about-us .news__btn {
  width: 240px;
  border: 1px solid #1e4493;
  margin: 0 auto;
  margin-top: 40px;
}

main.website .website-build {
  margin-top: 60px;
}

main.website .website-build__gap {
  width: 100%;
  height: 20px;
}

main.website .website-build-item {
  overflow: hidden;
}

main.website .website-build-item_planning, main.website .website-build-item_pages {
  padding: 4rem 0;
  background-color: #fff;
}

main.website .website-build-item_planning .website-build-item__text, main.website .website-build-item_pages .website-build-item__text {
  margin-left: 2rem;
}

main.website .website-build-item_design {
  padding: 7.2rem 0;
  background-color: #f7f8fa;
}

main.website .website-build-item_design .website-build-item__text {
  margin-right: 2rem;
}

main.website .website-build-item__img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.website .website-build-item__img {
  max-width: 100%;
}

main.website .website-build-item__title {
  font-size: 2.4rem;
  font-family: "SourceHanSansCN-Bold";
  margin-bottom: 2rem;
}

main.website .website-build-item__sub-title {
  font-size: 1.8rem;
  color: #1e4493;
  margin-bottom: 1.2rem;
}

main.website .website-build-item .swiper-pagination {
  position: unset;
}

main.website .website-build-item .swiper-pagination-bullet {
  background-color: #e8e8e8;
}

main.website .website-build-item .swiper-pagination-bullet-active {
  background-color: #1e4493;
}

main.website .advantages {
  padding: 60px 0;
  background: url(/lib/img/website/img_bg.jpg) no-repeat center center;
  background-size: cover;
}

main.website .advantages .common-title {
  color: #fff;
}

main.website .advantages__sub-title {
  margin-top: 16px;
}

main.website .advantages-item {
  height: 100%;
  padding-top: 36px;
}

main.website .advantages-item__box {
  height: 100%;
  padding: 60px 7.894736%;
  background-color: #fff;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main.website .advantages-item__icon {
  width: 15rem;
}

main.website .advantages-item__title {
  font-size: 2.4rem;
  font-family: "SourceHanSansCN-Bold";
  margin-top: 46px;
}

main.website .advantages-item__description {
  margin-top: 26px;
}

main.website .workflow {
  margin-top: 60px;
}

main.website .workflow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.website .workflow-item {
  margin-top: 40px;
  text-align: center;
}

main.website .workflow-item__icon {
  width: 6.4rem;
}

main.website .workflow-item__title {
  font-family: "SourceHanSansCN-Medium";
  margin-top: 16px;
}

main.website .workflow__arrow {
  margin-top: 60px;
}

main.website .cases {
  padding-bottom: 20px;
  margin-top: 60px;
  overflow: hidden;
}

main.website .cases__container {
  margin-top: 20px;
}

main.contact-us .banner {
  height: 540px;
  padding-top: 140px;
  background: url(/lib/img/contact-us/banner.jpg) no-repeat center center;
  color: #fff;
}

main.contact-us .banner-title__sub-title {
  margin-top: 16px;
}

main.contact-us .contact-info .map {
  height: 640px;
}

main.contact-us .contact-info__container {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
          box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
  margin-top: -260px;
  border-radius: 10px;
  overflow: hidden;
}

main.contact-us .contact-info__content {
  padding: 0 20px;
  padding-top: 24px;
  padding-bottom: 40px;
}

main.contact-us .contact-info-item {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

main.contact-us .contact-info-item__text {
  padding: 20px 0;
  margin-left: 20px;
}

main.contact-us .contact-info-item__title {
  font-family: "SourceHanSansCN-Medium";
}

main.contact-us .contact-info-item__content {
  min-height: 3em;
  color: #797979;
  margin-top: 16px;
}

main.news .banner {
  height: 360px;
  background: url(/lib/img/news/banner.jpg) no-repeat center center;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

main.news .banner__title {
  font-size: 4.4rem;
}

main.news .banner__description {
  font-size: 1.8rem;
}

main.news .news-list {
  padding-top: 20px;
  padding-bottom: 40px;
  overflow: hidden;
}

main.news .news-details {
  padding: 40px 0;
}

main.news .news-details__container {
  padding: 40px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
          box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
}

main.news .news-details__title h3 {
  font-size: 2rem;
}

main.news .news-details__title p {
  margin-top: 16px;
  font-size: 1.4rem;
  color: #a8a8a8;
}

main.news .news-details .flip-page {
  margin-top: 40px;
}

main.news .news-details .flip-page a:hover {
  color: #1e4493;
}

main.news .news-details .flip-page p {
  margin: 10px 0;
}

main.sem {
  padding-bottom: 60px;
}

main.sem .sem-info {
  padding: 60px 0;
}

main.sem .sem-info__container {
  margin-top: 16px;
}

main.sem .sem-info-item {
  margin-top: 20px;
  color: #797979;
}

main.sem .sem-info__img {
  max-width: 100%;
  margin-top: 20px;
}

main.sem .advantages {
  padding: 60px 0;
  background-color: #f4f6fd;
}

main.sem .advantages__container {
  line-height: 1.875em;
  color: #797979;
  margin-top: 33px;
}

main.quotation .solutions {
  padding: 60px 0;
}

main.quotation .solutions__description {
  margin-top: 16px;
}

main.quotation .solutions__container {
  margin-top: 36px;
}

main.quotation .solutions__img {
  width: 100%;
}

main.quotation .solutions__search {
  width: 209px;
  height: 209px;
  background: url(/lib/img/quotation/search.png) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
  -webkit-animation: __search 10000ms linear infinite;
          animation: __search 10000ms linear infinite;
}

@-webkit-keyframes __search {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes __search {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

main.quotation .processes {
  padding: 60px 0;
  background-color: #7eabf5;
  color: #fff;
}

main.quotation .processes__description {
  margin-top: 16px;
}

main.quotation .processes__container {
  margin-top: 36px;
  position: relative;
}

main.quotation .processes__dot {
  width: 26px;
  height: 26px;
  border: 5px solid #95bdff;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

main.quotation .processes__line {
  width: 1px;
  height: 580px;
  background-color: #91bdfc;
  position: absolute;
  left: 50%;
  top: 0;
}

main.quotation .processes__list {
  height: 580px;
  position: relative;
}

main.quotation .processes__list .list-item {
  position: absolute;
}

main.quotation .processes__list .list-item:nth-child(odd) {
  text-align: right;
  right: 50%;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  padding-right: 90px;
  background: url(/lib/img/quotation/process_line_left.png) no-repeat center right;
}

main.quotation .processes__list .list-item:nth-child(odd) .list-item__num {
  right: 0;
}

main.quotation .processes__list .list-item:nth-child(even) {
  text-align: left;
  left: 50%;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  padding-left: 90px;
  background: url(/lib/img/quotation/process_line_right.png) no-repeat center left;
}

main.quotation .processes__list .list-item:nth-child(even) .list-item__num {
  left: 0;
}

main.quotation .processes__list .list-item:nth-child(1) {
  top: 10px;
}

main.quotation .processes__list .list-item:nth-child(2) {
  top: 53px;
}

main.quotation .processes__list .list-item:nth-child(3) {
  top: 96px;
}

main.quotation .processes__list .list-item:nth-child(4) {
  top: 139px;
}

main.quotation .processes__list .list-item:nth-child(5) {
  top: 182px;
}

main.quotation .processes__list .list-item:nth-child(6) {
  top: 225px;
}

main.quotation .processes__list .list-item:nth-child(7) {
  top: 268px;
}

main.quotation .processes__list .list-item:nth-child(8) {
  top: 311px;
}

main.quotation .processes__list .list-item:nth-child(9) {
  top: 354px;
}

main.quotation .processes__list .list-item:nth-child(10) {
  top: 397px;
}

main.quotation .processes__list .list-item:nth-child(11) {
  top: 440px;
}

main.quotation .processes__list .list-item:nth-child(12) {
  top: 483px;
}

main.quotation .processes__list .list-item__num {
  width: 80px;
  position: absolute;
  text-align: center;
}

main.quotation .processes__list .list-item__en {
  font-size: 1.4rem;
  color: #c5d8fa;
}

main.quotation .prices {
  padding: 60px 0;
}

main.quotation .prices__container {
  margin-top: 20px;
}

main.quotation .prices-item {
  border: 1px solid #e8e8e8;
  margin-top: 20px;
  text-align: center;
}

main.quotation .prices-item__title {
  height: 48px;
  font-size: 2.4rem;
  font-family: "SourceHanSansCN-Medium";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.quotation .prices-item__title img {
  margin-right: 10px;
}

main.quotation .prices-item__list .list-item {
  height: 48px;
  border-top: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

main.quotation .prices-item__list .list-item:hover {
  background-color: #e8e8e8;
}

main.quotation .prices-item__list .list-item.red-text {
  color: #FF0000;
}

main.sns .sns-info {
  padding: 60px 0;
  background-color: #f7f8ff;
}

main.sns .sns-info__container {
  margin-top: 36px;
  text-align: center;
}

main.sns .function {
  margin-top: 60px;
}

main.sns .function__sub-title {
  margin-top: 16px;
}

main.sns .function__container {
  margin-top: 20px;
}

main.sns .function-item {
  min-height: 250px;
  background-color: #fff;
  padding: 30px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
          box-shadow: 0 0 20px rgba(30, 68, 147, 0.1);
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 1;
}

main.sns .function-item::before {
  content: "";
  width: 210px;
  height: 200px;
  background: #eff1ff;
  position: absolute;
  top: -30px;
  left: -40px;
  z-index: -1;
  opacity: 0.5;
  border-radius: 100% 50% 50% 100% / 75% 69% 69% 75%;
}

main.sns .function-item__title {
  margin-top: 20px;
}

main.sns .function-item__description {
  margin-top: 10px;
}
