﻿/*---------- CSS 公共部分 样式格式化--------- */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dd, dt, form, select, input, div, table, td, th {
    margin: 0;
    padding: 0;
}

body {
    margin: 0 auto;
    font-family: PingFang SC,Microsoft Yahei;
    font-size: 14px;
    min-width: 1000px;
    width: expression(document.body.clientWidth <1000 ? "1000px" : "100%" );
    background-color: #eee;
}

a {
    text-decoration: none;
    color: #333;
    transition: all 0.2s
}

    a:hover {
        color: #f52f3e;
    }

ul, li {
    list-style: none;
}

img, fieldset {
    border: none;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

address, cite, code, em, th, i, strong {
    font-weight: normal;
    font-style: normal;
}

input, button, textarea, select {
    vertical-align: middle;
    font-family: Microsoft Yahei;
}

table {
    border-collapse: collapse;
}

.clear {
    clear: both
}

.search_search {
    display: flex;
}

    .search_search > input {
        padding-left: 6px;
        outline: none;
        height: 30px;
        box-sizing: border-box;
        border: #ff403a 1px solid;
        border-radius: 4px 0 0 4px;
    }

    .search_search .search_search_but {
        cursor: pointer;
        height: 30px;
        width: 38px;
        background: linear-gradient(to right,#ff403a,#ff6a49);
        border-radius: 0 6px 6px 0;
        outline: none;
        border: none;
    }

.topNavBg {
    height: 56px;
    background: #00021e
}

.topNav {
    width: 1200px;
    margin: auto;
    background: height: 56px;
}

    .topNav .logo {
        width: 148px;
        height: 39px;
        float: left;
        margin-top: 4px;
    }

.navCont {
    float: left;
    line-height: 53px;
}

    .navCont li {
        float: left;
        font-size: 16px;
        color: #b1b2ba;
    }

        .navCont li a {
            color: #b1b2ba;
            padding: 0 20px;
            display: block
        }

            .navCont li a:hover {
                color: #f52f3e;
            }

                .navCont li a:hover::after {
                    background: #f52f3e;
                    content: "";
                    display: block;
                    width: 30px;
                    height: 3px;
                    margin: auto;
                }

        .navCont li.on a {
            color: #f52f3e
        }

            .navCont li.on a::after {
                background: #f52f3e;
                content: "";
                display: block;
                width: 30px;
                height: 3px;
                margin: auto;
            }
/* 试听下拉分类 */
.classSelectWhite {
    float: left;
    margin: 0px 30px 0 0px;
    position: relative;
    z-index: 99999;
}

    .classSelectWhite h2 {
        display: block;
        padding: 15px 0 15px 20px;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        height: 26px;
        line-height: 26px;
    }

        .classSelectWhite h2 i {
            display: inline-block;
            width: 15px;
            height: 10px;
            background: #fff;
            margin-left: 10px
        }

        .classSelectWhite h2 i {
            background: url(/content/images/introduce/zhukuai/sel-s-ico.png) no-repeat 0 0 /16px;
            transition: all 0.3s;
        }

#navbox.current-white h2 i {
    background: url(/content/images/introduce/zhukuai/sel-s-ico.png) no-repeat 0 -70px /16px;
}

.classSelectWhite .subnav {
    display: none;
    background: #000;
    position: absolute;
    top: 56px;
    left: 0px;
    width: 120px;
    padding: 20px 30px;
    opacity: .9;
}

#navbox.current-white .subnav {
    display: block;
}

.classSelectWhite .subnav li {
    float: left;
    margin-right: 60px;
    width: 120px;
}

    .classSelectWhite .subnav li:last-child {
        margin-right: 0px;
    }

.classSelectWhite .subnav h3 {
    color: #fff;
    margin-bottom: 15px;
    opacity: .5;
    font-size: 14px;
}

    .classSelectWhite .subnav h3::after {
        background: #b1b2ba;
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        border-radius: 3px;
        margin-top: 10px
    }

.classSelectWhite .subnav a {
    display: block;
    color: #fff;
    line-height: 38px;
    opacity: 0.8;
    font-size: 14px;
}

    .classSelectWhite .subnav a:hover {
        opacity: 1;
        color: #f52f3e;
        padding-left: 5px
    }

.classSelectWhite .subnav del {
    display: block;
    color: #fff;
    line-height: 38px;
    opacity: 0.5;
    font-size: 14px;
}
/*------400--------*/
.hotLineWhite {
    float: right;
    font-size: 22px;
    color: #f52f3e;
    margin-top: 12px;
    background: url(/content/images/introduce/zhukuai/hotline-w.png) no-repeat left 10px;
    padding-left: 25px;
}

    .hotLineWhite b {
        transform: scale(1,1.2);
        display: block;
        letter-spacing: -1px;
    }

/*------搜索-----*/
.so {
    float: right;
    width: 170px;
    border-radius: 3px;
    margin-top: 10px;
    height: 34px;
    background: #fff
}

    .so .input-text {
        background: none;
        border: none;
        height: 34px;
        line-height: 34px;
        font-size: 15px;
        color: #666;
        padding-left: 8px;
        width: 127px;
        float: left;
    }

    .so .so-btn {
        background: url(/content/images/introduce/zhukuai/search-bg.png) top center;
        width: 34px;
        height: 34px;
        display: block;
        float: right;
    }

        .so .so-btn:hover {
            background: url(/content/images/introduce/zhukuai/search-bg.png) bottom center;
        }

/*--------视频区域--------*/
.video-area {
    height: 903px;
    background: url(/content/images/introduce/zhukuai/cpa-top-bg.jpg) no-repeat center -20px;
}

.video-cont {
    width: 1200px;
    margin: auto;
}

.video-above {
    height: 330px;
    overflow: hidden;
    position: relative;
}

.video-teacher {
    width: 437px;
    height: 236px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 0
}

.video {
    width: 1128px;
    margin: auto;
    height: 482px;
    background: url(/content/images/introduce/zhukuai/left-bar-bg.png);
    clear: both;
    padding: 8px
}

.left-part {
    float: left;
    width: 780px;
    background: #222;
}

#video {
    width: 780px;
    height: 439px;
    background: #000;
}

.video-list {
    float: right;
    width: 348px;
    height: 487px;
    background: #222
}

    .video-list .list {
        height: 380px;
        overflow-y: scroll
    }

        .video-list .list .cont {
            padding-bottom: 20px;
        }

.scrollbar::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    background-color: #666;
}
/*滚动条整体部分,必须要设置*/
.scrollbar::-webkit-scrollbar-track {
    background-color: #666;
}
/*滚动条的轨道*/
.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #014d80;
    box-shadow: inset 0 0 5px #014d80;
}
/*滚动条的滑块按钮*/
.scrollbar::-webkit-scrollbar-button {
    height: 0;
    background-color: #666;
}
/*滚动条的上下两端的按钮*/
.video-list h3 {
    font-size: 16px;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    background: #111;
    color: #ccc
}

.teacher-tab {
    background: #1b1b1b;
    border-bottom: 1px solid #282828;
    white-space: nowrap;
}

    .teacher-tab a {
        position: relative;
        display: inline-block;
        padding: 0 20px;
        height: 43px;
        line-height: 43px;
        color: #999;
        text-align: center;
        border-right: #282828 1px solid;
    }

        .teacher-tab a:last-child {
            border-right: none;
        }

        .teacher-tab a:hover {
            background: #222;
            color: #fff
        }

        .teacher-tab a.cur {
            background: #222;
            color: #fff;
            border-bottom: 1px solid #222;
            margin-bottom: -1px;
        }

.video-list dl {
    padding: 10px 0;
    margin: 0 20px;
    border-bottom: 1px solid #444
}

    .video-list dl dt {
        font-weight: bold;
        color: #aaa;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }

    .video-list dl:hover dt {
        color: #fff
    }

    .video-list dl dd {
        padding: 5px 0 0 0
    }

    .video-list dl a {
        color: #777;
        display: block;
        padding: 6px 0px 6px 15px;
        border-left: 3px solid #222;
        margin-left: 10px
    }

    .video-list dl dd a:hover {
        background: #111;
        color: #eee;
        border-left: 3px solid #e00
    }

    .video-list dl dd a.select {
        background: #111;
        color: #eee;
        border-left: 3px solid #e00
    }

.left-bar {
    background: #111;
    width: 781px;
    overflow: hidden;
    height: 44px;
    ;
}

    .left-bar ul {
        display: flex;
        justify-content: space-around
    }

    .left-bar li {
        font-size: 16px;
        flex: 1;
        text-align: center;
        height: 44px;
    }

        .left-bar li a {
            color: #fff;
            line-height: 44px;
            display: block;
            border-right: 1px solid #222;
        }
            /*.left-bar li:first-child a{background:#f52f3e;}*/
            .left-bar li a:hover {
                color: #fff;
                background: #f52f3e;
                border-right: 1px solid #f52f3e;
            }

            .left-bar li a.on {
                color: #fff;
                background: #f52f3e;
                border-right: 1px solid #f52f3e;
            }

.my-btn {
    padding: 15px;
    display: flex;
    background: #111;
    clear: both
}

    .my-btn a {
        display: inline-block;
        width: 46%;
        text-align: center;
        padding: 6px 0;
        font-size: 16px;
        color: #fff;
        background: #1bb6ff;
        margin: 0 2%;
    }

        .my-btn a:hover {
            background: #1eaaeb;
            color: #fff
        }

        .my-btn a:last-child {
            background: #06ca5d
        }

            .my-btn a:last-child:hover {
                background: #04b753
            }

/*..........班级............*/
.class-main {
    background: url(/content/images/introduce/zhukuai/cpa-class-bg.jpg) no-repeat center top;
    padding-bottom: 50px;
}
/*..........板块标题............*/
.hd-wrap {
    width: 300px;
    padding-left: 30px;
    clear: both;
    height: 112px;
    padding-top: 15px;
    margin: 60px auto 0px auto;
    position: relative;
    background: url(/content/images/introduce/zhukuai/cpa-tit-bg.png) no-repeat left top;
}

    .hd-wrap::before {
        content: "Certified Public Accountant";
        text-align: center;
        display: block;
        margin: auto;
        font-size: 60px;
        color: #000;
        opacity: 0.05;
        font-weight: bold;
        margin-top: 1px;
        position: absolute;
        top: -40px;
        left: 50%;
        margin-left: -400px;
        width: 800px;
        text-transform: uppercase;
    }

    .hd-wrap .hd {
        margin: auto;
        position: relative;
    }

        .hd-wrap .hd h2 {
            font-size: 50px;
            font-weight: 700;
            letter-spacing: 6px
        }

        .hd-wrap .hd span {
            color: #666;
            font-size: 16px;
            display: block;
            letter-spacing: 2px;
            font-family: "黑体";
        }
/*..........板块标题............*/
.hd-wrap-white {
    width: 300px;
    padding-left: 30px;
    clear: both;
    height: 112px;
    padding-top: 15px;
    margin: 60px auto 0px auto;
    position: relative;
    background: url(/content/images/introduce/zhukuai/cpa-tit-w.png) no-repeat left top;
}

    .hd-wrap-white::before {
        content: "Certified Public Accountant";
        text-align: center;
        display: block;
        margin: auto;
        font-size: 60px;
        color: #fff;
        opacity: 0.05;
        ;
        font-weight: bold;
        margin-top: 1px;
        position: absolute;
        top: -40px;
        left: 50%;
        margin-left: -400px;
        width: 800px;
        text-transform: uppercase;
    }

    .hd-wrap-white .hd {
        margin: auto;
        position: relative;
    }

        .hd-wrap-white .hd h2 {
            font-size: 50px;
            font-weight: 700;
            letter-spacing: 6px;
            color: #fff
        }

        .hd-wrap-white .hd span {
            color: #fff;
            font-size: 16px;
            display: block;
            letter-spacing: 2px;
            font-family: "黑体";
        }
/*..........班级内容............*/
.class-block {
    clear: both;
    margin: 30px auto 0 auto;
    width: 1200px;
    font-family: 'PingFang SC';
}

.block_hd {
    margin: 20px 30px 0 20px;
    position: relative;
    color: #a88c6f;
    padding-left: 5px;
    background: linear-gradient(to right,#f4efe4,#fff);
}
/* .block_hd::before{content: "";display: block;position: absolute;left:0;top:0;width:4px;height:12px;background: #f52f3e;} */
/*..........套餐说明............*/
.class-block ul {
    display: flex;
    justify-content: space-between;
}

.class-block li {
    color: #444;
    position: relative;
    background: #fff;
    width: 49%;
}
/* .class-block li:nth-child(1){width: 340px;}
.class-block li:nth-child(2){width: 350px;}
.class-block li:nth-child(3){width: 360px;}
.class-block li:nth-child(4){width: 360px;} */
.class-block .hd-tit {
    width: 49%;
    background: linear-gradient(120deg, #c89c79, #8c6d57);
    position: relative;
    z-index: 1;
    box-shadow: -20px -20px 30px rgba(0, 0, 0, 0.05) inset;
    padding-bottom: 10px;
}
    /* .class-block .hd-tit:nth-child(1){width: 340px;}
.class-block .hd-tit:nth-child(2){width: 350px;} */

    .class-block .hd-tit .tit-wrap {
        padding: 20px 0 5px 25px;
        position: relative;
    }

        .class-block .hd-tit .tit-wrap::before {
            display: block;
            content: "";
            background: #f52f3e;
            width: 5px;
            height: 28px;
            position: absolute;
            left: 0;
            top: 28px
        }

        .class-block .hd-tit .tit-wrap h3 {
            font-size: 30px;
            font-weight: bold;
            letter-spacing: 4px;
            ;
            font-family: initial;
        }

    .class-block .hd-tit p {
        font-size: 16px;
        padding: 5px 25px;
        opacity: .8;
    }

    .class-block .hd-tit .tit-wrap span {
        font-size: 15px;
        color: #fff;
        text-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        color: #fff;
        background: linear-gradient(to right, #f06a4a, #da4638);
        padding: 5px 15px;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 140px;
        top: 10px;
        border-top-left-radius: 10px;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 2px;
        border-bottom-left-radius: 2px;
        display: none
    }
/*--精品通关班---*/
.class-block .right {
    ;
    position: relative;
    z-index: 9;
}

.class-block li.left .hd-tit .tit-wrap span {
    background: linear-gradient(to right, #24a4f0, #3860da);
}

.class-block li.center .hd-tit .tit-wrap span {
    background: linear-gradient(to right, #2fc138, #12a466);
}

.class-block .subject {
    margin: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .class-block .subject p {
        height: 25px;
        line-height: 25px;
        border-bottom: 1px solid #eee;
        padding: 10px 0;
        width: 45%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .class-block .subject p b {
        }

        .class-block .subject p i {
            color: #f35e5e;
            font-weight: bold;
            font-size: 16px;
        }

        .class-block .subject p a {
            color: #fff;
            background: #f35e5e;
            text-align: center;
            border-radius: 50px;
            height: 18px;
            line-height: 18px;
            font-size: 12px;
            padding: 0 5px;
        }

            .class-block .subject p a:hover {
                background: #004fff
            }
/*  */
.class-text {
    line-height: 30px;
    display: flex;
    align-items: center;
    padding: 10px 0 0 25px
}

    .class-text p {
        padding: 15px 30px 0 30px;
    }

        .class-text p b {
            color: #f35e5e
        }

        .class-text p em {
            color: #004fff;
            font-size: 16px
        }

        .class-text p span {
            display: block;
            width: 200px;
            float: left
        }
/*..........服务保障............*/
.class-block .service {
    height: 130px;
    position: relative;
}

    .class-block .service p {
        margin-bottom: 6px;
        line-height: 20px
    }

        .class-block .service p i {
            display: inline-block;
            background: #427cff;
            width: 16px;
            height: 16px;
            line-height: 16px;
            border-radius: 50%;
            margin-right: 5px;
            text-align: center;
            color: #fff
        }

    .class-block .service dl {
        padding: 0 0 10px 0
    }

        .class-block .service dl dd {
            padding: 5px 0 0 14px;
            color: #666
        }

        .class-block .service dl dt {
            background: #fff;
            font-weight: bold;
        }

    .class-block .service .tag {
        overflow: hidden;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
    }

        .class-block .service .tag b {
            display: block;
            padding: 0 0 0 18px;
            margin-bottom: 10px;
            position: relative;
            font-weight: normal;
            width: 50%;
            box-sizing: border-box;
        }

            .class-block .service .tag b:after {
                content: "√";
                font-family: "宋体";
                width: 11px;
                font-size: 11px;
                height: 11px;
                overflow: hidden;
                border: 1px solid #777;
                display: block;
                position: absolute;
                left: 0;
                top: 4px;
                font-weight: normal;
                border-radius: 1px;
            }

.class-text p i {
    display: inline-block;
    font-weight: bold;
    background: linear-gradient(to right, #e00, #f35e5e);
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    color: #fff
}

.class-text .zero {
    width: 60px;
    height: 60px;
    font-size: 14px;
    color: #666;
    border-radius: 50%;
    border: 2px solid #dbcfb5;
    margin: 0px 10px 0 0px;
    text-align: center;
    line-height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.class-text .list {
    padding: 0px 0 0 0;
    line-height: 22px;
    font-size: 13px;
}
/*  */
.period {
    padding: 15px 0 0 25px
}

    .period p {
        display: flex;
        margin-bottom: 10px;
    }

        .period p span {
            display: flex;
            margin-right: 15px;
            align-items: center;
        }

            .period p span em {
                width: 20px;
                height: 20px;
            }

            .period p span b {
                color: #666;
                font-weight: normal;
            }

            .period p span em.days {
                background: url(/Content/images/baozhang.png) no-repeat 2px top / 42px;
                margin-right: 3px;
            }

            .period p span em.huabai {
                background: url(/Content/images/baozhang.png) no-repeat right top / 42px;
                margin-right: 5px;
            }
/*  */
.class-block .class-cont .c-list {
    clear: both;
    padding: 15px 20px 0 20px;
    height: 440px;
}

    .class-block .class-cont .c-list dl {
        padding: 0 0 10px 15px;
        font-size: 14px;
        border-left: 1px solid #ffe5e5;
        margin-left: 3px
    }

    .class-block .class-cont .c-list dt {
        color: #999;
        position: relative;
    }

        .class-block .class-cont .c-list dt::before {
            content: "";
            position: absolute;
            left: -17px;
            background: #f09090;
            display: block;
            width: 3px;
            height: 21px;
            top: 0
        }

    .class-block .class-cont .c-list dd {
        padding: 0 0 0 10px
    }

        .class-block .class-cont .c-list dd span {
        }

            .class-block .class-cont .c-list dd span em {
                padding: 0 2px;
                color: #04ad67;
                border: 1px solid #04ad67;
                margin-left: 5px;
                font-size: 12px;
                float: right;
                opacity: .6;
            }

            .class-block .class-cont .c-list dd span i {
                padding: 0 2px;
                color: #f52f3e;
                border: 1px solid #f52f3e;
                margin-left: 5px;
                font-size: 12px;
                float: right;
                opacity: .6
            }

    .class-block .class-cont .c-list p {
        margin-top: 5px;
    }

/*---无忧取证班---*/
.class-block li.center {
    position: relative;
    z-index: 9;
}
/*..........包含班级............*/
.class-block .class {
    padding: 10px 10px 0px 25px;
    position: relative;
}

    .class-block .class p {
        overflow: hidden;
    }
    /* .class-block .class span{display:block;float: left;width:76px;height: 24px;line-height:24px;text-align:center;border:1px solid #e8e6e8;margin-right: 10px;font-size: 13px;margin-bottom: 10px;} */
    .class-block .class.red {
    }

        .class-block .class.red p span {
            color: #f35e5e;
            border: 1px solid #f35e5e;
        }

    .class-block .class.longer p span {
        width: 94px;
    }

    .class-block .class p span.blue {
        color: #fff;
        border: 1px solid #063db4;
        background: #1859de
    }
/*..........按钮............*/
.class-block .price {
    clear: both;
    padding: 20px 30px;
    height: 35px;
    border-top: 1px solid #e8e6e8
}

    .class-block .price span {
        display: block;
        float: left;
        font-size: 24px;
        line-height: 35px
    }

        .class-block .price span b {
            color: #427cff
        }

    .class-block .price em {
        float: right;
        display: block;
    }

        .class-block .price em a {
            display: block;
            width: 110px;
            height: 35px;
            text-align: center;
            line-height: 35px;
            background: #f35e5e;
            border-radius: 30px;
            font-size: 16px;
            color: #fff;
            border: none
        }

    .class-block .price:hover {
        background: #f5f5f5
    }

/*..........证书价值............*/
.certificate {
    overflow: hidden;
    margin-top: 50px
}

.certif-block {
    background: url(/content/images/introduce/zhukuai/cpa-value-bg.jpg) no-repeat center top;
    overflow: hidden;
    height: 770px;
}

    .certif-block .cont {
        width: 1000px;
        height: 420px;
        margin: auto;
        position: relative;
    }

.try-certif-500 {
    width: 453px;
    height: 130px;
    background: url(/content/images/introduce/zhukuai/try-certif-500.png);
    position: absolute;
    left: 210px;
    top: 100px
}

.certif-block li {
    width: 90px;
    height: 140px;
    float: left;
    background: url(/content/images/introduce/zhukuai/cpa-date-bg.png) no-repeat center top;
    position: absolute;
    bottom: 0;
    left: 135px;
    transition: all 0.8s;
}

    .certif-block li:hover {
        height: 160px;
    }

    .certif-block li:nth-child(2) {
        left: 265px;
        height: 165px
    }

        .certif-block li:nth-child(2):hover {
            height: 185px
        }

    .certif-block li:nth-child(3) {
        left: 397px;
        height: 184px
    }

        .certif-block li:nth-child(3):hover {
            height: 205px
        }

    .certif-block li:nth-child(4) {
        left: 525px;
        height: 220px
    }

        .certif-block li:nth-child(4):hover {
            height: 240px
        }

    .certif-block li:nth-child(5) {
        left: 655px;
        height: 280px
    }

        .certif-block li:nth-child(5):hover {
            height: 300px
        }

    .certif-block li:nth-child(6) {
        left: 788px;
        height: 330px
    }

        .certif-block li:nth-child(6):hover {
            height: 350px
        }

    .certif-block li:nth-child(7) {
        left: 913px;
        height: 400px
    }

        .certif-block li:nth-child(7):hover {
            height: 420px
        }

    .certif-block li p {
        text-align: center;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        padding-top: 5px
    }

.certif-block .cont h4 {
    position: absolute;
    bottom: -60px;
    font-size: 16px;
    font-weight: bold;
    color: #1439c5;
}

.certif-block .cont .tips {
    position: absolute;
    bottom: -100px;
    font-size: 14px;
    color: #000a78;
    width: 1000px;
    text-align: center
}

.certificate .three {
    width: 1150px;
    margin: auto;
    padding-bottom: 80px;
    overflow: hidden;
}

    .certificate .three li {
        width: 300px;
        height: 400px;
        background: linear-gradient(to bottom, #6e60c4, #082bc3);
        border-radius: 5px;
        border-top-right-radius: 50px;
        border-bottom-left-radius: 50px;
        float: left;
        margin: 0 40px;
        box-shadow: 0 10px 10px rgba(0, 1, 68, 0.4)
    }

        .certificate .three li h3 {
            font-size: 26px;
            letter-spacing: 2px;
            color: #c3bbfe;
            text-align: center;
            font-weight: bold;
            padding-top: 30px;
            transition: all 0.5s
        }

        .certificate .three li span {
            display: block;
            height: 165px;
            margin: 35px 0 20px 0
        }

            .certificate .three li span img {
                display: block;
                margin: auto;
                transition: all 0.5s
            }

        .certificate .three li:hover img {
            transform: scale(1.1,1.1)
        }

        .certificate .three li:hover h3 {
            color: #fff;
            text-shadow: 0 5px 10px rgba(0, 1, 68, 0.2);
            letter-spacing: 5px
        }

        .certificate .three li p {
            color: #57aae9;
            padding: 0 30px;
            line-height: 26px
        }


.scheme {
    height: 850px;
    background: url(/content/images/introduce/zhukuai/cpa-scheme-bg.jpg) no-repeat center top;
    overflow: hidden;
    clear: both;
}

    .scheme .cont {
        width: 1000px;
        margin: auto;
        padding-top: 60px
    }

    .scheme .one-6 {
        height: 110px;
        background: #fff;
    }

    .scheme h3 {
        width: 110px;
        float: left;
        height: 95px;
        padding: 15px 0 0 0px;
        text-align: center;
        background: #0c2dc3;
        font-size: 26px;
        color: #fff;
        font-weight: bold;
    }

    .scheme p {
        width: 540px;
        padding-left: 70px;
        line-height: 110px;
        float: left;
        font-size: 22px;
        font-weight: bold;
        position: relative
    }

        .scheme p .tit {
            display: block;
            line-height: 18px;
            background: #f35e5e;
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            border-radius: 3px;
            padding: 5px 3px;
            margin: 0px 10px 0 0;
            position: absolute;
            top: 33px;
            left: 30px;
        }

    .scheme dl {
        float: left;
        height: 80px;
        margin-top: 17px
    }

        .scheme dl dt {
            float: left;
            width: 80px;
            height: 80px;
            text-align: center;
            line-height: 80px;
            font-size: 24px;
            font-weight: bold;
            color: #ccc;
            background: url(/Content/images/introduce/zhukuai/cpa-per-ico.png) no-repeat center top;
            letter-spacing: -3px;
            transition: all 0.5s
        }

        .scheme dl dd {
            float: left;
            font-size: 18px;
            padding: 12px 0 0 20px;
            line-height: 26px
        }

            .scheme dl dd b {
                color: #f35e5e
            }

    .scheme .two {
        width: 480px;
        float: left;
        height: 360px;
        margin-top: 40px;
        background: #fff;
        position: relative;
    }

        .scheme .two ul {
            width: 365px;
            overflow: hidden;
        }

            .scheme .two ul li {
                height: 180px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
            }

        .scheme .two h3 {
            height: 345px;
        }

        .scheme .two p {
            clear: both;
            line-height: 60px;
            margin-top: 15px
        }

            .scheme .two p .tit {
                top: 10px
            }

        .scheme .two dl {
            margin: 0 0 0 60px;
            clear: both;
            position: relative;
        }

    .scheme dl .numb {
        position: absolute;
        width: 80px;
        height: 80px;
        text-align: center;
        line-height: 80px;
        font-size: 24px;
        font-weight: bold;
        color: #ccc;
        letter-spacing: -3px;
        transition: all 0.5s
    }

    .scheme li:hover dt {
        color: #00a0e9;
        transform: rotate(360deg)
    }

    .scheme li:hover .numb {
        color: #00a0e9;
    }

    .scheme .one-6:hover dt {
        color: #00a0e9;
        transform: rotate(360deg)
    }

    .scheme .one-6:hover .numb {
        color: #00a0e9;
    }

.schedule {
    height: 850px;
    padding-top: 20px;
    background: url(/content/images/introduce/zhukuai/cpa-ex-bg.jpg)
}

    .schedule .cont {
        width: 1100px;
        margin: auto;
        padding-top: 60px;
    }

    .schedule dl {
        width: 170px;
        float: left;
        height: 446px;
        background: #fff;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
    }

        .schedule dl dt {
            background: #d53b06;
            height: 70px;
            font-size: 22px;
            color: #fff;
            line-height: 70px;
            font-weight: bold;
            padding: 0 0 0 30px;
        }

        .schedule dl dd {
        }

            .schedule dl dd p {
                padding: 20px 0 0 30px;
                font-size: 16px;
                line-height: 30px
            }

        .schedule dl li {
            padding: 16px 20px 16px 30px;
            border-bottom: 1px solid #e8e6e8;
            font-size: 16px;
        }

            .schedule dl li:nth-child(7n) {
                border-bottom: 0;
            }

.guide {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    background: #fff;
    clear: both;
    padding: 0 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

    .guide span {
        float: right;
        font-weight: bold
    }

/*----------mess-----*/
.mess {
    height: 486px;
    background: url(/content/images/introduce/zhukuai/mess-bg.jpg) no-repeat center;
    overflow: hidden;
}

    .mess h3 {
        font-size: 36px;
        color: #fff;
        text-align: center;
        letter-spacing: 3px;
        margin: 50px 0 10px 0;
        font-weight: bold;
    }

    .mess h4 {
        font-size: 44px;
        text-align: center;
        letter-spacing: 3px;
        margin: 0px 0 40px 0;
        font-weight: bold;
        color: #ff9d1d
    }

    .mess ul {
        width: 990px;
        margin: auto;
        height: 40px;
        margin-bottom: 50px;
        display: flex;
    }

        .mess ul li {
            width: 250px;
            margin: 0 auto;
            background: #fff;
            border-radius: 3px;
            overflow: hidden;
            display: flex;
        }

            .mess ul li .input {
                width: 100%;
                height: 40px;
                line-height: 50px;
                font-size: 16px;
                border: none;
                backgroun: none;
                color: #ff1d1d;
                outline: none;
                padding-left: 10px;
                box-sizing: border-box;
            }

            .mess ul li.btn {
                width: 180px;
                background: #ff1d1d
            }

                .mess ul li.btn a {
                    width: 180px;
                    background: #ff1d1d;
                    line-height: 40px;
                    height: 40px;
                    font-size: 20px;
                    font-weight: bold;
                    color: #fff;
                    text-align: center;
                    border: none;
                    cursor: pointer;
                    display: block;
                }

            .mess ul li:hover {
                box-shadow: 0 0px 20px rgba(0, 0, 0, 0.6)
            }

    .mess .ask {
        width: 718px;
        height: 143px;
        background: url(/content/images/introduce/zhukuai/cpa-ask.png) no-repeat;
        margin: auto
    }

.lecturer-team {
    height: 700px;
    background: url(/content/images/introduce/zhukuai/try-line-bg.png) no-repeat center 200px;
    transition: all 4s
}

    .lecturer-team:hover {
        background: url(/content/images/introduce/zhukuai/try-line-bg.png) no-repeat center 150px
    }

.lecturer {
    width: 1240px;
    margin: 100px auto 0 auto;
}

    .lecturer li {
        float: left;
        width: 280px;
        height: 390px;
        background: url(/content/images/introduce/zhukuai/try-pic-bg.png) no-repeat center;
        position: relative;
        margin: 0 15px;
    }

        .lecturer li:hover .pic {
            left: -10px;
            transition: all 0.4s
        }

        .lecturer li .pic {
            width: 280px;
            height: 345px;
            overflow: hidden;
            position: absolute;
            left: 0;
            bottom: 94px;
            transition: all 0.4s;
        }

            .lecturer li .pic img {
                display: block;
                margin: auto;
                width: 200px;
            }

        .lecturer li h3 {
            position: absolute;
            bottom: 45px;
            left: 25px;
            font-size: 24px;
            font-weight: bold;
            color: #fff;
            text-shadow: 3px 6px 15px rgba(0,0,0,.4);
            letter-spacing: 2px
        }

        .lecturer li p {
            position: absolute;
            bottom: 20px;
            left: 25px;
            font-size: 16px;
            color: #fff;
        }

        .lecturer li:hover span {
            right: -10px;
            transition: all 0.4s
        }

        .lecturer li span {
            display: block;
            width: 110px;
            height: 38px;
            position: absolute;
            bottom: 25px;
            right: -5px;
            transition: all 0.4s
        }

            .lecturer li span a {
                display: block;
                padding: 5px 0 6px 13px;
                color: #fff;
                font-size: 16px;
                background: #fb0735 url(/content/images/introduce/zhukuai/play-ico-w.png) no-repeat 83px center;
            }

.app-down {
    height: 655px;
    background: #222 url(/content/images/introduce/zhukuai/try-app-down.jpg) no-repeat center;
    text-align: center;
}

    .app-down img {
        padding-top: 50px;
    }

.try-advantage {
    height: 410px;
    background: url(/content/images/introduce/zhukuai/try-ico096.jpg) no-repeat center
}

.advantage {
    width: 1200px;
    margin: auto;
}

    .advantage li {
        width: 25%;
        float: left;
        height: 410px;
        text-align: center;
        color: #fff;
        opacity: 0.7;
    }

        .advantage li em {
            display: block;
            font-size: 18px;
            margin: 55px 0 0 0;
            letter-spacing: 2px
        }

        .advantage li h3 {
            width: 125px;
            height: 100px;
            padding-top: 25px;
            font-size: 40px;
            line-height: 40px;
            border: 1px solid #fff;
            color: #fff;
            border-radius: 50%;
            margin: 40px auto 0 auto;
            letter-spacing: 2px;
            font-family: "宋体";
            text-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            transition: all 0.2s
        }

        .advantage li i {
            width: 60px;
            height: 3px;
            background: #fff;
            display: block;
            margin: 30px auto 0 auto;
            border-radius: 3px
        }

        .advantage li p {
            font-size: 16px;
            letter-spacing: 2px;
            line-height: 26px;
            margin-top: 25px;
            transition: all 0.8s
        }

        .advantage li:hover h3 {
            margin: 30px auto 0 auto;
        }

        .advantage li:hover p {
            margin: 30px auto 0 auto;
            margin-top: 20px;
        }


.lecturer-team2 {
    height: 915px;
    background: url("/content/images/introduce/zhukuai/youshi_bj.jpg") no-repeat center;
    display: flow-root;
}

    .lecturer-team2 .bdys {
        background: url("/content/images/introduce/zhukuai/bdys.png")no-repeat center;
        width: 1250px;
        height: 589px;
        margin: 50px auto;
        display: flex;
        justify-content: space-between;
    }

        .lecturer-team2 .bdys ul {
            width: 500px;
        }

        .lecturer-team2 .bdys .ul_l .li1 {
            padding-left: 90px;
        }

        .lecturer-team2 .bdys .ul_l .li2 {
            padding-left: 10px;
        }

        .lecturer-team2 .bdys .ul_l .li4 {
            padding-left: 90px;
        }

        .lecturer-team2 .bdys .ul_l li span {
            margin-right: 10px;
        }

        .lecturer-team2 .bdys .ul_t li span {
            margin-left: 10px;
        }

        .lecturer-team2 .bdys .ul_t .li5 {
            padding-right: 75px;
        }

        .lecturer-team2 .bdys .ul_t .li6 {
            padding-right: 10px;
        }

        .lecturer-team2 .bdys .ul_t .li8 {
            padding-right: 80px;
        }

        .lecturer-team2 .bdys ul li {
            display: flex;
            align-items: baseline;
            padding-top: 30px;
            padding-bottom: 30px;
        }

            .lecturer-team2 .bdys ul li span {
                background: linear-gradient(to bottom, #f1b377, #d17737);
                width: 48px;
                height: 48px;
                text-align: center;
                line-height: 48px;
                border-radius: 50%;
                font-size: 24px;
                color: #fff;
                font-weight: bold;
            }

            .lecturer-team2 .bdys ul li .yd_fl {
                width: calc(100% - 70px)
            }

                .lecturer-team2 .bdys ul li .yd_fl h4 {
                    font-size: 28px;
                    color: #d07535;
                    font-weight: bold;
                    padding-bottom: 4px;
                }

                .lecturer-team2 .bdys ul li .yd_fl p {
                    font-size: 18px;
                }

        .lecturer-team2 .bdys .ul_t li {
            text-align: right;
        }



.footer {
    overflow: hidden;
    background: #242424
}

.footer-cont {
    width: 1200px;
    box-sizing: border-box;
    margin: auto;
    padding: 0 0 30px 240px;
    background: url(/content/images/introduce/zhukuai/footer-logo.png) no-repeat left 50px;
    position: relative;
    overflow: hidden
}

    .footer-cont .fix-up {
        position: absolute;
        right: 0;
        top: 55px;
        transition: all 0.1s
    }

        .footer-cont .fix-up a {
            border: 1px solid #f52f3e;
            padding: 2px 3px;
            font-size: 9px;
            color: #f52f3e;
        }

        .footer-cont .fix-up:hover {
            position: absolute;
            right: 0;
            top: 53px;
        }

.lightspot {
    padding: 40px 0 30px 0;
    border-bottom: 1px solid #333;
    overflow: hidden;
}

    .lightspot li {
        float: left;
        width: 185px;
        height: 55px;
        color: #ccc;
        background: url(/content/images/introduce/zhukuai/lightspot-ico.png) no-repeat left 0px;
        padding-left: 65px;
        margin-right: 15px;
        overflow: hidden;
        box-sizing: border-box
    }

        .lightspot li:nth-child(2) {
            background: url(/content/images/introduce/zhukuai/lightspot-ico.png) no-repeat left -71px
        }

        .lightspot li:nth-child(3) {
            background: url(/content/images/introduce/zhukuai/lightspot-ico.png) no-repeat left -146px
        }

        .lightspot li:nth-child(4) {
            background: url(/content/images/introduce/zhukuai/lightspot-ico.png) no-repeat left -219px
        }

        .lightspot li em {
            display: block;
            font-size: 15px;
            margin: 5px 0;
            color: #888;
        }

        .lightspot li i {
            display: block;
            font-size: 12px;
            color: #666;
        }

.links {
    margin-top: 30px;
}

    .links a {
        font-size: 12px;
        color: #666
    }

    .links span {
        padding: 0 20px;
        font-size: 11px;
        color: #333;
    }

.copyright {
    color: #555;
    font-size: 12px;
    line-height: 22px
}

    .copyright a {
        color: #555;
    }


.check {
    background: #f52f3e;
}

.video-list dl a {
    color: #777;
    display: block;
    padding: 6px 0px 6px 15px;
    border-left: 3px solid #222;
    margin-left: 10px
}

    .video-list dl a span {
        color: #fff;
        background: #ff8400;
        padding: 0 5px 1px 5px;
        border-radius: 2px;
        line-height: 14px;
        font-size: 12px;
        margin-left: 5px;
    }

/*注会 学习方案*/
.class-cpa {
    width: 1200px;
    margin: 30px auto 40px auto;
}

    .class-cpa .hd {
        height: 55px;
    }

        .class-cpa .hd h2 {
            font-size: 24px;
            font-weight: bold;
        }

            .class-cpa .hd h2 img {
                float: left;
                margin-right: 4px;
                width: 26px;
            }

    .class-cpa ul {
        display: flex;
        justify-content: space-between;
    }

    .class-cpa li {
        border-radius: 10px;
        overflow: hidden;
        width: 37%;
        background: linear-gradient(-220deg, #fdf7f2, #f0eae6);
    }

        .class-cpa li:nth-child(3) {
            width: 23%;
            box-sizing: border-box;
            padding: 0 0px 0 0;
            background: none;
        }

    .class-cpa .hd-tit {
        padding: 12px 20px;
        color: #000;
        position: relative;
        position: relative;
    }

        .class-cpa .hd-tit h3 {
            font-size: 26px;
            font-weight: bold;
            text-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
            letter-spacing: 1px;
        }

        .class-cpa .hd-tit h4 {
            float: left;
            margin: 45px 0 0 15px
        }

            .class-cpa .hd-tit h4 em {
                color: #777
            }

            .class-cpa .hd-tit h4 span {
                color: #666;
                border: 1px dotted #0957be;
                color: #0957be;
                margin: 0 5px;
                padding: 0 8px;
            }

        .class-cpa .hd-tit .remind {
            float: left;
            font-size: 16px;
            color: #fff;
            text-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
            background: #fff;
            color: #fff;
            background: linear-gradient(to right, #f06a4a, #da4638);
            padding: 3px 10px;
            box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
            position: absolute;
            top: 16px;
            right: 20px;
            border-radius: 30px;
        }

        .class-cpa .hd-tit .line {
            width: 6px;
            height: 25px;
            background: #ff3500;
            position: absolute;
            left: -1px;
            top: 23px;
            border-radius: 5px
        }

    .class-cpa .cont {
        padding: 20px 25px 0 25px;
        color: #444;
        overflow: hidden;
        clear: both;
        background: rgba(255,255,255,.9);
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        margin: 0px 20px 0 20px;
    }

.period {
    height: 54px;
    line-height: 24px;
    padding: 10px 0
}

    .period em {
        display: inline-block;
        float: left;
        color: #888;
        height: 50px
    }

.present {
    border-bottom: 1px solid #eee;
    padding: 0 0 15px 0
}

    .present span {
        margin-right: 10px;
    }

    .present i {
        display: inline-block;
        font-weight: bold;
        background: linear-gradient(to right, #e00, #f35e5e);
        width: 20px;
        height: 20px;
        line-height: 20px;
        font-size: 12px;
        border-radius: 50%;
        margin-right: 5px;
        text-align: center;
        color: #fff
    }

.class-cpa .subject {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0 0 0
}

    .class-cpa .subject p {
        height: 25px;
        line-height: 25px;
        padding: 5px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 25%;
    }

        .class-cpa .subject p i {
            color: #f35e5e;
            font-weight: bold;
        }

        .class-cpa .subject p a {
            color: #fff;
            background: #f35e5e;
            text-align: center;
            border-radius: 50px;
            height: 18px;
            line-height: 18px;
            font-size: 12px;
            padding: 0 5px;
        }

            .class-cpa .subject p a:hover {
                background: #004fff
            }

.class-cpa .class_tiku {
    padding: 0px 25px 25px 25px;
    color: #444;
    overflow: hidden;
    clear: both;
    background: rgba(255,255,255,.9);
    margin: 0px 20px 0 20px;
}

    .class-cpa .class_tiku .service {
        border-top: 1px solid #eee;
        padding-top: 20px
    }

    .class-cpa .class_tiku dl {
        margin-bottom: 15px
    }

    .class-cpa .class_tiku dt {
        font-weight: bold;
        margin-bottom: 5px;
        color: #6e6e9d
    }

    .class-cpa .class_tiku dl dd {
        padding-left: 19px;
        font-size: 13px
    }

.c-list {
    overflow: hidden;
}

    .c-list dl {
        margin-bottom: 10px;
        float: left;
        width: 50%
    }

    .c-list dt {
        background: linear-gradient(135deg, #dadce3, #fefdfc);
        color: #6e6e9d;
        padding: 2px 20px;
        margin-right: 10px;
        border-radius: 2px;
        font-size: 13px;
        margin-bottom: 10px;
        position: relative;
        opacity: .8;
    }

        .c-list dt em {
            position: absolute;
            left: 0;
            top: -4px;
            font-size: 22px;
        }

    .c-list dd p {
        margin-bottom: 10px;
        display: flex;
        justify-content: space-between;
    }

        .c-list dd p span {
            display: flex;
        }

            .c-list dd p span::before {
                display: block;
                content: "";
                background: url(/Content/images/icons/icon_sx_zs4.png) no-repeat left center / 16px;
                width: 20px;
                height: 20px;
                opacity: .5;
            }

    .c-list dd {
        padding-bottom: 5px;
    }

        .c-list dd i {
            color: #999;
            display: none;
        }

    .c-list dl:last-child dd {
        border-bottom: none;
    }

.small_hd {
    font-size: 16px;
    margin-bottom: 15px;
}

.period_cj {
    padding: 10px 0 15px 0;
    overflow: hidden;
    display: none;
}

    .period_cj p {
        display: flex;
        padding: 3px 0 6px 0;
    }

        .period_cj p span {
            display: flex;
            margin-right: 15px;
            align-items: center;
        }

            .period_cj p span em {
                width: 20px;
                height: 20px;
            }

            .period_cj p span b {
                color: #666;
                font-weight: normal;
            }

            .period_cj p span em.days {
                background: url(/Content/images/baozhang.png) no-repeat 2px top / 42px;
                margin-right: 3px;
            }

            .period_cj p span em.huabai {
                background: url(/Content/images/baozhang.png) no-repeat right top / 42px;
                margin-right: 5px;
            }

    .period_cj dl {
        display: flex;
        align-items: center;
    }

        .period_cj dl dt {
            margin-right: 30px;
        }

            .period_cj dl dt span {
                font-size: 36px;
                font-family: "å¾®è½¯é›…é»‘";
                display: flex;
                flex-direction: column;
            }

                .period_cj dl dt span i {
                }

                    .period_cj dl dt span i::before {
                        content: "Â¥";
                        font-size: 18px;
                        font-weight: bold;
                    }

.class-cpa .types {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

    .class-cpa .types li .teacher-small {
        clear: both;
        overflow: hidden;
        padding: 25px 0 30px 0;
        border-top: 1px solid #eee;
    }

        .class-cpa .types li .teacher-small span {
            background: #d3d3d3;
            display: block;
            float: left;
            margin-right: 16px;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            overflow: hidden;
        }

            .class-cpa .types li .teacher-small span img {
                display: block;
                width: 40px;
                margin: auto;
                transition: all 0.2s;
            }

            .class-cpa .types li .teacher-small span:hover img {
                transform: scale(1.05,1.05);
            }

/*.class-cpa .types li:nth-child(1) .hd-tit{background: #81acf9 url(../images/chuji-class-ico.jpg) no-repeat right top}
.class-cpa .types li:nth-child(2) .hd-tit{background:#fb8f55 url(../images/chuji-class-ico.jpg) no-repeat right -110px}*/
.class-cpa .btn-tip {
    padding: 20px 20px 20px;
    display: flex;
    justify-content: space-between;
    background: rgba(255,255,255,.6);
    box-shadow: 0 -20px 30px rgba(0,0,0,.1);
}

    .class-cpa .btn-tip em, .class-cpa .btn-tip i {
        width: 47%;
        display: block;
    }

    .class-cpa .btn-tip a {
        padding: 10px 0px;
        display: block;
        border-radius: 30px;
        text-align: center;
        font-size: 14px;
    }

    .class-cpa .btn-tip em a {
        border: 1px solid #e6e6e6;
        color: #999;
        background: #fff;
    }

        .class-cpa .btn-tip em a:hover {
            background: #0957be;
            color: #fff;
            border: 1px solid #0957be;
        }

    .class-cpa .btn-tip i a {
        padding: 10px 0px;
        color: #fff;
        background: linear-gradient(to right, #f06a4a, #da4638);
    }

    .class-cpa .btn-tip a:hover {
        margin: 0px auto 0 auto;
        background: linear-gradient(to right, #f78a6f, #ff2e1c);
    }


.book_pic {
    height: 165px;
    background: url(/Content/images/introduce/zhukuai/36cpa.jpg) no-repeat center -25px / 115%;
}

.book_b p {
    padding: 10px 15px;
    text-align: center;
    box-shadow: 0 -20px 30px rgba(0,0,0,.1);
    opacity: .7;
}

    .book_b p span {
        width: 48%;
    }
/*  */
.special {
    background: linear-gradient(-220deg, #fbf3eb, #ece4de);
    border-radius: 8px;
    margin-top: 34px;
    position: relative;
    color: #84413e;
}

    .special::after {
        background: url(/Content/images/introduce/zhukuai/myj_book_ico.png) no-repeat right center / 70px;
        display: block;
        content: "";
        width: 80px;
        height: 75px;
        position: absolute;
        right: 14px;
        top: 10px;
    }

    .special p {
        padding: 22px 0 23px 15px;
        border-radius: 5px;
    }

        .special p span {
            font-size: 16px;
            margin-bottom: 5px;
            display: block;
        }

        .special p em {
            opacity: .5;
        }
