@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  /* 內减模式 */
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

ul li {
  list-style: none;
}

/* 背景色 */
body {
  min-width: 1024px;
  overflow-x: hidden;
  background-color: #ffffff;
}

/* 版心 */
.box_1280 {
  margin: 0 auto;
  width: 1280px;
  height: 100%;
}

.box_1100 {
  margin: 0 auto;
  width: 1100px;
  height: 100%;
}

.main {
  min-width: 1024px;
}

.box_1120 {
  margin: 0 auto;
  width: 1120px;
  height: 100%;
}

.flex {
  display: flex;
}

/* 头部 */
.box_flex {
  justify-content: space-between;
  align-items: center;
}

.header {
  width: 100%;
  height: 80px;
  align-items: center;
  background-color: white;
}
.header .left .logo_title {
  align-items: center;
  margin-top: 5px;
  margin-left: 30px;
  cursor: pointer;
}
.header .left .logo_title .hd_icon {
  padding: 0 11px;
  margin-top: -12px;
  margin-left: 6px;
  background: linear-gradient(270deg, #ff692c 0%, #ff4d4d 100%);
  border-radius: 11px;
  color: white;
  font-size: 12px;
  line-height: 20px;
}
.header .left .logo_title span {
  margin-left: 10px;
  color: #333333;
  font-size: 18px;
}
.header .center .clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.header .center input {
  border: 0;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
.header .center .head_content {
  float: right;
}
.header .center .serach {
  float: right;
  width: 212px;
  height: 32px;
  margin-top: 6px;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  margin-left: 10px;
  font-size: 0px;
}
.header .center .serach img {
  height: 30px;
  vertical-align: top;
}
.header .center .txt {
  height: 30px;
  width: 105px;
  padding-left: 10px;
  display: inline-block;
  font-size: 14px;
  outline: none;
}
.header .center .serach .btn {
  width: 59px;
  line-height: 32px;
  background: #008ded;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  float: right;
  border-radius: 0 4px 4px 0;
}
.header .center .keywos {
  float: left;
  font-size: 14px;
  line-height: 45px;
  position: initial;
}
.header .center .keywos a {
  color: #5c5c5c;
  margin-right: 20px;
  text-decoration: none;
}
.header .center .keywos a:hover {
  text-decoration: none;
  color: #0A50A1;
}
.header .right {
  width: 130px;
  height: 36px;
  border-radius: 50px;
  background: linear-gradient(-40deg, #35cae5, #55d4a3);
  text-align: center;
  line-height: 36px;
}
.header .right a {
  color: white;
}

.header_fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}

.display_block {
  opacity: 1 !important;
}

/* 消息提示 */
#messager_1,
#messager_2 {
  position: absolute;
  top: 80px;
  width: 100%;
}
#messager_1 li,
#messager_2 li {
  height: 50px;
}
#messager_1 li div,
#messager_2 li div {
  margin: auto;
  height: 40px;
  width: -moz-max-content;
  width: max-content;
  background: #FEF8C9;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 14px;
  color: #444444;
  display: flex;
  align-items: center;
  padding: 0 25px 0 14px;
}
#messager_1 li div img,
#messager_2 li div img {
  margin-right: 10px;
}

.servicer {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 30%;
}
.servicer_box {
  position: relative;
  cursor: pointer;
}
.servicer_box p {
  position: absolute;
  font-size: 14px;
  color: #444444;
  bottom: 24px;
  right: 12px;
}
.servicer_box img {
  height: 120px;
}

/* 宣传图 */
.banner {
  height: 460px;
  background: linear-gradient(270deg, #29c7d2 0%, #52ca9b 100%);
}
.banner .content {
  background-image: url(../img/矩形.png);
  background-size: 1280px 460px;
}
.banner .content .frame {
  float: right;
  height: 460px;
  width: 810px;
  text-align: left;
}
.banner .content .frame .title {
  padding-top: 60px;
  color: #FFFFFF;
  font-weight: normal;
}
.banner .content .frame .title h1 {
  font-size: 50px;
  font-family: FZLTCHK--GBK1-0, FZLTCHK--GBK1;
}
.banner .content .frame .title p {
  padding-top: 30px;
  font-size: 24px;
  font-family: FZLTCHK--GBK1-0, FZLTCHK--GBK1;
}
.banner .content .frame .title ul {
  padding-top: 18px;
  padding-bottom: 55px;
}
.banner .content .frame .title ul li {
  list-style: none;
  padding-left: 11px;
  float: left;
  color: white;
  display: flex;
  align-items: center;
  margin-right: 30px;
  width: 126px;
  height: 30px;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  font-size: 14px;
}
.banner .content .frame .title ul li span {
  margin-left: 5px;
}
.banner .content .btn_box_1 {
  position: relative;
  padding-top: 10px;
}
.banner .content .btn_box_1 #btn1 {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 410px;
  height: 72px;
  line-height: 72px;
  border-radius: 38px;
  background: linear-gradient(90deg, #FFF47A 0%, #FFDD64 100%);
  font-size: 30px;
  margin-top: 47px;
}
.banner .content .btn_box_1 #btn1 img {
  top: 5px;
  width: 32px;
}
.banner .content .btn_box_1 #btn1 a {
  color: #B16108;
}
.banner .content .btn_box_1 .info {
  position: absolute;
  left: 26%;
  bottom: 0;
  transform: translateX(225px);
  font-size: 18px;
  color: #fff;
}
.banner .content .btn_box_1 .info .number {
  color: #FFF812;
}

.trans_all {
  transition: all 0.3s ease;
  cursor: pointer;
}

.trans_all:hover {
  transform: translateY(-10px);
}

.tabs {
  padding: 0 80px;
  box-sizing: border-box;
}
.tabs_box {
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #E8E8E8;
}
.tabs_box li {
  list-style: none;
  display: block;
  cursor: pointer;
}
.tabs_box_item {
  font-size: 20px;
  color: #999999;
  text-align: center;
  line-height: 75px;
  width: 220px;
}
.tabs_box .active {
  color: #08B37E;
  border-bottom: 4px solid #10C4A0;
}

#comments .title {
  margin-top: 40px;
  padding: 0 80px;
  display: flex;
}
#comments .title .percentage_t {
  font-size: 26px;
  color: #444;
  line-height: 26px;
}
#comments .title .percentage_b {
  margin-top: 10px;
  font-size: 60px;
  font-weight: 600;
  color: #FF4040;
  line-height: 60px;
}
#comments .title .percentage_b span {
  margin-left: 8px;
  font-size: 40px;
  font-weight: 400;
}
#comments .title .tags {
  margin-left: 60px;
  display: flex;
  flex-wrap: wrap;
}
#comments .title .tags li {
  text-align: center;
  color: #777;
  margin: 0 20px 15px 0;
  padding: 0 10px;
  line-height: 36px;
  border-radius: 4px;
  border: 1px solid #E1E1E1;
}
#comments .content {
  padding: 0 80px;
  margin-top: 25px;
}
#comments .content ul li {
  padding: 28px 20px 32px;
  display: flex;
  margin-bottom: 30px;
  background-color: #F8F8F8;
}
#comments .content ul li .content_user {
  width: 192px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
#comments .content ul li .content_user p {
  flex: 1;
  margin-left: 12px;
  font-size: 20px;
  color: #444;
  line-height: 23px;
}
#comments .content ul li .content_user img {
  display: block;
  height: 60px;
  width: 60px;
  border-radius: 50%;
}
#comments .content ul li .content_comment {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#comments .content ul li .content_comment img {
  width: 116px;
  height: 20px;
}
#comments .content ul li .content_comment p {
  margin-top: 14px;
  font-size: 20px;
  color: #444;
  line-height: 23px;
}
#comments .content #pager {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
#comments .content #pager .pager_btn {
  text-align: center;
  background-color: #fff;
  width: 86px;
  line-height: 34px;
  border-radius: 4px;
  border: 1px solid #C0C0C0;
  cursor: pointer;
}
#comments .content #pager .pager_box {
  display: flex;
  padding: 0 5px;
}
#comments .content #pager .pager_box li {
  cursor: pointer;
  display: block;
  padding: 0;
  margin: 0 5px;
  text-align: center;
  width: 34px;
  line-height: 34px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #C0C0C0;
}
#comments .content #pager .pager_box .active_li {
  background: #10C4A0;
  border: 1px solid #10C4A0;
}
#comments .content .btn_box {
  padding: 10px 0 40px;
  text-align: center;
}
#comments .content .btn_box button {
  border: none;
  width: 320px;
  height: 72px;
  font-size: 30px;
  color: #FFF;
  line-height: 72px;
  background: linear-gradient(270deg, #35CAE5 0%, #55D4A3 100%);
  border-radius: 38px;
}

.article {
  text-align: center;
}
.article .block_1 h1 {
  padding: 50px 0px;
  font-size: 34px;
  font-family: FZLTH--GB1-4, FZLTH--GB1;
  font-weight: normal;
  color: #444444;
}
.article .block_1_1 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.article .block_1_1 .text {
  width: 520px;
  text-align: left;
  padding: 3px 0;
  font-size: 20px;
  color: #444444;
}
.article .block_1_1 .text p {
  width: 520px;
  padding-top: 24px;
}
.article .block_1_2 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.article .block_1_2 .text {
  width: 520px;
  text-align: left;
  padding: 30px 0;
  font-size: 20px;
  color: #444444;
}
.article .block_1_2 .text p {
  width: 520px;
  padding-top: 22px;
}
.article .block_2 {
  background-color: #F8F8F8;
}
.article .block_2 h1 {
  padding: 60px 0 30px 0;
  font-size: 32px;
  font-family: FZLTH--GB1-4, FZLTH--GB1;
  font-weight: normal;
  color: #444444;
  line-height: 38px;
}
.article .block_2_1 {
  display: flex;
  justify-content: space-between;
  padding: 0 80px 30px 56px;
}
.article .block_2_1 .text {
  width: 500px;
  text-align: left;
}
.article .block_2_1 .text h2 {
  padding: 88px 0 10px 0;
  font-size: 26px;
  font-family: FZLTCHK--GBK1-0, FZLTCHK--GBK1;
  font-weight: 600;
  color: #444444;
  line-height: 32px;
}
.article .block_2_1 .text p {
  margin-top: 24px;
  font-size: 19px;
  font-family: FZLTH--GB1-4, FZLTH--GB1;
  font-weight: normal;
  color: #666666;
  line-height: 30px;
}
.article .block_2_2 {
  display: flex;
  justify-content: space-between;
  padding: 0 50px 30px 80px;
}
.article .block_2_2 .text {
  width: 500px;
  text-align: left;
}
.article .block_2_2 .text h2 {
  padding: 88px 0 10px 0;
  font-size: 26px;
  font-family: FZLTCHK--GBK1-0, FZLTCHK--GBK1;
  font-weight: 600;
  color: #444444;
  line-height: 32px;
}
.article .block_2_2 .text p {
  margin-top: 24px;
  font-size: 19px;
  font-family: FZLTH--GB1-4, FZLTH--GB1;
  font-weight: normal;
  color: #666666;
  line-height: 30px;
}

.block_4 h3 {
  font-size: 36px;
  color: #444;
  padding: 50px 90px 60px;
  font-weight: 400;
}
.block_4 ul {
  padding: 0 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.block_4 ul li {
  width: 510px;
  display: flex;
  margin-bottom: 50px;
  cursor: pointer;
}
.block_4 ul li .b3u_item_l {
  margin: 0 40px 0 0;
}
.block_4 ul li .b3u_item_l img {
  display: block;
  margin-bottom: 20px;
  width: 112px;
}
.block_4 ul li .b3u_item_l p {
  font-size: 16px;
  line-height: 18px;
  color: #444;
}
.block_4 ul li .b3u_item_r {
  text-align: left;
}
.block_4 ul li .b3u_item_r h4 {
  font-size: 28px;
  font-weight: 600;
  color: #444;
}
.block_4 ul li .b3u_item_r h4 span {
  font-size: 60px;
  line-height: 60px;
  margin-right: 8px;
}
.block_4 ul li .b3u_item_r .b3uir_gradient {
  color: #444;
  font-size: 12px;
  margin: 23px 0 12px 0;
}
.block_4 ul li .b3u_item_r .b3uir_e2 {
  color: #999;
  font-size: 12px;
}
.block_4 ul li .b3u_item_r .border_gradient {
  width: 360px;
  height: 6px;
  background: linear-gradient(270deg, #35CAE5 0%, #55D4A3 100%);
  border-radius: 6px;
  margin-bottom: 4px;
}
.block_4 ul li .b3u_item_r .border_e2 {
  width: 82px;
  height: 6px;
  background: #E2E2E2;
  border-radius: 6px;
  margin-bottom: 7px;
}

.btn_box {
  text-align: center;
  padding-bottom: 60px;
}
.btn_box button {
  border: none;
  width: 320px;
  height: 72px;
  font-size: 24px;
  color: #fff;
  line-height: 72px;
  background: linear-gradient(270deg, #35cae5 0%, #55d4a3 100%);
  border-radius: 38px;
}

.bottom {
  width: 100%;
  height: 280px;
  background: linear-gradient(270deg, #29C7D2 0%, #52CA9B 100%);
}
.bottom .title {
  text-align: center;
  padding-top: 64px;
}
.bottom .title img {
  width: 44px;
  height: 44px;
  vertical-align: text-bottom;
  margin-right: 10px;
}
.bottom .title h2 {
  color: white;
  font-size: 30px;
  font-weight: 400;
}
.bottom .title h2 span {
  color: #FFE82C;
  font-weight: 600;
  font-size: 50px;
  line-height: 58px;
}
.bottom .download {
  width: 100%;
  text-align: center;
}
.bottom .download #btn1 {
  margin-top: 47px;
}

#btn1 {
  width: 410px;
  height: 72px;
  line-height: 72px;
  display: inline-block;
  border-radius: 38px;
  background: linear-gradient(90deg, #FFF47A 0%, #FFDD64 100%);
  font-size: 30px;
  position: relative;
  margin-top: 55px;
}
#btn1 img {
  position: relative;
  top: 4px;
  width: 32px;
}
#btn1 a {
  color: #B16108;
}

.footer {
  width: 100%;
  height: 112px;
  background: linear-gradient(270deg, #29C7D2 0%, #52CA9B 100%) rgba(255, 255, 255, 0.15);
}
.footer .mask {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .text {
  text-align: center;
}
.footer .text p {
  line-height: 26px;
  font-size: 12px;
  font-family: FZLTH--GB1-4, FZLTH--GB1;
  font-weight: normal;
  color: #FFFFFF;
}/*# sourceMappingURL=index.css.map */