﻿/*全局样式
---------------------------------------------*/
section, article, aside, header, footer, nav, figure { display: block; }
body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td, figure { margin: 0; padding: 0; }
body, button, input, select, textarea { }
h1, h2, h3, h4, h5, h6, button, input, select, textarea { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; }
code, kbd, pre, samp { font-family: courier new,courier,monospace; }
p, ul, li, dl, dd, dt, form, h1, h2, h3, h4, h5, h6 { list-style: none; }
a { color: #666; text-decoration: none; }
    a:hover { color: #0068fe; text-decoration: none; }
fieldset, img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
input::-moz-focus-inner, button::-moz-focus-inner { border: 0; padding: 0; outline: 0; }
.btn { cursor: pointer; }
.hidden { display: none; }
.main { background: #eafdff; padding: 15px 0px; }
.main-box { border: 1px solid #dde5cd; border-top: 3px solid #0068fe; background: #fff; display: block; overflow: hidden; padding: 50px 20px; }
.header img { height: 140px; padding: 20px 0px; }
.header .login { float: right; height: 140px; line-height: 140px; }
.course-list { width: 100%; }

.course-item { background: rgb(255, 255, 255); margin: 0px 30px 15px 0px; border: 1px solid transparent; border-image: none; width: 47%; height: 100px; float: left; }

    .course-item:hover { text-decoration: none; }

        .course-item:hover img { transform: scale(1.2); }

    .course-item .course-item-hd { margin: 0px 15px 0px 0px; width: 153px; overflow: hidden; float: left; }

        .course-item .course-item-hd img { transition: transform 1s; width: 153px; height: 100px; display: block; }
            .course-item .course-item-hd img.hidden { display: none; }

    .course-item .course-item-bd { height: 99px; overflow: hidden; border-bottom-color: rgb(229, 229, 229); border-bottom-width: 1px; border-bottom-style: solid; _zoom: 1; }

        .course-item .course-item-bd a { font: 16px/1.2 "microsoft yahei"; margin: 0px 0px 15px; overflow: hidden; display: block; max-height: 40px; font-size-adjust: none; font-stretch: normal; _height: 40px; }

            .course-item .course-item-bd a:hover { color: rgb(227, 62, 43); text-decoration: none; }

        .course-item .course-item-bd .course-item-rate { width: 100%; color: rgb(153, 153, 153); overflow: hidden; }

            .course-item .course-item-bd .course-item-rate p { background: rgb(229, 229, 229); margin: 8px 0px 0px; width: 140px; height: 3px; font-size: 0px; float: left; }

                .course-item .course-item-bd .course-item-rate p s { background: rgb(227, 62, 43); height: 3px; float: left; }

            .course-item .course-item-bd .course-item-rate span { padding: 0px 0px 0px 5px; }

        .course-item .course-item-bd .course-item-info { padding: 5px 0px 0px; color: rgb(102, 102, 102); }

            .course-item .course-item-bd .course-item-info span { padding: 0px 2px; color: rgb(153, 153, 153); }

        .course-item .course-item-bd em { color: rgb(227, 62, 43); }

.course-mod { overflow: hidden; }
.video { margin-top: 30px; }
.video-box { position: relative; width: 100%; height: 625px; _clear: both; _display: inline; }
/*导航样式*/

.hl_nav { background-color: #389f34; position: relative; color: #ffffff; min-width: 1200px; height:70px; }
.hl_nav a { display: block; text-decoration: none; }
.hl_nav .shade { position: absolute; width: 100%; height:50px; top:70px; left: 0; z-index: 1; background-color: #EEEEEE; opacity: 0.9; filter: alpha(opacity=90); box-shadow: 0 5px 15px #CCCCCC; display: none; border-bottom: #ffffff solid 1px; border-bottom: rgba(255,255,255,0.3) solid 1px; }
.hl_nav .nav_list { position: absolute; top: 0; left: 50%; margin: 0 0 0 -600px; z-index: 2; padding: 0; list-style: none; width: 1200px; overflow: hidden; height:70px; }
.hl_nav .nav_list > li { padding: 0; float: left; margin: 0; width: 10%; text-align: center; height: 50px; }
.hl_nav .nav_head { height:70px; line-height:70px; color: #ffffff; font-size:18px; position: relative; }

.hl_nav .nav_list > li > ul { position: absolute; width: auto; height:50px; top:70px; z-index: 2; padding: 0; margin: 0; line-height:50px; list-style: none; overflow: hidden; display: none; }
.hl_nav .nav_list > li.active { background-color: #157701; height:70px; }
/*.hl_nav .nav_list > li:hover { background-color: #157701; height: 70px; }
.hl_nav .nav_list > li:hover > ul { display: block; }*/


.hl_nav .nav_list > li > ul.offset_left { left: 0; }
.hl_nav .nav_list > li > ul.offset_left.offset_1 { left: 10%; }
.hl_nav .nav_list > li > ul.offset_left.offset_2 { left: 20%; }
.hl_nav .nav_list > li > ul.offset_left.offset_3 { left: 30%; }
.hl_nav .nav_list > li > ul.offset_left.offset_4 { left: 40%; }
.hl_nav .nav_list > li > ul.offset_left.offset_5 { left: 50%; }
.hl_nav .nav_list > li > ul.offset_left.offset_6 { left: 60%; }
.hl_nav .nav_list > li > ul.offset_left.offset_7 { left: 70%; }
.hl_nav .nav_list > li > ul.offset_left.offset_8 { left: 80%; }
.hl_nav .nav_list > li > ul.offset_right { right: 0; }
.hl_nav .nav_list > li > ul.offset_right.offset_1 { right: 10%; }
.hl_nav .nav_list > li > ul.offset_right.offset_2 { right: 20%; }
.hl_nav .nav_list > li > ul.offset_right.offset_3 { right: 30%; }
.hl_nav .nav_list > li > ul.offset_right.offset_4 { right: 40%; }
.hl_nav .nav_list > li > ul.offset_right.offset_5 { right: 50%; }
.hl_nav .nav_list > li > ul.offset_right.offset_6 { right: 60%; }

.hl_nav .nav_list > li > ul > li { float: left; }
.hl_nav .nav_list > li > ul > li > a { text-decoration: none; display: block; color: #666666; padding: 0 25px; height: 50px; }
.hl_nav .nav_list > li > ul > li > a:hover { background-color: #ffffff; color: #999999; }
.hl_nav .nav_list:hover { height: 120px; }

.hl_nav .nav_list:hover + .shade { display: block; }
/*标题样式*/
.main-tit { margin: 0 auto; padding: 30px 0 0; }
    .main-tit h2 { display: block; padding-right: 10px; color: #666; font-size: 24px; font-weight: 400; line-height: 25px; }
.base-tit { border-bottom: 1px solid #f0f0f0; color: #0068fe; line-height: 1em; font-size: 18px; font-weight: normal; }
    .base-tit span { position: relative; top: 1px; display: inline-block; padding: 10px 0; border-bottom: 1px solid #0068fe; }
    .base-tit i { float: right; padding: 10px 0; color: #999; font-size: 12px; line-height: 26px; font-style: normal; }
.bar-tit { margin: 0 0 20px; padding: 0 0 10px; border-bottom: 1px solid #e8e8e8; color: #6c6c6c; font-size: 18px; }
.username { color: #333; float: left; width: 300px; display: block; height: 45px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis }
/*内容标题样式*/
.meta { margin: 30px 0 0 0; padding: 0 0 15px 0; border-bottom: 1px solid #f0f0f0; }

    .meta:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }

    .meta h1 { margin: 0; padding: 0 0 15px 0; color: #0068fe; font-size: 22px; line-height: 30px; }

    .meta .meta-info { color: #999; font-size: 12px; line-height: 24px; }

        .meta .meta-info span { margin-right: 10px; padding-left: 20px; color: #777; background: url(../images/sprite.gif) no-repeat; }

        .meta .meta-info .time { background-position: left -158px; margin-left: 0px; }
        .meta .meta-info .view { background-position: left -36px; }

        .meta .meta-info .comm { background-position: left 4px; }
/*内容详细样式*/
.entry { margin: 15px 0; padding: 0; font-size: 14px; line-height: 2em; word-wrap: break-word; }

    .entry img { max-width: 100% !important; height: auto !important; }

    .entry h2, .entry h3, .entry h4 { padding-bottom: 5px; border-bottom: 1px solid #f6f6f6; color: #333; }

    .entry h2 { font-size: 1.2em; }

    .entry h3, .entry h4 { font-size: 1.1em; }

    .entry strong { color: #DC2523; }

    .entry ul, .entry ol { margin: 1em; }

    .entry li { margin-left: 1em; }

    .entry ul li { list-style: disc outside none; }

    .entry ol li { list-style: decimal outside none; }

    .entry p { display: inherit; margin: 1em 0; color: #555; word-wrap: break-word; }

    .entry a { text-decoration: underline; }

    .entry code { display: block; padding: 0.5em; background: #eee; border-radius: .5em; color: #777; font-family: 'courier new'; line-height: 1.7em; }

    .entry table { border-left: 0.15em solid #eee; border-top: 0.15em solid #eee; }

        .entry table th { background-color: #F9F9F9; text-align: center; }

        .entry table td, .entry table th { border-bottom: 0.15em solid #eee; border-right: 0.15em solid #eee; padding: 0.25em 0.5em; }

.next-prev-single { padding: 10px 0; color: #444; font-size: 14px; overflow: hidden; }

    .next-prev-single p { width: 49%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

        .next-prev-single p a { color: #428bca; text-decoration: none; }

    .next-prev-single .prev { float: left; }

    .next-prev-single .next { float: right; }

/*评论样式*/
.comment-add { margin-top: 15px; _width: 100%; _position: relative; _overflow: hidden; }
    .comment-add .editor { position: relative; margin-right: 18px; }
        .comment-add .editor textarea { width: 100%; height: 70px; }
    .comment-add .subcon { margin-top: 15px; }
.comment-box { position: relative; margin-top: 15px; margin-bottom: 30px; }
.comment-list li { padding: 15px 0; border-top: 1px solid #f7f7f7; }
    .comment-list li .avatar { display: block; float: left; margin-top: 6px; background: #fff; border-radius: 2px; width: 42px; height: 42px; overflow: hidden; }
        .comment-list li .avatar img { width: 42px; height: 42px; }
    .comment-list li .inner { margin-left: 52px; }
        .comment-list li .inner p { color: #333; font-size: 14px; line-height: 1.8em; }
        .comment-list li .inner .meta { margin: 0; padding-top: 3px; color: #999; border: none; }
            .comment-list li .inner .meta .time { margin-left: 5px; padding-left: 20px; color: #777; background: url(../images/sprite.gif) no-repeat left -158px; }
    .comment-list li .answer { margin-left: 48px; padding: 10px; background: #fafafa; border: 1px solid #e6e6e6; border-radius: 3px; }
        .comment-list li .answer .meta { margin: 0; padding: 0; color: #999; margin-bottom: 5px; border: none; }
        .comment-list li .answer p { color: #555; font-size: 14px; line-height: 1.8em; }

.dr { line-height: 40px; color: #333; margin-top: 0px; }
    .dr span { color: #888; }
        .dr span.blue { color: #3C82C5; }
.search_top { padding: 50px 0; text-align: center; font-size: 24px; }
.search { padding: 10px 40px; text-align: center; padding-bottom: 100px; }
    .search select { padding-left: 10px; }
    .search .s1 { width: 120px; height: 40px; font-size: 14px; vertical-align: middle; }
    .search .inp { width: 300px; height: 36px; line-height: 36px; padding: 0 15px; font-size: 16px; color: #555; margin: 0 10px; vertical-align: middle; }
    .search .s2 { width: 150px; height: 40px; font-size: 14px; vertical-align: middle; }
    .search .cmd { width: 100px; text-align: center; height: 40px; line-height: 40px; color: #fff; background: #3C82C5; display: inline-block; margin-left: 15px; font-size: 16px; text-decoration: none; border: 0; vertical-align: middle; }

/*页码容器*/
.page-box { margin-top: 15px; color: #999; font-size: 14px; margin-bottom: 30px; display: block; }
/*...................分页样式.................*/
div.digg {width:400px; text-align:center; font-size: 14px;  margin:30px auto; display: block; overflow: hidden;}
    div.digg a { display: block; float: left; padding: 0px 12px; line-height: 30px; height: 30px; margin: 0 0 0 8px; border: 1px solid #e1e2e3; line-height: 30px; height: 30px; color: #0068fe; background: #fff; text-decoration: none; }
        div.digg a:hover { border: 1px solid #0068fe; }
    div.digg span { display: block; float: left; padding: 0px 0; line-height: 30px; height: 30px; overflow: hidden; }
        div.digg span.current { padding: 0px 12px; margin: 0 0 0 8px; line-height: 30px; height: 30px; color: #555; font-weight: bold; }
        div.digg span.disabled { border: 1px solid #eee; padding: 0px 12px; margin: 0 0 0 8px; color: #ddd; }
.input { display: inline; margin-right: 5px; padding: 7px; height: 35px; line-height: 35px; vertical-align: middle; background: #fff; color: #999px; border: 1px solid #e8e8e8; border-radius: 2px; }
input.small { height: 30px; }

.article { padding: 15px; padding-top: 0; font-size: 14px; }
    .article h1 { font-size: 20px; text-align: center; padding: 20px 0; }
    .article .dr { text-align: center; border-top: 1px dotted #ccc; color: #555; }
    .article p { text-indent: 2em; margin: 15px 0; }
.order { width: 60%; margin: 0px auto; text-align: center; }
    .order .control-label { text-align: right; }
    .order .btn { margin-top: 20px; width: 100px; cursor: pointer; }
    .order .form-group { display: block; margin-bottom: 20px; height: 3em; }
.info-box { float: left; width: 200px; background: #eef8fa; border: 1px solid #e8ecef; }
.home-box { position: relative; display: block; margin: 0 0 0 217px; overflow: hidden; }
.login-box { margin-bottom: -30px; min-height: 500px; _height: 500px; }
.login-left { position: absolute; top: -80px; left: 0; right: 320px; bottom: 0; background: url(/aspx/zaj/images/login-bg.png) no-repeat center center; _width: 500px; _height: 320px; _top: 100px; _left: 160px; }
.login-right { float: right; margin: 30px auto; padding: 20px; width: 300px; text-align: left;position:relative;top:50px; border: 1px solid #e5e5e5; border-radius: 3px; background: #fff; }

    .login-right h1 { margin-bottom: 20px; color: #555; font-size: 22px; font-weight: 700; letter-spacing: 3px; line-height: 30px; height: 30px; text-align: center; }
    .login-right li { list-style: none; position: relative; clear: both; margin-bottom: 10px; height: 50px; line-height: 50px; display: block; overflow: hidden; *display: inline; *zoom: 1; }
        .login-right li label { position: absolute; top: 1px; left: 10px; width: 68px; height: 40px; line-height: 40px; color: #999; font-size: 14px; }
        .login-right li input { display: block; margin: 0; padding: 0px 10px 0px 80px; width: 258px; height: 40px; line-height: 40px; border: 1px solid #e8e8e8; background: #fbfcff; color: #333; font-size: 14px; border-radius: 3px; }
            .login-right li input:focus { border-color: #999; }
        .login-right li span { line-height: 24px; }
    .login-right .btn-box .col { clear: both; margin-bottom: 10px; padding-bottom: 10px; color: #555; font-size: 14px; line-height: 20px; }
        .login-right .btn-box .col .submit { display: block; padding: 10px 20px; width: 100%; color: #fff; font-size: 14px; line-height: 20px; border: 0; background: #0068fe; text-align: center; border-radius: 3px; cursor: pointer; }
    .login-right .btn-box .tips { display: none; margin: 0; padding: 0; text-align: center; font-size: 12px; color: #f00; }
    .login-right .oauth-box { clear: both; padding-top: 20px; }
        .login-right .oauth-box h3 { display: block; margin-bottom: 10px; color: #555; font-size: 14px; line-height: 30px; height: 30px; font-weight: normal; }
        .login-right .oauth-box p { margin-left: -25px; }
            .login-right .oauth-box p a { display: block; float: left; margin: 0 0 10px 25px; _display: inline; _zoom: 1; }
                .login-right .oauth-box p a img { width: 38px; height: 38px; }


/*会员中心样式
----------------------------------------------*/
.avatar-box { padding: 15px; background: #F7F8FD; overflow: hidden; }
    .avatar-box .img-box { display: block; float: left; margin-right: 10px; padding: 1px; border: 1px solid #fff; background: #fff; *width: 60px; *height: 60px; overflow: hidden; }
        .avatar-box .img-box img { width: 60px; height: 60px; }
    .avatar-box h3 { color: #6c757e; font-size: 16px; line-height: 1em; height: 24px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
    .avatar-box p { color: #6c757e; font-size: 12px; line-height: 20px; }

.side-nav { border-top: 1px solid #e8ecef; background: #F7F8FD; }
    .side-nav li { padding: 5px 0; zoom: 1; }
        .side-nav li a { text-align: center; position: relative; display: block; margin: 0 15px; padding: 8px 15px; color: #6c757e; font-size: 14px; line-height: 20px; height: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
            .side-nav li a:hover { color: #fff; border-radius: 3px; background: #0068fe; }

/* @media only screen and (min-width:1181px) */

.head-box { padding: 10px; border: 1px solid #f6f6f6; background: #fff; }

.head-inner { position: relative; margin: 20px 0 10px 0; padding: 10px; border: 1px solid #f6f6f6; background: #fff; }

.clearfix::after { content: "."; display: block; height: 0px; clear: both; visibility: hidden; }


.info-box { float: left; width: 200px; background: #eef8fa; border: 1px solid #e8ecef; }

.home-box { position: relative; display: block; margin: 0 0 0 217px; overflow: hidden; }

.u-tab-content { position: relative; padding: 15px; background: #fbfbfb; border: 1px solid #f0f0f0; min-height: 398px; overflow: hidden; _height: 398px; _overflow: visible; }

.title-div { margin-top: 20px; border-top: 1px solid #f0f0f0; height: 26px; color: #6e717a; }

.head-inner h3 { margin-bottom: 10px; padding-bottom: 8px; color: #3b8dd1; font-size: 16px; font-weight: normal; line-height: 30px; border-bottom: 1px solid #f0f0f0; }

.head-inner dl { display: block; float: left; width: 50%; line-height: 2.8em; font-size: 13px; }

    .head-inner dl dt { display: block; float: left; color: #666; }

    .head-inner dl dd { color: #999; }

.red { color: #f00; }

.head-box .img-box { float: left; margin-right: 10px; }

.head-box .inner { float: left; }

    .head-box .inner h3 { margin-bottom: 15px; color: #3b8dd1; font-size: 24px; font-weight: normal; line-height: 1.3em; }

.u-tab-content p { margin: 0; padding: 3px 0; color: #444; font-size: 13px; line-height: 24px; }

.head-box .inner p { color: #222; font-size: 14px; line-height: 24px; }



fieldset, img { border: 0; }

.head-box .img-box img { padding: 1px; width: 120px; height: 120px; border: 1px solid #f0f0f0; }

.title-div strong { float: left; margin-top: -16px; padding: 3px 10px 3px 0; background: #fbfbfb; font-size: 15px; _position: absolute; }

.avatar-box { padding: 15px; background: #F7F8FD; overflow: hidden; }

.side-nav { border-top: 1px solid #e8ecef; }

    .side-nav li { padding: 5px 0; zoom: 1; }

        .side-nav li a { position: relative; display: block; margin: 0 15px; padding: 0px 15px; color: #6c757e; font-size: 14px; line-height: 40px; height: 40px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; outline-style: none; }

.avatar-box .img-box { display: block; float: left; margin-right: 10px; padding: 1px; border: 1px solid #fff; background: #fff; *width: 60px:; *height: 60px:; overflow: hidden; }

.avatar-box h3 { color: #6c757e; font-size: 16px; line-height: 1em; height: 24px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.avatar-box p { color: #6c757e; font-size: 12px; line-height: 20px; }

.avatar-box .img-box img { width: 60px; height: 60px; }
.u-tab-head { margin-bottom: 15px; height: 40px; background: #fbfbfb; border: 1px solid #e8ecef; }
    .u-tab-head p a { float: left; display: block; margin: -1px 0 auto -1px; padding: 0px 25px; line-height: 40px; height: 40px; color: #7f838c; font-size: 14px; border-left: 1px solid #e8ecef; border-right: 1px solid #e8ecef; }
        .u-tab-head p a:hover, .u-tab-head p a.selected { color: #fff; background: #0068fe; }
    .u-tab-head span { float: right; line-height: 40px; }
        .u-tab-head span .add { display: block; padding: 10px 15px; line-height: 20px; font-size: 12px; }
.u-tab-content { position: relative; padding: 15px; background: #fbfbfb; border: 1px solid #f0f0f0; min-height: 398px; overflow: hidden; _height: 398px; _overflow: visible; }
    .u-tab-content .ntitle { margin: 0 auto; padding: 0 0 10px 0; }
    .u-tab-content .ntitle-tit { margin: 0 0 10px; padding: 0; color: #444; font-size: 16px; font-weight: normal; }
    .u-tab-content .ntitle-info { color: #999; }
    .u-tab-content p { margin: 0; padding: 3px 0; color: #444; font-size: 13px; line-height: 24px; }
.title-div { margin-top: 20px; border-top: 1px solid #f0f0f0; height: 26px; color: #6e717a; }
    .title-div strong { float: left; margin-top: -16px; padding: 3px 10px 3px 0; background: #fbfbfb; font-size: 15px; _position: absolute; }
.head-box { padding: 10px; border: 1px solid #f6f6f6; background: #fff; }
    .head-box .img-box { float: left; margin-right: 10px; }
        .head-box .img-box img { padding: 1px; width: 120px; height: 120px; border: 1px solid #f0f0f0; }
    .head-box .inner { float: left; }
        .head-box .inner h3 { margin-bottom: 15px; color: #0068fe; font-size: 24px; font-weight: normal; line-height: 1.3em; }
        .head-box .inner p { color: #222; font-size: 14px; line-height: 24px; }
.head-inner { position: relative; margin: 20px 0 10px 0; padding: 10px; border: 1px solid #f6f6f6; background: #fff; }
    .head-inner h3 { margin-bottom: 10px; padding-bottom: 8px; color: #0068fe; font-size: 16px; font-weight: normal; line-height: 30px; border-bottom: 1px solid #f0f0f0; }
    .head-inner dl { display: block; float: left; width: 50%; line-height: 2.8em; font-size: 13px; }
        .head-inner dl dt { display: block; float: left; color: #666; }
        .head-inner dl dd { color: #999; }
.form-box { position: relative; padding: 10px; border: 1px solid #f6f6f6; background: #fff; font-size: 14px; }
    .form-box dl { display: block; padding: 5px 0; }
        .form-box dl:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }
        .form-box dl dt { display: block; float: left; width: 120px; line-height: 38px; min-height: 38px; color: #555; font-size: 13px; text-align: right; _position: absolute; }
        .form-box dl dd { position: relative; padding: 5px 0 5px 10px; line-height: 28px; min-height: 28px; color: #555; font-size: 13px; overflow: hidden; _margin-left: 120px; }
            .form-box dl dd label.radio { margin-right: 5px; }
.accept-box { padding: 0; background: #fff; border: 1px solid #f0f0f0; }
    .accept-box dl { padding: 0; }
        .accept-box dl.head { position: relative; padding: 0; background: #fbfbfb; border-bottom: 1px solid #e8e8e8; }
            .accept-box dl.head .btn-pay { position: absolute; top: 6px; right: 6px; display: block; padding: 0 15px; color: #fff; font-size: 12px; height: 24px; line-height: 24px; background: #52A152; border: 1px solid #417F41; border-radius: 2px; }

.step-box { position: relative; }
    .step-box ul { margin: 0 -40px 0 -10px; }
        .step-box ul li { position: relative; float: left; margin-right: -8px; width: 20%; text-align: center; color: #8c8c8c; font-size: 12px; }
            .step-box ul li .progress { color: #fff; }
                .step-box ul li .progress:after,
                .step-box ul li .progress:before { position: absolute; top: 0; right: 0; content: ""; width: 10px; height: 20px; background: url(../images/delivery.png) no-repeat 100% -60px; }
                .step-box ul li .progress:after { right: 0; background-position: 100% -20px; }
                .step-box ul li .progress:before { left: 0; background-position: 0 0; }
                .step-box ul li .progress .text { display: block; margin: 0 10px; padding: 1px 10px; background: #c3c3c3; height: 18px; line-height: 18px; }
            .step-box ul li.done .progress .text { background: #83bd39; }
            .step-box ul li.done .progress:before { background-position: 0 -40px; }
            .step-box ul li.done .progress:after { background-position: 100% -60px; }
            .step-box ul li.first .progress:before { display: none; }
            .step-box ul li.last .progress:after { display: none; }
            .step-box ul li .info { line-height: 20px; }
    .step-box.mini ul { margin: 0 -32px 0 -10px; }
        .step-box.mini ul li { width: 25%; }

/*头像上传*/
.avatar-img { display: block; margin: 20px 0; padding: 1px; width: 180px; height: 180px; border: 1px solid #f0f0f0; border-radius: 2px; background: #fff; }
    .avatar-img img { width: 180px; height: 180px; }
.cropper-wraper { margin-top: 20px; }
    .cropper-wraper .cropper-box { position: relative; float: left; margin-right: 20px; padding: 1px; width: 350px; height: 350px; text-align: center; border: 1px solid #f0f0f0; border-radius: 2px; background: #f4f4f4; text-align: center; vertical-align: middle; }
        .cropper-wraper .cropper-box div { margin: auto; vertical-align: middle; }

    .cropper-wraper .cropper-view { float: left; width: 184px; }
        .cropper-wraper .cropper-view .img-box { padding: 1px; width: 180px; height: 180px; border: 1px solid #f0f0f0; border-radius: 2px; background: #fff; overflow: hidden; }
            .cropper-wraper .cropper-view .img-box img { display: block; width: 180px; height: 180px; }
        .cropper-wraper .cropper-view .btn-box p { margin: 8px 0; text-align: center; color: #333; font-size: 13px; line-height: 24px; }
            .cropper-wraper .cropper-view .btn-box p.tip { text-align: left; color: #999; font-size: 13px; line-height: 22px; }
        .cropper-wraper .cropper-view .btn-box .btn { width: 100%; line-height: 34px; height: 36px; }

.ftable { width: 100%; border: 1px solid #f0f0f0; background: #fff; }
.mtable { width: 100%; background: #fff; _width: auto; }
    .mtable th, .ftable th { padding: 0.8em; color: #6e717a; font-size: 13px; font-weight: 400; background: #fbfbfb; border-bottom: 1px solid #e8e8e8; }
    .mtable td, .ftable td { padding: 0.8em; color: #333; font-size: 13px; border-bottom: 1px solid #F3F3F3; }
        .ftable td .img { padding: 1px; width: 60px; height: 60px; border: 1px solid #e8e8e8; }
        .ftable td s { color: #999; text-decoration: line-through; }
    .mtable .tr_odd_bg, .ftable .tr_odd_bg { background: #f9f9f9; }
.page-foot { clear: both; font-size: 13px; padding-top: 15px; height: 35px; }
.page-btns { float: left; }
    .page-btns a { color: #444; font-weight: bold; margin-right: 5px; }
    .page-btns .pipe { color: #cbcbcb; margin: 0 5px; }


.inner-box { margin: 30px 0; min-height: 350px; _height: 350px; border: 1px solid #f0f0f0; background: #fff; text-align: center; }
    .inner-box .dl-list { margin: 0 auto; padding: 30px; text-align: left; width: 879px; font-size: 14px; }
        .inner-box .dl-list dl { clear: both; display: block; padding: 5px 0; }
            .inner-box .dl-list dl:after { clear: none; content: ""; display: block; height: 0; visibility: hidden; }
            .inner-box .dl-list dl dt { display: block; padding: 5px 0; float: left; width: 30%; line-height: 42px; min-height: 42px; color: #555; text-align: right; }
            .inner-box .dl-list dl dd { position: relative; padding: 5px 0 5px 20px; line-height: 42px; min-height: 42px; color: #555; overflow: hidden; _margin-left: 120px; }
                .inner-box .dl-list dl dd .input { padding: 10px; }
                .inner-box .dl-list dl dd a.send { display: inline-block; color: #555; border: 1px solid #e8e8e8; border-radius: 3px; width: 110px; height: 40px; line-height: 40px; color: #333; font-size: 14px; text-align: center; background: #fff; vertical-align: middle; }
                    .inner-box .dl-list dl dd a.send.gray { color: #999; }
                    .inner-box .dl-list dl dd a.send img { margin-top: 9px; }
                .inner-box .dl-list dl dd .input.code { width: 84px; ime-mode: disabled; text-transform: uppercase; }

    .inner-box .tab-head { display: block; border-bottom: 1px solid #f0f0f0; background: #fbfbfb; overflow: hidden; }
        .inner-box .tab-head ul li { float: left; margin-left: -1px; border-left: 1px solid #f0f0f0; border-right: 1px solid #f0f0f0; }
            .inner-box .tab-head ul li a { display: block; padding: 0 30px; height: 50px; line-height: 50px; color: #555; font-size: 14px; }
                .inner-box .tab-head ul li a:hover, .inner-box .tab-head ul li a.selected { color: #666; background: #fff; border-bottom: 2px solid #0068fe; }
    .inner-box .tab-content { display: none; }

.form-bg { background: #00b4ef; }
.form-horizontal { background: #fff; padding-bottom: 40px; border-radius: 15px; text-align: center; }
    .form-horizontal .heading { display: block; font-size: 35px; font-weight: 700; padding: 35px 0; border-bottom: 1px solid #f0f0f0; margin-bottom: 30px; }
    .form-horizontal .form-group { padding: 0 20px; margin: 0 0 25px 0; position: relative; }
    .form-horizontal .form-control { background: #f0f0f0; border: none; border-radius: 2px; box-shadow: none; padding: 0 20px 0 120px; height: 40px; transition: all 0.3s ease 0s; }
    .form-horizontal #area .form-control { padding:0px 10px;width:auto;float:left; } 
    .form-horizontal #area .prov.form-control  {margin-right:10px;}  
    .form-horizontal .form-control:focus { background: #e0e0e0; box-shadow: none; outline: 0 none; }
    .form-horizontal .form-group i { position: absolute; top: 8px; left: 45px; font-style: normal; font-size: 17px; color: #c8c8c8; transition: all 0.5s ease 0s; }
    .form-horizontal .form-control:focus + i { color: #00b4ef; }
    .form-horizontal .fa-question-circle { display: inline-block; position: absolute; top: 12px; right: 60px; font-size: 20px; color: #808080; transition: all 0.5s ease 0s; }
        .form-horizontal .fa-question-circle:hover { color: #000; }
    .form-horizontal .main-checkbox { float: left; width: 20px; height: 20px; background: #11a3fc; border-radius: 2px; position: relative; margin: 5px 0 0 5px; border: 1px solid #11a3fc; display: none; }
        .form-horizontal .main-checkbox label { width: 20px; height: 20px; position: absolute; top: 0; left: 0; cursor: pointer; }
            .form-horizontal .main-checkbox label:after { content: ""; width: 10px; height: 5px; position: absolute; top: 5px; left: 4px; border: 3px solid #fff; border-top: none; border-right: none; background: transparent; opacity: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
        .form-horizontal .main-checkbox input[type=checkbox] { visibility: hidden; }
            .form-horizontal .main-checkbox input[type=checkbox]:checked + label:after { opacity: 1; }
    .form-horizontal .text { float: left; margin-left: 7px; line-height: 20px; padding-top: 5px; text-transform: capitalize; }
.main table th { text-align: center; }
.toolbar { margin-bottom: 20px; display: block; overflow: hidden; }
    .toolbar div.form-group { margin-left: 15px; }
    .toolbar #area select { margin-left: 15px; }
.more-teacher { text-align: center; }
    .more-teacher a { margin: 20px auto; margin-top: 40px; width: 200px; height: 50px; line-height: 50px; background-color: #0068fe; display: inline-block; font-size: 20px; color: #fff; transition: background-color font-size 2s; -moz-transition: background-color font-size 2s; /* Firefox 4 */ -webkit-transition: background-color font-size 2s; /* Safari 和 Chrome */ -o-transition: background-color font-size 2s; /* Opera */ }
        .more-teacher a:hover { background-color: #0068fe; font-size: 22px; }
.container .card{width:20%;}
.container .card span { overflow: hidden; width: 220px; height: 155px; margin: 15px 0px; }
.container .card img { transition: transform 1s; height: 155px; width: 220px; }
.container .card:hover img { transform: scale(1.2); }
.ftable tr:nth-child(odd) { background: #FaFaFa; border-bottom: 1px solid #eee; }
.ftable tr:hover { background: #f7f7f7; }
.table_bg { line-height: 22px; }
    .table_bg table { background: rgb(232, 232, 232); border-width: 1px medium medium 1px; border-style: solid none none solid; border-color: rgb(175, 174, 174) currentColor currentColor rgb(175, 174, 174); border-image: none; text-shadow: none; }
        .table_bg table tr { border: 0px currentColor; border-image: none; }
        .table_bg table td { border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(175, 174, 174) rgb(175, 174, 174) currentColor; padding: 5px 3px; border-image: none; }
        .table_bg table th { border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(175, 174, 174) rgb(175, 174, 174) currentColor; padding: 5px 3px; border-image: none; }
        .table_bg table tr.first { background: rgb(204, 204, 204); border-width: medium 1px 1px medium; border-style: none solid solid none; border-color: currentColor rgb(175, 174, 174) rgb(175, 174, 174) currentColor; padding: 5px 3px; border-image: none; font-weight: bold; }
.is_hide{display:none}


/*main css*/
.kefu { padding: 12px; border: 1px solid #d5d5d5; border-radius: 13px; position: fixed; right: 0; top: 20%; background: #f9fafb; z-index: 999999; }
.kefu_tel { text-align: center; padding: 10px 0 5px 0; border-bottom: 1px solid #d5d5d5; }
.kefu_tel p { font-size: 16px; color: #0374a7; margin-top: 10px; }
.kefu_qq ul li { margin-top: 10px; }
.kefu_qq ul li span { display: inline-block; width: 88px; height: 22px; border: 1px solid #619ab5; border-radius: 4px; background: #afe4fd; text-align: center; line-height: 22px; font-size: 12px; margin-left: 8px; }
.kefu_qq ul li img { vertical-align: middle; }
.kefu_ewm { margin-top: 10px; }
.kefu_ewm img { width: 122px; height: 122px; }

