/* 移动端适配样式 */
@media (max-width: 768px) {
  html {
    font-size: 12px;
  }
  .main {
    width: 100vw;
    overflow-x: hidden;
  }
  .top {
    width: 100%;
    height: 479px;
    background: url(../image/home/位图.png) no-repeat;
    background-size: 100% 100%;
    /* display: flex;
    justify-content: center; */
  }
  .top .top_info {
    height: 100%;
    width: 100%;
    display: block;
    justify-content: space-between;
    padding: 10px;
    overflow-x: hidden;
  }
  .top .top_info .right {
    margin-top: 16px;
  }
  .top .top_info .right img {
    width: 300px;
    height: 170px;
  }
  .top .top_info .left {
    margin-top: 14px;
  }
  .top .top_info .left .left_top {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
  }
  .top .top_info .left .left_top img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  .top .top_info .left .left_top span {
    font-weight: bold;
    font-size: 18px;
    color: #ffffff;
    line-height: 19px;
    letter-spacing: 1px;
  }
  .top .top_info .left .left_info p {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .top .top_info .left .left_info > span {
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
  }
  .top .top_info .left .left_footer {
    display: flex;
    margin-top: 28px;
    margin-bottom: 3 3px;
  }
  .top .top_info .left .left_footer > span {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .top .top_info .left .left_footer > span:first-child {
    width: 167px;
    height: 44px;
    background: #ffffff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    margin-right: 8px;
    color: #4169e1;
  }
  .top .top_info .left .left_footer > span:first-child:hover {
    background: #4169e1;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    color: #fff;
  }
  /* .top .top_info .left .left_footer > span:first-child:hover a {
  color: #fff !important;
}
.top .top_info .left .left_footer > span:first-child > a {
  color: #4169e1 !important;
} */
  .top .top_info .left .left_footer > span:last-child {
    width: 109px;
    height: 44px;
    border-radius: 8px;
    border: 2px solid #ffffff;
    font-weight: bold;
    font-size: 14px;
    color: #ffffff;
    line-height: 19px;
    box-sizing: border-box;
  }
  .top .top_info .left .left_footer > span:last-child:hover {
    background: #ffffff;
    border: none;
    color: #4169e1;
  }
  .words {
    width: 100%;
    background-color: #f3f7ff;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .words .words_info {
    width: 100%;
    z-index: 10;
    padding: 10px;
    overflow-x: hidden;
  }
  .words .words_info > p {
    text-align: center;
  }
  .words .words_info > p:first-child {
    font-weight: bold;
    font-size: 12px;
    color: #3e444c;
    line-height: 16px;
    margin-top: 39px;
  }
  .words .words_info > p:nth-of-type(2) {
    font-weight: bold;
    font-size: 24px;
    color: #3e444c;
    line-height: 29px;
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .words .words_info > p:nth-of-type(3) {
    font-size: 14px;
    color: #3e444c;
    line-height: 19px;
    margin-bottom: 28px;
  }
  .words .words_info .word {
    display: block;
    border-radius: 30px;
    background-color: #ffffff;
    max-height: 100%;
    padding: 10px;
  }
  .words .words_info .ppt {
    margin-top: 12px;
    margin-bottom: 20px;
    display: block;
    justify-content: space-between;
  }
  .words .words_info .word img {
    width: 260px;
    height: 220px;
  }
  .words .words_info .word .word_right {
    margin-left: 10px;
  }
  .words .words_info .word .word_right div {
    width: 130px;
    height: 52px;
    border-radius: 8px;
    border: 2px solid #4169e1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
    margin-bottom: 20px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .words .words_info .word .word_right div:hover {
    border: none;
    background-color: #4169e1;
    box-sizing: border-box;
  }
  .words .words_info .word .word_right div:hover span {
    color: #fff;
  }
  .words .words_info .word .word_right div span {
    font-weight: bold;
    font-size: 16px;
    color: #4169e1;
    line-height: 21px;
  }
  .words .words_info .word .word_right h1 {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .words .words_info .word .word_right p:nth-of-type(1) {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
  }
  .words .words_info .word .word_right p:nth-of-type(1) > img {
    width: 47px;
    height: 46px;
    margin-right: 10px;
  }
  .words .words_info .word .word_right p:nth-of-type(1) span {
    font-weight: 600;
    font-size: 16px;
    color: #144fb3;
    line-height: 23px;
  }
  .words .words_info .word .word_right p:nth-of-type(2) {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .words .empty {
    width: 0;
    height: 0;
    background: #97cae8;
    position: absolute;
    right: 0;
    bottom: 70px;
  }
  .download {
    width: 100%;
    background-color: #f3f7ff;
    display: flex;
    justify-content: center;
    position: relative;
  }
  .download .download_info {
    width: 100%;
    z-index: 10;
    display: block;
    justify-content: space-between;
    margin-bottom: 33px;
    padding: 10px;
    overflow-x: hidden;
  }
  .download .download_info .info {
    border-radius: 24px;
    background-color: #fff;
    width: 100%;
    height: 540px;
    position: relative;
    margin-bottom: 10px;
  }
  .download .download_info .info > img {
    width: 94%;
    height: 176px;
    padding: 9px;
  }
  .download .download_info .info .text {
    padding: 15px 24px 26px 24px;
  }
  .download .download_info .info .text > p {
    font-weight: bold;
    font-size: 12px;
    color: #2a446f;
    line-height: 16px;
    margin-bottom: 5px;
  }
  .download .download_info .info .text > h2 {
    font-weight: bold;
    font-size: 20px;
    color: #0a1e2c;
    line-height: 30px;
  }
  .download .download_info .info .text > span {
    font-size: 15px;
    color: #0a1e2c;
    line-height: 24px;
    letter-spacing: -1px;
    display: inline-block;
    margin-top: 10px;
  }
  .download .download_info .info:nth-of-type(2) .text > span {
    margin-top: 31px;
  }
  .download .download_info .info > .foot {
    position: absolute;
    left: 24px;
    bottom: 26px;
    display: flex;
    align-items: center;
  }

  .download .download_info .info > .foot > a {
    height: 35px;
  }
  .download .download_info .info > .foot img {
    width: 35px;
    height: 35px;
    margin-right: 10px;
    cursor: pointer;
  }
  .download .download_info .info > .foot > span {
    font-size: 13px;
    color: #0a1e2c;
    line-height: 17px;
    cursor: pointer;
  }
  .download .empty {
    width: 0;
    height: 170px;
    background: #cabae6;
    position: absolute;
    bottom: 63px;
    left: 0;
  }
  .footer {
    width: 100%;
    height: 86px;
    background: #f2f2f2;
    display: block;
    justify-content: center;
  }
  .footer .footer_info {
    width: 100%;
    height: 100%;
    display: block;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    margin-top: 0;
    overflow-x: hidden;
  }
  a {
    text-decoration: dashed;
    color: #0a1e2c;
  }
  .footer .footer_info .left span > img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
    vertical-align: middle;
  }
  .footer .footer_info .left > span {
    font-size: 14px;
    color: #0a1e2c;
    line-height: 49px;
    margin-right: 15px;
    cursor: pointer;
    vertical-align: middle;
  }
  .footer .footer_info .right {
    display: flex;
    align-items: center;
  }
  .footer .footer_info .right span {
    font-size: 14px;
    color: #0a1e2c;
    line-height: 19px;
    cursor: pointer;
  }

  .footer .footer_info .right span:nth-of-type(1) {
    border: 1px solid #0a1e2c;
    border-radius: 50%;
    width: 13px;
    height: 13px;
    display: inline-block;
    line-height: 12px;
    text-align: center;
    margin-right: 6px;
  }
  .pric {
    width: 100%;
    background: #f3f7ff;
  }
  .pric p {
    text-align: center;
  }
  .pric p:first-child {
    font-weight: bold;
    font-size: 12px;
    color: #3e444c;
    line-height: 16px;
  }
  .pric p:nth-of-type(2) {
    font-weight: bold;
    font-size: 24px;
    color: #3e444c;
    line-height: 29px;
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .pric p:nth-of-type(3) {
    font-size: 14px;
    color: #3e444c;
    line-height: 19px;
    padding-bottom: 25px;
  }
  .pricing {
    background-color: #f3f7ff;
    width: 100%;
    height: 100%;
    background-image: url(../image/home/色彩.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
  }
  .pricing .pricing_info {
    width: 100%;
    height: 100%;
    display: block;
    justify-content: space-between;
    position: relative;
    padding: 10px;
    overflow-x: hidden;
  }

  .pricing .pricing_info .left {
    background: linear-gradient(
      270deg,
      rgba(255, 255, 255, 1) 0%,
      #f8f6fd 100%
    );
    border-radius: 24px;
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .pricing .pricing_info .left .left_info {
    padding: 29px 32px 30px 32px;
  }
  .pricing .pricing_info .left .left_info h2 {
    font-weight: bold;
    font-size: 28px;
    color: #0a1e2c;
    line-height: 30px;
  }
  .pricing .pricing_info .left .left_info > p {
    font-size: 15px;
    color: #0a1e2c;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 35px;
  }
  .pricing .pricing_info .left .left_info > span {
    width: 195px;
    height: 52px;
    background: #4169e1;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .pricing .pricing_info .left .left_info > span:hover {
    background: #fff;
    border: 2px solid #4169e1;
    color: #4169e1;
  }
  /* .pricing .pricing_info .left .left_info > span:hover a {
  color: #4169e1 !important;
}
.pricing .pricing_info .left .left_info > span > a {
  color: #ffffff !important;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
} */
  .pricing .pricing_info .left .left_info h3 {
    font-weight: bold;
    font-size: 19px;
    color: #0a1e2c;
    line-height: 27px;
    margin: 30px 0;
  }
  .pricing .pricing_info .left .left_info > div {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
  }
  .pricing .pricing_info .left .left_info > div > img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
  .pricing .pricing_info .left .left_info > div > span {
    font-weight: 500;
    font-size: 22px;
    color: #333333;
    line-height: 24px;
  }
  .pricing .pricing_info .left .left_info > ul {
    margin-bottom: 20px;
  }
  .pricing .pricing_info .left .left_info > ul > li {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .pricing .pricing_info .left .left_info > ul:last-child {
    margin-bottom: 0px;
  }
  .pricing .pricing_info .left .left_info > ul > li:last-child {
    margin-bottom: 0px;
  }
  .pricing .pricing_info .right {
    background: linear-gradient(270deg, #f4fbff 0%, #fefeff 100%);
    border-radius: 24px;
    width: 100%;
    height: 100%;
  }
  .pricing .pricing_info .right .right_info {
    padding: 23px 32px 33px 24px;
  }
  .pricing .pricing_info .right .right_info > h2 {
    position: relative;
    z-index: 10;
  }
  .pricing .pricing_info .right .right_info > h2 > span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 60px;
    height: 14px;
    background: #eee023;
  }
  .pricing .pricing_info .right .right_info > h2 > p {
    font-weight: bold;
    font-size: 28px;
    color: #0a1e2c;
    line-height: 50px;
    z-index: 10;
    position: relative;
    margin-left: 8px;
  }
  .pricing .pricing_info .right .right_info > p:nth-of-type(1) {
    font-weight: bold;
    font-size: 20px;
    color: #0a1e2c;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 9px;
  }
  .pricing .pricing_info .right .right_info > p:nth-of-type(2) {
    font-size: 15px;
    color: #0a1e2c;
    line-height: 24px;
  }
  .pricing .pricing_info .right .right_info > span {
    width: 195px;
    height: 52px;
    background: #4169e1;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 19px;
    margin-top: 29px;
    margin-bottom: 30px;
    cursor: pointer;
    color: #fff;
    box-sizing: border-box;
  }
  .pricing .pricing_info .right .right_info > span:hover {
    background: #fff;
    border: 2px solid #4169e1;
    color: #4169e1;
  }
  /* .pricing .pricing_info .right .right_info > span:hover a {
  color: #4169e1 !important;
}
.pricing .pricing_info .right .right_info > span > a {
  color: #ffffff !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
} */
  .pricing .pricing_info .right .right_info > h3 {
    font-weight: bold;
    font-size: 21px;
    color: #0a1e2c;
    line-height: 27px;
  }
  .pricing .pricing_info .right .right_info .equity {
    display: block;
    margin-top: 20px;
  }
  .pricing .pricing_info .right .right_info .equity p {
    display: flex;
    align-items: center;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .pricing .pricing_info .right .right_info .equity p > img {
    width: 30px;
    height: 30px;
    margin-right: 12px;
  }
  .pricing .pricing_info .right .right_info .equity p > span {
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    line-height: 24px;
  }
  .pricing .pricing_info .right .right_info .equity ul > li {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .pricing .pricing_info .right .right_info .equity ul > li span {
    color: #fc604e;
  }
  .pricing .pricing_info .right .right_info .equity .word {
    margin-right: 20px;
  }
  .pricing .pricing_info .right .right_info .equity .word > div {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  .pricing .pricing_info .right .right_info .equity .word > div:nth-of-type(1) {
    margin-top: 24px;
    margin-bottom: 17px;
  }
  .pricing
    .pricing_info
    .right
    .right_info
    .equity
    .word
    > div:nth-of-type(1)
    > img {
    width: 28px;
    height: 28px;
    margin-right: 14px;
  }
  .pricing .pricing_info .right .right_info .equity .word > div span {
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
  }
  .pricing
    .pricing_info
    .right
    .right_info
    .equity
    .word
    > div:nth-of-type(2)
    > img {
    width: 30px;
    height: 31px;
    margin-right: 14px;
    margin-left: 0;
  }
  .started {
    position: static;
    bottom: 0;
    left: 0;
    font-weight: bold;
    font-size: 18px;
    color: #0a1e2c;
    line-height: 27px;
    margin-top: 30px;
    text-align: center;
  }
}
