.t1 {
    position: relative;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px;
}

.t1 .more {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: 0 0 0 20px;
    background-color: #fff;
    color: #aaa;
}

.t1 b {
    position: relative;
    display: inline-block;
    height: 40px;
    padding: 0 25px;
    line-height: 40px;
    font-size: 18px;
    /*background-color: #f2f2f2;
    border-radius: 100px;*/
}

.t1 b:before,
.t1 b:after {
    content: '';
    position: absolute;
    top: 50%;
    width: 2000px;
    height: 0;
    border-bottom: 1px solid #ddd;
}

.t1 b:before {
    right: 100%;
    margin-right: 20px;
}

.t1 b:after {
    left: 100%;
    margin-left: 20px;
}

.t2 {
    position: relative;
    border: 1px solid #ddd;
    padding: 0 14px;
    line-height: 48px;
    background: #f8f8f8;
    color: #048;
    zoom: 1;
}

.t2:before {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    bottom: -1px;
    width: 6px;
    background-color: #048;
}

.t2 b {
    display: inline-block;
    padding: 0 10px;
    font-size: 16px;
}

.t3 {
    position: relative;
    border-bottom: 1px dotted #ddd;
    padding: 12px 15px;
    line-height: 16px;
}

.t3 b {
    display: inline-block;
    border-left: 8px solid #a3bde2;
    margin-left: -15px;
    padding: 0 0 0 10px;
    color: #048;
}

.t4 {
    margin: 0 10px;
    padding: 5px;
    line-height: 20px;
    font-size: 15px;
    color: #048;
}

.gl-content .m-header-box {
    display: none;
}

.gl-content .header {
    display: block;
}

.zj_footer-pc {
    display: block;
}

.mt20 {
    margin-top: 20px;
}

.p20 {
    padding: 20px;
    box-sizing: border-box;
}

.zj_footer-m {
    display: none;
}

@media screen and (max-width: 750px) {
    .w1200 {
        width: 92%;
    }

    .gl-content .m-header-box {
        display: block;
    }

    .gl-content .header {
        display: none;
    }

    .zj_footer-pc {
        display: none;
    }

    .zj_footer-m {
        display: block;
    }

}