@charset "UTF-8";

.pt45{
    padding-top: 45px;
}
.pt80 {
   padding-top: 80px;
}
.pt100 {
   padding-top: 100px;
}
.pb30{
    padding-bottom: 30px;
}
.pb40{
    padding-bottom: 40px;
}
.pb80{
    padding-bottom: 80px;
}
.pb90{
    padding-bottom: 90px;
}
.pb100{
    padding-bottom: 100px;
}
.mt40{
    margin-top: 40px;
}
.mt30{
    margin-top: 30px;
}
.mt55{
    margin-top: 55px;
}
.ptb50{
    padding: 50px 0;;
}
.block{
    display: block !important;
}
.none{
    display: none;
}

.scroll_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #0099c6;
    position: fixed;
    right: 1%;
    bottom: 15%;
    border-radius: 3px;
    z-index: 99;
    transform: translateX(110%);
    transition: all .4s;
    opacity: 0;
}
.scroll_top.show {
    transform: translateX(0);
    opacity: 1;
}
.bread {
    background: #FFFFFF;
}
.bread::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #E5E5E5;
}
.bread .maxwidth {
    height: 76px;
}
.bread .maxwidth .item-r{
    height: 100%;
}
.bread .item-r .item {
    position: relative;
    margin-right: 55px;
    display: flex;
    align-items: center;
    height: 100%;
    color: #333;
}
.bread .item-r .item:last-child{
    margin-right: 0;
}
.bread .item-r .item::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #0099c6;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: all .4s;
}
.bread .item-r .item.active {
    color: #6CBCCE;
}
.bread .item-r .item.active::after{
    transform: scale(1);
}
.bread .bread_box {
    height: 100%;
    color: #333;
    margin-left: auto;
}
.bread .bread_box::before{
    content: "";
    display: block;
    width: 16px;
    height: 18px;
    background: url(../img/bread_box.png) no-repeat center/cover;
    margin-right: 8px;
}
.bread_box .item::after {
    content: "";
    display: block;
    width: 6px;
    height: 12px;
    background: url(../img/bread_next.png) no-repeat center/cover;
    margin: 0 12px;
    box-sizing: border-box;
}
.bread_box .item:last-child:after {
    display: none;
}
.bread_box .item a {
    color: #333;
}
.bread_box .item:last-child a {
    color: #0099c6 ;
}

/* 页面标题开始 */
.page_line {
    width: 46px;
    height: 5px;
    background: #6CBCCE;
}
.head-nobanner {
    height: 80px; 
    background: #000000;
    transition: all .4s ease;
}

.watch_detil {
    transition: all .4s;
    height: 40px;
    max-width: 110px;
    box-sizing: border-box;
}
.watch_detil::after{
    content: "";
    display: block;
    width: 16px;
    height: 11px;
    background: url(../img/watch_detil_next.png) no-repeat center/cover;
    margin-left: 10px;
}


/* 暂无信息 */
.bg {
    overflow: hidden;
    position: relative;
}
.bg_adviceimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #cccccc;
    font-weight: 600;
}
.nodata-layer{
    width: 100%;
    flex-direction: column;
    background: #FFFFFF;
    /* padding: 50px 0; */
    box-sizing: border-box;
    position: relative;
}
.nodata-layer p{
    font-size: 16px;
    color: #999;
}
.nodata-layer a {
    color: #333;
}
.nodata-layer a:hover {
    color: #E60012;
}


@media only screen and (min-width: 960px) {
    .watch_detil:hover{
        padding: 0 10px;
        color: #fff ;
        background: #0099c6;
    }
    .watch_detil:hover::after{
        background: url(../img/watch_detil_next_hover.png) no-repeat center/cover;
    }
}
@media only screen and (max-width: 1280px) {
    .pt80 {
        padding-top: 70px;
    }
    .pb80{
        padding-bottom: 70px;
    }
    .pb90{
        padding-bottom: 80px;
    }
    .mt55 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    .pt80 {
        padding-top: 60px;
    }
    .pb80{
        padding-bottom: 60px;
    }
    .pb90{
        padding-bottom: 70px;
    }
    .mt55 {
        margin-top: 45px;
    }
    .mt30 {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1140px) {
    .head-nobanner {
        display: none;
    }
}
@media only screen and (max-width: 1043px) {
    .mt40 {
        margin-top: 35px;
    }
    .pt45 {
        padding-top: 40px;
    }
}
@media only screen and (max-width: 960px) {
    .mt40 {
        margin-top: 30px;
    }
    .pt45 {
        padding-top: 35px;
    }
}
@media only screen and (max-width: 768px) {
    .pt80 {
        padding-top: 30px;
    }
    .pb80{
        padding-bottom: 35px;
    }
    .pb90{
        padding-bottom: 40px;
    }
    .mt55 {
        margin-top: 25px;
    }
    .mt40 {
        margin-top: 20px;
    }
    .pt45 {
        padding-top: 20px;
    }
    .bread{
        display: none;
    }
    .nodata-layer{
        padding: 30px 0 0;
    }
}