/*头部*/
.container{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.container-clear{
    width: 1200px;
    margin: 0 auto;
}
.container-clear:after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    clear: both;
}

.fixed-tab {
    position: fixed;
    top: 20px;
}
/*.container-clear .u-tab{*/
/*position: sticky;*/
/*top: 20px;*/
/*}*/
.g-hd{
    position: relative;
    width:100%;
    min-width: 1200px;
    height: 196px;
    background: url('/img/home_top_bg.jpg') center no-repeat #fff;
    background-size: cover;
}
.g-hd .m-left{
    width: 450px;
    float: left;
}
.g-hd .m-left img{
    width:407px;
    height: 75px;
    margin-top: 45px;
}
.g-hd .m-right{
    width: 490px;
    float: right;
}
/*aba*/
.g-hd .m-right .search {
    width: 100%;
    height: 66px;
    margin-top: 57px;
}
.g-hd .m-right .sign-line {
    margin: 0 6px;
    color: #fff;
}
.g-hd .m-right .search .u-sch {
    position: relative;
    width: 400px;
    float: left;
    overflow: hidden;
}
.g-hd .m-right .search input {
    width: 289px;
    height: 34px;
    color: #999;
    border-radius: 17px;
    padding: 0  40px 0 25px;
    border: 1px solid #ccc;
    margin: 16px 0px 16px 33px;
}
.g-hd .m-right .search .search-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 38px;
    top: 25px;
}
.g-hd .m-right .search img {
    float: right;
    width: 65px;
    height: 65px;
}

.g-hd .m-tab {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
}
.g-hd .m-tab ul{
    width: 1060px;
    height: 34px;
    margin: 8px auto;
    overflow: hidden;
}
.g-hd .m-tab ul li{
    float: left;
    height: 34px;
    cursor: pointer;
    margin-right: 12px;
}
.g-hd .m-tab ul li:last-child{
    margin-right: 0px;
}
.g-hd .m-tab ul li a{
    font-size:20px;
    display: inline-block;
    padding: 0 15px;
    color: #fff;
    height: 34px;
    line-height: 34px;
}

.g-hd .m-tab ul li.active a{
    font-weight: bold;
}



/* 底部 */
.g-ft {
    background-color: #f1f4f7;
    text-align: center;
    line-height: 36px;
    color: #666;
    min-width: 1200px;
}
.g-ft .m-navs {
    width: 1200px;
    height: 16px;
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    line-height: 16px;
    overflow: hidden;
}
.g-ft .m-navs a {
    display: inline-block;
    height: 16px;
    vertical-align: top;
    line-height: 16px;
    overflow: hidden;
    color: #666;
}
.g-ft .m-navs span{
    display: inline-block;
    width: 2px;
    height: 16px;
    background-color: #aaa;
    vertical-align: top;
}
.g-ft .m-cprt {
    padding: 6px 0 5px;
    line-height: 38px;
}
.g-ft .m-cprt p {
    height: 38px;
}
.g-ft .m-cprt .keep-record {
    height: 42px;
    line-height: 42px;
}
.m-cprt img{
    position: relative;
    top: 3px;
    width: 15px;
    height: auto;
}




.notify {
    display: none;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 1000;
    width: 330px;
    background-color: #fff;
    border: 1px solid #ebeef5;
    padding: 14px 26px 14px 13px;
    border-radius: 8px;
}

.g-hd .u-user-info .img-pointer{
    margin-bottom: 2px;
    transform: rotateZ(180deg);
}
.g-hd .user-pic{
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    float: left;
    margin-top: -1px;
    margin-right: 5px;
}
.g-hd .sign-out{
    display: none;
    position: absolute;
    top: 16px;
    right: 0;
    width: 105px;
    padding-top: 8px;
    margin-top: 10px;
    z-index: 9999;
}
.g-hd .sign-out .sign-out-box{
    background-color: #fff;
    border:solid 1px #ccc;
    width: 103px;
    padding: 10px 0;
    border-radius: 3px;
}
.g-hd .m-right .u-user-info{
    position: relative;
    cursor: pointer;
    float: right;
    height: 20px;
    line-height: 12px;
    padding-top: 14px;
    color: #fff;
}
.g-hd .m-right .u-user-info:hover .img-pointer{
    transform: rotateZ(0deg);
}
.g-hd .m-right .u-user-info:hover .sign-out{
    display: block;
}
.g-hd .m-right .u-user-info a {
    color: #fff;
}

.g-hd .sign-out .sign-out-box .point{
    position: absolute;
    z-index: 100;
    background-color: #fff;
    top:4px;
    left: 45px;
    width:8px;
    height: 8px;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    transform:rotate(45deg);
}
.g-hd .sign-out .sign-out-box p{
    display: block;
    width: 105px;
    margin-left: -1px;
    height: 35px;
    line-height: 35px;
    font-size:16px;
    text-align: center;
    color: #333;
    margin-top: 0;
    cursor: pointer;
}
.g-hd .sign-out .sign-out-box p:hover{
    background-color: #0166cc;
    color: #fff;
}
.g-hd .m-right .sign-item{
    float: right;
    padding-top: 14px;
}
.g-hd .m-right .sign-item a {
    color: #fff;
}

.jump-party-float{
    width: 183px;
    height: 143px;
    position: fixed;
    right: -23px;
    bottom: 60px;
    z-index: 999;
}
.jump-party-float img, .jump-out-float img{
    width: 100%;
    height: auto;
}

.jump-out-float{
    width: 183px;
    height: 143px;
    position: fixed;
    right: -23px;
    bottom: 21px;
    z-index: 999;
}

/* ----- 通用PB分页条 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 6px 8px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination a:hover {
  color: #4fc08d;
  border: 1px solid #4fc08d;
}
.pagination a.page-num-current {
  color: #fff;
  background: #4fc08d;
  border: 1px solid #4fc08d;
}
