body {
    font: 14px/30px 'Microsoft YaHei', sans-serif;
    color: #333;
    background: #CCC;
}

a {
    color: #333;
}

.register {
    margin: 0 auto;
    width: 1100px;
    height: 620px;
    position: relative;
    overflow: hidden;
    background: #FFF;
}

.register__slider {
    width: 6600px;
    height: 620px;
    overflow: hidden;
}

.register__step {
    float: left;
    display: inline;
    width: 1100px;
    height: 620px;
}

.register__step--1,
.register__step--2,
.register__step--3,
.register__step--4,
.register__step--5,
.register__step--6 {}

.welcome {
    font-size: 30px;
    position: relative;
    width: 1100px;
    height: 620px;
}

.welcome--p1,
.welcome--p2,
.welcome--p3,
.welcome--p4,
.welcome--p5 {
    position: absolute;
    height: 100px;
    line-height: 100px;
    vertical-align: bottom;
    display: none;
}

.welcome--p1 {
    top: 20%;
    left: 20%;
}

.welcome--p2 {
    bottom: 30%;
    right: 30%;
}

.welcome--p3 {
    top: 30%;
    left: 10%;
}

.welcome--p4 {
    top: 20%;
    right: 30%;
}

.welcome--p5 {
    top: 35%;
    left: 25%;
}

.wechat,
.rules,
.guide,
.locale,
.form,
.contact {
    padding: 20px;
    position: relative;
    width: 1060px;
    height: 580px;
}

.wechat__title,
.rules__title,
.rules__content,
.guide__title,
.locale__title,
.form__title,
.contact__title {
    line-height: 60px;
}

.wechat__title,
.rules__title,
.guide__title,
.locale__title,
.form__title,
.contact__title {
    font-size: 40px;
}

.rules__content {
    font-size: 24px;
}

.rules__content a {
    color: #273872;
    text-decoration: underline;
}

.rules__agree,
.locale__selected,
.guide__read,
.form__print {
    position: absolute;
    display: block;
    left: 50%;
    bottom: 40px;
    width: 600px;
    margin-left: -300px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
}

.locale__back--btn,
.locale__selected--label,
.locale__selected--check,
.locale__selected--btn,
.rules__agree--label,
.rules__agree--check,
.rules__agree--btn {
    display: inline;
}

.locale__selected--label,
.locale__selected--check,
.rules__agree--label,
.rules__agree--check {
    float: left;
}

.locale__back--btn,
.locale__selected--label,
.locale__selected--btn,
.rules__agree--label,
.rules__agree--btn,
.guide__read--btn,
.form__print--btn,
.form__send--btn {
    cursor: pointer;
}

.locale__selected--check,
.rules__agree--check {
    height: 30px;
    margin: 0 5px 0 0;
}

.locale__back--btn,
.locale__selected--btn,
.rules__agree--btn,
.guide__read--btn,
.form__print--btn,
.form__send--btn {
    height: 30px;
    border: 0;
    background: #015293;
    color: #FFF;
    padding: 0 20px;
    font-weight: bold;
}

.locale__selected--btn,
.rules__agree--btn {
    float: right;
}

.locale__back--btn {
    margin-left: 10px;
}

.locale__contcat {
    overflow: hidden;
    zoom: 1;
    padding: 0 2%;
}

.wechat__content,
.guide__content,
.locale__content,
.form__content,
.contact__content {
    height: 450px;
}

.wechat__content {
    padding: 1em 2em;
}

.wechat__content figure {
    margin: 8px 8px 0 0;
}

.guide__content h3 {
    font-size: 16px;
}

.guide__content .guide__link {
    color: #C00;
}

.locale__content table,
.form__content table {
    width: 96%;
    margin: 0 auto;
}

.locale__content caption,
.form__content caption {
    font-size: 20px;
}

.form__content tfoot {
    font-size: 12px;
    line-height: 24px;
}

.locale__content tbody,
.form__content tbody {
    text-align: center;
}

.locale__content tbody th,
.locale__content tbody td,
.form__content tbody th,
.form__content tbody td {
    border: 1px solid #333;
    line-height: 30px;
}

.locale__content tbody td,
.form__content tbody td {
    text-align: left;
    padding-left: 2px;
}

.locale__input,
.form__input {
    width: 96%;
    height: 30px;
}

.form__input--textarea {
    width: 96%;
    height: 60px;
    resize: none;
}

.contact__content {
    padding: 10px;
}

.contact__info {
    float: left;
    display: inline;
    width: 200px;
    border: 1px solid #015293;
    margin: 5px 5px 5px 0;
    box-shadow: 2px 2px 5px #CCC;
}

.contact__info h3,
.contact__info p {
    padding: 5px;
}

.contact__info h3 {
    background: #015293;
    color: #FFF;
}

.contact__info p {}
