@charset "utf-8";
/* CSS Document */

body,
html {
  width: 100%
}

html {
  font-size: 1px;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 0.13333333333vw;
  }
}

[v-cloak]{
  display: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "微软雅黑", Arial;
  font-size: 24rem;
  background: #faf3f8;
  line-height: 1.5;
  color: #000;
  width: 100%;
  max-width: 750px;
  margin: 0px auto;
  overflow-x: auto;
}

a {
  color: #000;
  text-decoration: none;
  cursor: default;
}

img {
  border: 0;
  display: inline;
  vertical-align: bottom;
  width: auto;
  height: auto;
  max-width: 100%;
}

div,
ul,
li,
dl,
dd,
span,
h1,
h2,
p,
h4,
h3 {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clear {
  clear: both;
}

input,
textarea {
  outline: none;
}


.flex-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-center-y {
  display: flex;
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}

* {
  box-sizing: border-box;
}

.container {
  padding: 0rem 32rem;
  width: 100%;
}
.f-1{
  flex:1; overflow: hidden;
}
:root{
 --linkColor:#257ffe;

}


/* 头部 */
.phone {
  width: 100%;
  max-width: 750px;
  margin: auto;
  line-height: 1.5;
  padding: 0;
  min-height: 100vh;
}

.index {
  background-image: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  padding-top: 160rem;
  background-color: #f2e7f7;
  min-height: 100vh;
}

.index_bt {
  line-height: 1;
  padding-left: 7px;
  margin-bottom: 67rem;
}

.index_bt .title {
  font-size: 51rem;
  font-weight: bold;
  padding-left: 38rem;
  position: relative;
  color: #141e37;
}

.index_bt .title:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 10rem;
  height: 52rem;
  border-radius: 10rem;
  background: linear-gradient(to bottom, #3577fd, #054ffc)
}

.index_bt .sml {
  padding-left: 30rem;
  color: #5a5c63;
  font-size: 28rem;
  margin-top: 33rem;
}

.login_box {
  background-color: #fff;
  border-radius: 20rem;
  padding: 37rem 35rem;
  box-shadow: 0px 0px 10rem rgb(0 0 0 / 4%);
}

.login_box .re_class ul li {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80rem;
  position: relative;
  color: #70717a;
}

.login_box .re_class {
  border: 2rem #e7e5ec solid;
  border-radius: 20rem;
}

.login_box .re_class ul li .btn {
  gap: 22rem;
  position: relative;
  z-index: 4;
  font-size: 26rem;
}

.login_box .re_class ul li .btn .iconfont {
  font-size: 42rem;
}

.login_box .re_class ul li.cur:before {
  content: '';
  position: absolute;
  width: calc(100% + 2rem);
  background-color: #f0f2fc;
  height: 86rem;
  border-radius: 20rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  border: 2rem #8d9df9 solid;
}

.login_box .re_class ul li.cur .btn {
  color: #0048f7;
}

.login_box .red {
  color: #f63333;
  font-size: 21rem;
  margin-top: 20rem;

}

.book ul li {
  margin-top: 38rem;
}

.book ul li .tit {
  font-size: 27rem;
  font-weight: bold;
  padding-left: 30rem;
  position: relative;
  color: #141e37;
  margin-bottom: 20rem;
}

.book ul li .tit:before {
  content: "";
  position: absolute;
  left: 0rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 8rem;
  height: 33rem;
  border-radius: 10rem;
  background: linear-gradient(to bottom, #3577fd, #054ffc)
}

.book ul li .box {
  border: 2rem #e7e5ec solid;
  border-radius: 15rem;
  height: 85rem;
  padding: 0rem 25rem;
  gap: 26rem;
}

.book ul li .box .iconfont {
  color: #807f8c;
  width: 34rem;
  font-size: 32rem;
}

.book ul li .box .icon-main- {
  font-size: 34rem;
}
.book ul li .box .formbit{
  flex:1;
  overflow: hidden;
  width: 100%;
  height: 70rem;
  outline: none;
  border: 0rem;
  line-height: normal;
  border: 0px;
  font-size: 24rem;
}
.book ul li .box .formbit::-webkit-input-placeholder {
color:#8e8f97; 
}
.book ul li.last{
  margin-top: 20rem;
}
.book ul li.last .sumbit{
  width: 100%;
  outline: none;
  border: 0px;
  height: 85rem;
  line-height: normal;
  background:linear-gradient(to bottom,#4485fc,#1b61fc);
  color: #fff;
  border-radius: 15rem;
  font-size: 28rem;
  font-weight: bold;
  box-shadow: 0px 0px 10rem rgb(8 6 253 / 18%);
}
.tip{
  margin: 12rem 0rem 25rem;
  color: #333;
  gap: 15rem;
}
.tip .icon-baomishemi{
  color: #024ef6;
  font-size: 36rem;
}
.copyright{
  text-align: center;
  font-size: 22rem;
  color: #434247;
}

.book ul li .box .icon-shouji{
  font-size: 36rem;
}
.header{
  background-image: url(../images/report_01.png);
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 91rem;
  position: sticky;
  top: 0px;
  left: 0px;
  border-radius: 0rem 0rem 25rem 25rem;
  z-index: 10;
}
.header .txt{
  font-size: 32rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.header .back{
  left: 28rem;
   top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  position: absolute;
 
}
.header .back .iconfont{
  font-size: 28rem;
  font-weight: 600;
}
.header .share{
  right: 28rem;
   top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  position: absolute;
 
}
.header .share .iconfont{
  font-size: 36rem;
  font-weight: 600;
}
.mess_box{
  padding: 40rem 70rem 0rem;
}
.mess_box .pic{
  text-align: center;
}
.mess_box .pic img{
  width: 599rem;
  height: auto;
}
.mess_box .box{
  text-align: center;
  margin-bottom: 20rem;
}
.mess_box .box .m_tit{
      font-size: 42rem;
    font-weight: bold;
    color: #141e37;
    line-height: 1.5;
    margin: 14rem auto;
}
.mess_box .box .desc{
        color: #5a5c63;
    font-size: 22rem;
    line-height: 1.7;

}
.mess_box .list{
  background-color: #fff;
  border-radius: 20rem;
    padding: 10rem 28rem;
    box-shadow: 0px 0px 10rem rgb(0 0 0 / 4%);
}
.mess_box .list ul li{
  display: flex;
  align-items: center;
  gap: 18rem;
  border-bottom: 1px #f1f0f4 dashed;
  padding: 11rem 0rem;
}
.mess_box .list ul li .icon img{
  width: 66rem;
  height: auto;
}
.mess_box .list ul li .content{
  flex:1;
}
.mess_box .list ul li .content .tit{
  color: #02092d;
  font-weight: bold;
}
.mess_box .list ul li .content .infor{
  font-size: 22rem;
  margin-top: 8rem;
}
.mess_box .sumbit{
  width: 100%;
  outline: none;
  border: 0px;
  height: 85rem;
  line-height: normal;
  background:linear-gradient(to bottom,#4485fc,#1b61fc);
  color: #fff;
  border-radius: 15rem;
  font-size: 30rem;
  font-weight: bold;
  box-shadow: 0px 0px 10rem rgb(8 6 253 / 18%);
  margin-top: 18rem;
}
.mess_box .list ul li:last-child{
  border-bottom: 0px;
}
.mess_box .tip{
  color: #666881;
}
.mess_box .tip .icon-wenhao{
      color: #024ef6;
      font-size: 26rem;
}
.border_2{
 background-color: #fff;
    border-radius: 20rem;
    padding: 22rem 20rem;
    box-shadow: 0px 0px 10rem rgb(0 0 0 / 4%);
    margin-bottom: 10rem;
}
.report_box{
  padding: 15rem 23rem;
  font-size: 20rem;
}
.report_box .report_1{
  padding: 22rem 0rem;
}
.report_box .report_1 ul{
  padding: 0 20rem;
  display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 16rem 20rem;
  align-items: stretch;
  position: relative;
}
.report_box .report_1 ul li{
  display: flex;
  align-items: center;
  gap: 10rem;
  overflow: hidden;
}
.report_box .report_1 ul li:nth-child(odd){
  grid-column: 1 / span 3;
}
.report_box .report_1 ul li:nth-child(even){
  grid-column: 4 / span 2;
}
.report_box .report_1 ul li .tpleft{
  min-width: 100rem;
  display: inline-block;
}
.report_box .report_1 ul li .cont{
  color: var(--linkColor);
}
.report_box .report_1 ul:before{
  content: "";
  position: absolute;
  left: 58%;
  width: 2rem;
  height: 100%;
  top: 0rem;
  background-color: #eee;
}
.report_2 .title{
  font-weight: bold;
  font-size: 26rem;
  gap: 12rem;
  margin-bottom: 15rem;
}
.report_2 .title img{
  width: 39rem;
  height: auto;
}
.report_2 .tab_1{
  border-radius: 15rem;
  overflow: hidden;
}
.report_2 .tab_1 ul{
  align-items: stretch;
  display: flex;
}
.report_2 .tab_1 ul li{
  flex:1;
  overflow: hidden;
  padding: 12rem 10rem;
  border-bottom: 1px #f5f5f9 solid;
  border-right: 1px #f5f5f9 solid;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.report_2 .tab_1{
   border-left: 1px #f5f5f9 solid;
  border-top: 1px #f5f5f9 solid;
}
.report_2 .tab_1 ul:nth-child(1) li:last-child{
  border-radius: 0rem 15rem 0rem 0rem;
}
.report_2 .tab_1 ul:last-child li:last-child{
  border-radius: 0rem 0rem 15rem 0rem;
}
.report_2 .tab_1 ul.first{
  font-weight: bold;
  background-color: #eef4fe;
}
.report_2 .tab_1 .blue{
  color: var(--linkColor);
}
.report_2 .tab_1.no1 ul li:nth-child(1){
  flex:none;
  width: 40%;
  align-items: flex-start;
  padding-left: 48rem;
  justify-content: flex-start;
}
.report_2 .tab_1.no1 ul.first{
  background-color: #f0faf4;
}
.report_2 .tab_1.no2 ul.first{
  background-color: #fef4ee;
}
.report_2 .tab_1.no2 ul li:nth-child(1){
  flex:none;
  width: 40%;
  align-items: flex-start;
  padding-left: 48rem;
  justify-content: flex-start;
}
.report_box .tip .iconfont{
  font-size: 26rem;
  
}
.report_box .tip {
color: #666881;
}
.report_11 ul{
  display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0px 0rem;
align-items: stretch;

}
.report_11 ul li{
   padding: 15rem 10rem 15rem;
   position: relative;
   display: flex;
   align-items: flex-start;
   gap: 14rem;
   color: #767a8b;
   border-bottom: 1px #eee solid;
   overflow: hidden;
}
.report_11 ul li:last-child{
  grid-column: 1 / 3;
}
.report_11 ul li:before{
      content: "";
    position: absolute;
    right: 0%;
    width: 2rem;
    height: 80%;
    top: 50%;
    transform:translateY(-50%);-webkit-transform:translateY(-50%);
    background-color: #eee;
}
.report_11 ul li .icon{
  width: 30rem;
}
.report_11 ul li .desc{
  color: #212163;
  font-size: 24rem;
  margin-top: 10rem;
}
.report_11 ul li:last-child{
  border-right: 0px;
  border-bottom: 0px;
}
.report_11 ul li:last-child:before{
  display: none;
}
.report_11{
  padding: 15rem 20rem 5rem;
}
.report_2 .tab_1 ul.first.juli .no11{
  flex:none;
  width: 25%;
}
.report_2 .tab_1.no11 ul.first{
  color: #000045;
}
.report_2 .tab_1.no12 ul.first{
  background-color: #f5f0fe;
  color: #1b13cc;
}
.report_2 .tab_1.no12 ul li.no11{
  width: 20%;
  flex:none;
}
.report_2 .tab_1 ul.line{
  line-height: 1.1;
}
