.rMain{
    box-sizing: border-box;
    padding: 30px;
}
.pBox{
    height: 40px;
    line-height: 40px;
    background-color: #f6fbff;
    margin-bottom: 20px;
}
.ptitle{
    color: #308bd8;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}
.pright{
    color: #999;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.pright a{
    color: #308bd8;
}
.formBox{
    width: 650px;
    margin: 0 auto;
}
ul, ol{
    margin-bottom: 0px;
}
p {
    margin: 0 0 0px;
}
.form-horizontal .form-group{
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-bottom: 20px;
}
.labSpan{
    width: 138px;
    padding-right: 10px;
    line-height: 40px !important;
    text-align: right;
}
.labSpan em{
    font-style: normal;
    color: #FF0000;
    padding-right: 10px;
}
.formInput{
    padding: 0 10px 0px 10px;
    -webkit-box-shadow:0px 0px 8px rgba(214, 214, 218, 0.26) !important;
    box-shadow:0px 0px 8px rgba(214, 214, 218, 0.26) !important;
    width: 480px !important;
    border: 1px solid #e6e6e6 !important;
    line-height: 40px !important;
    height: 40px !important;
    font-size: 14px !important;
}
.yzmBut{
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
}
.a_get {
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #2d8ad9;
    border: 1px solid #ededed;
    background-color: #e0f1ff;
    text-align: center;
    margin-left: 10px;
}
.unitCss{
    border-color: #2faa60 !important;
    width: 480px !important;
    z-index: 10;
    padding: 0 10px;
    top: 40px;
}
.unitCss::-webkit-scrollbar{ 
    width: 5px;
    height: 4px;
}
.unitCss::-webkit-scrollbar-thumb{
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: #dcdcdc;
}
.unitCss::-webkit-scrollbar-track{ 
    border-radius: 0;
}
.selectInput{
    width: 138px;
    border-radius: 5px;
    border: 1px solid #ededed;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px 0px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0px;
    margin-right: 20px;
}
div.form-control,.has-error div.form-control,.has-success div.form-control{
    border:none;
    box-shadow: none;
    margin-bottom:0px;
    padding: 0px;
}
ul.form-control,.has-error ul.form-control,.has-success ul.form-control{
    border:none;
    box-shadow: none;
    margin-bottom:0px;
    padding: 0px;
}
.form-control{height: auto;}
.selectInput_big{
    padding: 0px 20px !important;
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
    width: 460px !important;
    border: 1px solid #ededed !important;
    line-height: 40px !important;
    height: 40px !important;
    border-radius: 3px;
}
.btn-danger{
    background: #308bd8 !important;
    width: 120px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center;
    font-size: 16px ;
    color: #fff;
    border:none !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 5px;
    cursor: pointer;
}
.goBack{
    width: 118px !important;
    height: 40px !important;
    line-height: 40px !important;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}