@charset "UTF-8";
.page {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-family: "思源黑体";
}

img {
  display: block;
}

.alertTips-bottom-box {
  font-size: 20px;
}

.bg {
  object-fit: cover;
}

body {
  font-family: "思源黑体";
}

body .daodi {
  color: #ccc;
  font-size: .26rem;
  text-align: center;
  margin: .3rem 10px 0;
  position: relative;
  padding-bottom: .5rem;
}

body .p1 {
  background-color: #367d91;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
}

body .p1 .top_bg {
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  object-fit: cover;
}

body .p1 .top {
  position: relative;
  width: 100%;
  height: 6.47rem;
}

body .p1 .top .p1_title {
  margin: .3rem auto .1rem;
  position: relative;
  width: 93%;
  box-sizing: border-box;
}

body .p1 .top .p1_title .box_left {
  display: inline-block;
  opacity: .8;
}

body .p1 .top .p1_title .box_left p {
  color: #fff;
}

body .p1 .top .p1_title .box_left p:nth-child(1) {
  font-size: .42rem;
}

body .p1 .top .p1_title .box_left p:nth-child(2) {
  font-size: .28rem;
}

body .p1 .top .p1_title input {
  display: inline-block;
  width: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #fff;
  font-size: .24rem;
  line-height: .9rem;
  height: .9rem;
  padding: 0.1rem .8rem .1rem .2rem;
  border: #47c6cb 3px solid;
  box-sizing: border-box;
}

body .p1 .top .p1_title .input_zz {
  display: inline-block;
  width: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: #fff;
  font-size: .26rem;
  line-height: .65rem;
  height: .9rem;
  color: #999;
  padding: 0.1rem .8rem .1rem .2rem;
  border: #47c6cb 3px solid;
  box-sizing: border-box;
}

body .p1 .top .p1_title .search_btn {
  display: inline-block;
  width: .77rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.5%;
}

body .p1 .top .p1_slogan {
  color: #fff;
  font-size: .56rem;
  margin: 0 auto;
  text-align: center;
}

body .p1 .top .p1_slogan2 {
  color: #fff;
  font-size: 0.28rem;
  margin: .2rem auto .4rem;
  text-align: center;
  opacity: .7;
}

body .p1 .top .p1_slogan2 span {
  background-color: #34c2b5;
  border-radius: 50%;
  margin: 0 6px;
  padding: 0px 6px;
}

body .p1 .top .add {
  width: 1.85rem;
  margin: 0 auto;
}

body .p1 .top .bottom {
  width: 100%;
  margin: -.7rem auto 0;
}

body .p1 .swi_box {
  width: 95%;
  margin: -25px  auto 50px;
  height: 5.48rem;
  position: relative;
}

body .p1 .swi_box .swiper {
  width: 100%;
  height: 100%;
}

body .p1 .swi_box .swiper-pagination {
  bottom: -46px;
  right: 0;
  width: 100%;
  text-align: right;
}

body .p1 .swi_box .swiper-slide {
  text-align: left;
  font-size: 18px;
  background-image: linear-gradient(to right, #10c3b3, #48ebc1);
  /* Center slide text vertically */
  border-radius: 0 0 0 20px;
}

body .p1 .swi_box .swiper-slide .swi_title {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: .26rem;
  padding: 7px 10px;
  box-sizing: border-box;
}

body .p1 .swi_box .swiper-slide .swi_title img {
  width: .35rem;
  margin-right: 5px;
}

body .p1 .swi_box .swiper-slide .swi_title .swi_name {
  width: 43%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}

body .p1 .swi_box .swiper-slide .swi_cen {
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
  min-height: 200px;
}

body .p1 .swi_box .swiper-slide .swi_cen .cen_titel {
  color: #337a8e;
  font-size: .32rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
}

body .p1 .swi_box .swiper-slide .swi_cen .cen_user {
  display: flex;
  align-items: center;
  color: #83afbb;
  font-size: 14px;
  margin: 12px auto;
}

body .p1 .swi_box .swiper-slide .swi_cen .cen_user img {
  width: 18px;
  margin-right: 5px;
}

body .p1 .swi_box .swiper-slide .swi_cen .cen_user .swi_name {
  width: 43%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}

body .p1 .swi_box .swiper-slide .swi_cen .cen_txt {
  color: #5a94a4;
  font-size: 12px;
  background-color: #f5fdfd;
  letter-spacing: 1px;
  height: 100px;
  padding: 6px 4px;
  box-sizing: border-box;
  overflow: hidden;
}

body .p1 .swi_box .swiper-slide .cen_bottom {
  font-size: .24rem;
  color: #fff;
  text-align: right;
  margin: .2rem;
}

body .p1 .swi_box .swiper-slide .cen_bottom span {
  background-color: #337a8e;
  padding: 4px 8px;
  box-sizing: border-box;
}

body .p1 .swi_box .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body .p1 .swi_box .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #337a8e;
  opacity: 1;
  background-color: #5fa7b6;
}

body .p1 .swi_box .swiper-pagination-bullet-active {
  color: #9ce8ef;
  background: #007aff;
  background-image: linear-gradient(to right, #13d9c0, #4cedc1);
}

body .p1 .que_list {
  width: 95%;
  margin: .5rem auto;
}

body .p1 .que_list .que_box {
  position: relative;
  margin-bottom: .3rem;
  border-radius: 0 0 0 20px;
}

body .p1 .que_list .que_box .line {
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 15px #2bd7ba;
  background-image: linear-gradient(to right, #99e6ed, #14d7bf);
}

body .p1 .que_list .que_box .que_cen {
  border-radius: 0 0 0 20px;
  background-color: #fbfdfd;
  padding: 15px 10px 34px 10px;
  box-sizing: border-box;
}

body .p1 .que_list .que_box .que_cen .cen_titel {
  color: #337a8e;
  font-size: .32rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
}

body .p1 .que_list .que_box .que_cen .cen_user {
  display: flex;
  align-items: center;
  color: #83afbb;
  font-size: 14px;
  margin: 12px auto;
}

body .p1 .que_list .que_box .que_cen .cen_user img {
  width: 18px;
  margin-right: 5px;
}

body .p1 .que_list .que_box .que_cen .cen_user .swi_name {
  width: 43%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}

body .p1 .que_list .que_box .que_cen .cen_txt {
  color: #5a94a4;
  font-size: 12px;
  letter-spacing: 1px;
  height: 94px;
  overflow: hidden;
}

body .p1 .que_list .que_box .right {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  color: #83aeba;
  bottom: 3%;
  font-size: .24rem;
}

body .p1 .que_list .que_box .right img {
  width: .4rem;
  margin-right: 5px;
}

body .p1 .to_top {
  width: .8rem;
  position: fixed;
  right: .2rem;
  bottom: .3rem;
  z-index: 10;
}

body .p2 {
  background-color: #10a195;
  width: 100%;
  height: auto;
}

body .p2 .top {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body .p2 .top .return {
  width: 1.7rem;
  position: absolute;
  top: 1.35rem;
  left: 0.58rem;
}

body .p2 .to_top {
  width: .8rem;
  position: fixed;
  right: .2rem;
  bottom: .3rem;
  z-index: 10;
}

body .p2 .p2_cen {
  background-color: #fbfdfd;
  padding: 20px;
  box-sizing: border-box;
  margin: -.85rem auto;
  position: relative;
}

body .p2 .p2_cen .cen_titel {
  color: #337a8e;
  font-size: .32rem;
  font-weight: 700;
}

body .p2 .p2_cen .cen_user {
  display: flex;
  align-items: center;
  color: #83afbb;
  font-size: 14px;
  margin: 12px auto;
}

body .p2 .p2_cen .cen_user img {
  width: 18px;
  margin-right: 5px;
}

body .p2 .p2_cen .cen_user .swi_name {
  width: 43%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}

body .p2 .p2_cen .cen_txt {
  color: #5a94a4;
  font-size: .22rem;
  letter-spacing: 1px;
}

body .p2 .p2_cen .cen_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #83aeba;
  font-size: .24rem;
  margin: .3rem auto 0;
}

body .p2 .p2_cen .cen_bottom .left {
  color: #7dbbb9;
  background-color: #e3f1f0;
  padding: 4px 12px;
  box-sizing: border-box;
}

body .p2 .p2_cen .cen_bottom .right {
  display: flex;
  align-items: center;
}

body .p2 .p2_cen .cen_bottom .right img {
  width: .4rem;
  margin-right: 5px;
}

body .p2 .other_que {
  color: #fff;
  font-size: .28rem;
  text-align: center;
  background-color: #248b91;
  width: 95%;
  margin: 1.2rem auto .35rem;
  padding: 8px 0;
  border-radius: 3px;
}

body .p2 .p2_que_list {
  width: 95%;
  margin: 0 auto;
}

body .p2 .p2_que_list .p2_que_box {
  position: relative;
  margin-bottom: .3rem;
  border-radius: 0 0 0 20px;
}

body .p2 .p2_que_list .p2_que_box .line {
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 15px #2bd7ba;
  background-image: linear-gradient(to right, #99e6ed, #14d7bf);
}

body .p2 .p2_que_list .p2_que_box .que_cen {
  border-radius: 0 0 0 20px;
  background-color: #fbfdfd;
  padding: 15px 10px 10px;
  box-sizing: border-box;
}

body .p2 .p2_que_list .p2_que_box .que_cen .cen_titel {
  color: #337a8e;
  font-size: .32rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
}

body .p2 .p2_que_list .p2_que_box .que_cen .cen_user {
  display: flex;
  align-items: center;
  color: #83afbb;
  font-size: 14px;
  margin: 12px auto;
}

body .p2 .p2_que_list .p2_que_box .que_cen .cen_user img {
  width: 18px;
  margin-right: 5px;
}

body .p2 .p2_que_list .p2_que_box .que_cen .cen_user .swi_name {
  width: 43%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}

body .p2 .p2_que_list .p2_que_box .que_cen .cen_txt {
  color: #5a94a4;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: .5rem;
  height: 94px;
  overflow: hidden;
}

body .p2 .p2_que_list .p2_que_box .right {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  color: #83aeba;
  bottom: 3%;
  font-size: .24rem;
}

body .p2 .p2_que_list .p2_que_box .right img {
  width: .4rem;
  margin-right: 5px;
}

body .p3 {
  background-color: #377d91;
  width: 100%;
  height: auto;
  min-height: 100%;
}

body .p3 .top {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body .p3 .top .return {
  width: 1.7rem;
  position: absolute;
  top: 1.35rem;
  left: 0.58rem;
}

body .p3 .to_top {
  width: .8rem;
  position: fixed;
  right: .2rem;
  bottom: .3rem;
  z-index: 10;
}

body .p3 .p3_input {
  position: relative;
  width: 90%;
  margin: -.85rem auto .2rem;
}

body .p3 .p3_input input {
  width: 100%;
  background-color: #fff;
  font-size: .24rem;
  line-height: .5rem;
  padding: 0.1rem .8rem .1rem .1rem;
  border: #47c6cb 3px solid;
  box-sizing: border-box;
}

body .p3 .p3_input .search_btn {
  display: inline-block;
  width: .77rem;
  position: absolute;
  bottom: 5.8px;
  right: 5px;
}

body .p3 .p3_txt1 {
  text-align: left;
  font-size: .24rem;
  color: #9ce8ef;
  width: 90%;
  margin: 0 auto;
}

body .p3 .keyword_list {
  width: 90%;
  margin: .3rem auto;
}

body .p3 .keyword_list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

body .p3 .keyword_list ul li {
  width: 23%;
  margin: 0 1%;
  margin-bottom: 2.6%;
  background-color: #3d93a0;
  color: #d6fffd;
  font-size: .24rem;
  text-align: center;
  padding: 4px 8px;
  box-sizing: border-box;
  border-radius: 3px;
  min-height: .8rem;
  max-height: .8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

body .p3 .keyword_list ul .act_li {
  background-image: linear-gradient(to right, #73f0f9, #01b0ad);
  color: #fff;
}

body .p3 .about_que {
  color: #9ce8ef;
  font-size: .24rem;
  text-align: center;
  background-color: #248b91;
  width: 95%;
  margin: .2rem auto;
  padding: 8px 0;
  border-radius: 3px;
}

body .p3 .p3_txt2 {
  text-align: left;
  font-size: .24rem;
  color: #9ce8ef;
  width: 90%;
  margin: 0 auto .3rem;
}

body .p3 .p3_que_list {
  width: 95%;
  margin: 0 auto;
}

body .p3 .p3_que_list .p3_que_box {
  position: relative;
  margin-bottom: .3rem;
  border-radius: 0 0 0 20px;
}

body .p3 .p3_que_list .p3_que_box .line {
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 0px 15px #2bd7ba;
  background-image: linear-gradient(to right, #99e6ed, #14d7bf);
}

body .p3 .p3_que_list .p3_que_box .que_cen {
  border-radius: 0 0 0 20px;
  background-color: #fbfdfd;
  padding: 15px 10px 10px;
  box-sizing: border-box;
}

body .p3 .p3_que_list .p3_que_box .que_cen .cen_titel {
  color: #337a8e;
  font-size: .32rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-weight: 700;
}

body .p3 .p3_que_list .p3_que_box .que_cen .cen_user {
  display: flex;
  align-items: center;
  color: #83afbb;
  font-size: 14px;
  margin: 12px auto;
}

body .p3 .p3_que_list .p3_que_box .que_cen .cen_user img {
  width: 18px;
  margin-right: 5px;
}

body .p3 .p3_que_list .p3_que_box .que_cen .cen_user .swi_name {
  width: 43%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 20px;
}

body .p3 .p3_que_list .p3_que_box .que_cen .cen_txt {
  color: #5a94a4;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: .5rem;
  height: 94px;
  overflow: hidden;
}

body .p3 .p3_que_list .p3_que_box .right {
  position: absolute;
  right: 10px;
  display: flex;
  align-items: center;
  color: #83aeba;
  bottom: 3%;
  font-size: .24rem;
}

body .p3 .p3_que_list .p3_que_box .right img {
  width: .4rem;
  margin-right: 5px;
}

body .p4 {
  min-height: 100%;
  background-color: #0da596;
  width: 100%;
  height: auto;
}

body .p4 .top {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

body .p4 .top .return {
  width: 1.7rem;
  position: absolute;
  top: 1.35rem;
  left: 0.58rem;
}

body .p4 .p4_cen {
  background-color: #eaf6f7;
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: .5rem;
}

body .p4 .p4_cen .txt_box {
  background-color: #fff;
  padding: 10px;
  width: 95%;
  height: 5.5rem;
}

body .p4 .p4_cen .txt_box .placehoder {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 10px;
  width: 95%;
  height: 5.5rem;
  box-sizing: border-box;
}

body .p4 .p4_cen .txt_box .placehoder p {
  color: #999;
  font-size: .24rem;
}

body .p4 .p4_cen .txt_box #quetion_val {
  background-color: transparent;
  width: 100%;
  height: 5.5rem;
  box-sizing: border-box;
  z-index: 9;
  position: relative;
}

body .p4 .p4_cen .font_num {
  position: absolute;
  bottom: 35px;
  right: 20px;
  font-size: .24rem;
  color: #bbd4da;
}

body .p4 .sub_btn {
  text-align: center;
  margin: 0 auto;
  padding-bottom: .5rem;
}

body .p4 .sub_btn img {
  margin: 0 auto .1rem;
  width: .7rem;
}

body .p4 .sub_btn p {
  font-size: .28rem;
  color: #fff;
}

body .p5 {
  background-color: #14abaf;
}

body .p5 .p5_box {
  width: 85%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
}

body .p5 .p5_box .p5_btn {
  width: 60%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 80%;
}
