html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, 
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, 
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 16px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #333; }
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a,
img {
    -webkit-touch-callout: none
}

ul, ol { list-style: none; }


.warp-container{
    width: 100%;
}
.container{
    width: 1200px;
    margin: 0 auto;
}
.container-2{
    width: 600px;
    margin: 0 auto;
}
.flex{
    display: -moz-box; /*firefox*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-box; /*Safari*/
    display: -webkit-flex; /*Chrome*/
    display: box;
    display: flexbox;
    display: flex;
}
.align-center{
    align-items: center;
}
.flex-1{
    flex: 1;
}
body{
    background: #f9faff;
}
@font-face {
    font-family: Agency FB;
    src: url('../../fonts/AGENCYB.TTF');
}
@font-face {
    font-family: AGENCYR;
    src: url('../../fonts/AGENCYB.TTF');
}
/* 单行文字截断 */
.line-1{
    overflow:hidden;  /*超过部分不显示*/
    text-overflow:ellipsis;  /*超过部分用点点表示*/
    white-space:nowrap;/*不换行*/
}
/* 两行文字截断 */
.line-2{
    text-overflow: ellipsis; /*有些示例里需要定义该属性，实际可省略*/
    display: -webkit-box;
    -webkit-line-clamp: 2;/*规定超过两行的部分截断*/
    -webkit-box-orient: vertical;
    overflow : hidden; 
    word-break: break-all;
}
/* 三行文字截断 */
.line-3{
    text-overflow: ellipsis; /*有些示例里需要定义该属性，实际可省略*/
    display: -webkit-box;
    -webkit-line-clamp: 3;/*规定超过两行的部分截断*/
    -webkit-box-orient: vertical;
    overflow : hidden; 
    word-break: break-all;
}
/* 11行文字截断 */
.line-3{
    text-overflow: ellipsis; /*有些示例里需要定义该属性，实际可省略*/
    display: -webkit-box;
    -webkit-line-clamp: 11;/*规定超过两行的部分截断*/
    -webkit-box-orient: vertical;
    overflow : hidden; 
    word-break: break-all;
}
/* margin-top*/
.mt-15{
    margin-top: 15px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
/* margin-bottom*/
.mb-6{
    margin-bottom: 6px;
}
.mb-20{
    margin-bottom: 20px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-23{
    margin-bottom: 23px;
}
.mb-30{
    margin-bottom: 30px;
}
.mb-39{
    margin-bottom: 39px;
}
.mb-50{
    margin-bottom: 50px;
}
/* margin-right*/
.mr-4{
    margin-right: 4px;
}
.mr-8{
    margin-right: 8px;
}
.mr-13{
    margin-right: 13px;
}
.mr-20{
    margin-right: 20px;
}
.mr-25{
    margin-right: 25px;
}
/*padding-top*/
.pt-10{
    padding-top: 10px;
}
.pt-30{
    padding-top: 30px;
}
/*padding-left*/
.pl-13{
    padding-left: 13px;
}
/* 文字剧中*/
.text-center{
    text-align: center;
}
/*文字居➡️*/
.text-right{
    text-align: right;
}
/* 向右箭头 */
.view-more{
    width: 6px;
    height: 6px;
    border-top: 2px solid #374567;
    border-right: 2px solid #374567;
    transform: rotate(45deg);
}
/*颜色公共样式*/
.color-blue{
    color: #374567;
}
.color-gray{
    color: #7A8BA6;
}
.color-white{
    color: #FFFFFF;
}
/*个人中心公共头部*/
.head{
    background: #FFFFFF;
}
.public-personal-head .agency-qualification-l{
    width: 85px;
    height: 85px;
    border-radius: 50%;
    background: #3860F4;
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 85px;
    margin-right: 20px;
}
.public-personal-head .agency-qualification-r .agency-qualification-name{
   align-items: center;
    margin-bottom: 19px;
}
.public-personal-head .agency-qualification-r .agency-qualification-name div:first-child{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #374567;
}
.public-personal-head .agency-qualification-r .agency-qualification-name div:last-child{
    width: 78px;
    height: 30px;
    background: #3860F4;
    border: 1px solid #3860F4;
    border-radius: 5px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    /* font-weight: bold; */
    color: #FFFFFF;
    margin-left: 20px;
    text-align: center;
    line-height: 30px;
}

.public-personal-head .agency-qualification-r .agency-qualification-account{
    align-items: center;
    margin-bottom: 19px;
}
.public-personal-head .agency-qualification-r .agency-qualification-account .agency-qualification-account-num{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #374567;
    margin-right: 21px;
}
.public-personal-head .agency-qualification-r .agency-qualification-account .agency-qualification-account-vip{
    align-items: center;
}
.public-personal-head .agency-qualification-r .agency-qualification-account .agency-qualification-account-vip img{
    width: 18px;
    height: 16px;
    display: block;
    margin-right: 5px;
}
.public-personal-head .agency-qualification-r .agency-qualification-account .agency-qualification-account-vip div{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #3860F4;
}
.public-personal-head .agency-qualification-r .public-qualification-des{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #374567;
    line-height: 40px;
    height: 40px;
    background: rgba(244, 206, 56, 0.15);
    border: 1px solid #F4CE38;
    border-radius: 5px;
    padding: 0 11px;
}
.public-personal-head .agency-qualification-r .public-qualification-des .link{
    color: #3860F4;
}
/* 个人中心公共立标样式*/
.public-personal-list ul{
    padding: 38px 0px 10px 0px;
    box-sizing: border-box;
    /* justify-content: space-between; */
    flex-wrap: wrap;
    
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 1px rgba(161, 181, 254, 0.35);
}

.public-personal-list ul li{
    flex-direction: column;
    align-items: center;
    margin-bottom: 48px;
    margin-right: 24px;
    width: 216px;
}
.public-personal-list ul li .logo-con{
    height: 46px;
    width: 56px;
    align-items: center;
    justify-content: center;
}
.public-personal-list ul li:last-child{

    margin-right: 0px;
}
.public-personal-list ul li img{
    display: block;
}
.public-personal-list ul li .home{
    width: 46px;
    height: 44px;
}
.public-personal-list ul li .collection{
    width: 45px;
    height: 43px;
}
.public-personal-list ul li .account-management

{
    width: 54px;
    height: 41px;
}
.public-personal-list ul li .vip{
    width: 48px;
    height: 42px;
}
.public-personal-list ul li .account-management{
    width: 54px;
    height: 41px;
}
.public-personal-list ul li .public-info{
    width: 49px;
    height: 46px;
}
.public-personal-list ul li .public-list{
    width: 40px;
    height: 46px;
}
.public-personal-list ul li .agency-qualification{
    width: 56px;
    height: 44px;
}
.public-personal-list ul li .certificate{
    width: 45px;
    height: 47px;
}
.public-personal-list ul li .vip-info{
    width: 37px;
    height: 43px;
}
.public-personal-list ul li .qualification{
    width: 56px;
    height: 44px;
}
.public-personal-list ul li div{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #374567;
    margin-top: 17px;
}
.head{
    width: 100%;
    padding: 26px 0px 20px 0px;
    box-sizing: border-box;
    box-shadow: 0px 3px 7px 0px rgba(203, 203, 203, 0.35);
  }
  .head-containt{
      width: 1200px;
      margin: 0 auto;
      justify-content: space-between;
  }
  .flex{
      display: -moz-box; /*firefox*/
      display: -ms-flexbox; /*IE10*/
      display: -webkit-box; /*Safari*/
      display: -webkit-flex; /*Chrome*/
      display: box;
      display: flexbox;
      display: flex;
  }
  .head-logo{
      width: 149px;
      height: 36px;
      display: block;
      margin-right: 61px;
  }
  .head-nav{
      align-items: center;
  }
  .head-nav ul li{
      line-height: 34px;
      margin-right: 40px;
      font-size: 16px;
      font-family: Microsoft YaHei;
  }
  .head-nav ul li:last-child{
      margin-right: 0;
  }
  .head-nav .active{
      color: #3860F4;
      font-weight: bold;
  }
  .head-opera{
      align-items: center;
  }
  .head-opera .search{
      position: relative;
  }

  .head-opera .search .search-con{
    width: 320px;
    height: 115px;
    background: #E8EDFF;
    border-radius: 10px;
      position: absolute;
      left: -160px;
      z-index: 200;
      padding: 22px 19px 30px 19px;
      box-sizing: border-box;
      
  }
  .head-opera .search .search-con .search-list{
    flex-direction: column;
  }
  .head-opera .search .search-con .search-nav{
   
    border-left: 1px solid #3860F4;
  }
  .head-opera .search .search-con .search-nav div{
      padding: 0px 9px;
      height: 28px;
      box-sizing: border-box;
      font-size: 14px;
      line-height: 28px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7A8BA6;
    background: #FFFFFF;
    border-right: 1px solid #3860F4;
    border-top: 1px solid #3860F4;
  }
  .head-opera .search .search-con .search-nav .active{
    background: #3860F3;
    color: #FFFFFF;
  }
  .head-opera .search .search-con .search-content input{
    width: 229px;
    height: 33px;
    background: #FFFFFF;
    
    border: 1px solid #3860F3;
    padding: 0px 10px;
  }
  .head-opera .search .search-con .search-content button{
    width: 56px;
    height: 35px;
    background: #3860F3;
    border: none;
    font-size: 14px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #FFFFFF;
  }
  .head-opera img{
      width: 26px;
      height: 27px;
      display: block;
      margin-right: 30px;
  }
  .head-opera .head-regist{
      width: 70px;
      height: 35px;
      background: linear-gradient(0deg, #3C64F4 0%, #5C84F7 100%);
      border-radius: 10px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #FFFFFF;
      text-align: center;
      line-height: 35px;
      margin-right: 20px;
  }
  .head-opera .head-login{
      width: 68px;
      height: 33px;
      border: 1px solid #3860F3;
      border-radius: 10px;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #3860F4;
      text-align: center;
      line-height: 33px;
  }
  .footer{
    padding-top: 86px;
    width: 100%;
    height: 450px;
    background: #0A1633;
  }
  .footer-containt{
      width: 1200px;
      margin: 0 auto;
      justify-content: space-between;
  }
  .flex{
      display: -moz-box; /*firefox*/
      display: -ms-flexbox; /*IE10*/
      display: -webkit-box; /*Safari*/
      display: -webkit-flex; /*Chrome*/
      display: box;
      display: flexbox;
      display: flex;
  }
  .footer-router{
      justify-content: space-between;
  }
  .footer-router ul li,.footer-router ul li a{
      font-size: 18px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #7A8BA6;
      line-height: 18px;
  }
  .footer-router ul li:first-child{
     
  }
  .footer-router .footer-router-left li{
      margin-bottom: 24px;
  }
  .footer-router .footer-router-left li:first-child{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 24px;
  }
  .footer-router .footer-router-right li:first-child{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 24px;
  }
  .footer-router .footer-router-right li{
      margin-bottom: 19px;
  }
  .foot-wechat{
      margin-top: 34px;
  }
  .foot-wechat img{
      width: 100px;
      height: 100px;
      background: #FFFFFF;
      border-radius: 5px;
      display: block;
  }
  .foot-wechat div{
      width: 100px;
      text-align: center;
      font-size: 18px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #7A8BA6;
      margin-top: 15px;
  }
  /*  */
  .page-no{
    text-align: center;
}
.layui-laypage{
    margin: 0;
}
.layui-laypage a, .layui-laypage span{
    margin: 0 10px 0px 0;
    width: 40px;
    height: 40px;
    padding: 0;
    box-shadow: 0px 2px 9px 0px rgba(185, 200, 255, 0.35);
    border-radius: 5px;
    line-height: 40px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #374567;
}
.layui-laypage .layui-laypage-prev,.layui-laypage .layui-laypage-next{
    width: 70px;
}


.info .item{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 20px;
}
.info .item .label{
    display: inline-block;
    margin-right: 17px;
    color: #374567;
    text-align: right;
}
.info .item .data{
    display: inline-block;
    text-align: left;
}
.info .item .data input{
    width: 350px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    border-radius: 5px;
    padding: 0 10px;
}
.btn-a{
    padding:0px 10px 0px 10px;
    height: 30px;
    background: #3860F4;
    border: 1px solid #3860F4;
    border-radius: 5px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #FFFFFF;
    margin-left: 20px;
    text-align: center;
    line-height: 30px;
}
.btn-af{
    padding:0px 10px 0px 10px;
    height: 30px;
    border: 1px solid #3860F3;
    border-radius: 10px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3860F4;
    text-align: center;
    line-height: 33px;
}
.btn{
    width: 210px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #3860F3;
    border-radius: 5px;
    border: none;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
}