body{
    background-color: #fff;
    width: 100%;
    min-width: 1200px;
    overflow-x: auto;
    font-family: "微软雅黑";

}
/*头部*/
header{
    width: 100%;
    height: 90px;
    background-color: #fff;
    background-size: 100% 100%;
    overflow: hidden;
    position: relative;
}
.headerCentre{
    width: 1200px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -600px;
}
.headerCentre img.logoImg{
    display: block;
    width: 152px;
    height: 68px;
    position: absolute;
    top: 50%;
    margin-top: -34px;
    left: 0;
}
.hzName{
    width: 190px;
    font-size: 40px;
    color: #ffffff;
    line-height: 105px;
    float: left;
    margin-left: 160px;
    font-weight: normal;
}

.hzName p {
    width: 100%;
    float: right;
    line-height: 90px;
    text-align: left;
    font-size: 36px;
    color: #5c5ce0;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: 4px;
}
.hzName p span{
    display:block;
    width: 20px;
    height: 2px;
    background-color: #5c5ce0;
    float: left;
    margin-top: 49px;
    margin-right: 5px;
}
.headerName{
    width: 320px;
    font-size: 40px;
    color: #ffffff;
    line-height: 105px;
    float: left;
    margin-left:180px;
    font-weight: normal;
}
.headerName p{
    width: 320px;
    float: right;
    line-height: 34px;
    text-align: left;
    font-size: 24px;
    color: #7a7a7a;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
    margin-top: 14px;
}
.headerName small{
    display: block;
    width: 320px;
    float: right;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    color: #7a7a7a;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
.headerCentre ul{
    width: 490px;
    float: right;
    overflow: hidden;
    text-align: right;
}
.headerCentre ul li{
    display: inline-block;
}
.headerCentre ul li a{
    display: block;
    font-size: 16px;
    color: #7a7a7a;
    line-height: 90px;
    padding: 0 10px;
    cursor: pointer;
}
.headerCentre ul li:hover a,.headerCentre ul li.active a{
    color: #6c70ff;
}

/*输入框默认字体颜色*/
input::-webkit-input-placeholder{
    color: #969696;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color: #969696;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color: #969696;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:  #969696;
}

/*底部*/
footer{
    width: 100%;
    background-color: #f8f8f8;
    overflow: hidden;
    /*margin-top: 50px;*/
    padding: 15px 0 ;
}

footer p{
    font-size: 14px;
    color: #6f6f6f;
    line-height: 22px;
    text-align: center;
}

/*错误成功提示*/
.tips {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    padding: 15px;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    z-index: 9999;
}

.tips p {
    margin: 0;
    font-size: 26px;
    color: #fff;
}

/*分页*/
nav.Page {
    padding: 0 20px;
    text-align: center;
    margin-bottom: 30px;
}

nav.Page div {
    margin: 20px 0;
    line-height: 38px;
    width: 300px;
    float: left;
}

.page-bottom {
    width: 100%;
    padding: 0 20px;
    overflow: hidden;
}

.pagination>li>a {
    padding: 8px 15px;
    color: #6c70ff!important;
    font-size: 14px;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
    color: #fff;
    background-color: #5b2d90;
    border-color:#5b2d90 ;
}

.pagination > li > a:focus,
.pagination > li > span:focus {
    background-color: #fff;
}

.pagination > li.active > a {
    color: #fff!important;
    background-color: #6c70ff;
}

.pagination > li.arrow > a {
    color: #bbbbbb;
}

.pagination > li.input a {
    padding: 6px 15px;
    background-color: #f8f8f8;
}

.pagination > li.input:hover > a:hover {
    background-color: #fff;
    color: #5b2d90;
}

.pagination > li.input a input {
    display: inline-block;
    width: 38px;
    height: 24px;
    border: 1px solid #ddd;
    background-color: #fff;
    text-align: center;
}

.table-bordered > tbody > tr > td a.col1 {
    color: #ed8b18;
}

.table-bordered > tbody > tr > td a.col2 {
    color: #ff0000;
}

/*剩余条数*/
.surplusNum{
    width: 200px;
    height: 50px;
    margin-top: 20px;
    overflow: hidden;
    float: left;
    margin-left: 10px;
}
.surplusNum img.surplusNumImg{
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-top: 10px;
}
.surplusNumRight{
    width: 160px;
    float: left;
    margin-left: 10px;
    overflow: hidden;
}
.surplusNumRight p{
    width: 100%;
    font-size: 14px;
    color: #7F7F7F;
    line-height: 24px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}
.surplusNumRight p span{
    color: #F59A23;
}
.surplusOver{
    width: 350px;
    height: 140px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 35%);
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -175px;
    z-index: 999;
}
.surplusOver h6{
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    margin-top: 5px;
    text-align: center;
}
.surplusOver p{
    width: 320px;
    margin: 5px auto 10px auto;
    font-size: 14px;
    color: #7F7F7F;
    line-height: 24px;
    text-align: center;
}
.surplusOver button{
    display: block;
    width: 50px;
    height: 30px;
    background: inherit;
    background-color: #6c70ff;
    border:none;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
}
