﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: '微软雅黑',;
    color: #333;
}

body, dd, dl, h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    background: none;
    color: #333;
}

    a:hover {
        text-decoration: none;
        border: none;
    }

    a:active, a:hover, a:focus {
        text-decoration: none;
    }

li {
    list-style: none;
}

    li:hover {
        padding: 0;
        margin: 0;
        border: none;
    }

h1, h2, h3, h4 {
    font-weight: bold;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../font/glyphicons-halflings-regular.eot);
    src: url('../font/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.container_tk {
    max-width: 1200px;
    padding-top: 10px;
    margin: 0 auto;
}

.con {
    width: 100%;
    float: left;
    padding-bottom: 60px;
}

.bx {
    max-width: 1200px;
    margin: 0 auto;
}

/**/
.weizhi {
    width: 100%;
    height: 50px;
    font-size: 14px;
    color: #666;
    line-height: 50px;
}

    .weizhi a {
        color: #666;
    }

/*banner*/

.banner {
    width: 100%;
    overflow: hidden;
    background: url(../images/banner.png) no-repeat center;
    float: left;
}

    .banner .ban_center {
        max-width: 1200px;
        margin: 0 auto;
    }

        .banner .ban_center img {
            width: 100%;
            float: left;
        }

/**/
.tiku_bx {
    width: 100%;
    float: left;
}

.tiku {
    max-width: 1200px;
    margin: 0 auto;
    padding: 75px 0 110px;
    overflow: hidden;
}

    .tiku ul li {
        width: 26%;
        float: left;
        margin: 0 3.5%;
        cursor: pointer;
    }

        .tiku ul li img {
            width: 100%;
        }

        .tiku ul li:hover {
            transform: scale(1.1, 1.1);
            transition: .3s transform;
        }

/**/
.ydd_bx {
    width: 100%;
    background: url(../images/bg_ydb.png) #f5f6fa no-repeat center;
    overflow: hidden;
    float: left;
}

    .ydd_bx .ydd_ct {
        max-width: 1200px;
        overflow: hidden;
        position: relative;
        margin: 0 auto;
    }

        .ydd_bx .ydd_ct > img {
            width: 100%;
        }

        .ydd_bx .ydd_ct .ydd_left {
            width: 50%;
            position: absolute;
            top: 60px;
        }

            .ydd_bx .ydd_ct .ydd_left img {
                width: 78%;
                margin-left: 11%;
            }

.ydd_right {
    width: 50%;
    position: absolute;
    top: 120px;
    ;
    left: 0;
    margin-left: 50%;
}

    .ydd_right p img {
        width: 42%;
    }

    .ydd_right p {
        padding-bottom: 18px;
        font-size: 18px;
        color: #999;
    }

    .ydd_right ul {
        overflow: hidden;
        padding-bottom: 55px;
    }

        .ydd_right ul li {
            width: 100%;
            padding-left: 36px;
            height: 40px;
            line-height: 40px;
            color: #2fa5f4;
            font-size: 16px;
            background: url(../images/xzk.png) no-repeat center left;
        }

    .ydd_right .ewm {
        width: 100%;
        overflow: hidden;
        margin-bottom: 21px;
    }

        .ydd_right .ewm .ewm_left {
            width: 45%;
            background: #2fa5f4;
            padding: 20px 0;
            float: left;
            margin-right: 3%;
            margin-top: 5px;
        }

            .ydd_right .ewm .ewm_left img {
                width: 100%;
            }

        .ydd_right .ewm .ewm_right {
            width: 25%;
            float: left;
        }

/*题库列表*/
.tiku_left {
    width: calc(100% - 239px);
    float: right;
}

.tiku_left2 {
    margin-top: 10px;
}

.tiku_left .xmxz {
    width: 100%;
    height: 62px;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 0 35px;
}



.tiku_left .navbar > a {
    font-size: 18px;
    color: #333;
    line-height: 62px;
    text-decoration: none;
}

    .tiku_left .navbar > a img {
        margin-left: 6px;
    }

.tiku_left .navbar > span {
    padding-left: 15px;
    color: #666;
}

.tiku_left .navbar > .fhlb {
    float: right;
    font-size: 14px;
    color: #ff4d4d;
}

.tiku_left .navbar .dropdown-menu {
    margin-top: 0;
    border: none;
    min-width: 172px;
    padding: 0;
    left: 0px;
}

    .tiku_left .navbar .dropdown-menu > li > a {
        padding: 8px 30px;
        border-bottom: 1px solid #eee;
    }

        .tiku_left .navbar .dropdown-menu > li > a:hover {
            background: #fff;
            color: #f53939
        }

 .xmfl {
    width: 100%;
    background: #fff;
    border-top: none;
    margin-top: 20px;
}

    .xmfl .kemu {
        padding-left: 30px;
        width: 85px;
        height: 100%;
        overflow: hidden;
        float: left;
        font-size: 15px;
        color: #666;
        line-height: 52px;
    }

     .xmfl .kmlb {
        display: inline-block;
        vertical-align: middle;
    }

         .xmfl .kmlb ul li {
            float: left;
            font-size: 14px;
            padding-top: 12px;
        }

           .xmfl .kmlb ul li a {
                padding: 3px 10px;
                margin: 0 8px;
                border: 1px #f9fbfd solid;
                color: #666;
            }

         .xmfl .kmlb ul .kemu_s::after {
            content: " ";
            border-bottom: 2px #ff4646 solid;
            display: block;
            width: 40px;
            padding-top: 0px;
            margin: 0 auto;
        }

        .xmfl .kmlb .kemu_s a {
            color: #ff4d4d;
        }

.tiku_left .tkms {
    width: 100%;
    float: left;
    margin-bottom: 80px;
}

    .tiku_left .tkms > ul {
        width: 100%;
        height: 48px;
        background: #fff;
        margin-bottom: 12px;
    }

        .tiku_left .tkms > ul li {
            width: 130px;
            height: 48px;
            line-height: 48px;
            text-align: center;
            font-size: 16px;
            float: left;
        }

            .tiku_left .tkms > ul li a {
                padding: 0;
                width: 100%;
                height: 100%;
                display: block;
                border-right: 1px solid #eee;
            }

                .tiku_left .tkms > ul li a:hover, .tiku_left .tkms > ul li a:focus {
                    background: #fff;
                }

    .tiku_left .tkms ul .active a {
        background: #ff4d4d;
        color: #fff;
    }

        .tiku_left .tkms ul .active a:hover, .tiku_left .tkms ul .active a:focus {
            background: #ff4d4d;
        }

    .tiku_left .tkms .tab-pane {
        width: 100%;
        overflow: hidden;
        min-height: 750px;
    }

        .tiku_left .tkms .tab-pane .lbtj {
            width: 100%;
            height: 40px;
            line-height: 40px;
            background: #fff;
            margin-bottom: 1px;
            color: #999;
        }

            .tiku_left .tkms .tab-pane .lbtj p span {
                width: calc(100% - 300px);
                display: block;
                float: left;
                text-align: center;
            }

            .tiku_left .tkms .tab-pane .lbtj p {
                padding: 0 30px;
            }

                .tiku_left .tkms .tab-pane .lbtj p b {
                    width: 80px;
                    display: block;
                    float: left;
                    font-weight: normal;
                    text-align: center;
                }

        .tiku_left .tkms .tab-pane .personal-mcon-left {
            min-height: 650px;
            background: #fff;
            padding-bottom: 20px;
        }

            .tiku_left .tkms .tab-pane .personal-mcon-left > ul {
                width: 100%;
                overflow: hidden;
            }

                .tiku_left .tkms .tab-pane .personal-mcon-left > ul li h3 {
                    width: calc(100% - 300px);
                    float: left;
                    font-size: 14px;
                    font-weight: normal;
                    line-height: 28px;
                }

                    .tiku_left .tkms .tab-pane .personal-mcon-left > ul li h3 span {
                        color: #999;
                        font-size: 12px;
                    }

                    .tiku_left .tkms .tab-pane .personal-mcon-left > ul li h3 img {
                        margin-right: 10px;
                        margin-bottom: 3px;
                    }

                .tiku_left .tkms .tab-pane .personal-mcon-left > ul li p {
                    width: calc(100% - 300px);
                    float: left;
                }

                .tiku_left .tkms .tab-pane .personal-mcon-left > ul li .zts {
                    width: 80px;
                    text-align: center;
                    color: #999;
                    float: left;
                }

                    .tiku_left .tkms .tab-pane .personal-mcon-left > ul li .zts span {
                        color: #ff6600;
                    }

                .tiku_left .tkms .tab-pane .personal-mcon-left > ul li p img {
                    margin-left: 28px;
                    margin-right: 16px;
                    margin-bottom: 3px;
                }

                .tiku_left .tkms .tab-pane .personal-mcon-left > ul li > a {
                    width: 75px;
                    height: 30px;
                    border-radius: 3px;
                    border: 1px solid #e2e2e2;
                    background: #f5f5f5;
                    float: right;
                    line-height: 30px;
                    color: #333;
                    margin-top: 16px;
                    text-align: center;
                    font-size: 13px;
                }

                    .tiku_left .tkms .tab-pane .personal-mcon-left > ul li > a:hover {
                        background: #ff4d4d;
                        border: #ff4d4d 1px solid;
                        color: #fff;
                    }

        .tiku_left .tkms .tab-pane .page {
            width: 100%;
            height: 58px;
            line-height: 58px;
            margin-top: 10px;
        }

            .tiku_left .tkms .tab-pane .page p {
                text-align: center;
            }

                .tiku_left .tkms .tab-pane .page p a {
                    padding: 3px 7px;
                    border: #ddd 1px solid;
                    border-radius: 2px;
                    background: none;
                    color: #333;
                    margin: 0 1px;
                }

                    .tiku_left .tkms .tab-pane .page p a:hover {
                        background: #ff4d4d;
                        color: #fff;
                        border: 1px solid #ff4d4d;
                    }

                .tiku_left .tkms .tab-pane .page p input {
                    width: 24px;
                    height: 24px;
                    line-height: 24px;
                    border-radius: 2px;
                    border: 1px solid #ddd;
                    margin-right: 3px;
                }

                .tiku_left .tkms .tab-pane .page p span {
                    margin: 0 5px;
                }

            .tiku_left .tkms .tab-pane .page .fytz {
                line-height: 24px;
                background: #f9f9f9;
                width: 30px;
            }

                .tiku_left .tkms .tab-pane .page .fytz:hover {
                    background: #ff4d4d;
                    border: 1px solid #ff4d4d;
                    color: #fff;
                }

        /*模拟试题*/
        .tiku_left .tkms .tab-pane .mnsj {
            min-height: 680px;
            background: #fff;
        }

        .tiku_left .tkms .tab-pane .lbsj p {
            padding-left: 4%;
        }

            .tiku_left .tkms .tab-pane .lbsj p span {
                padding-left: 4%;
            }

                .tiku_left .tkms .tab-pane .lbsj p span img {
                    margin-left: 5px;
                }

        .tiku_left .tkms .tab-pane .mnsj ul li {
            height: 80px;
            border-bottom: 1px dashed #e2e2e2;
            padding-left: 72px;
            background: url(../images/icon_misj.png) no-repeat center left 23px;
            padding-right: 30px;
            cursor: pointer;
        }

            .tiku_left .tkms .tab-pane .mnsj ul li p {
                font-size: 12px;
                color: #999;
                width: 82%;
                float: left;
                padding-top: 16px;
                line-height: 25px;
            }

                .tiku_left .tkms .tab-pane .mnsj ul li p span {
                    color: #ff6600;
                }

                .tiku_left .tkms .tab-pane .mnsj ul li p b {
                    font-size: 14px;
                    color: #333;
                    font-weight: normal;
                }

            .tiku_left .tkms .tab-pane .mnsj ul li a {
                float: right;
                width: 75px;
                height: 30px;
                background: #f5f5f5;
                display: block;
                border: 1px solid #e2e2e2;
                border-radius: 3px;
                line-height: 30px;
                color: #333;
                text-align: center;
                margin-top: 17px;
                font-size: 13px;
            }

            .tiku_left .tkms .tab-pane .mnsj ul li:hover b {
                color: #ff4d4d;
            }

            .tiku_left .tkms .tab-pane .mnsj ul li a:hover {
                background: #ff4d4d;
                border: 1px solid #ff4d4d;
                color: #fff;
            }

        .tiku_left .tkms .tab-pane .lnzt ul li {
            background: url(../images/icon_lnzt.png) no-repeat center left 23px;
        }


        /*每日一练*/
        .tiku_left .tkms .tab-pane .mryl {
            min-height: 650px;
            background: #fff;
            padding: 5px 30px;
        }

            .tiku_left .tkms .tab-pane .mryl .mrlx_nav {
                width: 100%;
                height: 52px;
                border-bottom: 1px solid #e5e5e5;
            }

                .tiku_left .tkms .tab-pane .mryl .mrlx_nav li {
                    width: 70px;
                    float: left;
                    line-height: 52px;
                    height: 52px;
                    text-align: center;
                    border: none;
                    margin-right: 30px;
                }

                    .tiku_left .tkms .tab-pane .mryl .mrlx_nav li a {
                        width: 100%;
                        height: 100%;
                        line-height: 52px;
                        padding: 0;
                        background: none;
                        color: #333;
                    }

                    .tiku_left .tkms .tab-pane .mryl .mrlx_nav li img {
                        margin-right: 8px;
                        float: left;
                        margin-top: 15px;
                    }

                .tiku_left .tkms .tab-pane .mryl .mrlx_nav .active a {
                    border-bottom: 2px solid #ff4d4d;
                    color: #ff4d4d;
                }

        .tiku_left .tkms .tab-pane .lx_list {
            width: 100%;
            padding-top: 10px;
        }

            .tiku_left .tkms .tab-pane .lx_list ul li {
                width: 100%;
                height: 70px;
                margin-bottom: 12px;
                border-bottom: 1px dashed #e2e2e2;
            }

                .tiku_left .tkms .tab-pane .lx_list ul li p {
                    width: 70%;
                    float: left;
                    font-size: 14px;
                    padding-top: 15px;
                    line-height: 24px;
                }

                    .tiku_left .tkms .tab-pane .lx_list ul li p span {
                        font-size: 12px;
                        color: #999;
                    }

                .tiku_left .tkms .tab-pane .lx_list ul li a {
                    width: 75px;
                    height: 30px;
                    border-radius: 3px;
                    border: 1px solid #e2e2e2;
                    background: #f5f5f5;
                    float: right;
                    line-height: 30px;
                    color: #333;
                    margin-top: 19px;
                    text-align: center;
                    font-size: 13px;
                }

                    .tiku_left .tkms .tab-pane .lx_list ul li a:hover {
                        background: #ff4d4d;
                        color: #fff;
                        border: 1px solid #ff4d4d;
                    }

.mryl_ts {
    width: 100%;
    min-height: 750px;
    background: #fff;
    text-align: center;
}

    .mryl_ts img {
        text-align: center;
        margin-top: 150px;
        margin-bottom: 30px;
    }

.tempWrap {
    display: flow-root;
    margin: 0 auto;
    width: 714px;
}

/*往期记录*/
.tiku_left .mryl .wqjl_list {
    width: 100%;
    padding-top: 20px;
}

    .tiku_left .mryl .wqjl_list ul li {
        width: 100%;
        overflow: hidden;
    }

    .tiku_left .mryl .wqjl_list .jl_time {
        width: 100px;
        height: 100%;
        float: left;
        position: relative;
    }

        .tiku_left .mryl .wqjl_list .jl_time > img {
            position: absolute;
            top: 25px;
            right: -7%;
        }

        .tiku_left .mryl .wqjl_list .jl_time p {
            padding-top: 20px;
            color: #999;
            font-size: 13px;
        }

    .tiku_left .mryl .wqjl_list .mrnr {
        width: calc(100% - 101px);
        float: right;
        border-left: 1px solid #eee;
        padding-left: 30px;
    }

    .tiku_left .mryl .wqjl_list .kjsw {
        width: 100%;
        float: left;
        border-bottom: 1px dashed #e2e2e2;
        height: 100%;
        padding-bottom: 15px;
    }

        .tiku_left .mryl .wqjl_list .kjsw p {
            font-size: 14px;
            width: 70%;
            float: left;
            padding-top: 19px;
            line-height: 24px;
        }

            .tiku_left .mryl .wqjl_list .kjsw p span {
                font-size: 12px;
                color: #999;
                padding-left: 7px;
                padding-right: 5px;
            }

        .tiku_left .mryl .wqjl_list .kjsw a {
            float: right;
            width: 75px;
            height: 30px;
            border-radius: 3px;
            border: 1px solid #e2e2e2;
            background: #f5f5f5;
            line-height: 30px;
            color: #333;
            margin-top: 23px;
            text-align: center;
            font-size: 13px;
        }

            .tiku_left .mryl .wqjl_list .kjsw a:hover {
                background: #ff4d4d;
                color: #fff;
                border: 1px solid #ff4d4d;
            }

    .tiku_left .mryl .wqjl_list .jjf {
        width: 43%;
        float: left;
        border-bottom: 1px solid #eee;
        height: 100%;
        padding-left: 5%;
    }

        .tiku_left .mryl .wqjl_list .jjf p {
            font-size: 16px;
            width: 70%;
            float: left;
            padding-top: 19px;
        }

            .tiku_left .mryl .wqjl_list .jjf p span {
                font-size: 12px;
                color: #999;
                padding-left: 7px;
                padding-right: 5px;
            }

        .tiku_left .mryl .wqjl_list .jjf a {
            float: right;
            width: 80px;
            height: 34px;
            border-radius: 3px;
            border: 1px solid #ddd;
            background: #f5f5f5;
            line-height: 34px;
            color: #333;
            margin-top: 23px;
            text-align: center;
            font-size: 13px;
        }

            .tiku_left .mryl .wqjl_list .jjf a:hover {
                background: #ff4d4d;
                color: #fff;
                border: 1px solid #ff4d4d;
            }


/*题库列表右侧*/
.tiku_right {
    width: 224px;
    float: left;
}

.tiku_right2 {
    width: 273px;
    float: right;
    padding-top: 58px;
}

.tiku_right .zngj {
    width: 100%;
    background: #fff;
    float: left;
    margin-bottom: 12px;
    border-radius: 6px;
}

    .tiku_right .zngj .z {
        height: 40px;
        font-size: 16px;
        border-bottom: 1px solid#f5f5f5;
        line-height: 40px;
        padding-left: 20px;
    }
 
.tiku_right .zngj ul li {
    cursor: pointer;
}

    .tiku_right .zngj .active {
        background-color: #f9f9f9;
        display: flex;
        align-items: center;
    }

        .tiku_right .zngj .active::before {
            content: " ";
            height: 30px;
            display: inline-block;
            border: 1.8px solid#FF4447;
            border-radius: 8px;
            background-color: #ff4447;
        }

        .tiku_right .zngj .active a {
            padding-left: 30px;
        }

            .tiku_right .zngj .active a p {
                color: #ff4d4d
            }

    .tiku_right .zngj ul li a {
        display: flex;
        align-items: center;
        padding-left: 33.6px;
        width: 100%;
    }

        .tiku_right .zngj ul li a p {
            font-size: 16px;
            color: #666;
            height: 52px;
            line-height: 52px;
        }

        .tiku_right .zngj ul li a img {
            margin-right: 10px;
            width: 24px;
        }

    .tiku_right .zngj ul li:hover a p {
        color: #ff4d4d;
    }

.tiku_right .rmkc {
    width: 100%;
    background: #fff;
    padding: 20px 15px 5px;
    float: left;
    border-radius: 6px;
}

    .tiku_right .rmkc .rmkcbt {
        height: 30px;
        border-bottom: 1px solid #eee;
        margin-bottom: 10px;
        font-size: 16px;
    }

        .tiku_right .rmkc .rmkcbt img {
            margin-right: 8px;
            margin-bottom: 3px;
        }
/*.tiku_right .rmkc .kclb{ width:100%;}
.tiku_right .rmkc .kclb ul li{width:100%; float:left; margin-bottom:14px;}
.tiku_right .rmkc .kclb ul li img{ width:100%;}*/
.tiku_right .sm_sjzt {
    width: 100%;
    background: #fff;
    float: left;
    margin-bottom: 12px;
    padding: 20px 0;
    border-radius: 6px;
}

    .tiku_right .sm_sjzt img {
        margin: 0 auto;
        display: block;
        padding-bottom: 10px;
        width: 170px;
    }

    .tiku_right .sm_sjzt p {
        text-align: center;
        font-size: 15px;
        color: #333;
    }

/*练习模式*/
.tiku_left .kstx p {
    font-size: 16px;
}

    .tiku_left .kstx p span {
        font-size: 14px;
        color: #999;
        padding-left: 10px;
    }

.tiku_left .zwf {
    height: 12px;
    width: 100%;
}

.tiku_left.kszt {
    width: 100%;
    padding: 20px 0 0;
    float: left;
    background: #fff;
}

.tiku_left .ksms {
    min-height: 200px;
    padding-bottom: 10px;
    margin-bottom: 12px;
    background-color: #fff;
    padding-top: 20px;
}

.tiku_left .kszt .kstm {
    padding: 0 35px 20px;
    position: relative;
    display: inline-block
}

    .tiku_left .kszt .kstm > p {
        font-size: 15px;
        line-height: 28px;
        text-align: justify;
        padding-bottom: 5px;
        color: #666;
    }

        .tiku_left .kszt .kstm > p span {
            color: #ff4d4d;
            font-weight: bold;
        }

    .tiku_left .kszt .kstm ul {
        width: 100%;
        overflow: hidden;
    }

        .tiku_left .kszt .kstm ul li {
            padding-left: 46px;
            background: url(../images/icon_dx_k.png) no-repeat left 5px top 8px;
            margin-bottom: 10px;
            min-height: 37px;
            line-height: 36px;
            cursor: pointer;
        }

        .tiku_left .kszt .kstm ul .xzda {
            background: url(../images/icon_dx_k_xz.png) no-repeat left 5px top 8px;
        }

    /*材料分析题*/
    .tiku_left .kszt .kstm .clnr {
        position: relative;
        padding: 0 10px 15px;
    }

        .tiku_left .kszt .kstm .clnr p {
            font-size: 15px;
            line-height: 28px;
            color: #666;
            text-align: justify;
        }

        .tiku_left .kszt .kstm .clnr .img_clt {
            position: absolute;
            top: 0;
            left: -35px;
        }

        .tiku_left .kszt .kstm .clnr .img_clt2 {
            position: absolute;
            top: 0;
            right: -35px;
        }

    .tiku_left .kszt .kstm .fxt_xz {
        padding-bottom: 18px;
        padding-top: 20px;
    }

        .tiku_left .kszt .kstm .fxt_xz p {
            font-size: 15px;
            padding-bottom: 15px;
            line-height: 26px;
            color: #666;
        }

        .tiku_left .kszt .kstm .fxt_xz > p span {
            color: #ff4d4d;
        }

        .tiku_left .kszt .kstm .fxt_xz ul li {
            min-height: 37px;
            line-height: 36px;
        }

            .tiku_left .kszt .kstm .fxt_xz ul li p {
                line-height: 36px;
                padding-bottom: 0;
            }

.tiku_left .kszt .clfxt {
    padding-bottom: 0;
}

.jx_clnr {
    width: 100%;
    padding: 20px 35px 0;
    background: #fff;
    position: relative;
    float: left;
    border-bottom: 1px dashed #e2e2e2;
}

    .jx_clnr .clnr {
        position: relative;
        padding: 0 10px 25px;
    }

        .jx_clnr .clnr p {
            font-size: 15px;
            line-height: 28px;
            color: #666;
            text-align: justify;
        }

        .jx_clnr .clnr .img_clt {
            position: absolute;
            top: 0;
            left: -35px;
        }

.tiku_left .cl {
    margin-bottom: 0;
    border-bottom: 1px dashed #e2e2e2;
}

/*纠错*/
.jc_tcc .jc_zzc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 999;
}

.jc_tcc .jc_info {
    width: 32%;
    overflow: hidden;
    background: #fff;
    position: fixed;
    z-index: 1000;
    margin-top: 260px;
    margin-left: 34%;
    border-radius: 4px;
    padding-bottom: 30px;
    top: 0;
    left: 0;
}

    .jc_tcc .jc_info .jcbt {
        height: 52px;
        line-height: 52px;
        padding: 0 15px 0 32px;
        border-bottom: 1px solid #eee;
    }

        .jc_tcc .jc_info .jcbt p {
            font-size: 16px;
        }

        .jc_tcc .jc_info .jcbt .guanbi {
            float: right;
            padding-top: 15px;
            cursor: pointer;
            font-size: 16px;
            color: #999;
        }

    .jc_tcc .jc_info > p {
        padding: 20px 32px;
        text-align: justify;
    }

    .jc_tcc .jc_info .jcfl {
        margin: 0 32px;
        border-top: 1px solid #eee;
    }

        .jc_tcc .jc_info .jcfl > p {
            padding: 12px 0 5px;
        }

            .jc_tcc .jc_info .jcfl > p label {
                float: left;
                padding-right: 46px;
                font-size: 14px;
                font-weight: normal;
                line-height: 22px;
                color: #666;
            }

                .jc_tcc .jc_info .jcfl > p label:nth-child(4n) {
                    padding-right: 0px;
                }

                .jc_tcc .jc_info .jcfl > p label input {
                    margin-right: 6px;
                    padding-top: 3px;
                    margin-top: 0;
                }

        .jc_tcc .jc_info .jcfl p textarea {
            width: 100%;
            height: 70px;
            padding: 5px;
            margin-bottom: 15px;
            border: 1px solid #eee;
        }

        .jc_tcc .jc_info .jcfl .anniu {
            text-align: center;
            padding-top: 0;
        }

            .jc_tcc .jc_info .jcfl .anniu a {
                padding: 10px 28px;
                margin: 0 40px;
                background: #ff4d4d;
                color: #fff;
                border-radius: 3px;
            }

            .jc_tcc .jc_info .jcfl .anniu .quxiao {
                background: #d3d3d3;
                color: #333;
                padding: 10px 42px;
            }

/*交卷弹窗*/
.tiku_right .jj_ct {
}

    .tiku_right .jj_ct .jc_zzc {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #000;
        opacity: 0.5;
        z-index: 999;
    }

    .tiku_right .jj_ct .jj_info {
        width: 30%;
        padding-bottom: 20px;
        position: fixed;
        background: #fff;
        z-index: 1000;
        top: 0;
        left: 0;
        margin-left: 35%;
        margin-top: 250px;
        border-radius: 4px;
    }

        .tiku_right .jj_ct .jj_info p {
            padding: 15px 15px 15px 20px;
            border-bottom: 1px solid #eee;
        }

            .tiku_right .jj_ct .jj_info p img {
                float: right;
                cursor: pointer;
            }

        .tiku_right .jj_ct .jj_info h3 {
            padding: 50px 0 35px;
            text-align: center;
            font-size: 18px;
            font-weight: normal;
        }

        .tiku_right .jj_ct .jj_info a {
            padding: 10px 28px;
            background: #f5f5f5;
            border: 1px solid #ddd;
            border-radius: 3px;
            font-size: 14px;
            margin: 0 13px;
        }

        .tiku_right .jj_ct .jj_info .jxzt2 {
            background: #ff4d4d;
            border: 1px solid #ff4d4d;
            color: #fff;
        }

/**/
.tiku_right .bc_ct .jc_zzc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 999;
}

.tiku_right .bc_ct .jj_info {
    width: 30%;
    padding-bottom: 20px;
    position: fixed;
    background: #fff;
    z-index: 1000;
    top: 0;
    left: 0;
    margin-left: 35%;
    margin-top: 250px;
    border-radius: 4px;
}

    .tiku_right .bc_ct .jj_info p {
        padding: 15px 15px 15px 20px;
        border-bottom: 1px solid #eee;
    }

        .tiku_right .bc_ct .jj_info p img {
            float: right;
            cursor: pointer;
        }

    .tiku_right .bc_ct .jj_info h3 {
        padding: 50px 0 35px;
        text-align: center;
        font-size: 18px;
        font-weight: normal;
    }

    .tiku_right .bc_ct .jj_info a {
        padding: 10px 28px;
        background: #f5f5f5;
        border: 1px solid #ddd;
        border-radius: 3px;
        font-size: 14px;
        margin: 0 13px;
    }

    .tiku_right .bc_ct .jj_info .qxbc2 {
        background: #ff4d4d;
        border: 1px solid #ff4d4d;
        color: #fff;
    }

/*评估报告*/
.bgtc .jc_zzc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 999;
}

.bgtc .stbg {
    background: #fff;
    margin-top: 12px;
}

    .bgtc .stbg > p {
        height: 66px;
        line-height: 66px;
        border-bottom: 1px solid #eee;
        background: url(../images/bg_stbg.png) left center no-repeat;
        padding: 0 30px;
        font-size: 20px;
    }

        .bgtc .stbg > p .zf_sc_cyrs {
            font-size: 13px;
            color: #999;
            float: right;
        }

            .bgtc .stbg > p .zf_sc_cyrs b {
                font-weight: normal;
                padding: 0 40px;
            }

        .bgtc .stbg > p img {
            float: right;
            margin-top: 20px;
            cursor: pointer;
        }

    .bgtc .stbg > div {
        overflow: hidden;
        padding: 30px 30px 50px;
    }

    .bgtc .stbg .bg_left {
        float: left;
    }

        .bgtc .stbg .bg_left .stzql {
            width: 186px;
            border-radius: 100%;
            height: 186px;
            border: 2px solid #eee;
            color: #ff4d4d;
            text-align: center;
        }

            .bgtc .stbg .bg_left .stzql .fenshu {
                font-size: 60px;
                font-weight: normal;
                padding-top: 45px;
            }

            .bgtc .stbg .bg_left .stzql span {
                font-size: 14px;
            }

            .bgtc .stbg .bg_left .stzql .sjdf {
                font-size: 14px;
                color: #666;
            }

        .bgtc .stbg .bg_left h3 {
            background: #f9f9f9;
            text-align: center;
            height: 44px;
            font-weight: normal;
            line-height: 44px;
        }

            .bgtc .stbg .bg_left h3 span {
                color: #ff4d4d;
            }

.bg_right {
    width: 220px;
    float: left;
    margin-left: 60px;
}

.tsjy {
    float: right;
    width: 580px;
}

    .tsjy .tishengjy {
        font-size: 16px;
        padding-bottom: 30px;
    }

        .tsjy .tishengjy a {
            font-size: 12px;
            color: #f02c2c;
            padding: 3px 12px;
            border: 1px solid#f02c2c;
            border-radius: 50px;
            float: right;
        }

        .tsjy .tishengjy img {
            padding-right: 6px;
        }

    .tsjy .spcs {
        font-size: 14px;
        padding-bottom: 16px;
    }

        .tsjy .spcs span {
            font-size: 18px;
            color: #f02c2c;
        }

    .tsjy .ckjy {
        font-size: 14px;
        color: #666;
        line-height: 24px;
    }

.bg_right table {
    border: 1px solid #fff;
}

    .bg_right table th {
        font-weight: normal;
        padding: 14px 0;
        background: #f6f6f6;
        border: 1px solid #fff
    }

    .bg_right table td {
        padding: 8px 0;
        border: 1px solid #fff;
    }

        .bg_right table td span {
            color: #ff4d4d;
            font-size: 14px;
        }

.bg_right .bg_dts {
    color: #f02c2c;
}

.bg_right .bg_d {
    color: #999;
    font-size: 12px
}

.bg_right .bg_cts {
    color: #fa1e1e;
}

.bg_right .bg_zql {
    color: #ff6c6c;
}

.stbg .bg_an p {
    text-align: center;
    padding-top: 45px;
    width: 100%;
    float: left;
}

    .stbg .bg_an p a {
        padding: 12px 0;
        margin: 0 10px;
        background: linear-gradient(to right,#ff403a,#ff6b49);
        color: #fff;
        border-radius: 50px;
        width: 180px;
        display: inline-block;
    }

.stbg .bg_an .fhlb {
    background: #eeeeee;
    color: #5A2324;
}

.stbg .bg_an .tlsjdkd {
    background: linear-gradient(to right,#ff754b,#ff903f);
}

/*考试模式选择弹出层*/
.ms_tcc {
    width: 25%;
    height: 250px;
    background: #fff url(../images/bg_ztms.png) no-repeat center;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: 37.5%;
    z-index: 1000;
    margin-top: 250px;
}

    .ms_tcc p {
        height: 110px;
        line-height: 110px;
        text-align: center;
        font-size: 18px;
    }

        .ms_tcc p span img {
            margin-right: 8px;
            vertical-align: middle;
        }

        .ms_tcc p .guanbi {
            float: right;
            margin-right: 15px;
            margin-top: 15px;
        }

        .ms_tcc p a {
            padding: 12px 40px;
            background: url(../images/bg_lxms.png) repeat-x;
            color: #fff;
            margin: 0 26px;
            border-radius: 38px;
        }

    .ms_tcc .ksms {
        background: url(../images/bg_ksms.png) repeat-x;
    }

/*做题记录*/
.ztjl {
    width: 100%;
    background: #fff;
    min-height: 770px;
    padding: 15px 30px 40px;
    float: left;
}

    .ztjl ul li {
        width: 100%;
        padding: 18px 0;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .ztjl .tmlb {
        width: calc(100% - 180px);
        overflow: hidden;
        float: left;
        height: 100%;
    }

        .ztjl .tmlb h3 {
            font-size: 14px;
            padding-bottom: 8px;
            font-weight: normal;
        }

            .ztjl .tmlb h3 span {
                color: #ff8f80;
            }

        .ztjl .tmlb p {
            font-size: 12px;
            color: #999;
        }

    .ztjl .tmlb_right {
        width: 180px;
        float: right;
        height: 100%;
        text-align: right;
        line-height: 42px;
    }

        .ztjl .tmlb_right a {
            width: 75px;
            height: 30px;
            display: block;
            text-align: center;
            line-height: 30px;
            float: right;
            padding: 0;
            font-size: 12px;
            margin-top: 5px;
            margin-right: 18px;
            color: #999;
        }

            .ztjl .tmlb_right a:hover {
                color: #ff4d4d;
                text-decoration: underline;
            }

        .ztjl .tmlb_right .cxcs {
            border: 1px solid #e2e2e2;
            background: #f5f5f5;
            color: #333;
            border-radius: 4px;
            margin-right: 0;
        }

            .ztjl .tmlb_right .cxcs:hover {
                color: #fff;
                background: #ff4d4d;
                border: 1px solid #ff4d4d;
                text-decoration: none;
            }

.xmfl_tx {
    margin-bottom: 12px;
}

.sjts {
    width: 100%;
    height: 600px;
    background: #fff;
    float: left;
}

    .sjts img {
        width: 25%;
        margin: 90px 37.5% 0;
    }

    .sjts p {
        font-size: 16px;
        color: #666;
        text-align: center;
        margin-top: 20px;
        padding-left: 26px;
        letter-spacing: 1px;
    }
/*练题记录*/
.ctj_info .lxjl {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    margin-bottom: 12px;
}

    .ctj_info .lxjl p {
        color: #999;
        font-size: 14px;
    }

        .ctj_info .lxjl p span {
            color: #333;
            padding-right: 10px;
        }

        .ctj_info .lxjl p .zjlx {
            padding-left: 10px;
        }

    .ctj_info .lxjl .lxjl_jdt {
        padding-top: 10px;
    }

        .ctj_info .lxjl .lxjl_jdt .fa-stop {
            width: 300px;
            background-color: #f5f5f5;
            border-radius: 50px;
            height: 10px;
            vertical-align: middle;
            display: inline-flex;
            margin-right: 30px;
        }

            .ctj_info .lxjl .lxjl_jdt .fa-stop:before {
                content: "" !important;
            }

            .ctj_info .lxjl .lxjl_jdt .fa-stop .percent {
                display: inline-block;
                background: linear-gradient(to right,#ff515a,#ff7945);
                border-radius: 50px;
                height: 10px;
            }

        .ctj_info .lxjl .lxjl_jdt span {
            font-size: 13px;
            color: #333;
        }

            .ctj_info .lxjl .lxjl_jdt span b {
                color: #ff525a;
            }

            .ctj_info .lxjl .lxjl_jdt span i {
                font-style: normal;
                color: #999;
            }

        .ctj_info .lxjl .lxjl_jdt .jx_cx_zt {
            float: right;
        }

        .ctj_info .lxjl .lxjl_jdt .jxzt {
            color: #ff525a;
            border: 1px solid#ff525a;
            padding: 5px 12px;
            border-radius: 50px;
            margin-right: 16px;
        }

            .ctj_info .lxjl .lxjl_jdt .jxzt::before {
                content: " ";
                width: 16px;
                height: 16px;
                background-image: url(../images/icons_v9.png);
                background-position: 0px -180px;
                padding-left: 20px;
                vertical-align: middle;
            }

        .ctj_info .lxjl .lxjl_jdt .cxzt {
            color: #666;
            border: 1px solid#ccc;
            padding: 5px 12px;
            border-radius: 50px;
        }

            .ctj_info .lxjl .lxjl_jdt .cxzt::before {
                content: " ";
                width: 16px;
                height: 16px;
                background-image: url(../images/icons_v9.png);
                background-position: 0px -203px;
                padding-left: 17px;
                vertical-align: middle;
            }


/*错题集改*/
.ctj_info {
    width: 100%;
    overflow: hidden;
    float: left;
    min-height: 750px;
}

    .ctj_info .tab-content {
        width: 100%;
        margin-bottom: 60px;
    }

.ct_dh {
    width: 100%;
    border-top: 1px solid #f5f5f5;
    background-color: #fff;
}

    .ct_dh li {
        /*float: left;
        font-size: 16px;
        text-align: center;
        padding: 15px 0;
        width: 12.5%;*/
    }

        .ct_dh li.active {
            background-color: #fff;
            box-shadow: 0px 0px 8px #dcdcdc;
        }

        .ct_dh li a:hover, .ct_dh li a:focus {
            background: none;
        }

        .ct_dh li a {
            padding: 0;
            height: 100%;
            width: 100%;
        }

            .ct_dh li a img {
                margin-bottom: 8px;
                margin-right: 4px;
            }

        .ct_dh li a {
            /*font-size: 14px;*/
        }

            .ct_dh li a .hot {
                position: absolute;
                top: -10px;
                left: 70px;
            }

    .ct_dh .active a {
        color: #ff4d4d;
        background: none;
    }

.ct_dht {
    width: 100%;
    height: 42px;
    background: #f9fbfd;
}

    .ct_dht p {
        width: 56%;
        float: left;
        line-height: 42px;
        text-align: center;
        color: #666;
    }

    .ct_dht .zql {
        width: 60px;
        margin-left: 30px;
    }

    .ct_dht .ct_cts {
        width: 14%;
        float: left;
    }

.ct_list {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 0 24px 24px;
}

    .ct_list ul li {
        width: 100%;
        height: 64px;
        border-bottom: 1px dashed #e8e8e8;
        cursor: pointer;
    }

        .ct_list ul li h3 {
            font-size: 14px;
            font-weight: normal;
            line-height: 60px;
            width: 56%;
            float: left;
        }

            .ct_list ul li h3 img {
                margin-right: 10px;
                margin-bottom: 2px;
            }

        .ct_list ul li h4 {
            margin-left: 28px;
            font-size: 14px;
            line-height: 28px;
            color: #666;
            width: 52.5%;
            float: left;
            font-weight: normal;
            padding-top: 3px;
        }

        .ct_list ul li:hover h4 {
            color: #ff4d4d;
        }


            .ct_list ul li h4 span {
                color: #999;
                font-size: 12px;
            }

                .ct_list ul li h4 span .fa-star {
                    color: #f02c36;
                    padding-left: 2px;
                }

                    .ct_list ul li h4 span .fa-star:first-child {
                        padding-left: 12px;
                    }

                .ct_list ul li h4 span .fa-star1 {
                    color: #ffe4e5;
                }

        .ct_list ul li p span {
            color: #ff6600 !important;
        }

        .ct_list ul li .ct_st {
            background: url(../images/icon_misj1.png) no-repeat center left 10px;
        }

    .ct_list li:hover .ct_st {
        background: url(../images/icon_misj1_s.png) no-repeat center left 10px !important;
    }

    .ct_list li p {
        width: 15%;
        float: left;
        line-height: 60px;
        color: #999;
        text-align: center;
    }

    .ct_list li > a {
        width: 75px;
        height: 30px;
        display: block;
        border: 1px solid #e2e2e2;
        background: #f5f5f5;
        float: right;
        line-height: 30px;
        color: #666;
        margin-top: 14px;
        text-align: center;
        font-size: 13px;
        border-radius: 4px;
    }

      

        .ct_list li > a .fa-lock {
            padding-right: 6px;
            font-size: 16px;
        }

        .ct_list li > a:hover {
            background: #ff4d4d;
            border: 1px solid #ff4d4d;
            color: #fff;
        }

.ct_list2 {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 0 24px 24px;
}

    .ct_list2 li {
        width: 100%;
        height: 64px;
        border-bottom: 1px dashed #eee;
        cursor: pointer;
    }

        .ct_list2 li h3 {
            width: 53.5%;
            font-size: 14px;
            line-height: 28px;
            /*background: url(../images/img_ct_mn2.png) no-repeat center left;*/
            float: left;
            font-weight: normal;
            padding-top: 3px;
        }


        .ct_list2 li:hover h3 {
            color: #ff4d4d;
        }


            .ct_list2 li h3 span {
                color: #999;
                font-size: 12px;
            }

                .ct_list2 li h3 span b {
                    color: #ff4d4d;
                    font-weight: normal;
                    padding-left: 50px;
                }

                .ct_list2 li h3 span .fa-star:first-child {
                    padding-left: 12px;
                }

                .ct_list2 li h3 span .fa-star {
                    color: #f02c36;
                    padding-left: 2px;
                }

                .ct_list2 li h3 span .fa-star1 {
                    color: #ffe4e5;
                }
        /*.ct_list2 li:hover h3{ background:url(../images/img_ct_mn2_s.png) no-repeat center left;}*/
        .ct_list2 li p {
            width: 20%;
            text-align: center;
            float: left;
            line-height: 60px;
            color: #999;
        }

            .ct_list2 li p span {
                color: #ff6600 !important;
            }

        .ct_list2 li a {
            width: 75px;
            height: 30px;
            display: block;
            border: 1px solid #e2e2e2;
            background: #f5f5f5;
            float: right;
            line-height: 30px;
            color: #333;
            margin-top: 14px;
            text-align: center;
            font-size: 13px;
            border-radius: 4px;
        }

            .ct_list2 li a:hover {
                background: #ff4d4d;
                border: 1px solid #ff4d4d;
                color: #fff;
            }

            .ct_list2 li a .fa-lock {
                padding-right: 6px;
                font-size: 16px;
            }

        .ct_list2 li .ckct {
            background: none;
            border: none;
            color: #ff4d4d;
            width: 60px;
            margin-right: 80px;
        }

            .ct_list2 li .ckct:hover {
                text-decoration: underline;
                background: none;
                border: none;
                color: #ff4d4d
            }

.tiku_left .page {
    width: 100%;
    height: 58px;
    line-height: 58px;
    margin-top: 10px;
}

    .tiku_left .page p {
        text-align: center;
    }

        .tiku_left .page p a {
            padding: 3px 7px;
            border: #ddd 1px solid;
            border-radius: 2px;
            background: none;
            color: #333;
            margin: 0 1px;
        }

            .tiku_left .page p a:hover {
                background: #ff4d4d;
                color: #fff;
                border: 1px solid #ff4d4d;
            }

        .tiku_left .page p input {
            width: 24px;
            height: 24px;
            line-height: 24px;
            border-radius: 2px;
            border: 1px solid #ddd;
            margin-right: 3px;
        }

        .tiku_left .page p span {
            margin: 0 5px;
        }

    .tiku_left .page .fytz {
        line-height: 24px;
        background: #f9f9f9;
        width: 30px;
    }

        .tiku_left .page .fytz:hover {
            background: #ff4d4d;
            border: 1px solid #ff4d4d;
            color: #fff;
        }

.ct_list li > .ckct {
    background: none;
    border: none;
    color: #ff4d4d;
    width: 60px;
    margin-right: 80px;
}

    .ct_list li > .ckct:hover {
        background: none;
        border: none;
        color: #ff4d4d;
        text-decoration: underline;
    }

.ycxz {
    color: #ff4d4d;
}

.tk_wz {
    width: 100%;
    border: 1px solid #eee;
    border-bottom: none;
}

    .tk_wz p {
        font-size: 14px;
        margin-bottom: 3px;
        color: #999;
    }

.tiku_left .navbar .ctj_bq {
    font-size: 18px;
    padding: 1px 8px 2px;
    margin-right: 5px;
    border: 1px solid #ff4d4d;
    background: #ff4d4d;
    letter-spacing: 1px;
    color: #fff;
    border-radius: 30px;
}

.tiku_left .navbar > .ctj_bt {
    padding-left: 24px;
    padding-right: 40px;
}

.ct_menu {
    left: 100px;
}

.fenye {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
}

    .fenye a {
        padding: 8px 14px;
        background: #fff;
        border: 1px solid #eee;
        border-radius: 4px;
        margin: 0 5px;
        color: #666;
    }

        .fenye a span {
            padding: 0 5px;
        }

    .fenye .slct {
        background: #ef2d36;
        border: 1px solid #ef2d36;
        color: #fff;
    }

    .fenye a:hover {
        background: #f9f9f9;
    }

    .fenye .slct:hover {
        background: #ef2d36;
    }

/*免费试听*/
.kclb ul {
    width: 100%;
    overflow: hidden;
}

    .kclb ul li {
        width: 100%;
        float: left;
        margin-bottom: 15px;
        cursor: pointer;
        padding: 0 3px;
    }

        .kclb ul li a .menupic {
            width: 100%;
            float: left;
            margin-bottom: 5px;
            background-color: #070707;
            border-radius: 6px;
        }

        .kclb ul li h4 {
            font-size: 14px;
            color: #333;
            font-weight: normal;
            padding-bottom: 10px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            width: 100%;
        }

            .kclb ul li h4:hover {
                color: #ff4d4d
            }

        .kclb ul li p {
            font-size: 12px;
            color: #888;
            line-height: 20px;
        }

            .kclb ul li p a {
                width: 82px;
                height: 22px;
                line-height: 20px;
                display: block;
                text-align: center;
                border-radius: 25px;
                border: 1px solid #ff4d4d;
                color: #ff4d4d;
                float: right;
            }

                .kclb ul li p a img {
                    margin-bottom: 2px;
                    margin-left: 3px;
                }


/*平板*/
@media only screen and (max-width:1680px) and (min-width:768px) {


    /*弹窗*/
    .jc_tcc .jc_info {
        width: 60%;
        margin-left: 20%;
        margin-top: 150px;
    }

    .tiku_right .jj_ct .jj_info {
        width: 50%;
        margin-left: 25%;
    }

    .bgtc .stbg {
        width: 80%;
        margin-left: 10%;
    }

    .ms_tcc {
        width: 54%;
        margin-left: 23%;
        background: #fff;
    }

    /**/
    .tiku_left .kszt {
        min-height: 470px;
    }
}

/*悬浮*/
.xuanfu {
    width: 50px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    background-color: #fff;
    box-shadow: -1px 1px 4px #e8e8e8;
    padding-top: 120px;
    padding-bottom: 140px;
}

    .xuanfu > div {
        margin-bottom: 2px;
        padding: 0 10px;
        text-align: center;
    }

        .xuanfu > div > a > img {
            padding-top: 4px;
        }

        .xuanfu > div > a > p {
            padding: 4px 0;
            line-height: 18px;
            font-size: 12px;
            color: #666;
        }

    .xuanfu ul {
        idth: 50px;
        margin: 0 auto;
    }

        .xuanfu ul li {
            width: 100%;
            height: 74px;
            border-top: 1px solid #e2e2e2;
            text-align: center;
            position: relative;
        }

            .xuanfu ul li a {
                width: 100%;
                height: 100%;
                display: block;
                padding: 32px 10px 0;
                color: #666;
                font-size: 12px;
            }

            .xuanfu ul li .qqdd {
                padding: 42px 10px 0;
            }

            .xuanfu ul li:hover a {
                color: #fff;
            }

    .xuanfu .zxkf {
        text-align: center;
        background: url(../images/icon_kefu.png) no-repeat center top 6px;
    }

        .xuanfu .zxkf:hover {
            background: url(../images/icon_kefu2.png) no-repeat center top 6px #ff4d4d;
        }

    .xuanfu .qiandao {
        background: url(../images/icon_qiandao.png) no-repeat center top 12px #fff;
    }

        .xuanfu .qiandao:hover {
            background: url(../images/icon_qiandao2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .zhuanqian {
        background: url(../images/icon_zhuanqian.png) no-repeat center top 12px #fff;
    }

        .xuanfu .zhuanqian:hover {
            background: url(../images/icon_zhuanqian2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .tieba {
        background: url(../images/icon_tieba.png) no-repeat center top 12px #fff;
    }

        .xuanfu .tieba:hover {
            background: url(../images/icon_tieba2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .fankui {
        background: url(../images/icon_fankui.png) no-repeat center top 12px #fff;
    }

        .xuanfu .fankui:hover {
            background: url(../images/icon_fankui2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .apxz {
        background: url(../images/icon_app2.png) no-repeat center top 6px #fff;
    }

        .xuanfu .apxz:hover {
            background: url(../images/icon_app2_s.png) no-repeat center top 6px #ff4d4d;
        }

    .xuanfu .gzh2 {
        background: url(../images/icon_gzh2.png) no-repeat center top 6px #fff;
    }

        .xuanfu .gzh2:hover {
            background: url(../images/icon_gzh2_s.png) no-repeat center top 6px #ff4d4d;
        }

    .xuanfu .apxz .appm {
        width: 270px;
        height: 155px;
        background: url(../images/wem_bg2.png) no-repeat;
        left: -270px;
        top: -35px;
        position: absolute;
        padding-right: 16px;
        padding-left: 5px;
        display: none;
    }

    .xuanfu .apxz:hover .appm {
        display: block;
    }

    .xuanfu .apxz .appm div {
        width: 50%;
        float: left;
        padding: 14px 10px;
        color: #555;
    }

        .xuanfu .apxz .appm div img {
            width: 100%;
            margin-bottom: 4px;
        }

    .xuanfu .gzh2 .gzhm {
        width: 130px;
        height: 120px;
        position: absolute;
        top: -25px;
        left: -130px;
        padding: 6px;
        background: url(../images/wem_bg.png) no-repeat;
        padding-right: 16px;
        display: none;
    }

    .xuanfu .gzh2:hover .gzhm {
        display: block;
    }

    .xuanfu .gzh2 .gzhm img {
        width: 100%;
        margin-bottom: 4px;
    }

/*做题弹窗*/
.masking {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#LoginBox {
    left: 42%;
    top: 35%;
    background: white;
    width: 320px;
    height: 220px;
    border-radius: 7px;
    z-index: 10000;
    display: none;
    position: fixed;
}

    #LoginBox p {
        text-align: center;
        font-size: 16px;
        color: #333;
        padding-bottom: 20px;
    }

    #LoginBox .qgm_qx {
        padding-top: 30px;
        text-align: center;
    }

.row1 {
    padding: 0px 20px;
    line-height: 50px;
    height: 50px;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.row {
    font-size: 14px;
    color: #999;
    text-align: center;
}

    .row span {
        color: #FF494C;
    }

.close_btn2 {
    font-size: 20px;
    text-decoration: none;
    float: right;
}

.inputBox {
    border: 1px solid #c3c3c3;
    padding: 1px 3px 6px 3px;
    border-radius: 5px;
    margin-left: 5px;
}

#txtName {
    height: 27px;
    width: 230px;
    border: none;
}

#txtPwd {
    height: 27px;
    width: 230px;
    border: none;
}

#loginbtn {
    color: White;
    border-radius: 50px;
    background: linear-gradient(to right,#ff403a,#ff6a49);
    padding: 6px 30px;
    margin-right: 10px;
}

#gobuy {
    color: White;
    border-radius: 50px;
    background: linear-gradient(to right,#ff403a,#ff6a49);
    padding: 6px 30px;
    margin-right: 10px;
}

#quxiao {
    border-radius: 50px;
    background-color: #eeeeee;
    padding: 6px 36px;
    color: #333 !important;
    float: inherit;
    font-size: 14px;
}


#Section9 {
    display: flex;
}
/*大事记start*/
.event_box {
    visibility: hidden;
    height: 0px;
}

.active .event_box {
    visibility: inherit;
    position: relative;
    background-color: #fff;
    padding: 24px;
    min-height: 1000px;
    width: 100%;
}

.event_box2 {
    width: 100%;
    margin: 3% auto 0;
    background-color: #f8f8f8;
    padding: 20px 20px 6px;
    border-radius: 6px !important;
}

.event_box .parHd {
    width: 100%;
    display: inline-block;
    height: 60px;
    text-align: center;
}

.parHd ul {
    text-align: center;
}


.parHd li.no_line:before {
    display: none;
}

.parHd li {
    display: inline-block;
    cursor: pointer;
    padding-bottom: 30px;
    color: #333;
    margin: 0 16px;
    position: relative;
    background-color: #f9f9f9;
    width: 70px;
    height: 70px;
    line-height: 35px;
    font-size: 12px;
}

.parHd .act {
    color: #FF3E41;
    font-size: 13px;
    background-color: #fef6f5;
    width: 70px;
    height: 70px;
    line-height: 35px;
}

.parHd li:hover {
    color: #FF3E41;
}


.parBd {
    text-align: center;
    margin-top: 60px;
}

    .parBd h4 {
        position: relative;
        font-size: 40px;
        margin-bottom: 3%; /*width:200px;*/
        padding: 0 60px;
        display: inline-block;
        text-align: center;
    }

        .parBd h4:after {
            content: '';
            background: #000;
            width: 100px;
            height: 1px;
            position: absolute;
            left: -100px;
            bottom: 12px;
        }

        .parBd h4:before {
            content: '';
            background: #000;
            width: 100px;
            height: 1px;
            position: absolute;
            right: -100px;
            bottom: 12px;
        }

    .parBd p {
        line-height: 180%;
        font-size: 16px;
        width: 80%;
        margin: 0 auto;
    }

div#listBox {
    width: 100%;
}

.sPrev, .sNext {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 25px;
}

.sPrev2, .sNext2 {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 35px;
}

.sPrev {
    left: -20px;
}

.sNext {
    right: -20px;
}

.sPrev2 {
    left: 8px;
}

.sNext2 {
    right: 8px;
}

.sPrev img, .sNext img {
    transition: all .6s cubic-bezier(.51,1.1,.9,.95);
    -moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
    -webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
    -o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);
}

.parHd li span {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    z-index: 20;
}

.rilixz {
    display: inline-block;
    float: right;
}

    .rilixz img {
        padding: 8px 0;
    }

.ct_list_t ul li {
    width: 100%;
    height: 80px;
    cursor: pointer;
}

    .ct_list_t ul li h3::before {
        content: '';
        border-left: 4px solid#f02c36;
        border-radius: 10px;
        margin-right: 10px;
    }

    .ct_list_t ul li h3 {
        font-size: 18px;
        color: #333;
        font-weight: normal;
        line-height: 80px;
        float: left;
    }

    .ct_list_t ul li h4 {
        margin-left: 20px;
        font-size: 14px;
        line-height: 36px;
        color: #666;
        width: 52.5%;
        float: left;
        font-weight: normal;
        padding-top: 3px;
    }

        .ct_list_t ul li h4 span {
            color: #999;
            font-size: 12px;
        }

    .ct_list_t ul li img {
        float: left;
        padding-top: 4px;
        padding-left: 16px;
    }

.ct_list_t ul .meirilianx {
    background-color: #fff;
    box-shadow: 1px 1px 4px #d0d0d0;
}

.ct_list_t ul li p span {
    color: #ff6600 !important;
}

.ct_list_t li p {
    float: left;
    line-height: 80px;
    color: #999;
    text-align: center;
    padding-left: 30px;
}

.ct_list_t li > a {
    width: 75px;
    height: 30px;
    display: block;
    background: #ff4d4d;
    border: 1px solid #ff4d4d;
    color: #fff;
    float: right;
    line-height: 30px;
    margin-top: 24px;
    text-align: center;
    font-size: 13px;
    border-radius: 4px;
    margin-right: 20px;
}

.ct_list_tt {
    min-height: 1000px;
    background-color: #fff;
}

    .ct_list_tt ul li {
        width: 100%;
        height: 120px;
        cursor: pointer;
    }

        .ct_list_tt ul li h4 {
            margin-left: 20px;
            font-size: 15px;
            line-height: 26px;
            color: #333;
            width: 52.5%;
            float: left;
            font-weight: normal;
            padding-top: 22px;
        }

            .ct_list_tt ul li h4 span {
                color: #999;
                font-size: 12px;
            }

                .ct_list_tt ul li h4 span .yigoumai {
                    color: #999;
                    font-size: 12px;
                    font-weight: normal;
                    padding-left: 30px;
                }

            .ct_list_tt ul li h4 .jiage {
                color: #f02c36;
                font-size: 16px;
                font-weight: normal;
            }

                .ct_list_tt ul li h4 .jiage span {
                    color: #999;
                    font-size: 12px;
                    padding-left: 16px;
                    text-decoration: line-through;
                }

        .ct_list_tt ul li img {
            float: left;
            padding-top: 24px;
            padding-left: 24px;
        }

    .ct_list_tt ul .meirilianx {
        background-color: #fff;
        border-bottom: 1px solid#f5f5f5;
    }

    .ct_list_tt ul li p span {
        color: #ff6600 !important;
    }

    .ct_list_tt li p {
        float: left;
        line-height: 120px;
        color: #999;
        text-align: center;
        padding-left: 30px;
    }

    .ct_list_tt li > a {
        background: #ff4d4d;
        color: #fff;
        float: right;
        margin-top: 44px;
        font-size: 13px;
        border-radius: 50px;
        margin-right: 24px;
        padding: 6px 12px;
        width: 76px;
        text-align: center;
    }


/*高频考点*/
.ct_dh_h {
    width: 100%;
    border-top: 1px solid #f5f5f5;
    background-color: #fff;
}

    .ct_dh_h li {
        float: left;
        font-size: 16px;
        text-align: center;
        width: 12.5%;
    }

        .ct_dh_h li a:hover, .ct_dh li a:focus {
            background: none;
        }

        .ct_dh_h li a {
            padding: 20px 0;
            height: 100%;
            width: 100%;
        }

            .ct_dh_h li a img {
                margin-bottom: 8px;
                margin-right: 4px;
            }

            .ct_dh_h li a .hot {
                position: absolute;
                top: -10px;
                left: 70px;
            }

    .ct_dh_h .active a {
        color: #ff4d4d;
        background: none;
        padding: 20px 0;
    }

    .ct_dh_h .active::after {
        content: " ";
        border-bottom: 4px solid#f02c36;
        display: block;
        width: 30px;
        margin: 0 auto;
        border-radius: 10px;
    }

.ctj_info .tab-content_t {
    width: 100%;
    margin-bottom: 60px;
    border-top: 1px solid#f7f7f7;
    margin-top: 0px;
}

.ctj_info .lxjl_l {
    padding: 24px 30px;
    background-color: #fff;
}

.ctj_info .lxjl_l_bj {
    padding: 14px;
    background-color: #f9f9f9;
}

.ctj_info .lxjl_l p {
    color: #666;
    font-size: 14px;
    display: inline-block;
}

    .ctj_info .lxjl_l p img {
        padding-right: 10px;
    }

.ctj_info .lxjl_l a {
    color: #fff;
    font-size: 14px;
    background-color: #FF484B;
    float: right;
    padding: 4px 16px;
    border-radius: 20px;
}

    .ctj_info .lxjl_l a img {
        vertical-align: baseline;
        padding-right: 6px;
    }

.ct_dht_ttt {
    width: 100%;
    height: 42px;
    background: #ffffff;
    border-bottom: 1px solid#f7f7f7;
}

    .ct_dht_ttt p {
        width: 56%;
        float: left;
        line-height: 42px;
        text-align: center;
        color: #666;
    }

    .ct_dht_ttt .zql {
        width: 60px;
        margin-left: 25px;
    }

    .ct_dht_ttt .ct_cts {
        width: 14%;
        float: left;
    }

.ct_list_ttt {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    padding: 0 24px 24px;
}

    .ct_list_ttt ul li {
        width: 100%;
        height: 64px;
        border-bottom: 1px dashed #e8e8e8;
        cursor: pointer;
    }

        .ct_list_ttt ul li h3 {
            font-size: 14px;
            font-weight: normal;
            line-height: 60px;
            width: 56%;
            float: left;
        }

            .ct_list_ttt ul li h3 img {
                margin-right: 10px;
                margin-bottom: 2px;
            }

        .ct_list_ttt ul li h4 {
            margin-left: 28px;
            font-size: 14px;
            line-height: 28px;
            color: #666;
            width: 52.5%;
            float: left;
            font-weight: normal;
            padding-top: 3px;
        }

            .ct_list_ttt ul li h4 span {
                color: #999;
                font-size: 12px;
            }

                .ct_list_ttt ul li h4 span .fa-star {
                    color: #f02c36;
                    padding-left: 2px;
                }

                    .ct_list_ttt ul li h4 span .fa-star:first-child {
                        padding-left: 12px;
                    }

                .ct_list_ttt ul li h4 span .fa-star1 {
                    color: #ffe4e5;
                }

        .ct_list_ttt ul li p span {
            color: #ff6600 !important;
        }

        .ct_list_ttt ul li .ct_st {
            background: url(../images/icon_misj1.png) no-repeat center left 10px;
        }

    .ct_list_ttt li:hover .ct_st {
        background: url(../images/icon_misj1_s.png) no-repeat center left 10px !important;
    }

    .ct_list_ttt li p {
        width: 15%;
        float: left;
        line-height: 60px;
        color: #999;
        text-align: center;
    }

    .ct_list_ttt li > .example {
        border: 1px solid #e2e2e2;
        background: #f5f5f5;
        border-radius: 4px;
    }

    .ct_list_ttt li > a {
        width: 75px;
        height: 30px;
        display: block;
        float: right;
        line-height: 30px;
        color: #666;
        margin-top: 14px;
        text-align: center;
        font-size: 13px;
    }

        .ct_list_ttt li > a .fa-lock {
            padding-right: 6px;
            font-size: 16px;
        }

    .ct_list_ttt li > .ckct {
        margin-right: 80px;
    }

    .ct_list_ttt li > a:hover {
        background: #ff4d4d;
        border: 1px solid #ff4d4d;
        color: #fff;
    }


/*易错易混*/
.ctj_info .lxjl_ll {
    padding: 24px 30px;
    background-color: #fff;
    margin-bottom: 12px;
}

    .ctj_info .lxjl_ll p {
        color: #333;
        font-size: 15px;
        display: inline-block;
    }

    .ctj_info .lxjl_ll b {
        color: #ff4d4d;
        font-size: 24px;
        padding-left: 8px;
        font-weight: normal;
    }

    .ctj_info .lxjl_ll p span {
        color: #333;
        font-size: 24px;
        padding: 0 8px;
    }

    .ctj_info .lxjl_ll p img {
        padding-right: 10px;
    }

    .ctj_info .lxjl_ll .qcjl {
        float: right;
    }

    .ctj_info .lxjl_ll .qcztjl_ctcz {
        line-height: 34px;
        padding-right: 30px;
        color: #666;
    }

        .ctj_info .lxjl_ll .qcztjl_ctcz .fa-times-circle-oo {
            background-image: url("../images/icons_v9.png");
            width: 16px;
            height: 16px;
            background-position: 0px -224px;
            margin-right: 6px;
            vertical-align: middle;
        }

    .ctj_info .lxjl_ll .qcztjl_ctczz .fa-times-circle-ooo {
        background-image: url("../images/icons_v9.png");
        width: 16px;
        height: 16 px;
        background-position: 0px -203px;
        margin-right: 6px;
        vertical-align: middle;
    }

    .ctj_info .lxjl_ll a {
        color: #fff;
        font-size: 14px;
        background-color: #FF484B;
        float: right;
        padding: 4px 16px;
        border-radius: 20px;
    }

        .ctj_info .lxjl_ll a img {
            vertical-align: baseline;
            padding-right: 6px;
        }

/*VIP题库*/
.ct_list_tttt {
    min-height: 1000px;
    background-color: #fff;
}

/*我的收藏页面*/
.tiku_left .tkms .tab-pane_e {
    width: 100%;
    overflow: hidden;
    min-height: 750px;
}

    .tiku_left .tkms .tab-pane_e .lbtj {
        width: 100%;
        height: 40px;
        line-height: 40px;
        background: #fff;
        margin-bottom: 1px;
        color: #999;
    }

        .tiku_left .tkms .tab-pane_e .lbtj p span {
            width: calc(100% - 300px);
            display: block;
            float: left;
            text-align: center;
        }

        .tiku_left .tkms .tab-pane_e .lbtj p {
            padding: 0 30px;
        }

            .tiku_left .tkms .tab-pane_e .lbtj p b {
                width: 80px;
                display: block;
                float: left;
                font-weight: normal;
                text-align: center;
            }

    .tiku_left .tkms .tab-pane_e .personal-mcon-left {
        min-height: 650px;
        background: #fff;
        padding-bottom: 20px;
    }

        .tiku_left .tkms .tab-pane_e .personal-mcon-left > ul {
            width: 100%;
            overflow: hidden;
        }

            .tiku_left .tkms .tab-pane_e .personal-mcon-left > ul li {
                width: 100%;
                height: 74px;
                border-bottom: 1px dashed #e8e8e8;
                line-height: 58px;
                background: #fff;
                font-size: 14px;
                padding: 0;
                cursor: pointer;
            }

    .tiku_left .tkms .tab-pane_e .mryl {
        min-height: 650px;
        background: #fff;
        padding: 5px 30px;
    }

        .tiku_left .tkms .tab-pane_e .mryl .mrlx_nav {
            width: 100%;
            border-bottom: 1px solid #e5e5e5;
            display: flow-root;
            padding-bottom: 20px;
        }

            .tiku_left .tkms .tab-pane_e .mryl .mrlx_nav li {
                float: left;
                text-align: center;
                border: none;
                margin-right: 1%;
                padding-top: 10px;
                width: 8.1%;
            }

                .tiku_left .tkms .tab-pane_e .mryl .mrlx_nav li:nth-child(10n) {
                    margin-right: 0;
                }

                .tiku_left .tkms .tab-pane_e .mryl .mrlx_nav li a {
                    width: 100%;
                    height: 100%;
                    line-height: 30px;
                    padding: 6px 10px;
                    border-radius: 50px;
                    background-color: #f2f2f2;
                    color: #666;
                }

                .tiku_left .tkms .tab-pane_e .mryl .mrlx_nav li img {
                    margin-right: 8px;
                    float: left;
                    margin-top: 15px;
                }

            .tiku_left .tkms .tab-pane_e .mryl .mrlx_nav .active a {
                color: #fff;
                background: linear-gradient(to right,#ff515a,#ff7945);
            }

    .tiku_left .tkms .tab-pane_e .lx_list {
        width: 100%;
        padding-top: 10px;
    }

.tkms .nav_v {
    padding: 10px 30px;
    height: auto !important;
    width: 100%;
    background: #fff;
    margin-bottom: 12px;
}

.tkms .nav .lxjl_ll {
    background-color: #fff;
}

    .tkms .nav .lxjl_ll p {
        color: #333;
        font-size: 14px;
        display: inline-block;
    }

        .tkms .nav .lxjl_ll p span {
            color: #333;
            font-size: 24px;
            padding-right: 8px;
        }

        .tkms .nav .lxjl_ll p b {
            color: #ff4d4d;
            font-size: 24px;
            padding-left: 8px;
            font-weight: normal;
        }

        .tkms .nav .lxjl_ll p img {
            padding-right: 10px;
        }

    .tkms .nav .lxjl_ll .qcjl {
        float: right;
    }

    .tkms .nav .lxjl_ll .qcztjl_ctcz {
        line-height: 34px;
        padding-right: 30px;
        color: #666;
    }

        .tkms .nav .lxjl_ll .qcztjl_ctcz .fa-times-circle-oo {
            background-image: url("../images/icons_v9.png");
            width: 16px;
            height: 20px;
            background-position: 0px -243px;
            margin-right: 6px;
            vertical-align: middle;
        }

.ct_list_c {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
}

    .ct_list_c ul li h3 {
        line-height: 35px !important;
    }

        .ct_list_c ul li h3 span {
            color: #999;
            font-size: 12px;
            padding-left: 30px;
        }

        .ct_list_c ul li h3 img {
            margin-right: 10px;
            margin-bottom: 2px;
        }

    .ct_list_c ul li h4 {
        margin-left: 28px;
        font-size: 14px;
        line-height: 28px;
        color: #666;
        width: 52.5%;
        float: left;
        font-weight: normal;
        padding-top: 3px;
    }

        .ct_list_c ul li h4 span {
            color: #999;
            font-size: 12px;
        }



    .ct_list_c li > .example {
        border: 1px solid #e2e2e2;
        background: #f5f5f5;
        border-radius: 4px;
        margin-top: 22px !important;
    }

    .ct_list_c li > a .fa-lock {
        padding-right: 6px;
        font-size: 16px;
    }


/*做题纪录*/
.tkms .nav .lxjl_ll .gonggao {
    color: #666;
    font-size: 13px;
    display: inline-block;
    line-height: 34px;
}

    .tkms .nav .lxjl_ll .gonggao .fa-volume-up {
        color: #ff5857;
        font-size: 16px;
        padding-right: 6px;
    }

.tkms .nav .lxjl_ll .qcztjl_q {
    padding-right: 0px;
}

/*我的答疑页面*/
.ztjlq {
    width: 100%;
    background: #fff;
    min-height: 770px;
    padding: 15px 30px 40px;
    float: left;
    margin-bottom: 60px;
}

    .ztjlq ul li {
        width: 100%;
        padding: 18px 0;
        border-bottom: 1px solid #eee;
        overflow: hidden;
    }

    .ztjlq .wddy_tw {
        width: 100%;
        display: flex;
        padding-bottom: 16px;
    }

    .ztjlq .tmlb {
        width: calc(100% - 180px);
        overflow: hidden;
        float: left;
        height: 100%;
    }

        .ztjlq .tmlb img {
            float: left; /*padding-right: 16px;*/
            width: 100%;
        }

        .ztjlq .tmlb h3 {
            font-size: 14px;
            padding-top: 10px;
            font-weight: normal;
            color: #333;
        }

        .ztjlq .tmlb p {
            font-size: 12px;
            color: #ff9002;
        }

            .ztjlq .tmlb p span {
                color: #999;
                padding-left: 20px;
            }

    .ztjlq .twjieda {
        background-color: #f9f9f9;
        padding: 20px;
        margin: 10px 0px 0px 50px;
    }

        .ztjlq .twjieda p {
            font-size: 14px;
            color: #666;
        }

        .ztjlq .twjieda img {
            width: 24px;
            margin-right: 10px;
        }

        .ztjlq .twjieda .dyls {
            display: inline;
            float: left;
        }

    .ztjlq .tmlb_right {
        width: 180px;
        float: right;
        height: 100%;
        text-align: right;
        line-height: 42px;
    }

        .ztjlq .tmlb_right a {
            width: 80px;
            height: 30px;
            display: block;
            text-align: center;
            line-height: 30px;
            float: right;
            padding: 0;
            font-size: 12px;
            margin-top: 5px;
            margin-right: 18px;
            color: #999;
        }

            .ztjlq .tmlb_right a:hover {
                color: #ff4d4d;
                text-decoration: underline;
            }

        .ztjlq .tmlb_right .cxcs {
            border: 1px solid #999;
            color: #999;
            border-radius: 50px;
            margin-right: 0;
        }

        .ztjlq .tmlb_right .cxcs_s {
            color: #ff4d4d;
            border: 1px solid #ff4d4d;
            border-radius: 50px;
            margin-right: 0;
        }

        .ztjlq .tmlb_right .cxcs:hover {
            color: #fff;
            background: #ff4d4d;
            border: 1px solid #ff4d4d;
            text-decoration: none;
        }

/*试卷详情页面*/
.qzmy_kslx {
    width: 100%;
    margin-top: 10px;
    display: inline-block;
}

    .qzmy_kslx .xmxz {
        width: 100%;
        background: #fff;
        float: left;
        border-bottom: 1px solid #eee;
        padding: 30px;
    }

        .qzmy_kslx .xmxz img {
            display: inline-block;
            float: left;
        }

        .qzmy_kslx .xmxz .kslx_t {
            display: inline-block;
            padding-left: 30px;
            line-height: 60px;
        }

            .qzmy_kslx .xmxz .kslx_t h4 {
                font-size: 22px;
                color: #333;
                font-weight: normal;
            }

            .qzmy_kslx .xmxz .kslx_t p {
                font-size: 14px;
                color: #999;
            }

                .qzmy_kslx .xmxz .kslx_t p span {
                    color: #333;
                    padding: 0px 50px 0px 10px;
                }

            .qzmy_kslx .xmxz .kslx_t a {
                padding: 8px 40px;
                color: #fff;
                border-radius: 6px;
                margin-right: 20px;
            }

            .qzmy_kslx .xmxz .kslx_t .a1 {
                background: linear-gradient(to right,#ff8400,#ffa03b);
            }

            .qzmy_kslx .xmxz .kslx_t .a2 {
                background: linear-gradient(to right,#ff684b,#ff343e);
            }

            .qzmy_kslx .xmxz .kslx_t .a3 {
                background: linear-gradient(to right,#ff684b,#ff7234);
            }


    .qzmy_kslx .xmfl {
        width: 100%;
        background: #fff;
        float: left;
        border-top: none;
    }

        .qzmy_kslx .xmfl .kemu {
            padding-left: 30px;
            width: 85px;
            height: 100%;
            overflow: hidden;
            float: left;
            font-size: 15px;
            color: #666;
            line-height: 52px;
        }

        .qzmy_kslx .xmfl .kmlb {
            display: inline-block;
            vertical-align: middle;
        }

            .qzmy_kslx .xmfl .kmlb ul li {
                float: left;
                font-size: 14px;
                padding-top: 10px;
            }

                .qzmy_kslx .xmfl .kmlb ul li a {
                    padding: 3px 10px;
                    margin: 0 8px;
                    border: 1px #f9fbfd solid;
                    color: #666;
                }

            .qzmy_kslx .xmfl .kmlb ul .kemu_s::after {
                content: " ";
                border-bottom: 2px #ff4646 solid;
                display: block;
                width: 40px;
                padding-top: 10px;
                margin: 0 auto;
            }

            .qzmy_kslx .xmfl .kmlb .kemu_s a {
                color: #ff4d4d;
            }

    .qzmy_kslx .tkms {
        width: 100%;
        float: left;
        margin-top: 12px;
        margin-bottom: 80px;
    }

        .qzmy_kslx .tkms > ul {
            width: 100%;
            height: 48px;
            background: #fff;
            margin-bottom: 12px;
        }

            .qzmy_kslx .tkms > ul li {
                width: 130px;
                height: 48px;
                line-height: 48px;
                text-align: center;
                font-size: 16px;
                float: left;
            }

                .qzmy_kslx .tkms > ul li a {
                    padding: 0;
                    width: 100%;
                    height: 100%;
                    display: block;
                    border-right: 1px solid #eee;
                }

                    .qzmy_kslx .tkms > ul li a:hover, .qzmy_kslx .tkms > ul li a:focus {
                        background: #fff;
                    }

        .qzmy_kslx .tkms ul .active a {
            background: #ff4d4d;
            color: #fff;
        }

            .qzmy_kslx .tkms ul .active a:hover, qzmy_kslx .tkms ul .active a:focus {
                background: #ff4d4d;
            }

        .qzmy_kslx .tkms .tab-pane {
            width: 100%;
            overflow: hidden;
            min-height: 750px;
        }

            .qzmy_kslx .tkms .tab-pane .lbtj {
                width: 100%;
                height: 40px;
                line-height: 40px;
                background: #fff;
                margin-bottom: 1px;
                color: #999;
            }

                .qzmy_kslx .tkms .tab-pane .lbtj p span {
                    width: calc(100% - 300px);
                    display: block;
                    float: left;
                    text-align: center;
                }

                .qzmy_kslx .tkms .tab-pane .lbtj p {
                    padding: 0 30px;
                }

                    .qzmy_kslx .tkms .tab-pane .lbtj p b {
                        width: 80px;
                        display: block;
                        float: left;
                        font-weight: normal;
                        text-align: center;
                    }

            .qzmy_kslx .tkms .tab-pane .personal-mcon-left {
                min-height: 650px;
                background: #fff;
                padding-bottom: 20px;
            }

                .qzmy_kslx .tkms .tab-pane .personal-mcon-left > ul {
                    width: 100%;
                    overflow: hidden;
                }

                    .qzmy_kslx .tkms .tab-pane .personal-mcon-left > ul li {
                        width: 100%;
                        height: 64px;
                        border-bottom: 1px dashed #e8e8e8;
                        line-height: 58px;
                        background: #fff;
                        font-size: 14px;
                        padding: 0 30px;
                        cursor: pointer;
                    }

                        .qzmy_kslx .tkms .tab-pane .personal-mcon-left > ul li h3 {
                            width: calc(100% - 300px);
                            float: left;
                            font-size: 14px;
                            font-weight: normal;
                            line-height: 58px;
                        }

                            .qzmy_kslx .tkms .tab-pane .personal-mcon-left > ul li h3 img {
                                margin-right: 10px;
                                margin-bottom: 3px;
                            }

                        .qzmy_kslx .tkms .tab-pane .personal-mcon-left > ul li p {
                            width: calc(100% - 300px);
                            float: left;
                        }

                        .qzmy_kslx .tkms .tab-pane .personal-mcon-left > ul li .zts {
                            width: 80px;
                            text-align: center;
                            color: #999;
                            float: left;
                        }

                            .qzmy_kslx .tkms .tab-pane .personal-mcon-left > ul li .zts span {
                                color: #ff6600;
                            }

                        .qzmy_kslx .tkms .tab-pane .personal-mcon-left > ul li p img {
                            margin-left: 28px;
                            margin-right: 16px;
                            margin-bottom: 3px;
                        }

                        .qzmy_kslx .tkms .tab-pane .personal-mcon-left > ul li > a {
                            width: 75px;
                            height: 30px;
                            border-radius: 3px;
                            border: 1px solid #e2e2e2;
                            background: #f5f5f5;
                            float: right;
                            line-height: 30px;
                            color: #333;
                            margin-top: 16px;
                            text-align: center;
                            font-size: 13px;
                        }

                            .qzmy_kslx .tkms .tab-pane .personal-mcon-left > ul li > a:hover {
                                background: #ff4d4d;
                                border: #ff4d4d 1px solid;
                                color: #fff;
                            }

            .qzmy_kslx .tkms .tab-pane .page {
                width: 100%;
                height: 58px;
                line-height: 58px;
                margin-top: 10px;
            }

                .qzmy_kslx .tkms .tab-pane .page p {
                    text-align: center;
                }

                    .qzmy_kslx .tkms .tab-pane .page p a {
                        padding: 3px 7px;
                        border: #ddd 1px solid;
                        border-radius: 2px;
                        background: none;
                        color: #333;
                        margin: 0 1px;
                    }

                        .qzmy_kslx .tkms .tab-pane .page p a:hover {
                            background: #ff4d4d;
                            color: #fff;
                            border: 1px solid #ff4d4d;
                        }

                    .qzmy_kslx .tkms .tab-pane .page p input {
                        width: 24px;
                        height: 24px;
                        line-height: 24px;
                        border-radius: 2px;
                        border: 1px solid #ddd;
                        margin-right: 3px;
                    }

                    .qzmy_kslx .tkms .tab-pane .page p span {
                        margin: 0 5px;
                    }

                .qzmy_kslx .tkms .tab-pane .page .fytz {
                    line-height: 24px;
                    background: #f9f9f9;
                    width: 30px;
                }

                    .qzmy_kslx .tkms .tab-pane .page .fytz:hover {
                        background: #ff4d4d;
                        border: 1px solid #ff4d4d;
                        color: #fff;
                    }

    .qzmy_kslx .kstx {
        width: 100%;
        padding: 15px 30px;
        overflow: hidden;
        float: left;
        margin-top: 12px;
        background-color: #fff;
    }

        .qzmy_kslx .kstx p {
            font-size: 16px;
        }

            .qzmy_kslx .kstx p i {
                border-left: 4px solid#ff4242;
                border-radius: 10px;
                height: 19px;
                display: inline-block;
                vertical-align: sub;
                margin-right: 10px;
            }

    .qzmy_kslx .zwf {
        height: 12px;
        width: 100%;
        float: left;
    }

    .qzmy_kslx .kszt {
        width: 100%;
        padding: 20px 0 0;
        float: left;
        background: #fff;
    }

    .qzmy_kslx .ksms {
        min-height: 200px;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .qzmy_kslx .kszt .kstm {
        padding: 0 35px 20px;
        position: relative;
    }

        .qzmy_kslx .kszt .kstm > p {
            font-size: 15px;
            line-height: 28px;
            text-align: justify;
            padding-bottom: 5px;
            color: #666;
        }

            .qzmy_kslx .kszt .kstm > p span {
                color: #ff4d4d;
                font-weight: bold;
            }

        .qzmy_kslx .kszt .kstm ul {
            width: 100%;
            overflow: hidden;
        }

            .qzmy_kslx .kszt .kstm ul li {
                padding-left: 46px;
                background: url(../images/icon_dx_k.png) no-repeat left 5px top 8px;
                margin-bottom: 10px;
                min-height: 37px;
                line-height: 36px;
                cursor: pointer;
            }

.con .bx .tkms2 {
    padding-top: 8px
}

.tkms .tab-content .ztjlq ul li .dianzan {
    padding-left: 56px;
    color: #999;
}

    .tkms .tab-content .ztjlq ul li .dianzan .fa-thumbs-o-up {
        padding-right: 6px;
    }

.tkms .tab-content .ztjlq .more {
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-top: 20px;
}

    .tkms .tab-content .ztjlq .more a:hover {
        color: #ff4d4d;
    }

.ztjlq .pics {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
}

.ymdaohang {
    padding-top: 10px;
}

    .ymdaohang p {
        font-size: 13px;
        color: #999;
    }





/*实时轮播图样式*/
.ft-carousel {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
}

    .ft-carousel .carousel-inner .carousel-item {
        float: left;
        height: 100%;
    }

    .ft-carousel .carousel-item img {
        width: 100%;
    }

    .ft-carousel .carousel-indicators {
        position: absolute;
        left: 12px;
        bottom: 5px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

        .ft-carousel .carousel-indicators span {
            display: inline-block;
            width: 6px;
            height: 6px;
            background-color: #fff;
            margin: 0 4px;
            border-radius: 50%;
            cursor: pointer;
        }

            .ft-carousel .carousel-indicators span.active {
                background-color: #de3a3a;
            }

    .ft-carousel .carousel-btn {
        position: absolute;
        top: 50%;
        width: 50px;
        height: 45px;
        margin-top: -25px;
        cursor: pointer;
    }

    .ft-carousel .carousel-prev-btn {
        left: 0;
    }

    .ft-carousel .carousel-next-btn {
        right: 0;
    }


/*练习模式页面样式*/
.tiku_lxms {
    width: calc(100% - 293px);
    float: left;
    margin-top: 10px;
}

    .tiku_lxms img {
        max-width: 100%;
    }

    .tiku_lxms .kszt {
        width: 100%;
        padding: 20px 0;
        float: left;
        background: #fff;
        min-height: 525px;
    }

    .tiku_lxms .ksms {
        min-height: 200px;
        padding-bottom: 10px;
        margin-bottom: 12px;
    }

    .tiku_lxms .kszt .kstm {
        padding: 0 35px 20px;
        position: relative;
    }

        .tiku_lxms .kszt .kstm > p {
            font-size: 15px;
            line-height: 28px;
            text-align: justify;
            padding-bottom: 15px;
            color: #666;
        }

            .tiku_lxms .kszt .kstm > p span {
                color: #ff7d2f;
            }

.tiku_xms .kszt .kstm ul {
    width: 100%;
    overflow: hidden;
}

.tiku_lxms .kszt .kstm ul li {
    padding-left: 46px;
    background: url(../images/icon_dx_k.png) no-repeat left 5px top 8px;
    margin-bottom: 10px;
    min-height: 37px;
    line-height: 36px;
    cursor: pointer;
}

    .tiku_lxms .kszt .kstm ul li p {
        font-size: 14px;
        padding-left: 25px;
        position: relative;
    }

        .tiku_lxms .kszt .kstm ul li p span {
            color: #999;
            position: absolute;
            top: 0;
            left: 3px;
        }

.tiku_lxms .kszt .kstm .bdxxz li {
    background: url(../images/icon_bdx_n.png) no-repeat left 5px top 8px;
}

.tiku_lxms .kszt .kstm .bdxxz .dx_zjxz {
    background: url(../images/icon_bdx_s.png) no-repeat left 5px top 8px;
}

.tiku_lxms .kszt .kstm .bdxxz .dx_wxd {
    background: url(../images/icon_dx_wxd.png) no-repeat left 0 top 0;
}

.tiku_lxms .kszt .kstm .bdxxz .dx_yxd {
    background: url(../images/icon-bdx_yxd.png) no-repeat left 0 top 0;
}

.tiku_lxms .kszt .kstm .xzda {
    background: url(../images/icon_dx_s.png) no-repeat left 5px top 8px;
}

.tiku_lxms .kszt .kstm .zqda {
    background: url(../images/icon_dx_z.png) no-repeat left 5px top 8px;
}

.tiku_lxms .kszt .kstm .dapd {
    position: absolute;
    top: 2px;
    left: 0;
}

.tiku_lxms .kszt .dtgj {
    width: 100%;
    height: 36px;
    margin-bottom: 10px;
    padding: 0 30px;
}

    .tiku_lxms .kszt .dtgj ul li {
        float: right;
        padding-left: 25px;
        line-height: 36px;
        cursor: pointer;
        background: none;
    }

        .tiku_lxms .kszt .dtgj ul li img {
            margin-right: 5px;
            float: left;
            padding-top: 10px;
        }

        .tiku_lxms .kszt .dtgj ul li input {
            width: 100px;
            text-align: center;
            color: #333;
            border: none;
            height: 36px;
            outline: none;
            background-color: inherit;
        }

            .tiku_lxms .kszt .dtgj ul li input:hover {
                color: #333;
                outline: none;
            }

    .tiku_lxms .kszt .dtgj ul .dapd {
        float: left;
        padding-left: 10px;
        line-height: normal;
    }

        .tiku_lxms .kszt .dtgj ul .dapd p {
            background-color: #ffece9;
            color: #f02c2c;
            padding: 10px 16px;
            border-radius: 8px;
        }

            .tiku_lxms .kszt .dtgj ul .dapd p .fa-times {
                padding-right: 4px;
            }

.tiku_lxms .queding {
    width: 90px;
    height: 36px;
    border-radius: 4px;
    background: #eee;
    border: 1px solid #ddd;
    margin: 5px auto;
    display: block;
    text-align: center;
    line-height: 36px;
}

/*答案解析*/
.tiku_lxms .kszt .dajx {
    width: 100%;
}

    .tiku_lxms .kszt .dajx .zqda {
        width: 100%;
        /*        height: 54px;*/
        border-bottom: 1px solid #f0f3f5;
        /*        border-top: 1px solid #f0f3f5;*/
        line-height: 30px;
        background: #f9f9f9;
        padding: 10px 30px;
        font-size: 14px;
    }

        .tiku_lxms .kszt .dajx .zqda span {
            padding-right: 20px;
        }

        .tiku_lxms .kszt .dajx .zqda .zqda_s {
            color: #4ad78e;
        }

        .tiku_lxms .kszt .dajx .zqda .nddn {
            color: #f05c00;
        }

    .tiku_lxms .kszt .dajx .jxnr {
        padding: 20px 35px 0;
    }

        .tiku_lxms .kszt .dajx .jxnr ul li {
            padding-bottom: 18px;
            background: none;
        }

        .tiku_lxms .kszt .dajx .jxnr ul .jbj_bx {
            width: 20%;
            float: left;
        }

        .tiku_lxms .kszt .dajx .jxnr .jxnr_bt {
            width: 15%;
            float: left;
            height: 100%;
            color: #999;
            line-height: 24px;
        }

            .tiku_lxms .kszt .dajx .jxnr .jxnr_bt img {
                float: left;
                margin-top: 4px;
                margin-right: 10px;
            }

        .tiku_lxms .kszt .dajx .jxnr .jxnr_info p {
            line-height: 24px;
            color: #666;
        }

            .tiku_lxms .kszt .dajx .jxnr .jxnr_info p .fa-star {
                margin-right: 5px;
                color: #f02c2c;
            }

            .tiku_lxms .kszt .dajx .jxnr .jxnr_info p .fa-star1 {
                color: #ffe4e5;
            }

            .tiku_lxms .kszt .dajx .jxnr .jxnr_info p span {
                color: #f05c00;
            }

        .tiku_lxms .kszt .dajx .jxnr .jxnr_info .shipin {
            width: 236px;
            height: 132px;
            margin-bottom: 15px;
        }

        .tiku_lxms .kszt .dajx .jxnr .active .jxnr_info .jbj {
            width: 120px;
            height: 40px;
            background: #ff4d4d url(../images/icon_jbj_s.png) no-repeat center left 20px;
            color: #fff;
            border-radius: 50px;
            text-align: center;
            line-height: 40px;
            padding-left: 25px;
            cursor: pointer;
            display: inline-block;
            margin-right: 40px;
        }

        .tiku_lxms .kszt .dajx .jxnr .jxnr_info .jbj {
            width: 120px;
            height: 40px;
            background: #ffe9e6 url(../images/icon_jbj_n.png) no-repeat center left 20px;
            color: #f02c2c;
            border-radius: 50px;
            text-align: center;
            line-height: 40px;
            padding-left: 25px;
            cursor: pointer;
            display: inline-block;
            margin-right: 40px;
        }

        .tiku_lxms .kszt .dajx .jxnr .active .jxnr_info .jbj1 {
            background: #ff4d4d url(../images/icon_jbjn_s.png) no-repeat center left 20px;
        }

        .tiku_lxms .kszt .dajx .jxnr .jxnr_info .jbj1 {
            width: 120px;
            height: 40px;
            background: #ffe9e6 url(../images/icon_jbjn_n.png) no-repeat center left 20px;
            border-radius: 50px;
            text-align: center;
            line-height: 40px;
            padding-left: 25px;
            color: #ff4d4d;
            cursor: pointer;
            display: inline-block;
        }

        .tiku_lxms .kszt .dajx .jxnr ul li textarea {
            width: 100%;
            height: 110px;
            background: #f9f9f9;
            border: 1px solid #eee;
            padding: 10px;
            outline: none;
        }

        .tiku_lxms .kszt .dajx .jxnr ul li p a {
            width: 90px;
            height: 36px;
            background: linear-gradient(to right,#ff515a,#ff7945);
            color: #fff;
            border-radius: 3px;
            text-align: center;
            line-height: 36px;
            float: right;
            margin-top: 10px;
        }

        .tiku_lxms .kszt .dajx .jxnr ul li p {
            overflow: hidden;
        }

        .tiku_lxms .kszt .dajx .jxnr .sqbj {
            padding: 5px 15px;
            border: 1px solid #ddd;
            text-align: center;
            font-size: 12px;
            color: #ff4d4d;
            line-height: 30px;
            cursor: pointer;
        }

            .tiku_lxms .kszt .dajx .jxnr .sqbj img {
                margin-left: 5px;
                margin-bottom: 3px;
            }

.tiku_lxms .ztfy {
    width: 100%;
    height: 56px;
    float: left;
}

    .tiku_lxms .ztfy ul li {
        width: 50%;
        height: 56px;
        line-height: 56px;
        text-align: center;
        background: #f9f9f9;
        float: left;
        cursor: pointer;
        border: 1px solid #eee;
    }

    .tiku_lxms .ztfy img {
        margin: 0 10px;
        margin-bottom: 2px;
    }

    .tiku_lxms .ztfy ul li:hover {
        background: #f9fbfd;
    }

.tiku_lxms .ckjx {
    min-height: 780px;
    margin-bottom: 12px;
    margin-top: 20px;
}

/*做题右侧*/
.tiku_right .csjd {
    width: 100%;
    height: 62px;
    background: #fff;
    float: left;
    padding: 0 15px;
    margin-bottom: 12px;
}

    .tiku_right .csjd p {
        text-align: center;
        padding-top: 13px;
        font-size: 16px;
    }

    .tiku_right .csjd .jdt {
        padding-top: 0;
    }

        .tiku_right .csjd .jdt img {
            width: 196px;
        }

        .tiku_right .csjd .jdt span {
            font-size: 12px;
            color: #999;
            margin-left: 10px;
        }

            .tiku_right .csjd .jdt span b {
                color: #ff4d4d;
            }

.tiku_right .ztxgj {
    width: 100%;
    background: #fff;
    float: left;
    margin-bottom: 12px;
}


.tiku_right .ztxgj .zt_time {
    height: 62px;
    width: 90%;
    margin: 0 auto;
    line-height: 62px;
    text-align: center;
    font-size: 20px;
    color: #ff6600;
    border-bottom: 1px solid #eee;
}

    .tiku_right .ztxgj .zt_time span {
        color: #999;
        padding-right: 5px;
        font-size: 20px;
    }

    .tiku_right .ztxgj .zt_time img {
        margin-right: 6px;
        margin-bottom: 6px;
    }

.tiku_right .ztxgj ul {
    width: 100%;
    position: relative;
}

    .tiku_right .ztxgj ul li {
        width: 33.3%;
        height: 90px;
        float: left;
        text-align: center;
        cursor: pointer;
    }

    .tiku_right .ztxgj ul .page {
        display: none;
        box-shadow: 0px 1px 4px #c3c3c3;
        border-radius: 8px;
    }

    .tiku_right .ztxgj ul li .fa-fhlb {
        background-image: url("../images/icons_v9.png");
        width: 27px;
        height: 27px;
        background-position: -44px -184px;
        margin-top: 20px;
    }

    .tiku_right .ztxgj ul li .fa-jsq {
        background-image: url("../images/icons_v9.png");
        width: 27px;
        height: 27px;
        background-position: -44px -211px;
        margin-top: 20px;
    }

    .tiku_right .ztxgj ul li .fa-sz {
        background-image: url("../images/icons_v9.png");
        width: 27px;
        height: 27px;
        background-position: -44px -250px;
        margin-top: 20px;
    }

    .tiku_right .ztxgj ul li img {
        margin-top: 19px;
        margin-bottom: 3px;
    }

.tiku_right .dtk {
    width: 100%;
    background: #fff;
    float: left;
}

    .tiku_right .dtk .dtk2 {
        width: 90%;
        margin: 0 auto;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        border-bottom: 1px solid #eee;
    }

    .tiku_right .dtk .xlh {
        width: 90%;
        margin: 0 auto;
        overflow: hidden;
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
        max-height: 520px;
        overflow-y: auto;
    }

        .tiku_right .dtk .xlh li {
            width: 23px;
            height: 23px;
            margin: 3px 4px;
            float: left;
            border-radius: 2px;
            border: 1px solid #e6e8ec;
            text-align: center;
            line-height: 23px;
            cursor: pointer;
            font-size: 12px;
        }

            .tiku_right .dtk .xlh li:hover {
                background: #eee;
            }

        .tiku_right .dtk .xlh .xtbt {
            width: 100%;
            /*height: 34px;
            line-height: 34px;*/
            float: left;
            margin-top: 15px;
            padding-left: 8px;
            background: url(../images/icon_xian1.png) no-repeat 0% 18%;
            background-size: 2px 12px;
        }

        .tiku_right .dtk .xlh .xx_zq {
            background: #4dc45b;
            color: #fff;
            border: #4dc45b;
        }

            .tiku_right .dtk .xlh .xx_zq:hover {
                background: #4dc45b;
            }

        .tiku_right .dtk .xlh .xx_cw {
            background: #ff513a;
            color: #fff;
            border: #ff513a;
        }

            .tiku_right .dtk .xlh .xx_cw:hover {
                background: #ff513a;
            }

        .tiku_right .dtk .xlh .xx_yz {
            background: #4dc45b;
            color: #fff;
            border: #4dc45b;
        }

            .tiku_right .dtk .xlh .xx_yz:hover {
                background: #4dc45b;
            }

    .tiku_right .dtk .dtk_info {
        border-bottom: none;
        font-size: 14px;
        height: auto;
        margin-bottom: 5px;
    }

        .tiku_right .dtk .dtk_info span {
            margin: 0 8px;
        }

            .tiku_right .dtk .dtk_info span img {
                margin-left: 5px;
                margin-bottom: 1px;
            }

    .tiku_right .dtk .fhlb {
        width: 88%;
        height: 42px;
        background: linear-gradient(to right,#ff515a,#ff7945);
        display: block;
        border-radius: 4px;
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 42px;
        margin: 0 auto 20px;
    }

.tiku_right .fa-stop1 {
    width: 80%;
    background-color: #f5f5f5;
    border-radius: 50px;
    height: 10px;
    vertical-align: middle;
    display: inline-flex;
}

.fa-stop1 .percent {
    width: 36.36px;
    display: inline-block;
    background: linear-gradient(to right,#ff515a,#ff7945);
    border-radius: 50px;
    height: 10px;
}
/*网友答疑*/
.tab-content .tab-pane_e .mryl .mrlx_na {
    border-bottom: 1px solid#f5f5f5;
    display: flow-root;
}

    .tab-content .tab-pane_e .mryl .mrlx_na li {
        display: inline-block;
        float: left;
        padding-bottom: 10px !important;
        padding-right: 40px
    }

    .tab-content .tab-pane_e .mryl .mrlx_na .active a {
        color: #ff4d4d;
        border-bottom: 2px solid#ff4d4d;
        padding-bottom: 10px;
    }

.ztjlqa {
    width: 100%;
    background: #fff;
}

    .ztjlqa ul li {
        width: 100%;
        padding: 18px 0;
        overflow: hidden;
        border-bottom: 1px solid#f5f5f5;
    }

.tab-content .syt_xyt {
    box-shadow: 1px -2px 4px #eee;
    width: 100%;
    display: inline-block;
    padding-top: 25px;
}

    .tab-content .syt_xyt p {
        width: 50%;
        float: left;
        text-align: center;
    }

        .tab-content .syt_xyt p .fa-angle-left {
            padding-right: 6px;
            font-size: 16px;
        }

        .tab-content .syt_xyt p .fa-angle-right {
            padding-left: 6px;
            font-size: 16px;
        }

.ztjlqa .wddy_tw {
    width: 100%;
}

.ztjlqa .pics {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    float: left;
    margin-right: 8px;
}

.ztjlqa .tmlb img {
    float: left;
    width: 100%;
}

.ztjlqa .tmlb h3 {
    font-size: 14px;
    padding-top: 10px;
    font-weight: normal;
    color: #333;
    line-height: 25px !important;
    display: flow-root;
    text-align: justify;
}

.ztjlqa .tmlb .dgzanba {
    padding-left: 44px;
    padding-top: 16px;
    color: #999;
    font-size: 13px;
}

    .ztjlqa .tmlb .dgzanba span {
        float: right;
        font-size: 16px;
    }

        .ztjlqa .tmlb .dgzanba span .fa-thumbs-o-up {
            padding-right: 6px;
        }

.ztjlqa .tmlb p {
    font-size: 12px;
    color: #ff9002;
}

    .ztjlqa .tmlb p span {
        color: #999;
        padding-left: 20px;
    }

.ztjlqa .twjieda {
    background-color: #f9f9f9;
    padding: 20px;
    margin: 10px 0px 0px 50px;
}

    .ztjlqa .twjieda p {
        font-size: 14px;
        color: #666;
    }

    .ztjlqa .twjieda img {
        width: 24px;
        margin-right: 10px;
    }

    .ztjlqa .twjieda .dyls {
        display: inline;
        float: left;
    }

.ztjlqa .tmlb_right {
    width: 180px;
    float: right;
    height: 100%;
    text-align: right;
    line-height: 42px;
}

    .ztjlqa .tmlb_right a {
        width: 80px;
        height: 30px;
        display: block;
        text-align: center;
        line-height: 30px;
        float: right;
        padding: 0;
        font-size: 12px;
        margin-top: 5px;
        margin-right: 18px;
        color: #999;
    }

        .ztjlqa .tmlb_right a:hover {
            color: #ff4d4d;
            text-decoration: underline;
        }

    .ztjlqa .tmlb_right .cxcs {
        border: 1px solid #999;
        color: #999;
        border-radius: 50px;
        margin-right: 0;
    }

    .ztjlqa .tmlb_right .cxcs_s {
        color: #ff4d4d;
        border: 1px solid #ff4d4d;
        border-radius: 50px;
        margin-right: 0;
    }

    .ztjlqa .tmlb_right .cxcs:hover {
        color: #fff;
        background: #ff4d4d;
        border: 1px solid #ff4d4d;
        text-decoration: none;
    }
/*开关按钮*/
[class|=switch] {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 22px;
    border-radius: 16px;
    line-height: 32px;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

.switch-on {
    border: 1px solid white;
    box-shadow: white 0px 0px 0px 16px inset;
    transition: border 0.4s, box-shadow 0.2s, background-color 1.2s;
    background-color: white;
    cursor: pointer;
}

.slider {
    position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    left: 0;
    top: 0;
}

.switch-on .slider {
    left: 28px;
    transition: background-color 0.4s, left 0.2s;
}

.switch-off {
    border: 1px solid #dfdfdf;
    transition: border 0.4s, box-shadow 0.4s;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(223, 223, 223) 0px 0px 0px 0px inset;
    cursor: pointer;
}

    .switch-off .slider {
        left: 0;
        transition: background-color 0.4s, left 0.2s;
    }

.switch-on.switch-disabled {
    opacity: .5;
    cursor: auto;
}

.switch-off.switch-disabled {
    background-color: #F0F0F0 !important;
    cursor: auto;
}

.page {
    width: 278px;
    margin: 0 auto;
    padding: 15px;
    background: white;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 100px;
}

.common-row {
    width: 100%;
    height: 40px;
}

.cell-left {
    width: 70%;
    height: 100%;
    float: left;
    line-height: 40px;
}

.cell-right {
    width: 30%;
    height: 100%;
    float: left;
    line-height: 40px;
}

.cell-right {
    text-align: right;
}

    .cell-right .jian {
        padding-right: 10px;
    }

    .cell-right a {
        font-size: 36px;
        color: #ff4d4d;
    }

.switch-on, .switch-off {
    margin-top: 9px;
}

textarea {
    width: 80%;
    border: none;
    outline: none;
    resize: none;
    font-size: 16px;
    height: auto;
    overflow: visible;
}

.hidden {
    display: none;
}

@media screen and (max-width: 800px) {
    .page {
        width: 100%;
        box-sizing: border-box;
    }
}

/*考试模式页面样式*/
.tiku_left .xmxz .navbar .dx_bdxxzt_clfxt {
    float: right;
    line-height: 62px
}

    .tiku_left .xmxz .navbar .dx_bdxxzt_clfxt ul li {
        float: left;
        padding-left: 20px;
    }

        .tiku_left .xmxz .navbar .dx_bdxxzt_clfxt ul li a {
            background-color: #f2f2f2;
            color: #666;
            border-radius: 50px;
            display: inline-block;
            width: 120px;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }

    .tiku_left .xmxz .navbar .dx_bdxxzt_clfxt ul .active a {
        background-color: #ff553f;
        color: #fff;
    }

.ymdaohang2 {
    padding: 10px 0 20px 0;
    font-size: 13px;
    color: #999;
}

.tiku_right .ztxgj .zt_time2 .zanting {
    font-size: 16px;
    float: right;
    color: #999;
}

.tiku_right .ztxgj .zt_time2 {
    height: 62px;
    width: 88%;
    margin: 0 auto;
    line-height: 62px;
    font-size: 20px;
    color: #ff6600;
    border-bottom: 1px solid #eee;
}

    .tiku_right .ztxgj .zt_time2 img {
        margin-right: 6px;
        margin-bottom: 6px;
    }

    .tiku_right .ztxgj .zt_time2 p {
        display: inline;
    }

.tiku_right .dtk2 p {
    text-align: left;
}

    .tiku_right .dtk2 p span {
        font-size: 14px;
        color: #666;
        padding-left: 6px;
    }

        .tiku_right .dtk2 p span b {
            font-weight: normal;
            color: #ff4d4d;
        }

.tiku_right .ztxgj2 {
    width: 100%;
    background: #fff;
    float: left;
    margin-bottom: 12px;
}

    .tiku_right .ztxgj2 ul {
        width: 100%;
        position: relative;
    }

        .tiku_right .ztxgj2 ul li {
            text-align: center;
        }

.ztxgj .bc_jj a {
    width: 88%;
    height: 42px;
    display: block;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 42px;
    margin: 0 auto 10px 20px;
}

.ztxgj .bc_jj .fhlb {
    background: linear-gradient(to right,#ff754b,#ff903f);
}

.ztxgj .bc_jj .fhlb2 {
    background: linear-gradient(to right,#ff3a44,#ff684b);
}

/*返回列表样式*/
.tiku_right .fh_ct .jc_zzc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 999;
}

.tiku_right .jsq_ct .jc_zzc {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 999;
}

.tiku_right .fh_ct .jj_info {
    width: 30%;
    padding-bottom: 20px;
    position: fixed;
    background: #fff;
    z-index: 1000;
    top: 0;
    left: 0;
    margin-left: 35%;
    margin-top: 250px;
    border-radius: 4px;
}

.tiku_right .jsq_ct .jj_info { /*width:35.76%;*/
    padding-bottom: 20px;
    position: fixed;
    background: #fff;
    z-index: 1000;
    top: 0;
    left: 0;
    margin-left: 32%;
    margin-top: 250px;
    border-radius: 4px;
}

.tiku_right .fh_ct .jj_info p {
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #eee;
}

    .tiku_right .fh_ct .jj_info p img {
        float: right;
        cursor: pointer;
    }

.tiku_right .fh_ct .jj_info h3 {
    padding: 50px 0 35px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.tiku_right .fh_ct .jj_info a {
    padding: 10px 28px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    margin: 0 13px;
}

.tiku_right .fh_ct .jj_info .qxbc2 {
    background: #ff4d4d;
    border: 1px solid #ff4d4d;
    color: #fff;
}

.tiku_right .jsq_ct .jj_info p {
    padding: 15px 15px 15px 20px;
    border-bottom: 1px solid #eee;
}

    .tiku_right .jsq_ct .jj_info p img {
        float: right;
        cursor: pointer;
    }

.tiku_right .jsq_ct .jj_info h3 {
    padding: 50px 0 35px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
}

.tiku_right .jsq_ct .jj_info a {
    padding: 10px 28px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 14px;
    margin: 0 13px;
}

.tiku_right .jsq_ct .jj_info .qxbc2 {
    background: #ff4d4d;
    border: 1px solid #ff4d4d;
    color: #fff;
}

/*评估报告页面样式*/
.tkms4 .ztjlq_p .xlh {
    margin: 0 auto;
    overflow: hidden;
    max-height: 520px;
    overflow-y: auto;
}

    .tkms4 .ztjlq_p .xlh ul li {
        width: 28px;
        height: 28px;
        margin: 3px 4px;
        float: left;
        border-radius: 2px;
        border: 1px solid #e6e8ec;
        text-align: center;
        line-height: 28px;
        cursor: pointer;
        font-size: 12px;
        padding: 0;
    }

.con .bx .tkms4 {
    margin-top: 12px;
    width: calc(100% - 312px);
}

.tkms4 .ztjlq_p .xlh .xx_zq {
    background: #4dc45b;
    color: #fff;
    border: #4dc45b;
}

.tkms4 .ztjlq_p .xlh .xx_cw {
    background: #ff513a;
    color: #fff;
    border: #ff513a;
}

.tkms4 .ztjlq_p .xlh .xtbt {
    width: 100%;
    height: 34px;
    line-height: 34px;
    float: left;
    margin-top: 15px;
    padding-left: 5px;
    background: url(../images/icon_xian1.png) no-repeat center left;
}

.ztjlq_p {
    width: 100%;
    background: #fff;
    padding: 15px 30px 40px;
    float: left;
    margin-bottom: 12px;
}

.tkms4 .ztjlq_p .dtk2 {
    font-size: 16px;
    padding: 0 5px;
    font-weight: bold;
    line-height: 45px;
    border-bottom: 1px solid#f5f5f5;
}

    .tkms4 .ztjlq_p .dtk2 span {
        font-size: 12px;
        color: #666;
        margin: 0 10px;
        font-weight: normal;
    }

    .tkms4 .ztjlq_p .dtk2 .dd {
        padding-left: 30px;
    }

    .tkms4 .ztjlq_p .dtk2 span img {
        padding-left: 8px;
    }

.tkms4 .ztjlq_p textarea {
    width: 100%;
    height: 110px;
    background: #f9f9f9;
    border: 1px solid #eee;
    padding: 10px;
    outline: none;
    font-size: 13px;
    margin-top: 15px;
}

.tkms4 .ztjlq_p .baocun a {
    width: 90px;
    height: 36px;
    background: linear-gradient(to right,#ff515a,#ff7945);
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    float: right;
    margin-top: 10px;
}

.tiku_right .list_right .right_top {
    font-size: 14px;
    color: #ef754b;
    padding-bottom: 20px;
}

.right_a {
    margin-top: 12px;
    background-color: #fff;
    padding: 0 18px;
    width: 300px;
}

.tiku_right .list_right ul li {
    padding-bottom: 25px;
    display: inline-flex;
}

    .tiku_right .list_right ul li .r_img {
        position: relative;
    }

        .tiku_right .list_right ul li .r_img img {
            width: 110px;
            float: left;
            margin-right: 8px;
            border-radius: 8px;
        }

        .tiku_right .list_right ul li .r_img .bofang {
            position: absolute;
            left: 0;
        }

    .tiku_right .list_right ul li .r_info h3 {
        font-size: 14px;
        color: #333;
        font-weight: normal;
        padding-bottom: 20px;
    }

    .tiku_right .list_right ul li .r_info p {
        font-size: 12px;
        color: #999;
    }

        .tiku_right .list_right ul li .r_info p a {
            color: #ff513a;
            border: 1px solid#ff513a;
            border-radius: 20px;
            float: right;
            padding: 0 6px;
        }


.navbar .dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1)
}

.navbar .dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-180deg)
}

.navbar .dropdown {
    float: left;
    width: 140px;
    margin-left: 20px;
    z-index: 11;
}

    .navbar .dropdown .dropdown__switch {
        outline: none;
    }

    .navbar .dropdown .dropdown__options-filter {
        margin: 0;
    }

.navbar .dropdown__filter {
    text-transform: uppercase;
    transition: .3s;
    line-height: 64px;
    outline: none;
}

    .navbar .dropdown__filter::after {
        position: absolute;
        top: 45%;
        right: 26px;
        content: '';
        width: 8px;
        height: 8px;
        transition: .2s ease-in-out;
        background: url(../images/icon_xxlcd.png)no-repeat center;
    }

.xmfl .kmlb ul {
    line-height: 42px;
}

.navbar .dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(152, 152, 152, 0.6);
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    transition: .2s ease-in-out
}

.navbar .dropdown__select-option {
    padding: 20px;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    transition: .3s;
    line-height: 20px;
}

    .navbar .dropdown__select-option:last-of-type {
        border-bottom: 0
    }

    .navbar .dropdown__select-option:hover {
        background-color: #f9f9f9
    }

.dropdown__filter-selected {
    font-size: 16px;
    font-weight: normal;
}


.tiku_lxms .kszt .dtgj ul .tijiao {
    background: linear-gradient(to right,#ff515a,#ff7945);
    padding: 0 26px;
    color: #fff;
    border-radius: 6px;
    margin-left: 26px;
}

.syt_xytt {
    /* padding-top: 10px; */
    margin-top: 2px;
    position: fixed;
    bottom: 50px;
    width: calc(100% - 293px);
    height: 60px;
    background: #ffffff;
    color: white;
    border-radius: 5px;
    max-width:907px;
}


    .syt_xytt .syt_xyt {
        box-shadow: 1px -2px 4px #eee;
        width: 100%;
        display: inline-block;
        padding-top: 10px;
    }
        .syt_xytt .syt_xyt a {
            color: #333333;
        }
            .syt_xytt .syt_xyt a:hover {
                color: #E13B29;
            }


.syt_xytt .syt_xyt p {
    width: 50%;
    float: left;
    text-align: center;
}

            .syt_xytt .syt_xyt p .fa-angle-left {
                padding-right: 6px;
                font-size: 16px;
            }

            .syt_xytt .syt_xyt p .fa-angle-right {
                padding-left: 6px;
                font-size: 16px;
            }
         

.close_btn {
    font-family: arial;
    font-size: 20px;
    background-color: #dddddd;
    border-radius: 50%;
    color: #fff !important;
    float: right;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 15px;
    padding: 0;
}

/*题库答疑- 修改提问*/
.modal .modal-dialog {
    height: 100%;
    top: 240px;
    position: fixed;
    width: 100%;
}

    .modal .modal-dialog .modal-content {
        width: 400px;
        margin: 0 auto;
    }

        .modal .modal-dialog .modal-content .modal-header {
            border: none;
        }

        .modal .modal-dialog .modal-content .modal-body {
            padding-top: 0;
        }

            .modal .modal-dialog .modal-content .modal-body .col-sm-5 {
                width: 100%;
                height: 80px;
            }

                .modal .modal-dialog .modal-content .modal-body .col-sm-5 textarea {
                    height: 80px;
                    border: 1px solid#ddd;
                    width: 100%;
                    padding: 10px;
                }

            .modal .modal-dialog .modal-content .modal-body .form-horizontal .form-group {
                margin: 0;
            }

                .modal .modal-dialog .modal-content .modal-body .form-horizontal .form-group .tijiao {
                    margin: 20px 15px;
                }

                    .modal .modal-dialog .modal-content .modal-body .form-horizontal .form-group .tijiao .btn-tj {
                        color: #fff;
                        background: linear-gradient(to right,#ff515a,#ff7945);
                        border: none;
                        width: 100%;
                        height: 40px;
                    }

/*考点练习 - 正确率*/
.ctj_info .lxjl_lp {
    margin-bottom: 12px;
    padding: 16px 24px;
    background-color: #fff;
}

#myCanvas {
    padding-top: 10px;
}

.lxjl_lp .zhengquelv .jindu {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

    .lxjl_lp .zhengquelv .jindu .zql .tuijian {
        display: flex;
        align-items: center;
        background-color: #f5f5f5;
        padding: 10px;
    }

        .lxjl_lp .zhengquelv .jindu .zql .tuijian .kecheng {
            position: relative;
            width: 100px;
            margin-right: 10px
        }

            .lxjl_lp .zhengquelv .jindu .zql .tuijian .kecheng .kc_tp {
                width: 100%;
                border-radius: 6px;
            }

        .lxjl_lp .zhengquelv .jindu .zql .tuijian .kc_js h4 {
            font-size: 16px;
            color: #333;
            padding-bottom: 16px;
        }

        .lxjl_lp .zhengquelv .jindu .zql .tuijian .kc_js a {
            background: linear-gradient(to right,#ff515a,#ff7945);
            padding: 4px 14px;
            color: #fff;
            border-radius: 20px;
            float: right;
            font-size: 12px;
        }

        .lxjl_lp .zhengquelv .jindu .zql .tuijian .kecheng .bofang {
            position: absolute;
            top: 0;
            width: 100%;
            height: 100%;
            align-items: center;
            display: flex;
            background-color: rgba(0, 0, 0, 0.4);
            border-radius: 6px;
        }

            .lxjl_lp .zhengquelv .jindu .zql .tuijian .kecheng .bofang img {
                width: 30px;
                margin: 0 auto;
            }

    .lxjl_lp .zhengquelv .jindu .zts {
        justify-content: space-around;
        display: flex;
        margin-bottom: 10px
    }

        .lxjl_lp .zhengquelv .jindu .zts .p1 {
            border-right: 1px solid#ddd;
            padding-right: 46px;
        }

            .lxjl_lp .zhengquelv .jindu .zts .p1 span {
                font-size: 22px;
                color: #ff9000;
            }

        .lxjl_lp .zhengquelv .jindu .zts .p2 {
            padding-left: 40px;
        }

            .lxjl_lp .zhengquelv .jindu .zts .p2 span {
                font-size: 22px;
                color: #56d580;
            }

    .lxjl_lp .zhengquelv .jindu .jxsclx {
        border: 1px solid#ff4a46;
        border-radius: 20px;
        padding: 6px 26px;
        color: #ff4a46;
        display: flow-root;
        background-color: inherit;
    }

    .lxjl_lp .zhengquelv .jindu .zts_jxlx .jxsclx img {
        vertical-align: sub;
        padding-right: 6px;
    }

    .lxjl_lp .zhengquelv .jindu .zql p {
        color: #666;
        font-size: 14px;
        padding-bottom: 10px;
    }

        .lxjl_lp .zhengquelv .jindu .zql p span {
            color: #FF474A;
        }

.jxnr_info {
    display: flow-root;
    padding-top: 6px;
}

.avatar {
    width: 45px;
    height: 45px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
    float: left;
}
