@charset "utf-8";

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


a {
    text-decoration: none;
    color: inherit;
}

ul,
li {
    list-style: none;
    vertical-align: top;
}

input,
textarea,
a,
a:focus {
    outline: none;
    font-family: "微软雅黑";
}

i {
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

p{
    margin: 0;
}

::-webkit-scrollbar {
    /*滚动条整体部分，其中的属性有width,height,background,border等*/
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    /*外层轨道，可以用display:none让其不显示，也可以添加背景图片*/
    background: rgba(204, 204, 204, 0.48);
    border-radius: 2px;
}



::-webkit-scrollbar-thumb {
    /*滚动条里面可以拖动的那部分*/
    background: rgba(78, 90, 117, 0.6196078431372549);
    border-radius: 4px;
}

.hide {
    display: none;
}
.cover{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(29, 34, 43, 0.83);
    z-index: 10;
}
/*loading*/
.loadbox {
    text-align: center;
    height: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    /* display: none; */
    margin-top: 20px;
}

.loadbox .loading {
    display: inline-block;
    padding-left: 25px;
    background: url(../img/loading.gif) left center no-repeat;
    background-size: auto 90%;
    display: none;
    width: 85px;
    margin: 0 auto;
}

.loadbox .nodata {
    vertical-align: top;
    display: none;
}

.loadbox .loadmore {
    vertical-align: top;
    display: none;
}


/*加载中动态片*/
#loading_div {
    position: fixed;
    z-index: 2000;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: rgba(7, 6, 6, 0.44);
}

#loading_div img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
}

#loading_div span {
    position: absolute;
    left: 53%;
    top: 50%;
    height: 50px;
    margin-left: -5px;
    margin-top: -11px;
    /* width: 50px; */
    color: #fff;
    font-size: 18px;
}

#ajaxret_div {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 50px;
    margin-left: -100px;
    margin-top: -25px;
    width: 200px;
    font-size: 16px;
    text-align: center;
}

.promptCover {
    position: fixed;
    padding: 15px;
    color: #fff;
    text-align: center;
    top: 37%;
    background: rgba(0, 0, 0, .8);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    display: none;
    z-index: 99999;
    left: 50%;
    font-family: 微软雅黑;
    width: 220px;
    margin-left: -110px;
    line-height: 25px;
}
#loadlist{
    font-size: 16px;
    text-align: center;
    display: block;
}
#loadlist.loading {
    padding-left: 25px;
    background: url(../img/loading.gif) left center no-repeat;
    background-size: auto 90%;
    width: 85px;
    margin: 0 auto;
    margin-top: 15px;
}

/* 重置表单元素样式 */
.form-control:focus,.btn-primary.focus,.btn-primary:focus,.page-link:focus{
    box-shadow: unset !important;
}

/* 重置按钮样式 */
.btn-primary{
    border-color: #f39e19;
    background-color: #f39e19;
}
.btn-primary:hover{
    background-color: #dc8e16;
    border-color: #dc8e16;
}
.btn-primary:not(:disabled):not(.disabled):active{
    background-color: #dc8e16;
    border-color: #dc8e16;
}
.btn-primary.disabled, .btn-primary:disabled{
    background-color: #EDC07B;
    border-color: #EDC07B;
}
.btn-outline-primary {
    color: #f39e19;
    border-color: #f39e19;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #f39e19;
    border-color: #f39e19;
}
.btn-outline-primary:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color: #dc8e16;
    border-color: #dc8e16;
}

/* 分页样式 */
.myPagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    height: 40px;
    font-size: 14px;
}
.myPagination .pagTotal{
    margin-right: 30px;
}
.myPagination .pagination{
    margin-bottom: 0;
}
.myPagination .page-item{
    cursor: pointer;
}
.myPagination .page-item.active .page-link{
    background-color: #f39e19;
    border-color: #f39e19;
}
.myPagination .page-link{
    color: #d27f08;
}
.myPagination .jump{
    display: flex;
    align-items: center;
    margin-left: 50px;
}
.myPagination .jump span{
    cursor: pointer;
    color: #f39e19;
}
.myPagination .jump input{
    padding: 5px;
    width: 50px;
    font-size: 14px;
    padding-right: 0;
    text-align: center;
    margin-right: 8px;
}

.suspend{
    position: fixed;
    top: 50%;
    right: 10px;
    background: #fff;
    box-shadow: 0 0 40px rgba(208, 202, 183, 0.25);
    border-radius: 9px;
    width: 90px;
    z-index: 100;
    /* margin-top: -150px; */
    margin-top: -210px;
    /* height: 320px; */
    height: 400px;
    /* height: 240px; */
}
.suspend ul{
}
.suspend li{
    text-align: center;
    height: 80px;
    padding: 12px 10px 0;
    color: #999999;
    position: relative;
}
.suspend li:hover{
    background:#f79533;
    color:#fff;
}
.suspend li:hover div{
    display:block;
}
.suspend li:last-child{
    border-bottom:0;
    border-bottom-right-radius:9px;
    border-bottom-left-radius:9px;
}
.suspend li:first-child{
    border-top-right-radius:9px;
    border-top-left-radius:9px;
}
.suspend li a{
    border-bottom: 1px solid #f1f1f1;
    display: block;
    height: 100%;
}
.suspend li:last-child a,.suspend li:hover a{
    border-bottom:0;
}
.suspend li a i{
    width: 32px;
    height: 32px;
    display: block;
    margin: 0 auto;
}
.suspend li:nth-child(1) i{
    background: url(../img/suspend_2.png) center no-repeat;
}
.suspend li:nth-child(2) i{
    background: url(../img/suspend_2.png) center no-repeat;
}
.suspend li:nth-child(3) i{
    background: url(../img/suspend_3.png) center no-repeat;
}
.suspend li:nth-child(4) i {
    background: url(../img/suspend_4.png) center no-repeat;
}
.suspend li:nth-child(5) i {
    background: url(../img/suspend_5.png) center no-repeat;
}
.suspend li:nth-child(1):hover i{
    background: url(../img/suspendon_2.png) center no-repeat;
}
.suspend li:nth-child(2):hover i{
    background: url(../img/suspendon_2.png) center no-repeat;
}
.suspend li:nth-child(3):hover i{
    background: url(../img/suspendon_3.png) center no-repeat;
}
.suspend li:nth-child(4):hover i{
    background: url(../img/suspendon_4.png) center no-repeat;
}
.suspend li:nth-child(5):hover i{
    background: url(../img/suspendon_5.png) center no-repeat;
}
.suspend li a p{
    font-size: 14px;
    margin-top: 6px;
}
.suspend li div{
    position: absolute;
    background: #fff;
    box-shadow: 0 0 40px rgba(208, 202, 183, 0.25);
    border-radius: 9px;
    left: -118px;
    top: -20px;
    width: 100px;
    padding: 6px 5px;
    display: none;
}
.suspend li div.phone{
    top: -30px;
}
.suspend li div:after{
    content:'';
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 14px solid white;
    position: absolute;
    top: 44%;
    right: -14px;
}
.suspend li div img{
    width: 100%;
    display: block;
    margin: 0 auto;
}
.suspend li div p{
    font-size: 10px;
    color: #464545;
    margin-top: 5px;
}
.suspend li div.phone p{
    font-size: 12px;
}
.suspend li a:hover{
    color:inherit;
    text-decoration:none;
}

/*退出登录提示框*/
.titbox.exitloginbox{
    position: fixed;
    background: #fff;
    top: 20%;
    left: 50%;
    z-index: 11;
    padding: 40px 50px;
    border-radius: 10px;
    box-shadow: 0 0 35px 2px rgba(0, 11, 31, 0.4);
    min-height: auto;
}

.exitloginbox {
    width: 400px;
    margin-left: -200px;
}
.exitloginbox p{
    text-align: center;
    margin-top: 22px;
}
.buttondiv{
    text-align: center;
    padding-left: 20px;
    margin-top: 40px;
}
.buttondiv>a{
    display: inline-block;
    width: 100px;
    margin-right: 20px;
    margin-top: 0;
    height: 40px;
    background: #cfa972;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    font-size: 16px;
    color: #1d1d1d;
}


/* 分页样式 */

.ui-pagination-container {
  margin-right: 20px;
}

.ui-pagination-container .ui-pagination-page-item {
  font-size: 14px;
  padding: 4px 10px;
  background: #fff;
  border: 1px solid #c5b7b7;
  color: #888;
  margin: 0 3px;
  text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item:hover {
  border-color: #cfa972;
  color: #cfa972;
  text-decoration: none;
}

.ui-pagination-container .ui-pagination-page-item.active {
  background: #cfa972;
  border-color: #cfa972;
  color: #fff;
  cursor: default;
}

.page {
  display: flex;
  justify-content: center;
}

.page .total {
  padding-top: 22px;
  color: #888;
  font-size: 14px;
}
.page>div:first-child,#pagination1{
  text-align: center;
  margin: 20px 0;
  display: flex;
}
/*end*/