.vk_top_in_qmenu {
    width: 100%;
    float: left;
    clear: both;
}

.vk_top_in_qmenu .vk_title {
    font-weight: bold;
}

.vk_top_in_qmenu .list {
}

.vk_top_in_qmenu .diy {
    color: #555;
    font-size: 16px;
}

.vk_top_in_qmenu dl {
    border: 1px solid #eee;
    background-color: #f8f8f8;
}

.vk_top_in_qmenu dl dt {
    float: left;
    width: 100px;
    text-align: center;
}

.vk_top_in_qmenu dl dd {
    margin-left: 100px;
    line-height: 50px;
    background-color: #fff;
    border-bottom: 1px dotted #f2f2f2;
}

.vk_top_in_qmenu dl dd:last-child {
    border: none;
}

.vk_top_in_qmenu .list ul {
    position: relative;
}

.vk_top_in_qmenu .list ul li {
    float: left;
    line-height: 50px;
    padding: 0 10px;
    color: #555;
    font-size: 16px;
}

.vk_top_in_qmenu .list .vk_title {
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #333;
    font-size: 18px;
}

.vk_top_in_qmenu .list ul li a {
    display: inline-block;
    min-width: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #15a;
    font-size: 16px;
    border-bottom: none;
}

.vk_top_in_qmenu .list ul li a:hover {
    color: #f60;
    background: none;
    text-decoration: none;
}

.vk_top_in_qmenu .list_manage .vk_title {
    float: left;
    width: 80px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    color: #333;
    font-size: 18px;
}

.vk_top_in_qmenu .list_manage ul li {
    float: left;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    margin-bottom: 5px;
    color: #555;
    font-size: 16px;
    text-align: center;
}

.vk_top_in_qmenu .list_manage ul li a {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    background: #0ad;
    border-bottom: none;
    border-radius: 20px;
}


.a_mu {
    background: none;
    border: none;
}

.vk_ft {
    margin: 0 auto;
    width: 100%;
}

.vk_ft_bg {
    margin: 0 auto;
    width: 100%;
    background-color: #30363d;
}

.vk_ft_wp {
    width: 1200px;
    margin: 0 auto;
    border: none;
    padding: 20px 0;
}

.vk_ft_wp a {
    color: #8d9ea7;
}

.vk_ft_wp a:hover {
    color: #f60;
}

.vk_ft_wp .clear {
    height: 20px;
    clear: both;
}

.vk_ft_line {
    height: 2px;
    border-top: 1px solid #3b4351;
}

.border_top_1 {
    margin-top: 20px;
    padding-top: 15px;
}

.vk_contact_info_5_col {
    width: 1200px;
    min-height: 200px;
    margin: 0 auto;
    padding: 10px 0;
    clear: both;
}

.vk_contact_info_5_col ul {
    float: left;
    height: auto;
    margin-right: 120px;
    display: inline-block;
}

.ie6 .vk_contact_info_5_col ul {
    width: 250px;
    margin-right: 10px;
}

.vk_contact_info_5_col ul.vk_qrcode {
    float: right;
    height: auto;
    margin: 0 0 0 70px;
    display: inline-block;
}

.ie6 .vk_contact_info_5_col ul.vk_qrcode {
    width: 140px;
    margin: 0 0 0 20px;
}

.vk_contact_info_5_col ul li {
    height: 36px;
    line-height: 36px;
    list-style: none;
    font-size: 14px;
    color: #8d9ea7;
}

.vk_contact_info_5_col ul li a {
    font-size: 14px;
    color: #8d9ea7;
}

.vk_contact_info_5_col ul li a:hover {
    color: #f60;
}

.vk_contact_info_5_col ul li:nth-child(1) a {
    font-size: 18px;
    font-weight: bold;
}

.vk_qrcode p {
    font-size: 14px;
    color: #c0ccdf;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.vk_qrcode img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    transition: all 0.6s ease-in-out;
}

.vk_qrcode:hover img {
    transform: rotate(360deg) scale(1);
}

.vk_ft_bg_bottom {
    margin: 0 auto;
    width: 100%;
    background-image: none;
    background-color: #22272c
}

.vk_movement {
    -webkit-animation-name: vk_movement;
    -moz-animation-name: vk_movement;
    -o-animation-name: vk_movement;
    animation-name: vk_movement;
    -webkit-animation-duration: .4s;
    -moz-animation-duration: .4s;
    -o-animation-duration: .4s;
    animation-duration: .4s;
}

@-webkit-keyframes vk_movement {
    0% {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes vk_movement {
    0% {
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7);
    }

    45% {
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
        -o-transform: scale(1.05);
        transform: scale(1.05);
    }

    80% {
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
        transform: scale(.95);
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

.bg_color_blue_dark {
    background-color: #22272c;
}

.vk_ft_promise {
    height: auto;
    min-height: 80px;
    margin-top: 20px;
    overflow: visible;
}

.vk_ft_promise li {
    float: left;
    display: inline-block;
    margin-right: 30px;
    height: 60px;
}

.ie6 .vk_ft_promise li {
    margin-right: 15px;
}

.vk_ft_promise li:last-child {
    float: right;
    margin-right: 0px;
}

.vk_ft_promise li.ft_li_icon_1 {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/ft_li_icon_1.png) no-repeat;
}

.vk_ft_promise li.ft_li_icon_2 {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/ft_li_icon_2.png) no-repeat;
}

.vk_ft_promise li.ft_li_icon_3 {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/ft_li_icon_3.png) no-repeat;
}

.vk_ft_promise li.ft_li_icon_4 {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/ft_li_icon_4.png) no-repeat;
}

.vk_ft_promise li.ft_li_icon_5 {
    position: relative;
}

.vk_ft_promise .fixed_icon {
    float: left;
    display: inline-block;
    width: 60px;
    height: 60px;
    margin-left: 20px;
}

.vk_ft_promise .fixed_icon_weibo a {
    float: left;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/fixed_icon_weibo.png) no-repeat;
}

.vk_ft_promise .fixed_icon_weixin a {
    float: left;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/fixed_icon_weixin.png) no-repeat;
}

.vk_ft_promise .fixed_icon_ios a {
    float: left;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/fixed_icon_ios.png) no-repeat;
}

.vk_ft_promise .fixed_icon_android a {
    float: right;
    display: inline-block;
    width: 60px;
    height: 60px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/fixed_icon_android.png) no-repeat;
}

.vk_ft_promise #fixed_icon_weibo_qrcode {
    display: none;
    position: absolute;
    bottom: 60px;
    right: 240px;
    width: 150px;
    height: 180px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/fixed_icon_weibo_qrcode.png) no-repeat;
}

.vk_ft_promise #fixed_icon_weixin_qrcode {
    display: none;
    position: absolute;
    bottom: 60px;
    right: 160px;
    width: 150px;
    height: 180px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/fixed_icon_wechat_qrcode.png) no-repeat;
}

.vk_ft_promise #fixed_icon_ios_qrcode {
    display: none;
    position: absolute;
    bottom: 60px;
    right: 80px;
    width: 150px;
    height: 180px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/fixed_icon_ios_qrcode.png) no-repeat;
}

.vk_ft_promise #fixed_icon_android_qrcode {
    display: none;
    position: absolute;
    bottom: 60px;
    ;right: 0px;
    width: 150px;
    height: 180px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/fixed_icon_android_qrcode.png) no-repeat;
}

.vk_ft_promise li p {
    color: #8d9ea7;
}

.vk_ft_promise li p.p_title_up {
    text-indent: 70px;
    line-height: 30px;
    font-size: 16px;
}

.vk_ft_promise li p.p_title_down {
    text-indent: 70px;
    line-height: 30px;
    font-size: 12px;
}

#ct {
    min-height: 300px;
}

.ie6 #ct {
    height: 300px;
}

.mn {
    overflow: hidden;
}

.ct1 {
    border: 1px solid #CCC;
    border-top: none;
}

.ct2_a_r {
    border: none;
    background-image: none;
}

.ct2_a h1.mt {
    display: none;
}

.ct2_a .tb {
    margin-top: 3px;
}

.ct2 .mn {
}

.ct2 .sd {
}

.ct2 .mn {
    width: 890px;
    margin-bottom: 1em;
}

.ct2 .sd {
    width: 320px;
    overflow: hidden;
    _overflow-y: visible;
}

.ct2_a .mn {
    width: 1020px ;
    display: inline;
    margin-right: 10px;
    padding-top: 10px;
}

.ct2_a {
    margin-bottom: 10px;
    border-radius: 5px;
}

.ct2_a .appl h2 {
    font-size: 18px;
    padding-left: 20px;
}

.ct2_a,.ct3_a {
    background-color: #fff;
    border: 1px solid #eee;
}

.ct3_a .mn {
    width: 760px;
}

#nv_userapp .ct2_a .mn,.ct2_a_r .mn {
    margin-right: 0;
    width: 810px;
}

#vk_help .ct2_a {
    border: 1px solid #CCC;
    background-image: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/vlineb_vk_help.png);
}

#vk_help .ct2_a .mn {
    float: right;
    width: 940px ;
    display: inline;
    margin-right: 20px;
    padding-top: 10px;
}

#vk_help .tbn ul {
    margin: -1px 1px 0 0;
    border-bottom: 1px solid #FFF;
}

#vk_help .tbn li {
    margin: 0;
    padding: 0;
    height: 40px;
    border-top: 1px solid #fcfcfc;
    border-bottom: 1px solid #ccc;
}

#vk_help .tbn li:nth-child(1) {
    border-top: none;
}

#vk_help .tbn li a {
    padding: 5px 10px 5px 20px;
    font-size: 16px;
}

#vk_help .tbn li.a {
    padding: 0;
    margin: -1px -1px 0 0;
    background: #fff;
    font-size: 18px;
}

#vk_help .appl {
    float: left;
    overflow: hidden;
    margin-bottom: 10px;
    padding: 6px 10px;
    width: 180px;
}

.ct2_a .mn .bm form {
    padding: 10px;
}

.ct2_a .mn .bm form#mood_addform {
    padding: 0px;
}

.ct2_a .mn .bm .flb {
    padding-left: 10px;
}

.ct2_a .mn .bm .pns .pnc {
    margin-top: 10px;
}

#space #nv {
    position: absolute;
    left: 10px;
    height: auto;
    bottom: 0;
    background: transparent none;
    box-shadow: none;
}

#space #nv ul {
    float: left;
    width: auto;
    background: none;
    border-radius: 0px;
}

#space #nv li,#space #home {
    margin-right: 1px;
    padding: 0 6px;
    border: none;
    height: 40px;
    background: none;
    line-height: 40px;
    font-size: 12px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = #70FFFFFF,endColorstr = #70FFFFFF);
}

#space #nv li a:hover {
    color: #06c;
}

#space #nv a,#space #nv a:visited {
    padding: 0 5px;
    color: #333;
}

#space #nv li {
    padding: 0 1px;
}

#space #nv li a {
    padding: 0 18px;
    border: none;
    height: 30px;
    line-height: 30px;
}

#space #nv,#space #nv li.a,#space #nv li.a a,#space #nv li a:hover,#space #nv li.hover a:hover,#space #nv li.hover a {
    background: transparent none !important;
}

#space #ft {
    border-top: none !important;
}

#space #toptb {
    padding: 0 10px;
    background: #f2f2f2;
    background-image: none;
    border-bottom: 1px solid #CDCDCD;
    height: 28px;
    line-height: 28px;
}

#space #toptb a {
    color: #333;
}

#space #diy-tg {
    float: right;
    line-height: 30px;
    width: 56px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/static/image/diy/panel-toggle-space.png) no-repeat 100% 4px !important;
    padding: 0 4px !important;
}

#space a#diy-tg {
    margin: 0px 0 0 5px;
    border: none;
    text-indent: -9999px;
}

#space #toptb .new,#space #myprompt.new {
    background-position: 0px 44% !important;
}

#nv_home .pm_o {
    width: 140px;
    text-align: right;
}

.vk_bg {
    height: auto;
    zoom:1;margin: 0 auto;
    width: 100%;
    border: none;
    overflow: hidden;
}

.vk_bg_reg {
    width: 100%;
    min-height: 360px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/bg/bg_reg.jpg) center repeat-x;
    background-size: cover;
}

.vk_bg_reg_login {
    width: 100%;
    min-height: 360px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/bg/bg_reg_login.jpg) center repeat-x;
    background-size: cover;
}

.vk_reg_single {
    width: 900px;
    height: auto;
    position: relative;
    display: flex;
    margin: 100px auto;
    background-color: #fff;
    box-shadow: 0px 2px 10px 0px rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
    z-index: 9;
}

.vk_reg_single_login {
    margin: 0px auto;
}

.vk_reg_single_login_pop {
    z-index: 11;
    border-radius: 0px;
}

.vk_reg_single .vk_reg_left {
    float: left;
    width: 550px;
    height: auto;
    position: relative;
    display: block;
    background-color: #fff;
    box-sizing: border-box;
}

.vk_reg_single .vk_reg_right {
    float: right;
    width: 350px;
    height: auto;
    min-height: 400px;
    display: block;
    background-color: #f2f7fa;
    border-left: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.ie7 .vk_reg_single .vk_reg_right {
    width: 345px;
}

.vk_reg_single .vk_img_reg {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/bg/img_reg.jpg) no-repeat;
}

.vk_reg_single .vk_img_reg_login {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/bg/img_reg_login.jpg) no-repeat;
}

.vk_reg_single .bm {
    border: none;
}

.vk_reg_single .bm_h {
    height: 50px;
    border: none;
    padding: 10px 20px;
    background-color: transparent;
    line-height: 50px;
    color: #333;
    font-size: 14px;
}

.vk_reg_single .bm_h h3.xs2 {
    color: #333;
    font-size: 22px !important;
}

.vk_reg_single .flb em {
    color: #169;
    font-size: 16px;
    padding-left: 10px;
}

.vk_reg_single .vk_reg_left .rfm {
    float: left;
    max-width: 550px;
    height: auto;
    min-height: 70px;
    border: none;
    overflow: hidden;
}

.vk_reg_single .vk_reg_left .rfm hr.l {
    background-color: #eee;
}

.vk_reg_single .vk_reg_left .rfm .l {
    margin-bottom: 20px;
}

.vk_reg_single .vk_reg_left .rfm th {
    width: 110px;
    padding-right: 20px;
    font-size: 14px;
    vertical-align: middle;
    line-height: 32px;
}

.vk_reg_single .vk_reg_left .rfm td {
    padding: 0px;
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
}

.vk_reg_single .vk_reg_left .rfm td input {
    width: 300px;
    height: 32px;
    line-height: 36px;
    vertical-align: middle;
    background-image: none !important;
    background-color: #f5f7fa !important;
    border: 1px solid #eee;
}

.vk_reg_single .vk_reg_left .rfm td label {
    font-size: 14px;
    display: inline-block;
    margin-top: 10px;
}

.vk_reg_single .vk_reg_left .rfm td input.vk_reg_input_check {
    width: 16px;
    height: 16px;
}

.vk_reg_single .vk_reg_left .rfm td select {
    height: 32px;
    line-height: 36px;
    vertical-align: middle;
    background-image: none !important;
    background-color: #f5f7fa !important;
    border: 1px solid #eee;
    padding: 0 10px;
}

.vk_reg_single .vk_reg_left .rfm .tipcol {
    padding: 0 0 0 120px;
}

.vk_reg_single .vk_reg_left .rfm .vk_tipcol_login {
    padding: 0 0 0 130px;
}

.vk_reg_single .vk_reg_left .rfm .p_tip,.vk_reg_single .vk_reg_left .rfm .p_chk {
    width: 310px;
}

.vk_reg_single .vk_reg_left .rfm th.vk_reg_rq {
    vertical-align: top;
    padding-top: 5px;
}

.vk_reg_single .vk_reg_left .rfm button {
    cursor: pointer;
    width: 310px;
    height: 46px;
    margin: 0px 0 0 5px;
    padding: 0;
    background: #6bbc78;
    border-radius: 5px;
    border: 0px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    transition: all .2s;
}

.vk_reg_single_login_pop .rfm button {
    margin: 0px 0 0 0px !important;
}

.vk_reg_single .vk_reg_left .rfm button:hover,.vk_reg_single .vk_reg_left .rfm button:active {
    background: #1ad;
}

@media only screen and (min-device-width: 768px) and (max-device-width:1024px) {
    html,.top_head,.vk_ft_bg,.vk_ft_bg_bottom,.vk_bg {
        width:1200px;
    }
}

@media only screen and (max-device-width: 800px) and (-webkit-min-device-pixel-ratio:2) {
    .top_head,.vk_ft_bg,.vk_ft_bg_bottom,.vk_bg {
        width:1200px;
    }
}

.col_2 .frame,.col_3 .frame,.col_4 .frame {
    background: transparent;
    margin: 0px;
    padding: 0px;
}

.col_2 .block,.col_3 .block,.col_4 .block {
    background: transparent;
    margin: 0 0px;
    padding: 5px 0px;
}

.vk_diy .frame,.vk_diy .frame-tab,#sd .frame,#sd frame-tab,.vk_diy_sd .frame,.vk_diy_sd .frame-tab,.vk_diy_1 .frame,.vk_diy_1 .frame-tab,.vk_diy_2 .frame,.vk_diy_2 .frame-tab,.vk_diy_3 .frame,.vk_diy_3 .frame-tab,.vk_diy_4 .frame,.vk_diy_4 .frame-tab,.vk_diy_5 .frame,.vk_diy_5 .frame-tab,.vk_index .frame,.vk_index .frame-tab,.frame,.frame-tab,.col .frame,.col .frame-tab,.col_1 .frame,.col_1 .frame-tab,.col_2 .frame,.col_2 .frame-tab,.col_3 .frame,.col_3 .frame-tab,.col_4 .frame,.col_4 .frame-tab,.col_5 .frame,.col_5 .frame-tab,.col_bbs .frame,.col_bbs .frame-tab,.col_inner .frame,.col_inner .frame-tab {
    background: #fff;
    border: 1px solid #eee;
}

.vk_diy .block,.vk_diy_1 .block,.vk_diy_2 .block,.vk_diy_3 .block,.vk_diy_4 .block,.vk_diy_5 .block,.vk_index .block,.col .block,.col_1 .block,.col_2 .block,.col_3 .block,.col_4 .block,.col_5 .block,.col_bbs .block,.col_inner .block {
    background: #fff;
}

.vk_diy_bg_none {
}

.vk_diy_bg_none .frame,.vk_diy_bg_none .frame-tab,.vk_diy_bg_none .block {
    background: none;
    background: transparent;
}

.vk_diy {
    margin: 0 auto;
    clear: both;
}

.vk_col {
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    position: relative;
    float: left;
}

.vk_col .title {
    height: 43px;
    line-height: 40px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/bg_vk_col_title.gif) repeat-x 0 0;
}

.vk_col .block {
    margin: 0 10px;
    background: #fff;
}

.vk_col_title .title {
    height: 43px;
    line-height: 40px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/bg_vk_col_title_h2.gif) repeat-x 0 0;
}

.vk_col h2 {
    position: relative;
    margin: 0px 0 10px 0;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: nomal;
    color: #f90;
    text-indent: 0px;
    margin-left: 15px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/bg_vk_col_title_h2.gif) no-repeat;
}

.vk_col h2 a {
    display: inline;
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.vk_col h2 strong {
    color: #fff;
    font-weight: normal;
    margin-left: 10px;
}

.vk_col h2 span {
    position: absolute;
    right: 10px;
    text-indent: 10px;
}

.vk_col h2 span a {
    line-height: 50px;
    float: left;
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.vk_col h2 span a:hover {
    color: #f60;
}

.ie7 .vk_col h2 span a,.ie6 .vk_col h2 span a {
    line-height: 30px;
}

.vk_index {
    margin: 0 auto;
    width: 1200px;
    clear: both;
}

.vk_index {
    margin-bottom: 20px;
}

.vk_diy_side {
    margin-top: 15px;
    padding: 0 10px;
    background: #fff;
}

.vk_diy_side h3 {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    padding: 3px 0 8px 0;
    margin-bottom: 15px;
    height: 22px;
}

.vk_diy_side h3 i {
    border-bottom: 2px solid #2ac;
    height: 29px;
    display: inline-block;
    line-height: 23px;
    float: left;
    font-weight: normal;
    color: #222;
}

.vk_diy_side h3 span {
    float: right;
}

.vk_diy_side h3 span a {
    display: block;
    width: 15px;
    height: 25px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/more.gif) center no-repeat;
}

.vk_diy_side h3 span a:hover {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/more1.gif) center no-repeat;
}

.vk_diy_side .title {
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: normal;
}

.vk_diy_wp {
    margin: 15px 0;
    padding: 0 10px;
    background: #fff;
}

.vk_diy_wp h3 {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    padding: 3px 0 8px 0;
    margin-bottom: 15px;
    height: 22px;
}

.vk_diy_wp h3 i {
    border-bottom: 2px solid #2ac;
    height: 29px;
    display: inline-block;
    line-height: 23px;
    float: left;
    font-weight: normal;
    color: #222;
}

.vk_diy_wp h3 span {
    float: right;
}

.vk_diy_wp h3 span a {
    display: block;
    width: 15px;
    height: 25px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/more.gif) center no-repeat;
}

.vk_diy_wp h3 span a:hover {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/more1.gif) center no-repeat;
}

.vk_diy_wp .title {
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: normal;
}

.vk_title_wide {
    height: auto;
    zoom:1;overflow: hidden;
}

.vk_title_wide h2 {
    display: inline-block;
    float: left;
    height: 50px;
    margin: 10px 0;
}

.vk_title_wide h2 a {
    line-height: 50px;
    font-size: 30px;
    font-weight: normal;
    color: #333;
}

.vk_title_wide h2 a span {
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #f75;
}

.vk_title_wide ul {
    display: inline-block;
    float: right;
    margin-top: 15px;
}

.vk_title_wide ul li {
    float: left;
    margin-left: 15px;
    display: inline-block;
}

.vk_title_wide ul li a {
    display: inline-block;
    width: 80px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #ddd;
    color: #999;
    text-align: center;
    font-size: 14px;
    transition: all 0.2s;
}

.vk_title_wide ul li a:hover {
    color: #fff;
    background: #17b;
    border: 1px #17b solid;
}

.vk_title_wide_center {
    height: auto;
    zoom:1;overflow: hidden;
}

.vk_title_wide_center h2 {
    display: inline-block;
    float: left;
    height: 50px;
    margin: 10px 0;
}

.vk_title_wide_center h2 a {
    line-height: 50px;
    font-size: 30px;
    font-weight: normal;
    color: #333;
}

.vk_title_wide_center h2 a span {
    line-height: 50px;
    font-size: 30px;
    font-weight: bold;
    color: #f75;
}

.vk_title_wide_center ul {
    margin-top: 15px;
    text-align: center;
}

.vk_title_wide_center ul li {
    margin-right: 15px;
    display: inline-block;
}

.vk_title_wide_center ul li a {
    display: inline-block;
    width: 80px;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #ddd;
    color: #999;
    text-align: center;
    font-size: 14px;
    transition: all 0.2s;
    border-radius: 20px;
}

.vk_title_wide_center ul li a:hover {
    color: #fff;
    background: #f60;
    border: 1px #f60 solid;
}

.title_center h2 {
    text-align: center;
}

.title_center h2 {
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    color: #222;
    font-weight: normal;
}

.title_center h2 i {
    height: 100px;
    line-height: 100px;
    font-size: 50px;
    color: #999;
    font-weight: normal;
}

.title_center p {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #555;
    font-weight: normal;
}

.vk_title_center h2 {
    text-align: center;
}

.vk_title_center h2 {
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #222;
    font-weight: normal;
}

.vk_title_center h2 i {
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #999;
    font-weight: normal;
}

.vk_title_center_sub h2 {
    text-align: center;
}

.vk_title_center_sub h2 {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #999;
    font-weight: normal;
}

.vk_title_center_sub h2 i {
    height: 70px;
    line-height: 70px;
    font-size: 16px;
    color: #999;
    font-weight: normal;
}

.vk_title_wide_sub {
    height: auto;
    zoom:1;overflow: hidden;
}

.vk_title_wide_sub h2 {
    display: inline-block;
    float: left;
    height: 50px;
    margin: 10px 0;
}

.vk_title_wide_sub h2 a {
    line-height: 50px;
    font-size: 20px;
    font-weight: normal;
    color: #333;
}

.vk_title_wide_sub ul {
    display: inline-block;
    float: right;
    margin-top: 15px;
}

.vk_title_wide_sub ul li {
    float: left;
    margin-left: 15px;
    display: inline-block;
}

.vk_title_wide_sub ul li a {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    color: #999;
    text-align: center;
    font-size: 14px;
    transition: all 0.2s;
}

.vk_title_wide_sub ul li a:hover {
    color: #f60;
}

.title_color_blue {
}

.title_color_blue h2 {
    color: #0ad;
}

.title_color_blue h2 a {
    color: #0ad;
}

.title_color_blue h2 a:hover {
    color: #f60;
}

.title_color_blue ul li a {
    color: #999;
}

.title_color_blue ul li a:hover {
    color: #f60;
}

.col {
}

.col .title {
}

.col .frametitle {
}

.col .subtitle {
}

.col h2 {
    position: relative;
    margin: 5px 0 10px 0;
    overflow: hidden;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    text-indent: 20px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/bg_title_h2.gif) no-repeat;
}

.col h2 a {
    display: inline;
    font-size: 20px;
    font-weight: normal;
}

.col h2 span {
    position: absolute;
    right: 10px;
}

.col h2 span a {
    line-height: 50px;
    float: left;
    font-size: 14px;
    font-weight: normal;
}

.col_div {
}

.col ul li:hover img {
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
}

.vk_title_common .title {
    height: 43px;
    line-height: 40px;
    background: #f8f8f8 url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/bg_title_common.gif) repeat-x 0 0;
}

.vk_title_common h2 {
    height: 43px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    text-indent: 10px;
    background: #fff url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/bg_title_common.gif) repeat-x 0 0;
}

.ie6 .vk_title_common h2 span a,.ie7 .vk_title_common h2 span a {
    line-height: 30px;
}

.ie6 .vk_title_common h2 span em,.ie7 .vk_title_common h2 span em {
    line-height: 30px;
}

.vk_title_bg_none .title,.vk_title_bg_none .frame-title,.vk_title_bg_none .frametitle,.vk_title_bg_none .tab-title {
    height: 43px;
    line-height: 40px;
    background-color: transparent;
    background-image: none;
    border-bottom: none;
    box-shadow: none;
}

.vk_title_h2 .title {
    height: 43px;
    line-height: 40px;
    background: #f8f8f8 url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/bg_title_h2.gif) no-repeat 0 0;
}

h2.vk_title_h2 {
    position: relative;
    overflow: hidden;
    height: 44px;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-indent: 27px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/bg_title_h2.png) no-repeat;
}

h2.vk_title_h2 {
    margin-left: -1px;
    margin-top: -2px;
    border-radius: 3px 3px 0 0;
}

h2.vk_title_h2 a {
    display: inline;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}

h2.vk_title_h2 a:hover {
    color: #fe0;
}

h2.vk_title_h2 span {
    position: absolute;
    right: 10px;
}

h2.vk_title_h2 span a {
    color: #666;
    line-height: 44px;
    float: left;
    font-size: 12px;
    font-weight: normal;
}

h2.vk_title_h2 span a:hover {
    color: #f60;
}

.ie6 h2.vk_title_h2 span a,.ie7 h2.vk_title_h2 span a {
    line-height: 30px;
}

.vk_title_bg_none h2 {
    height: 36px;
    text-indent: 10px;
    background-color: transparent;
    background-image: none;
    border-bottom: none;
    box-shadow: none;
}

.vk_title_bg_none h2 a {
    line-height: 36px;
    font-size: 16px;
    font-weight: normal;
    color: #333;
}

.vk_title_bg_none .block {
    margin: 0 10px;
}

.vk_diy_page .vk_diy_page_view {
    margin-left: 10px;
    padding-left: 5px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/vk_page_view_num.png) no-repeat 0 50%;
}

.vk_diy_page .vk_diy_page_comment {
    margin-left: 10px;
    padding-left: 5px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/vk_page_comment_num.png) no-repeat 0 50%;
}

.ie6 .vk_diy_page .vk_diy_page_view,.ie6 .vk_diy_page .vk_diy_page_comment,.ie7 .vk_diy_page .vk_diy_page_view,.ie7 .vk_diy_page .vk_diy_page_comment {
    margin-top: -30px;
}

.vk_diy_reply_num {
    float: left;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/reply_num.png) 0 50% no-repeat;
    text-indent: 20px;
    color: #bbb;
    margin-right: 10px;
}

.vk_diy_view_num {
    float: left;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/view_num.png) 0 50% no-repeat;
    text-indent: 20px;
    color: #bbb;
    margin-right: 10px;
}

.vk_diy_rec_num {
    float: left;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/rec_num.png) 0 50% no-repeat;
    text-indent: 20px;
    color: #bbb;
    margin-right: 10px;
}

.vk_diy_side {
    margin-top: 15px;
    padding: 0 10px;
    background: #fff;
}

.vk_diy_side h3 {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    padding: 3px 0 8px 0;
    margin-bottom: 15px;
    height: 22px;
}

.vk_diy_side h3 i {
    border-bottom: 2px solid #2ac;
    height: 29px;
    display: inline-block;
    line-height: 23px;
    float: left;
    font-weight: normal;
    color: #222;
}

.vk_diy_side h3 span {
    float: right;
}

.vk_diy_side h3 span a {
    display: block;
    width: 15px;
    height: 25px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/more.gif) center no-repeat;
}

.vk_diy_side h3 span a:hover {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/more1.gif) center no-repeat;
}

.vk_diy_side .title {
    height: 40px;
    line-height: 40px;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: normal;
}

.vk_diy_wp {
    margin: 15px 0;
    padding: 0 10px;
    background: #fff;
}

.vk_diy_wp h3 {
    font-size: 16px;
    color: #222;
    font-weight: bold;
    padding: 3px 0 8px 0;
    margin-bottom: 15px;
    height: 22px;
}

.vk_diy_wp h3 i {
    border-bottom: 2px solid #2ac;
    height: 29px;
    display: inline-block;
    line-height: 23px;
    float: left;
    font-weight: normal;
    color: #222;
}

.vk_diy_wp h3 span {
    float: right;
}

.vk_diy_wp h3 span a {
    display: block;
    width: 15px;
    height: 25px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/more.gif) center no-repeat;
}

.vk_diy_wp h3 span a:hover {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/more1.gif) center no-repeat;
}

.vk_diy_wp .title {
    height: 40px;
    line-height: 40px;
    padding: 0;
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: normal;
}

#ct .sd .block {
    margin: 10px;
}

.vk_diy_3 {
    width: 100%;
    margin: 0 auto;
    clear: both;
}

.vk_diy_3_l {
    float: left;
    width: 500px;
    margin-right: 10px;
}

.vk_diy_3_m {
    float: left;
    width: 360px;
    margin-right: 0px;
}

.ie7 .vk_diy_3_m {
    width: 340px;
}

.ie6 .vk_diy_3_m {
    width: 340px;
}

.vk_diy_3_r {
    float: right;
    width: 320px;
}

.vk_diy_2-1 {
    width: 100%;
    margin: 0 auto;
    clear: both;
}

.vk_diy_2-1_l {
    float: left;
    width: 860px;
    margin-right: 20px;
}

.vk_diy_2-1_r {
    float: right;
    width: 320px;
}

.vk_col_title_tab_little .title {
    height: 43px;
    line-height: 40px;
    background-color: #fff;
    background-image: none;
    font-size: 14px;
    font-weight: normal;
}

.vk_tab_little {
}

.vk_tab_little .frame-tab .tb-c {
    padding: 5px 16px 10px 16px;
}

.vk_tab_little .tab-title {
    border: none !important;
}

.vk_tab_little .frame-tab .tb {
}

.vk_tab_little .frame-tab .tb a {
    width: auto;
    height: 24px;
    line-height: 24px;
    font-size: 14px !important;
    text-align: center;
    padding: 0 10px;
    margin: 11px 10px 0 3px;
    background-color: #eee;
    border-radius: 20px;
}

.vk_tab_little .frame-tab .tb li,.frame-tab .tb li a {
    border: none;
}

.vk_tab_little .frame-tab .tb .a a {
    color: #fff;
    font-weight: normal !important;
    background-color: #0ad;
    background-image: none;
}

.vk_tab_little .frame-tab .tb .a a {
    background-color: #0ad;
}

.vk_tab_little_right .frame-tab .tb {
    float: right;
}

.vk_col_title .title {
    height: 45px;
    line-height: 50px;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-indent: 5px;
}

.vk_rank_28px {
    list-style-type: none !important;
    margin: 0;
    height: 252px;
    overflow: hidden;
    border-bottom: none;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/vk_rank_28px.gif) no-repeat left 2px;
}

.ie6 .vk_rank_28px_ie6 {
    width: 210px;
}

.vk_rank_28px li {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-size: 14px;
    border-bottom: none
}

.vk_rank_28px li a {
    color: #555;
}

.vk_rank_28px li:nth-last-child {
    border-bottom: none;
}

.vk_rank_28px li span {
    width: 330px;
    display: inline-block;
    text-indent: 33px;
}

.ie6 .vk_rank_28px li span,.ie7 .vk_rank_28px li span {
    text-indent: 16px;
}

.vk_rank_28px li em {
    display: inline;
    float: right;
    font-size: 12px;
    color: #ccc;
}

#fontsearch {
    background: none;
}

.tsm {
    overflow: visible;
    margin-bottom: 0;
    width: 100%;
    border-collapse: collapse !important;
}

.tsm tr {
    border: 1px solid #eaeaea;
}

.tsm tr:hover {
    background: #fff;
}

.tsm th {
    line-height: 30px;
    font-weight: normal;
    border-right: 1px solid #eaeaea;
    width: 10%!important;
    text-indent: 10px;
    font-size: 12px;
    color: #666;
    background: #fafafa;
    border-bottom: 0;
    padding: 5px 0 5px 10px;
    vertical-align: middle;
}

.tsm td {
    font-size: 12px;
    border: 0;
    vertical-align: middle !important;
    padding: 5px;
    border-bottom: 0;
    background: #fff;
}

.tsm li {
    float: left;
    margin-right: 4px;
    padding: 3px 5px;
    white-space: nowrap;
}

.tsm li a {
    padding: 2px 5px;
    border-radius: 2px;
    font-size: 12px;
    color: #666!important;
}

.tsm li a:hover {
    color: #f60!important;
}

.module {
    position: relative;
}

.module em {
    position: absolute;
    right: 0px;
}

.vk_col_title_tab .title {
    height: 43px;
    line-height: 40px;
    background-color: #fff;
    background-image: none;
    font-size: 14px;
    font-weight: normal;
}

.ie6 .vk_col_title_tab h2 span a,.ie7 .vk_col_title_tab h2 span a {
    line-height: 30px;
}

.ie6 .vk_col_title_tab h2 span em,.ie7 .vk_col_title_tab h2 span em {
    line-height: 30px;
}

.vk_tab {
}

.vk_tab .frame-tab .tb-c {
}

.vk_tab .tab-title {
    border: none !important;
}

.vk_tab .frame-tab .tb {
}

.vk_tab .frame-tab .tb a {
    width: 90px;
    height: 32px;
    line-height: 32px;
    font-size: 14px !important;
    text-align: center;
    padding: 0;
    margin: 11px 10px 0 3px;
    background-color: #eee;
}

.ie6 .vk_tab .frame-tab .tb a {
    margin: 5px 5px 0 1px;
}

.vk_tab .frame-tab .tb li,.frame-tab .tb li a {
    border: none;
}

.vk_tab .frame-tab .tb .a a {
    color: #fff;
    font-weight: normal !important;
    background-color: #0ad;
    background-image: none;
}

.vk_tab .frame-tab .tb .a a {
    background-color: #0ad;
}

.vk_tab_right .frame-tab .tb {
    float: right;
}

.vk_col_title .title {
    height: 43px;
    line-height: 50px;
    background-color: #fff;
    background-image: none;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    text-indent: 5px;
}

.vk_tab_index {
}

.vk_tab_index .frame,.vk_tab_index .frame-tab,.vk_tab_index .frame-tab .tb-c,.vk_tab_index .block {
    background: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

.vk_tab_index .title {
    height: 60px;
    line-height: 60px;
    background-color: #fff;
    background-image: none;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.vk_tab_index .tab-title {
    border: none !important;
}

.vk_tab_index .frame-tab .tb {
    width: 460px;
    margin: 0 auto;
    text-align: center;
}

.vk_tab_index .frame-tab .tb a {
    width: 80px;
    height: 58px;
    line-height: 58px;
    font-size: 16px !important;
    text-align: center;
    padding: 0;
    margin: 0 30px;
    background: none;
}

.ie6 .vk_tab_index .frame-tab .tb a {
    margin: 5px 5px 0 1px;
}

.vk_tab_index .frame-tab .tb li,.frame-tab .tb li a {
    border: none;
}

.vk_tab_index .frame-tab .tb .a a {
    color: #f60;
    font-weight: normal !important;
    background-color: none;
    background-image: none;
    border-bottom: 2px solid #f60;
}

.vk_tab_index_left {
}

.vk_tab_index_left .frame,.vk_tab_index_left .frame-tab,.vk_tab_index_left .frame-tab .tb-c,.vk_tab_index_left .block {
    background: none;
    margin: 0px;
    padding: 0px;
    border: none;
}

.vk_tab_index_left .title {
    height: 55px;
    line-height: 55px;
    background-color: #fff;
    background-image: none;
    font-size: 16px;
    font-weight: normal;
}

.vk_tab_index_left .tab-title {
    border: none !important;
}

.vk_tab_index_left .frame-tab .tb {
    padding-left: 0px;
    border-bottom: 1px solid #f2f2f2;
}

.vk_tab_index_left .frame-tab .tb a {
    height: 50px;
    line-height: 50px;
    font-size: 16px !important;
    text-align: center;
    padding: 0;
    margin: 0 20px;
    background: none;
}

.ie6 .vk_tab_index_left .frame-tab .tb a {
    margin: 5px 5px 0 1px;
}

.vk_tab_index_left .frame-tab .tb li,.frame-tab .tb li a {
    border: none;
}

.vk_tab_index_left .frame-tab .tb .a a {
    color: #f60;
    font-weight: normal !important;
    background-color: none;
    background-image: none;
    border-bottom: 2px solid #f60;
}

.vk_top_side_post {
    position: fixed;
    right: 50%;
    margin-right: 600px;
    float: left;
    width: 60px;
    height: 360px;
    z-index: 9;
}

.vk_top_side_post ul {
}

.vk_top_side_post ul li {
    float: left;
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    background-color: #f8f8f8;
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 0;
    overflow: hidden;
}

.vk_top_side_post li a {
    float: left;
    display: block;
    padding: 0px !important;
    margin: 0px !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 60px;
    border-radius: 0;
    overflow: hidden;
    text-indent: -9999px;
    transition: all 0.3s;
}

.vk_top_side_post li a.vk_top_side_post_reply {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/viewthread/vk_top_side_post_reply.png) no-repeat #f8f8f8 !important;
}

.vk_top_side_post li a.vk_top_side_post_fav {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/viewthread/vk_top_side_post_fav.png) no-repeat #f8f8f8 !important;
}

.vk_top_side_post li a.bshare-weixin {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/viewthread/vk_top_side_post_wx.png) no-repeat #f8f8f8 !important;
}

.vk_top_side_post li a.bshare-qqim {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/viewthread/vk_top_side_post_qq.png) no-repeat #f8f8f8 !important;
    ;}

.vk_top_side_post li a.bshare-sinaminiblog {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/viewthread/vk_top_side_post_sina.png) no-repeat #f8f8f8 !important;
    ;}

.vk_top_side_post li a.bshare-qzone {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/viewthread/vk_top_side_post_qzone.png) no-repeat #f8f8f8 !important;
    ;}

.vk_top_side_post li a.bshare-more {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/viewthread/vk_top_side_post_more.png) no-repeat #f8f8f8 !important;
    ;}

.vk_top_side_post li a.vk_top_side_post_reply:hover,.vk_top_side_post li a.vk_top_side_post_fav:hover,.vk_top_side_post li a.bshare-weixin:hover,.vk_top_side_post li a.bshare-qqim:hover,.vk_top_side_post li a.bshare-sinaminiblog:hover,.vk_top_side_post li a.bshare-qzone:hover,.vk_top_side_post li a.bshare-more:hover {
    background-position: 0 -60px !important;
}

.vk_unit_qrcode {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/vk_unit_qrcode.png) no-repeat;
    background-size: 50px 50px;
}

#vk_unit_qrcode_menu {
    position: absolute;
    top: 0;
    right: 0;
    height: 300px;
    padding: 20px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
    z-index: 99;
    box-shadow: 0 0 20px 10px rgba(0,0,0,0.2);
}

#vk_unit_qrcode_menu h5 {
    height: 30px;
    line-height: 30px;
    color: #f60;
    font-size: 18px;
    text-align: center;
}

#vk_unit_qrcode_menu p {
    height: 50px;
    line-height: 50px;
    color: #555;
    font-size: 14px;
    text-align: center;
    margin-bottom: 10px;
}

#vk_unit_qrcode_menu p em {
    color: #f55;
    font-size: 24px !important;
    font-family: Georgia;
}

#vk_unit_qrcode_menu img {
    width: 200px;
    height: 200px;
}

.col_1-1 {
    height: auto;
    zoom:1;overflow: hidden;
}

.col_1-1_l {
    position: relative;
    float: left;
    width: 590px;
}

.col_1-1_r {
    position: relative;
    float: right;
    width: 590px;
}

.col_2-1 {
    height: auto;
    zoom:1;overflow: hidden;
}

.col_2-1_l {
    position: relative;
    float: left;
    width: 870px;
}

.col_2-1_r {
    position: relative;
    float: right;
    width: 310px;
}

.col_2-1_l-left {
    float: left;
    width: 350px;
}

.col_2-1_l-right {
    float: right;
    width: 500px;
}

.ie6 .col_2-1_l-right {
    float: right;
    width: 496px;
}

.col_2-3-1 {
}

.col_2-3-1_l {
    float: left;
    width: 350px;
    margin-right: 15px;
}

.col_2-3-1_m {
    float: left;
    width: 510px;
    position: relative;
    z-index: 10;
}

.col_2-3-1_m {
    background-color: transparent;
}

.col_2-3-1_r {
    float: right;
    width: 310px;
}

.col_2-1_page {
}

.col_2-1_l_page {
    float: left;
    width: 870px;
}

.col_2-1_r_page {
    float: right;
    width: 310px;
}

.vk_portal_slide_top {
    margin-bottom: 15px;
}

.vk_portal_hot {
    background: #fff;
    position: relative;
}

.vk_portal_hot_title {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    height: 50px;
    clear: both;
    z-index: 0;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/bg_vk_hot.gif) no-repeat 0 0;
}

.vk_portal_hot_title span {
    float: right;
    padding: 0 15px 0 0;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    text-align: right;
    line-height: 30px;
}

.vk_portal_hot_ct {
    padding-top: 0px;
}

.ie6 .vk_portal_hot hr.da,.ie7 .vk_portal_hot hr.da {
    margin-bottom: -2px !important;
}

.vk_portal_hot_ct {
    margin-top: 50px;
}

.vk_wechat_wp {
    position: relative;
}

#vk_wechat {
    position: absolute;
    top: 80px;
    right: 6px;
    display: none;
    width: 160px;
    height: 160px;
    z-index: 9999;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/vk_wechat.png) no-repeat;
}

#vk_phone_icon {
    position: absolute;
    top: 80px;
    left: 6px;
    display: none;
    width: 160px;
    height: 160px;
    z-index: 9999;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/vk_phone_icon.png) no-repeat;
    z-index:
}

.vk_line {
    margin: 6px 0 0px 0;
    width: 310px;
    height: 10px;
    border: none;
    clear: both;
}

.vk_side_icon_4 {
    margin: 0 auto;
    width: 310px;
    height: 90px;
    margin-top: 0px;
    border: none;
    clear: both;
}

.vk_side_icon_4 a {
    float: left;
    width: 60px;
    height: 90px;
    overflow: hidden;
    margin-right: 22px;
    color: #555;
    font-size: 12px;
    line-height: 150px;
    text-align: center;
    margin-bottom: 5px;
}

.vk_side_icon_4 a:hover {
    color: #f60;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.vk_side_icon_4_1 {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/vk_side_icon_4_1.png) no-repeat;
}

.vk_side_icon_4_2 {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/vk_side_icon_4_2.png) no-repeat;
}

.vk_side_icon_4_3 {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/vk_side_icon_4_3.png) no-repeat;
}

.vk_side_icon_4_4 {
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/vk_side_icon_4_4.png) no-repeat;
}

.vk_top_sd_ad {
    float: left;
    width: 230px;
    border: none;
    clear: both;
    overflow: hidden;
}

.vk_top_sd {
    float: left;
    width: 230px;
    margin: 5px 0;
}

.vk_top_post_2-1 {
    width: 310px;
    border: none;
    clear: both;
}

.vk_top_post_2-1 a {
    background: #333;
    width: 110px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 6px;
    box-shadow: 0px 1px 3px #aaa;
    border-radius: 0px;
}

.vk_top_post_2-1 a:hover {
    background: #5a1;
}

.vk_top_sd_ad_2-1 {
    float: left;
    width: 310px;
    border: none;
    clear: both;
    overflow: hidden;
}

.vk_top_sd_2-1 {
    float: left;
    width: 310px;
    margin: 5px 0;
}

.ie6 .vk_pic_ie6 .block {
    margin: 10px 5px 0 5px;
}

.vk_index_top_post_hot {
    width: 310px;
    height: 40px;
    margin: 20px 0 14px 0;
    background: #17b url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/vk_hot_1.gif) no-repeat 20% 50%;
    ;}

.vk_index_top_post_hot a {
    width: 310px;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}

.vk_index_top_post {
    width: 310px;
    border: none;
    clear: both;
}

.vk_index_top_post a {
    background: #fff;
    width: 150px;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    margin-bottom: 6px;
    border-radius: 3px;
}

.vk_index_top_post a:hover {
    background: #0ad;
    border-color: #0ad;
    color: #fff;
    box-shadow: 0 0 5px 3px rgba(0,193,222,.2);
}

.vk_sort_wp {
    position: relative;
    z-index: 1;
    height: 400px;
    margin: 0 0 20px 0;
}

.vk_sort_div {
    width: 1200px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -708px;
    z-index: 9999;
}

.vk_sort_content {
    width: 220px;
    height: 400px;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0px;
    left: -40px;
    z-index: 100;
}

.vk_sort {
}

.vk_sort ul {
}

.vk_sort ul li {
    position: relative;
    width: 220px;
    color: #000;
    height: 79px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.vk_sort ul li:hover {
    background: rgba(255,255,255,1.0);
    border-bottom: 1px solid #fff;
}

.vk_sort ul li a {
    color: #333;
}

.vk_sort ul li a.li_name {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0 0 15px;
    display: block;
}

.vk_sort ul li a.li_name:hover {
    color: #f60;
}

.vk_sort_li_little {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    font-size: 12px;
}

.vk_sort_li_little a {
    padding-left: 15px;
    display: inline;
}

.vk_sort ul li:hover a {
    color: #0ad;
}

.vk_sort ul li:hover .vk_sort_li_little a:hover {
    color: #f60;
}

.vk_sort_sub {
}

.vk_sort_sub li {
    display: none;
    position: absolute;
    top: 0;
    left: 220px;
    z-index: 100;
    width: 700px;
    min-height: 400px;
    height: auto;
    background: #fff;
    color: #333;
    box-shadow: 0px 15px 25px -2px rgba(0,0,0,0.2);
}

.on {
    background: #fff;
}

.vk_sort_sub_li {
    padding: 30px;
}

.vk_sort_sub_li_div {
    float: left;
    width: 700px;
    margin-bottom: 10px;
}

.vk_sort_sub_li_div h3 {
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
    width: 110px;
    text-align: left;
}

.vk_sort_sub_li_div h3 a {
    line-height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #0ad;
}

.vk_sort_sub_li_div h3 a:hover {
    color: #f60;
}

.vk_sort_sub_li_a {
    white-space: nowrap;
    display: inline-block;
    width: 550px;
    font-size: 13px;
    color: #333;
    margin: 0 20px 5px 0;
    text-align: left;
    vertical-align: top;
}

.vk_sort_sub_li_a a {
    float: left;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    color: #333;
    margin-right: 20px;
    text-align: left;
    vertical-align: top;
    margin-bottom: 3px;
}

.vk_sort_sub_li_a a:hover {
    color: #f60;
}

.col_4 {
    height: auto;
    zoom:1;overflow: hidden;
}

.col_4_1-1-1-1 {
    float: left;
    width: 285px;
    height: auto;
    margin-right: 20px;
    overflow: hidden;
    display: inline;
    margin-bottom: 15px;
    margin-top: 5px;
}

.col_4_1-1-1-1 p,.col_4_1-1-1-1 p a {
    color: #555;
    font-size: 14px;
    line-height: 30px;
}

.col_4_1-1-1-1 a {
    float: left;
    width: 285px;
    height: 80px;
    overflow: hidden;
    color: #333;
    font-size: 20px;
    line-height: 110px;
    text-align: center;
    text-indent: 100px;
}

.col_4_1-1-1-1 .vk_about_1 {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/vk_about_1.png) no-repeat;
}

.col_4_1-1-1-1 .vk_about_2 {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/vk_about_2.png) no-repeat;
}

.col_4_1-1-1-1 .vk_about_3 {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/vk_about_3.png) no-repeat;
}

.col_4_1-1-1-1 .vk_about_4 {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/vk_about_4.png) no-repeat;
}

.col_3 {
    height: auto;
    zoom:1;overflow: hidden;
}

.col_3_l {
    float: left;
    position: relative;
    width: 386px;
    height: auto;
    margin-right: 21px;
}

.col_3_m {
    float: left;
    position: relative;
    width: 386px;
    height: auto;
    margin-right: 21px;
}

.col_3_r {
    float: right;
    position: relative;
    width: 386px;
    height: auto;
    margin-right: 0px;
}

.col_3 h2 {
    color: #555;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-align: left;
}

.vk_company_logo ul {
    width: 100%;
}

.vk_company_logo ul li {
    float: left;
    width: 150px;
    margin-bottom: 30px;
    text-align: center;
}

.vk_company_logo ul li a {
    display: block;
    outline: 0;
}

.vk_company_logo .com_logo_title {
    font-size: 14px;
    color: #666;
    margin: 0 auto 5px;
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: normal;
    display: none;
}

.vk_company_logo ul li:hover .com_logo_title {
    color: #f60;
}

.vk_company_logo .com_logo {
    text-indent: -9999em;
    outline: 0;
    width: 120px;
    height: 60px;
    margin: 0 auto 20px;
    transition: all 0.3s;
}

.vk_company_logo .logo_1 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_1.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_2 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_2.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_3 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_3.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_4 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_4.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_5 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_5.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_6 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_6.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_7 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_7.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_8 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_8.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_9 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_9.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_10 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_10.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_11 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_11.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_12 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_12.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_13 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_13.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_14 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_14.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_15 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_15.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_16 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_16.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_17 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_17.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_18 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_18.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_19 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_19.svg) center no-repeat;
    background-size: 100px;
}

.vk_company_logo .logo_20 {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/logo_20.svg) center no-repeat;
    background-size: 100px;
}

.vk_diy_img_title_info_1_white ul {
}

.vk_diy_img_title_info_1_white ul li {
    height: auto;
    padding: 10px 10px;
    margin-bottom: 20px;
    transition: all 0.3s;
    text-align: left;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.1);
    background: #fff;
}

.vk_diy_img_title_info_1_white ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px
}

.vk_diy_img_title_info_1_white ul li:hover {
    background: #fff;
    transform: translateY(-10px);
    box-shadow: 0px 5px 8px -2px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.vk_diy_img_title_info_1_white ul li:hover a img {
    transform: scale(1.1);
}

.vk_diy_img_title_info_1_white ul li .vk_left_img {
    float: left;
    width: 150px;
    height: auto;
    background: #fff;
    border: none;
    overflow: hidden;
}

.vk_diy_img_title_info_1_white ul li .vk_left_img a {
    display: block;
    height: auto;
}

.vk_diy_img_title_info_1_white ul li .vk_left_img a img {
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;
}

.vk_diy_img_title_info_1_white ul li .vk_left_img a:hover img {
    transform: scale(1.1);
}

.vk_diy_img_title_info_1_white .vk_title {
    height: 30px;
    display: block;
    overflow: hidden;
}

.vk_diy_img_title_info_1_white .vk_title a {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 30px;
}

.vk_diy_img_title_info_1_white .vk_title a:hover {
    color: #f60;
}

.vk_diy_img_title_info_1_white .vk_summary {
    height: 20px;
    display: block;
    overflow: hidden;
}

.vk_diy_img_title_info_1_white .vk_summary a {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    line-height: 20px;
}

.vk_diy_img_title_info_1_white .vk_right_div {
    padding-left: 160px;
}

.vk_diy_img_title_info_1_white .vk_info {
    padding: 30px 5px 0 0;
}

.vk_diy_img_title_info_1_white .vk_info dl {
    width: 100%;
    height: 20px;
    overflow: hidden;
    transition: all 0.3s;
}

.vk_diy_img_title_info_1_white .vk_info dl dd {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    float: left;
    color: #999;
}

.vk_diy_img_title_info_1_white .vk_info .vk_forumname {
    font-size: 12px;
    color: #0bb;
    padding-right: 5px;
}

.vk_diy_img_title_info_1_white .vk_info .vk_replies {
    float: right;
    position: relative;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/reply_num.png) 0 50% no-repeat;
    text-indent: 20px;
}

.vk_diy_img_title_info_1_white .vk_info .vk_views {
    float: right;
    position: relative;
    display: inline-block;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/view_num.png) 0 50% no-repeat;
    text-indent: 20px;
    margin-right: 10px;
}

.vk_diy_img_title_info_1 ul {
}

.vk_diy_img_title_info_1 ul li {
    float: left;
    position: relative;
    height: auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    transition: all 0.3s;
    text-align: left;
}

.vk_diy_img_title_info_1 ul li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px
}

.vk_diy_img_title_info_1 ul li:hover {
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0px 5px 8px -2px rgba(0,0,0,0.2);
    border-radius: 10px;
}

.vk_diy_img_title_info_1 ul li:hover a img {
    border-radius: 10px;
}

.vk_diy_img_title_info_1 ul li .vk_left_img {
    float: left;
    width: 150px;
    height: auto;
    background: #fff;
    border: none;
    overflow: hidden;
}

.vk_diy_img_title_info_1 ul li .vk_left_img a {
    display: block;
    height: auto;
}

.vk_diy_img_title_info_1 ul li .vk_left_img a img {
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;
}

.vk_diy_img_title_info_1 ul li .vk_left_img a:hover img {
    transform: scale(1.1);
}

.vk_diy_img_title_info_1 .vk_title {
    height: 30px;
    display: block;
    overflow: hidden;
}

.vk_diy_img_title_info_1 .vk_title a {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 30px;
}

.vk_diy_img_title_info_1 .vk_title a:hover {
    color: #f60;
}

.vk_diy_img_title_info_1 .vk_summary {
    height: 20px;
    display: block;
    overflow: hidden;
}

.vk_diy_img_title_info_1 .vk_summary a {
    font-size: 12px;
    font-weight: normal;
    color: #999;
    line-height: 20px;
}

.vk_diy_img_title_info_1 .vk_right_div {
    padding-left: 160px;
}

.vk_diy_img_title_info_1 .vk_info {
    padding: 30px 5px 0 0;
}

.vk_diy_img_title_info_1 .vk_info dl {
    width: 100%;
    height: 20px;
    overflow: hidden;
    transition: all 0.3s;
}

.vk_diy_img_title_info_1 .vk_info dl dd {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    float: left;
    color: #999;
}

.vk_diy_img_title_info_1 .vk_info .vk_forumname {
    font-size: 12px;
    color: #0bb;
    padding-right: 5px;
}

.vk_diy_img_title_info_1 .vk_info .vk_replies {
    float: right;
    position: relative;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/reply_num.png) 0 50% no-repeat;
    text-indent: 20px;
}

.vk_diy_img_title_info_1 .vk_info .vk_views {
    float: right;
    position: relative;
    display: inline-block;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/view_num.png) 0 50% no-repeat;
    text-indent: 20px;
    margin-right: 10px;
}

.vk_diy_img_title_info_5 {
    width: 1200px;
    margin: 0 auto;
    background: none;
}

.vk_diy_img_title_info_5 ul {
    width: 1200px;
}

.vk_diy_img_title_info_5 ul li {
    width: 224px;
    height: 250px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    transition: all 0.3s;
    text-align: center;
}

.ie6 .vk_diy_img_title_info_5 ul li {
    margin-right: 15px;
}

.vk_diy_img_title_info_5 ul li:nth-child(5n) {
    margin-right: 0px;
}

.vk_diy_img_title_info_5 ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 25px -2px rgba(0,0,0,0.2);
}

.vk_diy_img_title_info_5 ul li .vk_top_img {
    position: relative;
    width: 224px;
    height: 170px;
    background: #fff;
    border: none;
    overflow: hidden;
}

.vk_diy_img_title_info_5 ul li .vk_top_img a {
    display: block;
    width: 224px;
    height: auto;
    overflow: hidden;
}

.vk_diy_img_title_info_5 ul li .vk_top_img a img {
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;
}

.vk_diy_img_title_info_5 ul li .vk_top_img a:hover img {
    transform: scale(1.1);
}

.vk_diy_img_title_info_5 ul li a .vk_cover {
    position: absolute;
    opacity: 0;
    z-index: 2;
    width: 224px;
    height: 170px;
    overflow: hidden;
    left: 0;
    top: 0;
    transition: all 0.3s;
    background: rgba(0,0,0,0.4);
}

.vk_diy_img_title_info_5 ul li:hover .vk_cover {
    opacity: 1;
}

.vk_diy_img_title_info_5 .vk_title {
    padding: 10px 5px 0 5px;
    height: 30px;
    display: block;
    overflow: hidden;
}

.vk_diy_img_title_info_5 .vk_title a {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 30px;
}

.vk_diy_img_title_info_5 ul li:hover .vk_title a {
    color: #f60;
}

.vk_diy_img_title_info_5 .vk_bottom_div {
    width: 222px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-top: none;
}

.vk_diy_img_title_info_5 ul li:hover .vk_bottom_div {
    border: 1px solid rgba(0,0,0,0);
}

.vk_diy_img_title_info_5 .vk_info {
    padding: 5px 5px 15px 5px;
}

.vk_diy_img_title_info_5 .vk_info dl {
    width: 100%;
    height: 20px;
    overflow: hidden;
    transition: all 0.3s;
}

.vk_diy_img_title_info_5 .vk_info dl dd {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    float: left;
    color: #999;
}

.vk_diy_img_title_info_5 .vk_info .vk_forumname {
    font-size: 12px;
    color: #0bb;
    padding-right: 5px;
}

.vk_diy_img_title_info_5 .vk_info .vk_replies {
    float: right;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/reply_num.png) 0 50% no-repeat;
    text-indent: 20px;
}

.vk_diy_img_title_info_5 .vk_info .vk_views {
    float: right;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/view_num.png) 0 50% no-repeat;
    text-indent: 20px;
}

.vk_diy_img_title_info_5_video {
    width: 1200px;
    margin: 0 auto;
    background: none;
}

.vk_diy_img_title_info_5_video ul {
    width: 1200px;
}

.vk_diy_img_title_info_5_video ul li {
    width: 224px;
    height: 250px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    position: relative;
    transition: all 0.3s;
    text-align: center;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    border-radius: 4px;
}

.ie6 .vk_diy_img_title_info_5_video ul li {
    margin-right: 15px;
}

.vk_diy_img_title_info_5_video ul li:nth-child(5n) {
    margin-right: 0px;
}

.vk_diy_img_title_info_5_video ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 25px -2px rgba(0,0,0,0.2);
}

.vk_diy_img_title_info_5_video ul li .vk_top_img {
    position: relative;
    width: 224px;
    height: 170px;
    background: #fff;
    border: none;
    overflow: hidden;
}

.vk_diy_img_title_info_5_video ul li .vk_top_img a {
    display: block;
    width: 224px;
    height: auto;
    overflow: hidden;
}

.vk_diy_img_title_info_5_video ul li .vk_top_img a img {
    width: 100%;
    overflow: hidden;
    transition: all 0.3s;
}

.vk_diy_img_title_info_5_video ul li .vk_top_img a:hover img {
    transform: scale(1.1);
}

.vk_diy_img_title_info_5_video ul li a .vk_cover {
    position: absolute;
    opacity: 0;
    z-index: 2;
    width: 224px;
    height: 170px;
    overflow: hidden;
    left: 0;
    top: 0;
    transition: all 0.3s;
    background: rgba(0,0,0,0.4);
}

.vk_diy_img_title_info_5_video ul li:hover .vk_cover {
    opacity: 1;
}

.vk_diy_img_title_info_5_video ul li a .vk_cover i.vk_cover_icon {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/play_icon.png) 0 0 no-repeat;
    background-size: 50px 50px;
}

.vk_diy_img_title_info_5_video .vk_title {
    padding: 10px 5px 0 5px;
    height: 30px;
    display: block;
    overflow: hidden;
}

.vk_diy_img_title_info_5_video .vk_title a {
    font-size: 14px;
    font-weight: normal;
    color: #333;
    line-height: 30px;
}

.vk_diy_img_title_info_5_video ul li:hover .vk_title a {
    color: #f60;
}

.vk_diy_img_title_info_5_video .vk_bottom_div {
    width: 222px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.05);
    border-top: none;
}

.vk_diy_img_title_info_5_video ul li:hover .vk_bottom_div {
    border: 1px solid rgba(0,0,0,0);
}

.vk_diy_img_title_info_5_video .vk_info {
    padding: 5px 5px 15px 5px;
}

.vk_diy_img_title_info_5_video .vk_info dl {
    width: 100%;
    height: 20px;
    overflow: hidden;
    transition: all 0.3s;
}

.vk_diy_img_title_info_5_video .vk_info dl dd {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    float: left;
    color: #999;
}

.vk_diy_img_title_info_5_video .vk_info .vk_forumname {
    font-size: 12px;
    color: #0bb;
    padding-right: 5px;
}

.vk_diy_img_title_info_5_video .vk_info .vk_replies {
    float: right;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/reply_num.png) 0 50% no-repeat;
    text-indent: 20px;
}

.vk_diy_img_title_info_5_video .vk_info .vk_views {
    float: right;
    background: url(http://www.wekei.cn/demo/wekei_edu_01/template/wekei_edu_01/images/play_num.png) 0 50% no-repeat;
    text-indent: 20px;
}

a .vk_class_cover i.vk_class_play_icon {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/play_icon.png) 0 0 no-repeat;
    background-size: 50px 50px;
}

.vk_class_info .vk_class_part,.vk_class_info_5 .vk_class_part {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/play_time.png) 0 50% no-repeat;
    background-size: 14px 14px;
    text-indent: 20px;
    margin-left: 10px;
}

.vk_class_info .vk_class_number,.vk_class_info_5 .vk_class_number {
    float: right;
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/play_num.png) 0 50% no-repeat;
    background-size: 14px 14px;
    text-indent: 20px;
}

.icon-play {
    height: 128px;
    width: 128px;
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/play_cover.png) 0px 0px no-repeat;
    float: left;
    margin: -150px 0 0 20px;
    transition: all 0.2s;
}

.vk_class_cover:hover .icon-play {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/play_cover_hover.png) 0px 0px no-repeat;
}

.vk_class_buy_consult {
    float: left;
    display: inline-block;
    width: 128px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-indent: 20px;
    line-height: 40px;
    border-radius: 20px;
    background: #0bb url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/consult.png) 20% 50% no-repeat;
    transition: ease 0.2s;
}

.vk_class_content ul li a span {
    height: 50px;
    width: 32px;
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/play.png) 0 62% no-repeat;
    float: left;
}

.vk_class_content ul li a:hover span,.vk_class_content ul li.vk_on a span {
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/play_hover.png) 0 62% no-repeat;
}

.vk_class_tech_prize {
    display: inline-block;
    width: 18px;
    height: 16px;
    margin-left: 10px;
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/prize.png) no-repeat;
}

a .vk_class_cover i.vk_class_play_icon {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/play_icon.png) 0 0 no-repeat;
    background-size: 50px 50px;
}

.vk_class_number {
    float: right !important;
    background: url(https://www.muzisucai.com/template/lewei_down/muzisucaicc/play_num.png) 0 50% no-repeat;
    text-indent: 20px;
}

.vk_class_list ul li,.vk_class_list_5 ul li {
    transition: all 0.3s;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.1);
    border-radius: 4px;
}

.vk_class_list ul li:hover,.vk_class_list_5 ul li:hover {
    transform: translateY(-5px);
    box-shadow: 0px 15px 25px -2px rgba(0,0,0,0.2);
}

.col_4 {
    height: auto;
    zoom: 1;
    overflow: hidden;
}

.hvr-wobble-horizontal {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
}
element.style {
    visibility: visible;
    animation-name: bounce;
}
@media screen and (max-width: 1500px) {
  .vk_sort_div {
    margin-left: -615px;
  }
}
@media screen and (max-width: 1300px) {
  .vk_sort_div {
    margin-left: -513px;
  }
}