*{
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}
input,textarea{
    -moz-outline-color:#6194f1 ;
    outline-color: #6194f1;
}
ul, ol, li{
    list-style: none;
}
table{
    border-spacing: 0;
    border-collapse: collapse;
    word-break: keep-all;
}
a{
    text-decoration: none;
}
a:hover{
    font-weight: bolder;
    text-decoration: underline;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, code, em, img, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, tbody, tr, th, td, i {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: normal;
    color: #333;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    -webkit-box-sizing:border-box; /* Safari */
}

th, tr, td {
    border: 1px solid #ddd;
    padding: 5px 10px;
    text-align: left;
}

th{
    font-weight: bold;
    background-color: #f7f7f7;
}

img{
    max-width: 100%;
}

html,body{
    width: 100%;
    height: 100%;
}
.centerBox{
    width: 1200px;
    max-width: 100%;
    min-height: 80vh;
    margin: auto;
    overflow: hidden;
}
.loginBigBox{
    min-height: 300px;
    display:flex;
    /*align-items:center;*/
    justify-content:center;
}
body{
    line-height: 1.4;
    color: rgb(51, 51, 51);
    font-family: 微软雅黑, Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.clear{
    clear: both;
}

.searchItemBox{
    display: inline-block;
}


#headerBox{
    /*width: 1200px;*/
    max-width: 100%;
    margin: auto;
    height: 54px;
}
#headerLineBox{
    border-bottom: 1px solid #e7e7e7;
    height: 54px;
    width: 100%;
}
#logoBox{
    float: left;
    height: 100%;
}
#logoImg{
    height: 100%;
}
#logoRightBox{
    float: right;
    height: 100%;
}
#logoRightBox ul{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
#logoRightBox li{
    float: left;
    padding: 0 15px;
}
#logoRightBox li a{
    /*color: #777777;*/
}

.loginA{
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 6px;
}
.registerA{
    background-color: #6aa2e0;
    border: 1px solid #6aa2e0;
    border-radius: 4px;
    padding: 6px;
    color: #fff;
}
#topLoginBox{
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#topLoginBox a{
    margin-left: 5px;
}
.loginTitleBox{
    text-align: center;
    font-size: 24px;
}
.loginBoxLine{
    margin-top: 20px;
    clear: both;
}
.centerLoginBox{
    text-align: center;
    padding-left: 30px;
}
.centerLoginA{
    background: #328ef5;
    color: #ffffff;
    padding: 7px 20px;
}
.labelSpan2{
    width: 50px;
    display: inline-block;
}
.labelSpan{
    width: 80px;
    display: inline-block;
}
.labelSpan120{
    width: 120px;
    display: inline-block;
}
.labelSpanTips{
    color: #828282;
    font-size: 14px;
}
.loginBoxLine input{
    height: 30px;
    width: 200px;
    padding: 0 5px;
    font-size: 15px;
}
#copyRightBox{
    background: #3A3A3A;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}
#copyRightBox p{
    color: #A6A6A6;
    font-size: 14px;
}

#adminLeftBox {
    width: 150px;
    max-height: 100%;
    float: left;
}

#adminRightBox {
    height: 100%;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 10px;
}

.leftMenuBox {
    border-top: solid 1px #cccccc;
    border-left: solid 1px #cccccc;
    border-right: solid 1px #cccccc;
    margin-top: 10px;
}
.leftMenuTitleBox {
    border-bottom: solid 1px #cccccc;
    font-weight: bold;
    font-size: 18px;
    padding: 5px 25px;
    background: #f3f3f3;
}
.leftMenuItemBox {
    border-bottom: solid 1px #cccccc;
    padding: 5px 30px;
}
.leftMenuItemBox:hover{
    background-color: #b4d8fd;
}
.selectLeftMenu{
    background: #b4d8fd;
}
.selectLeftMenu a{
}

.topChooseAppSelect {
    height: 30px;
    width: 200px;
    max-width: 100%;
    font-size: 16px;
}

.tableBox{
    max-width: 100%;
    overflow: auto;
}

.tableBox table{
    border-spacing: 0;
    border-collapse: collapse;
    word-break: keep-all;
    width: 100%;
}

.tableBox table td {
    white-space: nowrap;
    font-size: 15px;

    max-width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#topChooseAppBox{
}
.adminCenterBox{
    width: 100%;
    padding: 0 20px;
}
.rightHeaderBox{
    text-align: center;
    font-weight: bold;
}

.pageBox a, .pageBoxA{
    color: #00986f;
    text-decoration: none;
    border-bottom: 1px solid #aaaaaa;
    font-size: 14px;
}
.pageBox, .pageBox span{
    font-size: 14px;
}
.pageBox{
    padding: 5px 0;
}

.table_hover > tbody > tr > td:hover,
.table_hover > tbody > tr > th:hover,
.table_hover > tbody > tr:hover > td,
.table_hover > tbody > tr:hover > th {
    background-color: #b4d8fd;
}
.table_striped > tbody > tr:nth-of-type(odd) {
    background-color: #F4F4F4;
}
tr{
    /*cursor: pointer;*/
}
.sortSpan{
    font-weight: bold;
}
.table_striped > thead > tr {
    background-color: #ededed;
}
table .selectTr{
    background-color: #b4d8fd  !important;
}

.addOrModifyBox a{
    margin: 5px;
}
.addOrModifyBox{
    padding-bottom: 5px;
}



.editLabelBox {
    float: left;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
    padding-top: 5px;
}

.editTextArea {
    word-break: break-all;
    word-wrap: break-word;
    width: 250px;
}

.editTextInput, .editTextArea, .editSelect {
    /*border: #20a53a 1px solid;*/
    height: 30px;
    padding: 0 5px;
    font-size: 15px;
    float: left;
}

.editLabelBox{
    width: 110px;
}

.clear {
    clear: both;
}
.divFormBox{
    display: grid;
    justify-content: space-evenly;
    grid-template-columns: repeat(auto-fill,minmax(400px,1fr));
    width: 800px;
}

.dialogTitleBox{
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
    text-align: left;
    padding-left: 10px;
}

.col-12 {
    padding: 4px 0;
}

.mask_bottom{
    padding: 19px 20px 20px;
    text-align: center;
    border-top: 1px solid #e5e5e5;
}

.mask_bottom_a {
    cursor: pointer;
    border: 1px solid #aaa;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;

    background-color: #35aa47;
    color: #ffffff;
    padding: 6px 15px;
    margin-left: 15px;
}

.mask_bottom_a:hover{
    background-color: #2ade41;
}

.addA{
    font-size: 24px;
    font-weight: bolder;
    padding:0 5px;
    color: #00986f;
}
.addA:hover{
    border: 1px solid #cccccc;
}

.tableBox {
    max-width: 100%;
    overflow-x: auto;
}
.centerText {
    padding: 10px 0px;
}

table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}
.shopRechargeTips {
    clear: both;
    text-align: center;
    color: #999;
    margin-top: 10px;
}