.qiehuan div.aaa{
    display: none;
}
.qiehuan div.xs-box{
    display: block;
}
.main_ta{
    width:100%;
    height:auto;
}
.tian{
    width:40%;
    height:auto;
    padding: 20px 0 0 20px;
}
div.zuic{
    width:88%;
}
div input.easyui-validatebox.textbox{
    width:100%;
    height:25px;
    text-align: center;
}
.main_table_title_span{
    float: left;
    height: 25px;
    line-height: 25px;
    width: 30%;
}
.aaa_title {
    border-left: 2px solid #4280ff;
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    margin-top: 10px;
    padding-left: 10px;
}
.font_color{
    color: #137cfd;
    font-size: 16px;
    margin-right: 4px;
    position: relative;
    top: 4px;
}
.my{
    width:100%;
    height:100%;
    position: relative;
}
/*提交按钮*/
.submit_div{
    width:370px;
    margin: 80px auto;
}
.new_Pv,.new_a{
    display: inline-block;
    width:150px;
    height:35px;
    border:1px solid #587ed1;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    background: #f8fbff;
    margin-right: 30px;
    outline: none;
    float: left;
    margin-bottom:50px;
}
a.new_a{
    width:148px;
    height:33px;
    float: left;
    text-align: center;
    line-height: 33px;
}
.new_Pv:hover,.new_a:hover{
    background:#587ed1;
    color:#f8fbff;
}