.container {
    padding: 0.512rem; }
body {
    font-family: 'Microsoft YaHei',"serif","sans-serif","cursive","fantasy","monospace","Times New Roman","Georgia","Serif";
    /*background-color: #F1EFF4;*/
    font-size: 0.55467rem;
    color: #333;
    margin: 0;
    width:100%;
    overflow-x: hidden;
}
body{
    background: #fff;
    padding-top: 2.2rem;
}
h1, h2, h3, h4, h5, p, ul, li, div,a {
    list-style: none;
    padding: 0;
    margin: 0;
    box-sizing: border-box; }
a:hover, a:focus,a:visited,a{
    text-decoration: none;
}
img {
    width: 100%;
    vertical-align: middle; }

.iconfont {
    vertical-align: middle; }
.flex_box{
    display: flex;
    display: -webkit-flex;
}
.flex_space {
    justify-content: space-between; }

.flex_middle {
    align-items: center; }
.flex_center{
    justify-content: center;
}
.flex_wrap {
    flex-wrap: wrap; }

.flex_shrink {
    flex-shrink: 0; }
.width50{
    flex-basis:50%;
}
.full{
    width:100%;
}
.center{
    text-align: center;
}
.bg_white{
    background-color: #fff;
}
.block{
    display: block;
}
.btn{
    color: #fff;
    width: 100%;
    border-radius: 5px;
}
/*字体的颜色*/
.gray_color{
    color: #999;
}
.color_white{
    color: #fff;
}
.color_normal{
    color: #333;
}
.gray_bg{
    background-color: #f3f3f3;
}
body::-webkit-scrollbar {
    width: 0;
    height: 0; }
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
}
　　
::-webkit-scrollbar {
    width: 2px;
    height: 0;
    display: none; }

.modal{
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    width:100%;
    background: rgba(0,0,0,.5);
    z-index: 999;
    display: none;
}
.modalContent{
    position: absolute;
    right:0;
    background: #fff;
    width:65%;
    top: 0;
    bottom: 0;
    overflow-y: scroll;
}
.modalHeader{
    padding:0.6rem;
}
.modalBanner{
    width:5rem;
}
.close{
    width:0.6rem;
}
.modalNav{
    padding: 0.5rem 0;
}
.modalNav a{
    display: block;
    color: #000;
}
.modalNav a.active{
    color: #4774f4;
}
.modalNav a.active .modalTitle{
    color: #4774f4;
}
.modalDetail{
    display: block;
    padding: 0.6rem 1rem;
}
.modalTitle{
    color: #000;
    font-size: 0.7rem;
    display: block;
    font-weight: 500;
}
.modalAngle{
    width:0;
    display: none;
    height:0;
    border:0.2rem solid transparent;
    border-bottom-color: #000000;
    margin-left: 0.3rem;
}
.modalAngle.active{
    display: block;
}
.submenu{
    padding: 0.5rem  0.4rem;
    color: #484848;
    font-size: 0.7rem;
    display: none;
}
.submenu.active{
    display: flex;
    display: -webkit-flex;
}
.submenu a{
    display: block;
    padding: 0.5rem 0;
    color: #484848;
}
.modalNav a:hover,.modalNav a:active,.modalNav a:focus{
    color: #527fe8;
}
.submenuLi{
    width:50%;
    text-align: center;
}

.footerList{
    line-height: 0.8rem;
}
.footerLi{
    padding-bottom: 1rem;
}
.footerList.active{
    display: block;
}
.footImg{
    width:1.5rem;
    height:1.5rem;
}
.footDetail{
    padding-left: 0.4rem;
}
.footTitle{
    font-size:0.5rem ;
    color: #9c9fa2;
}
.footText{
    font-size: 0.45rem;
    color: #b3b6b6;
}
.multiport{
    padding: 0 0.4rem;
}
.registerSection {
    padding-bottom: 0;
}
.tryBg {
    width: 100%;
    height: auto;
}
.register {
    position: absolute;
    width: 100%;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    text-align: center;
}.register p {
     font-size: 0.75rem;
     color: #fff;
     margin-bottom: 10px;
 }.register a {
      font-size: 0.5rem;
      color: #fff;
      display: inline-block;
      border: 1px solid #fff;
      padding: 0.25rem 0.5rem;
      border-radius: 5px;
  }.pageFooter {
       background: #373d44;
       padding: 0.3rem 1.3rem 1rem 1.3rem;
   }.footerUl a {
        display: block;
        width: 100%;
        overflow: hidden;
        line-height: 2rem;
        border-bottom: 1px solid #5b6570;
    }.footerUl span {
         font-size: 0.7rem;
         color: #d8d8d8;
     }.footerUl img.fr {
          width: 0.3rem;
          height: auto;
          /*margin-top: 1.1rem;*/
      }.numPublic {
           text-align: center;
           color: #fff;
           font-size: 0.7rem;
           margin-top: 1rem;
       }.numPublic img {
            width: 5.5rem;
            height: 5.5rem;
        }footer img {

         }
.proxy {
    text-align: center;
    padding-top: 1rem;
    border-top: 1px solid #333;
    margin-top: 1rem;
}.proxy img {
     width: 3.4rem;
     height: auto;
     margin-bottom: 0.5rem;
 }.proxy p {
      color: #91979d;
      font-size: 0.5rem;
  }
.registerSection{
    position: relative;
}
.foot01List a{
    display: block;
    padding-bottom: 1rem;
    font-size:0.65rem;
    color: #cecfd2;
}
.foot01List{
}
.foot03List li{
    width:25%;
}
.foot01List li a{
    border-bottom: none;
    line-height: 1rem;
}
.footDiv{
    line-height: 2.75rem;
    border-bottom: 1px solid #5b6570;
}
.foot03List li img{
    width:70%;
}
.footCenter{
    text-align: center;
}
.footRight{
    text-align: right;
}
.numPublic img{
    margin-top: 0.5rem;
}
.fr{
    display: none;
}
.fr.active{
    display: block;
}
.footWrap{
    display: none;
}
.footWrap.active{
    display: block;
}
.footerUl img.fr.frTip02 {
    width: 0.6rem;
}

header{
    padding: 0.5rem 0.6rem;
    position: fixed;
    top:0;
    width:100%;
    background: #fff;
    box-sizing: border-box;
    z-index: 99;
}
.banner{
    width:5.5rem;
}
.nav{
    display: block;
    width:1.2rem;
}
.caseList li {
    width: 50%;
    padding: 0 0.2rem 1.8rem;
}
.caseList .caseDetail {
    width: 100%;
    position: relative;
    text-align: center;
    box-shadow: 0 0 0.8rem #f0f4fe;
    height: 5.5rem;
    padding: 0 0.4rem;
    background: #fff;
    border-radius: 5px;
}
.caseTop {
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    top: -1rem;
    left: 50%;
    margin-left: -1.1rem;
    border-radius: 50%;
    background: #f2f5fc;
    line-height: 2.2rem;
}
.caseTop img {
    width: 1rem;
}
.caseTile {
    font-size: 0.65rem;
    color: #464e65;
    padding: 1.8rem 0 0.5rem;
}
.caseText {
    font-size: 0.5rem;
    color: #525a6f;
}
.wrapBg{
    background: url('../images/bg2.png') no-repeat -0rem 2.5rem;
    background-size:100% 100%;
}

.footerUl  .footDetail a{
    line-height: 0.8rem;
    border-bottom: none;
}
.footDiv{
    line-height: 2rem;
}