/* 未能缩小。正在返回未缩小的内容。
(1517,21): run-time error CSS1038: Expected hex color, found '#87488ff'
 */
/* 面包屑 */
.course-bread-wrap {
    width: 100%;
    height: 50px;
    background: #f8f8f8;
    margin-bottom: 10px;
}

.course-bread {
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 10px;
    height: 30px;
}

.course-bread-img {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.course-bread-defi {
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.course-bread-defi-ul {
    display: none;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 32px;
    width: 610px;
    z-index: 1;
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 5px;
    z-index: 99;
}

    .course-bread-defi-ul span {
        font-size: 14px;
        color: #999;
        display: block;
        line-height: 24px;
        padding-right: 15px;
        padding-left: 10px;
    }

        .course-bread-defi-ul span:hover {
            color: #41a9fb;
        }

.course-bread-defi2 .course-bread-defi-ul {
    width: 100%;
    padding: 0;
}

.course-bread-defi-span-arr {
    margin-top: 14px;
    margin-left: 3px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
}

.xz {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

.course-bread-tit {
    position: relative;
    left: 0;
    top: 0;
    z-index: 999;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    padding-left: 6px;
    padding-right: 6px;
}



@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
span,
a,
img,
b,
table,
tr,
th,
td,
tbody,
form,
fiedset,
pre,
textarea,
blockquote {
    margin: 0;
    padding: 0;
    border: none 0;
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

img {
    display: block;
}

body {
    font-family: 'HanHei SC', "PingFang SC", "Microsoft Yahei", "微软雅黑", tahoma, arial, sans-serif;
    font-size: 14px;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    background: #F5F7FA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    margin: 0;
    padding: 0;
    display: block;
}

input,
button,
select,
textarea {
    outline: none;
    font-family: "Microsoft YaHei";
    background: none;
    -webkit-appearance: none;
    border-radius: 0;
    border: none;
}

textarea {
    resize: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fz:after, .clearfix:after {
    content: "";
    clear: both;
    display: block;
    font-size: 0;
    height: 0;
    overflow: hidden;
}

.fz, .clearfix {
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}


/* common-css */


/* top */

.top {
    width: 100%;
    height: 34px;
    font-size: 12px;
    color: #3c3c3c;
    background: #edf1f4;
}

.top-appLoad,
.top-dropDown {
    float: left;
    color: #3c3c3c;
}

.top-appLoad,
.drop-downTit {
    height: 34px;
    line-height: 34px;
    box-sizing: border-box;
    margin-right: 10px;
}

.drop-downTit {
    padding-left: 10px;
}

.top-dropDown {
    position: relative;
    box-sizing: border-box;
    border-left: 1px solid #eef1f4;
    border-right: 1px solid #eef1f4;
    cursor: pointer;
}

.top-server,
.top-msg {
    width: 80px;
    background: url(/Content/images/up.png) 65px 15px no-repeat;
}

.top-zx {
    width: 68px;
    background: url(/Content/images/up.png) 37px 15px no-repeat;
}

.dropDown-list {
    display: none;
    position: absolute;
    left: -1px;
    top: 34px;
    width: 100%;
    padding-bottom: 5px;
    border: 1px solid #eee;
    border-top: none;
    background: #fff;
    z-index: 1000;
    ;
}

    .dropDown-list a {
        display: block;
        text-align: center;
        line-height: 24px;
        color: #666;
    }

.top-dropDown:hover {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}

    .top-dropDown:hover .drop-downTit {
        color: #41a9fb;
    }

.top-server:hover,
.top-msg:hover {
    background: url(/Content/images/down.png) 65px 15px no-repeat #fff;
}

.top-zx:hover {
    background: url(/Content/images/down.png) 37px 15px no-repeat #fff;
}

.top-dropDown:hover .dropDown-list {
    display: block;
}
.top-myCourse a {
    color:#666;
}
.dropDown-list a:hover, .top-myCourse a:hover {
    color: #41a9fb;
}
/* right */
.top-right {
    float: right;
}

.top-login,
.top-register,
.top-myCourse,
.have-login {
    float: left;
    height: 34px;
    line-height: 34px;
    margin-left: 20px;
}

.top-msg {
    margin-left: 15px;
}

.top-register {
    padding-left: 15px;
    background: url(/Content/images/gift.png) left center no-repeat;
}

.login-name {
    height: 34px;
    padding-right: 26px;
    text-align: right;
    overflow: hidden;
}

    .login-name a:hover {
        color: #41a9fb;
    }

    .login-name span {
        color: #41a9fb;
    }

.have-login {
    position: relative;
    min-width: 140px;
    /* max-width:210px; */
    padding-left: 10px;
}

.top-account {
    width: 140px;
    padding-top: 5px;
    margin: 0 auto;
    overflow: hidden;
}

.top-userPhoto {
    float: left;
    padding-left: 10px;
}

    .top-userPhoto img {
        width: 30px;
        height: 30px;
        border-radius: 15px;
    }

.acount-operate {
    float: left;
    width: 88px;
    padding-left: 10px;
    text-align: left;
}

    .acount-operate a {
        display: block;
        height: 24px;
        line-height: 24px;
    }

.have-login {
    background: url(/Content/images/up.png) right 10px top 15px no-repeat;
}

    .have-login:hover {
        background: url(/Content/images/down.png) right 10px top 15px no-repeat #fff;
    }

.top-appLoad:hover,
.top-register:hover,
.top-myCourse:hover {
    color: #41a9fb;
}


/* pro-project */

.pro-project {
    margin-bottom: 20px;
}

    .pro-project a {
        display: block;
    }

.course-advantage {
    padding: 30px 0;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
}

.advantage-itemList {
    float: left;
}

.advantage-itemList1 {
    width: 320px;
    padding-left: 50px;
}

.advantage-itemList2 {
    width: 300px;
}

.advantage-itemList3 {
    width: 280px;
}

.advantage-itemList4 {
    width: 240px;
}

.item-img {
    float: left;
    width: 70px;
    padding-top: 3px;
}

.itemList-details {
    float: left;
}

.advantage-headline {
    font-size: 22px;
    color: #333;
}

.advantage-descript {
    font-size: 15px;
    color: #888;
    line-height: 24px;
}



/*footer*/

.footer {
    background: #edf1f4;
    font-size: 12px;
    color: #999;
    line-height: 24px;
    overflow: hidden;
}

.footer-top {
    width: 100%;
    padding: 40px 0;
    background: #fff;
    overflow: hidden;
}

.footer-guide,
.footer-notes,
.footer-server,
.footer-problems,
.footer-partners {
    float: left;
    height: 152px;
    padding-left: 20px;
    box-sizing: border-box;
    border-left: 1px solid #dcdcdc;
}

.footer-guide {
    width: 234px;
}

.footer-notes {
    width: 222px;
}

.footer-server {
    width: 244px;
}

.footer-problems {
    width: 194px;
}

.footer-partners {
    width: 306px;
}

.partners-list {
    width: 300px;
    margin-left: -15px;
    font-family: 'Microsoft Yahei';
    font-size: 12px;
}

    .partners-list a {
        color: #888;
        margin-left: 15px;
        line-height: 26px;
        word-break: keep-all;
    }

.footer-classifyHead {
    position: relative;
    height: 28px;
    font-size: 18px;
    color: #333;
}

    .footer-classifyHead i {
        position: absolute;
        left: -21px;
        top: 0;
        width: 3px;
        height: 18px;
        background: #666;
    }

.footer-classify {
    overflow: hidden;
}

    .footer-classify li {
        height: 26px;
        line-height: 26px;
    }

        .footer-classify li a {
            color: #888;
        }


/* footer-bottom */

.footer-bottom {
    padding: 30px 0;
    text-align: center;
    color: #999;
}

.footer .footer-list {
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 5px;
}

    .footer .footer-list p {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        overflow: hidden;
    }

.footer-list a,
.footer-list b {
    float: left;
    margin: 0 4px;
}

.footer-list a {
    color: #777;
}

.footer-list b {
    color: #d8d8d8;
}

.footer_Icon {
    display: inline-block;
    padding-top: 5px;
    *display: inline;
    *zoom: 1;
}

    .footer_Icon a {
        float: left;
    }

.footer-copy a {
    color: #999;
}

    .footer-classify a:hover,
    .partners-list a:hover,
    .footer-list a:hover,
    .footer-copy a:hover {
        color: #41a9fb;
    }




.friendship-link {
    background: #fff;
    font-size: 14px;
    padding: 0px 0 40px;
}

    .friendship-link strong {
        color: #333;
    }

    .friendship-link a {
        color: #999;
        margin-right: 18px;
        display: inline-block;
    }

        .friendship-link a:hover {
            color: #41a9fb;
        }


.kefu-icon {
    width: 66px;
    /*height: 104px;*/
    position: fixed;
    right: 70px;
    bottom: 140px;
    z-index: 999;
    display: block;
}

    .kefu-icon img {
        display: block;
        width: 100%;
        height: 100%;
    }



/*rightPersonal*/
.rightPersonal {
    top: 0;
    right: -236px;
    width: 236px;
    height: 100%;
    z-index: 999999;
    position: fixed;
    background: #F5F7FA;
    border-left: 44px solid #282828;
    display: none;
}

.rightPersonal-l {
    width: 44px;
    top: 50%;
    left: -44px;
    margin-top: -175px;
    position: absolute;
}

    .rightPersonal-l > div {
        width:44px;
        height: 44px;
        margin: 8px 0;
        cursor: pointer;
        position: relative;
    }

        .rightPersonal-l > div:hover {
            background: #00AAFF;
        }

        .rightPersonal-l > div.on {
            background: #00AAFF;
        }

        .rightPersonal-l > div > img {
            width: 20px;
            height: 20px;
            display: block;
            padding: 12px;
            margin: 0px auto;
        }

        .rightPersonal-l > div > a > img {
            width: 20px;
            height: 20px;
            display: block;
            padding: 12px;
            margin: 0px auto;
        }

        .rightPersonal-l > div.on {
            background: #00AAFF;
        }

        .rightPersonal-l > div > span {
            top: 0;
            color: #fff;
            left: -120px;
            height: 44px;
            width: 96px;
            display: none;
            text-indent: 20px;
            font-size: 12px;
            line-height: 44px;
            position: absolute;
            background: url(/Content/images/r-bgs-btn.png) center no-repeat;
        }

            .rightPersonal-l > div > span a {
                display: block;
                color: #fff;
            }

            .rightPersonal-l > div > span.r-bgd-btn {
                height: 245px;
                width: 225px;
                left: -275px;
                font-size: 18px;
                text-align: center;
                background: #41a9fb;
                border-radius: 8px;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0px;
                top: -200px;
            }

                .rightPersonal-l > div > span.r-bgd-btn span {
                    line-height: 46px;
                    display: block;
                    height: 46px;
                }

                .rightPersonal-l > div > span.r-bgd-btn img {
                    display: block;
                    width: 175px;
                    height: 175px;
                    margin: 0px auto;
                }

.rightPersonal-r {
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
}

    .rightPersonal-r > div {
        top: 0;
        left: 236px;
        width: 100%;
        height: auto;
        background: #fff;
        position: absolute;
    }

.rightPersonal-r-bt {
    width: 100%;
    height: 34px;
    text-align: center;
    line-height: 34px;
    overflow: hidden;
    font-size: 16px;
    color: #fff;
    position: relative;
    background: #41a9fb;
}

    .rightPersonal-r-bt span {
        top: 0;
        left: 0;
        height: 100%;
        width: 34px;
        cursor: pointer;
        position: absolute;
        background: url(/Content/images/r-true.png) center no-repeat;
    }

.study-head {
    padding: 18px 0;
    width: 100%;
    height: auto;
    background: #edf2f9;
}

    .study-head img, .study-head span {
        display: block;
        margin: 0 auto;
        font-size: 14px;
        color: #333;
        text-align: center;
    }

    .study-head img {
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
        border-radius: 30px;
    }

.study-box {
    width: 100%;
    height: auto;
    padding: 1px 0;
    background: #fff;
    overflow: hidden;
    padding-bottom: 25px;
}

    .study-box a {
        display: block;
        float: left;
        width: 50%;
        height: auto;
        margin: 20px 0 0;
        text-align: center;
    }

        .study-box a img, .study-box a span {
            display: block;
            font-size: 14px;
            color: #333;
            margin: 5px auto;
        }

.collect-box {
    width: 100%;
    height: auto;
}

    .collect-box > a {
        display: block;
        padding: 12px;
        height: 84px;
        border-bottom: 1px dashed #e5e5e5;
    }

        .collect-box > a > div {
            width: 100%;
            height: 100%;
        }

            .collect-box > a > div div {
                float: left;
                height: 100%;
                overflow: hidden;
            }

                .collect-box > a > div div img {
                    display: block;
                    height: 100%;
                    width: 130px;
                }

                .collect-box > a > div div p {
                    line-height: 32px;
                    margin-top: 8px;
                    color: #999;
                    font-size: 14px;
                    padding-left: 7px;
                }

                    .collect-box > a > div div p.money {
                        color: #f87f23;
                        font-weight: 600;
                        font-size: 15px;
                    }

.r-more {
    width: 100%;
    height: 50px;
    color: #999;
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 50px;
}

.order-box {
    width: 100%;
    height: auto;
}

.order-box-btn {
    width: 140px;
    border: 1px solid #41a9fb;
    border-radius: 3px;
    margin: 18px auto;
    height: 28px;
    overflow: hidden;
    line-height: 28px;
}

    .order-box-btn span {
        display: block;
        float: left;
        width: 70px;
        font-size: 14px;
        color: #41a9fb;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
    }

        .order-box-btn span.on {
            color: #fff;
            background: #41a9fb;
        }

.order-box-btnc {
    border-left: 1px solid #41a9fb;
    border-right: 1px solid #41a9fb;
}

.order-boxs > div {
    display: none;
}

    .order-boxs > div.on {
        display: block;
    }

.order-boxs-scroll {
    width: 100%;
    height: 530px;
    overflow-y: auto;
}

.order-boxs-item-adimg {
    width: 130px;
    height: 84px;
    overflow: hidden;
    display: block;
}

    .order-boxs-item-adimg img {
        display: block;
        width: 100%;
        height: 100%;
    }

.order-boxs-item-ad {
    margin: 10px 0;
}

.order-boxs-item-admoney {
    line-height: 84px;
}

.order-boxs-item {
    display: block;
    border-bottom: 10px solid #f5f5f5;
}

    .order-boxs-item .order-boxs-btn {
        padding: 0 8px;
        margin: 0 0 10px;
    }

        .order-boxs-item .order-boxs-btn a {
            margin: 0;
        }

    .order-boxs-item span, .order-boxs-item a {
        display: block;
        font-size: 13px;
        color: #FF7700;
        padding-left: 8px;
        margin: 2px auto;
    }

    .order-boxs-item a {
        color: #fff;
        background: #FF7700;
        border-radius: 3px;
        width: 88px;
        height: 26px;
        padding-left: 0px;
        margin-left: 8px;
        margin-top: 25px;
        text-align: center;
        line-height: 26px;
    }

        .order-boxs-item a:hover {
            background: #ee6a29;
        }

    .order-boxs-item .order-boxs-btn-l {
        background: none;
        color: #777;
        border: 1px solid #777;
    }

        .order-boxs-item .order-boxs-btn-l:hover {
            border-color: #41a9fb;
            background: #41a9fb;
            color: #fff;
        }

.property-r-top {
    width: 212px;
    height: 64px;
    color: #fff;
    overflow: hidden;
    margin: 18px auto;
    font-size: 12px;
    background: #31d7e5;
    border-radius: 3px;
}

    .property-r-top > div {
        float: left;
        height: 100%;
        text-align: center;
    }

.property-r-top-l {
    width: 75px;
}

.property-r-top-c {
    width: 80px;
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff;
}

.property-r-top-r {
    width: 55px;
}

.property-r-top > div strong {
    font-weight: 600;
    font-size: 14px;
    margin-top: 12px;
}

.property-r-top > div strong, .property-r-top > div span {
    display: block;
    line-height: 20px;
}

.property-r-down {
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e5e5;
}

    .property-r-down h6 {
        text-align: left;
        padding-left: 13px;
        font-size: 16px;
        color: #333;
        line-height: 20px;
        margin-bottom: 8px;
    }

.property-r-down-box {
    width: 212px;
    margin: 0 auto;
}

    .property-r-down-box > div {
        width: 100%;
        height: 60px;
        background: #ccc;
        color: #fff;
        overflow: hidden;
        margin-bottom: 8px;
        border-left: 2px dashed #fff;
        border-right: 2px dashed #fff;
        box-sizing: border-box;
    }

        .property-r-down-box > div:nth-child(1), .blue-bgs {
            background: url(/Content/images/blue-bgs.png) center no-repeat;
            background: -webkit-linear-gradient(left, #00DFEF, #00BFFE);
            background: -o-linear-gradient(left, #00DFEF, #00BFFE);
            background: -moz-linear-gradient(left, #00DFEF, #00BFFE);
            background: linear-gradient(left, #00DFEF, #00BFFE);
        }

        .property-r-down-box > div:nth-child(2), .green-bgs {
            background: url(/Content/images/green-bgs.png) center no-repeat;
            background: -webkit-linear-gradient(left, #B8DB1A, #85CE00);
            background: -o-linear-gradient(left, #B8DB1A, #85CE00);
            background: -moz-linear-gradient(left, #B8DB1A, #85CE00);
            background: linear-gradient(left, #B8DB1A, #85CE00);
        }

        .property-r-down-box > div:nth-child(3), .orange-bgs {
            background: url(/Content/images/orange-bgs.png) center no-repeat;
            background: -webkit-linear-gradient(left, #FFB600, #FF8500);
            background: -o-linear-gradient(left, #FFB600, #FF8500);
            background: -moz-linear-gradient(left, #FFB600, #FF8500);
            background: linear-gradient(left, #FFB600, #FF8500);
        }

        .property-r-down-box > div:nth-child(4), .red-bgs {
            background: url(/Content/images/red-bgs.png) center no-repeat;
            background: -webkit-linear-gradient(left, #FF6C4B, #FF3E5C);
            background: -o-linear-gradient(left, #FF6C4B, #FF3E5C);
            background: -moz-linear-gradient(left, #FF6C4B, #FF3E5C);
            background: linear-gradient(left, #FF6C4B, #FF3E5C);
        }

        .property-r-down-box > div .fl {
            font-size: 16px;
            line-height: 70px;
            padding-left: 10px;
        }

            .property-r-down-box > div .fl span {
                line-height: 60px;
                font-size: 23px;
            }

        .property-r-down-box > div .fr {
            padding-top: 10px;
        }

            .property-r-down-box > div .fr span {
                display: block;
                text-align: right;
                font-size: 12px;
                padding-right: 10px;
                line-height: 18px;
            }

.service-r-top {
    padding: 20px 0;
    text-align: center;
    background: #F5F7FA;
}

    .service-r-top p {
        color: #666;
        line-height: 24px;
        font-size: 12px;
    }

        .service-r-top p span {
            font-size: 22px;
            color: #00AAFF;
        }

.service-r-down {
    padding: 32px 0;
    width: 210px;
    margin: 0 auto;
}

    .service-r-down p {
        width: 100%;
        height: 20px;
        margin-bottom: 20px;
        line-height: 20px;
        overflow: hidden;
    }

        .service-r-down p span {
            color: #333;
            float: left;
            font-size: 14px;
        }

        .service-r-down p a {
            height: 100%;
            width: 43px;
            float: right;
            text-align: center;
            color: #fff;
            background: #f87f23;
            border-radius: 3px;
        }

            .service-r-down p a:hover {
                background: #ee6a29;
            }

.noOrder {
    width: 100%;
    height: auto;
}

.noOrder-img {
    width: 100%;
    height: auto;
    margin: 25px 0 0;
}

    .noOrder-img img {
        display: block;
        width: 100%;
        height: auto;
    }

.noOrder-text {
    color: #a5acb4;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}

.ad-img {
    position: relative;
    width: 100%;
    height: 142px;
    overflow: hidden;
    margin-bottom: 7px;
}

    .ad-img .discount-icon, .ad-img .subtract-icon {
        top: 0;
        left: 0;
        width: 30px !important;
        height: 30px !important;
        z-index: 1;
        position: absolute;
    }


/*兼容老版搜索选课中心*/

.choose-course {
    width: 1200px;
    margin: 0 auto;
}

.choose-course-l {
    padding-top: 25px;
    padding-bottom: 25px;
}

.logo-r {
    margin-left: 20px;
    font-size: 32px;
    color: #41a9fb;
    height: 44px;
    line-height: 44px;
    border-left: 1px solid #e0e0e0;
    padding-left: 20px;
    margin-top: 6px;
}

.choose-course-sear-wrap {
    margin-top: 20px;
    z-index: 999;
}

.search-b {
    overflow: hidden;
    margin-top: 14px;
}

.search-b-l {
    width: 428px;
    height: 38px;
    border: 1px solid #41a9fb;
    background: #fff;
    position: relative;
}

.search-b-txt {
    display: block;
    width: 56px;
    height: 40px;
    background: #41a9fb;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
}

    .search-b-txt:hover {
        color: #fff;
    }

.search-b-l input {
    position: absolute;
    left: 0;
    top: 0;
    border: 0 none;
    outline: none;
    height: 100%;
    font-size: 14px;
    line-height: 38px;
    background: url(/Content/images/zoom2.png) no-repeat 15px center;
    padding-left: 37px;
    color: #333;
    width: 380px;
}

.inp-val {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #999;
    line-height: 38px;
    padding-left: 37px;
}

.hot-course, .hot-news {
    position: absolute;
    right: 10px;
    padding-top: 8px;
}

.hot-news {
    display: none;
}

    .hot-course a, .hot-news a {
        color: #999;
        padding-left: 4px;
        padding-right: 4px;
        display: block;
        height: 20px;
        background: #f5f5f5;
        line-height: 20px;
        margin-left: 4px;
    }

.hot a:hover {
    background: #41a9fb;
    color: #fff;
}

.choose-course-sear ol {
    overflow: hidden;
}

    .choose-course-sear ol li {
        cursor: pointer;
        padding: 10px 12px 8px;
        font-size: 12px;
        color: #41a9fb;
    }

        .choose-course-sear ol li:hover {
            background: #e6fcef;
        }

        .choose-course-sear ol li.now {
            color: #fff;
            background: #41a9fb;
        }

.choose-course-mine {
    z-index: 999;
    position: relative;
    width: 108px;
    height: 38px;
    border: 1px solid #ddd;
    margin-top: 14px;
    margin-left: 4px;
    background: #fff;
}

.choose-course-mine-in {
    cursor: pointer;
    z-index: 100;
    /*background: #fff;*/
    display: block;
    border: 1px solid #ddd;
    height: 38px;
    position: absolute;
    left: -1px;
    top: -1px;
    width: 100%;
    font-size: 16px;
    color: #222;
    line-height: 38px;
}

    .choose-course-mine-in span {
        padding-left: 14px;
        padding-right: 5px;
    }

    .choose-course-mine-in img {
        margin-top: 17px;
        transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
    }

    .choose-course-mine-in .xz {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
    }

.choose-course-mine-b {
    display: none;
    font-size: 14px;
    color: #666;
    text-align: center;
    background: #fff;
    z-index: 99;
    width: 300px;
    border: 1px solid #ddd;
    position: absolute;
    right: -1px;
    top: 37px;
}

.choose-course-mine-b2 {
    width: 320px;
    text-align: left;
    padding-bottom: 15px;
}

.choose-course-mine-b .choose-no-log-img {
    margin: 55px auto 10px;
}

.choose-login-now {
    border-top: 1px solid #e5e5e5;
    margin-top: 30px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}

    .choose-login-now a {
        display: block;
        width: 99px;
        border-right: 1px solid #f4f4f4;
        color: #222;
    }

        .choose-login-now a:hover {
            color: #fff;
            background: #41a9fb;
        }

    .choose-login-now .lastr {
        border-right: 0;
    }

.choose-course-mine-r {
    width: 150px;
    padding-left: 5px;
}

.choose-course-mine-bli {
    padding: 15px 8px 0 8px;
    overflow: hidden;
    position: relative;
}

.choose-course-mine-s1 {
    font-size: 14px;
    color: #666;
    display: block;
    line-height: 24px;
}

.choose-course-mine-s2 {
    font-size: 12px;
    color: #999;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.choose-course-mine-s3 {
    font-size: 12px;
    color: #ccc;
    display: block;
    background: url(/Content/images/clock.png) no-repeat left center;
    padding-left: 15px;
}

.listen-continue {
    border-radius: 2px;
    position: absolute;
    width: 60px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    right: 8px;
    bottom: 0;
    background: #41a9fb;
}

    .listen-continue:hover {
        background: #87488ff;
        color: #fff;
    }

.listen-pay {
    border-radius: 2px;
    position: absolute;
    width: 60px;
    height: 24px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 24px;
    right: 8px;
    bottom: 0;
    background: #ff920b;
}

    .listen-pay:hover {
        background: #f58801;
        color: #fff;
    }

.choose-course-mine-s1 i {
    font-size: 12px;
    border: 1px solid #ff8446;
    color: #ff8446;
    border-radius: 5px
}

.goDiscount {
    margin: 25px 0;
}

    .goDiscount a {
        display: block;
        width: 88px;
        height: 28px;
        text-align: center;
        line-height: 28px;
        background: #f87f23;
        border-radius: 5px;
        color: #fff;
        font-size: 16px;
        margin: 0 auto;
    }





    /**V3.0.0 */

.top-zx:hover, .top-dropDownL3:hover {
    border-color: #edf1f4;
}
.top-zx a:hover {
    color: #41a9fb;
}

.course-advantage {
    margin: 0 auto !important;
    padding: 60px 0 52px !important;
    background: none !important;
}

