.content{
    width: 1200px;
    overflow:hidden;
    margin:0 auto;
}
.content>div:nth-child(1),.content>div:nth-child(2),.content>div:nth-child(3),.content>div:nth-child(4){
    width: 600px;
    overflow:hidden;
    margin:0 auto;
    padding-top: 30px;
}
.content>div:nth-child(1) p,.content>div:nth-child(2) p,.content>div:nth-child(3) p,.content>div:nth-child(4) p{
    width: 100px;height: 40px;
    float: left;
    /*font-size: 18px;*/
    line-height: 40px;
}
.content>div input{
    width: 498px;height: 38px;
    float: left;
    /*font-size: 18px;*/
    line-height: 40px;
    border:1px solid #e2e2e2;
    text-indent: 8px;
}

.content>input{
    width: 150px;height: 40px;
    margin:30px auto 0;
    /*font-size: 18px;*/
    color: #fff;
    /*background: #e50012;*/
    /*dill新增 20191022----------------------start*/
    background: #1955b5;
    font-size: 16px;
    /*dill新增 20191022----------------------end*/
    display: block;
    border-radius: 10px;
    cursor: pointer;
}
.mask-tip .mask-text{
    color: #333!important;
    padding:0 20px;
    width: 310px;
    margin-top: 20px;
    line-height: 30px;
}

.phone-code {
    width: 600px;
    height: 40px;
    margin: 20px 0 0 350px;
}

.phone-code input:nth-child(1) {
    width: 173px;
    height: 40px;
    line-height: 40px;
    float: left;
    text-indent: 16px;
    margin-left: 82px;
    border-radius: 4px;
    border: 1px solid #e2e2e2;
}

.phone-code input::-webkit-input-placeholder {
    color: #cccccc;
}

.phone-code input:nth-child(2) {
    width: 132px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 10px;
    float: left;
    color: #666666;
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    cursor: pointer;
    background: #fff;
}
