* {
    margin: 0;
    padding: 0;
}

.container {
    width: 1000px;
    margin: 0 auto;
    background: url(../images/bg.png) no-repeat 50%/100% 100%;
    padding: 139px;
    box-sizing: border-box;
}

.container .title {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: rgba(51, 51, 51, 1);
}

.form {
    text-align: center;
    margin-top: 39px;
}

.code {
    width: 446px;
    height: 50px;
    border: 1px solid rgba(204, 204, 204, 1);
    border-radius: 4px;
    padding-left: 12px;
    box-sizing: border-box;
}

.search {
    width: 446px;
    height: 65px;
    background: rgba(2, 106, 177, 1);
    border-radius: 4px;
    font-size: 30px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 65px;
    margin: 0 auto;
    margin-top: 37px;
    cursor: pointer;
}

.tip {
    width: 1000px;
    background: rgba(240, 240, 240, 1);
    padding: 30px;
    box-sizing: border-box;
    margin: 0 auto;
}

.tip_title {
    font-size: 24px;
    font-weight: bold;
    color: rgba(2, 106, 177, 1);

}

.content {
    font-size: 18px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    margin-top: 19px;
}

.main{
    padding-bottom: 99px;
}