*,
*:after,
*:before {
    box-sizing: border-box
}

* {margin: 0;padding: 0;}
ul {list-style: none;}
a {text-decoration: none}
a:hover {text-decoration: underline}
a>img {border: 0;outline: none}
::-ms-clear,::-ms-reveal{display:none;}

body {
    background-color: #fff;
    font-family: \5FAE\8F6F\96C5\9ED1,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}


.header {
    background:#888DE5;
    background-image: -webkit-gradient(linear,left top,right bottom,from(#888DE5),to(#2DE0D5));
    background-image: -webkit-linear-gradient(left,#888DE5,#2DE0D5);
    background-image: -moz-linear-gradient(left,#888DE5,#2DE0D5);
    background-image: linear-gradient(to right,#888DE5,#2DE0D5);
    height: 105px;
    min-width: 1200px;
    overflow: hidden;
}
h1#logo {
    width: 1200px;
    margin: 20px auto;
}

h1#logo a {
    display: block;
    width: 451px;
}

.footer {
    height: 85px;
    text-align: center;
    background-color: #eee;
    line-height: 85px;
    font-size: 16px;
    color: #52525F;
    min-width: 1200px;
}

.footer span {
    margin: 0 10px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.step {margin: 10px 0}

.step span,
.step a {
    position: relative;
    font-size: 12px;
    color: #333333;
    font-family: "宋体"
}

.step a:hover {
    text-decoration: none
}

.step a {
    padding-right: 10px;
}
.step a:last-child:after {
    display: none;
}
.step a:after {
    content:'>';
    right: 0;
    position: absolute;
    font-size: 12px;
    top: 0;
}

.register {
    background: url(../images/banner.png) no-repeat #fff 0 0;
    padding-top: 230px;
}
.form-row {
    width: 450px;
    margin:  0 auto 20px
}
.form-row >span{
    display: inline-block;
    width: 85px;
    text-align: right;
    font-size: 16px;
    color: #525261;
    margin-right: 15px;
}
label {display: inline-block;}
label:nth-of-type(1) {margin-right: 40px;}
input[type='radio'] {display: none;}
input[type='radio'] + span{
    padding-left: 20px;
    position: relative;
    font-size: 16px;
    color: #525261
}

input[type='radio'] + span:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border: 1px solid #C2C2C2;
    border-radius: 50%;   
    left: 0;
    top: 3px;
}

input[type='radio']:checked + span:after {
    content:'';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #52525F;
    left:5px;
    top: 8px;
}

.input-in {
    border: 1px solid #DBDBEA;
    width: 300px;
    height: 40px;
    font-family: \5FAE\8F6F\96C5\9ED1,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
    font-size: 16px;
    line-height: 38px;
    padding: 0 10px;
    outline: none
}

.btn {
    display: inline-block;
    width: 180px;
    height: 45px;
    border-radius: 4px;
    border: 1px solid #41BDC9;
    background-color: #fff;
    color: #41BDC9;
    font-size: 22px;
    cursor: pointer;
    margin: 0 10px;
    font-family: \5FAE\8F6F\96C5\9ED1,Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;
}

.btn.btn-primary {
    border-color: #41BDC9;
    background-color: #41BDC9;
    color: #fff;
} 

.btn-group {
    text-align: center;
    margin: 75px auto 50px;
    font-size: 0;
}