@charset "UTF-8";
/* ========================reset=============================== */
html {
  font-size: 12.22vw;
  width: 100%;
}

body {
  width: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
dl,
dt,
dd,
ol,
input,
figure,
figcaption {
  padding: 0;
  margin: 0;
}

ul,
ol {
  list-style: none;
}

img {
  display: block;
}

input {
  outline: none;
}

header,
footer,
nav,
aside,
article,
section,
main {
  display: block;
}

body {
  font-size: 14px;
  /* color: #3e3e3e; */
  font-family: "微软雅黑";
}

a {
  text-decoration: none;
  /* color: #909090 */
}

/* a:hover { 
    text-decoration: underline;
    color: #f60;
} */
/* =======================手机端========================== */
* {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

/* ========================public=============================== */
.fl {
  float: left;
}

.fr {
  float: right;
}

.w {
  width: 100%;
  margin: 0 auto;
}

.clear {
  clear: both;
  float: none;
}

/*.header {*/
/*  width: 100%;*/
/*  height: 1.05rem;*/
/*  background: #015293;*/
/*  line-height: 1.05rem;*/
/*  font-size: .35rem;*/
/*  padding-left: 1.68rem;*/
  /*padding-left: 1.6rem;*/
/*  color: #ffffff;*/
/*  background-image: url(../images/header_logo.png);*/
/*  background-repeat: no-repeat;*/
/*  background-size: .93rem .55rem;*/
/*  background-position: .53rem center;*/
/*}*/

.header{
      width: 100%;
  height: 1.05rem;
  position: relative;
  background: #015293;
  line-height: 1.05rem;
  font-size: .33rem;
  padding-left: 1.78rem;
  /*padding-left: 1.6rem;*/
  color: #ffffff;
  background-image: url(../images/header_logo.png);
  background-repeat: no-repeat;
  background-size: .93rem .55rem;
  background-position: .70rem center;
}

.header .left11{
    position: absolute;
      left:0.1rem;
      top: 0.35rem;
      border-radius: 0.08rem;
      width: 0.35rem;
    height: .35rem;
      line-height: .35rem;
      text-align: center;
      border-radius: 50%;
      background: #f5f5f5;
      font-size: 0.28rem;
      color: #333;
      opacity:0.6;
}
.header .right11{
    position: absolute;
      right:0.1rem;
      top: 0.35rem;
      border-radius: 0.08rem;
      width: 0.35rem;
    height: .35rem;
      line-height: .35rem;
      text-align: center;
      border-radius: 50%;
      background: #f5f5f5;
      font-size: 0.28rem;
      color: #333;
      opacity:0.6;
}
.footer {
  height: 1.05rem;
  width: 100%;
  position: fixed;
  z-index: 9999999999;
  bottom: 0;
  display: flex;
  flex-direction: row;
  border-top: 0.02rem solid #cbcbcb;
  background: #fff;
}

.footer li {
  flex: 1;
  text-align: center;
}

.footer li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: .19rem;
  color: #333333;
  font-size: 0.22rem;
}

.footer li a p:nth-child(1) {
  background-repeat: no-repeat;
  width: 100%;
  height: .35rem;
  background-position: center center;
}

.footer li a .footer_icon01 {
  background-image: url(../images/footer_icon011.png);
  background-size: .35rem .35rem;
}

.footer li a .footer_icon02 {
  background-image: url(../images/footer_icon021.png);
  background-size: .34rem .35rem;
}

.footer li a .footer_icon03 {
  background-image: url(../images/footer_icon031.png);
  background-size: .28rem .33rem;
}

.footer li a p:nth-child(2) {
  line-height: 0.37rem;
}

.footer li:nth-child(1),
.footer li:nth-child(2) {
  background-image: url(../images/footer_line.png);
  background-size: 0.02rem 0.65rem;
  background-repeat: no-repeat;
  background-position: right center;
}

.footer .current p:nth-child(2) {
  color: #486ad6;
}

.main {
  width: 100%;
  height: auto;
  padding: .2rem 0.28rem 1.2rem;
}


/*第一版20230712*/
.main .verification {
  width: 100%;  
   position: relative;
  height: .58rem;
/*overflow: hidden;*/

}
.main .verification form{
    display: block;
    width: 96%;  
      background: #f5f5f5;
    margin: 0 auto;
  border-radius: .08rem;
  padding: 0.09rem .1rem 0;
  height: .58rem;

 
}
.main .verification form span{
    margin-right: 0.06rem;
    line-height: 0.4rem;
    height: 0.4rem;
    font-size: 0.18rem;
}
.main .verification form input{

    height: 0.4rem;
     font-size: 0.15rem;
      
}

.main .verification form .v_code{
    width: 1rem;
    margin: 0 0.06rem;
    height: 0.4rem;
    border: 0.01rem solid #767676;
    
}
.main .verification form .v_code canvas{
    width: 100%;
    height: 100%;
}
.main .verification form .input_01{
        width: 1.2rem;
}
.main .verification form .input_02{
       width: 1.18rem;
         font-size: 0.15rem;  padding-left: 0.05rem;
}
.main .verification form .input_03{
        width: 1.18rem;
        padding-left: 0.05rem;
           font-size: 0.15rem;
}
.main .verification form .button1 {
  display: block;
  width: 1.3rem;
  height: 0.4rem;
    margin: 0 0.06rem;
  background: #1874d0;
  font-size: 0.15rem;
  line-height: .4rem;
  border: none;
  border-radius: 0.12rem;
  color: #ffffff;
}
.main .verification form .button2 {
  display: block;
  width: 0.5rem;
  height: 0.4rem;
  background: #1874d0;
  font-size: 0.15rem;
  line-height: .4rem;
  border: none;
  border-radius: 0.03rem;
  color: #ffffff;
  margin-left: 0.06rem;
}
.main .verification .left11{
      position: absolute;
      left:-0.25rem;
      border-radius: 0.08rem;
      width: 0.35rem;
    height: .58rem;
      line-height: .58rem;
      text-align: center;
            background-image: url(../images/xiayibu7718.png);
        background-position: center center;
        background-size: .15rem .23rem;
        background-repeat:no-repeat ;
      /*background: #f5f5f5;*/
      font-size: 0.32rem;
      top:0;
}
.main .verification .right11{
      position: absolute;
      right:-0.25rem;
      border-radius: 0.08rem;
      width: 0.35rem;
      height: .58rem;      
      line-height: .58rem;
      text-align: center;
                  background-image: url(../images/xiayibu7717.png);
        background-position: center center;
        background-size: .15rem .23rem;
        background-repeat:no-repeat ;
      /*background: #f5f5f5;*/
      top: 0;
      font-size: 0.32rem;
}
/*结束第一版*/
/*.main .verification {*/
/*  width: 100%;  margin: 0 auto;*/
/*  height: 1.33rem;*/
/*  background: #f5f5f5;*/
/*  border-radius: .08rem;*/
/*  padding: .18rem .28rem 0;*/

/*}*/
/*.main .verification form{*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 100%;  position: relative;*/
/*}*/
/*.main .verification form .left11{*/
/*      position: absolute;*/
/*      left:-0.5rem;*/
/*      border-radius: 0.08rem;*/
/*      width: 0.35rem;*/
/*      height: 1.33rem;*/
/*      line-height: 1.33rem;*/
/*      text-align: center;*/
/*      background: #f5f5f5;*/
/*      font-size: 0.28rem;*/
/*      background-image: url(../images/shangyibu773.png);*/
/*        background-position: center center;*/
/*        background-size: .15rem .23rem;*/
/*        background-repeat:no-repeat ;*/
/*      top: -0.18rem;*/
/*      font-weight: bold;*/
/*}*/
/*.main .verification form .right11{*/
/*      position: absolute;*/
/*      right:-0.5rem;*/
/*      border-radius: 0.08rem;*/
/*      width: 0.35rem;*/
/*      height: 1.33rem;      */
/*      line-height: 1.33rem;*/
/*      text-align: center;*/
/*      background: #f5f5f5;*/
/*      background-image: url(../images/shangyibu774.png);*/
/*        background-position: center center;*/
/*        background-size: .15rem .23rem;*/
/*        background-repeat:no-repeat ;*/
/*      top: -0.18rem;*/
/*         font-size: 0.28rem;*/
/*      font-weight: bold;*/
/*}*/
/*.main .verification .verification_box {*/
/*  width: 100%;*/

/*  height: .42rem;*/
/*  line-height: .42rem;*/
/*  font-size: .21rem;*/
/*  color: #333333;*/
/*  margin-bottom: 0.13rem;*/
/*}*/
/*.main .verification .verification_box span{*/
/*    margin-right: 0.1rem;*/
/*}*/
/*.main .verification .verification_box input {*/
/*  display: block;*/
/*  height: .42rem;*/
/*  border: .01rem solid #333333;*/
/*  border-radius: .04rem;*/
/*  padding-left: 0.12rem;*/
/*  font-size: 0.21rem;*/
/*}*/

/*.main .verification .verification_box button {*/
/*  display: block;*/
/*  width: 1.4rem;*/
/*  height: 0.4rem;*/
/*  border-radius: 0.16rem;*/
/*  border: 0;*/
/*  background: #1874d0;*/
/*  font-size: 0.21rem;*/
/*  color: #ffffff;*/
/*}*/

/*.main .verification .verification_box .input_01 {*/
/*  width: 1.64rem;*/
/*  margin-right: 0.08rem;*/
/*}*/

/*.main .verification .verification_box .v_send {*/
/*  width: 1.2rem;*/
/*  display: block;*/
/*  height: 0.42rem;*/
/*  background: #1874d0;*/
/*  color: #fff;*/
/*  font-size: 0.22rem;*/
/*  text-align: center;*/
/*}*/

/*.main .verification .verification_box .input_02 {*/
/*  width: 1.38rem;*/
/*}*/

/*.main .verification .verification_box .input_03 {*/
/*  width: 1.2rem;*/
/*}*/

/*.main .verification .verification_box .v_code {*/
/*  width: 1.66rem;*/
/*  height: .42rem;*/
/*  display: block;*/
/*  margin-right: 0.08rem;*/
/*}*/

/*.main .verification .verification_box .v_code img {*/
/*  display: block;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/

.main .title {
  width: 100%;
  height: .65rem;
  line-height: .65rem;
  padding-left: 0.2rem;
  background-image: url(../images/title_line.png);
  background-repeat: no-repeat;
  background-size: 0.06rem 0.32rem;
  background-position: 0 center;
  color: #333333;
  font-size: 0.32rem;
  border-bottom: 0.01rem solid #e8e8e8;
}

.main .title3 {
  width: 100%;
  height: .65rem;
  line-height: .65rem;
  padding-left: 0.2rem;
  background-image: url(../images/title_line.png);
  background-repeat: no-repeat;
  background-size: 0.06rem 0.32rem;
  background-position: 0 center;
  color: #333333;
  font-size: 0.32rem;
}

.main .opinion {
  width: 100%;
  height: 2.56rem;
  border: .01rem solid #c5c5c5;
}

.main .opinion textarea {
  width: 100%;
  height: 100%;
  border: none;
  padding: .1rem;
  font-size: .22rem;
  resize: none;
}

.main .title2 {
  width: 100%;
  height: .74rem;
  line-height: .74rem;
  margin-top: 0.09rem;
  padding-left: 0.26rem;
  background-image: url(../images/title_line.png);
  background-repeat: no-repeat;
  background-size: 0.06rem 0.32rem;
  background-position: 0.06rem center;
  color: #333333;
  font-size: 0.25rem;
}

.main .title2 p {
  width: 100%;
  border-bottom: 0.01rem solid #e8e8e8;
  position: relative;
}

.main .title2 p a {
  position: absolute;
  right: 0;
  width: 1.99rem;
  height: .4rem;
  line-height: 0.4rem;
  display: block;
  background: #7ba3c4;
  top: 0.1rem;
  font-size: 0.21rem;
  text-align: center;
  color: #fff;
}

.main .business {
  width: 100%;
  height: auto;
  padding: 0.17rem 0.08rem 0;
}

.main .business li {
  width: 49%;
  float: left;
  height: 2.44rem;
  background: #f3f8fe;
  margin-right: 2%;
  border-radius: 0.07rem;
  margin-bottom: 0.18rem;
  background-position: center 0.46rem;
  background-repeat: no-repeat;
  background-size: 1.03rem 1.02rem;
}

.main .business li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: .6rem;
  text-align: center;
  padding-top: 1.56rem;
  font-size: .3rem;
  font-weight: bold;
  color: #333333;
}

.main .business li:nth-child(2n) {
  margin-right: 0;
}

.main .business li:nth-child(1) {
  background-image: url(../images/business_icon01.png);
}

.main .business li:nth-child(2) {
  background-image: url(../images/business_icon05.png);
}

.main .business li:nth-child(3) {
  background-image: url(../images/business_icon03.png);
  background-size: 1.2rem 1.02rem;
}

.main .business li:nth-child(4) {
  background-image: url(../images/business_icon02.png);
}

.main .business li:nth-child(5) {
  background-image: url(../images/business_icon04.png);
  background-size: 1.2rem 1.02rem;
}

.main .business li:nth-child(6) {
  background-image: url(../images/business_icon06.png);
}

.main .register {
  width: 88%;
  margin: 0 auto;
  height: 0.58rem;
  background: #f5f5f5;
  border-radius: 0.08rem;
  background-image: url(../images/register_iocn.png);
  background-repeat: no-repeat;
  background-size: .29rem .27rem;
  background-position: 0.22rem center;
  padding-left: .6rem;
  margin-bottom: 0.1rem;
  line-height: 0.58rem;
  color: #333;
  font-size: 0.22rem;
  position: relative;
}

.main .register .goback{
  position: absolute;
  left:-0.5rem;
  border-radius: 0.08rem;
  width: 0.45rem;
  height: 0.58rem;
  /*background: #f5f5f5;*/
background-position: center center;
background-size:.15rem .23rem;
background-image: url('../images/xiayibu7718.png');
background-repeat: no-repeat;
/*background-color: #f5f5f5;*/
  top: 0;
  font-weight: bold;

}


.main .register .gobacknext{
  position: absolute;
  right:-0.5rem; 
  top: 0;
  border-radius: 0.08rem;
  width: 0.45rem;
  height: 0.58rem;
  /*background: #f5f5f5;*/
background-position: center center;
background-size:.15rem .23rem;
background-image: url('../images/xiayibu7717.png');
background-repeat: no-repeat;
/*background-color: #f5f5f5;*/
  top: 0;
  font-weight: bold;
}
.main .register span {
  width: 5.5rem;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main .register .quit {
  position: absolute;
  right: .15rem;
  top: .1rem;
  width: 1.19rem;
  height: .4rem;
  line-height: .4rem;
  display: block;
  text-align: center;
  border-radius: .15rem;
  background: #7ba3c4;
  font-size: .24rem;
  color: #ffffff;
}

.main .my_work {
  width: 100%;
  height: 2rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0.17rem;
  margin-bottom: 0.12rem;
}

.main .my_work li {
  height: 100%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
}

.main .my_work li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: .3rem 0 0 1.65rem;
  background-repeat: no-repeat;
  background-position: .48rem center;
  background-size: 1.09rem 1.18rem;
}

.main .my_work li a p:nth-child(1) {
  color: #fff;
  width: 100%;
  line-height: 0.4rem;
  text-align: center;
  font-size: .27rem;
}

.main .my_work li a p:nth-child(2) {
  color: #fff;
  width: 100%;
  height: 0.94rem;
  line-height: 0.94rem;
  text-align: center;
  font-size: 1rem;
}

.main .my_work li a .p_01 {
  line-height: .35rem;
}

.main .my_work .mywork_box1 {
  width: 3.79rem;
  background-image: url(../images/mywork_1.png);
}

.main .my_work .mywork_box1 a {
  background-image: url(../images/mywork_icon1.png);
}

.main .my_work .mywork_box2 {
  width: 3.66rem;
  background-image: url(../images/mywork_2.png);
}

.main .my_work .mywork_box2 a {
  background-image: url(../images/mywork_icon2.png);
}

.main .my_work .mywork_box3 {
  width: 3.66rem;
  background-image: url(../images/mywork_3.png);
}

.main .my_work .mywork_box3 a {
  background-image: url(../images/mywork_icon3.png);
}

.main .date_box1 {
  height: 3.69rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  margin: .4rem 0 0;
}

.main .date_box1 li {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main .date_box1 li p {
  width: 2.24rem;
  height: .4rem;
  margin: 0 auto;
  background: #3a87eb;
  color: #fff;
  font-size: .18rem;
  line-height: .4rem;
  text-align: center;
  border-bottom-left-radius: .02rem;
  border-bottom-right-radius: .02rem;
}

.main .date_box1 li .date {
  flex: 1;
  width: 100%;
}

.main .date_box2 {
  width: 100%;
  height: 5.1rem;
  display: flex;
  flex-direction: column;
}

.main .date_box2 .date {
  flex: 1;
  width: 100%;
}

.main .personal {
  width: 100%;
  margin-top: 0.16rem;
  height: 2.76rem;
  display: flex;
  justify-content: space-between;
}

.main .personal .personal_img {
  width: 2.31rem;
  height: 100%;
}

.main .personal .personal_img img {
  width: 100%;
  height: 100%;
}

.main .personal .personal_information {
  width: 4.95rem;
  height: 100%;
  padding-top: 0.04rem;
}

.main .personal .personal_information li {
  width: 100%;
  height: .4rem;
  margin-bottom: 0.14rem;
  display: flex;
  flex-direction: row;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: .4rem;
}

.main .personal .personal_information li input {
  display: block;
  width: 3.42rem;
  height: 0.4rem;
  border: 0.01rem solid #e3e3e3;
  border-radius: 0.02rem;
  padding-left: 0.21rem;
}

.main .personal .personal_information li p {
  width: 3.42rem;
  height: 0.4rem;
  border: 0.01rem solid #e3e3e3;
  border-radius: 0.02rem;
  line-height: 0.4rem;
  font-size: .22rem;
  padding-left: 0.21rem;
}

.main .personal .personal_information li span {
  flex: 1;
  color: #333333;
  font-size: .22rem;
  line-height: 0.4rem;
}

.main .personal_run {
  width: 100%;
  height: 1.21rem;
  padding-top: 0.16rem;
  display: flex;
  margin-top: .26rem;
  justify-content: space-between;
  border-top: 0.01rem solid #e8e8e8;
}

.main .personal_run li {
  width: 2.42rem;
  height: .9rem;
  border: 0.01rem solid #c5c5c5;
  border-radius: 0.08rem;
  background-repeat: no-repeat;
  background-size: 0.65rem 0.65rem;
  background-position: .24rem center;
}

.main .personal_run li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 0.9rem;
  padding-left: .99rem;
  font-size: 0.22rem;
  color: #333;
}

.main .personal_run li:nth-child(1) {
  background-image: url(../images/personal_run_icon01.png);
}

.main .personal_run li:nth-child(2) {
  background-image: url(../images/personal_run_icon02.png);
}

.main .personal_run li:nth-child(3) {
  background-image: url(../images/personal_run_icon03.png);
}

.main .personal_run2 {
  width: 100%;
  height: auto;
  display: flex;
  margin-top: .17rem;
  flex-direction: row;
}

.main .personal_run2 li {
  width: 2.42rem;
  height: .9rem;
  border: 0.01rem solid #c5c5c5;
  border-radius: 0.08rem;
  background-repeat: no-repeat;
  background-size: 0.65rem 0.65rem;
  background-position: .24rem center;
  margin-right: 0.18rem;
}

.main .personal_run2 li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 0.9rem;
  padding-left: .99rem;
  font-size: 0.22rem;
  color: #333;
}

.main .personal_run2 li:nth-child(1) {
  background-image: url(../images/personal_run_icon04.png);
}

.main .personal_run2 li:nth-child(2) {
  background-image: url(../images/personal_run_icon05.png);
}

.main .location {
  height: 0.72rem;
  width: 100%;
  margin-top: .1rem;
  border-bottom: 0.01rem solid #e8e8e8;
  background-image: url(../images/location.png);
  background-repeat: no-repeat;
  background-size: 0.2rem 0.24rem;
  background-position: 0.14rem center;
  padding-left: 0.44rem;
  line-height: 0.72rem;
  font-size: .24rem;
  color: #939393;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.main .location a {
  color: #939393;
}

.main .location .evaluate {
  position: absolute;
  right: 0.28rem;
  top: 0.14rem;
  width: 1.19rem;
  height: 0.4rem;
  line-height: .4rem;
  display: block;
  text-align: center;
  border-radius: 0.15rem;
  background: #ffb11a;
  font-size: .24rem;
  color: #ffffff;
}

.main .location2 {
  height: 0.72rem;
  width: 100%;
  margin-top: .1rem;
  border-bottom: 0.01rem solid #e8e8e8;
  background-image: url(../images/location.png);
  background-repeat: no-repeat;
  background-size: 0.2rem 0.24rem;
  background-position: 0.0rem center;
  padding-left: 0.24rem;
  line-height: 0.72rem;
  font-size: .24rem;
  color: #939393;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}

.main .location2 .a_1 {
  color: #939393;
}

.main .location2 .a_clear {
  position: absolute;
  right: 0;
  background: #7ba3c4;
  color: #fff;
  font-size: 0.21rem;
  padding: 0 .12rem;
  height: 0.4rem;
  line-height: 0.4rem;
  bottom: 0.15rem;
  border-radius: 0.02rem;
}

.main .location2 a {
  color: #939393;
}

.main .inner_login {
  width: 6.64rem;
  height: 4.19rem;
  margin: 0.73rem auto;
  border: 0.03rem solid #e6e6e6;
  border-radius: 0.09rem;
  padding: 0.64rem;
}

.main .inner_login div {
  width: 100%;
  height: 0.4rem;
  line-height: 0.4rem;
  display: flex;
  justify-content: space-between;
  padding-left: .52rem;
  font-size: 0.22rem;
  color: #333333;
  margin-bottom: 0.3rem;
  background-repeat: no-repeat;
  background-size: .26rem .25rem;
  background-position: 0.13rem center;
}

.main .inner_login div span {
  display: block;
  flex: 1;
}

.main .inner_login div input {
  display: block;
  width: 3.47rem;
  height: .4rem;
  border: 0.01rem solid #d9d9d9;
  border-radius: 0.02rem;
  padding-left: 0.21rem;
  font-size: 0.22rem;
}

.main .inner_login .box01 {
  background-image: url(../images/inner_login_icon01.png);
}

.main .inner_login .box02 {
  background-image: url(../images/inner_login_02.png);
}

.main .inner_login .il_btn {
  width: 100%;
  height: 0.48rem;
  margin-top: 0.62rem;
  display: flex;
  justify-content: space-between;
}

.main .inner_login .il_btn li {
  width: 1.68rem;
  height: 100%;
  background: #0267b7;
  border-radius: 0.03rem;
}

.main .inner_login .il_btn li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 0.48rem;
  font-size: .22rem;
  color: #fff;
}

.main .inner_login .il_btn li:last-child {
  background: #a2a2a2;
}

.main .inner_personal {
  width: 100%;
  height: auto;
  background: #f3f8fe;
  margin-top: 0.08rem;
  padding: 0.1rem 0.16rem;
  display: flex;
  justify-content: space-between;
}

.main .inner_personal li {
  height: 0.55rem;
  line-height: 0.55rem;
  font-size: 0.21rem;
  color: #333333;
  width: auto;
  padding-left: 0.28rem;
  background-position: 0 center;
  background-repeat: no-repeat;
}

.main .inner_personal li:nth-child(1) {
  background-image: url(../images/inner_personal_icon01.png);
  background-size: 0.21rem 0.25rem;
}

/*.main .inner_personal li:nth-child(2) {*/
/*  background-image: url(../images/inner_personal_icon02.png);*/
/*  background-size: 0.27rem 0.25rem;*/
/*}*/

.main .inner_personal li:nth-child(2) {
  background-image: url(../images/inner_personal_icon04.png);
  background-size: 0.26rem 0.19rem;
}

.main .news_inner_personal {
  width: 100%;
  height: auto;
  background: #f3f8fe;
  margin-top: 0.28rem;
  padding: 0.1rem 0.16rem;
}

.main .news_inner_personal .inner_Insured {
  background: #f3f8fe;
  height: auto;
  padding-top: 0;
  margin: 0;
}



.main .inner_Insured {
  width: 100%;
  height: auto;
  background: #fff3f3;
  margin-top: 0.08rem;
  border-radius: 0.03rem;
    padding: 0.1rem 0.16rem;
}

.main .inner_Insured li {
  height: auto;
  float: left;
  width: 45%;
  line-height: 0.55rem;
  font-size: 0.21rem;
  color: #333333;
  padding-left: 0.28rem;
  background-position:0 0.13rem;
  background-repeat: no-repeat;
}
.main .inner_Insurednew {
  width: 100%;
  height: auto;
     background: #f3f8fe;
  margin-top: 0.08rem;
  border-radius: 0.03rem;
    padding: 0rem 0.16rem;
}
.main .inner_Insurednew li {
  height: auto;
  width: 100%;
  line-height: 0.55rem;
  font-size: 0.21rem;
  color: #333333;
  padding-left: 0.28rem;
  background-position:0 0.13rem;
  background-repeat: no-repeat;
    background-image: url(../images/inner_Insured_icon02.png);
  background-size: 0.25rem 0.24rem;
}
.main .inner_Insured li:nth-child(2n) {
  width: 55%;
}

.main .inner_Insured li:nth-child(1) {

    background-image: url(../images/inner_personal_icon02.png);
  background-size: 0.27rem 0.25rem;
   background-position:0 0.13rem;
}

.main .inner_Insured li:nth-child(2) {
  /*background-image: url(../images/inner_Insured_icon02.png);*/
  /*background-size: 0.25rem 0.24rem;*/
    background-image: url(../images/inner_Insured_icon01.png);
  background-size: 0.21rem 0.21rem;
   background-position:0 center;
}

.main .inner_Insured2 {
  width: 100%;
  height: auto;
  margin-top: 0.36rem;
  padding: 0 .14rem;
  margin-bottom: 0.66rem;
}

.main .inner_Insured2 li {
  width: 49%;
  height: 1.2rem;
  line-height: 1.2rem;
  float: left;
  border-radius: 0.08rem;
  border: 0.01rem solid #c5c5c5;
  margin-right: 2%;
  margin-bottom: 0.15rem;
  background-size: 0.5rem 0.46rem;
  background-repeat: no-repeat;
  background-position: .90rem center;
}

.main .inner_Insured2 li a {
  padding-left: 1.46rem;
  font-size: 0.28rem;
  color: #333333;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main .inner_Insured2 li:nth-child(2n) {
  margin-right: 0;
}

.main .inner_Insured2 li:nth-child(1) {
  background-image: url(../images/inner_Insured2_icon01.png);
}

.main .inner_Insured2 li:nth-child(2) {
  background-image: url(../images/inner_Insured2_icon02.png);
}

.main .inner_Insured2 li:nth-child(3) {
  background-image: url(../images/inner_Insured2_icon03.png);
}

.main .inner_Insured2 li:nth-child(4) {
  background-image: url(../images/inner_Insured2_icon04.png);
}

.main .inner_Insured2 li:nth-child(5) {
  background-image: url(../images/inner_Insured2_icon05.png);
}
.main .inner_Insured2 li:nth-child(6) {
  background-image: url(../images/inner_Insured2_icon06new.png);
}
.main .inner_Insured2 li:nth-child(7) {
  background-image: url(../images/inner_Insured2_icon07new.png);
}
.main .inner_Insured2 li:nth-child(8) {
  background-image: url(../images/inner_Insured2_icon08new.png);
}

.main .inner_Insured3 {
  width: 100%;
  height: auto;
  margin-top: 0.36rem;
  padding: 0 .14rem;
  margin-bottom: 0.66rem;
}

.main .inner_Insured3 li {
  width: 49%;
  height: 1.2rem;
  line-height: 1.2rem;
  float: left;
  border-radius: 0.08rem;
  border: 0.01rem solid #c5c5c5;
  margin-right: 2%;
  margin-bottom: 0.15rem;
  background-size: 0.5rem 0.46rem;
  background-repeat: no-repeat;
  background-position: .90rem center;
}

.main .inner_Insured3 li a {
  padding-left: 1.46rem;
  font-size: 0.28rem;
  color: #333333;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.main .inner_Insured3 li:nth-child(2n) {
  margin-right: 0;
}

.main .inner_Insured3 li:nth-child(1) {
  background-image: url(../images/inner_Insured2_iconnew01.png);
}

.main .inner_Insured3 li:nth-child(2) {
  background-image: url(../images/inner_Insured2_iconnew02.png);
}
.main .inner_Insured3 li:nth-child(3) {
  background-image: url(../images/inner_Insured2_iconnew03.png);
}

.main .inner_Insured3 li:nth-child(4) {
  background-image: url(../images/inner_Insured2_iconnew04.png);
}


.main .inner_Insured3 li:nth-child(5) {
  background-image: url(../images/bl_jmtb.png);
}
.main .inner_Insured3 li:nth-child(6) {
  background-image: url(../images/bl_zgtb.png);
}


.main .inner_Insured3 li:nth-child(7) {
  background-image: url(../images/inner_Insured2_iconnew05.png);
}
.main .inner_Insured3 li:nth-child(8) {
  background-image: url(../images/inner_Insured2_iconnew06.png);
}
.main .inner_Insured3 li:nth-child(9) {
  background-image: url(../images/inner_Insured2_iconnew07.png);
}



.main .knowledge_base {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}

.main .knowledge_base .knowledge_base_title {
  width: 100%;
  height: 0.52rem;
  line-height: .52rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.28rem;
}

.main .knowledge_base .knowledge_base_title input {
  width: 4.93rem;
  height: .52rem;
  border: 0.01rem solid #015293;
  border-radius: 0.03rem;
  padding-left: 0.21rem;
  font-size: 0.28rem;
}

.main .knowledge_base .knowledge_base_title a {
  width: 1.49rem;
  height: 100%;
  display: block;
  line-height: 0.52rem;
  background: #015293;
  font-size: 0.28rem;
  color: #fff;
  background-image: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: 0.27rem center;
  padding-left: 0.68rem;
  border-radius: 0.05rem;
  background-size: 0.28rem 0.28rem;
}

.main .tab {
  width: 100%;
  height: auto;
  margin-top: .21rem;
}

.main .tab .tab_list {
  width: 100%;
  height: 0.55rem;
  line-height: 0.55rem;
}

.main .tab .tab_list ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.main .tab .tab_list ul li {
  width: 1.49rem;
  height: 100%;
  background: #0267b7;
  text-align: center;
  font-size: .26rem;
  color: #fff;
  border-top-left-radius: 0.08rem;
  border-top-right-radius: 0.08rem;
}

.main .tab .tab_list ul .current {
  background: #d53142;
}

.main .tab .tab_con {
  width: 100%;
  height: auto;
  margin-top: 0.05rem;
}

.main .tab .tab_con .item {
  display: none;
}

.main .tab .tab_con .item table {
  width: 100%;
  height: auto;
  font-size: 0.22rem;
  border-bottom: 0.01rem solid #cccccc;
  border-right: 0.01rem solid #cccccc;
  color: #333;
  display: block;
}

.main .tab .tab_con .item table tr {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  flex-direction: row;
}

.main .tab .tab_con .item table tr th {
  height: 100%;
  background: #579add;
  border-top: 0.01rem solid #fff;
  border-left: 0.01rem solid #fff;
  text-align: center;
  color: #fff;
}

.main .tab .tab_con .item table tr td {
  height: 100%;
  border-top: 0.01rem solid #cccccc;
  border-left: 0.01rem solid #cccccc;
}

.main .tab .tab_con .item table tr td:nth-child(1),
.main .tab .tab_con .item table tr th:nth-child(1) {
  width: 0.98rem;
  text-align: center;
}

.main .tab .tab_con .item table tr td:nth-child(2),
.main .tab .tab_con .item table tr th:nth-child(2) {
  width: 1.24rem;
  text-align: center;
}

.main .tab .tab_con .item table tr td:nth-child(3) {
  flex: 1;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.2rem;
  text-align-last: left;
  display: block;
}

.main .tab .tab_con .item table tr th:nth-child(3) {
  text-align: center;
  flex: 1;
}

.main .tab .tab_con .item tbody {
  display: block;
  width: 100%;
  height: auto;
}

.main .page {
  width: 100%;
  height: 0.7rem;
  line-height: 0.7rem;
  display: flex;
  justify-content: space-between;
  padding: 0 1.3rem;
  font-size: 0.22rem;
  color: #666666;
}

.main .page a {
  color: #666666;
}

.main .article {
  width: 100%;
  height: auto;
  margin-top: 0.18rem;
  padding-bottom: 1.3rem;
}

.main .article .article_title {
  line-height: 0.4rem;
  color: #333;
  font-size: 0.24rem;
  text-align: center;
  padding: 0 0.8rem;
}

.main .article .article_date {
  margin-top: 0.18rem;
  line-height: 0.48rem;
  color: #8e8e8e;
  font-size: 0.2rem;
  text-align: center;
  background: #f5f5f5;
}

.main .article .article_content {
  line-height: .35rem;
  color: #333;
  font-size: 0.2rem;
  margin-top: 0.23rem;
}

.main .content_table {
  width: 100%;
  height: auto;
  font-size: 0.22rem;
  border-bottom: 0.01rem solid #cccccc;
  border-right: 0.01rem solid #cccccc;
  color: #333;
  display: block;
  margin-top: 0.28rem;
}

.main .content_table tr {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  flex-direction: row;
}

.main .content_table tr th {
  height: 100%;
  background: #579add;
  border-top: 0.01rem solid #fff;
  border-left: 0.01rem solid #fff;
  text-align: center;
  color: #fff;
}

.main .content_table tr td {
  height: 100%;
  border-top: 0.01rem solid #cccccc;
  border-left: 0.01rem solid #cccccc;
}

.main .content_table tr td:nth-child(1),
.main .content_table tr th:nth-child(1) {
  width: 0.98rem;
  text-align: center;
}

.main .content_table tr td:nth-child(3),
.main .content_table tr th:nth-child(3) {
  width: 1.68rem;
  text-align: center;
}

.main .content_table tr td:nth-child(2) {
  flex: 1;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.2rem;
  text-align-last: left;
  display: block;
}

.main .content_table tr th:nth-child(2) {
  text-align: center;
  flex: 1;
}

.main tbody {
  display: block;
  width: 100%;
  height: auto;
}

.main .Chronic_disease_table {
  width: 100%;
  height: auto;
  font-size: 0.22rem;
  border-bottom: 0.01rem solid #cccccc;
  border-right: 0.01rem solid #cccccc;
  color: #333;
  display: block;
  margin-top: 0.13rem;
}

.main .Chronic_disease_table tr {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  flex-direction: row;
}

.main .Chronic_disease_table tr th {
  height: 100%;
  background: #579add;
  border-top: 0.01rem solid #fff;
  border-left: 0.01rem solid #fff;
  text-align: center;
  color: #fff;
}

.main .Chronic_disease_table tr td {
  height: 100%;
  border-top: 0.01rem solid #cccccc;
  border-left: 0.01rem solid #cccccc;
}

.main .Chronic_disease_table tr td:nth-child(1),
.main .Chronic_disease_table tr th:nth-child(1) {
  width: 0.64rem;
  text-align: center;
}

.main .Chronic_disease_table tr td:nth-child(3),
.main .Chronic_disease_table tr th:nth-child(3),
.main .Chronic_disease_table tr td:nth-child(4),
.main .Chronic_disease_table tr th:nth-child(4),
.main .Chronic_disease_table tr td:nth-child(5),
.main .Chronic_disease_table tr th:nth-child(5) {
  width: 1.14rem;
  text-align: center;
}

.main .Chronic_disease_table tr td:nth-child(6),
.main .Chronic_disease_table tr th:nth-child(6) {
  width: 1.58rem;
  text-align: center;
}

.main .Chronic_disease_table tr td:nth-child(6) a,
.main .Chronic_disease_table tr th:nth-child(6) a {
  color: #196cc0;
}

.main .Chronic_disease_table tr td:nth-child(2) {
  flex: 1;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  text-align-last: left;
  display: block;
}

.main .Chronic_disease_table tr th:nth-child(2) {
  text-align: center;
  flex: 1;
}

.main .Chronic_disease_table2 {
  width: 100%;
  height: auto;
  font-size: 0.22rem;
  border-bottom: 0.01rem solid #cccccc;
  border-right: 0.01rem solid #cccccc;
  color: #333;
  display: block;
  margin-top: 0.13rem;
  margin-bottom: 0.5rem;
}

.main .Chronic_disease_table2 tr {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  flex-direction: row;
}

.main .Chronic_disease_table2 tr th {
  height: 100%;
  background: #579add;
  border-top: 0.01rem solid #fff;
  border-left: 0.01rem solid #fff;
  text-align: center;
  color: #fff;
}

.main .Chronic_disease_table2 tr td {
  height: 100%;
  border-top: 0.01rem solid #cccccc;
  border-left: 0.01rem solid #cccccc;
}

.main .Chronic_disease_table2 tr td:nth-child(1),
.main .Chronic_disease_table2 tr th:nth-child(1) {
  width: 0.74rem;
  text-align: center;
}

.main .Chronic_disease_table2 tr td:nth-child(6),
.main .Chronic_disease_table2 tr th:nth-child(6),
.main .Chronic_disease_table2 tr td:nth-child(7),
.main .Chronic_disease_table2 tr th:nth-child(7),
.main .Chronic_disease_table2 tr td:nth-child(5),
.main .Chronic_disease_table2 tr th:nth-child(5) {
  width: 0.8rem;
  text-align: center;
}

.main .Chronic_disease_table2 tr td:nth-child(3),
.main .Chronic_disease_table2 tr th:nth-child(3) {
  width: 1.70rem;
  text-align: center;
}

.main .Chronic_disease_table2 tr td:nth-child(4),
.main .Chronic_disease_table2 tr th:nth-child(4) {
  width: 1.13rem;
  text-align: center;
}

.main .Chronic_disease_table2 tr td:nth-child(2) {
  flex: 1;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  text-align-last: left;
  display: block;
}

.main .Chronic_disease_table2 tr th:nth-child(2) {
  text-align: center;
  flex: 1;
}

.main .Chronic_disease_table3 {
  width: 100%;
  height: auto;
  font-size: 0.2rem;
  border-bottom: 0.01rem solid #cccccc;
  border-right: 0.01rem solid #cccccc;
  color: #333;
  display: block;
  margin-top: 0.13rem;
  margin-bottom: 0.5rem;
}

.main .Chronic_disease_table3 tr {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  flex-direction: row;
}

.main .Chronic_disease_table3 tr th {
  height: 100%;
  background: #579add;
  border-top: 0.01rem solid #fff;
  border-left: 0.01rem solid #fff;
  text-align: center;
  color: #fff;
}

.main .Chronic_disease_table3 tr td {
  height: 100%;
  border-top: 0.01rem solid #cccccc;
  border-left: 0.01rem solid #cccccc;
}

.main .Chronic_disease_table3 tr td:nth-child(1),
.main .Chronic_disease_table3 tr th:nth-child(1) {
  width: 1.1rem;
  text-align: center;
}

.main .Chronic_disease_table3 tr td:nth-child(3),
.main .Chronic_disease_table3 tr th:nth-child(3) {
  width: 2rem;
  text-align: center;
}

.main .Chronic_disease_table3 tr td:nth-child(4),
.main .Chronic_disease_table3 tr th:nth-child(4) {
  width: 1.5rem;
  text-align: center;
}

.main .Chronic_disease_table3 tr td:nth-child(5),
.main .Chronic_disease_table3 tr th:nth-child(5) {
  width: 1.8rem;
  text-align: center;
}
.main .Chronic_disease_table3 tr td:nth-child(2) {
  flex: 1;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  text-align: center;
  display: block;
}

.main .Chronic_disease_table3 tr th:nth-child(2) {
  text-align: center;
  flex: 1;
}

.main .Chronic_disease_table4 {
  width: 100%;
  height: auto;
  font-size: 0.22rem;
  border-bottom: 0.01rem solid #cccccc;
  border-right: 0.01rem solid #cccccc;
  color: #333;
  display: block;
  margin-top: 0.13rem;
  margin-bottom: 0.5rem;
}

.main .Chronic_disease_table4 tr {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  flex-direction: row;
}

.main .Chronic_disease_table4 tr th {
  height: 100%;
  background: #579add;
  border-top: 0.01rem solid #fff;
  border-left: 0.01rem solid #fff;
  text-align: center;
  color: #fff;
}

.main .Chronic_disease_table4 tr td {
  height: 100%;
  border-top: 0.01rem solid #cccccc;
  border-left: 0.01rem solid #cccccc;
}

.main .Chronic_disease_table4 tr td:nth-child(1),
.main .Chronic_disease_table4 tr th:nth-child(1) {
  width: .78rem;
  text-align: center;
}

.main .Chronic_disease_table4 tr td:nth-child(1) input,
.main .Chronic_disease_table4 tr th:nth-child(1) input {
  width: .2rem;
  height: .2rem;
}

.main .Chronic_disease_table4 tr td:nth-child(2),
.main .Chronic_disease_table4 tr th:nth-child(2) {
  width: .78rem;
  text-align: center;
}

.main .Chronic_disease_table4 tr td:nth-child(4),
.main .Chronic_disease_table4 tr th:nth-child(4) {
  width: 1.5rem;
  text-align: center;
}

.main .Chronic_disease_table4 tr td:nth-child(5),
.main .Chronic_disease_table4 tr th:nth-child(5) {
  width: 1.18rem;
  text-align: center;
}

.main .Chronic_disease_table4 tr td:nth-child(6),
.main .Chronic_disease_table4 tr th:nth-child(6) {
  width: 1.6rem;
  text-align: center;
}

.main .Chronic_disease_table4 tr td:nth-child(7),
.main .Chronic_disease_table4 tr th:nth-child(7) {
  width: .9rem;
  text-align: center;
}

.main .Chronic_disease_table4 tr td:nth-child(7) a,
.main .Chronic_disease_table4 tr th:nth-child(7) a {
  color: #0f6fce;
}

.main .Chronic_disease_table4 tr td:nth-child(3) {
  flex: 1;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  text-align: center;
  display: block;
}

.main .Chronic_disease_table4 tr th:nth-child(3) {
  text-align: center;
  flex: 1;
}

.main .Chronic_disease_list {
  width: 100%;
  height: 0.54rem;
  line-height: 0.54rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.22rem;
  color: #333;
  border-radius: 0.06rem;
  padding: 0 0.07rem;
}

.main .Chronic_disease_list1 {
  margin-top: 0.11rem;
  background: #ebf4ff;
}

.main .Chronic_disease_list2 {
  margin-top: 0.08rem;
  background: #fff3f3;
}

.main .tab2 {
  width: 100%;
  height: auto;
  margin-top: .16rem;
  padding-bottom: 0.5rem;
}

.main .tab2 .tab_list {
  width: 100%;
  height: 0.47rem;
  line-height: 0.47rem;
  display: flex;
  justify-content: space-between;
}

.main .tab2 .tab_list ul {
  width: 5.25rem;
  height: 100%;
  display: flex;
  flex-direction: row;
}

.main .tab2 .tab_list ul li {
  width: 2.45rem;
  height: 100%;
  background: #579add;
  text-align: center;
  font-size: .24rem;
  margin-right: 0.06rem;
  color: #fff;
  border-top-left-radius: 0.08rem;
  border-top-right-radius: 0.08rem;
}

.main .tab2 .tab_list ul .current {
  background: #ffb11a;
}

.main .tab2 .tab_list span {
  display: block;
  font-size: .22rem;
  color: #333333;
}

.main .tab2 .tab_con {
  width: 100%;
  height: auto;
  margin-top: 0.05rem;
}

.main .tab2 .tab_con .item {
  display: none;
}

.main .tab2 .tab_con .item .tab_table01 {
  width: 100%;
  height: auto;
  font-size: 0.22rem;
  border-bottom: 0.01rem solid #cccccc;
  border-right: 0.01rem solid #cccccc;
  color: #333;
  display: block;
  margin-top: 0.13rem;
}

.main .tab2 .tab_con .item .tab_table01 tr {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  flex-direction: row;
}

.main .tab2 .tab_con .item .tab_table01 tr th {
  height: 100%;
  background: #579add;
  border-top: 0.01rem solid #fff;
  border-left: 0.01rem solid #fff;
  text-align: center;
  color: #fff;
}

.main .tab2 .tab_con .item .tab_table01 tr td {
  height: 100%;
  border-top: 0.01rem solid #cccccc;
  border-left: 0.01rem solid #cccccc;
}

.main .tab2 .tab_con .item .tab_table01 tr td:nth-child(1),
.main .tab2 .tab_con .item .tab_table01 tr th:nth-child(1) {
  width: 0.96rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table01 tr td:nth-child(3),
.main .tab2 .tab_con .item .tab_table01 tr th:nth-child(3),
.main .tab2 .tab_con .item .tab_table01 tr td:nth-child(4),
.main .tab2 .tab_con .item .tab_table01 tr th:nth-child(4),
.main .tab2 .tab_con .item .tab_table01 tr td:nth-child(5),
.main .tab2 .tab_con .item .tab_table01 tr th:nth-child(5) {
  width: 1.15rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table01 tr td:nth-child(6),
.main .tab2 .tab_con .item .tab_table01 tr th:nth-child(6) {
  width: 1.58rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table01 tr td:nth-child(6) a,
.main .tab2 .tab_con .item .tab_table01 tr th:nth-child(6) a {
  color: #196cc0;
}

.main .tab2 .tab_con .item .tab_table01 tr td:nth-child(2),
.main .tab2 .tab_con .item .tab_table01 tr th:nth-child(2) {
  flex: 1;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  text-align: center;
  display: block;
}

.main .tab2 .tab_con .item .tab_table03 {
  width: 100%;
  height: auto;
  font-size: 0.22rem;
  border-bottom: 0.01rem solid #cccccc;
  border-right: 0.01rem solid #cccccc;
  color: #333;
  display: block;
  margin-top: 0.13rem;
}

.main .tab2 .tab_con .item .tab_table03 tr {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  flex-direction: row;
}

.main .tab2 .tab_con .item .tab_table03 tr th {
  height: 100%;
  background: #579add;
  border-top: 0.01rem solid #fff;
  border-left: 0.01rem solid #fff;
  text-align: center;
  color: #fff;
}

.main .tab2 .tab_con .item .tab_table03 tr td {
  height: 100%;
  border-top: 0.01rem solid #cccccc;
  border-left: 0.01rem solid #cccccc;
}

.main .tab2 .tab_con .item .tab_table03 tr td:nth-child(1),
.main .tab2 .tab_con .item .tab_table03 tr th:nth-child(1) {
  width: .9rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table03 tr td:nth-child(3),
.main .tab2 .tab_con .item .tab_table03 tr th:nth-child(3),
.main .tab2 .tab_con .item .tab_table03 tr td:nth-child(2),
.main .tab2 .tab_con .item .tab_table03 tr th:nth-child(2) {
  width: 1.1rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table03 tr td:nth-child(5),
.main .tab2 .tab_con .item .tab_table03 tr th:nth-child(5) {
  width: 1.62rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table03 tr td:nth-child(6),
.main .tab2 .tab_con .item .tab_table03 tr th:nth-child(6) {
  width: .9rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table03 tr td:nth-child(6) a,
.main .tab2 .tab_con .item .tab_table03 tr th:nth-child(6) a {
  color: #0f6fce;
}

.main .tab2 .tab_con .item .tab_table03 tr td:nth-child(4),
.main .tab2 .tab_con .item .tab_table03 tr th:nth-child(4) {
  flex: 1;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  text-align: center;
  display: block;
}

.main .tab2 .tab_con .item .tab_table02 {
  width: 100%;
  height: auto;
  font-size: 0.22rem;
  border-bottom: 0.01rem solid #cccccc;
  border-right: 0.01rem solid #cccccc;
  color: #333;
  display: block;
  margin-top: 0.13rem;
}

.main .tab2 .tab_con .item .tab_table02 tr {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  flex-direction: row;
}

.main .tab2 .tab_con .item .tab_table02 tr th {
  height: 100%;
  background: #579add;
  border-top: 0.01rem solid #fff;
  border-left: 0.01rem solid #fff;
  text-align: center;
  color: #fff;
}

.main .tab2 .tab_con .item .tab_table02 tr td {
  height: 100%;
  border-top: 0.01rem solid #cccccc;
  border-left: 0.01rem solid #cccccc;
}

.main .tab2 .tab_con .item .tab_table02 tr td:nth-child(1),
.main .tab2 .tab_con .item .tab_table02 tr th:nth-child(1) {
  width: 1.82rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table02 tr td:nth-child(4),
.main .tab2 .tab_con .item .tab_table02 tr th:nth-child(4),
.main .tab2 .tab_con .item .tab_table02 tr td:nth-child(2),
.main .tab2 .tab_con .item .tab_table02 tr th:nth-child(2) {
  width: 1.33rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table02 tr td:nth-child(3),
.main .tab2 .tab_con .item .tab_table02 tr th:nth-child(3) {
  width: 1.62rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table02 tr td:nth-child(5),
.main .tab2 .tab_con .item .tab_table02 tr th:nth-child(5) {
  flex: 1;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  text-align: center;
  display: block;
}

.main .tab2 .tab_con .item .tab_table04 {
  width: 100%;
  height: auto;
  font-size: 0.22rem;
  border-bottom: 0.01rem solid #cccccc;
  border-right: 0.01rem solid #cccccc;
  color: #333;
  display: block;
  margin-top: 0.13rem;
}

.main .tab2 .tab_con .item .tab_table04 tr {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  flex-direction: row;
}

.main .tab2 .tab_con .item .tab_table04 tr th {
  height: 100%;
  background: #579add;
  border-top: 0.01rem solid #fff;
  border-left: 0.01rem solid #fff;
  text-align: center;
  color: #fff;
}

.main .tab2 .tab_con .item .tab_table04 tr td {
  height: 100%;
  border-top: 0.01rem solid #cccccc;
  border-left: 0.01rem solid #cccccc;
}

.main .tab2 .tab_con .item .tab_table04 tr td:nth-child(1),
.main .tab2 .tab_con .item .tab_table04 tr th:nth-child(1) {
  width: 0.56rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table04 tr td:nth-child(2),
.main .tab2 .tab_con .item .tab_table04 tr th:nth-child(2),
.main .tab2 .tab_con .item .tab_table04 tr td:nth-child(4),
.main .tab2 .tab_con .item .tab_table04 tr th:nth-child(4),
.main .tab2 .tab_con .item .tab_table04 tr td:nth-child(5),
.main .tab2 .tab_con .item .tab_table04 tr th:nth-child(5),
.main .tab2 .tab_con .item .tab_table04 tr td:nth-child(7),
.main .tab2 .tab_con .item .tab_table04 tr th:nth-child(7) {
  width: 1rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table04 tr td:nth-child(6),
.main .tab2 .tab_con .item .tab_table04 tr th:nth-child(6) {
  width: 1rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table04 tr td:nth-child(3),
.main .tab2 .tab_con .item .tab_table04 tr th:nth-child(3) {
  flex: 1;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  text-align: center;
  display: block;
}

.main .tab2 .tab_con .item .tab_table05 {
  width: 100%;
  height: auto;
  font-size: 0.22rem;
  border-bottom: 0.01rem solid #cccccc;
  border-right: 0.01rem solid #cccccc;
  color: #333;
  display: block;
  margin-top: 0.13rem;
}

.main .tab2 .tab_con .item .tab_table05 tr {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  flex-direction: row;
}

.main .tab2 .tab_con .item .tab_table05 tr th {
  height: 100%;
  background: #579add;
  border-top: 0.01rem solid #fff;
  border-left: 0.01rem solid #fff;
  text-align: center;
  color: #fff;
}

.main .tab2 .tab_con .item .tab_table05 tr td {
  height: 100%;
  border-top: 0.01rem solid #cccccc;
  border-left: 0.01rem solid #cccccc;
}

.main .tab2 .tab_con .item .tab_table05 tr td:nth-child(1),
.main .tab2 .tab_con .item .tab_table05 tr th:nth-child(1),
.main .tab2 .tab_con .item .tab_table05 tr td:nth-child(2),
.main .tab2 .tab_con .item .tab_table05 tr th:nth-child(2) {
  width: 0.76rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table05 tr td:nth-child(5),
.main .tab2 .tab_con .item .tab_table05 tr th:nth-child(5),
.main .tab2 .tab_con .item .tab_table05 tr td:nth-child(6),
.main .tab2 .tab_con .item .tab_table05 tr th:nth-child(6) {
  width: 1.38rem;
  text-align: center;
}

.main .tab2 .tab_con .item .tab_table05 tr td:nth-child(3),
.main .tab2 .tab_con .item .tab_table05 tr th:nth-child(3),
.main .tab2 .tab_con .item .tab_table05 tr td:nth-child(4),
.main .tab2 .tab_con .item .tab_table05 tr th:nth-child(4) {
  flex: 1;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  text-align: center;
  display: block;
}

.main .table_03 {
  width: 100%;
  height: auto;
  font-size: 0.22rem;
  border-bottom: 0.01rem solid #cccccc;
  border-right: 0.01rem solid #cccccc;
  color: #333;
  display: block;
  margin-top: 0.13rem;
}

.main .table_03 tr {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  flex-direction: row;
}

.main .table_03 tr th {
  height: 100%;
  background: #579add;
  border-top: 0.01rem solid #fff;
  border-left: 0.01rem solid #fff;
  text-align: center;
  color: #fff;
}

.main .table_03 tr td {
  height: 100%;
  border-top: 0.01rem solid #cccccc;
  border-left: 0.01rem solid #cccccc;
}

.main .table_03 tr td:nth-child(5),
.main .table_03 tr th:nth-child(5) {
  width: 0.82rem;
  text-align: center;
}

.main .table_03 tr td:nth-child(5) a,
.main .table_03 tr th:nth-child(5) a {
  color: #1b72ca;
}

.main .table_03 tr td:nth-child(3),
.main .table_03 tr th:nth-child(3),
.main .table_03 tr td:nth-child(2),
.main .table_03 tr th:nth-child(2) {
  width: 1.03rem;
  text-align: center;
}

.main .table_03 tr td:nth-child(4),
.main .table_03 tr th:nth-child(4) {
  width: 1.68rem;
  text-align: center;
}

.main .table_03 tr td:nth-child(1),
.main .table_03 tr th:nth-child(1) {
  flex: 1;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  text-align: center;
  display: block;
}

.main .Insurance_information {
  width: 100%;
  height: auto;
}

.main .Insurance_information .Insurance_information_title {
  width: 100%;
  height: .51rem;
  line-height: .51rem;
  background-size: .27rem .25rem;
  background-repeat: no-repeat;
  background-position: 0 center;
  margin-top: .1rem;
  padding-left: .3rem;
  font-size: .24rem;
  color: #333333;
}

.main .Insurance_information .Insurance_information_title1 {
  background-image: url(../images/Insurance_information_icon1.png);
}

.main .Insurance_information .Insurance_information_title2 {
  background-image: url(../images/Insurance_information_icon2.png);
}

.main .Insurance_information .Insurance_information_title3 {
  background-image: url(../images/Insurance_information_icon3.png);
}

.main .Insurance_information .Insurance_information_box {
  width: 100%;
  height: auto;
}

.main .Insurance_information .Insurance_information_box ul {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}

.main .Insurance_information .Insurance_information_box ul li {
  line-height: .6rem;
  text-align: center;
  font-size: .24rem;
  padding: 0 0.1rem;
  border: .01rem solid #c7c7c7;
}

.main .Insurance_information .Insurance_information_box ul .answers {
  flex: 1;
}

.main .Insurance_information .Insurance_information_box ul .name {
  width: 1.37rem !important;
  background: #579add;
  color: #fff;
}

.main .Insurance_information .Insurance_information_box ul .name2 {
  width: 1.47rem !important;
  background: #579add;
  color: #fff;
}

.main .Insurance_information .Insurance_information_box ul .answers1 {
  width: 1.9rem;
}

.main .Insurance_information .Insurance_information_name {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
}

.main .Insurance_information .Insurance_information_name li {
  line-height: .6rem;
  flex: 1;
  text-align: center;
  border: .01rem solid #c7c7c7;
  font-size: .24rem;
}

.main .Insurance_information .Insurance_information_name1 {
  background: #579add;
  color: #fff;
  margin-top: .08rem;
}

.main .Identification {
  width: 100%;
  height: auto;
  margin-top: .48rem;
  background: #fff;
}

.main .Identification img {
  width: 5.4rem;
  height: 3.91rem;
  margin: 0 auto;
}

.main .Identification p {
  width: 100%;
  height: 1.02rem;
  line-height: 1.02rem;
  text-align: center;
  color: #666666;
  font-size: .30rem;
}

.main .Identification_infor {
  width: 100%;
  height: auto;
  line-height: .51rem;
  color: #6c6c6c;
  font-size: .26rem;
  padding: 0 .6rem;
  background-image: url(../images/Identification_infor.png);
  background-repeat: no-repeat;
  background-position: 0.04rem .09rem;
  background-size: .36rem .36rem;
}

.main .Identification_infor button {
  display: block;
  margin: .6rem auto;
  width: 3.04rem;
  height: .76rem;
  border-radius: .1rem;
  background: #1469ab;
  font-size: .3rem;
  color: #fff;
  border: 0;
}

.main .tab3 {
  width: 100%;
  height: auto;
  border: .01rem solid #cbcbcb;
  /*margin-top: .16rem;*/
  /*padding-bottom: 0.5rem;*/
}

.main .tab3 .tab_list {
  width: 100%;
  height: 1.8rem;
  display: flex;
  justify-content: space-between;
}

.main .tab3 .tab_list ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  padding: .32rem .32rem 0;
}

.main .tab3 .tab_list ul li {
  flex: 1;
  height: 100%;
  text-align: center;
  font-size: .24rem;
  margin-right: 0.06rem;
  background-repeat: no-repeat;
  background-size: .7rem .7rem;
  background-position: center 0;
  padding-top: .15rem;
}

/*.main .tab3 .tab_list ul li:nth-child(1) {
  background-image: url(../images/expression_icon01.png);
}

.main .tab3 .tab_list ul li:nth-child(2) {
  background-image: url(../images/expression_icon02.png);
}

.main .tab3 .tab_list ul li:nth-child(3) {
  background-image: url(../images/expression_icon03.png);
}

.main .tab3 .tab_list ul li:nth-child(4) {
  background-image: url(../images/expression_icon04.png);
}

.main .tab3 .tab_list ul li:nth-child(5) {
  background-image: url(../images/expression_icon05.png);
}
*/
.main .tab3 .tab_list span {
  display: block;
  font-size: .22rem;
  color: #333333;
}

.main .tab3 .tab_con {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
}

.main .tab3 .tab_con .item {
  display: none;
}

.main .tab3 .tab_con .item img {
  width: 3.82rem;
  height: .53rem;
  margin: 0 auto;
}

.main .opinion_btn {
  width: 100%;
  height: auto;
}

.main .opinion_btn button {
  display: block;
  margin: .12rem auto;
  width: 2.22rem;
  height: .76rem;
  border-radius: .1rem;
  background: #1469ab;
  font-size: .3rem;
  color: #fff;
  border: 0;
}

.main .search_for2 {
  width: 100%;
  height: 1.15rem;
  display: flex;
  padding: .17rem 0 0;
  justify-content: space-between;
}

.main .search_for2 li:nth-child(1) {
  width: 2.36rem;
  height: 100%;
}

.main .search_for2 li:nth-child(1) div {
  height: .41rem;
  width: 100%;
  line-height: .41rem;
  display: flex;
  margin-bottom: .13rem;
  font-size: .21rem;
  flex-direction: row;
}

.main .search_for2 li:nth-child(1) div select,
.main .search_for2 li:nth-child(1) div input {
  display: block;
  width: 1.42rem;
  height: 100%;
  border: .01rem solid #d9d9d9;
  border-radius: .02rem;
}

.main .search_for2 li:nth-child(1) div span {
  width: .94rem;
}

.main .search_for2 li:nth-child(2) {
  width: 2.6rem;
  height: 100%;
}

.main .search_for2 li:nth-child(2) div {
  height: .41rem;
  width: 100%;
  line-height: .41rem;
  display: flex;
  margin-bottom: .13rem;
  flex-direction: row;
  font-size: .21rem;
}

.main .search_for2 li:nth-child(2) div select,
.main .search_for2 li:nth-child(2) div input {
  width: 1.4rem;
  border: .01rem solid #d9d9d9;
  border-radius: .02rem;
  font-size: .21rem;
}

.main .search_for2 li:nth-child(2) div span {
  width: auto;
  font-size: .21rem;
}

.main .search_for2 li:nth-child(3) {
  width: 2.5rem;
  height: 100%;
}

.main .search_for2 li:nth-child(3) div {
  height: .41rem;
  width: 100%;
  line-height: .41rem;
  display: flex;
  margin-bottom: .13rem;
  flex-direction: row;
  font-size: .21rem;
  position: relative;
}

.main .search_for2 li:nth-child(3) div select,
.main .search_for2 li:nth-child(3) div input {
  width: 1.2rem;
  border: .01rem solid #d9d9d9;
  border-radius: .02rem;
  font-size: .21rem;
}

.main .search_for2 li:nth-child(3) div span {
  width: .9rem;
  font-size: .21rem;
}

.main .search_for2 li:nth-child(3) div a {
  width: 1rem;
  height: .41rem;
  display: block;
  text-align: center;
  background: #1b75ce;
  font-size: .22rem;
  position: absolute;
  right: 1.1rem;
  color: #fff;
  border-radius: .02rem;
}

.main .search_for2 li:nth-child(3) div .a2 {
  background: #be090e;
  right: 0;
}

.main .search_for2 li:nth-child(3) button {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #1b75ce;
  border: 0;
  border-radius: .03rem;
}

.main .search_for {
  width: 100%;
  height: 1.15rem;
  display: flex;
  padding: .17rem 0 0;
  justify-content: space-between;
}

.main .search_for li:nth-child(1) {
  width: 2.22rem;
  height: 100%;
}

.main .search_for li:nth-child(1) div {
  height: .41rem;
  width: 100%;
  line-height: .41rem;
  display: flex;
  margin-bottom: .13rem;
  font-size: .21rem;
  flex-direction: row;
}

.main .search_for li:nth-child(1) div select,
.main .search_for li:nth-child(1) div input {
  display: block;
  /*flex: 1;*/
  width:1.5rem;
  height: 100%;
  border: .01rem solid #d9d9d9;
  border-radius: .02rem;
}

.main .search_for li:nth-child(1) div span {
  flex:1;
}

.main .search_for li:nth-child(2) {
  width: 3.86rem;
  height: 100%;
}

.main .search_for li:nth-child(2) div {
  height: .41rem;
  width: 100%;
  line-height: .41rem;
  display: flex;
  margin-bottom: .13rem;
  flex-direction: row;
  font-size: .21rem;
}

.main .search_for li:nth-child(2) div select,
.main .search_for li:nth-child(2) div input {
  flex: 1;
  border: .01rem solid #d9d9d9;
  border-radius: .02rem;
  font-size: .21rem;
}

.main .search_for li:nth-child(2) div span {
  width: auto;
  font-size: .21rem;
}

.main .search_for li:nth-child(3) {
  width: 1.2rem;
  height: 100%;
}

.main .search_for li:nth-child(3) button {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #1b75ce;
  border: 0;
  border-radius: .03rem;
}

.main .Business_type {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  margin-top: .18rem;
  padding: .1rem;
  margin-bottom: .17rem;
}

.main .Business_type .title {
  height: .4rem;
  line-height: .4rem;
  font-size: .24rem;
}

.main .Business_type .choice {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}

.main .Business_type .choice li {
  width: auto;
  height: .6rem;
  line-height: .6rem;
  border: none;
  font-size: .22rem;
}

.main .Business_type .choice li input {
  width: .24rem;
  height: .24rem;
  display: inline-block;
}

.main .Business_type .choice li input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.main .Business_type .choice li input[type="radio"] + label::before {
  content: "\a0";
  /*不换行空格*/
  display: inline-block;
  margin-right: .4em;
  padding: .2em;
  width: .2rem;
  height: .2rem;
  line-height: 1;
  font-size: .2rem;
  vertical-align: middle;
  background-color: #ddd;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: content-box;
  background-color: #ddd;
  margin-top: -3px;
  border: .01rem solid #afafaf;
}

.main .Business_type .choice li input[type="radio"]:checked + label::before {
  padding: .2em;
  background-clip: content-box;
  background-color: #0471c4;
  border: .01rem solid #7d7d7d;
}

.main .Business_type .type2_list {
  width: 100%;
  height: .44rem;
  margin-top: .15rem;
  display: flex;
  flex-direction: row;
}

.main .Business_type .type2_list li {
  width: 1.75rem;
  margin-right: .16rem;
  height: 100%;
  border: .01rem solid #0471c4;
  color: #333333;
  font-size: .22rem;
}

.main .Business_type .type2_list li a {
  color: #333333;
  font-size: .22rem;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: .44rem;
}

.main .Business_type .type2_list .current {
  border: 0;
  background: #5c88cb;
}

.main .Business_type .type2_list .current a {
  color: #fff;
}

.main .title4 {
  height: .4rem;
  line-height: .4rem;
  font-size: .24rem;
}

.main .up {
  width: 100%;
  height: auto;
  padding-top: .27rem;
}

.main .up li {
  width: 100%;
  height: auto;
  background-image: url(../images/icon00.png);
  background-repeat: no-repeat;
  background-position: 0 0.15rem;
  background-size: .16rem .21rem;
  line-height: .5rem;
  padding-left: .26rem;
  font-size: .22rem;
  position: relative;
}

.main .up li .click_up {
  position: absolute;
  right: 0;
  width: 1.48rem;
  height: .37rem;
  line-height: .37rem;
  top: .06rem;
  background: #5c88cb;
  padding-left: .4rem;
  display: block;
  color: #fff;
  background-image: url(../images/click_up.png);
  background-repeat: no-repeat;
  background-position: .14rem center;
  background-size: .19rem .19rem;
}

.main .up li .up_img {
  width: 100%;
  height: .88rem;
  margin: .25rem 0;
}

.main .up li .up_img div {
  width: 1.6rem;
  height: .88rem;
  border: .01rem solid #dfdfdf;
  position: relative;
  float: left;
  background-image: url(../images/up_img.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: .31rem .31rem;
  margin-right: .1rem;
}

.main .up li .up_img div img {
  width: 1.06rem;
  height: .66rem;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.main .note {
  width: 100%;
  height: auto;
  padding-top: .15rem;
}

.main .note .note_title {
  width: 100%;
  height: .54rem;
  line-height: .54rem;
  font-size: .24rem;
  color: #d70000;
  border-bottom: .01rem solid #e8e8e8;
}

.main .note .note_art {
  font-size: .22rem;
  padding-top: .15rem;
  color: #333;
  line-height: .38rem;
}

.main .note button {
  display: block;
  margin: .3rem auto;
  width: 2.22rem;
  height: .76rem;
  border-radius: .1rem;
  background: #1469ab;
  font-size: .3rem;
  color: #fff;
  border: 0;
}

.Popup {
  width: 6.3rem;
  height: 3.45rem;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999999999;
  background: #fff;
  transform: translate(-50%, -50%);
  padding-top: 2.3rem;
  background-image: url(../images/success.png);
  background-repeat: no-repeat;
  background-size: 1.34rem 1.4rem;
  background-position: center 0.46rem;
}

.Popup button {
  display: block;
  margin: .12rem auto;
  width: 2.22rem;
  height: .76rem;
  border-radius: .1rem;
  background: #1469ab;
  font-size: .3rem;
  color: #fff;
  border: 0;
}

.Popup2 {
  width: 6.3rem;
  height: auto;
  padding-bottom: .2rem;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 9999999999;
  background: #fff;
  transform: translate(-50%, -50%);
}

.Popup2 .popupx {
  position: absolute;
  width: .4rem;
  height: .4rem;
  background-image: url(../images/popup_x.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  right: -.15rem;
  top: -.15rem;
}

.Popup2 .popup2_title {
  width: 100%;
  height: .62rem;
  line-height: .62rem;
  text-align: center;
  background: #006fc8;
  color: #fff;
  font-size: .24rem;
}

.Popup2 button {
  display: block;
  margin: .12rem auto;
  width: 1.58rem;
  height: .5rem;
  border-radius: .1rem;
  background: #1469ab;
  font-size: .3rem;
  color: #fff;
  border: 0;
}

.Popup2 .Popup2_list {
  width: 100%;
  height: auto;
  padding: 0.15rem .4rem;
}

.Popup2 .Popup2_list li {
  width: 100%;
  height: auto;
  line-height: .3rem;
  background-size: .3rem .3rem;
  background-position: 0 0.15rem;
  padding: .15rem .4rem;
  background-repeat: no-repeat;
  font-size: .22rem;
  display: flex;
  flex-direction: row;
}

.Popup2 .Popup2_list li span:nth-child(1) {
  width: 2rem;
  text-align: center;
}

.Popup2 .Popup2_list li span:nth-child(2) {
  flex: 1;
}

.Popup2 .Popup2_list li:nth-child(1) {
  background-image: url(../images/popup2_icon1.png);
}

.Popup2 .Popup2_list li:nth-child(2) {
  background-image: url(../images/popup2_icon2.png);
}

.Popup2 .Popup2_list li:nth-child(3) {
  background-image: url(../images/popup2_icon3.png);
}

.Popup2 .Popup2_list li:nth-child(4) {
  background-image: url(../images/popup2_icon4.png);
}

.Popup2 .Popup2_yz {
  width: 100%;
  height: auto;
  margin-top: .57rem;
  padding: 0 .4rem;
}

.Popup2 .Popup2_yz li {
  width: 100%;
  height: .4rem;
  margin-bottom: .2rem;
  display: flex;
  flex-direction: row;
  font-size: .21rem;
}

.Popup2 .Popup2_yz li span {
  width: 1.6rem;
  display: block;
  height: 100%;
}

.Popup2 .Popup2_yz li input {
  flex: 1;
  border: .01rem solid #d9d9d9;
  border-radius: .02rem;
  padding-left: .2rem;
  font-size: .21rem;
  height: 100%;
  display: block;
}

.Popup2 .Popup2_yz li a {
  width: 1.7rem;
  height: 100%;
  display: block;
  background: #1469ab;
  color: #fff;
  text-align: center;
  line-height: .4rem;
  margin-left: .1rem;
  border-radius: .05rem;
}


.Popup2 .Popup2_list2 {
  width: 100%;
  height: auto;
  padding: 0.15rem .52rem 0.3rem;
  display: flex;
  flex-direction: row;
}

.Popup2 .Popup2_list2 li {
  width: 50%;
  height: 0.4rem;
}

.Popup2 .Popup2_list2 li a {
  display: block;
  margin: .12rem auto;
  width: 1.58rem;
  line-height: 0.5rem;
  height: .5rem;
  border-radius: .1rem;
  background: #1469ab;
  font-size: .24rem;
  color: #fff;
  border: 0;
  text-align: center;
}


.main .Business_type2 {
  width: 100%;
  height: auto;
  background: #f7f7f7;
  margin-top: .18rem;
  padding: .1rem;
  margin-bottom: .17rem;
}

.main .Business_type2 .title {
  height: .4rem;
  line-height: .4rem;
  font-size: .24rem;
}

.main .Business_type2 .type2_list {
  width: 100%;
  height: auto;
  margin-top: .15rem;
}

.main .Business_type2 .type2_list li {
  width: auto;
  margin-bottom: 0.1rem;
  padding: 0 .2rem;
  float: left;
  margin-right: .16rem;
  height: .44rem;
  border: .01rem solid #0471c4;
  color: #333333;
  font-size: .22rem;
}

.main .Business_type2 .type2_list li a {
  color: #333333;
  font-size: .22rem;
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: .44rem;
}

.main .Business_type2 .type2_list .current {
  border: 0;
  background: #5c88cb;
}

.main .Business_type2 .type2_list .current a {
  color: #fff;
}


.new_02_title {
  width: 100%;
  height: 0.37rem;
  margin-top: 0.1rem;
}

.new_02_title a {
  display: block;
  width: 1.52rem;
  height: 100%;
  line-height: 0.37rem;
  font-size: 0.22rem;
  text-align: center;
  background: #f9a73c;
  color: #fff;
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}

.news2_login {
  width: 100%;
  height: auto;
}

.news2_login li {
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  display: flex;
  flex-direction: row;
  font-size: 0.24rem;
  margin-top: .35rem;
}

.news2_login li span {
  display: block;
  width: 2rem;
  padding-left: 0.36rem;
}

.news2_login li input {
  border: none;
  flex: 1;
  font-size: 0.24rem;
}

.news2_login li a {
  width: 100%;
  text-align: center;
  height: 100%;
  display: block;
  background: #5496f7;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 0.24rem;
}

.news2_news {
  width: 100%;
  height: auto;
  background: #f5f5f5;
  font-size: 0.26rem;
  margin-top: 0.4rem;
  padding: 0.15rem;
}

.news2_news li {
  line-height: 0.45rem;
  position: relative;
}

.news2_news li a {
  position: absolute;
  width: 1.25rem;
  height: .31rem;
  top: 0.07rem;
  background: #5496f7;
  color: #fff;
  text-align: center;
  line-height: 0.31rem;
  right: 0;
  border-radius: 0.04rem;
}

.news2_notice_btn {
  text-align: center;
  display: block;
  width: 100%;
  height: 0.5rem;
  margin-top: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.26rem;
  text-decoration: underline;
  color: #006fc8;
}

.news2_notice {
  width: 80%;
  height: auto;
  padding: 0.15rem;
  background: #fff;
  border-radius: 0.15rem;
  position: fixed;
  top: 50%;
  line-height: 0.5rem;
  font-size: 0.28rem;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.news2_notice button {
  width: 1.8rem;
  height: 0.5rem;
  background: #006fc8;
  border-radius: 0.15rem;
  text-align: center;
  border: 0;
  display: block;
  margin: 0.3rem auto;
  color: #fff;
  font-size: 0.28rem;
}

.news3_table {
  width: 100%;
  height: auto;
  margin-top: 0.3rem;
  border-bottom: 0.01rem solid #c7c7c7;
  border-right: 0.01rem solid #c7c7c7;
}

.news3_table tbody {
  display: block;
  width: 100%;
  height: auto;
}

.news3_table tbody tr {
  display: block;
  width: 100%;
  height: auto;
  font-size: 0.26rem;
  line-height: 0.4rem;
  display: flex;
  flex-direction: row;
}

.news3_table tbody tr td {
  text-align: center;
  border-top: 0.01rem solid #c7c7c7;
  border-left: 0.01rem solid #c7c7c7;
  padding: 0.05rem;
}

.news3_table tbody tr .red {
  color: #ff0000;
}

.news3_table tbody tr .td_01 {
  width: 1.5rem;
  height: auto;
  background: #f1f4fa;
}

.news3_table tbody tr .td_02 {
  flex: 1;
  height: auto;
}

.new3_notice {
  margin-top: 0.3rem;
  line-height: 0.45rem;
  font-size: 0.26rem;
}

.amount {
  background: #fff3f3;
  line-height: 0.54rem;
  color: #333333;
  font-size: 0.22rem;
  margin-top: 0.25rem;
  margin-bottom: 0.18rem;
  padding: 0 0.1rem;
  border-radius: 0.1rem;
}

.amount span {
  color: #f51212;
}

.tab_table10 {
  width: 100%;
  height: auto;
  font-size: 0.22rem;
  border-bottom: 0.01rem solid #cccccc;
  border-right: 0.01rem solid #cccccc;
  color: #333;
  display: block;
  margin-top: 0.13rem;
}

.tab_table10 tr {
  width: 100%;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  flex-direction: row;
}

.tab_table10 tr th {
  height: 100%;
  background: #579add;
  border-top: 0.01rem solid #fff;
  border-left: 0.01rem solid #fff;
  text-align: center;
  color: #fff;
}

.tab_table10 tr td {
  height: 100%;
  border-top: 0.01rem solid #cccccc;
  border-left: 0.01rem solid #cccccc;
}

.tab_table10 tr td a {
  color: #579add;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.tab_table10 tr td:nth-child(1),
.tab_table10 tr th:nth-child(1) {
  width: 0.56rem;
  text-align: center;
}

.tab_table10 tr td:nth-child(2),
.tab_table10 tr th:nth-child(2),
.tab_table10 tr td:nth-child(6),
.tab_table10 tr th:nth-child(6),
.tab_table10 tr td:nth-child(5),
.tab_table10 tr th:nth-child(5),
.tab_table10 tr td:nth-child(7),
.tab_table10 tr th:nth-child(7),
.tab_table10 tr td:nth-child(8),
.tab_table10 tr th:nth-child(8) {
  width: 0.8rem;
  text-align: center;
}

.tab_table10 tr td:nth-child(4),
.tab_table10 tr th:nth-child(4) {
  width: 1.2rem;
  text-align: center;
}

.tab_table10 tr td:nth-child(3),
.tab_table10 tr th:nth-child(3) {
  flex: 1;
  height: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0.1rem;
  text-align: center;
  display: block;
}

.tab_con_notice .tab_con_notice_box {
  width: 100%;
  height: auto;
  padding-top: 0.49rem;
}

.tab_con_notice .tab_con_notice_box li {
  height: 0.38rem;
  line-height: 0.38rem;
  margin-bottom: .36rem;
  width: 100%;
  padding-left: 0.39rem;
  font-size: 0.22rem;
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: 0.3rem 0.27rem;
}

.tab_con_notice .tab_con_notice_box li span {
  width: auto;
  color: #333;
}

.tab_con_notice .tab_con_notice_box li input {
  display: inline-block;
  width: 3.56rem;
  height: 100%;
  border: 0.01rem solid #c6c6c6;
  margin-left: 0.2rem;
  border-radius: 0.05rem;
  padding-left: 0.18rem;
}

.tab_con_notice .tab_con_notice_box li:nth-child(1) {
  background-image: url(../images/tab_con_notice_box_1.png);
}

.tab_con_notice .tab_con_notice_box li:nth-child(2) {
  background-image: url(../images/tab_con_notice_box_2.png);
}

.tab_con_notice .chaxun {
  display: block;
  width: 6.25rem;
  height: 0.5rem;
  background: #1469ab;
  color: #fff;
  margin: 0.5rem auto 0.38rem;
  border: 0;
  border-radius: 0.12rem;
  font-size: 0.26rem;
}

.tab_con_notice .news2_notice_btn {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  color: #1469ab;
}
