.class_center {
    text-align:center;
}
.class_width {
    width: 280px;
}
body {
    background-color: rgb(0, 70, 70);
    width:100%;
    margin: 0;
    padding: 0;
}
#div_bd {
    background-color:rgb(98, 196, 0);
    width:320px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
#div_titl {
    font-weight:bold;
    font-size:20px;
}
#p_tip {
    font-size:14px;
}
#input_vcode {
    width:140px;
}