/******************************** 首页内容 ********************************/
.form__wrapper {
    display: flex;
    flex-direction: column;
    margin: 0 auto 60px;
    max-width: 630px;
    position: relative;
    width: 100%
}

@media (max-width: 768px) {
    .form__wrapper {
        margin:0 auto 21px
    }
}

.form__title {
    color: #495f77;
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 24px;
    margin-top: 26px
}

@media (max-width: 768px) {
    .form__title {
        font-size:28px;
        margin-top: 15px
    }
}

.form__loader {
    background: linear-gradient(270deg,#fab4cd -25.6%,#fff 125%);
    height: 71px;
    opacity: .2;
    position: absolute;
    top: 0;
    transition: width 5s ease-in-out;
    width: 0;
    z-index: 2
}

@media (max-width: 768px) {
    .form__loader {
        height:59px
    }
}

.form__clear {
    cursor: pointer;
    display: none;
    position: absolute;
    right: 112px;
    top: 28px
}

@media (max-width: 768px) {
    .form__clear {
        right:75px;
        top: 22px
    }
}

.form__form {
    align-items: center;
    background: linear-gradient(180deg,#ff0e73 -30%,#ff2828 180%);
    border-radius: 4px;
    display: flex;
    position: relative
}

.form__form,.form__form-input {
    box-sizing: border-box;
    width: 100%
}

.form__form-input {
    background: #fff;
    border: 1px solid #c5d0d5;
    border-radius: 5px;
    box-shadow: 0 10px 27px hsla(203,9%,73%,.35);
    color: #495f77;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    height: 71px;
    line-height: 22px;
    mix-blend-mode: normal;
    padding: 24px 140px 23px 20px
}

@media (max-width: 768px) {
    .form__form-input {
        height:59px;
        line-height: 59px
    }
}

.form__form-input::-moz-placeholder {
    color: #77909d;
    font-family: Source Sans Pro,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    opacity: .7
}

.form__form-input::placeholder {
    color: #77909d;
    font-family: Source Sans Pro,sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    opacity: .7
}

@media (max-width: 768px) {
    .form__form-input::-moz-placeholder {
        font-size:18px
    }

    .form__form-input::placeholder {
        font-size: 18px
    }
}

.form__form-input:focus,.form__form-input:focus-visible {
    border: 1px solid #b3d4fc !important;
    box-shadow: 0 15px 50px hsla(203,9%,73%,.4) !important
}

.form__form-button {
    background: linear-gradient(180deg,#ff0e73 -30%,#ff2828 180%);
    border-radius: 5px;
    height: 71px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 98px;
    z-index: 10;
    border:none
}

@media (max-width: 768px) {
    .form__form-button {
        height:59px;
        line-height: 59px;
        width: 59px
    }
}

.form__form-button:focus {
    outline: 0
}

.form__form-button.active,.form__form-button:hover {
    background: linear-gradient(178.47deg,#e10c66 -27.8%,#e32121 180.72%)
}

.form .socials {
    display: flex;
    justify-content: center;
    margin-top: 15px
}

.form .socials a,.form .socials span {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    height: 26px;
    margin-right: 26px
}


/* 为什么 */
#how-to-download h2 {
    color: #495f77;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 45px;
    text-align: center
}

#how-to-download .items {
    margin: 0 auto;
    max-width: 796px
}

#how-to-download .items .item {
    display: flex;
    margin-bottom: 63px
}

#how-to-download .items .item:nth-child(2n) {
    flex-direction: row-reverse
}

#how-to-download .items .item:nth-child(2n)>div:last-child {
    margin-right: 45px
}

#how-to-download .items .item:nth-child(2n)>div:first-child {
    margin-right: 0
}

#how-to-download .items .item>div:first-child {
    margin-right: 45px
}

#how-to-download .items .item>div .download-item-info {
    justify-content: center
}

#how-to-download .items .item h4 {
    color: #495f77;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 10px
}

#how-to-download .items .item p {
    color: #495f77;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    opacity: .7
}

#how-to-download .items .item .example {
    margin-top: 20px
}

/*介绍*/
#features {
    background-color: #fafcff;
    padding-bottom: 70px;
    padding-top: 67px
}

#features h2 {
    margin-bottom: 17px
}

#features .container {
    max-width: 796px
}

#features p {
    color: #495f77;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    opacity: .7
}

#features p b {
    font-weight: 500
}

#features .features-list {
    align-items: center;
    display: flex;
    justify-content: space-evenly;
    text-align: center
}

#features .features-list ul {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 43px
}

#features .features-list ul:first-child {
    margin-right: 50px
}

#features .features-list ul li {
    align-items: center;
    color: #495f77;
    display: flex;
    font-size: 16px;
    font-weight: 400;
    height: 23px;
    line-height: 23px;
    margin-bottom: 28px;
    min-width: 100%;
    position: relative
}

#features .features-list ul li img {
    margin-right: 12px;
    width: 22.74px
}

#features .features-list ul li svg {
    margin-right: 13px
}

.title-container {
    text-align: center
}

#why-choose {
    background: rgba(246,250,255,.6980392156862745);
    padding: 40px 20px;
    text-align: left;
    width: 100%
}

#why-choose h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

#why-choose .why-choose-container {
    margin: 0 auto;
    max-width: 900px
}

#why-choose .section-description {
    color: #495f77;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 32px
}

#why-choose .items-container {
    display: flex;
    flex-direction: column;
    gap: 24px
}

#why-choose .item {
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px 20px
}

#why-choose .item-header {
    align-items: center;
    display: flex;
    gap: 12px
}

#why-choose .icon {
    align-items: center;
    border-radius: 8px;
    color: #fff;
    display: flex;
    flex-shrink: 0;
    height: 36px;
    justify-content: center;
    width: 36px
}

#why-choose .item-title {
    font-size: 16px;
    font-weight: 600;
    margin: 0
}

#why-choose .item-description {
    color: #495f77;
    font-size: 16px;
    line-height: 1.5;
    margin: 0
}

@media (max-width: 480px) {
    #why-choose h2 {
        font-size:22px
    }

    #why-choose .item {
        padding: 14px 16px
    }

    #why-choose .item-description {
        padding-left: 0
    }

    #why-choose .item-header {
        align-items: flex-start;
        flex-direction: column
    }

    #why-choose .item-title {
        font-size: 15px;
        margin-top: 8px
    }
}

#main-faq {
    margin-top: 40px;
    padding: 40px 20px;
    text-align: left;
    width: 100%
}

#main-faq .main-faq-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin: 0 auto;
    max-width: 828px
}

#main-faq .faq-item {
    align-items: flex-start;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    text-align: left
}

#main-faq .faq-question {
    background: #def;
    border-radius: 8px;
    color: #495f77;
    min-height: 40px;
    padding: 20px;
    width: 100%
}
section h2 {
    color: #495f77;
    font-size: 24px;
    font-weight: 600;
    justify-content: space-between;
    line-height: 33px;
    margin-bottom: 40px
}
#main-faq .faq-question h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

#main-faq .answer {
    color: #495f77;
    font-size: 16px;
    line-height: 1.6;
    margin: 0
}

/******************************** 列表页 channel_list_product.html 内容 ********************************/
.page-title,.text-center {
    text-align: center
}
.news .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.news .news-list .item_article {
    background: #fff;
    border-radius: 7px;
    margin-bottom: 23px;
    max-width: 300px
}

.news .news-list .item_article img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    height: auto;
    max-height: 194px;
    width: 100%
}

.news .news-list .item_article .content {
    border: 1px solid transparent;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border-top: 0;
    margin: 0 auto;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.news .news-list .item_article .read-more {
    align-items: center;
    color: #ff165d;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 14px;
    margin-bottom: 30px;
    margin-top: 20px;
    opacity: 0
}

.news .news-list .item_article .read-more svg {
    margin-left: 10px
}

.news .news-list .item_article:hover {
    box-shadow: 10px 0 50px hsla(0,0%,40%,.06);
    box-sizing: border-box;
    a{}
    text-decoration: none;
}
.page-title {
    color: #495f77;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 45px;
    margin-top: 30px
}

.news .news-list .item_article:hover a{
    text-decoration: none;
}

.news .news-list .item_article:hover .content {
    border: 1px solid rgba(73,95,119,.15);
    border-top: 0
}

.news .news-list .item_article:hover .read-more {
    opacity: 1
}

.news .news-list .item_article h2 {
    color: #495f77;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 15px;
    padding-top: 19px;
}

.news .news-list .item_article p {
    color: #495f77;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 auto;
    opacity: .7
}

@media (max-width: 767.98px) {
    .page-title {
        color:#495f77;
        font-size: 32px;
        font-style: normal;
        font-weight: 600;
        line-height: 41px;
        margin: 35px auto 30px;
        max-width: 350px;
        text-align: center
    }

    .paginator {
        margin: 43px auto 0;
        max-width: 347px
    }

    .paginator span {
        display: none
    }

    .paginator a {
        font-size: 18px;
        height: 28px!important;
        line-height: 28px!important;
        width: 28px!important
    }

    .news .news-list {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .news .news-list article {
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
        box-shadow: 10px 0 50px hsla(0,0%,40%,.06);
        box-sizing: border-box;
        margin-right: 0!important;
        max-width: 347px
    }

    .news .news-list article .read-more {
        opacity: 1
    }

    .news .news-list article p {
        color: #495f77;
        font-size: 18px;
        line-height: 28px;
        opacity: .7
    }

    .news .news-list article .read-more {
        font-size: 18px;
        font-weight: 600
    }

    .news .news-list article .content {
        border: 1px solid rgba(73,95,119,.15);
        border-top: 0
    }

    .news .news-list article h2 {
        color: #495f77;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 19px;
        padding-left: 0;
        padding-right: 0
    }

    .news .news-list article:last-child {
        margin-bottom: 0!important
    }
}

@media (max-width: 960px) {
    .news .news-list {
        justify-content:center
    }

    .news .news-list article:nth-child(odd) {
        margin-right: 30px
    }
}


/******************************** 页头内容 ********************************/
.header__nav {
  align-items: center;
  display: grid;
  grid-template-areas: "logo . menu";
  margin: 0 auto;
  max-width: 1000px;
  padding: 17px 20px
}

@media (max-width:768px) {
  .header__nav {
    grid-template-areas: "logo mobile" "menu menu"
  }
}

@media (max-width:768px) {
  .header__menu {
    display: flex
  }
}

.header__logo {
  align-items: center;
  display: flex;
  gap: 10px;
  grid-area: logo
}

.header__logo-link {
  transition: all .3s ease-in
}

.header__logo-link:hover path,
.header__logo-link:hover span {
  opacity: 1
}

.header__logo span {
  color: #495f77;
  display: flex;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  opacity: .8;
  transition: all .3s ease-in
}

@media (max-width:768px) {
  .header__logo span {
    display: none
  }
}


.header__menu {
  align-items: center;
  display: flex;
  gap: 50px;
  grid-area: menu;
  justify-content: flex-end
}

@media (max-width:768px) {
  .header__menu {
    align-items: normal;
    display: none;
    flex-direction: column;
    margin-top: 36px
  }
}

.header__links {
  align-items: center;
  display: flex;
  gap: 50px
}

.header__links li {
  list-style-type: none;
}

@media (max-width:768px) {
  .header__links {
    align-items: normal;
    flex-direction: column;
    gap: 36px
  }
}

.header__links a {
  color: #495f77;
  font-size: 16px;
  line-height: 22px;
  opacity: .8;
  transition: all .4s ease-in
}

.header__links a:hover {
  color: #495f77;
  text-decoration: none;
  opacity: 1
}

@media (max-width:768px) {
  .header__links a {
    font-size: 24px
  }
}

/******************************** 页脚内容 ********************************/
.chuxin_footer {
  padding-bottom: 58px;
  padding-top: 65px;
}

.container {
  max-width: 828px !important;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0
}

@media (min-width: 576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width: 992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}


.desktop-menu {
  display: block
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.chuxin_footer .container div.logo-wrapper {
  padding-right: 148px
}

.chuxin_footer .container div.logo-wrapper a {
  display: flex
}

.chuxin_footer .container a {
  color: #495f77;
  display: block;
  font-size: 16px;
  line-height: 32px;
  opacity: .8
}

.chuxin_footer .container a:hover {
  opacity: 1
}

@media (max-width:767.98px) {
  .chuxin_footer {
    padding-bottom: 20px !important;
    padding-top: 20px !important
  }

  .chuxin_footer a {
    font-size: 18px !important
  }

  .chuxin_footer .container {
    text-align: center
  }

  .chuxin_footer .container.footer-top {
    padding-bottom: 20px;
    text-align: center
  }

  .chuxin_footer .container.footer-top nav div {
    display: block !important;
    text-align: left
  }

  .chuxin_footer .container.footer-top nav div:first-child {
    padding-right: 0 !important
  }

  .chuxin_footer .container.footer-bottom {
    display: block !important
  }

  .chuxin_footer .footer-right div {
    display: block !important;
    text-align: left
  }

  .chuxin_footer .footer-right div:first-child {
    margin-right: 0 !important
  }

  .chuxin_footer .logo-mobile {
    display: block;
    padding-top: 18px
  }

  .chuxin_footer .logo-mobile .logo-wrapper {
    justify-content: center
  }

  .chuxin_footer .logo-mobile span {
    color: #495f77;
    opacity: 1
  }

  .chuxin_footer .logo-wrapper.logo-top {
    display: none !important
  }

  .chuxin_footer .logo-wrapper.logo-bottom {
    display: flex
  }

  .chuxin_footer .mobile-menu {
    display: block
  }

  .chuxin_footer .desktop-menu {
    display: none
  }

  .separator {
    display: block !important
  }

  .mobile-socials {
    display: block;
    margin-bottom: 44px
  }

  .mobile-socials .flex {
    justify-content: center
  }

  .mobile-socials a {
    margin-right: 20px
  }

  .mobile-socials a:last-child {
    margin-right: 0
  }

  .mobile-socials h3 {
    align-items: center;
    color: #495f77;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 18px;
    margin-top: 26px;
    opacity: .9;
    text-align: center
  }


  #how-to-download h2 {
    opacity: .9
  }
}