body,html{

  height: 100%;
  margin: 0 auto;
 }
 /*清除默认的margin和padding*/
 * {
  margin: 0;
  padding: 0;
}

/*清除小圆点*/
ul {
  list-style: none;
}

/*清除a标签默认的下划线*/
a { 
  text-decoration: none;
}
.code{
 display: none; 
 
}
.code2{
  color: #ccc!important;
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (max-width: 2500px) {
  .pc{
    display: inline-block;
  }
  .ap{ 
    display: none;
  }
  .index {
   width: 100%; 
   height: 100%;
   background: #F9FBFE;
   position: relative;
  }
  .title {  
    width: 100%;
    height: 120px; 
    background: #FFFFFF;
    position: relative;
  }
  .logo{ 
    width:  171px; 
    height: 40px; 
    position: absolute;
    left: 40px; 
    top: 56px;
  }
  .download{ 
    font-size: 16px;
    font-family: AlibabaPuHuiTiM;
    color: #1C3DFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    width: 104px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #1C3DFF;
    box-sizing: border-box;
    position: absolute;
    right:52px; 
    top:48px;
  }
  .experience{ 
    width: 110px;
    height: 120px;
    position: absolute;
    top:136px;
  }
  .app{ 
    right:164px; 
    background: url('/static/images/app.png')no-repeat center;
    background-color: #FFF;
    background-size: 100%;
    box-sizing: border-box;
  }
  .app img{ 
    width: 94px;
    height: 94px;
    position: absolute;
    top: 4px;
    left: 8px;
  }

  .program{ 
    right:40px;  
  }
  .registered{ 
    width: 431px;
    height: 100px;
    font-size: 36px;
    font-family: AlibabaPuHuiTiB;
    color: #303133;
    line-height: 50px;
    position: absolute;
    top:336px;
    left: 39%;
  }
  .registered p{ 
    text-align: center;
    font-weight: 700;
  }
  .form{ 
    width: 330px;
    height: 500px;
    position: absolute;
    top:492px;
    left: 42%;
  }
  .form p{ 
    position: absolute;
    top: 92px;
    right: 0;
    font-size:17px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #233EFE;
    cursor: pointer;
  }
  input[type=text]{ 
    border: none;
    background: rgba(256, 256, 256, .1);
    border-bottom: 1px solid #E5E5EA;
    display: block;
    height: 70px;
    width: 327px;
    font-size: 17px;
  }
  input::-webkit-input-placeholder {
    color: #ddd;

  }
  
  input:-moz-placeholder {
    color: #ddd;

  }

  input:-ms-input-placeholder {
    color: #ddd;

  }
  input[type=text]:focus,.button:focus{  
    outline:none;
  } 
  .button{ 
    background: #233EFE!important; 
    width: 327px;
    height: 48px;
    border: none; 
    border-radius: 50px; 
    margin-top: 10%;
    cursor: pointer; 
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
  }
  
  /* 新注册 */
  .success{ 
    width: 330px;
    height: 500px;
    position: absolute;
    top:30%;
    left: 42%;
  }

  .success img{ 
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 20%;
    transform: translateX(-50%);
  }
  .success p{ 
    text-align: center;
    position: absolute;
    left: 50%;
    top:40%;
    transform: translateX(-50%); 
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #303133;
  }
  .success p:nth-child(3){ 
    top:48%;
    width: 24px;
    height: 2px; 
    background: #BFC2CC;
  }
  .success p:nth-child(4){ 
    top: 50%;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(48, 49, 51, 0.4);
  }

  .buttonDown{ 
    background: #233EFE!important; 
    display: inline-block;
    width: 327px;
    height: 48px;
    border: none; 
    border-radius: 50px; 
    margin-top: 100%; 
    cursor: pointer; 
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 48px;
  }
   /* 图形验证 */
   #validation{
    width: 100%; 
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 99;
  }
  .diag{
    width:70%;
    height: 30%;
    background: #FFFFFF;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
  }
  .diag img:nth-child(1){
    width:8%;
    position: absolute;
    top: 3%;
    right: 3%;
  }
  .diag img:nth-child(2){
    width: 82%;
    height:22%;
    background: #D8D8D8;
    position: absolute;
    top: 20%;
    left: 9%;
  }
  .diag input{
    position: absolute;
    top: 50%;
    width: 82%;
    left: 9%;
    color: #000;
    border-radius: 8px;
    border: 1px solid #E5E5EA;
    height: 18%;
  }
  .diag input::placeholder{
    font-size:13px;
    font-weight: 400;
    color: rgba(48, 49, 51, 0.2);
  }
  .diag p{
    border-top: 1px solid #E5E5EA;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 24%;
    text-align: center;
    line-height: 3.5;
  }
  /* 图形验证 */
  .diag{
    width: 20%;
    height: 40%;
    left: 40%;
  }
  .diag p{
   line-height: 6;
  }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
  .pc{ 
    display: none;
  }
  .ap{ 
    display: inline-block;
  }
  .index {
    width:100%;
    height: 100%;
    background: #FFFFFF;
   }
   .title {
     position: absolute;
     background: url('/static/images/top.png')no-repeat center;
     width:100%;
     height: 48%;
     background-size: 100%;
   }
   .form{ 
    width: 80%;
    height: 30%;
    position: absolute;
    top:37%;
    left: 10%;
    z-index: 2;
  }
  .form p{ 
    right: 0;
  }
  .registered{ 
    width: 90%;
    font-size: 24px;
    font-family: AlibabaPuHuiTiB;
    color: #0d0f14;
    line-height: 50px;
    position: absolute;
    top:20%;
    left:6%;
    z-index: 2;
  }
  .registered p{ 
    text-align: left;
    font-weight: 700;
  }
 
  input[type=text]{ 
    width: 100%;
    background: rgba(256, 256, 256, .1);

  }
  .button{ 
    width: 100%;
   
  }
  .bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10.5%;
   }
   .downloadimg{
    width: 100%;
    height:100%;
   }
   .downloadap{
      width: 88px;
      height: 40px;
      background: #FC6917;
      border-radius: 20px;   
      font-size: 13px;
      font-family: PingFangSC-Medium, PingFang SC;
      font-weight: 500;
      color: #FFFFFF;
      line-height: 40px;
      position: absolute;
      bottom:20%;
      right: 5%;
      text-align: center;
   }
   /* 注册 */
   .success{ 
    width: 80%;
    height: 30%;
    position: absolute;
    top:30%;
    left: 10%;
    z-index: 2;
  }
  .success img{ 
    width: 72px;
    height: 72px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .success p{ 
    text-align: center;
    position: absolute;
    left: 50%;
    top:40%;
    transform: translateX(-50%); 
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #303133;
    width: 100%;
  }
  .success p:nth-child(3){ 
    top:65%;
    width: 24px;
    height: 2px;
    background: #BFC2CC;
  }
  .success p:nth-child(4){ 
    top: 75%;
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(48, 49, 51, 0.4);
  }
  .buttonDown{ 
    background: #233EFE!important; 
    width: 100%;
    height: 48px;
    border: none; 
    border-radius: 50px; 
    margin-top: 75%; 
    cursor: pointer; 
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    line-height: 48px;

  }
  /* 图形验证 */
  #validation{
    width: 100%; 
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 99;
  }
  .diag{
    width:70%;
    height: 30%;
    background: #FFFFFF;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translateY(-50%);
  }
  .diag img:nth-child(1){
    width:8%;
    position: absolute;
    top: 3%;
    right: 3%;
  }
  .diag img:nth-child(2){
    width: 82%;
    height:22%;
    background: #D8D8D8;
    position: absolute;
    top: 20%;
    left: 9%;
  }
  .diag input{
    position: absolute;
    top: 50%;
    width: 82%;
    left: 9%;
    color: #000;
    border-radius: 8px;
    border: 1px solid #E5E5EA;
    height: 18%;
  }
  .diag input::placeholder{
    font-size:13px;
    font-weight: 400;
    color: rgba(48, 49, 51, 0.2);
  }
  .diag p{
    border-top: 1px solid #E5E5EA;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 24%;
    text-align: center;
    line-height: 3.5;
  }
} 