@charset "utf-8";
body{
    margin: 0;
    padding: 0;
  }
.ct1-input{
    position: absolute;
    width: 488px;
    height: 62px;
    left: 40px;
    color: #A1A1A1;
    outline: none;
    /* 表单中的字体 */
    font-family: Source Han Sans CN;
    font-style: normal;
    font-weight: normal;
    padding-left: 14px;
    font-size: 16px;
    line-height: 20px;
}
#ct1-text{
    position: absolute;
    width: 488px;
    height: 133px;
    resize:none;
    left: 40px;
    top: 352px;
    outline: none;
     /* 表单中的字体 */
    font-family: Source Han Sans CN;
    font-style: normal;
    font-weight: normal;
    padding-left: 14px;
    padding-top: 20px;
    font-size: 16px;
    line-height: 20px;
}
#ct1-submit{
    position: absolute;
    width: 488px;
    height: 62px;
    left: 40px;
    top:506px;
    background: #0457D4;
    border-radius: 3px;
    border: none;
    /* 字体 */
    font-family: Source Han Sans CN;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #FFFFFF; 
}
#ct-vertical{
    position: absolute;
    width: 53.29px;
    height: 7.4px;
    left:6.3%;
    top: 212.3px;
    background: #FFFFFF;
}