* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

html, body {
    width: 100%;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    background: #f1f1f1;
    height: 100%;
}

.register_b {
    width: 1200px;
    overflow: hidden;
    margin: 30px auto;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 8px;
    background: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 0 0 #72b9eb, 0 1px 2px 0 #b3b3b3;
    box-shadow: inset 0 1px 0 0 #b3b3b3, 0 1px 2px 0 #b3b3b3;
    position: relative;
    top: 20px;
}

.contact-top {
    padding: 40px;
    font-size: 22px;
    font-weight: bold;
}
.text {
    padding: 9px 15px;
    line-height: 20px;
    font-weight: 300;
    text-align: right;
    font-size: 14px;
}
.title {
    width: 150px;
    font-size: 14px;
    padding: 8px 15px;
}



