.content>img:nth-of-type(1){
    width: 1200px;height: 367px;
}
.supplier{
    width: 1200px;height: 454px;
    background: url("../images/supplierbanner2.png");
    position: relative;
}
.supplier input[type=text]{
    width: 300px;height: 38px;
    border:1px solid #e7e7e7;
    line-height: 38px;
    text-indent: 30px;
    position: absolute;
    background: #fff;
}
.supplier input[type=text]:nth-child(1){
    left: 527px;top: 210px;
}
.supplier input[type=text]:nth-child(2){
    left: 850px;top: 210px;
}
.supplier input[type=text]:nth-child(3){
    left: 527px;top: 270px;
}
.supplier input[type=text]:nth-child(4){
    left: 850px;top: 270px;
}
.supplier input[type=button]{
    width: 170px;height: 38px;
    line-height: 38px;
    /*background: #e50012;*/
    /*dill新增 20191022----------------------start*/
    background: #1955b5;
    /*dill新增 20191022----------------------end*/
    color: #fff;
    text-align: center;
    position: absolute;
    left: 756px;top: 350px;
    cursor: pointer;
}
.mask-tip .mask-text{
    color: #333!important;
}