.banner{
    height:620px;
    background: url("http://heysou.oss-cn-shanghai.aliyuncs.com/0c87e2ad-a26f-454c-93ff-e88cd96deb73.png");
    background-position: center 0px;
    background-repeat: no-repeat;
    width:100%;
}
.company{
    width:100%;
}
.companydetail{
    width:1200px;
    margin:0 auto;
}
.box{
    display: inline-block;
    width:420px;
    height:300px;
    background: #121d35;
    margin-top:66px;
    margin-left:40px;
    color:#bcbfc7; 
}
.title{
    padding-top:80px;
    padding-left:20px;
    font-size:16px;
}
.info{
    margin-top:66px;
    margin-left:100px;
    height: 300px;
    float: right;
    margin-right: 244px;
}
.tip{
    font-weight: 600;
    font-size:18px;
}
.username{
    width:340px;
    height:32px;
    line-height: 32px;
    background: #fff;
    margin-top:24px;
    font-size:16px;
    /* padding-left: 20px; */
}
.username::-webkit-input-placeholder{
    color: #bfc2cc;
    font-size: 16px;
    /* padding-left: 20px; */
}
.btn{
    width:300px;
    height:38px;
    line-height: 38px;
    text-align:center;
    background:#4575f6;
    color:#fff;
    border-radius:4px;
    margin-top:46px;
    font-size:16px;
    cursor: pointer;
}
@media screen and (max-width: 800px){
    .banner{
        height:180px;
        background: url("http://heysou.oss-cn-shanghai.aliyuncs.com/2e7e2177-714f-4972-b544-0ecf2536b2bb.png");
        background-position: center 0px;
        background-repeat: no-repeat;
        width:100%;
        background-size: 100% 100%;
    }
    .company{
        width:100%;
    }
    .companydetail{
        width:100%;
        margin:0 auto;
    }
    .ustitle{
        font-size:13px;
        font-weight:600;
        margin:12px;
        color:#121d35;
    }
    .info{
        margin-top:0px;
        margin-left:12px;
        height: 160px;
        float:none;
        margin-right: 12px;
    }
    .tip{
        font-weight: 600;
        font-size:18px;
    }
    .username{
        width:100%;
        height:34px;
        line-height: 34px;
        background: #fff;
        margin-top:12px;
        font-size:12px;
        border-bottom:1px solid #edeff2;
        /* padding-left: 20px; */
    }
    .username::-webkit-input-placeholder{
        color: #bfc2cc;
        font-size: 12px;
        /* padding-left: 20px; */
    }
    .btn{
        width:74%;
        height:39px;
        line-height: 39px;
        text-align:center;
        background:#4575f6;
        color:#fff;
        border-radius:2px;
        margin-top:24px;
        font-size:15px;
        cursor: pointer;
        margin-left:13%;
    }
    .box{
        display: none;
        width:93%;
        height:160px;
        background: #121d35;
        margin-top:36px;
        margin-left:12px;
        color:#bcbfc7; 
    }
    .title{
        padding-top:24px;
        padding-left:24px;
        font-size:12px;
    }
}