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

li {
  list-style: none;
}

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

.main {
  min-width: 1300px;
}

.flex {
  display: flex;
}

a {
  text-decoration: none;
  color: black;
}

.box_1280 {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.box_flex {
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}

.popWindow {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  z-index: 100;
  text-align: center;
}
.popWindow h1 {
  padding-top: 122px;
  margin: 0 auto;
  height: 46px;
  font-size: 40px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 46px;
}
.popWindow .p {
  padding-top: 30px;
  margin: 0 auto;
  width: 342px;
  height: 18px;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 18px;
}
.popWindow .p #a {
  color: #FFB929;
  text-decoration: underline;
  cursor: pointer;
}
.popWindow .tep {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  margin: 0 auto;
  width: 782px;
  height: 182px;
}
.popWindow .tep .process {
  width: 222px;
  height: 182px;
  background-color: #000000;
  border-radius: 8px;
  border: 1px solid #FFFFFF;
}
.popWindow .tep .process .in {
  padding: 18px 18px 14px 18px;
}
.popWindow .tep .process .in img {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
}
.popWindow .tep .process .in p {
  text-align: left;
  width: 184px;
  height: 84px;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 28px;
}
.popWindow .tep .whiteArrow {
  padding: 10px;
  width: 76px;
  height: 39px;
}
.popWindow .ghost {
  position: absolute;
  float: left;
  width: 200px;
  height: 250px;
  left: 30px;
  bottom: 30px;
  animation: bounce-down 1.6s linear infinite;
  background-image: url(/img/redArrow.png);
}
.popWindow .ghost span {
  width: 112px;
  height: 50px;
  font-size: 16px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 50px;
}
@keyframes bounce-down {
  25% {
    transform: translateY(-10px);
  }
  50%, 100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px);
  }
}

#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;
}

.header {
  width: 100%;
  height: 80px;
  align-items: center;
  background-color: white;
}
.header .left {
  align-items: center;
  margin-top: 5px;
  margin-left: 50px;
  cursor: pointer;
}
.header .left .pdf {
  align-items: center;
  margin-left: 30px;
}
.header .left .pdf span {
  margin-left: 10px;
  color: #333333;
  font-size: 18px;
}
.header .right span {
  margin-left: 30px;
  font-size: 14px;
  font-weight: normal;
  color: #333333;
  cursor: pointer;
}

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

.display_block {
  opacity: 1 !important;
}

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

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

.absolute_tl {
  position: absolute;
  top: 0;
  left: 0;
}

.absolute_tr {
  position: absolute;
  top: 0;
  right: 0;
}

.servicer {
  position: fixed;
  z-index: 9;
  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 {
  background: linear-gradient(270deg, #E8E9FB 0%, #D8F1FC 100%);
}
.banner .content {
  display: flex;
  align-items: center;
  height: 476px;
  background-image: url("../img/backimg.png");
}
.banner .content .left {
  margin-left: 50px;
  cursor: pointer;
}
.banner .content .left img {
  width: 640px;
  height: 360px;
}
.banner .content .right {
  height: 360px;
  padding-left: 60px;
}
.banner .content .right .title {
  display: flex;
  width: 520px;
}
.banner .content .right .title h1 {
  font-size: 46px;
  font-weight: normal;
  color: #444444;
  line-height: 46px;
}
.banner .content .right .title div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 9px;
  width: 90px;
  height: 24px;
  background: linear-gradient(270deg, #8F87FE 0%, #488CFF 100%);
  border-radius: 12px;
  font-size: 14px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 16px;
}
.banner .content .right .text {
  margin-top: 40px;
  margin-bottom: 90px;
  font-size: 18px;
  font-weight: normal;
  color: #777777;
  line-height: 40px;
}
.banner .content .right .btn1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 376px;
  height: 72px;
  background: linear-gradient(270deg, #FF6161 0%, #FF3434 100%);
  border-radius: 4px;
}
.banner .content .right .btn1 img {
  width: 32px;
  height: 40px;
  margin-bottom: 10px;
}
.banner .content .right .btn1 span {
  margin-left: 14px;
  font-size: 30px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 34px;
}
.banner .content .right .shipei {
  font-size: 14px;
  font-weight: normal;
  color: #777777;
  line-height: 40px;
}

.list {
  justify-content: center;
  margin-top: 20px;
}
.list ul li {
  float: left;
  color: white;
  list-style: none;
  font-size: 14px;
  align-items: center;
  margin: 0 40px;
}
.list ul li img {
  width: 21px;
}

#messager {
  position: absolute;
  top: 0;
  width: 500px;
  left: 139px;
}
#messager li {
  height: 50px;
}
#messager li div {
  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 li div img {
  margin-right: 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: #444444;
  border-bottom: 4px solid #8F87FE;
}

.block_1 {
  height: 350px;
}
.block_1 .content {
  display: grid;
  margin-top: 50px;
  grid-template-columns: 150px 150px 150px 150px 150px 150px 150px 150px;
  grid-template-rows: 170px 170px;
  justify-content: center;
}
.block_1 .content .item {
  text-align: center;
  cursor: pointer;
}
.block_1 .content .item span {
  line-height: 40px;
}
.block_1 .bar {
  margin: 0 auto;
  width: 1144px;
  height: 1px;
  background: #E8E8E8;
}

.block_2 {
  text-align: center;
}
.block_2 h2 {
  padding: 50px 0 20px 0;
  font-size: 40px;
  font-weight: normal;
  color: #444444;
  line-height: 42px;
}
.block_2 span {
  font-size: 20px;
  font-weight: normal;
  color: #444444;
  line-height: 22px;
}
.block_2 .content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 364px 364px 364px;
  grid-template-rows: 194px 194px;
  grid-gap: 30px 30px;
  justify-content: center;
}
.block_2 .content .item {
  text-align: left;
  background: #F3F6FA;
  border-radius: 8px;
  cursor: pointer;
}
.block_2 .content .item img {
  margin: 22px 0 15px 27px;
}
.block_2 .content .item h1 {
  margin: 0 0 12px 30px;
  font-size: 18px;
  font-weight: normal;
  color: #444444;
}
.block_2 .content .item p {
  margin-left: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 20px;
}
.block_2 .content .item:nth-child(2) {
  background-color: #EAFBE8;
}
.block_2 .content .item:nth-child(5) {
  background-color: #EAFBE8;
}
.block_2 .content .item:nth-child(3n) {
  background: #F9F4E4;
}
.block_2 img {
  margin: 24px 0;
  cursor: pointer;
}
.block_2 .btn_box {
  padding-bottom: 50px;
  text-align: center;
}
.block_2 .btn_box button {
  border: none;
  width: 320px;
  height: 72px;
  font-size: 30px;
  color: #FFF;
  line-height: 72px;
  background: linear-gradient(270deg, #8F87FE 0%, #488CFF 100%);
  border-radius: 4px;
}

.block_3 {
  text-align: center;
  background: #F3F6FA;
}
.block_3 h2 {
  padding: 50px 0 20px 0;
  font-size: 40px;
  font-weight: normal;
  color: #444444;
  line-height: 42px;
}
.block_3 span {
  font-size: 20px;
  font-weight: normal;
  color: #444444;
  line-height: 22px;
}
.block_3 .content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 364px 364px 364px;
  grid-template-rows: 194px;
  grid-gap: 30px 30px;
  justify-content: center;
}
.block_3 .content .item {
  text-align: left;
  background: #FFFFFF;
  border-radius: 8px;
  cursor: pointer;
}
.block_3 .content .item img {
  margin: 22px 0 15px 27px;
}
.block_3 .content .item h1 {
  margin: 0 0 12px 30px;
  font-size: 18px;
  font-weight: normal;
  color: #444444;
}
.block_3 .content .item p {
  margin-left: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 20px;
}
.block_3 img {
  margin: 24px 0;
  cursor: pointer;
}
.block_3 .btn_box {
  padding-bottom: 50px;
  text-align: center;
}
.block_3 .btn_box button {
  border: none;
  width: 320px;
  height: 72px;
  font-size: 30px;
  color: #FFF;
  line-height: 72px;
  background: linear-gradient(270deg, #8F87FE 0%, #488CFF 100%);
  border-radius: 4px;
}

.block_4 {
  text-align: center;
}
.block_4 h2 {
  padding: 50px 0 20px 0;
  font-size: 40px;
  font-weight: normal;
  color: #444444;
  line-height: 42px;
}
.block_4 span {
  font-size: 20px;
  font-weight: normal;
  color: #444444;
  line-height: 22px;
}
.block_4 .content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 364px 364px 364px;
  grid-template-rows: 194px 194px;
  grid-gap: 30px 30px;
  justify-content: center;
}
.block_4 .content .item {
  text-align: left;
  background: #FEF4EE;
  border-radius: 8px;
  cursor: pointer;
}
.block_4 .content .item img {
  margin: 22px 0 15px 27px;
}
.block_4 .content .item h1 {
  margin: 0 0 12px 30px;
  font-size: 18px;
  font-weight: normal;
  color: #444444;
}
.block_4 .content .item p {
  margin-left: 30px;
  font-size: 12px;
  font-weight: normal;
  color: #444444;
  line-height: 20px;
}
.block_4 .content .item:nth-child(2) {
  background: #FFF2F2;
}
.block_4 .content .item:nth-child(5) {
  background: #FFF2F2;
}
.block_4 .content .item:nth-child(3n) {
  background: #F5EEFD;
}
.block_4 img {
  margin: 24px 0;
  cursor: pointer;
}
.block_4 .btn_box {
  padding-bottom: 50px;
  text-align: center;
}
.block_4 .btn_box button {
  border: none;
  width: 320px;
  height: 72px;
  font-size: 30px;
  color: #FFF;
  line-height: 72px;
  background: linear-gradient(270deg, #8F87FE 0%, #488CFF 100%);
  border-radius: 4px;
}

.block_5 {
  text-align: center;
  background: #F3F6FA;
}
.block_5 h1 {
  padding: 50px 0 20px 0;
  font-size: 38px;
  font-weight: normal;
  color: #444444;
}
.block_5 span {
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: normal;
  color: #444444;
}
.block_5 .kefu {
  padding-top: 60px;
}
.block_5 ul {
  display: flex;
  justify-content: center;
}
.block_5 ul li {
  float: left;
  margin-right: 80px;
  margin-top: 36px;
  font-size: 28px;
  font-weight: normal;
  color: #FC9521;
  line-height: 36px;
}
.block_5 .btn_box {
  padding: 50px 0;
  text-align: center;
}
.block_5 .btn_box button {
  border: none;
  width: 320px;
  height: 72px;
  font-size: 30px;
  color: #FFF;
  line-height: 72px;
  background: linear-gradient(270deg, #8F87FE 0%, #488CFF 100%);
  border-radius: 4px;
}

.block_6 {
  text-align: center;
}
.block_6 h1 {
  padding: 50px 0 20px;
  font-size: 40px;
  font-weight: normal;
  color: #444444;
}
.block_6 span {
  font-size: 20px;
  font-weight: normal;
  color: #444444;
}
.block_6 .content {
  display: grid;
  padding-top: 40px;
  grid-template-columns: auto auto;
  grid-template-rows: 320px 310px;
  grid-gap: 30px 60px;
  justify-content: center;
}
.block_6 .content .item {
  cursor: pointer;
}
.block_6 .content .item p {
  padding-top: 24px;
}
.block_6 .btn_box {
  padding: 50px 0;
  text-align: center;
}
.block_6 .btn_box button {
  border: none;
  width: 320px;
  height: 72px;
  font-size: 30px;
  color: #FFF;
  line-height: 72px;
  background: linear-gradient(270deg, #8F87FE 0%, #488CFF 100%);
  border-radius: 4px;
}

#comments .title {
  box-sizing: border-box;
  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 {
  box-sizing: border-box;
  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: #8F87FE;
}
#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, #8F87FE 0%, #488CFF 100%);
  border-radius: 4px;
}

.footer {
  text-align: center;
  height: 112px;
  background: #F8F8F8;
}
.footer .content {
  padding-top: 30px;
}
.footer .content p {
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  line-height: 26px;
}/*# sourceMappingURL=index.css.map */
.footer .content a{
  color: #808080 ;
}