/* CSS 公共部分 */
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr {
    margin: 0;
    padding: 0;
}
ul, ol {
    list-style: none;
}
body {
    font-size: 12px;
    background: #fff;
    color: #666;
    font-family: "宋体";
}
select, input, button {
    vertical-align: middle;
    font-size: 100%;
    border: 0;
}
fieldset, img {
    border: 0 none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
em, i, b {
    font-style: normal;
}
a {
    color: #fff;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    font: 0/0 arial
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0
}
.clearfix {
    *zoom: 1
}

html {
    overflow-x: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

　　::-webkit-input-placeholder { /* WebKit browsers */
    　　color: #999;
    　　
}

　　:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    　　color: #999;
    　　
}

　　::-moz-placeholder { /* Mozilla Firefox 19+ */
    　　color: #999;
    　　
}

　　:-ms-input-placeholder { /* Internet Explorer 10+ */
    　　color: #999;
    　　
}
/*头部连接部分*/
.top_nav {
    width: 100%;
    background: #333333;
    font: 12px "宋体";
    color: #666666;
    padding: 10px 0;
}

.top_nav a {
    color: #0086cd;
}

.top_nav s {
    color: #999999;
    text-decoration: none;
}

.top_nav .top_nav_user {
    /*display:none;*/
}
/*LOGO TITLE部分*/
.logo_nav {
    padding: 15px 0;
}

.logo_nav_img {
    background: url(/zhibo/assets/img/common/logo.png) top left no-repeat;
    font: 24px "microsoft yahei";
    font-weight: bold;
    color: #086fc5;
    height: 62px;
    padding-left: 200px;
    line-height: 60px;
}

.logo_nav_title {
    font: 24px "microsoft yahei";
    font-weight: bold;
    color: #086fc5;
    height: 62px;
    line-height: 60px;
}

.logo_nav_link li {
    width: 48px;
    float: left;
    padding: 10px;
    border-radius: 5px;
    margin-left: 10px;
    color: #666;
    border: 1px solid #fff;
}

.logo_nav_link_pic1 {
    background: url(/zhibo/assets/img/common/pic.png) -0px -0px no-repeat;
    height: 22px;
    width: 18px;
    margin: 0 auto 10px;
}

.logo_nav_link_pic2 {
    background: url(/zhibo/assets/img/common/pic.png) -36px -0px no-repeat;
    height: 22px;
    width: 18px;
    margin: 0 auto 10px;
}

.logo_nav_link1:hover, .logo_nav_link2:hover {
    border: 1px solid #0095db;
    color: #0095db;
}

.logo_nav_link1:active, .logo_nav_link2:active {
    border: 1px solid #0095db;
    background: #0095db;
    color: #fff;
}

.logo_nav_link1:active .logo_nav_link_pic1 {
    background: url(/zhibo/assets/img/common/pic.png) -18px -0px no-repeat;
}

.logo_nav_link2:active .logo_nav_link_pic2 {
    background: url(/zhibo/assets/img/common/pic.png) -54px -0px no-repeat;
}
/*banner部分*/
.banner {
    height: 360px;
    width: 100%;
    text-align: center;
    position: relative;
    background: #f8f8f8;
}

.banner .banner_pic a {
    background-position: center;
    display: none;
    height: 360px;
}

.banner_choose {
    display: inline-block;
+ display: inline;
    position: relative;
    top: -30px;
}

.banner_choose li {
    background: url(/zhibo/assets/img/common/choose.png) top center no-repeat;
    width: 25px;
    height: 5px;
    float: left;
    margin: 0 10px;
}

.banner_choose .choose_now {
    background: url(/zhibo/assets/img/common/choose_now.png) top center no-repeat;
    width: 25px;
    height: 5px;
}

.banner_choose_left, .banner_choose_right {
    height: 100px;
    width: 60px;
    display: block;
    position: absolute;
    top: 33%;
    left: 50%;
}
.banner_choose_left {
    background: url(/zhibo/assets/img/common/chooselr.png) -0px -0px no-repeat;
    margin-left: -500px;
}

.banner_choose_left:hover {
    background: url(/zhibo/assets/img/common/chooselr.png) -120px -0px no-repeat;
}
.banner_choose_right {
    background: url(/zhibo/assets/img/common/chooselr.png) -60px -0px no-repeat;
    margin-left: 440px;
}

.banner_choose_right:hover {
    background: url(/zhibo/assets/img/common/chooselr.png) -180px -0px no-repeat;
}
/*考试科目*/
.course h4 {
    text-align: center;
    font: 24px "microsoft yahei";
    color: #5a5a5a;
    padding-top: 10px;
}

.course h4 s {
    text-decoration: none;
    color: #dcdcdc;
    padding: 0 10px;
}

.course_list {
    padding: 15px 0 20px;
}

.course_list li, .course_list a {
    float: left;
    font: 16px "microsoft yahei";
    font-weight: bold;
    text-align: center;
    width: 180px;
    padding: 6px 0;
    border: 1px solid #eeeeee;
    border-radius: 50px;
    margin-right: 15px;
    margin-top: 10px;
    cursor: pointer;
    color: #666;
}

.course_list li:hover, .course_list a:hover {
    border: 1px solid #0095db;
    color: #0095db;
}

.course_list li.active, .course_list li:active, .course_list a:active {
    border: 1px solid #0095db;
    color: #FFF;
    background: #0095db;
}
/*主体信息部分*/
.gray {
    padding: 30px 0 0 0;
    width: 100%;
    background: #f8f8f8;
}

.main h4 {
    font: 24px "microsoft yahei";
    color: #5a5a5a;
    margin: 0 0 20px;
    padding-left: 30px;
    border-left: 10px solid #0095db;
}

.main .main_class {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.main_class .month .time {
    position: relative;
    width: 140px;
    height: 100%;
}

.main_class .month s {
    font: 30px "microsoft yahei";
    color: #999999;
    text-decoration: none;
    position: relative;
    top: 40px;
}

.main_class .month b {
    font: 30px "microsoft yahei";
    color: #5a5a5a;
    text-decoration: none;
    position: relative;
    top: 40px;
    left: 10px;
}

.main_class .month i {
    font: 30px "microsoft yahei";
    color: #0095db;
    font-style: normal;
    position: absolute;
    top: 40px;
    left: 130px;
    z-index: 999;
}

.main_class .class_info {
    border-left: 1px solid #eeeeee;
    width: 850px;
    padding-left: 5px;
    padding-bottom: 10px;
}

.main_class .class_info li {
    width: 260px;
    height: 240px;
    float: left;
    background: #ffffff;
    position: relative;
    margin: 20px 0 0 20px;
}

.main_class .class_info li h5 {
    background: #07b0d1;
    font: 18px "microsoft yahei";
    text-align: center;
    padding: 10px 0;
    color: #fff;
}

.class_info_title {
    font: 18px "microsoft yahei";
    color: #333333;
    margin: 20px 0 0 30px;
    font-weight: bold;
}

.class_info_title .class_info_time {
    position: relative;
    top: -5px;
    font: 12px "宋体";
    color: #999999;
    font-weight: bold;
}

.class_info_title .class_info_time .class_info_time2 {
    font: 12px "宋体";
    color: #999999;
    font-weight: bold;
}

.class_info_title s {
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}

.class_info_time {
    font: 12px "microsoft yahei";
    color: #5a5a5a;
    margin: 5px 0 0 30px;

}

.class .class_info_time {
    color: #999999;
}
.class_info_time2 {
    font: 12px "microsoft yahei";
    margin: 5px 0 0 20px;
    color: #999999;
}

.class_info_intr {
    font: 14px "microsoft yahei";
    color: #5a5a5a;
    margin: 20px 0 20px 30px;
    width: 210px;
}

.class_info_down, .class_info_enter {
    font: 14px "microsoft yahei";
    display: block;
    width: 50%;
    text-align: center;
    color: #000;
    height: 40px;
    line-height: 40px;
}

.class_info_down {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: #84c360;
    border-top: 1px solid #eeeeee;
    border-right: 1px solid #eeeeee;
}

.class_info_down:hover {
    background: #84c360;
    color: #fff;
}

.class_info_enter {
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #0095db;
    border-top: 1px solid #eeeeee;
}

.class_info_enter:hover {
    background: #0095db;
    color: #fff;
}
/*分页*/

.pagination {
    *zoom: 1;
    margin-top: 30px;
    padding-bottom: 40px;
}

.page_center {
    text-align: center;
}
.pagination:before, .pagination:after {
    display: table;
    content: ""
}
.pagination:after {
    clear: both
}
.pagination a {
    _display: inline;
    border: #ddd 1px solid;
    padding: 5px 7px;
    color: #0095db;
+ display: inline-block;
}

.pagination a:hover, .pagination .current a {
    background-color: #0095db;
    color: #fff;
    border-color: #ddd;
}
.pagination .previous {
    margin-right: 6px;
}

.pagination .next {
    margin-left: 6px;
}


/*底部*/
.footer{
    font-size: 14px;
}

/*频道页内容*/
.page2 {
    background: #f8f8f8
}

.info {
    width: 700px;
}

.info .course_list li {
    width: 158px;
}

.info h4 {
    color: #0095db;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #6bb9fa;
}

.info h4 b {
    padding-bottom: 8px;
    border-bottom: 3px solid #0095db;
}

.class {
    background: #fff;
    border: 1px solid #eeeeee;
    position: relative;
    border-left: 4px solid #07aed1;
    margin-bottom: 20px;
    overflow: hidden;
}

.class:hover {
    border-left: 4px solid #0ab9cd;
}

.classpage {
    float: right;
    width: 600px;
    position: relative;
}

.class .class_info_intr {
    width: 500px;
    margin: 5px 0 0px 30px;
}

.class .class_into_teacher {
    margin: 5px 0 20px 0px;
}

.class .class_info_down, .class .class_info_enter {
    font: 14px "microsoft yahei";
    display: block;
    height: 49.5%;
    width: 150px;
    text-align: center;
    color: #000;
    line-height: 54px;
    border-right: none;
    border-top: none;
    border-left: 1px solid #eeeeee;

}

.class .class_info_down:hover, .class .class_info_enter:hover {
    color: #fff;
}

.class .class_info_down {
    top: 0px;
    right: 0px;
    left: auto;
    border-bottom: 1px solid #eeeeee;
    color: #84c360;
}

.class .class_info_enter {
    color: #0095db;
}

.class_info_down_gray, .class .class_info_down_gray {
    color: #dddddd;
}

.class_info_down_gray:hover, .class .class_info_down_gray:hover {
    color: #dddddd;
    background: none;
}

.classpage {
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
}

.class h6 {
    font: 18px "microsoft yahei";
    font-weight: bold;
    color: #086fc5;
    width: 80px;
    left: 5px;
    text-align: center;
}

.class .classinfo {
    font-weight: normal;
    font-size: 12px;
    background: #fff;
    color: #666;
    font-family: "宋体";
    word-wrap: break-word;
    margin-top: 10px;
}

.no_more_tip {
    text-align: center;
    margin-bottom: 20px;
}

.loading {
    text-align: center;
    margin: 20px auto;
    cursor: pointer;
}

.notice {
    width: 280px;
    margin-left: 20px;
}

.notice_main, .notice_main3 {
    background: #ffffff;
    border: 1px solid #eeeeee;
    padding: 10px 0px 0px;
    margin-bottom: 20px;
}

.notice_main h3, .notice_main3 h3 {
    font: 18px "microsoft yahei";
    font-weight: bold;
    color: #666666;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
    padding-left: 10px;
}

.notice_main img {
    position: relative;
    top: 3px;
    margin: 0 5px;
}

.notice_main3 h3 img {
    position: relative;
    top: 4px;
    margin: 0 5px;
}

.notice_main ul {
    margin-left: 20px;
    padding: 0 10px;
}

.notice_main ul li {
    list-style-type: disc;
    margin: 20px 0;
    font: 14px "microsoft yahei";
    color: #129cde;
}

.notice_main ul li p {
    color: #666666;
    padding-right: 10px;
    line-height: 16px;
    word-wrap: break-word;
    word-break: break-all;
}

.notice_main ul li p a {
    color: #666666;
    text-decoration: underline;
}
.notice_main ul li p a:hover {
    color: #0095db;
}

.notice_main2 {
    text-align: center;
    padding: 30px 0;
    background: url("/zhibo/assets/img/common/line.png") bottom center no-repeat;
}
.notice_main2 img {
    max-width: 150px;
}

.notice_main2 p {
    margin-top: 10px;
    font: 14px "microsoft yahei";
    color: #666666;
}

.notice_main2 .qqnumber {
    margin-top: 10px;
    font: 14px "microsoft yahei";
    color: #27a0ed;
    text-decoration: underline;
}

.notice_main2 .qqnumber:hover {
    margin-top: 10px;
    font: 14px "microsoft yahei";
    color: #1178b9;
    text-decoration: underline;
}

.nobg {
    background: none;
}


/*直播页1.1改版*/
.gopng_try {
    position: absolute;
    display: block;
    background: url(/zhibo/assets/img/common/picgroup.png) -124px -0px no-repeat;
    height: 42px;
    width: 49px;
    overflow: hidden;
    left: 0px;
    top: 0px;
}

.shade {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: #000 \9;
    _background: none;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    display: none;
}

.layer {
    display: none;
    position: absolute;
    top: 5%;
    left: 50%;
    margin-left: -320px;
    width: 640px;
    background: #fff;
    z-index: 1002;
    border: 2px solid #0095db;
}

.layer h4 {
    font: 16px "微软雅黑";
    color: #5a5a5a;
    text-align: center;
    padding: 35px 0;
}
.gopng_close {
    position: absolute;
    right: 0px;
    display: block;
    background: url(/zhibo/assets/img/common/picgroup.png) -151px -45px no-repeat;
    height: 24px;
    width: 22px;
    overflow: hidden;
    cursor: pointer;
}

.layer .layer_part {
    float: left;
    width: 320px;
    min-height: 470px;
    height: auto !important;
    border-left: 1px solid #c0eaff;
}

.layer .layer_right {
    width: 319px;
    border-left: none;
}

.layer .layer_part h5 {
    font: 18px "微软雅黑";
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 22px 0;
}
.layer .layer_part .gopng_green {
    background: url(/zhibo/assets/img/common/green.png) repeat-x;
}
.layer .layer_part .gopng_blue {
    background: url(/zhibo/assets/img/common/blue.png) repeat-x;
}

.layer .layer_part .layer_valid h5 {
    font: 16px "微软雅黑";
    color: #5a5a5a;
    text-align: center;
    padding: 28px 0 26px;
}

.layer .layer_part .layer_input {
    border: 1px solid #dcdcdc;
    color: #666666;
    padding: 8px;
    padding-left: 5px;
    outline: none;
    margin-left: 5px;
    width: 150px;
+ width: 145 px;
    font: 14px "微软雅黑";
+ margin-left: - 25 px;
}

.layer .layer_part .layer_valid li {
    margin: 0 0 5px 25px;
    height: 70px;
}

.layer .a_submit {
    font: 12px "宋体";
    color: #fff;
    width: 90px;
    display: inline-block;
    text-align: center;
    padding: 10px 0 13px;
    border-radius: 3px;
+ vertical-align: bottom;
}

.validimg {
    cursor: pointer;
    width: 90px;
    vertical-align: top;
}

.layer .bg_green {
    background: #84c360;
}

.layer .bg_green:active {
    background: #73be49;
}

.layer .bg_gray {
    background: #aaaaaa;
}

.layer .bg_blue {
    background: #0095db;
}

.layer .layer_error {
    color: #ff5858;
    margin: 10px;
    font-size: 12px;
}

.layer .a_submit2 {
    font: 20px "微软雅黑";
    font-weight: bold;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 210px;
    display: inline-block;
    padding: 10px;
    margin: 20px 0 20px 50px;
    position: absolute;
    bottom: 0px;
}

.layer .layer_lesson {
    margin: 20px 30px 90px;
}

.layer .layer_lesson li {
    border: 1px solid #dcdcdc;
    border-top: none;
    padding: 20px 0;
    position: relative;
}

.layer .layer_lesson .layer_top {
    border-top: 1px solid #dcdcdc;
}

.layer .layer_lesson li h6 {
    font: 14px "微软雅黑";
    color: #333333;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.layer .layer_lesson li p {
    font: 12px "微软雅黑";
    color: #333;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.layer .layer_lesson .lactive {
    border: 2px solid #0095db;
    background: url(/zhibo/assets/img/common/right.png) right bottom no-repeat;
    margin-bottom: -2px;
}
.layer_pic_succ {
    display: block;
    background: url(/zhibo/assets/img/common/picgroup.png) -20px -0px no-repeat;
    height: 52px;
    width: 52px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30%;
    margin-bottom: 20px;
}
.layer_pic_error {
    display: block;
    background: url(/zhibo/assets/img/common/picgroup.png) -72px -0px no-repeat;
    height: 52px;
    width: 52px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30%;
    margin-bottom: 20px;
}

.layer_valid_info {
    display: none;

}

.layer_valid_info p {
    font: 16px "微软雅黑";
    color: #5a5a5a;
    line-height: 24px;
    text-align: center;
}

.layer_valid_info p a {
    color: #0095db;
    text-decoration: underline;
}

.layer_valid_info p a:hover {
    color: #0e5e83;
}

.layer .layer_lesson .lesson_info {
    display: none;
}

.layer .layer_lesson {
    padding-bottom: 3px;
    height: 310px;
    overflow-y: auto;
    position: relative;
    background-color: #ffffff;
}

.tryover .layer_right {
    display: none;
}

.tryover .layer_part {
    width: 100%;
    border-left: none;
}

.tryover .a_submit2 {
    margin-left: 200px;
}

.tryover .layer_lesson li h6 {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tryover .layer_lesson li p {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tryover .layer_lesson .lesson_info {
    position: absolute;
    display: block;
    width: 350px;
    height: 50px;
    top: 10px;
    padding-top: 10px;
    left: 180px;
    font: 12px "宋体";
    color: #666666;
    line-height: 20px;
    padding-left: 20px;
    border-left: 1px solid #dedede;
}

.float_error {
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -220px;
    width: 440px;
    background: #fff;
    z-index: 1003;
    border: 2px solid #0095db;
    border-radius: 3px;
    overflow: hidden;
    zoom: 1;
    display: none;
}
.float_error {
    _margin-top: 200px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

.float_error h4 {
    background: #0095db;
    color: #fff;
    text-align: center;
    font: 18px "微软雅黑";
    font-weight: bold;
    padding: 20px 0;
}

.float_error h4 span {

    font: 14px "微软雅黑";
    font-weight: normal;
}

.float_error h4 span b {
    font-weight: normal;
}

.float_error p {
    font: 16px "微软雅黑";
    color: #5a5a5a;
    text-align: center;
    padding: 40px 0;
}

.float_error p img {
    vertical-align: middle;
    margin-right: 10px;
}

.class {
    display: table;
    width: 695px;
}

.class h6 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
+ position: absolute;
+ top: 0 px;
}
/*完成购买弹窗*/
.complete {
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -260px;
    width: 520px;
    background: #fff;
    z-index: 1002;
    border: 2px solid #0095db;
    text-align: center;
    display: none;
}
.complete {
    _margin-top: 200px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

.complete p {
    font: 16px "microsoft yahei";
    color: #666666;
    margin: 50px 0;
}

.complete .buy_complete {
    font: 20px "microsoft yahei";
    color: #ffffff;
    margin: 50px 0;
    background: #0095db;
    border-radius: 3px;
    padding: 15px 55px;
    cursor: pointer;
}

.complete .looyu_complete {
    font: 16px "microsoft yahei";
    color: #0095db;
    margin: 35px 0;
    text-decoration: underline;
    cursor: pointer;
}

.complete .looyu_complete:hover {
    color: #1178b9;
}

.layer_valid {
    display: none;
}

.hidden {
    display: none;
}

.tryover .layer_right .a_submit2 {
    display: none;
+ position: static;
+ background: #ffffff;
+ width: 0 px;
+ height: 0 px;
}

/*免费课*/
.freepic {
    width: 700px;
    margin: 0 0 30px;
}

.free .free_enter, .free .free_order, .free .free_over, .free .free_down {
    font: 14px "microsoft yahei";
    display: block;
    height: 100%;
    width: 150px;
    text-align: center;
    line-height: 110px;
    border-left: 1px solid #eeeeee;
    position: absolute;
    bottom: 0px;
    right: 0px;
    color: #0095db;
}

.free .free_enter:hover {
    background: #0095db;
    color: #FFFFFF;
}

.free .free_order {
    color: #ff7900;
}

.free .free_over {
    color: #dddddd;
}

.free .free_order:hover {
    color: #FFFFFF;
    background: #ff7900;
}

.free .free_over:hover {
    color: #dddddd;
    background: #FFFFFF;
}
.free .free_down {
    color: #84c360;
}
.free .free_down:hover {
    background: #84c360;
    color: #fff;
}

.gopng_order {
    position: absolute;
    display: block;
    background: url(/zhibo/assets/img/common/free_order.png) -0px -0px no-repeat;
    height: 42px;
    width: 49px;
    overflow: hidden;
    left: 0px;
    top: 0px;
}
.gopng_living {
    position: absolute;
    display: block;
    background: url(/zhibo/assets/img/common/free_living.png) -0px -0px no-repeat;
    height: 42px;
    width: 49px;
    overflow: hidden;
    left: 0px;
    top: 0px;
}
.gopng_free {
    position: absolute;
    display: block;
    background: url(/zhibo/assets/img/common/free.png) -0px -0px no-repeat;
    height: 42px;
    width: 49px;
    overflow: hidden;
    left: 0px;
    top: 0px;
}

.layer_free {
    position: fixed;
    top: 15%;
    left: 50%;
    margin-left: -260px;
    width: 520px;
    height: 380px;
    background: #fff;
    z-index: 1002;
    /*border: 2px solid #0095db;*/
    border-radius: 5px;
    display: none;
    overflow: hidden;
}
.layer_free .gopng_close{

    position: absolute;
    right: 10px;
    top:10px;
    display: block;
    background: url(/zhibo/assets/img/common/newclose.png) top center no-repeat;
    height: 12px;
    width: 12px;
    overflow: hidden;
    cursor: pointer;
}
.layer_free .gopng_close:hover{
    background: url(/zhibo/assets/img/common/newclosehover.png) top center no-repeat;

}

.layer_free {
    _margin-top: 200px;
    _position: absolute;
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop));
}

.layer_free h5 {

    font: 16px "微软雅黑";
    color: #3c9ddb;
    text-align: center;
    height:60px;
    line-height: 60px;
    border-bottom:1px solid #eaeaea;
    display: block;
}

.layer_free .gopng_green {
    background:#f5f5f5;

}

.layer_free ul{
    padding-top:50px;
}

.layer_free .layer_valid {
    padding-left:89px;
    margin: 0 auto;
}

.layer_free .layer_valid h5 {
    display: none;
}

.layer_free .layer_input {
    border: 1px solid #dcdcdc;
    color: #999999;
    outline: none;
    width: 250px;
    height:37px;
    padding-left: 5px;
    font: 14px "微软雅黑";
    padding-left:10px;
    border-right:1px solid transparent;
}
.layer_free .nosubmit{
    width: 341px;

    border: 1px solid #dcdcdc;
}

.layer_free .validimg{
    width: 91px;
    height:39px;
    border-radius: 0 5px 5px 0;
    vertical-align: middle;
}

.layer_free .layer_valid li {
    height: 50px;
    font-size: 0px;
}

.layer_free .layer_valid .errorinfo{
    width: 353px;
    text-align: center;
    color: #ff5858;
    font-size: 14px;
    font-family: "microsoft yahei";
}

.layer_free .a_submit {
    vertical-align: middle;
    font: 12px "宋体";
    color: #fff;
    width: 90px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    vertical-align: middle;
    width: 91px;
    line-height: 39px;
    height:39px;
    border-radius: 0 5px 5px 0;

}

.layer_free .bg_green {
    background: #84c360;
}

.layer_free .bg_gray {
    background: #aaaaaa;
}

.layer_free .bg_blue {
    background: #0095db;
}

.layer_free .layer_error {
    color: #ff5858;
    margin: 10px 0;
}

.layer_free .a_submit2 {
    font: 16px "微软雅黑";
    color: #fff;
    text-align: center;
    border-radius: 5px;
    width: 180px;
    display: inline-block;
    height:50px;
    line-height: 50px;
    margin: 0 0 38px 170px;
    position: absolute;
    bottom: 0px;
}

.layer_free .layer_pic_succ, .layer_free .layer_pic_error {
    margin-top: 15%;
}

.layer_free_over .a_submit2 {
    display: none;
}

.layer_free_success .layer_free_success_wd {
    text-align: center;
    font: 16px "microsoft yahei";
    color: #5a5a5a;
    background: #FFFFFF;
    height:122px;
    line-height: 122px;
}

.layer_free_success .layer_free_success_wd img {
    vertical-align: middle;
    margin-right: 10px;
}

.layer_free_success h4 {
    font: 18px "microsoft yahei";
    color: #666666;
    padding: 20px 0 20px 30px;
    font-weight: bold;
}

.layer_free_success .layer_free_card {
    float: left;
    width: 182px;
    background: #FFFFFF;
    text-align: center;
    margin-left: 25px;
}

.layer_free_success .layer_free_card h5 {
    color: #0095db;
    font: 14px "microsoft yahei";
    font-weight: bold;

}

.layer_free_success .layer_free_card img {
    width: 106px;
    height: 106px;
    border-radius: 10px;
}

.layer_free_success .layer_free_card p {
    color: #5a5a5a;
    padding: 15px 0;

    font: 14px "microsoft yahei";
}

.layer_free_success .layer_free_card .qqnumber {
    margin-top: 10px;
    font: 14px "microsoft yahei";
    color: #27a0ed;
    text-decoration: underline;
}

.layer_free_success .layer_free_card .qqnumber:hover {
    margin-top: 10px;
    font: 14px "microsoft yahei";
    color: #1178b9;
    text-decoration: underline;
}

.w100 {
    width: 100%;
}

.b15 {
    margin-bottom: 15px;
    padding-top: 0px;
}

.class_info_oder {
    color: #ff7900;
}

.class_info_oder:hover {
    color: #ffffff;
    background: #ff7900;
}

.layer .gopng_close, .complete .gopng_close {
    position: absolute;
    right: 0px;
    display: block;
    background: url(/zhibo/assets/img/common/closebutton.png) no-repeat;
    height: 24px;
    width: 22px;
    overflow: hidden;
    cursor: pointer;
}

.notice_main3 li {
    border-bottom: 1px solid #e9e9e9;
}

.notice_main3 .appinfo {
    margin: 0 10px;
    padding: 15px 0;
    border-bottom: 1px dashed #e9e9e9;
}

.notice_main3 .appinfo img {
    margin: 0 10px 0 14px;
    width: 40px;
    float: left;
    height: 40px;
}

.notice_main3 .appinfo p {
    float: left;
    font: 18px "microsoft yahei";
    color: #333333;
    line-height: 25px;
}

.notice_main3 .appinfo p em {
    display: block;
    font-style: normal;
    color: #999999;
    font: 14px "microsoft yahei";
}

.notice_main3 .appdown {
    text-align: center;
    margin: 15px 0;
}

.notice_main3 .appdown img {
    width: 108px;
    height: 108px;
}

.notice_main3 .appdown p {
    color: #666666;
    font: 14px "microsoft yahei";
    width: 220px;
    margin: 10px auto;
}

.no_bottom {
    border-bottom: none;
}



.layer_free_success .new_link img{
    float:left;
    width: 121px;
    height: 121px;
    margin: 0 18px 0 82px;

}
.layer_free_success .new_link p{
    color: #5a5a5a;
    font-size: 14px;
    line-height: 22px;
    font-family: "microsoft yahei";
    width: 230px;
    float: left;
}
.layer_free_success .new_link p a{
    display: block;
    background: #0095db;
    font: 16px "微软雅黑";
    color: #fff;
    text-align: center;
    border-radius: 4px;
    width: 180px;
    height: 50px;
    line-height: 50px;
}