@charset "utf-8";
/**
 * Created by chenxiaoyi on 2017/12/28.
 */

/*form1*/
form div{
    margin-top: 20px;
}
form input{
    font-size: 14px;
    color: #212121!important;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    width: 500px;
    outline: none;
    padding-left: 10px;
    box-sizing: border-box;
}
form div input{
    margin-left: 5px;
}
form input:focus{
    border-color: #1e88e5;
}
form div span:nth-child(1){
    font-size: 14px;
    color: #212121;
    display: inline-block;
    width: 200px;
    text-align: right;
    padding-right: 2px;
}
label{
    font-size: 14px;
    color: #212121;
    margin-left: 6px;
}
button{
    background: #1e88e5;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 10px 53px;
}
select{
    font-size: 14px;
    color: #212121!important;
    min-width: 127px;
    height: 30px;
    padding-left: 6px;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
    outline: none;
}
select:focus{
    border-color: #1e88e5;
}
.joint{
    position: relative;
}
.joint span input{
    width:auto;
    height: auto;
    /*margin-left: 102px;*/
}
.joint span:nth-child(2) input{
    margin-left: 5px;
}
.codeTest{
    position: relative;
}
button:hover{
    background: #1976d2;
}
aside{
    width: 1049px;
    height: 72px;
    border-radius: 8px;
    border: 1px solid #1b1bd4;
    font-size: 14px;
    color: #1b1bd4;
    background: #f6f6ff;
    margin-top: 30px;
    margin-bottom: 50px;
}
aside p{
    margin: 11px 50px;
    line-height: 26px;
}
/*end*/