
/********统一组件样式******不可修改*****多处使用******/

/*
#6FB516 主绿色
#ff9800 主橙色
#0076ff;主蓝色
#e51c23 主红色
#FFF6E0 米黄背景色
*/

*{
    letter-spacing: normal;
    padding: 0;
    margin: 0;
}
/*标签默认样式*/
input,textarea{
    color: #666;
    padding-left: 10px;
}
a{
    color: #0076ff;
    text-decoration: none;
    outline: none;
}
a:hover{
    outline: none;
    text-decoration: underline;
    color: #4169e1;
}
.must{ /*红色星号*/
    color: #e51c23;
    margin: 10px;
}
.red{
    color: #e51c23;
}
.green{
    color: #6FB516;
}
.grey{
    color: #999;
}
.blue{
    color: #0076ff;
}
.orange{
    color: #ff9800;
}
.white{
    color: #fff;
}
/*容器样式定义*/
.base-wrapper{
    display: inline-block;
    width: 91%;
    padding: 20px;
}
.base-content{
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    min-width: 1000px;
    min-height: 600px;
    padding: 20px;
}
.base-header{
    height: 30px;
    line-height: 30px;
}
/*select下拉框*/
.base-select{
    background-color: #fff;
    color: #666;
    height: 34px;
    min-width: 120px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}
/*input*/
.base-input{
    background-color: #fff;
    color: #666;
    height: 32px;
    min-width: 120px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
/*btn按钮*/
.base-a-btn{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    text-decoration: none;
    outline: none;
    text-align: center;
}
.base-a-btn:hover{
    color: #fff;
    text-decoration: none;
    outline: none;
}
.base-white-btn,.base-green-btn,.base-orange-btn,.base-gray-btn,.base-red-btn,.base-purple-btn,.base-blue-btn{
    color: #fff;
    height: 34px;
    border:none;
    min-width: 120px;
    padding: 0 15px;
    border-radius: 4px;
    cursor: pointer;
}
.base-white-btn{
    color: #333 !important;
    border: 1px solid #ccc;
    background-color: #fff;
}
.base-green-btn{
    background-color: #6FB516;
}
.base-orange-btn{
    background-color: #ff9800;
}
.base-gray-btn{
    background-color: #999999;
}
.base-red-btn{
    background-color: #FF4040;
}
.base-blue-btn{
    background-color: #108DE9;
}
.base-purple-btn{
    background-color: #3f51b5;
}
.base-white-btn:hover{
    background-color: #f2f2f2;
}
.base-green-btn:hover{
    background-color: #5a9b08;
}
.base-orange-btn:hover{
    background-color: #FF7F00;
}
.base-gray-btn:hover{
    background-color: #666666;
}
.base-red-btn:hover{
    background-color: #D12D5E;
}
.base-purple-btn:hover{
    background-color: #00008b;
}
.base-blue-btn:hover{
    background-color: #027ABF;
}

/*表格*/
.base-table{
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    font-size: 14px;
}
.base-table td,.base-table th{
    border: 1px solid #ddd;
    height: 40px;
    text-align: center;
}
.base-table thead{
    color: #333;
    font-weight: normal;
    background-color: #fff6e0;
}
.base-table td{
    color: #666;
}

/*橙色字体 一般用于页面标题*/
.base-orange-font{
    display: inline-block;
    color: #ff9800;
    font-size: 16px;
    margin-right: 20px;
}
.base-green-font{
    display: inline-block;
    color: #6FB516;
}
.base-red-font{
    display: inline-block;
    color: #e51c23;
}
.base-blue-font{
    display: inline-block;
    color: #0076ff;
}
/*按钮位置放最右边*/
.base-float-right{
    float: right;
    margin-left: 15px;
}
.base-clear-float{
    clear:both;
}

/*单选框（只可更换选择不可取消）*/



/*复选框圆形（可取消勾选）*/
.base-circle-checkbox{
    display:inline-block;
    width: 18px;
    height: 18px;
    line-height: 16px;
    border-radius: 50%;
    border: 1px solid #bbb;
    margin-right: 5px;
    vertical-align: middle;
}
.base-red-circle-checkbox,.base-blue-circle-checkbox{
    display:inline-block;
    color: #e51c23;
    font-size: 18px !important;
    width: 17px;
    height: 17px;
    line-height: 17px;
    border-radius: 50%;
    border: 1px solid #bbb;
    margin-right: 5px;
}
.base-blue-circle-checkbox{
    color: #0076ff !important;
}
.base-right-15{
    margin-right: 15px;
}
/*复选框矩形（可取消勾选）*/
.base-square-checkbox{
    display:inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #bbb;
    vertical-align: middle;
}
.base-green-center{
    display: inline-block;
    width: 14px;
    height: 8px;
    border-bottom: 2px solid #6FB516;
    border-left: 2px solid #6FB516;
    transform:rotate(-45deg);;
    -ms-transform:rotate(-45deg);;     /* IE 9 */
    -moz-transform:rotate(-45deg);;    /* Firefox */
    -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
    -o-transform:rotate(-45deg);;  /* Opera */
    vertical-align: top;
    margin-top: 2px;
}


/*弹出窗*/
.base-dialog-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
}
.base-dialog-content{
    padding: 20px;
    position: absolute;
    border-radius: 6px;
    border:1px solid #ddd;
    width: 700px;
    min-height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -350px;
    margin-top: -250px;
    background-color: #fff;
    position: relative;
}
.base-mini-dialog{
    width: 500px !important;
    height: 300px !important;
    min-height: 300px !important;
    margin-left: -250px !important;
    margin-top: -100px !important;
}
.base-dialog-tip{
    padding: 20px;
    position: absolute;
    border-radius: 6px;
    border:1px solid #ddd;
    width: 440px;
    min-height: 200px;
    left: 50%;
    top: 50%;
    margin-left: -220px;
    margin-top: -100px;
    background-color: #fff;
    position: relative;
}
.base-dialog-title{
    font-size: 18px;
}
.base-close-dialog{
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 25px;
    height: 25px;
    color: #666;
    cursor: pointer;
    background-image: url(/static/img/close-dialog.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.base-closeB-dialog{
    display: block;
    position: absolute;
    right: 20px;
    top: 15px;
    width: 25px;
    height: 25px;
    color: #666;
    cursor: pointer;
    background-image: url(/static/img/close-b.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.base-dialog-btn{
    text-align: center;
}
.base-dialog-btn>button{
    margin: 15px;
    min-width: 180px;
    height: 36px;
    margin-top: 30px;
    margin-bottom: 20px;
}

/*信息提示弹出窗*/
.base-tip-dialog-content{
    padding: 20px;
    position: absolute;
    border-radius: 6px;
    border:1px solid #ddd;
    width: 500px;
    min-height: 300px;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -150px;
    background-color: #fff;
    position: relative;
}
.base-tip-text{
    height: 100px;
    line-height: 100px;
    font-size: 16px;
    text-align: center;
}


/*分页*/
.pages{
    height: 30px;
    text-align: right;
    margin-top: 30px;
}
.pageText{
    font-style: normal;
    font-size: 12px;
    color: #999;
}
.pageText:hover{
    color: #999;
    text-decoration: none;
}
.pageText>i{
    font-style: normal;
    display: inline-block;
    width: 20px;
    text-align: center;
}
.pages>span,.pages>button{
    display: inline-block;
    width: 80px;
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    background: #6FB516;
    border: 1px solid #ddd;
    color: #fff;
    cursor: pointer;
}
.pages>b{
    display: inline-block;
    min-width: 10px;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    color: #888;
}
.currentPage{
    color:#6FB516 !important;
}
.jumpNumber{
    width: 40px;
    height: 28px;
    border: 1px solid #bbb;
    margin-left: 20px;
    text-align: center;
}
.jumpPage{
    font-size: 12px;
    color: #62B2FB;
    cursor: pointer;
    padding: 0 !important;
    padding-left: 0 !important;
}
.tabs>.tab{
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #333;
}

/*#page 的page是您自定义的id*/
.xlpage {
    margin: 20px auto;
    color: #666;
    display: block;
    text-align: right;
}

/*所有li的样式*/
.xlpage li {
    display: inline-block;
    min-width: 30px;
    height: 28px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    line-height: 28px;
    background-color: #f9f9f9;
    border: 1px solid #dce0e0;
    text-align: center;
    margin: 0 4px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/*上一页和下一页的样式*/
.xl-nextPage, .xl-prevPage {
    padding: 0 10px;
    color: #0073A9;
    height: 28px;
}

/*失效状态样式*/
.xlpage li.xl-disabled {
    opacity: .5;
    cursor: no-drop;
}

/*当前页码显示状态*/
.xlpage li.xl-active {
    background-color: #0073A9;
    border-color: #0073A9;
    color: #FFF
}

.data_head_nav a {
    cursor: pointer;
    padding: 10px 20px;
    float: left;
    color: #bbb;
}
.new-table-style {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 8px;
    border: 1px solid #EBEBEB;
}
.new-table-style thead th {
    background-color: #F0F2F2;
    border: none !important;
    border-right: 1px solid #EBEBEB;
    font-weight: initial;
    color: #4a4a4a;
    padding: 5px 10px;
}
.new-table-style tbody td {
    border-top: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
    vertical-align: middle !important;
    padding: 5px 10px;
}
.new-table-style tbody td:last-child, .new-table-style thead th:last-child {
    border-right-color: transparent;
}