
.py-3 {
    position:absolute;
    
    border-radius: 6px;
    top:100px; /* 向下移动20像素 */


    left: 1000px; /* 向右移动30像素 */

   
    padding: 2rem;
}
    

.relative-position {
    position:absolute;
    top:100px; /* 向下移动20像素 */


    left: 800px; /* 向右移动30像素 */


   /* width: 200;
    height: 120;
    margin: 20 px auto;
   /* margin-top: 150px;*/
  /*  margin-left: 800px;
    display: block; */
}

.zhuce{
    width: 198px;
    height: 48px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .02em;
    color: #f2672a;
    background: #fff;
    border: 1px solid #f2672a;
    border-radius: 8px;
}
.denglu{
    margin-left: 16px;
    width: 198px;
    height: 48px;
    background: #f2672a;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: .02em;
    border: 1px solid #dcdfe6;
    color: #fff;
}
.s1{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 492px;
    padding: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    -webkit-box-shadow: 0 2px 16px rgba(0, 56, 129, .1);
    box-shadow: 0 2px 16px rgba(0, 56, 129, .1);
    border-radius: 16px;

}
.email{
    height: 48px;
    width: 100%;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #dcdfe6;
    color: #606266;
}
