* {
    margin:0;
    padding:0;
    border:0;
    font-size:14px;
    font-family:"Microsoft YaHei UI";
}

body {
    margin:0;
    font-size:14px;
    font-family:"Microsoft YaHei UI";
}

a {
    text-decoration: none;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    zoom:1;
}

header {
    width:100%;
    overflow: hidden;
    padding: 8px 0 5px;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}

.wrap
{
    width:1180px;
    margin:0 auto;
}

.logo-box {
    float: left;
    overflow: hidden;
}

.logo {
    width:240px;
    float: left;

}

.logo-01{
    width:100px;
    height:45px;
    text-align: center;
    float: left;
    margin-left: 25px;
    margin-top: 3px;
    border-left:1px solid #CCC;
    line-height:45px;
}

.logo-01 a span {
    color:#999;
    font-size:20px;
}

.box {
    width:1180px;
    overflow: hidden;
    margin:80px auto;
}

.box_register {
    float: left;
    width:540px;
    overflow: hidden;
    padding:0 100px 50px 100px;
}

.reg-box-r {
    float: left;
    border-left: 1px solid #dadada;
    width: 340px;
    height: 305px;
    margin-top:8px;
}

.has-reg-box {
    width: 320px;
    text-align: center;
}

.has-reg-box .a {
    font-size: 18px;
    color: #666;
    margin-top: 110px;
}

.btn-red-big {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    background: #50b46f;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 0 40px;
    border-radius: 3px;
    margin-top:20px;
}

.input_height {
    height: 42px;
    margin: 10px 0 0 0;
}

.main_input {
    width: 300px;
    height: 40px;
    outline: none;
    border: 1px solid #CCC;
    margin: 0 0 0 20px;
    float: left;
    padding-left:10px;
}

.normal_label {
    float: left;
    width: 100px;
    text-align: right;
    line-height: 40px;
    font-size: 15px;
    color: #666;
    font-weight: bold;
}

.check_label {
    width:200px;
    line-height:42px;
    margin: 0 auto;
    color:#999;
}

.recommend {
    margin: 14px 5px 0 0;
    display: block;
    float: left;
}

.check {
    width: 310px;
    height: 42px;
    margin: 15px 0 15px 120px;
    border: 1px solid #CCC;
    font-family: "Microsoft YaHei UI";
    display: block;
    font-size: 14px;
    outline: none;
}

.left15 {
    float: right;
    width: 140px;
    height: 40px;
}
.verify{
    font-family: "Microsoft YaHei UI";
    width: 130px;
    height: 40px;
    padding-left: 12px;
    float: left;
    font-size: 14px;
    outline: none;
}

.submit {
    width: 310px;
    height: 42px;
    background: #3b97d7;
    margin: 25px 0 5px 120px;
    display: block;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    font-family: "Microsoft YaHei UI";
    cursor: pointer;
}

#city select {
    height: 30px;
    outline: none;
    text-align: center;
    width: 78px;
    cursor: pointer;
    background: #fff;
    padding: 0px;
    font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
    color: #a9a9a9;
    font-size: 12px;
    text-indent:9px;
    margin: 5px 0px;
    border: 1px solid #CCC;
    margin-bottom: 10px;
    text-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.07) inset,
    0px 0px 0px 0px rgb(254, 254, 254),
    0px 0px 0px 0px rgb(210, 210, 210);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
    float: left;
}

form span {
    display: block;
    float:right;
    margin:0 20px 0 0;
    height:42px;
    line-height:42px;
    color:#b51717;
    font-size:12px;
}