/*
 * @Descripttion: 
 * @Author: dong
 * @Date: 2024-07-01 09:01:12
 * @LastEditors: dong
 * @LastEditTime: 2024-07-01 13:29:41
 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  max-width: 650px;
  margin: 0 auto;
  padding-bottom: 62px;
}
img {
  display: block;
  max-width: 100%;
}
.login_box {
  width: 100%;
}
.login_logo {
  width: 160px;
  margin: 100px auto 0;
}
.login_form {
  margin: 100px auto 0;
  width: 80%;
}
.login_form_col {
  width: 100%;
  height: 48px;
  margin-bottom: 2px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c7cdd7;
  font-size: 15px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.login_form_col > input {
  padding: 0 20px;
  background: #fff;
  display: flex;
  width: 100%;
  flex: 1;
  outline: none;
  border: none;
  height: 100%;
}
.login_form_col > label {
  height: 42px;
  display: flex;
  padding: 0 10px;
  align-items: center;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #37383b;
  background: rgb(245, 245, 245);
  border-radius: 4px;
  margin-left: 3px;
}
.login_form_btn {
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  background: linear-gradient(90deg, #1e49d3, #079afb);
  box-shadow: 0 5px 13px 0 rgb(161 196 253 / 80%);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 700;
  color: #fff;
}
.login_form_agree {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: PingFang;
  font-weight: 600;
  color: #232730;
}
.login_form_agree > a {
  color: rgb(0, 122, 255);
}

.copyright {
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 13px;
  line-height: 1.8;
  margin-top: 100px;
}
.copyright > a {
  color: #999;
}

.tabbar {
  width: 100%;
  background: #fff;
  max-width: 650px;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-top: 1px solid #dedede;
  height: 50px;
  display: flex;
}
.tabbar_col {
  width: 25%;
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tabbar_col img {
  width: 23px;
  height: 23px;
}
.tabbar_col img:nth-of-type(2) {
  display: none;
}
.tabbar_col.active p {
  color: rgb(30, 73, 211);
}
.tabbar_col.active img:nth-of-type(1) {
  display: none;
}
.tabbar_col.active img:nth-of-type(2) {
  display: block;
}
.tabbar_col p {
  font-size: 12px;
  margin-top: 3px;
  color: rgb(139, 139, 139);
}

.main {
  width: 100%;
  padding-bottom: 50px;
}

.home_box {
  width: 100%;
  background: url("../image/home_bg.png") no-repeat;
  background-size: 100% 213px;
  padding: 53px 16px 0;
}
.home_top {
  width: 100%;
  padding-left: 21px;
}
.home_top > p {
  font-size: 14px;
  font-family: PingFang;
  font-weight: 700;
  color: #fff;
}
.home_top > div {
  margin-top: 5px;
  display: flex;
}
.home_top > div span {
  margin-right: 2px;
  background: #15419e;
  padding: 4px 5px;
  font-size: 26px;
  font-family: DINCond;
  font-weight: 700;
  color: #fff;
  border: 1px solid #476ab2;
}
.home_intro {
  margin-top: 16px;
  padding: 10px 21px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: hsla(0, 0%, 96.1%, 0.4);
  box-shadow: 0 2px 13px 0 rgb(69 58 217 / 20%);
  border-radius: 5px;
}
.home_intro > p {
  font-size: 14px;
  font-family: PingFang;
  font-weight: 500;
  color: #08090b;
  line-height: 21px;
}
.home_intro img {
  width: 94px;
  height: 94px;
}
.home_guanjia {
  margin-top: 10px;
  background: #f5f7fa;
  border-radius: 5px;
  padding: 18px 21px;
}
.home_guanjia_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home_guanjia_top > p {
  font-size: 16px;
  font-family: PingFang;
  font-weight: 700;
  color: #232730;
}
.home_guanjia_top > div {
  align-items: center;
  display: flex;
}
.home_guanjia_top > div img {
  width: 21px;
  height: 20px;
  margin-left: 10px;
}
.home_guanjia_go {
  margin-top: 7px;
  font-size: 13px;
  font-family: PingFang;
  font-weight: 500;
  color: #1e49d3;
}
.home_nav {
  display: flex;
  flex-wrap: wrap;
}
.home_nav > div {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 25%;
}
.home_nav > div img {
  width: 42px;
  height: 38px;
}
.home_nav > div p {
  margin-top: 5px;
  font-size: 13px;
  font-family: PingFang;
  font-weight: 600;
  color: #232730;
}
.home_btn {
  margin-top: 16px;
  padding: 14px;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: linear-gradient(90deg, #1e49d3, #079afb);
  box-shadow: 0 5px 13px 0 rgb(161 196 253 / 80%);
  border-radius: 5px;
  display: block;
  width: 100%;
}

.search_top {
  width: 100%;
  align-items: center;
  display: flex;
  background: #c2c8d0;
  padding: 13px 10px;
}
.search_top_l {
  padding: 0 11px;
  background-color: #fff;
  flex: 1;
  align-items: center;
  display: flex;
  border-radius: 5px;
}
.search_top_l img {
  width: 20px;
  height: 20px;
}
.search_top_l input {
  flex: 1;
  padding: 10px;
  font-size: 14px;
  font-family: PingFang;
  font-weight: 500;
  color: #000;
  display: block;
  border: none;
  outline: none;
}
.search_top_r {
  margin-left: 10px;
  padding: 9px 25px;
  font-size: 14px;
  font-family: PingFang;
  font-weight: 500;
  color: #fff;
  background: #1e49d3;
  border-radius: 4px;
}
.search_list {
  padding: 10px;
}
.search_col {
  margin: 7px 0;
  padding: 13px;
  background: #fff;
  box-shadow: 0 1px 10px 0 rgb(194 200 208 / 60%);
  border-radius: 5px;
}
.search_col_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}
.search_col_btn {
  padding: 7px 10px;
  background: #1e49d3;
  border-radius: 2px;
  font-size: 14px;
  font-family: PingFang;
  font-weight: 500;
  color: #fff;
}
.search_col_top > p {
  width: 1px;
  flex: 1;
  font-size: 14px;
  font-family: PingFang;
  font-weight: 700;
  color: #232730;
}
.search_col_middle {
  padding: 6px 0;
  display: flex;
  border-bottom: 1px solid #efefef;
}
.search_col_middle > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 33%;
}
.search_col_middle > div > p:first-of-type {
  font-size: 12px;
  font-family: PingFang;
  font-weight: 500;
  color: #b7b7b7;
}
.search_col_middle > div > p:last-of-type {
  margin-top: 5px;
  font-size: 12px;
  font-family: PingFang;
  font-weight: 500;
  color: #5e5e5e;
}
.search_col_bottom {
  margin-top: 10px;
  display: flex;
  font-size: 13px;
  font-family: PingFang;
  font-weight: 500;
  color: #5e5e5e;
}
.search_col_bottom span {
  color: #007aff;
}

.news_banner {
  width: 100%;
}
.news_banner img {
  width: 100%;
}
.news_col {
  padding: 11px 15px;
  box-sizing: border-box;
  display: flex;
  width: 100%;
  flex-direction: row;
  border-bottom: 1px solid #e8e8e9;
}
.news_col_img {
  width: 115px;
  height: 80px;
  margin-right: 20px;
}
.news_col_img img {
  width: 100%;
  height: 100%;
}
.news_col .news_col_text {
  height: 80px;
  width: 1px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  overflow: hidden;
}
.news_col .news_col_text > p:first-of-type {
  width: 100%;
  line-height: 18px;
  font-size: 15px;
}
.news_col .news_col_text > p:last-of-type {
  width: 100%;
  line-height: 15px;
  font-size: 13px;
  color: #8f8f94;
  text-align: right;
}

.header {
  width: 100%;
  max-width: 650px;
  height: 44px;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  background: rgb(248, 248, 248);
}
.header > p {
  width: 65%;
  height: 100%;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newsdetail_box {
  width: 100%;
  padding: 44px 15px 0;
}
.header .back {
  position: absolute;
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsdetail_title {
  font-weight: 700;
  font-size: 19px;
  margin-top: 15px;
}
.newsdetail_cont {
  margin-top: 20px;
}
.newsdetail_cont img {
  height: auto !important;
}

.user_box {
  width: 100%;
  background: url("../image/mine_bg.png") no-repeat;
  background-size: 100% 132px;
  padding-top: 20px;
}
.user_top {
  height: 60px;
  padding: 0 25px;
}
.user_top p {
  padding: 5px 10px;
  background: #b7cbf5;
  border-radius: 4px;
  width: 187px;
}
.user_list {
  border: 1px solid #e5e5e5;
  box-shadow: 0 1px 2px 0 hsl(0deg 0% 80% / 30%);
}
.user_list > a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 20px;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 600;
  color: #232730;
  line-height: 1;
}
.user_mm {
  margin: 15px;
  background-color: #fff;
  padding: 5px 15px 5px 15px;
  box-shadow: 0 2px 10px 0 hsl(0deg 0% 68% / 50%);
  border-radius: 7px;
}
.user_mm_t {
  display: flex;
  align-items: center;
  margin: 10px 0 0 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  justify-content: center;
}
.user_mm_add {
  display: flex;
  padding: 10px 0 0 0;
  justify-content: center;
  align-items: center;
}
.user_mm_add img {
  width: 18px;
  height: 18px;
}
.user_mm_add p {
  margin-left: 5px;
  font-size: 14px;
  font-family: PingFang;
  font-weight: 500;
  color: #b2b7be;
}

.renzheng_box {
  padding: 15px;
}
.renzheng_info {
  border: 1px solid #1e49d3;
  box-shadow: 0 1px 9px 0 rgba(30, 73, 211, .3);
  margin-bottom: 23px;
  border-radius: 5px;
}
.renzheng_info > div {
  min-height: 37px;
  line-height: 37px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.renzheng_info > div:nth-child(2n) {
  background-color: hsla(0, 0%, 90.6%, .3);
  border-top: 1px solid hsla(0, 0%, 83.1%, .3);
}
.renzheng_info > div p:first-of-type {
  width: 36%;
  height: 100%;
  color: #9c9c9c;
  border-right: 1px solid #c7d0dc;
  padding-left: 14px;
}
.renzheng_info > div p:last-of-type {
  width: 64%;
  height: 100%;
  padding-left: 14px;
  padding-right: 6px;
  color: #232730;
}
.renzheng_info input {
  height: 29px;
  font-size: 13px;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px solid #d9d9d9;
  width: 100%;
}
.acc {
  display: flex;
  align-items: center;
}
.acc span:first-of-type {
  width: 156px;
  font-size: 15px;
  color: #d73055;
}
.acc span:last-of-type {
  font-size: 12px;
  line-height: 13px;
  font-family: PingFang;
  font-weight: 500;
  color: #1e49d3;
}

.renzheng_agree {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: PingFang;
  font-weight: 600;
  color: #232730;
}
.renzheng_agree > a {
  color: rgb(0, 122, 255);
}


.renzheng_btn {
  width: 100%;
  margin-top: 10px;
  padding: 14px;
  background: linear-gradient(90deg, #1e49d3, #079afb);
  box-shadow: 0 5px 13px 0 rgb(161 196 253 / 80%);
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang;
  font-weight: 700;
  color: #fff;
}