#biaodan {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 466px;
    background: url(../images/bg2.png) no-repeat;
    background-size: 100%;
    text-align: right;
}

#biaodan p {
    font-size: 12px;
    text-align: left;
    margin-top: -10px;
}

#biaodan_box {
    display: inline-block;
    width: 260px;
    background-color: rgba(240, 248, 255, 0.312);
    border: 40px;
    margin-top: 100px;
    margin-right: 30px;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
}

#biaodan_box input {
    width: 240px;
    height: 36px;
    padding: 0px 10px;
    border: 0px;
    border-radius: 4px;
    margin-bottom: 20px;
}

button {
    width: 260px;
    border: 0px;
    line-height: 36px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.zhuce {
    text-align: right;
    font-size: 12px;
    color: #ccc;
}

.zhuce a {
    color: #ccc;
}

#leixing {
    position: relative;
    font-size: 12px;
    margin-top: -20px;
}

#leixing input {
    width: 12px;
    position: relative;
    top: 14px;

}