* {
    margin: 0;
    padding: 0;
}

body {
    background: #F8F8F8 !important;
}

.meitu-bread {
    height: 40px;
}

.meitu-bread h2 {
    font-weight: normal;
}

.bx-wrapper {
    margin-bottom: 0;
}

.meitu-bread ul li {
    float: left;
    font-size: 14px;
    line-height: 38px;
    height: 38px;
    position: relative;
    cursor: pointer;
    margin-right: 4px;
}
.meitu-bread ul li.choose {
    color: #FA6772;
    margin-right: 40px;
}
.meitu-bread ul li.choose i {
    font-size: 20px;
    margin-left: 5px;
    position: absolute;
    top: -1px;
}
.meitu-bread ul li.pull-right {
    float: right;
}

.meitu-bread ul li a {
    float: left;
    /*margin-left: 8px;*/
    /*margin-right: 8px;*/
    color: #333;
}

.meitu-bread ul li a:hover {
    color: #FF4C4C;
}


.meitu-bread ul li i.angle-right {
    width: 8px;
    height: 14px;
    display: inline-block;
    line-height: 38px;
    float: left;
    margin-top: 12px;
    margin-left: 8px;
    margin-right: 8px;
    background: url(/assets/home/meitu/img/angle-right.png);
}

.meitu-bread ul li:last-child i.angle-right {
    display: none;
}

/*分类筛选*/
.classify {
    border: 1px solid #e5e5e5;
}

.classify-box {
    border-bottom: 1px solid #e5e5e5;
    line-height: 38px;
    height: 38px;
    font-size: 14px;
    overflow: hidden;
    position: relative;
}

.classify-box:last-child {
    border-bottom: none;
}

.classify-title {
    background: #F8F8F8;
    color: #333333;
    font-weight: bold;
    float: left;
    padding: 0 27px;
    border-right: 1px solid #EFEFEF;
}

.classify-list {
    margin-left: 20px;
    width: 1020px;
    float: left;
    overflow: hidden;
}

.classify-list span {
    margin-right: 18px;
    display: inline-block;
    overflow: hidden;
    height: 26px;
    line-height: 26px;
    cursor: pointer;
    color: #333;
    padding: 0 6px;
    float: left;
    margin-top: 6px;
}

.classify-list span.restyle a {
    display: block;
    width: 50px;
    height: 18px;
    margin-top: 2px;
}

.classify-list span.actived {
    background: #FA6772;
    color: #fff;
}

.classify-list span:hover {
    background: #FA6772;
    color: #fff;
}

.classify-operate {
    cursor: pointer;
    margin-right: 10px;
    background: #f3f3f3;
    border-radius: 14px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    top: 5px;
    height: 18px;
    line-height: 18px;
}

.classify-operate i {
    margin-left: 5px;
}


.xgt-home-body {
    margin-top: 30px;
}

#imgBox li {
    width: 285px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

#imgBox li:nth-child(4n) {
    margin-right: 0;
}

/*#imgBox li:nth-child(odd) .img-box>img{*/
/*    height: 190px;*/
/*}*/
/*#imgBox li:nth-child(even) .img-box>img{*/
/*    height: 330px;*/
/*}*/
#imgBox li:hover {
    transform: translateY(-12px);
    box-shadow: 0 0 12px 0 #999;

}

#imgBox li .img-box {
    position: relative;
}
#imgBox li .img-box a img {
    vertical-align: middle;
}
#imgBox li .img-box > img {
    width: 100%;
    vertical-align: middle;
}

#imgBox li .img-box .img-zx {
    overflow: hidden;
    height: 40px;
    position: absolute;
    bottom: 0;
    display: none;
}

#imgBox li:hover .img-box .img-zx {
    display: block;
}

#imgBox li .img-box .img-zx .img-eye {
    width: 95px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    float: left;
    font-size: 12px;
    color: #fff;
}

#imgBox li .img-box .img-zx .img-eye img {
    width: 15px;
    height: 15px;
    position: relative;
    top: 3px;
    margin-right: 4px;
}

#imgBox li .img-box .img-zx .btn-baojia {
    width: 190px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    background: #ED404D;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
}

.imglist .img-description {
    width: 285px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    box-sizing: border-box;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}


/*滚动信息*/
.g-msg {
    width: 100%;
    position: fixed;
    top: 590px;
    left: 150px;
    height: 36px;
    line-height: 36px;
    z-index: 2;
}

.g-msg .msg {
    width: 250px;
    position: absolute;
    top: 50px;
    background-color: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AA000000, endColorstr=#AA000000);
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    color: #fff;
    overflow: hidden;
    display: none;
}

:root .g-msg .msg {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00000000, endColorstr=#00000000);
}

.msg img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    overflow: hidden;
    margin: 0.9% 1.2% 0;
    float: left;
}

/*友情链接 S*/
.friend {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.friend .wrap {
    border: 1px solid #eee;
}

.friend .tab-nav {
    overflow: hidden;
    height: 64px;
    background: #eee;
}

.friend .tab-nav a {
    border: none;
    display: block;
    float: left;
    font-weight: bold;
    color: #666;
    height: 64px;
    line-height: 64px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    padding: 0 10px;
}

.friend .tab-nav a.current {
    font-weight: bold;
    position: relative;
    background: #fff;
}

.friend .tab-con {
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.friend .tab-con-item {
    display: none;
    color: #444;
    overflow: hidden;
    height: auto;
    width: auto;
    margin-top: 20px;
    padding-left: 40px;
}

.friend .tab-con-item a {
    float: left;
    display: block;
    color: #666;
    line-height: 12px;
    margin-bottom: 20px;
    font-size: 12px;
    margin-right: 20px;
}

.friend .tab-con-item a:hover {
    color: #ff5353;
}

.nav {
    border: 0;
}

.pub-nav .nav li.active:before {
    display: none
}

/*友情链接 E*/

.footer_new .bottom {
    height: 160px;
}

.footer_new .bottom_mask {
    height: 160px;
}

.fenye {
    margin-bottom: 30px;
}
.no-data .nodata-img {
    width: 330px;
    height: 333px;
    margin: 80px auto 0;
}
.no-data .nodata-img img {
    width: 100%;
}
.no-data .no-data-result {
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}
.no-data .no-data-description {
    font-size: 14px;
    color: #707070;
    text-align: center;
    margin-top: 10px;
}
.no-data .suggestion {
    width: 1000px;
    margin: 60px auto 0;
    background: #fff;
    font-size: 14px;
    padding: 30px 40px;
    box-sizing: border-box;
}
.no-data .suggestion p:first-child {
    color: #ED404D;
}