
/*元素左浮动*/
.fl{float: left;}
/*元素右浮动*/
.fr{float: right;}
/*主区域*/
.w{width: 1200px;  margin: 0 auto;}
.g{ width: 100%;  }
.align{  text-align: center;  }

.clear{clear: both}

.cur1{
    background: #98999a;
}
.cur2{
    background: #961f23;
}
.cur3{
    background: #4f5254;
}
.gray{
    color: #666666;
}
.half{
    width: 500px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #666666;
}

.half input{
    border: 1px solid #cfcfcf;
    float: left;
    line-height: 38px;
    width: 320px;
    padding-left: 10px;

}
.half label{
    color: #666666;
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    display: block;
    float: left;
    margin-right: 8px;
}

.all{
    margin-bottom: 20px;
    line-height: 40px;
    height: 40px;
    color: #666666;
}
.all input{
    border: 1px solid #cfcfcf;
    float: left;
    line-height: 38px;
    width: 820px;
    padding-left: 10px;
}
.all label{
    color: #666666;
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    display: block;
    float: left;
    margin-right: 8px;
}
.half .radio{
    width: 45px;
    float: none;
    color: #cfcfcf;
}
.all .radio{
    width: 45px;
    color: #cfcfcf;
    float: none;
}
.us-right .join-bt{
    margin-bottom: 25px;
    font-size: 20px;
}

.submit{
    width: 200px;
    height: 40px;
    margin: 0 auto 100px auto;

}
.submit button{
       width: 200px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    color: #ffffff;
    background: #518ed4;
    cursor: pointer;
    border-radius: 5px;

}
.us-right .gray{
    line-height: 30px;
    margin-bottom: 30px;
}
