

  .MsoNormal{
        color: rgba(0,0,0,0.6)!important;
    font-size: 16px!important;
  }
  p{
    /* margin-top:20px; */
    line-height: 24px;
  }
  p span{
       color: rgba(0,0,0,0.6)!important;
    font-size: 16px!important;
    font-family: å¾®è½¯é›…é»‘;

  }
  .quhao {
    position: absolute;
    left: 0;
    font-size: 14px;
    color: #666;
    top: 24px;
    font: 14px/1.14 SF Pro Display,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;
}
  .lianxiBox{
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin:0 auto;
    justify-content: space-between;
  }
  .lianxiBox .oneField{
    width: 50%;
    height: 60px;
    margin-right: 30px;
    flex:30ch;
    margin-bottom: 20px;
  }
  .lianxiBox .oneField:nth-child(2n){
     margin-right: 0;
  }

.summit .top-left li .line {
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 99;
    /* border-bottom: 3px solid #e70012; */
    height: 3px;
    background-color: #e70012;
}
.top-left li .line {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  bottom: 20px;
  z-index: 99;
  /* border-bottom: 3px solid #e70012; */
  height: 3px;
  background-color: #e70012;
}
  .top-left li:hover>a{
    font-weight: bold;
  }
  .top-left li:hover .line{
    display: block !important;
  }
  
  @media (max-width: 1200px){
    .search{
      display: none;
    }
  }
  @media (max-width: 750px){
    #app{
      padding:0;
    }
    .login-container {
      margin: 0 auto!important;
      background-color: white;
      /* width: calc(100% - 40px)!important; */
  }
    .plr20{
      margin:0 20px!important;
    }
    .lianxiBox{
      display: flex;
      flex-wrap: wrap;
      width:calc(100% - 0px);
      /* margin:0 20px; */
      justify-content: space-between;
    }
    .lianxiBox .oneField{
      width: 100%;
      height: 50px;
      margin-right: 0;
      /* flex:30ch; */
      margin-bottom: 20px;
    }
    .lianxiBox .oneField:nth-child(2n){
       margin-right: 0;
    }
    .Section1{
        /* width: calc(100% - 40px)!important; */
        width: calc(100% - 40px)!important;
        /* padding:0 20px!important; */
        padding-left: 20px!important;
        text-align: justify;
    }
    .tip{
        font-size: 14px;
        margin-left: 20px;
    }
    .tip a{
        font-size: 14px;
    }
  }
  

.login-container {
    top: calc((100vh - 500px) / 2);
    min-height: 410px;
    margin-top: -30px;
    margin-left: 60%;
}

/* éªŒè¯ */
.jigcontainer {
  width: 330px;
    margin: 100px auto;
    background: #fff;
    padding: 10px;
}

#msg {
  width: 100%;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
}

/* a:link,
a:visited,
a:hover,
a:active {
  margin-left: 100px;
  color: #0366D6;
} */

.jigblock {
  position: absolute;
  left: 0;
  top: 0;
}

.jigmask{
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.65);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  display: none;
}
/* .jigcontainer{
  position: absolute;
} */
.sliderContainer {
  position: relative;
  text-align: center;
  width: 310px;
  height: 40px;
  line-height: 40px;
  margin-top: 15px;
  background: #f7f9fa;
  color: #45494c;
  border: 1px solid #e4e7eb;
}

.sliderContainer_active .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #e70012;
}

.sliderContainer_active .sliderMask {
  height: 38px;
  border-width: 1px;
}

.sliderContainer_success .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #f57a7a;
  background-color: #f57a7a !important;
}

.sliderContainer_success .sliderMask {
  height: 38px;
  border: 1px solid #f57a7a;
  background-color: #f57a7a;
}

.sliderContainer_success .sliderIcon {
  background-position: 0 0 !important;
}

.sliderContainer_fail .slider {
  height: 38px;
  top: -1px;
  border: 1px solid #f57a7a;
  background-color: #f57a7a !important;
}

.sliderContainer_fail .sliderMask {
  height: 38px;
  border: 1px solid #f57a7a;
  background-color: #fce1e1;
}

.sliderContainer_fail .sliderIcon {
  background-position: 0 -83px !important;
}

.sliderContainer_active .sliderText,
.sliderContainer_success .sliderText,
.sliderContainer_fail .sliderText {
  display: none;
}

.sliderMask {
  position: absolute;
  left: 0;
  top: 0;
  height: 39px;
  border: 0 solid #e70012;
  background: #f57a7a;
}

.slider {
  position: absolute;
  top: -1px;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  transition: background .2s linear;
}

.slider:hover {
  background: #e70012;
}

.slider:hover .sliderIcon {
  background-position: 0 -13px;
}

.sliderIcon {
  position: absolute;
  top: 15px;
  left: 13px;
  width: 14px;
  height: 10px;
  background: url(img/tb.png) 0 -26px;
  background-size: 34px 471px;
}

.refreshIcon {
  position: absolute;
  right: 0;
  top: 0;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url(img/tb.png) 0 -437px;
  background-size: 34px 471px;
}
.agreement a{
  font-size: 13px;
  color: rgba(0,0,0,0.6);
}
.agreement a:hover{
  color: #000
}
.showPass2{
  display: block;
  width: 20px;
  height: 20px;
  background: url(/images/yanjing_1.png);
  position: absolute;
  right: 3px;
  top: 23px;
  z-index: 200;
  background-size: 20px;

}
.showPass{
  display: block;
  width: 20px;
  height: 20px;
  background: url(/images/yanjing.png);
  position: absolute;
  right: 3px;
  top: 23px;
  z-index: 200;
  background-size: 20px;

}
.Inputbox li{
  position: relative;
}
/* åŽ»æŽ‰safari è‡ªå¸¦å°é’¥åŒ™å›¾æ ‡ */
input::-webkit-credentials-auto-fill-button {
  display: none !important;
  visibility: hidden;
  pointer-events: none;
  position: absolute; 
  right: 0;
}
.jigcontainer .tip{
  width: 100%;
  height: 30px;
  background: #fff;
  line-height: 30px;
  /* padding-left: 10px; */
  margin-bottom: 10px;
  margin-left: 0;
  position: relative;
}