html body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}
p,
h1,
h2,
h3,
ul,
i {
  margin: 0;
}
i {
  font-style: normal;
}

.top {
  width: 100%;
  height: 579px;
  background: url(../image/home/位图.webp) no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  padding-top: 70px;
}
.top .top_info {
  height: 100%;
  width: 1322px;
  display: flex;
  justify-content: space-between;
}
.top .top_info .right {
  margin-top: 82px;
}
.top .top_info .right img {
  width: 608px;
  height: 436px;
}
.top .top_info .left {
  margin-top: 140px;
}
.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: 14px;
  color: #ffffff;
  line-height: 19px;
  letter-spacing: 1px;
}
.top .top_info .left .left_info p {
  font-weight: bold;
  font-size: 44px;
  color: #ffffff;
  line-height: 60px;
  margin: 0;
  margin-bottom: 4px;
}
.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: 34px;
}
.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: 20px;
  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: 150px;
  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: 1322px;
  z-index: 10;
}

.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: 99px;
}
.words .words_info > p:nth-of-type(2) {
  font-weight: bold;
  font-size: 44px;
  color: #3e444c;
  line-height: 59px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.words .words_info > p:nth-of-type(3) {
  font-size: 14px;
  color: #3e444c;
  line-height: 19px;
  margin-bottom: 88px;
}
.words .words_info .word {
  display: flex;
  border-radius: 30px;
  background-color: #ffffff;
  height: 550px;
}
.words .words_info .ppt {
  margin-top: 42px;
  margin-bottom: 120px;
  display: flex;
  justify-content: space-between;
}
.words .words_info .word img {
  width: 650px;
  height: 550px;
}
.words .words_info .word .word_right {
  margin-left: 30px;
}
.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: 116px;
  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: 40px;
  color: #333333;
  line-height: 60px;
  margin-bottom: 19px;
}
.words .words_info .word .word_right p:nth-of-type(1) {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
.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: 36px;
  color: #144fb3;
  line-height: 53px;
}
.words .words_info .word .word_right p:nth-of-type(2) {
  font-weight: 500;
  font-size: 26px;
  color: #333333;
  line-height: 39px;
}
.words .empty {
  width: 757px;
  height: 295px;
  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: 1322px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  margin-bottom: 133px;
}
.download .download_info .info {
  border-radius: 24px;
  background-color: #fff;
  width: 430px;
  height: 594px;
  position: relative;
}
.download .download_info .info > img {
  width: 412px;
  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: 28px;
  color: #0a1e2c;
  line-height: 40px;
}
.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: 51px;
}
.download .download_info .info > .foot {
  position: absolute;
  left: 24px;
  bottom: 26px;
  display: flex;
  align-items: center;
}
.download .download_info .info > .foot:hover {
  border: 1px dashed #ccc;
  position: absolute;
  left: 23px;
  bottom: 25px;
  border-radius: 4px;
}
.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 img:hover {
  transform: scale(1.1);
}
.download .download_info .info > .foot > span {
  font-size: 13px;
  color: #0a1e2c;
  line-height: 17px;
  cursor: pointer;
}
.download .empty {
  width: 1387px;
  height: 170px;
  background: #cabae6;
  position: absolute;
  bottom: 63px;
  left: 0;
}
.down {
  width: 100%;
  height: 337px;
  background: url(../image/home/down.webp) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.down > p {
  font-weight: 600;
  font-size: 38px;
  color: #ffffff;
  line-height: 53px;
  letter-spacing: 4px;
  height: 53px;
  padding-top: 95px;
  padding-bottom: 38px;
}
.down > div {
  margin: auto;
  width: 250px;
  height: 56px;
  background: #ffffff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  line-height: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.down > div:hover {
  color: #0f87e8;
}
.footer {
  width: 100%;
  height: 126px;
  background: #f2f2f2;
  display: flex;
  justify-content: center;
}
.footer .footer_info {
  width: 1322px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
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: 19px;
  margin-right: 50px;
  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: 44px;
  color: #3e444c;
  line-height: 59px;
  margin-top: 8px;
  margin-bottom: 16px;
}
.pric p:nth-of-type(3) {
  font-size: 14px;
  color: #3e444c;
  line-height: 19px;
  padding-bottom: 45px;
}
.pricing {
  background-color: #f3f7ff;
  width: 100%;
  height: 1007px;
  background-image: url(../image/home/色彩.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
}
.pricing .pricing_info {
  width: 1322px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}

.pricing .pricing_info .left {
  background: linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, #f8f6fd 100%);
  border-radius: 24px;
  width: 430px;
  height: 758px;
  box-shadow: 0 0 4px #00000045;
}
.pricing .pricing_info .left .left_info {
  padding: 29px 32px 60px 32px;
}
.pricing .pricing_info .left .left_info h2 {
  font-weight: bold;
  font-size: 38px;
  color: #0a1e2c;
  line-height: 50px;
}
.pricing .pricing_info .left .left_info > p {
  font-size: 15px;
  color: #0a1e2c;
  line-height: 24px;
  margin-top: 40px;
  margin-bottom: 55px;
}
.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: 21px;
  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: 24px;
  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: 20px;
  color: #333333;
  line-height: 30px;
  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: 876px;
  height: 758px;
  box-shadow: 0 0 4px #00000045;
}
.pricing .pricing_info .right .right_info {
  padding: 23px 32px 123px 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: 82px;
  height: 14px;
  background: #eee023;
}
.pricing .pricing_info .right .right_info > h2 > p {
  font-weight: bold;
  font-size: 38px;
  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: 79px;
  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: flex;
  margin-top: 30px;
}
.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: 20px;
  color: #333333;
  line-height: 30px;
  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;
}
.pricing .pricing_info .right .right_info .equity .word > div:nth-of-type(1) {
  margin-top: 54px;
  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: 47px;
}
.started {
  position: absolute;
  bottom: 64px;
  left: 0;
  font-weight: bold;
  font-size: 36px;
  color: #0a1e2c;
  line-height: 47px;
}
