* {
    margin: 0;
    padding: 0;
}

/* html {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
} */
body {
    font-size: 12px;
    font-family:  "Microsoft YaHei",Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #525f66;
}

img {
    border: 0;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}

table {
    width: 100%;
    border-collapse: collapse;
}

input {
    outline: none;
}

/* 清除内外边距 */

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
    /* structural elements 结构元素 */

dl,
dt,
dd,
ul,
ol,
li,
    /* list elements 列表元素 */

pre,
    /* text formatting elements 文本格式元素 */

fieldset,
lengend,
button,
input,
textarea,
    /* form elements 表单元素 */

th,
td {
    /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {  bottom: -0.25em; }
sup {  top: -0.5em; }
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.oh {
    overflow: hidden;
}

.ecv2_container {
    width: 1200px;
    margin: 0 auto;
    /*position: relative;*/
}

.ecv2_header {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
}

.ecv2_header_tools {
    color: #666666;
}

.ecv2_header_tools .fl>ul>li {
    float: left;
    line-height: 20px;
    position: relative;
    padding: 10px 16px;
    font-size: 12px;
    border-right: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
}

.ecv2_header_tools .fl>ul>li.on,
.ecv2_header_tools .fl>ul>li:hover {
    background: #fff;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    border-top: 0;
}


.ecv2_header_tools .fl>ul>li .ecv2_drop2_menus {
    top: 41px;
    left: 0;
}

.ecv2_header_tools .fl>ul>li:hover .ecv2_drop2_menus {
    display: block;
}

.ecv2_header_tools .fl>ul>li:after {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 100%;
    z-index: 2;
}

.ecv2_header_tools .fl>ul>li.on:after,
.ecv2_header_tools .fl>ul>li.on ul.drop_ul,
.ecv2_header_tools .fl>ul>li:hover:after,
.ecv2_header_tools .fl>ul>li:hover ul.drop_ul {
    display: block;
}



.ecv2_header_tools .fl>ul li.on::before,
.ecv2_header_tools .fl>ul li:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: -1px;
    z-index: 99999;
}

.ecv2_header_tools .fl ul ul.drop_ul {
    display: none;
    position: absolute;
    background: #fff;
    left: -1px;
    width: 104px;
    top: 100%;
    font-size: 14px;
    color: #667780;
    border: 1px solid #e6e6e6;
    padding-bottom: 6px;
    z-index: 9999;
    border-top: 0;
    padding-top: 1px;
    box-sizing: border-box;
}

.ecv2_header_tools .fl ul ul.drop_ul>li {
    padding: 10px 0;
    padding-left: 15px;
}

.ecv2_header_tools .fl ul ul.drop_ul>li:hover {
    background: #2590d7;
    color: #fff;
}

.ecv2_header_tools .fl ul ul.drop_ul>li:hover a {
    color: #fff;
}

.ecv2_header_tools img {
    vertical-align: -4px;
}

.ecv2_header_tools i {
    display: inline-block;
    width: 12px;
    height: 8px;
    margin-left: 10px;
    background: url(../img/index/icon_sub_down.png) no-repeat;
}

.ecv2_header_tools .fr {
    line-height: 40px;
}

.ecv2_header_tools .fr a {
    color: #666;
    margin: 0;
    font-size: 12px;
}

.ecv2_header_tools .fr .login_res a,
.ecv2_header_tools .fr .zk_res a,
.ecv2_header_tools .fr .zjb_res a,
.ecv2_header_tools .fr .ck_res a{
    margin: 0 16px;
}

.ecv2_header_tools .fr a:last-child {
    margin-right: 0;
}
.ecv2_header_tools .fr .login_res a.login{
    width: 56px;
    height: 28px;
    background: #3C79FF;
    border-radius: 14px;
    display: inline-block;
    vertical-align: initial;
    text-align: center;
    line-height: 28px;
    color: #fff;
    font-size: 14px;
}
.ecv2_header_tools .fr span {
    margin-left: 28px;
    font-size: 12px;
}

.ecv2_drop_list {
    display: none;
    z-index: 999;
    left: 0px;
    position: absolute;
    background: #fff;
    width: 920px;
    color: #525f66;
    font-size: 13px;
    padding: 30px;
    box-sizing: border-box;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.ecv2_drop_item>h5 {
    float: left;
    width: 128px;
    font-size: 14px;
    margin-right: 62px;
    text-align: right;
}

.ecv2_drop_item ul {
    overflow: hidden;
}

.ecv2_drop_item ul li {
    float: left;
    margin-right: 36px;
    position: relative;
    margin-bottom: 4px;
    min-height: 20px;
}

.ecv2_drop_item ul li:hover {
    color: #2590d7;
}

.ecv2_drop_item ul li:hover a {
    color: #2590d7;
}

.ecv2_drop_item {
    margin-bottom: 25px;
    color: #525f66;
    font-size: 13px;
    line-height: initial;
}

.ecv2_drop_item:last-child {
    margin-bottom: 0;
}

.ecv2_drop_item ul li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    right: -18px;
    top: 50%;
    margin-top: -5px;
    background-color: #cccccc;
}

.no-after:after {
    display: none;
}

.ecv2_drop_adv li {
    width: 186px;
    height: 116px;
    z-index: 0;
    margin-bottom: 18px;
    box-sizing: border-box;
    padding: 25px 16px;
    position: relative;
}

.ecv2_drop_adv li>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.ecv2_drop_adv li>a>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.ecv2_drop_adv h3 {
    color: #41b2a5;
    font-size: 16px;
    margin-bottom: 18px;
    line-height: initial;
}

.ecv2_drop_adv p {
    line-height: initial;
    font-size: 14px;
    color: #a4b4b2;
    line-height: 20px;
}

.ecv2_drop_left {
    float: left;
    width: 620px;
    box-sizing: border-box;
}

.ecv2_drop_inner {
    margin-left: 260px;
}

.ecv2_hs_logo {
    line-height: 100px;
    background: #fff;
}

.ecv2_logo {
    min-width: 450px;
}

.ecv2_logo span,
.ecv2_logo h1 {
    color: #1f77b1;
    font-size: 26px;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
}
.ecv2_logo .htitle {
    color: #1f77b1;
    font-size: 26px;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-style: normal;
}
.ecv2_logo span b,
.ecv2_logo h1 b  {
    font-weight: normal;
    font-size: 16px;
    color: #525f66;
    vertical-align: middle;
}

.ecv2_logo span:before,
.ecv2_logo h1:before  {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 0;
    background-color: #cccccc;
}

.ecv2_logo img {
    vertical-align: middle;
    height: 34px;
}

.ecv2_logo_nav li {
    float: left;
    font-size: 13px;
    cursor: pointer;
    margin-left: 20px;
    /*margin-top: 38px;*/
    /*line-height: initial;*/
    color: #525f66;
}

.ecv2_logo_nav li:hover {
    color: #2590d7;
}

.ecv2_logo_nav li:hover a {
    color: #2590d7;
}

.ecv2_logo_nav li i[class^="logo_nav_"] {
    display: inline-block;
    width: 20px;
    height: 16px;
    vertical-align: middle;
}

.logo_nav_video {
    background: url(../img/index/nav_logo_video_n.png) no-repeat;
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_video {
    background: url(../img/index/nav_logo_video.png) no-repeat;
    background-size: 20px 16px;
}

.logo_nav_shudian {
    background: url(../img/index/logo_nav_shudian_n.png) no-repeat;
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_shudian {
    background: url(../img/index/logo_nav_shudian.png) no-repeat;
    background-size: 20px 16px;
}

.logo_nav_live {
    background: url(../img/index/nav_logo_live_n.png);
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_live {
    background: url(../img/index/nav_logo_live.png);
    background-size: 20px 16px;
}

.logo_nav_study {
    background: url(../img/index/nav_logo_study_n.png);
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_study {
    background: url(../img/index/nav_logo_study.png);
    background-size: 20px 16px;
}

.logo_nav_tiku {
    background: url(../img/index/nav_logo_exercise_n.png) no-repeat;
    background-size: 20px 16px!important;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_tiku {
    background: url(../img/index/nav_logo_exercise.png) no-repeat;
    background-size: 20px 16px!important;
}


.logo_nav_ziliao {
    background: url(../img/index/nav_logo_ziliao_n.png) no-repeat;
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_ziliao {
    background: url(../img/index/nav_logo_ziliao.png) no-repeat;
    background-size: 20px 16px;
}

.logo_nav_center {
    /*background: url(../img/index/nav_logo_center_n.png) no-repeat;*/
    /*background-size: 20px 16px;*/
    /*top: -2px;*/
    /*position: relative;*/
    background: url(../img/index/logo_center.gif) no-repeat;
    background-position: 0 0;
    top: -2px;
    position: relative;
    width: 79px!important;
    height: 16px!important;
}

.ecv2_logo_nav li:hover .logo_nav_center {
    /*background: url(../img/index/nav_logo_center.png) no-repeat;*/
    /*background-size: 20px 16px;*/
    background-position: 0 -23px;
}

.logo_nav_618 {
    /*background: url(../img/index/nav_logo_center_n.png) no-repeat;*/
    /*background-size: 20px 16px;*/
    /*top: -2px;*/
    /*position: relative;*/
    background: url(../img/index/618-2.gif) no-repeat;
    background-position: 0 0;
    top: -2px;
    position: relative;
    width: 113px!important;
    height: 27px!important;
}

.logo_nav_tmall {
    background: url(../img/index/nav_logo_tmall_n.png) no-repeat;
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_tmall {
    background: url(../img/index/nav_logo_tmall.png) no-repeat;
    background-size: 20px 16px;
}

.logo_nav_jd {
    background: url(../img/index/nav_logo_jd_n.png) no-repeat;
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_jd {
    background: url(../img/index/nav_logo_jd.png) no-repeat;
    background-size: 20px 16px;
}

.logo_nav_book {
    background: url(../img/index/nav_logo_book_n.png) no-repeat;
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_book {
    background: url(../img/index/nav_logo_book.png) no-repeat;
    background-size: 20px 16px;
}

.ecv2_logo_nav a.on .logo_nav_book {
    background: url(../img/index/nav_logo_book.png) no-repeat;
    background-size: 20px 16px;
}

.ecv2_logo_nav a.on {
    color: #2590d7;
}

.ecv2_drop2_menus {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 810px;
    height: 458px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0px 0px 4px #ddd;
}

.ecv2_drop2_menus>ul {
    float: left;
    height: 100%;
    width: 142px;
    padding: 25px 0;
    box-sizing: border-box;
    font-size: 15px;
    color: #333333;
    border-right: 1px solid #e6e6e6;
}

.ecv2_drop2_menus>ul li {
    padding: 0 0 0 16px;
    cursor: pointer;
    margin-bottom: 32px;
    position: relative;
}

.ecv2_drop2_menus>ul li:hover,
.ecv2_drop2_menus>ul li.on {
    color: #3691d1;
}

.ecv2_drop2_menus>ul li:hover:after,
.ecv2_drop2_menus>ul li.on:after {
    display: block;
}

.ecv2_drop2_menus>ul li:after {
    position: absolute;
    display: none;
    right: -2px;
    top: 0;
    content: '';
    width: 3px;
    height: 18px;
    background-color: #2590d7;
}

.ecv2_drop2_container {
    overflow: hidden;
    padding: 40px 26px;
    width: 660px;
    background: #fff;
    box-sizing: border-box;
    height: 458px;
    overflow-y: auto;
}

.ecv2_index_wheel {
    height: 450px;
    box-sizing: border-box;
    background: #3ca6e2;
}

.ecv2_index_wheel .ecv2_container {
    height: 100%;
}

.ecv2_wheel_leftNav {
    float: left;
    color: #fff;
    height: 100%;
    width: 280px;
    padding: 10px 0;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.4);
    position: relative;
}

.ecv2_wheel_leftNav dl {
    padding: 18px 16px;
    cursor: pointer;
    /* position: relative; */
}

.ecv2_wheel_leftNav dl .ecv2_drop_list {
    left: 100%;
    /* top: -10px; */
    min-height: 450px;
    height: auto;
    top: 0;
    padding: 20px;
    height: 450px;
    overflow-y: auto;
}

.ecv2_wheel_leftNav dl:hover .ecv2_drop_list {
    display: block;
}

.ecv2_wheel_leftNav dl:hover {
    background: #fff;
    color: #2590d7;
}

.ecv2_wheel_leftNav dl:last-child {
    margin-bottom: 0;
}

.ecv2_wheel_leftNav dt {
    float: left;
    font-size: 14px;
}

.ecv2_wheel_leftNav dd {
    float: right;
    opacity: 0.7;
    font-size: 13px;
}

.ecv2_wheel_leftNav dd a {
    color: #fff;
}

.ecv2_wheel_leftNav dl:hover dd a {
    background: #fff;
    color: #2590d7;
}

.ecv2_wheel_leftNav dd i {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 12px;
    margin-left: 15px;
    background: url(../img/index/nav_sub_normal.png) no-repeat;
}

.ecv2_wheel_leftNav dl:hover i {
    background: url(../img/index/nav_sub_pre.png) no-repeat;
}

.ecv2_wheel_wrap {
    float: left;
    width: 920px;
    position: relative;
}

.ecv2_wheel_wrap .bd li img {
    width: 920px;
    height: 450px;
}

.ecv2_wheel_wrap .hd ul {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    padding-left: 240px;
}

.ecv2_wheel_wrap .hd li {
    display: inline-block;
    width: 30px;
    height: 3px;
    margin: 10px;
    background-color: #ffffff;
    opacity: 0.7;
}

.ecv2_wheel_wrap .hd li.on {
    opacity: 1;
}

.ecv2_main_bg {
    background: #f2f7fa;
}

.ecv2_panel_box {
    background: #fff;
    margin-bottom: 30px;
}

.ecv2_panel_box:last-child {
    margin-bottom: 0;
}

.ecv2_panel_hd {
    height: 76px;
    padding-right: 32px;
}

.ecv2_panel_hd>h3 {
    position: relative;
    color: #234457;
    font-size: 24px;
    padding-left: 26px;
    float: left;
    width: 200px;
    line-height: 76px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ecv2_panel_hd>h3:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 24px;
    background-color: #299dea;
    top: 50%;
    margin-top: -12px;
    left: 0;
}

.ecv2_panel_hd>ul {
    float: left;
    margin-left: 80px;
    font-size: 16px;
    color: #1f3d4d;
    line-height: 76px;
}

.ecv2_panel_hd>ul li {
    float: left;
    margin-right: 28px;
    cursor: pointer;
    position: relative;
}

.ecv2_panel_hd>ul li span {
    vertical-align: sub;
}

.ecv2_panel_hd>ul li em {
    display: none;
}

.tab_hover li em {
    display: none;
}

.ecv2_panel_hd>ul li:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #2590d7;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    display: none;
}

.ecv2_panel_hd>ul li:last-child {
    margin-right: 0;
}

.ecv2_panel_hd>ul li.on,
.ecv2_panel_hd>ul li:hover {
    color: #299dea;
}

.ecv2_panel_hd>ul li.on:after,
.ecv2_panel_hd>ul li:hover:after {
    display: block;
}

.ecv2_more {
    cursor: pointer;
    color: #999999;
    font-size: 14px;
    position: relative;
    padding: 28px 0;
    padding-left: 30px;
}

.ecv2_more:hover .ecv2_drop2_container {
    display: block;
}

.ecv2_more .ecv2_drop2_container {
    position: absolute;
    display: none;
    left: -582px;
    z-index: 20;
    line-height: initial;
    box-shadow: 0 0 4px #ddd;
    top: 100%;
}

.ecv2_more i {
    display: inline-block;
    width: 12px;
    height: 8px;
    vertical-align: middle;
    margin-left: 6px;
    background: url(../img/index/icon_sub_down.png) no-repeat;
}

.paddingTop30 {
    padding-top: 30px;
}

.ecv2_panel_bd {
    border-top: 1px solid #e6e6e6;
    padding: 30px 30px 20px;
}

.ecv2_wheel_extend {
    position: relative;
    float: left;
}

.ecv2_panel_left {
    float: left;
    width: 250px;
}

.ecv2_wheel_extend img {
    width: 250px;
    height: 434px;
}

.ecv2_wheel_extend .hd ul {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -29px;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 8px;
}

.ecv2_wheel_extend .hd li {
    width: 8px;
    height: 8px;
    cursor: pointer;
    background-color: #ffffff;
    opacity: 0.5;
    float: left;
    margin-right: 7px;
    border-radius: 50%;
}

.ecv2_wheel_extend .hd li:last-child {
    margin-right: 0;
}

.ecv2_wheel_extend .hd li.on {
    opacity: 1;
}

.ecv2_panel_center {
    padding: 10px 30px;
    float: left;
    width: 640px;
    box-sizing: border-box;
}

.ecv2_panel_center .toutiao_title {
    color: #299dea;
    font-size: 0;
}

.ecv2_panel_center .toutiao_title a {
    color: #299dea;
    font-size: 0;
    margin-right: 40px;
}

.ecv2_panel_center .toutiao_title a:last-child {
    margin-right: 0;
}

.ecv2_panel_center .toutiao_title img {
    vertical-align: middle;
    margin-right: 6px;
}

.ecv2_panel_center .toutiao_title span {
    vertical-align: middle;
    margin-right: 40px;
    font-size: 18px;
}

.ecv2_panel_center .toutiao_title span:last-child {
    margin-right: 0;
}

.ecv2_panel_center .tip_list {
    font-size: 0;
    margin: 16px 0 30px;
    padding-left: 6px;
}

.ecv2_panel_center .tip_list span {
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
}

h3.ecv2_hd_h3 {
    font-size: 18px;
    color: #1f3d4c;
    font-weight: normal;
    padding-left: 26px;
    position: relative;
    margin-bottom: 16px;
}

h3.ecv2_hd_h3:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background-color: #299dea;
}

.ecv2_video_list li {
    float: left;
    width: 180px;
    margin-right: 13px;
    cursor: pointer;
    position: relative;
}

.ecv2_video_list li:hover {
    /* top: -5px; */
    margin-top: -5px;
    padding-bottom: 5px;
}

.ecv2_video_list {
    margin-bottom: 25px;
}

.ecv2_video_list li:last-child {
    margin-right: 0;
}

.ecv2_video_box {
    width: 100%;
    height: 110px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.ecv2_video_live {
    position: absolute;
    width: 42px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    top: 0;
    right: 7px;
    z-index: 10;
    background-color: #fd8123;
    border-radius: 0px 0px 6px 6px;
    display: none;
}

.ecv2_video_box img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    image-rendering:-moz-crisp-edges;
    image-rendering:-o-crisp-edges;
    image-rendering:-webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode:nearest-neighbor;
}

.ecv2_video_box .cover-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin: 0 20px;
    width: 160px;
}

.ecv2_video_box .ecv2_video_box_msk {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background-color: #000000;
    opacity: 0.35; */
    z-index: 1;
}

.ecv2_video_box .ecv2_video_icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    margin: auto;
    /* background: url(../img/index/icon_sub_live.png) no-repeat; */


    background: url(../img/index/vid_icon.png) no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 25px;
    left: initial;
    bottom: initial;
}

.ecv2_video_box.ctype_3 .ecv2_video_icon,
.ecv2_video_box.ctype_40 .ecv2_video_icon,
.ecv2_video_box.ctype_41 .ecv2_video_icon,
.ecv2_video_box.ctype_42 .ecv2_video_icon,
.ecv2_video_box.ctype_43 .ecv2_video_icon,
.ecv2_video_box.ctype_126 .ecv2_video_icon,
.ecv2_video_box.ctype_44 .ecv2_video_icon,
.ecv2_video_box.ctype_0 .ecv2_video_icon,
.ecv2_video_box.ctype_1 .ecv2_video_icon {
    display: none;
}

.ecv2_video_box+p {
    color: #525f66;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 30px;
}

.menu_box_list ul {
    width: 640px;
}

.menu_box_list li {
    float: left;
    width: 135px;
    height: 70px;
    line-height: 70px;
    color: #525f66;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    background-color: #e1f5ff;
    margin-right: 14px;
    overflow: hidden;
}

.menu_box_list li img {
    vertical-align: middle;
    margin: 0 5px 0 15px;
}

.menu_box_list li:hover {
    top: -5px;
    box-shadow: 2px 2px 6px #ddd;
}

.menu_box_list li:last-child {
    margin-right: 0;
}

.ecv2_panel_right {
    float: right;
    width: 250px;
    position: relative;
    border-bottom: solid 1px #f0f0f0;
    padding-bottom: 20px;
}

.ecv2_panel_right:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #f0f0f0;
    left: 0;
    top: 0;
}

.ecv2_count_down_wrap {
    position: relative;
    height: 100px;
    z-index: 0;
    font-size: 13px;
    color: #333;
    padding-top: 14px;
    text-align: center;
    box-sizing: border-box;
}

.ecv2_count_down_wrap>img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.ecv2_count_down_wrap>h3 {
    font-size: 14px;
    color: #333333;
    text-align: center;
    margin-bottom: 16px;
}

.ecv2_count_down_wrap>h3 strong {
    font-size: 16px;
}

.ecv2_count_down {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin: 0 6px;
}

.ecv2_count_down li {
    display: inline-block;
    font-size: 32px;
    color: #299dea;
    font-weight: bold;
    width: 28px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-right: 6px;
    background-color: #ffffff;
    border-radius: 2px;
    background: url(../img/icon/icon_daojishi.png) no-repeat;
    background-size: cover;
    box-shadow: 0 0 5px #eee;
}

.ecv2_count_down li:last-child {
    margin-right: 0;
}

.ecv2_step_wrap {
    border-right: solid 1px #f0f0f0;
    height: 334px;
    box-sizing: border-box;
    padding: 25px 20px 25px 33px;
    position: relative;
    left: -12px;
    overflow: auto;
    width: 262px;
}

.ecv2_step_wrap {
    /*overflow-y: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;*/
}

.ecv2_step_wrap::-webkit-scrollbar {
    width: 6px;
}

/*定义滚动条的轨道，内阴影及圆角*/

.ecv2_step_inner::-webkit-scrollbar-track {
    background-color: #fff;
}

/*定义滑块，内阴影及圆角*/

.ecv2_step_wrap::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #e6e6e6;
}

.ecv2_step_hd {
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
}

.ecv2_step_hd:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    background: url(../img/point/icon_point_n.png) no-repeat;
    border-radius: 50%;
    left: -26px;
    top: 50%;
    margin-top: -5.5px;
}

.ecv2_step_hd.on:before {
    background: url(../img/point/icon_point_rk_p.png) no-repeat;
}

.ecv2_step_hd>span {
    display: inline-block;
    width: auto;
    height: 24px;
    margin-right: 10px;
    padding: 0 8px 0 5px;
    border-radius: 0 24px 24px 0;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    background: #eeeeee;
    /*min-width: 64px;*/
}

.ecv2_step_hd.on>span,
.ecv2_step_hd.Y>span {
    background: #299dea;
    color: #fff;
}

.ecv2_step_hd>h3 {
    display: inline-block;
    color: #333333;
    font-size: 13px;
    font-weight: normal;
    width: auto;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
}

.ecv2_step_wrap .ecv2_step_hd>h3 {
    text-overflow: initial;
    max-width: initial;
    width: auto;
}

.ecv2_step_wrap .ecv2_step_hd {
    overflow: hidden;
    text-overflow: initial;
    white-space: nowrap;
}

.ecv2_step_item {
    margin-bottom: 14px;
    position: relative;
}

.ecv2_step_item:last-child {
    margin-bottom: 0;
}

.ecv2_step_bd {
    overflow: hidden;
    color: #999999;
}

.ecv2_step_bd ul {
    width: 238px;
}

.ecv2_step_bd li {
    display: inline-block;
    float: left;
    margin-bottom: 6px;
    margin-right: 18px;
    white-space: nowrap;
    font-size: 13px;
    min-width: 52px;
    line-height: 17px;
}

.ecv2_step_bd li>a {
    color: #999999;
    font-size: 13px;
}

.theme_1 .ecv2_panel_hd>h3:before {
    background-color: #3b988d;
}

.theme_1 .ecv2_panel_hd>ul li.on,
.theme_1 .ecv2_panel_hd>ul li:hover {
    color: #3b988d;
}

.theme_1 .ecv2_panel_hd>ul li:after {
    background: #3b988d;
}

.theme_1 .ecv2_panel_center .toutiao_title {
    color: #3b988d;
}

.theme_1 h3.ecv2_hd_h3:before {
    background: #3b988d;
}

.theme_1 .menu_box_list li {
    background: #e3fbfb;
}

.theme_1 .ecv2_step_hd.on span,
.theme_1 .ecv2_step_hd.Y span {
    background: #3b988d;
    color: #fff;
}

.theme_1 .ecv2_step_hd.on:before {
    background: url(../img/point/icon_point_yw_p.png) no-repeat;
}

.theme_1 .ecv2_count_down li {
    color: #3b988d;
}

.theme_2 .ecv2_panel_hd>h3:before {
    background-color: #2f74dc;
}

.theme_2 .ecv2_panel_hd>ul li.on,
.theme_2 .ecv2_panel_hd>ul li:hover {
    color: #2f74dc;
}

.theme_2 .ecv2_panel_hd>ul li:after {
    background: #2f74dc;
}

.theme_2 .ecv2_panel_center .toutiao_title {
    color: #2f74dc;
}

.theme_2 h3.ecv2_hd_h3:before {
    background: #2f74dc;
}

.theme_2 .menu_box_list li {
    background: #e0ecff;
}

.theme_2 .ecv2_step_hd.on span,
.theme_2 .ecv2_step_hd.Y span {
    background: #2f74dc;
    color: #fff;
}

.theme_2 .ecv2_step_hd.on:before {
    background: url(../img/point/icon_point_tx_p.png) no-repeat;
}

.theme_2 .ecv2_count_down li {
    color: #2f74dc;
}

.theme_3 .ecv2_panel_hd>h3:before {
    background-color: #ff763a;
}

.theme_3 .ecv2_panel_hd>ul li.on,
.theme_3 .ecv2_panel_hd>ul li:hover {
    color: #ff763a;
}

.theme_3 .ecv2_panel_hd>ul li:after {
    background: #ff763a;
}

.theme_3 .ecv2_panel_center .toutiao_title {
    color: #ff763a;
}

.theme_3 h3.ecv2_hd_h3:before {
    background: #ff763a;
}

.theme_3 .menu_box_list li {
    background: #ffede5;
}

.theme_3 .ecv2_step_hd.on span,
.theme_3 .ecv2_step_hd.Y span {
    background: #ff763a;
    color: #fff;
}

.theme_3 .ecv2_step_hd.on:before {
    background: url(../img/point/icon_point_jr_p.png) no-repeat;
}

.theme_3 .ecv2_count_down li {
    color: #ff763a;
}

.theme_4 .ecv2_panel_hd>h3:before {
    background-color: #23b472;
}

.theme_4 .ecv2_panel_hd>ul li.on,
.theme_4 .ecv2_panel_hd>ul li:hover {
    color: #23b472;
}

.theme_4 .ecv2_panel_hd>ul li:after {
    background: #23b472;
}

.theme_4 .ecv2_panel_center .toutiao_title {
    color: #23b472;
}

.theme_4 h3.ecv2_hd_h3:before {
    background: #23b472;
}

.theme_4 .menu_box_list li {
    background: #e1f9ee;
}

.theme_4 .ecv2_step_hd.on span,
.theme_4 .ecv2_step_hd.Y span {
    background: #23b472;
    color: #fff;
}

.theme_4 .ecv2_step_hd.on:before {
    background: url(../img/point/icon_point_yw_p.png) no-repeat;
}

.theme_4 .ecv2_count_down li {
    color: #23b472;
}

.theme_5 .ecv2_panel_hd>h3:before {
    background-color: #ff9a41;
}

.theme_5 .ecv2_panel_hd>ul li.on,
.theme_5 .ecv2_panel_hd>ul li:hover {
    color: #ff9a41;
}

.theme_5 .ecv2_panel_hd>ul li:after {
    background: #ff9a41;
}

.theme_5 .ecv2_panel_center .toutiao_title {
    color: #ff9a41;
}

.theme_5 h3.ecv2_hd_h3:before {
    background: #ff9a41;
}

.theme_5 .menu_box_list li {
    background: #ffefe0;
}

.theme_5 .ecv2_step_hd.on span,
.theme_5 .ecv2_step_hd.Y span {
    background: #ff9a41;
    color: #fff;
}

.theme_5 .ecv2_step_hd.on:before {
    background: url(../img/point/icon_point_zg_p.png) no-repeat;
}

.theme_5 .ecv2_count_down li {
    color: #ff9a41;
}

.theme_6 .ecv2_panel_hd>h3:before {
    background-color: #d97c97;
}

.theme_6 .ecv2_panel_hd>ul li.on,
.theme_6 .ecv2_panel_hd>ul li:hover {
    color: #d97c97;
}

.theme_6 .ecv2_panel_hd>ul li:after {
    background: #d97c97;
}

.theme_6 .ecv2_panel_center .toutiao_title {
    color: #d97c97;
}

.theme_6 h3.ecv2_hd_h3:before {
    background: #d97c97;
}

.theme_6 .menu_box_list li {
    background: #fff2f6;
}

.theme_6 .ecv2_step_hd.on span,
.theme_6 .ecv2_step_hd.Y span {
    background: #d97c97;
    color: #fff;
}

.theme_6 .ecv2_step_hd.on:before {
    background: url(../img/point/icon_point_pmp_p.png) no-repeat;
}

.theme_6 .ecv2_count_down li {
    color: #d97c97;
}

.theme_7 .ecv2_panel_hd>h3:before {
    background-color: #706fd3;
}

.theme_7 .ecv2_panel_hd>ul li.on,
.theme_7 .ecv2_panel_hd>ul li:hover {
    color: #706fd3;
}

.theme_7 .ecv2_panel_hd>ul li:after {
    background: #706fd3;
}

.theme_7 .ecv2_panel_center .toutiao_title {
    color: #706fd3;
}

.theme_7 h3.ecv2_hd_h3:before {
    background: #706fd3;
}

.theme_7 .menu_box_list li {
    background: #efeffd;
}

.theme_7 .ecv2_step_hd.on span,
.theme_7 .ecv2_step_hd.Y span {
    background: #706fd3;
    color: #fff;
}

.theme_7 .ecv2_step_hd.on:before {
    background: url(../img/point/icon_point_ky_p.png) no-repeat;
}

.theme_7 .ecv2_count_down li {
    color: #706fd3;
}

.FriendshipLinks {
    padding-bottom: 20px;
}

.FriendshipLinks h3 {
    color: #333333;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 20px;
}

.FriendshipLinks>.fl {
    width: 1100px;
}

.FriendshipLinks a {
    color: #666666;
    font-size: 14px;
    display: inline-block;
    margin-right: 22px;
    margin-bottom: 10px;
}

.FriendshipLinks a:last-child {
    margin-right: 0;
}

.FriendshipLinks>.oh {
    text-align: right;
}

.FriendshipLinksBtn {
    width: 96px;
    height: 30px;
    font-size: 14px;
    color: #ffffff !important;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    border-radius: 30px;
    display: inline-block;
    background-color: #2590d7;
}

.ecv2_footer {
    font-size: 14px;
    color: #999999;
    background-color: #363c41;
}

.ecv2_footer_bottom {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #42484d;
}

.ecv2_footer_bottom p {
    line-height: 28px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.ecv2_footer_top ol {
    float: left;
    margin-right: 160px;
}

.ecv2_footer_top {
    padding: 30px 0 20px;
}

.ecv2_footer_top ol li {
    margin-bottom: 10px;
}

.ecv2_footer_top ol li:last-child {
    margin-bottom: 0;
}

.ecv2_footer_top ol li a {
    color: #9b9ea0;
}

.ecv2_footer_top ol li a:hover {
    color: #ff6a00;
}

.ecv2_footer_top ol li:first-child {
    color: #d7d8d9;
    margin-bottom: 18px;
}

.ecv2_footer_nextto {
    float: left;
    text-align: center;
}

.ecv2_footer_nextto h3 {
    font-size: 28px;
    color: #ffffff;
    opacity: 0.8;
    font-weight: normal;
}

.ecv2_footer_nextto span {
    color: #999;
    display: block;
    margin: 10px 0 30px;
}

.ecv2_footer_nextto dd a {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #ff773a;
    border-radius: 4px;
}

.ecv2_footer_nextto dd a img {
    width: 17px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.ecv2_footer_codes {
    float: right;
}

.ecv2_footer_codes li {
    float: left;
    margin-left: 38px;
    text-align: center;
    color: #cccccc;
}

.ecv2_footer_codes li>img {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
}

.ecv2_right_tools {
    position: fixed;
    left: 50%;
    right: initial;
    top: 150px;
    width: 76px;
    box-sizing: border-box;
    min-height: 220px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #e5e5e5;
    margin-left: 650px;
    z-index: 10000;
}
.ecv2_right_tools.fixleft{
    margin-left: -720px;
    min-height: auto;
}
.ecv2_right_tools a {
    display: block;
    padding: 0 8px 12px;
    color: #999999;
    font-size: 12px;
    position: relative;
    text-align: center;
    padding-top: 12px;
    position: relative;
}
.ecv2_right_tools .custom-item a span{
    /* white-space: nowrap;
    overflow: hidden;
    text-overflow: initial;
    width: 47px;
    display: inline-block; */
}
.ecv2_right_tools a:before {
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    left: 0;
    top: 0;
    left: 50%;
    margin-left: -30px;
    background-color: #e6e6e6;
}

.ecv2_right_tools li:first-child a:before {
    display: none;
}

.ecv2_right_tools a i {
    display: block;
    margin: 0 auto;
    width: 30px;
    height: 28px;
    margin-bottom: 4px;
}

.ecv2_right_tools a:hover {
    color: #299dea;
}
.ecv2_right_tools.fixleft a:hover ,
.ecv2_right_tools.fixleft a.on{
    color: #3A72FF;
}

.ecv2_right_tools a i.ecv2_right_i1 {
    background: url(../img/index/left_zixun_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i1 {
    background: url(../img/index/left_zixun_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i2 {
    background: url(../img/index/left_fuwu_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i2 {
    background: url(../img/index/left_fuwu_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i3 {
    background: url(../img/index/left_tel_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i3 {
    background: url(../img/index/left_tel_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i4 {
    background: url(../img/index/left_wechat_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i4 {
    background: url(../img/index/left_wechat_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i5 {
    background: url(../img/index/left_download_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i5 {
    background: url(../img/index/left_download_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i6 {
    background: url(../img/index/left_back_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i6 {
    background: url(../img/index/left_back_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_i7 {
    background: url(../img/index/left_shoppingChat_n.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_i7 {
    background: url(../img/index/left_shoppingChat_p.png) no-repeat;
}

.ecv2_right_tools a i.ecv2_right_px {
    background: url(../img/index/grey.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_right_px {
    background: url(../img/index/selected.png) no-repeat;
}

.ecv2_right_tools a:hover span.ecv2_right_s1 {
    background-color: #299dea;
}


.ecv2_right_tools a i.ecv2_left_xb {
    background: url(../img/index/icon-xb.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_left_xb,
.ecv2_right_tools a.on i.ecv2_left_xb{
    background: url(../img/index/icon-xbact.png) no-repeat;
}
.ecv2_right_tools a i.ecv2_left_zd {
    background: url(../img/index/icon-zd.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_left_zd,
.ecv2_right_tools a.on i.ecv2_left_zd{
    background: url(../img/index/icon-zdact.png) no-repeat;
}
.ecv2_right_tools a i.ecv2_left_mr {
    background: url(../img/index/icon-mr.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_left_mr,
.ecv2_right_tools a.on i.ecv2_left_mr{
    background: url(../img/index/icon-mract.png) no-repeat;
}
.ecv2_right_tools a i.ecv2_left_fx {
    background: url(../img/index/icon-fx.png) no-repeat;
}

.ecv2_right_tools a:hover i.ecv2_left_fx,
.ecv2_right_tools a.on i.ecv2_left_fx{
    background: url(../img/index/icon-fxact.png) no-repeat;
}

.znqtools{
    background: url(../../www/images/znq01.png);
    background-size: 100% auto;
    width: 137px;
    border: 0;
    color: #fff;
    padding-top: 75px;
    height: 514px;
}
.ecv2_right_tools.znqtools a{
    color: #fff;
}
.ecv2_right_tools.znqtools a i.ecv2_right_i1 {
    background: url(../img/index/left_zixun_b.png) no-repeat;
}

.ecv2_right_tools.znqtools a:hover i.ecv2_right_i1 {
    background: url(../img/index/left_zixun_y.png) no-repeat;
}

.ecv2_right_tools.znqtools a i.ecv2_right_i2 {
    background: url(../img/index/left_fuwu_b.png) no-repeat;
}

.ecv2_right_tools.znqtools a:hover i.ecv2_right_i2 {
    background: url(../img/index/left_fuwu_y.png) no-repeat;
}

.ecv2_right_tools.znqtools a i.ecv2_right_i3 {
    background: url(../img/index/left_tel_b.png) no-repeat;
}

.ecv2_right_tools.znqtools a:hover i.ecv2_right_i3 {
    background: url(../img/index/left_tel_y.png) no-repeat;
}

.ecv2_right_tools.znqtools a i.ecv2_right_i4 {
    background: url(../img/index/left_wechat_b.png) no-repeat;
}

.ecv2_right_tools.znqtools a:hover i.ecv2_right_i4 {
    background: url(../img/index/left_wechat_y.png) no-repeat;
}

.ecv2_right_tools.znqtools a i.ecv2_right_i5 {
    background: url(../img/index/left_download_b.png) no-repeat;
}

.ecv2_right_tools.znqtools a:hover i.ecv2_right_i5 {
    background: url(../img/index/left_download_y.png) no-repeat;
}

.ecv2_right_tools.znqtools a i.ecv2_right_px {
    background: url(../img/index/qiye-b.png) no-repeat;
}

.ecv2_right_tools.znqtools a:hover i.ecv2_right_px {
    background: url(../img/index/grey-y.png) no-repeat;
}
.ecv2_right_tools.fixleft  a .xb_nums{
    position: absolute;
    right: 2px;
    top: 5px;
    padding: 0 5px;
    line-height: 20px;
    border-radius: 20px 20px 20px 0;
    background-color: #ef3535;
    color: #fff;
    font-size: 12px;
}
.bg-F2F7FA{
    background: #F2F7FA;
}
.bg-fff{
    background: #fff;
}
.padb-50{
    padding-bottom: 50px;
}
.art_list_right{
    padding-top: 23px;
}
.art_list_right .zl_download_div{
    border: 0;
}
.ecv2_right_tools.znqtools a:hover {
    color: #FFEDA3;
}

.ecv2_right_tools a span.ecv2_right_s1 {
    position: absolute;
    z-index: 999;
    color: white;
    top: 10px;
    right: 18px;
    font-size: 12px;
    display: inline-block;
    border-radius: 10px;
    background: red;
    width: 18px;
    height: 18px;
    line-height: 18px;
}

.ecv2_right_code_hide {
    display: none;
    position: absolute;
    left: -165px;
    bottom: 0;
    background-color: #ffffff;
    border-radius: 5px;
    text-align: center;
    padding: 10px 10px 16px 10px;
    border: solid 1px #e5e5e5;
    color: #666666;
}
.fixleft .ecv2_right_code_hide{
    left: initial;
    right: -167px;
    top: 0;
    bottom: initial;
}

.ecv2_right_tools a:hover .ecv2_right_code_hide {
    display: block;
}

.ecv2_right_code_hide img {
    width: 140px;
    height: 140px;
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    border: solid 1px #e5e5e5;
}

#ecv2_goTop {
    display: none;
}

.ecv2_left_tools {
    display: none;
    position: fixed;
    top: 150px;
    right: 50%;
    min-width: 76px;
    width: auto;
    border: 1px solid #ededed;
    box-sizing: border-box;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 650px;
}
@media(max-width:1500px) {
    /* 你的css样式 */
    .ecv2_left_tools {
        right:initial;
        left:20px;
        margin-right:0;
        z-index:99;
    }
    .ecv2_right_tools{
        right: 20px;
        left: initial;
        margin-left: 0;
        z-index:99;
    }
    .ecv2_right_tools.fixleft{
        margin-left: 0;
        right: initial;
        left: 20px;
        z-index:99;
    }
}
.ecv2_left_tools a {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    background: #fff;
    position: relative;
    box-sizing: border-box;
    padding: 0 4px;
    word-break: break-all;
}

.ecv2_left_tools a:hover {
    background-color: #e4e8eb;
}

.ecv2_left_tools a.on {
    background-color: #4fa3db;
    color: #fff;
}

.ecv2_left_tools a span {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.ecv2_left_tools a:before {
    content: '';
    position: absolute;
    width: 60px;
    height: 1px;
    background: #f0f0f0;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}

.ecv2_left_tools a.on:before,
.ecv2_left_tools li:last-child a:before {
    display: none;
}

.znq_left_tools{
    background: url(../../www/images/zmq03.png) left top no-repeat;
    background-size: 100% auto;
    padding-top: 100px;
    border: 0;
}
.ecv2_left_tools.znq_left_tools a{
    color: #fff;
    background: #F21011;
}
.ecv2_left_tools.znq_left_tools a.on {
    background-color: #FA592E;
    color: #FFEDA3;
}
.ecv2_left_tools.znq_left_tools a:before{
    background: #FF7A63;
}

.ecv2_navs {
    background-color: #2590d7;
}

.ecv2_navs>ul {
    width: 1200px;
    margin: 0 auto;
}

.ecv2_navs>ul>li {
    float: left;
    width: 200px;
    height: 60px;
    font-size: 16px;
    color: #f2f7fa;
    cursor: pointer;
    position: relative;
    line-height: 60px;
    text-align: center;
}

.ecv2_navs>ul>li a {
    color: #f2f7fa;
}

.ecv2_navs>ul>li.on,
.ecv2_navs>ul>li:hover {
    background-color: #2086c9;
}

.ecv2_navs>ul>li i {
    position: absolute;
    width: 14px;
    height: 7px;
    top: 0;
    bottom: 0;
    right: 42px;
    margin: auto;
    background: url(../img/icon/nav_down.png) no-repeat;
}

.ecv2_navs>ul>li .ecv2_navs_drop {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #fff;
    z-index: 99;
    padding: 10px 0;
    display: none;
    box-shadow: 0 0 4px #ddd;
}

.ecv2_navs>ul>li:hover .ecv2_navs_drop {
    display: block;
}

.ecv2_navs>ul>li>.ecv2_navs_drop a {
    font-size: 16px;
    display: block;
    line-height: 48px;
    color: #7a8f99;
    text-align: center;
}

.ecv2_navs>ul>li>.ecv2_navs_drop a:hover {
    color: #525f66;
}

.ecv2_channel_three_box .ecv2_count_down_wrap .bgtime {
    background: none;
}

.ecv2_channel_three_box {
    margin: 18px auto;
}

.ecv2_channel_three_box .ecv2_panel_right,
.ecv2_channel_three_box .ecv2_panel_left {
    width: 300px;
}

.ecv2_channel_three_box .ecv2_panel_center {
    width: 560px;
    padding: 0;
    margin: 0 20px;
}

.ecv2_channel_three_box .ecv2_panel_left {
    background-color: #eff7fb;
    box-sizing: border-box;
    padding: 20px 15px 15px;
    height: 526px;
    overflow-y: auto;
    /* height: auto; */
}

.ecv2_channel_three_box .ecv2_panel_left .top {
    /* height: 323px; */
    height: auto;
}

.ecv2_channel_three_box .ecv2_panel_left dl {
    overflow: hidden;
    margin-bottom: 16px;
}

.ecv2_channel_three_box .ecv2_panel_left dt {
    color: #2590d7;
    font-size: 16px;
    margin-bottom: 20px;
}

.ecv2_channel_three_box .ecv2_panel_left a.gowatch {
    float: initial;
    font-size: 14px;
    color: #1f3d4d;
    margin-bottom: 0px;
    margin-right: 0px;
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ecv2_channel_three_box .ecv2_panel_left a {
    float: left;
    font-size: 14px;
    color: #1f3d4d;
    margin-bottom: 16px;
    margin-right: 20px;
}

.ecv2_channel_three_box .ecv2_panel_left .bottom {
    height: 168px;
}

.ecv2_channel_three_box .ecv2_panel_left .bottom img {
    width: 100%;
    height: 100%;
}

.ecv2_channel_three_box .ecv2_noCom_wheel img {
    display: block;
}

.ecv2_channel_three_box .ecv2_noCom_wheel {
    width: 560px;
    min-height: 260px;
    position: relative;
}

.ecv2_channel_three_box .ecv2_noCom_wheel .hd li {
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    opacity: 0.55;
    border-radius: 50%;
    float: left;
    margin-left: 10px;
}

.ecv2_channel_three_box .ecv2_noCom_wheel .hd li.on {
    opacity: 1;
}

.ecv2_channel_three_box .ecv2_noCom_wheel .hd ul {
    position: absolute;
    right: 25px;
    bottom: 12px;
}

.ecv2_channel_three_box .toutiao_title {
    padding: 20px 0 10px 20px;
    height: 126px;
}

.ecv2_channel_three_box .ecv2_adver li {
    float: left;
    margin-right: 20px;
}

.ecv2_channel_three_box .ecv2_adver li:last-child {
    margin-right: 0;
}

.ecv2_channel_three_box .ecv2_adver img {
    width: 173px;
    height: 109px;
}

.ecv2_channel_three_box .ecv2_list {
    margin-top: 20px;
}

.ecv2_channel_three_box .ecv2_list a {
    color: #333333;
    font-size: 16px;
    float: left;
    position: relative;
    margin-right: 32px;
    margin-bottom: 16px;
}

.ecv2_channel_three_box .ecv2_list a:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    top: 50%;
    right: -18px;
    margin-top: -7px;
    background-color: #e6e6e6;
}

.ecv2_channel_three_box .ecv2_step_wrap {
    width: 312px;
    height: 424px;
}

.ecv2_channel_three_box .ecv2_step_wrap.heightauto {
    width: 312px;
    max-height: 424px;
    height: auto;
}

.ecv2_channel_three_box .ecv2_step_hd>span {
    /*min-width: 64px;*/
    width: auto;
}

.ecv2_channel_three_box .ecv2_step_hd>h3 {
    width: 162px;
    max-width: initial;
    text-overflow: initial;
}

.ecv2_channel_three_box .ecv2_count_down_wrap>h3>span {
    color: #2590d7;
}

.ecv2_channel_three_box .ecv2_step_bd li {
    width: 70px;
}

.ecv2_channel_three_box .ecv2_step_bd ul {
    width: 300px;
}

.ecv2_channel_three_box .ecv2_count_down li {
    background: #2590d7;
    color: #ffffff;
}

.ecv2_channel_three_box .ecv2_count_down_wrap {
    border-right: solid 1px #f0f0f0;
    border-top: solid 1px #f0f0f0;
}

.ecv2_channel_three_box .ecv2_column_yuyue_list .item_top {
    height: 56px;
}

.ecv2_channel_com_box {
    padding: 35px 0 40px;
}

.ecv2_channel_com_box .ecv2_buyBox_list {
    width: 796px;
    height: 292px;
    overflow-x: hidden;
}

.ecv2_channel_com_box .ecv2_buyBox_list .bd ul li {
    width: 253px;
    position: relative;
    float: left;
    margin-right: 12px;
}

.ecv2_channel_com_box .ecv2_video_list li {
    width: 185px;
}

.ecv2_channel_com_box>h3 {
    color: #1f3d4d;
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}

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

.ecv2_channel_com_box .ecv2_tabs li {
    display: inline-block;
    color: #1f3d4d;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    margin-right: 20px;
    min-width: 70px;
}

.ecv2_channel_com_box .ecv2_tabs li em {
    display: none;
}

.ecv2_channel_com_box .ecv2_tabs li:after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    background-color: #2590d7;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.ecv2_channel_com_box .ecv2_tabs li.on,
.ecv2_channel_com_box .ecv2_tabs li:hover {
    color: #2590d7;
}

.ecv2_channel_com_box .ecv2_tabs li.on:after,
.ecv2_channel_com_box .ecv2_tabs li:hover:after {
    display: block;
}

.ecv2_channel_com_box .ecv2_tabs li:last-child {
    margin-right: 0;
}

.ecv2_channel_com_box .ecv2_box_container {
    background: #fff;
    padding: 30px;
}

.ecv2_channel_com_box .ecv2_box_container h5 {
    color: #1f3d4c;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}

.ecv2_buyBox_list .ecv2_tips_group {
    margin-bottom: 20px;
}

.ecv2_buyBox_list .ecv2_tips_group span {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    padding: 2px 8px;
    background-color: #9fbacc;
    border-radius: 2px;
    margin-right: 8px;
}

.ecv2_buyBox_list .ecv2_buyBox_item2 .ecv2_tips_group span {
    background-color: #ff9696;
}

.ecv2_buyBox_list li {
    float: left;
}

.ecv2_buyBox_list .ecv2_buyBox_item2:hover,
.ecv2_buyBox_list .ecv2_buyBox_item:hover {
    box-shadow: 1px 1px 4px #ddd;
    top: -3px;
    /* margin-bottom: 5px; */
}

.ecv2_buyBox_list .ecv2_buyBox_item,
.ecv2_buyBox_list .ecv2_buyBox_item2 {
    width: 253px;
    /*float: left;*/
    position: relative;
    padding: 18px 10px 0;
    height: 292px;
    /*margin-right: 20px;*/
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 8px;
    /* overflow: hidden; */
    border: solid 1px #f0f0f0;
    box-shadow: 1px 1px 4px #fff;
}

.ecv2_buyBox_list .ecv2_titles {
    font-size: 16px;
    line-height: 24px;
    color: #1f3d4d;
    margin: 12px 0;
}

.ecv2_buyBox_list li .heia {
    height: 230px;
    display: inline-block;
}

.ecv2_buyBox_list .ecv2_others {
    color: #999999;
    font-size: 12px;
    padding-bottom: 10px;
}

.ecv2_buyBox_list .ecv2_head_list {
    position: absolute;
    width: 100%;
    bottom: 60px;
}

.ecv2_channel_com_box .ecv2_buyBox_list ol.ecv2_head_list li {
    float: left;
    margin-right: 12px;
    text-align: center;
    color: #999999;
    font-size: 12px;
    width: auto;
}

.ecv2_buyBox_list .ecv2_head_list img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin-bottom: 8px;
    background-color: #e6e6e6;
}

.ecv2_buyBox_list .ecv2_buy_info {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 48px;
    line-height: 48px;
    background-color: #fafafa;
    color: #999999;
    font-size: 12px;
    overflow: hidden;
    padding: 0 10px;
    box-sizing: border-box;
}

.ecv2_buyBox_list .ecv2_buy_info dt {
    float: left;
}

.ecv2_buyBox_list .ecv2_buy_info dt>img {
    vertical-align: -2px;
    margin-right: 6px;
}

.ecv2_buyBox_list .ecv2_buy_info dd {
    font-size: 18px;
    color: #ff4949;
    float: right;
}

.ecv2_buyBox_list .ecv2_buy_info dd span {
    font-size: 22px;
    color: #ff4949;
    margin-left: 4px;
}

.ecv2_buyBox_list .ecv2_btns_group {
    width: 240px;
    margin-top: 25px;
}

.ecv2_buyBox_list .ecv2_btns_group .ecv2_btn1 {
    width: 106px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 16px;
    margin-right: 10px;
    background-color: #66b6ec;
    border-radius: 15px;
    opacity: 0.8;
}

.ecv2_channel_com_box .ecv2_box_left {
    float: left;
    width: 830px;
    padding-right: 10px;
    border-right: solid 1px #f0f0f0;
}

.ecv2_channel_com_box .ecv2_box_right {
    overflow: hidden;
    padding: 0 15px 0 30px;
}

.ecv2_channel_com_box .ecv2_box_right>h3 {
    font-size: 18px;
    font-weight: normal;
    color: #1f3d4d;
    margin-bottom: 30px;
}

.ecv2_channel_com_box .ecv2_box_right h3 {
    font-size: 18px;
    font-weight: normal;
    color: #1f3d4d;
    margin-bottom: 30px;
}

.ecv2_channel_com_box .ecv2_box_right .ecv2_btnsImg_group {
    width: 318px;
    overflow: hidden;
}

.ecv2_btnsImg_group li {
    float: left;
    color: #666666;
    font-size: 13px;
    cursor: pointer;
    margin-right: 48px;
    /*margin-bottom: 30px;*/
    text-align: center;
}

.ecv2_btnsImg_group i {
    display: block;
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
    border-radius: 50%;
    background-color: #e4e8eb;
}

.ecv2_btnsImg_1 i {
    background: url(../img/icon/icon_zhenti02_n.png) no-repeat;
}

.ecv2_btnsImg_1:hover i {
    background: url(../img/icon/icon_zhenti02_p.png) no-repeat;
}

.ecv2_btnsImg_2 i {
    background: url(../img/icon/icon_noni02_n.png) no-repeat;
}

.ecv2_btnsImg_2:hover i {
    background: url(../img/icon/icon_noni02_p.png) no-repeat;
}

.ecv2_btnsImg_3 i {
    background: url(../img/icon/icon_gaopin02_n.png) no-repeat;
}

.ecv2_btnsImg_3:hover i {
    background: url(../img/icon/icon_gaopin02_p.png) no-repeat;
}

.ecv2_btnsImg_4 i {
    background: url(../img/icon/icon_cuoti02_n.png) no-repeat;
}

.ecv2_btnsImg_4:hover i {
    background: url(../img/icon/icon_cuoti02_p.png) no-repeat;
}

.ecv2_btnsImg_5 i {
    background: url(../img/icon/icon_zhagnjie02_n.png) no-repeat;
}

.ecv2_btnsImg_5:hover i {
    background: url(../img/icon/icon_zhagnjie02_p.png) no-repeat;
}

.ecv2_btnsImg_6 i {
    background: url(../img/icon/icon_zhishid02_n.png) no-repeat;
}

.ecv2_btnsImg_6:hover i {
    background: url(../img/icon/icon_zhishid02_p.png) no-repeat;
}

.ecv2_btnsImg_7 i {
    background: url(../img/icon/icon_daan02_n.png) no-repeat;
}

.ecv2_btnsImg_7:hover i {
    background: url(../img/icon/icon_daan02_p.png) no-repeat;
}

.ecv2_ranking_wrap>.title {
    color: #333333;
    font-size: 16px;
    margin-bottom: 30px;
}

.ecv2_ranking_wrap .ecv2_ranking_item:nth-child(n+7) {
    display: none;
}

.ecv2_ranking_wrap .ecv2_ranking_item:nth-child(1) b,
.ecv2_ranking_wrap .ecv2_ranking_item:nth-child(2) b,
.ecv2_ranking_wrap .ecv2_ranking_item:nth-child(3) b {
    color: #fff;
    background: url(../img/icon/mark.png) no-repeat;
}

.ecv2_ranking_item {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 14px;
}

.ecv2_ranking_item b {
    float: left;
    width: 15px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    margin-right: 16px;
    font-family: 'Georgia-Bold';
}

.ecv2_ranking_item span {
    float: left;
    width: 220px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.ecv2_ranking_item b.ecv2_ranking_mark {
    color: #fff;
    background: url(../img/icon/mark.png) no-repeat;
}

.ecv2_column_yuyue_list>h3 {
    font-size: 18px;
    color: #1f3d4d;
    margin-bottom: 20px;
}

.ecv2_column_yuyue_list .item {
    margin-bottom: 20px;
}

.ecv2_column_yuyue_list .item:last-child {
    margin-bottom: 0;
}

.ecv2_column_yuyue_list .item_top {
    font-size: 16px;
    color: #1f3d4d;
    line-height: 28px;
}

.ecv2_column_yuyue_list .item_top i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../img/icon/icon_kecheng.png) no-repeat;
}

.ecv2_column_yuyue_list dl.item_bottom {
    overflow: hidden;
    margin-bottom: 0;
    line-height: 28px;
    margin-top: 8px;
}

.ecv2_column_yuyue_list dl.item_bottom dt {
    float: left;
    color: #999999;
    font-size: 12px;
    margin-bottom: 0;
}

.ecv2_column_yuyue_list dl.item_bottom dd {
    float: right;
}

.ecv2_column_yuyue_list dl.item_bottom dd a {
    width: 66px;
    height: 28px;
    line-height: 28px;
    display: block;
    font-size: 14px;
    color: #2590d7;
    text-align: center;
    border: solid 1px #2590d7;
    margin: 0;
}

.ecv2_advPlace {
    clear: both;
    height: 90px;
}

.ecv2_advPlace img {
    height: 90px;
    width: 100%;
    display: block;
}

.ecv2_zixuns_wrap {
    /* margin-top: 30px; */
    position: relative;
    padding-left: 150px;
}

.ecv2_zixuns_tools a {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    background: #fff;
    color: #1f3d4d;
    overflow: hidden;
}

.ecv2_zixuns_tools {
    padding: 10px;
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    background: #fff;
    border-radius: 4px;
    max-height: 600px;
    overflow-y: auto;
}

.ecv2_zixuns_tools a:hover,
.ecv2_zixuns_tools a.on {
    background-color: #d5ecfb;
    color: #299dea;
    border-radius: 4px;
}

.ecv2_zixuns_list {
    /*height: 750px;*/
    /*overflow: auto;*/
    width: 710px;
    float: left;
    padding-bottom: 60px;
}

.ecv2_zixuns_list .ecv2_zixuns_left {
    float: left;
    margin-right: 22px;
}

.ecv2_zixuns_list li {
    overflow: hidden;
    width: 707px;
    height: 185px;
    box-sizing: border-box;
    padding: 20px 20px 24px;
    border-bottom: 1px solid #e6e6e6;
}

.ecv2_zixuns_list li:last-child {
    border-bottom: 0;
}

.ecv2_zixuns_list .ecv2_zixuns_right {
    overflow: hidden;
    padding-top: 5px;
    position: relative;
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    height: 132px;
}

.ecv2_zixuns_list .ecv2_zixuns_right>h6 {
    font-size: 18px;
    color: #1f3d4d;
    margin-bottom: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ecv2_zixuns_list .ecv2_zixuns_left>img {
    width: 220px;
    height: 138px;
    display: block;
}

.ecv2_zixuns_container {
    background: #fff;
    padding: 30px 0 0 10px;
}

.ecv2_zixuns_wrap .ecv2_zixuns_container {
    min-height: 600px;
}


.ecv2_zixuns_others {
    position: absolute;
    bottom: 0;
}

.ecv2_zixuns_others b {
    display: inline-block;
    font-size: 14px;
    width: auto;
    height: 24px;
    padding: 0 5px;
    text-align: center;
    line-height: 24px;
    font-weight: normal;
    border: solid 1px #e5e5e5;
}

.ecv2_zixuns_others span {
    margin-left: 18px;
}

.columnIndexPage .ecv2_main_bg {
    padding-bottom: 10px;
}

.ecv2_hot_wrap {
    position: absolute;
    right: 10px;
    top: 50px;
    background: #fff;
    z-index: 10;
;
}

.ecv2_fixed1 {
    position: fixed;
    left: 50%;
    margin-left: -600px;
}

.ecv2_fixed2 {
    position: fixed;
    right: 50%;
    top: 0;
    margin-right: -580px;
}

.ecv2_hot_wrap>h2 {
    font-size: 18px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 10px;
}

.ecv2_hotbanner {
    width: 280px;
    margin-bottom: 25px;
    background-color: #f7f7f7;
}

.ecv2_hotbanner p {
    font-size: 15px;
    color: #333333;
    padding: 10px 6px;
    line-height: 26px;
}

.ecv2_hotbanner img {
    display: block;
    width: 280px;
    height: 175px;
}

.ecv2_hot_wrap ul a {
    display: block;
    color: #333333;
    font-size: 15px;
    padding-left: 16px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 270px;
}

.ecv2_hot_wrap ul a:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #cccccc;
    border-radius: 50%;
}

.ecv2_crumbs {
    padding: 20px 0;
}

.ecv2_crumbs a {
    color: #8fa7b3;
    font-size: 14px;
}

.ecv2_crumbs a:hover,
.ecv2_crumbs a.on {
    color: #1f3d4d;
}

.ecv2_exam_left {
    width: 231px;
    height: 198px;
}

.ecv2_exam_left .ecv2_count_down_wrap {
    width: 100%;
    height: 100%;
    padding-top: 30px;
    margin: 0;
    padding: 0;
    padding-top: 50px;
}

.ecv2_exam_left .ecv2_count_down_wrap>h3 {
    margin-bottom: 30px;
    font-size: 16px;
}

.ecv2_exam_process {
    margin: 0 0 40px;
}

.ecv2_exam_process_wrap {
    padding: 20px 28px;
    height: 100%;
    background-color: #fafafa;
}

.ecv2_exam_process_wrap dl {
    float: left;
    color: #999999;
    font-size: 14px;
    /*width: 160px;*/
    padding-right: 30px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed #e5e5e5;
    max-width: 88px;
}

.ecv2_exam_process_wrap dl>dd {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ecv2_exam_process_wrap dl:last-child {
    padding-right: 0;
    border-bottom: 0;
}

.ecv2_exam_process_wrap dl.on:before {
    background: url(../img/icon2/icon_point_p.png) no-repeat;
}

.ecv2_exam_process_wrap dl.on dt {
    color: #2086c9;
}

.ecv2_exam_process_wrap dl:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    bottom: -15px;
    background: url(../img/icon2/icon_point_n.png) no-repeat;
}

.ecv2_exam_process_wrap dt {
    color: #333333;
    font-size: 16px;
    margin-bottom: 6px;
}

.ecv2_exam_process_wrap .top {
    margin-bottom: 20px;
}

.ecv2_exam_process_wrap ul {
    position: absolute;
    left: 0;
    top: 85px;
}

.ecv2_exam_process_wrap ul a {
    display: block;
    color: #666666;
    font-size: 14px;
    margin-bottom: 6px !important;
}

.ecv2_exam_process_wrap ul a:last-child {
    margin-bottom: 0;
}

.ecv2_exam_right {
    height: 198px;
}

.ecv2_listPage_left {
    float: left;
    width: 860px;
}

.ecv2_listData_box {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #e5e5e5;
}

.ecv2_listData_box:last-child {
    margin-bottom: 0;
}

.ecv2_listData_item {
    overflow: hidden;
    margin-bottom: 12px;
    font-size: 16px;
}

.ecv2_listData_item:last-child {
    margin-bottom: 0;
}

.ecv2_listData_item span {
    float: right;
    font-size: 14px;
    color: #999999;
}

.ecv2_listData_item a {
    color: #1f3d4d;
    font-size: 16px;
}

.ecv2_listData_item a:hover {
    color: #2590d7;
}

.ecv2_listData_item .download {
    cursor: pointer;
}

.ecv2_listData_title {
    font-size: 16px;
    padding-bottom: 15px;
}

.ecv2_listData_title span {
    font-weight: 700;
    font-size: 18px;
}

.ecv2_listData_title a {
    float: right;
}

.ecv2_page_wrap {
    padding: 55px 0 75px;
    text-align: center;
}

.ecv2_page {
    display: inline-block;
}

.ecv2_page_wrap a {
    font-size: 12px;
    color: #444444;
    float: left;
    height: 38px;
    width: 38px;
    text-align: center;
    line-height: 38px;
    margin-left: -1px;
    border: solid 1px #e6e6e6;
}

.ecv2_page_wrap a.next,
.ecv2_page_wrap a.prev {
    width: 78px;
}

.ecv2_page_wrap a.on,
.ecv2_page_wrap a:hover {
    background-color: #2590d7;
    border-color: #2590d7;
    color: #fff;
}

.ecv2_listPage_right {
    float: right;
    width: 300px;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.ecv2_com_h3 {
    position: relative;
    font-size: 18px;
    color: #1f3d4d;
    padding-left: 15px;
}

.ecv2_com_h3:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 26px;
    left: 0;
    top: 0;
    border-top: 0;
    margin: auto;
    background: #2590d7;
}

.ecv2_yuyueBtn {
    width: 66px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #2590d7;
    border: solid 1px #2590d7;
}

.ecv2_jrzbBtn {
    width: 66px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #fd5757;
    border: solid 1px #fd5757;
}

.ecv2_yyyBtn {
    width: 66px;
    height: 28px;
    display: inline-block;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #a5a0a0;
    border: solid 1px #a5a0a0;
}

.ecv2_lately_live dt {
    color: #2590d7;
    font-size: 0;
    margin-bottom: 12px;
}

.ecv2_lately_live {
    border: solid 1px #e5e5e5;
    padding: 15px 0 20px;
    margin-bottom: 36px;
}

.ecv2_lately_live dt span {
    vertical-align: middle;
    font-size: 18px;
    margin-right: 14px;
}

.ecv2_lately_live .ecv2_com_h3 {
    margin-bottom: 30px;
}

.ecv2_lately_live dl {
    margin: 0 26px 0 22px;
}

.ecv2_lately_live dt img {
    vertical-align: middle;
    margin-right: 12px;
}

.ecv2_lately_live dd {
    border-left: 1px solid #b3c0c7;
    padding: 0 0 25px 18px;
    margin-left: 11px;
}

.ecv2_lately_live dd p {
    color: #1f3d4d;
    font-size: 14px;
    margin-bottom: 16px;
}

.ecv2_lately_live dl:last-child dd {
    border-left: 0;
}

.ecv2_hot_recommend {
    margin-bottom: 40px;
    clear: both;
}

.ecv2_hot_recommend ul {
    margin-top: 20px;
}

.ecv2_hot_recommend ul li {
    position: relative;
    width: 300px;
    height: 110px;
    box-sizing: border-box;
    padding-left: 22px;
    color: #667780;
    font-size: 14px;
    padding-top: 28px;
    margin-bottom: 10px;
    z-index: 1;
}

.ecv2_hot_recommend ul li:last-child {
    margin-bottom: 0;
}

.ecv2_hot_recommend ul li h3 {
    font-size: 16px;
    color: #1f3d4d;
    margin: 0 0 10px;
    max-width: 180px;
}

.ecv2_hot_recommend ul li img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.ecv2_zntk_right {
    border: solid 1px #e5e5e5;
    padding: 24px 20px 30px 0;
}

.ecv2_zntk_right .ecv2_btnsImg_group {
    overflow: hidden;
    margin: 30px 0 0 15px;
    width: 320px;
}

.ecv2_zntk_right .ecv2_ranking_wrap {
    margin: 10px 10px 0 15px;
}

.ecv2_ranking_item:last-child {
    margin-bottom: 0;
}

.ecv2_listPage_left .ecv2_h1 {
    clear: both;
    margin: 6px 0 30px;
}

.ecv2_h1 {
    font-size: 32px;
    color: #1f3d4d;
}


.ecv2_detail_text img {
    max-width: 100%;
}

.ecv2_others {
    font-size: 14px;
    color: #999999;
    padding-bottom: 10px;
}

.ecv2_detailpage_jiaqun {
    float: right;
    font-size: 0;
}

.ecv2_detailpage_jiaqun input[type='text'] {
    width: 180px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    color: #2590d7;
    padding: 0 10px;
    font-size: 14px;
    vertical-align: middle;
    border: solid 1px #2590d7;
}

.ecv2_detailpage_jiaqun a {
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    background-color: #2590d7;
}
.ecv2_detailpage_jiaqun a:hover{
    color: #fff;
}

.ecv2_detailpage_jiaqun a i {
    font-size: 18px;
    vertical-align: unset;
    font-style: normal;
}

.ecv2_detailpage_abstract {
    font-size: 16px;
    color: #666666;
    line-height: 34px;
    margin: 40px 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

.ecv2_detail_text {
    font-size: 16px;
    color: #333333;
}

.ecv2_detail_text>h4 {
    margin-bottom: 30px;
}

.ecv2_detail_text p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
    line-height: 38px;
    word-wrap: break-word;
    word-break: break-all;
}

.zxArticle_esul a i {
    /*width: 16px;*/
    /*height: 16px;*/
    /*line-height: 16px;*/
    background: #FFFFFF;
    border: 1px solid #C6D1D5;
    border-radius: 50%;
    color: #6D7BE6;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
    font-style: normal;
    margin-top: 2px;
    padding: 5px 5px;
}


.zxArticle_esul a span {
    width: 80%;
}

.zxArticle_esul {
    background: #F7F8F9;
    font-size: 14px;
    padding: 6px 20px 6px 10px;
    box-sizing: border-box;
    margin-top: 20px;
}

.zxArticle_esul a {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    font-size: 14px;
    display: flex;
    justify-content: center;
    color: #333;
}

.ecv2_detail_twoside {
    padding: 20px;
    color: #333;
    margin-bottom: 40px;
    border: solid 1px #e5e5e5;
}

.ecv2_detail_twoside>h3 {
    font-size: 18px;
    position: relative;
    margin-bottom: 30px;
}

.ecv2_detail_twoside>h3:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 22px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -20px;
    background-color: #2590d7;
}

.ecv2_detail_twoside li {
    float: left;
    width: 50%;
    margin-bottom: 18px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ecv2_detail_twoside li:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    border-radius: 50%;
    background-color: #cccccc;
}

.ecv2_detail_twoside li a {
    color: #333;
    margin-left: 12px;
    font-size: 15px;
}

.ecv2_detail_twoside li a sup {
    vertical-align: text-top;
    top: 0.5em;
}

.ecv2_qqWx_item {
    float: left;
    width: 50%;
    text-align: center;
}

.ecv2_qqWx_item>div {
    display: inline-block;
    vertical-align: middle;
}

.ecv2_qqWx_item img {
    display: block;
    width: 108px;
    height: 108px;
}

.ecv2_qqWx_wrap {
    font-size: 14px;
    background-color: #e1f5ff;
    padding: 12px 20px;
}

.ecv2_qqWx_text {
    margin-left: 16px;
}

.ecv2_qqWx_text span {
    line-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.ecv2_qqWx_img {
    vertical-align: middle;
}

.ecv2_qqWx_addBtn {
    display: block;
    width: 97px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    margin-top: 8px;
    background-color: #2590d7;
}

.ecv2_detail_videoList {
    margin-bottom: 20px;
    margin-top: 20px;
}

.ecv2_detail_videoList>h3 {
    font-size: 18px;
    color: #2590d7;
    font-weight: normal;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
}

.ecv2_detail_videoList ul {
    width: 880px;
}

.ecv2_detail_videoList li {
    width: 200px;
    margin-right: 20px;
    float: left;
}

.ecv2_detail_videoList .ecv2_video_box {
    height: 125px;
}

.ecv2_detail_tabs1>h3 {
    font-size: 18px;
    color: #2590d7;
    font-weight: normal;
    color: #333;
    font-weight: bold;
}

.ecv2_detail_tabs1 .bd {
    clear: both;
    padding: 30px;
    color: #333;
    border: solid 1px #e5e5e5;
}

.ecv2_detail_tabs1 .hd {
    float: right;
}

.ecv2_detail_tabs1 .hd li {
    float: left;
    padding: 10px 24px;
    font-size: 16px;
    color: #1f3d4d;
    cursor: pointer;
    position: relative;
    border-radius: 4px 4px 0 0;
    border: solid 1px #fff;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: -1px;
}

.ecv2_detail_tabs1 .hd li.on {
    border: solid 1px #e5e5e5;
    border-bottom: 1px solid #fff;
}

.ecv2_detail_tgfaWrap .ecv2_left {
    float: left;
    width: 392px;
}

.ecv2_detail_tgfaWrap .ecv2_right {
    float: right;
}

.ecv2_detail_tgfaWrap h3 {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ecv2_detail_tgfaWrap .ecv2_others {
    margin: 10px 0;
}

.ecv2_detail_tgfaWrap .ecv2_others span {
    margin-right: 36px;
}

.ecv2_detail_tgfaWrap .ecv2_others span b {
    font-weight: normal;
    color: #333333;
}

.ecv2_detail_tgfaWrap .ecv2_bgbox {
    background-color: #eeeeee;
    font-size: 14px;
    color: #999999;
    padding: 10px;
    margin-bottom: 20px;
}

.ecv2_detail_tgfaWrap .ecv2_btnBm {
    display: inline-block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #2590d7;
    border-radius: 4px;
}

.ecv2_hover_videoBox {
    width: 328px;
    height: 185px;
    position: relative;
    cursor: pointer;
}

.ecv2_hover_videoBox img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.ecv2_hover_videoBox .cover-title {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    width: 288px;
    margin: 0 20px;
}

.ecv2_hover_videoBox .ecv2_play {
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/icon/icon_play.png) no-repeat;


    background: url(../img/index/vid_icon.png) no-repeat;
    background-size: 30px auto;
    width: 30px;
    height: 25px;
    left: initial;
    bottom: initial;
    transform: initial;

}

/* .ecv2_hover_videoBox:hover .ecv2_play {
    background: url(../img/icon/icon_pause.png) no-repeat;
} */

.ecv2_detail_groupWrap {
    margin: 40px 0 40px;
    overflow: hidden;
    padding-right: 20px;
}

.ecv2_detail_groupWrap .ecv2_left {
    display: none;
    float: left;
    font-size: 12px;
    color: #8fa7b3;
    margin-right: 60px;
}

.ecv2_detail_groupWrap .ecv2_left strong {
    font-weight: normal;
    color: #299dea;
}

.ecv2_detail_groupWrap .ecv2_right {
    float: right;
}

.ecv2_detail_tkLogo img {
    display: block;
}

.ecv2_btnsImg_group li:last-child {
    margin-right: 0;
}

.ecv2_detail_bottomAll {
    background-color: #fafafa;
    padding: 20px 0 10px;
}

.ecv2_detail_bottomAll .ecv2_item {
    float: left;
    width: 140px;
    height: 160px;
    margin-right: 11px;
    background-color: #ebebeb;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 12px;
    padding: 14px 7px 0;
    font-size: 12px;
}

.ecv2_detail_bottomAll .ecv2_item h3 {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
}

.ecv2_detail_bottomAll .ecv2_first_logoBox {
    float: left;
    width: 140px;
    height: 160px;
    margin-right: 11px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.ecv2_detail_bottomAll .ecv2_first_logoBox strong {
    display: block;
    width: 120px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin-top: 10px;
    font-weight: normal;
    background-color: #2590d7;
}

.ecv2_detail_bottomAll li {
    float: left;
    width: 50%;
    font-size: 12px;
    margin-bottom: 12px;
    box-sizing: border-box;
}

.ecv2_detail_bottomAll li a {
    color: #525f66;
}

.ecv2_detail_bottomAll .ecv2_item_block {
    height: 140px;
    overflow: hidden;
}

.ecv2_detail_bottomAll .ecv2_item_block>ul {
    min-height: 115px;
}

.ecv2_detail_bottomAll .ecv2_item_hide {
    position: absolute;
    display: none;
    background-color: #2590d7;
    top: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    padding: 14px 7px 0;
}

.ecv2_detail_bottomAll .ecv2_item:hover .ecv2_item_hide {
    /* display: block; */
}

.ecv2_detail_bottomAll .ecv2_item:hover .ecv2_item_block {
    background-color: #2590d7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    color: #fff;
    padding: 14px 7px 0;
    height: auto;
    color: #fff;
}

.ecv2_detail_bottomAll .ecv2_item:hover .ecv2_item_block a {
    color: #fff;
}

.ecv2_detail_bottomAll .ecv2_item_hide a {
    color: #fff;
}

.ecv2_qqWx_slide {
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: 400px;
    width: 200px;
    background: #fff;
    padding: 20px 0;
}

.ecv2_qqWxContainer {
    position: relative;
    padding-left: 220px;
}

.ecv2_qqWx_slideFixed {
    position: fixed;
    /*right: 50%;
    top: 0;
    margin-right: 600px;*/
}

.ecv2_qqWx_slide a {
    display: block;
    position: relative;
}

.ecv2_qqWx_slide a ul {
    position: absolute;
}

.ecv2_QQWx_right {
    overflow: hidden;
    width: 970px;
}

.ecv2_qqWx_slide .ecv2_qqWx_title>a {
    line-height: 46px;
    padding: 0 30px;
    color: #333333;
    font-size: 16px;
}

.ecv2_qqWx_slide .ecv2_qqWx_title>a.on,
.ecv2_qqWx_slide .ecv2_qqWx_title>a:hover {
    /* background-color: #f2f7fa; */
    background-color: #2590d7;
    color: #fff;
}

.ecv2_qqWx_slide .ecv2_qqWx_title>a.on i,
.ecv2_qqWx_slide .ecv2_qqWx_title>a:hover i {
    background: url(../img/index/icon_sub_down2.png) no-repeat;
}

.ecv2_qqWx_slide .ecv2_qqWx_title>a i {
    position: absolute;
    width: 12px;
    height: 8px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/index/icon_sub_down.png) no-repeat;
}

.ecv2_qqWx_slide .ecv2_item ul {
    width: 100%;
    line-height: 38px;
    display: none;
}

.ecv2_qqWx_slide .ecv2_item ul a {
    padding-left: 50px;
    color: #666666;
    font-size: 14px;
}

.ecv2_qqWx_slide .ecv2_item ul a.on,
.ecv2_qqWx_slide .ecv2_item ul a:hover {
    color: #0088e6;
}

.ecv2_QQWx_right .ecv2_box {
    overflow: hidden;
    margin-bottom: 40px;
    background: #fff;
}

.ecv2_QQWx_right .ecv2_box .ecv2_title {
    width: 114px;
    height: 37px;
    line-height: 37px;
    box-sizing: border-box;
    font-size: 18px;
    color: #ffffff;
    padding-left: 28px;
    position: relative;
    background: #2590d7;
    margin: 26px 0 30px 0;
}

.ecv2_QQWx_right .ecv2_box .ecv2_title:after {
    position: absolute;
    content: '';
    height: 100%;
    width: 16px;
    right: -16px;
    background: url('../img/icon/icon_fenlei.png') no-repeat right 0;
}

.ecv2_QQWx_right .ecv2_box .ecv2_small_title {
    /*margin: 0 0 24px 76px;*/
    margin-bottom: 24px;
    padding-left: 76px;
    position: relative;
    font-size: 18px;
    color: #2590d7;
    float: left;
    width: 100%;
}

.ecv2_QQWx_right .ecv2_box .ecv2_small_title:before {
    position: absolute;
    content: '';
    /*left: -26px;*/
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    background-color: #2590d7;
}

.ecv2_QQWx_right .ecv2_box ul {
    margin: 0 50px;
    width: 940px;
    height: auto;
    float: left;
    list-style: none;
}

.ecv2_QQWx_right .ecv2_box li {
    float: left;
    box-sizing: border-box;
    width: 170px;
    margin-right: 63px;
    margin-bottom: 40px;
    overflow: hidden;
}

.ecv2_QQWx_right .ecv2_imgBox {
    border-radius: 5px;
    border: solid 1px #e5e5e5;
    text-align: center;
    font-size: 14px;
    color: #666666;
}

.ecv2_QQWx_right .ecv2_imgBox img {
    margin: 10px;
    display: block;
    width: 148px;
    height: 148px;
}

.ecv2_QQWx_right .ecv2_qqww_addBtn {
    background-color: #2590d7;
    font-size: 14px;
    color: #ffffff;
    display: block;
    height: 35px;
    line-height: 35px;
    margin-top: 4px;
    border-radius: 0 0 5px 5px;
}

.ecv2_QQWx_right .ecv2_text {
    text-align: center;
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ecv2_imgTuijian li {
    margin-bottom: 15px;
}

.ecv2_imgTuijian li:last-child {
    margin-bottom: 0;
}

.ecv2_studyPack_topNav {
    overflow: hidden;
    padding: 22px 0 42px;
}

.ecv2_studyPack_topNav li {
    display: inline-block;
    font-size: 16px;
    color: #1f3d4d;
    margin: 0 34px;
    margin-bottom: 10px;
}

.ecv2_studyPack_title {
    margin-bottom: 20px;
}

.ecv2_studyPack_title a {
    font-size: 14px;
    color: #999999;
    line-height: 33px;
}

.ecv2_studyPack_title h3 {
    color: #234457;
    font-size: 24px;
    font-weight: normal;
}

.ecv2_studyPack_chooseWrap .ecv2_tools {
    overflow: hidden;
    font-size: 0;
    margin: 18px 0;
}

.ecv2_studyPack_chooseWrap .ecv2_tools>span {
    float: left;
    color: #8fa7b3;
    margin-right: 6px;
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.ecv2_studyPack_chooseWrap .ecv2_tools .ecv2_choosewrap {
    display: inline-block;
    vertical-align: middle;
    /*background-color: #edf8fe;
border: solid 1px #c4d9e3;*/
    font-size: 14px;
    padding: 4px 0;
    position: relative;
    margin-right: 6px;
    color: #525f66;
}

/*.ecv2_studyPack_chooseWrap .ecv2_tools .ecv2_choosewrap i {
    display: inline-block;
    width: 8px;
    height: 8px;
    right: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: url(../img/icon2/icon_close.png) no-repeat;
}*/

.ecv2_studyPack_chooseWrap .ecv2_list {
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 20px 30px 6px;
}

.ecv2_studyPack_chooseWrap .ecv2_item {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 0;
    font-size: 14px;
    color: #1f3d4d;
    margin-bottom: 14px;
    border-bottom: 1px dashed #ededed;
}

.ecv2_studyPack_chooseWrap .ecv2_item:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}

.ecv2_studyPack_chooseWrap .ecv2_item .item-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    display: inline-block;
    padding: 2px 5px;
    border: 1px solid #ada3a3;
    cursor: pointer;
    font-size: 12px;
}

.ecv2_studyPack_chooseWrap .ecv2_item .item-toggle::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 8px;
    background: url(../img/down.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 5px;
}

.ecv2_studyPack_chooseWrap .ecv2_item .item-toggle.down::after {
    transform: rotate(180deg);
}

.ecv2_studyPack_chooseWrap li {
    float: left;
    margin-right: 30px;
    margin-bottom: 14px;
    cursor: pointer;
}

.ecv2_studyPack_chooseWrap li sup {
    vertical-align: text-top;
}

.ecv2_studyPack_chooseWrap li.on a,
.ecv2_studyPack_chooseWrap li:hover a {
    color: #2590d7;
}

.ecv2_studyPack_chooseWrap .ecv2_label {
    float: left;
    /* width: 100px; */
    color: #7a8f99;
    width: auto;
    min-width: 80px;
}

.ecv2_studyPack_chooseWrap ul {
    overflow: hidden;
}

.ecv2_studyPack_chooseWrap ul.pdr40 {
    padding-right: 70px;
}

.ecv2_topfixed_hd {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 11;
    border-bottom: 1px solid #e6e6e6;
}

.ecv2_topfixed_hd li {
    float: left;
    width: 112px;
    text-align: center;
    margin-right: 82px;
    cursor: pointer;
    position: relative;
}

.ecv2_topfixed_hd li a {
    color: #7a8f99;
}

.ecv2_topfixed_hd li.on:after {
    display: block;
}

.ecv2_topfixed_hd li.on a {
    color: #2590d7;
}

.ecv2_topfixed_hd li:after {
    position: absolute;
    display: none;
    content: '';
    width: 100%;
    height: 4px;
    background-color: #2590d7;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
}

.ecv2_topfixed_hd ul {
    overflow: hidden;
    font-size: 18px;
    color: #7a8f99;
    float: left;
    padding: 18px 40px;
    box-sizing: border-box;
}

.ecv2_studyPack_detailPage .ecv2_left {
    float: left;
    background: #fff;
    width: 860px;
}

.ecv2_studyPack_detailPage .ecv2_rihgt {
    float: right;
    width: 300px;
    /*background: #fff;*/
}

.ecv2_studyPack_detailPage {
    padding-bottom: 40px;
}

.ecv2_right_xgkc {
    padding: 28px 20px 10px;
    background: #fff;
}

.ecv2_right_xgkc>h3 {
    padding-left: 3px;
    font-size: 16px;
    color: #1f3d4d;
    margin-bottom: 20px;
    font-weight: normal;
}

.ecv2_right_xgkc li {
    position: relative;
    background-color: #e3fbfb;
    margin-bottom: 20px;
    width: 260px;
    height: 163px;
    z-index: 0;
    box-sizing: border-box;
    padding: 20px 16px;
}

.ecv2_right_xgkc li h4 {
    font-weight: normal;
    font-size: 16px;
    color: #1f3d4d;
    margin-bottom: 20px;
}

.ecv2_right_xgkc li .ecv2_others {
    font-size: 12px;
    color: #7a8f99;
    margin-bottom: 20px;
}

.ecv2_right_xgkc li .ecv2_others span {
    margin-right: 12px;
}

.ecv2_right_xgkc li img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 116px;
    height: auto;
}

.ecv2_btn_chakan {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #4ec6b8;
    border-radius: 14px;
}

.ecv2_studyPack_detailPage .hd {
    border-bottom: 1px solid #e6e6e6;
}

.ecv2_studyPack_detailPage .hd ul {
    overflow: hidden;
    font-size: 18px;
    color: #7a8f99;
    padding: 18px 40px;
    box-sizing: border-box;
}

.ecv2_studyPack_detailPage .hd a {
    color: #7a8f99;
}

.ecv2_studyPack_detailPage .hd li {
    float: left;
    margin-right: 82px;
    cursor: pointer;
    position: relative;
}

.ecv2_studyPack_detailPage .hd li.on,
.ecv2_studyPack_detailPage .hd li.on a {
    color: #2590d7;
}

.ecv2_studyPack_detailPage .hd li.on:after {
    display: block;
}

.ecv2_studyPack_detailPage .hd li:after {
    position: absolute;
    display: none;
    content: '';
    width: 34px;
    height: 2px;
    background-color: #2590d7;
    bottom: -18px;
    left: 0;
    right: 0;
    margin: auto;
}

.ecv2_studyPack_detailPage .bd {
    position: relative;
}

.ecv2_no_content {
    text-align: center;
    margin: 160px 0;
}

.ecv2_studyPack_detailPage .ecv2_bd_item {
    display: none;
}

.ecv2_topfixed_buy {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 206px;
    height: 61px;
    line-height: 61px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #2590d7;
}

.ecv2_live_top {
    background: #fff;
    height: 372px;
    margin-bottom: 30px;
    box-sizing: border-box;
}

.ecv2_btn_buy {
    display: inline-block;
    width: 148px;
    height: 40px;
    background-color: #fd8123;
    border-radius: 20px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffffff;
}

.ecv2_btn_gray {
    background-color: #eee;
    color: #a7a7a7;
}

.ecv2_leibie_list li {
    float: left;
    cursor: pointer;
    margin-right: 22px;
    background-color: #fafafa;
    border-radius: 13px;
    border: solid 1px #e5e5e5;
    padding: 2px 15px;
    border-radius: 13px;
    color: #999999;
    font-size: 14px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.ecv2_leibie_list li.on {
    background-color: #fd8123;
    color: #fff;
    border: solid 1px #fd8123;
}

.ecv2_live_top h3 {
    font-size: 26px;
    color: #1f3d4d;
    font-weight: normal;
    margin: 36px 0 22px 38px;
    width: 840px;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    white-space: nowrap;
}

.ecv2_live_top .ecv2_details {
    margin: 0 0 22px 38px;
    font-size: 14px;
    color: #cccccc;
}

.ecv2_live_top .ecv2_details>span {
    color: #999999;
    margin: 0 10px;
}

.ecv2_live_top .ecv2_details>span:first-child {
    margin-left: 0;
}

.ecv2_tsfw {
    display: inline-block;
    margin-left: 14px;
    color: #999999;
}

.ecv2_tsfw span {
    color: #444444;
    margin-right: 10px;
}

.ecv2_tsfw img {
    vertical-align: middle;
    margin-right: 5px;
}

.ecv2_live_top .ecv2_leibie_list {
    display: inline-block;
    vertical-align: middle;
}

.ecv2_live_top .ecv2_head_list {
    margin: 30px 0 70px 38px;
}

.ecv2_head_list {
    overflow: hidden;
}

.ecv2_head_list li {
    float: left;
    font-size: 12px;
    color: #999999;
    text-align: center;
    text-align: center;
    margin-right: 10px;
}

.ecv2_head_list .ecv2_img {
    width: 38px;
    height: 38px;
    overflow: hidden;
    border-radius: 50%;
    margin-bottom: 12px;
    background-color: #e6e6e6;
}

.ecv2_head_list .ecv2_img img {
    height: 100%;
    width: auto;
}

.ecv2_live_top .ecv2_collect_tools {
    margin: 0 0 0 38px;
    line-height: 20px;
}

.ecv2_collect_tools {
    overflow: hidden;
    color: #1f3d4d;
    font-size: 14px;
}

.ecv2_ecv2_collect {
    display: inline-block;
    padding-left: 30px;
    margin-right: 40px;
    background: url(../img/icon2/icon_collect.png) no-repeat 0 center;
}

.ecv2_ecv2_collect.collect {
    background: url(../img/icon2/icon_collected.png) no-repeat 0 center;
}

.ecv2_ecv2_onLine {
    display: inline-block;
    padding-left: 30px;
    background: url(../img/icon2/icon_zixun.png) no-repeat 0 center;
}

.ecv2_price_colors {
    font-size: 14px;
    color: #fd8123;
}

.ecv2_price_colors b {
    font-weight: normal;
}

.ecv2_price_colors strong {
    font-size: 36px;
}

.ecv2_price_colors s {
    color: #999999;
    margin-left: 18px;
}

.ecv2_live_top>.fr {
    padding: 38px 20px 0 20px;
    width: 320px;
    height: 100%;
    box-sizing: border-box;
    text-align: center;
    background: url(../img/矩形578.png) no-repeat;
    background-size: 1px 100%;
}

.ecv2_live_top .ecv2_price_colors {
    margin-bottom: 30px;
}

.ecv2_text {
    text-align: left;
    color: #7a8f99;
    font-size: 14px;
}

.ecv2_text h5 {
    color: #525f66;
    font-size: 14px;
    font-weight: normal;
}

.ecv2_text p {
    margin-bottom: 8px;
}

.ecv2_live_top .ecv2_text {
    margin: 100px 0 0 0;
}

.ecv2_tikucom_doItem {
    padding: 0 0 30px 0;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 0 30px 0;
}

.ecv2_tikucom_doTitle {
    color: #333333;
    font-size: 16px;
}

.ecv2_marginbottom16 {
    margin-bottom: 16px;
}

.ecv2_tikucom_doOthers {
    color: #999999;
    font-size: 14px;
}

.ecv2_tikucom_doOthers span {
    margin-right: 70px;
}

.ecv2_btn_kszt {
    display: inline-block;
    width: 94px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #2590d7;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #2590d7;
}

.ecv2_studyPack_detailPage .ecv2_bd_item {
    padding: 20px 24px;
    font-size: 14px;
}

.ecv2_live_taggleTitles {
    height: 84px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 18px 20px 18px 36px;
    background-color: #f2f7fa;
}

.ecv2_live_taggleTop {
    overflow: hidden;
}

.ecv2_live_taggleTop h3 {
    float: left;
    font-size: 16px;
    font-weight: normal;
    color: #1f3d4d;
    width: 340px;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ecv2_live_taggleStars {
    float: left;
}

.ecv2_live_taggleStars li {
    float: left;
}

.ecv2_live_taggleTools {
    float: right;
}

.ecv2_live_taggleBottom {
    overflow: hidden;
    margin: 6px 0 0 0;
}

.ecv2_btn_liveBack {
    display: inline-block;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background-color: #fd8123;
}

.ecv2_live_taggleIcon {
    font-size: 14px;
    color: #2590d7;
    padding-left: 25px;
    cursor: pointer;
    margin-left: 25px;
    background: url(../img/icon2/icon_zhankai.png) no-repeat 0 center;
}

.ecv2_live_taggleIcon.ecv2_live_taggleIconDown {
    background: url(../img/icon2/icon_shouqi.png) no-repeat 0 center;
}

.ecv2_live_backTips {
    float: left;
    color: #ccc;
    padding-left: 38px;
    background: url(../img/icon2/icon_video02.png) no-repeat 0 center;
    margin: 0 50px 0 32px;
}

.ecv2_live_backTips span {
    color: #999999;
    margin-right: 12px;
}

.ecv2_live_backTips span:not(:first-child) {
    margin-left: 12px;
}

.ecv2_live_backTips span:last-child {
    padding-left: 0;
}

.ecv2_live_taggleBottom span {
    color: #999;
}

.ecv2_live_taggleHide li {
    overflow: hidden;
    color: #1f3d4d;
    font-size: 14px;
    border-bottom: solid 1px #ededed;
    padding: 25px 0 25px 68px;
}

.ecv2_live_taggleHide li>ul {
    margin-top: 35px;
    border-top: 1px solid #ededed;
    margin-left: -70px;
    padding-left: 30px;
}

.ecv2_live_taggleHide li>ul>li:last-child {
    border-bottom: none;
}

.ecv2_course_details {
    color: #999999;
    display: inline-block;
    vertical-align: top;
    margin-left: 60px;
}

.ecv2_course_details p {
    margin-bottom: 6px;
}

.ecv2_course_details p:last-child {
    margin-bottom: 0;
}

.ecv2_course_num {
    display: inline-block;
    width: 50px;
    margin-right: 10px;
}

.ecv2_live_taggleItem {
    margin-bottom: 20px;
}

.ecv2_live_taggleHide {
    display: none;
}

.ecv2_btn_gmgk {
    display: inline-block;
    width: 88px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    color: #fd8123;
    border: solid 1px #fd8123;
}

.ecv2_teachers_wheel {
    position: relative;
    width: 300px;
    height: 350px;
    background-color: #ffffff;
    box-sizing: border-box;
    margin-bottom: 40px;
    text-align: center;
}

.ecv2_teachers_headwrap {
    margin: 0 24px;
    padding: 44px 0 22px;
    font-size: 16px;
    color: #1f3d4d;
    border-bottom: 1px solid #e6e6e6;
}

.ecv2_teachers_headwrap>a {
    color: #7a8f99;
    font-size: 14px;
    margin: 8px 0 0 0;
}

.ecv2_teachers_wheel .ecv2_teachers_img {
    width: 68px;
    height: 68px;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 50%;
    background-color: #e6e6e6;
    position: relative;
    margin-bottom: 14px;
}

.ecv2_teachers_wheel .ecv2_teachers_img>img {
    position: absolute;
    height: 100%;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ecv2_teachers_wheel .ecv2_teachers_coursewrap {
    margin: 0 24px;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    padding: 20px 0;
}

.ecv2_teachers_wheel .ecv2_next,
.ecv2_teachers_wheel .ecv2_prev {
    display: inline-block;
    width: 8px;
    height: 14px;
    cursor: pointer;
}

.ecv2_teachers_wheel .ecv2_next {
    background: url(../img/icon2/icon_right_p.png) no-repeat;
}

.ecv2_teachers_wheel .nextStop {
    background: url(../img/icon2/icon_right_n.png) no-repeat;
}

.ecv2_teachers_wheel .ecv2_prev {
    margin-right: 15px;
    background: url(../img/icon2/icon_left_p.png) no-repeat;
}

.ecv2_teachers_wheel .prevStop {
    background: url(../img/icon2/icon_left_n.png) no-repeat;
}

.ecv2_teachers_wheel .hd {
    border-bottom: 0;
    position: absolute;
    right: 19px;
    top: 14px;
    z-index: 10;
}

.ecv2_btn_liveNone {
    background: #cccccc;
}

.ecv2_zixuns_add1,
.ecv2_zixuns_add2 {
    display: none;
    box-sizing: border-box;
    width: 132px;
    height: 42px;
    line-height: 42px;
    text-indent: 18px;
    font-size: 16px;
    text-align: left;
    border-radius: 21px;
    color: #fff;
    cursor: pointer;
    margin: 0 auto;
    background: #2590d7 url(../img/icon/icon_loading.png) no-repeat 90px center;
}

.ecv2_zixuns_btnsChange {
    clear: both;
    text-align: center;
    padding-top: 40px;
    text-align: center;
}

.ecv2_zixuns_add1 {
    color: #2590d7;
    border: solid 1px #2590d7;
    background: #fff url(../img/icon/icon_load_n.png) no-repeat 90px center;
}

.ecv2_zixuns_add1:hover {
    color: #fff;
    background: #2590d7 url(../img/icon/icon_load_p.png) no-repeat 90px center;
}

/*pmh新增样式调整*/

.ecv2_wheel_wrap .bd ul li a {
    width: 920px;
    margin: 0 auto;
    display: block;
}

.ecv2_wheel_wrap .bd ul li a img {
    margin-left: 140px;
}

.ecv2_wheel_wrap .bd ul li {
    height: 450px !important;
}

.ecv2_index_wheel .ecv2_container {
    width: 100%;
    position: relative;
    z-index: 1;
}

.lunbodiv {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.lunbodiv .ecv2_wheel_wrap {
    max-height: 450px;
    overflow-y: hidden;
}

.ecv2_wheel_extend._html_ .bd {
    max-height: 434px;
    overflow-y: hidden;
}

.ecv2_wheel_wrap {
    width: 100%;
}

.ecv2_wheel_leftNav {
    height: 450px;
}

.kemudiv {
    position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
}

.widmiddiv {
    width: 1200px;
    margin: 0 auto;
}

.ctype_121 .ecv2_video_live,
.ctype_13 .ecv2_video_live {
    display: initial;
}

.ecv2_count_down_wrap .bgtime {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: url('../img/index/img_rk.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.theme_1 .ecv2_count_down_wrap .bgtime {
    background-image: url('../img/index/img_tongx.png');
}

.theme_2 .ecv2_count_down_wrap .bgtime {
    background-image: url('../img/index/img_rk.png');
}

.theme_3 .ecv2_count_down_wrap .bgtime {
    background-image: url('../img/index/img_jinr.png');
}

.theme_4 .ecv2_count_down_wrap .bgtime {
    background-image: url('../img/index/img_yiwei.png');
}

.theme_5 .ecv2_count_down_wrap .bgtime {
    background-image: url('../img/index/img_zige.png');
}

.theme_6 .ecv2_count_down_wrap .bgtime {
    background-image: url('../img/index/img_PMP.png');
}

.theme_7 .ecv2_count_down_wrap .bgtime {
    background-image: url('../img/index/img_kaobo.png');
}

.menu_box_list li a {
    height: 100%;
    float: left;
    width: 100%;
}

.tab_hover_cdiv {
    display: none;
}

.tab_hover_cdiv.on {
    display: block;
}

.theme_1 .ecv2_panel_center .toutiao_title a {
    color: #3b988d;
}

.theme_2 .ecv2_panel_center .toutiao_title a {
    color: #2f74dc;
}

.theme_3 .ecv2_panel_center .toutiao_title a {
    color: #ff763a;
}

.theme_4 .ecv2_panel_center .toutiao_title a {
    color: #23b472;
}

.theme_5 .ecv2_panel_center .toutiao_title a {
    color: #ff9a41;
}

.theme_6 .ecv2_panel_center .toutiao_title a {
    color: #d97c97;
}

.theme_7 .ecv2_panel_center .toutiao_title a {
    color: #706fd3;
}

.tab_hover_cdiv.on1 {
    display: block;
}

.ecv2_noCom_wheel._html_ .bd {
    height: 260px;
    overflow-y: hidden;
}

.ecv2_channel_com_box .ecv2_buyBox_list .bd {
    width: 100%;
}

.ecv2_zixuns_right p {
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.tab_hover li>em {
    display: none;
}

.tab_hover li {
    cursor: pointer;
}

/*咨询详情页附件下载*/

.fjxz {
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 10px;
}

.fixed-height .fjxz {
    margin-bottom: unset;
    padding-bottom: 0px;
}

.fjxz-item {
    line-height: 32px;
    display: inline-block;
}
.fjxz_iconfile{
    display: inline-block;
    width: 20px;
    height: 26px;
    background-image: url(../../../../educity2/pc/images/courseDetail/icontm.png);
    background-position: -67px 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 16px;
}
.fjxz-item img{
    height:16px;
    width:16px;
    position: absolute;
    top: 24px;
}

.fjxz-item p {
    font-size: 16px;
    display: inline-block;
    margin-left: 35px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 620px;
}
.fixed-height .fjxz-item p{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 620px;
}
.fixed-height .fjxz .download {
    right: 0;
    position: unset;
    transform: unset;
}

.fjxz .download {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    width: 90px;
    background-color: #1890ff;
    border-color: #1890ff;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 5px;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.mgt10 {
    margin-top: 10px;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

/*选择省份*/

.ecv2_province {
    display: flex;
    align-items: flex-start;
    margin: 30px auto 20px auto;
    padding: 20px 0;
    background: #FAFAFA;
}

.ecv2_province .choice {
    margin-left: 25px;
    font-size: 14px;
    color: #666666;
    width: 90px;
    margin-top: 7px;
}

.ecv2_province .provUl {
    display: flex;
    flex-wrap: wrap;
    margin-right: 25px;
    width: 1060px;
}

.ecv2_province .provUl div {
    width: 55px;
    height: 33px;
    margin-right: 20px;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    border-radius: 5px;
    justify-content: center;
    cursor: pointer;
}

.ecv2_province .provUl .proCurrent {
    background: #2590D7;
    color: #FFFFFF;
}

.ecv2_province .provUl .proCurrent a {
    color: #FFFFFF;
}

.ecv2_panel_hd a.frmore {
    font-size: 14px;
    color: #999999;
    line-height: 33px;
    margin-top: 20px;
}

.color-888 {
    color: #888;
}

.color-red {
    color: red;
}

.teacher-modal {
    width: 500px;
    padding: 20px;
    box-sizing: border-box;
}

.teacher-modal .p-text {
    text-align: center;
    font-size: 16px;
}

.teacher-qr-wrap {
    width: 150px;
    margin: 15px auto;
    margin-bottom: 0px;
}

.teacher-qr-code {
    width: 100%;
    height: auto;
    margin: 10px 0px;
}

.teacher-info-wrap {
    margin-bottom: 15px;
}

.teacher-info-wrap .teacher-info {
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 2;
    padding-left: 50%;
    margin-left: -75px;
}

.down-info-wrap {
    width: 88%;
    margin: 0 auto;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.down-info-wrap .down-info-left {
    margin-bottom: 15px;
    float: left !important;
    width: 250px;
}

.down-info-wrap .down-info-right {
    float: right !important;
    width: 150px;
}

.down-info-wrap .down-info {
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 2;
}

.down-info-wrap .down-info-btn {
    line-height: 50px;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    background-color: rgb(24, 144, 255);
    color: #fff;
    border-radius: 50px;
    font-size: 17px;
}

.down-info-wrap .down-info-btn a {
    color: #ffffff;
}

/*修改后的公共尾部样式开始*/

.ecv2_footer {
    font-size: 12px;
}

.ecv2_footer_top ol>li:first-child {
    font-size: 14px;
}

/*.ecv2_footer_top ol li a {
    color: #fff;
}*/

.ecv2_footer_nextto span {
    color: #fff;
}

.ecv2_footer_bottom p {
    color: #9b9ea0;
}

.ecv2_footer_nextto dd a {
    margin: 0 auto;
    width: 140px;
    text-align: center;
    line-height: 32px;
    background-color: #fd5f39;
    color: #fff;
    height: auto;
    border-radius: 0;
}

.ecv2_footer_nextto dd a img {
    width: 13px;
    height: auto;
}

.ecv2_footer .ecv2_footer_bottom a {
    color: #9b9ea0;
}

.ecv2_footer .ecv2_footer_bottom a:hover {
    color: #ff6a00;
}

.ecv2_footer .ecv2_footer_codes p {
    color: #fff;
}

/*修改后的公共尾部样式结束*/

/*原广告样式start*/

.myadvertiseTxt {
    padding: 15px 30px;
    background-color: #fff;
    border-radius: 8px;
    position: relative;
    border: 1px solid #ccc;
}

.myadvertise {
    margin: 15px 0;
}
.ad_div .myadvertise{
    position: relative;
}
.ad_div .myadvertise > a{
    display: block;
    font-size: 0;
}

.adv_closeIcon{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url('../../www/images/close.png') center no-repeat;
    background-size: 15px auto;
    z-index:9;
    cursor: pointer;
}
.ad_l {
    width: 70px;
    height: 70px;
}

.pull-left {
    float: left !important;
}

.ad_div img {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 0;
}

.ad_r p {
    font-size: 18px;
    margin: 8px 10px;
    font-weight: 600;
}

.mfsx {
    border: 1px solid #ff908a;
    padding: 5px 10px;
    border-radius: 8px;
    color: #ff908a;
    position: absolute;
    right: 30px;
    top: 30px;
    line-height: 22px;
    cursor: pointer;
}

.mfsx:hover {
    background-color: #ff908a;
    color: #fff;
}

.information .register {
    background: #ffffff none repeat scroll 0 0;
    height: 380px;
    padding: 20px;
}

.information .register ul {
    padding: 0;
}

.information .register ul li {
    height: 30px;
    margin-bottom: 24px;
}

.information .register ul li span {
    display: block;
    float: left;
    font-size: 16px;
    height: 41px;
    line-height: 39px;
    text-align: right;
    width: 50px;
    margin-left: 30px;
}

.information .register ul li input {
    border: 1px solid #dcdcdc;
    float: left;
    font-size: 14px;
    height: 39px;
    margin-left: 10px;
    width: 280px;
    padding-left: 5px;
}

.information .register ul li.height24 {
    height: 24px;
    width: 80%;
}

.information .register ul li a {
    background: #ff3b06 none repeat scroll 0 0;
    border-radius: 6px;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 20px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    width: 214px;
    margin-left: 30px;
}

.information .register ul li textarea {
    border: 1px solid #dcdcdc;
    float: left;
    font-size: 14px;
    height: 85px;
    margin-left: 10px;
    overflow: hidden;
    width: 280px;
    padding-left: 5px;
    height: 65px;
}

.information .register ul li select {
    border: 1px solid #dcdcdc;
    float: left;
    font-size: 14px;
    height: 39px;
    margin-left: 10px;
    width: 280px;
}

.none {
    display: none;
}

/*原广告样式end*/

/*基础表格样式*/
table {
    border-spacing: 0;
    border-collapse: collapse
}

td,
th {
    padding: 0
}


table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    padding: 8px;
    line-height: 2;
    /* vertical-align: top; */
    border-top: 1px solid #ddd
}

table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

table>caption+thead>tr:first-child>td,
table>caption+thead>tr:first-child>th,
table>colgroup+thead>tr:first-child>td,
table>colgroup+thead>tr:first-child>th,
table>thead:first-child>tr:first-child>td,
table>thead:first-child>tr:first-child>th {
    border-top: 0
}

table>tbody+tbody {
    border-top: 2px solid #ddd
}

table table {
    background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

table {
    border: 1px solid #ddd
}

table>tbody>tr>td,
table>tbody>tr>th,
table>tfoot>tr>td,
table>tfoot>tr>th,
table>thead>tr>td,
table>thead>tr>th {
    border: 1px solid #ddd
}

table>thead>tr>td,
table>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

..table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    display: table-column;
    float: none
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none
}

table>tbody>tr.active>td,
table>tbody>tr.active>th,
table>tbody>tr>td.active,
table>tbody>tr>th.active,
table>tfoot>tr.active>td,
table>tfoot>tr.active>th,
table>tfoot>tr>td.active,
table>tfoot>tr>th.active,
table>thead>tr.active>td,
table>thead>tr.active>th,
table>thead>tr>td.active,
table>thead>tr>th.active {
    background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

table>tbody>tr.success>td,
table>tbody>tr.success>th,
table>tbody>tr>td.success,
table>tbody>tr>th.success,
table>tfoot>tr.success>td,
table>tfoot>tr.success>th,
table>tfoot>tr>td.success,
table>tfoot>tr>th.success,
table>thead>tr.success>td,
table>thead>tr.success>th,
table>thead>tr>td.success,
table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

table>tbody>tr.info>td,
table>tbody>tr.info>th,
table>tbody>tr>td.info,
table>tbody>tr>th.info,
table>tfoot>tr.info>td,
table>tfoot>tr.info>th,
table>tfoot>tr>td.info,
table>tfoot>tr>th.info,
table>thead>tr.info>td,
table>thead>tr.info>th,
table>thead>tr>td.info,
table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

table>tbody>tr.warning>td,
table>tbody>tr.warning>th,
table>tbody>tr>td.warning,
table>tbody>tr>th.warning,
table>tfoot>tr.warning>td,
table>tfoot>tr.warning>th,
table>tfoot>tr>td.warning,
table>tfoot>tr>th.warning,
table>thead>tr.warning>td,
table>thead>tr.warning>th,
table>thead>tr>td.warning,
table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

table>tbody>tr.danger>td,
table>tbody>tr.danger>th,
table>tbody>tr>td.danger,
table>tbody>tr>th.danger,
table>tfoot>tr.danger>td,
table>tfoot>tr.danger>th,
table>tfoot>tr>td.danger,
table>tfoot>tr>th.danger,
table>thead>tr.danger>td,
table>thead>tr.danger>th,
table>thead>tr>td.danger,
table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

div:not(.dtklist)::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: transparent;
}

div::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 4px;
}

div:hover::-webkit-scrollbar-thumb {
    background: hsla(0, 0%, 53%, 0.4);
}

div:hover::-webkit-scrollbar-track {
    background: hsla(0, 0%, 53%, 0.1);
}

.layer-ques {
    min-width: 460px !important;
}

.layer-ques .layui-layer-content {
    font-size: 16px !important;
    text-align: center !important;
}

.layer-ques .layui-layer-btn {
    text-align: center !important;
}

.layer-ques .layui-layer-btn a {
    font-size: 16px !important;
}

._disnone_ {
    display: none;
}

.tab_hover_content {
    /* position: relative; */
}

.tab_hover_content .frmore {
    font-size: 14px;
    color: #999999;
    line-height: 33px;
    margin-top: 20px;
    position: absolute;
    right: 0;
    top: -90px;
}

.ecv2_right_tools .bgs1 {
    color: #299dea;
    display: block;
    height: 44px;
    overflow: hidden;
    line-height: 44px;
    font-size: 16px;
    padding: 0px 10px;
}

.hideinput {
    opacity: 0;
    height: 1px;
}

.flexjunfen {
    resize: both;
    display: flex;
}

.flexjunfen dl {
    max-width: initial;
    flex: 1 1 auto;
}

/*预约成功-扫码弹窗start*/
.layer-ol .layer-ol-body {
    min-width: 500px;
}

.layer-ol .layer-ol-title {
    display: block;
    text-align: center;
    padding: 20px 20px 10px;
    font-size: 16px;
}

.layer-ol .layer-ol-content {
    display: block;
    padding: 0 20px 20px;
}

.layer-ol .layer-ol-item {
    display: inline-block;
    width: 250px;
    vertical-align: middle;
}

.layer-ol-item img {
    width: 150px;
    height: 150px;
}

.layer-ol-item p {
    margin-left: 10px;
    font-size: 15px;
    padding: 10px 10px 10px 0;
}

.layer-ol .layer-ol-btn {
    display: inline-block;
    margin-left: 10px;
    padding: 10px 20px;
    text-align: center;
    background-color: rgb(108, 171, 232);
    color: #fff;
    border-radius: 10px;
    font-size: 14px;
}

.layer-ol .layer-ol-tr {
    text-align: right;
}

/*预约成功-扫码弹窗end*/

/*直播详情页layer弹窗start*/
.layer-play .layui-layer-content {
    padding: 10px 40px;
}

.layer-play {
    width: 520px !important;
}

.layer-play .layui-layer-btn {
    text-align: center;
}

.layer-play .layui-layer-btn0 {
    font-size: 14px;
    border-radius: 5px;
    margin: 0 20px;
}

.layer-play .layui-layer-title {
    font-size: 16px;
}

/*直播详情页layer弹窗end*/

.ecv2_header ul>li>a {
    text-decoration: none;
    color: #525f66;
    font-size: 12px;
}

.layer-buy .layui-layer-btn {
    text-align: center;
    font-size: 14px;
}

.water-mark {
    background: url(../images/watermark_bg.png) repeat 100px 50px;
}

#floor7 .tab_hover_content>.tab_hover_cdiv:nth-child(1) .ecv2_panel_center .ecv2_video_list ul li:nth-child(3)>a>p {
    /* color: #fd5757;
    font-weight: bold; */
}

.attach-slide-wrap,
.attach-fixed-wrap{
    background: linear-gradient(0deg, #FFAB90 0%, #FFE9BF 100%);
    border-radius: 10px;
    padding: 3px;
    margin-bottom: 30px;
}

.attach-fixed-wrap {
    position: relative;
    margin-bottom: 10px;
}

.attach-fixed-wrap .attach-wrap {
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
}

.attach-fixed-wrap .fjxz {
    border: unset;
    padding-bottom: 0px;
}

.attach-fixed-wrap .fjxz {
    margin-bottom: unset;
}

.attach-slide {
    position: relative;
    padding: 20px 0;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.fixed-height.attach-slide {
    padding: unset;
    /*height: 92px;*/
    background-color: #ffffff;
    border: unset;
    padding-bottom: 15px;
}

.fixed-height.attach-slide::before{
    content: unset;
}

.attach-slide::before {
    content: "本文附件下载";
    position: absolute;
    font-size: 16px;
    background-color: #fff;
    top: -12px;
    left: 20px;
    display: block;
    padding: 0 10px;
}



.attach-slide .attach-body {
    width: 660px;
    margin: 0 auto;
}

.attach-body .fjxz {
    border: unset;
}

.attach-split {
    margin: 0 20px;
}

.attach-slide .prev,
.attach-slide .next,
.attach-fixed-wrap .prev,
.attach-fixed-wrap .next{
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/icon2/icon_right_p.png") no-repeat center;
    position: absolute;
    top: 50px;
    left: 30px;
}

.fixed-height.attach-slide .prev,
.fixed-height.attach-slide .next,
.attach-fixed-wrap .prev,
.attach-fixed-wrap .next{
    width: 8px;
    height: 14px;
    top: 25px;
    left: 15px;
}

.attach-fixed-wrap .prev,
.attach-fixed-wrap .next {
    top: 50%!important;
    margin-top: -15px;
}

.fixed-height.attach-slide .next{
    right: 15px;
    left: unset;
}

.attach-slide .prev,
.attach-fixed-wrap .prev{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.attach-slide .next{
    right: 30px;
    left: unset;
}

.attach-fixed-wrap .next{
    right: 20px;
    left: unset;
}

.attach-tit-wrap {
    position: relative;
    height: 22px;
    background: #fff;
    border-radius: 0 0 10px 10px;
}

.attach-tit {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 5px;
    z-index: 1;
}

.fixed-height .attach-tit {
    position: unset;
    width: 100%;
    text-align: center;
    /* margin-bottom: 18px; */
}

.fixed-height .attach-tit ul,
.fixed-height .attach-tit ul li{
    float: unset;
    display: inline-block;
    padding: 0;
    line-height: 16px;
}

.attach-tit ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.attach-tit ul li {
    float: left;
    margin-right: 2px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    text-align: center;
    background: #eee;
    cursor: pointer;
}

.attach-tit ul li.on {
    background: #1890ff;
    color: #ffffff;
}

.act-618 {
    display: block !important;
    padding: 0 !important;
    top: -62px !important;
    position: absolute !important;
}

.act-618::before {
    width: 0 !important;
    height: 0 !important;
}

.act-618 img {
    width: 74px !important;
}

.ecv2_header_tools .fl>ul>li:nth-child(3):hover ul.app_wx_code {
    display: block;
}

.ecv2_header_tools .fl ul ul.app_wx_code {
    display: none;
    position: absolute;
    background: #fff;
    left: -1px;
    width: 314px;
    top: 100%;
    font-size: 14px;
    color: #667780;
    border: 1px solid #e6e6e6;
    padding-bottom: 6px;
    z-index: 9999;
    border-top: 0;
    padding-top: 20px;
    padding-left: 20px;
    box-sizing: border-box;
}

.ecv2_header_tools .fl ul ul.app_wx_code li img {
    display: inline-block;
    vertical-align: top;
    width: 92px;
    height: 92px;
    margin-right: 17px;
    word-break: unset;
}

.ecv2_header_tools .fl ul ul.app_wx_code .app_downcode .app_code_right,
.ecv2_header_tools .fl ul ul.app_wx_code .wx_downcode .wx_code_right {
    display: inline-block;
    vertical-align: top;
}

.ecv2_header_tools .fl ul ul.app_wx_code .app_downcode .app_code_right .p1 {
    background: url("../../www/images/user.png") left top no-repeat;
    background-size: 22px auto;
    padding-left: 32px;
    color: #343434;
    font-size: 17px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.ecv2_header_tools .fl ul ul.app_wx_code .app_downcode .app_code_right .p2 a,
.ecv2_header_tools .fl ul ul.app_wx_code .app_downcode .app_code_right .p2 span {
    display: inline-block;
    vertical-align: top;
    width: 37px;
    text-align: center;
    padding-top: 42px;
    color: #343434;
    font-size: 13px;
    margin-right: 18px;
}

.ecv2_header_tools .fl ul ul.app_wx_code .app_downcode .app_code_right .p2 .iphone {
    background: url("../../cmsng/img/index/iphone.png") center top no-repeat;
    background-size: 37px auto;
}

.ecv2_header_tools .fl ul ul.app_wx_code .app_downcode .app_code_right .p2 .android {
    background: url("../../cmsng/img/index/android.png") center top no-repeat;
    background-size: 37px auto;
}

.ecv2_header_tools .fl ul ul.app_wx_code .app_downcode .app_code_right .p2 .shouji {
    background: url("../../cmsng/img/index/shouji.png") center top no-repeat;
    background-size: 37px auto;
}

.ecv2_header_tools .fl ul ul.app_wx_code .wx_downcode {
    margin-top: 10px;
    margin-bottom: 10px;
}

.ecv2_header_tools .fl ul ul.app_wx_code .wx_downcode .wx_code_right .p1 {
    color: #0E74BE;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.ecv2_header_tools .fl ul ul.app_wx_code .wx_downcode .wx_code_right .p2 span {
    display: block;
    color: #343434;
    font-size: 15px;
    line-height: 24px;
}

.ecv2_header_tools .fl ul ul.app_wx_code .wx_downcode img {
    width: 98px;
    height: 98px;
    margin-left: -3px;
    margin-right: 14px;
}

.ecv2_show {
    display: block;
}

/* video视频播放链接 */
.art_video {
    text-align: center;
    padding: 10px 0;
}

.art_video video {
    width: 680px;
    height: auto;
    max-height: 400px;
}

/* 0元团购弹窗 */
.payment-tips-pop {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.payment-tips-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.payment-tips {
    position: relative;
    width: 500px;
    margin: 0 auto;
    background-color: #fff;
    margin-top: 150px;
    border-radius: 4px;
    padding: 0 24px;
}

.payment-tips .payment-tips-title {
    line-height: 52px;
    border-bottom: 1px solid rgba(154, 154, 154, 0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
}

.payment-tips .payment-tips-title img {
    vertical-align: middle;
    cursor: pointer;
}

.payment-tips .payment-tips-con {
    padding: 23px 24px;
}

.payment-tips .payment-tips-txt1 {
    font-size: 20px;
    color: #343434;
    margin-bottom: 10px;
}

.payment-tips .payment-tips-txt2 {
    font-size: 14px;
    color: #E63434;
    margin-bottom: 49px;
}

.payment-tips .payment-tips-bottom {
    font-size: 16px;
    color: #343434;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.payment-tips .payment-tips-bottom i,
.payment-tips .payment-tips-bottom em {
    font-style: normal;
    color: #E63434;
}

.payment-tips .payment-tips-bottom i {
    font-size: 32px;
}

.payment-tips .payment-tips-bottom em {
    font-size: 24px;
}

.payment-tips .payment-tips-bottom a {
    display: inline-block;
    color: #FFFFFF;
    margin-left: 10px;
    background-color: #E63434;
    box-shadow: 0px 5px 5px -2px rgba(230, 52, 52, 0.6);
    width: 112px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border-radius: 4px;
}

.zl-download {
    display: inline-block;
    color: #2590d7 !important;
    border: solid 1px #2590d7;
    padding: 2px 5px;
}

.zl-classify-wrap {
    margin-bottom: 10px;
}

.zl-classify {
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    color: #2590d7;
    border: solid 1px #2590d7;
    padding: 2px 5px;
    font-size: 15px;
}

.zl-classify.zl-show {
    color: white;
    background-color: #2590d7;
}


.kbappintsty{
    padding: 24px 0 60px;
    text-align: center;
}
.kbappintsty #phoneVerificationLogin{
    display: inline-block;
}
.kbdetail{
    padding: 20px 0;
    line-height: 2;
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px !important;
}
.kbdetail p span:first-child{
    display: inline-block;
    /* width: 85px;
    text-align-last:justify;
    text-align:justify;
    text-justify:distribute-all-lines;  */
}

.a-act-bg {
    background: url("../img/a-act-bg.png")  center top no-repeat;
    background-size: 660px 430px;
    width: 660px;
    height: 430px;
}

.a-act-wrap {

}

.a-act-wrap .a-act-title {
    font-size: 32px;
    text-align: center;
    padding: 30px;
    color: #ffffff;
}

.a-act-wrap .a-act-descr {
    /*line-height: 40px;*/
    font-size: 24px;
    margin: 12px;
    text-align: center;
    color: #333333;
}

.a-act-wrap .layui-layer-close2 {
    right: -40px !important;
    top: -40px !important;
}

.a-act-wrap.layui-layer {
    border-radius: 12px !important;
}

.a-act-wrap .a-act-qr {
    width: 150px;
    height: 150px;
    display: block;
    margin: 20px auto;
}

.a-act-wrap .a-act-qr img {
    width: 150px;
    height: 150px;
}

.a-act-wrap .a-act-s {
    font-size: 18px;
    text-align: center;
    color: #666666;
}



.newloginsty {
    cursor: pointer;
    position: relative;
    height: 100%;
    display: inline-block;
}
.newloginsty .un_sty{
    color: rgb(76, 155, 227);
    font-style: normal;
}
.newloginsty .un_sty#newname{
    max-width: 110px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.newloginsty img{
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 100%;
}
.newloginsty .newlogin_ul{
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    min-width: 100px;
    padding:0 0;
    box-sizing: border-box;
    background: rgba(255,255,255,0.85);
    z-index: 9;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.newloginsty .newlogin_ul li a{
    margin: 0 0 !important;
    text-align: center;
    display: block;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    position: relative;
}
.newloginsty .newlogin_ul li:last-child a{
    border-bottom: 0;
}
.newloginsty:hover .newlogin_ul{
    display: block;
}
.newloginsty .newlogin_ul::after{
    position: absolute;
    content: '';
    left: 50%;
    top: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
}
.newloginsty .newlogin_ul .cirnum{
    box-sizing: border-box;
    color: #fff;
    background: red;
    font-size: 12px;
    border-radius: 50px;
    font-style: normal;
    display: inline-block;
    line-height: initial;
    min-width: 8px;
    min-height: 8px;
    position: absolute;
    top: 7px;
    padding: 0px 4px;
}

.sp_adv{
    text-align: center;
    display: block;
    padding-bottom: 10px;
}
.sp_adv img{
    display: inline-block;
    max-width: 100%;
}
.sp_adv_but {
    display: block;
    width: 600px;
    margin: 30px auto;
    color: #1F77C2;
    border-radius: 50px;
    border: 1px solid #1F77C2;
    text-align: center;
    line-height: 75px;
    font-size: 28px;
}
.sp_adv_but:hover{
    color: #fff;
    background: #1F77C2;
}

.js-popup .mask {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    filter: alpha(opacity=80);
    opacity: 0.8;
    background: #000;
    height: 100%;
}
.js-popup{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 10%;
    z-index: 10001;
}
.js-popup .js_img{
    position: relative;
    z-index: 1;
    display: inline-block;
}
.js-popup .js_img img{
    max-width: 1000px;
    height: auto;
}
.js-popup .js-popup-close {
    width: 50px;
    height: 50px;
    background: url('../../www/images/pop_close.png');
    position: absolute;
    display: block;
    right: -50px;
    top: -50px;
    cursor: pointer;
    background-size: 100%;
}


.zl_download_h3 {
    position: relative;
    font-size: 18px;
    color: #1f3d4d;
    padding-left: 15px;
}

.zl_download_h3:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 26px;
    left: 0;
    top: 0;
    border-top: 0;
    margin: auto;
    background: #2590d7;
}
.zl_download_div{
    margin-top: 20px;
    border: 1px solid #EEEEEE;
    padding: 0 20px;
    box-sizing: border-box;
}
.zl_download_div ul li {
    padding: 30px 0 0;
    display: block;
    position: relative;
    padding-left: 60px;
    box-sizing: border-box;
}
.zl_download_div li:last-child{
    margin-bottom: 30px;
}
.zl_download_div ul li .icon-pdf-zl {
    background: url(../../xxzl/img/einfo_pdf.png) left center no-repeat;
    width: 50px;
    height: 60px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 30px;
}
.zl_download_div ul li .xxzl-xsmf-icon {
    width: 38px;
    height: 20px;
    display: inline-block;
    background: url(../../xxzl/img/mf.png) no-repeat center;
    background-size: 100% 100%;
    margin-right: 5px;
    position: relative;
    top: 5px;
}
.zl_download_div ul li .content-mind-zl {
    text-align: left;
    width: 100%;
}

.zl_download_div ul li .content-mind-zl p {
    font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 1.5;
    cursor: pointer;
}
.zl_download_div ul li .content-mind-zl p:first-child{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.zl_download_div li:hover .content-mind-zl p {
    color: #e13b29;
}

.zl_download_div li .content-mind-zl b {
    font-size: 14px;
    color: #999;
    font-weight: normal;
    margin-right: 20px;
}

.zl_download_div li a.btn-small-down-zl {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 86px;
    height: 26px;
    line-height: 26px;
    border-radius: 21px;
    background: #ff7106;
    background-image: linear-gradient(120deg, #fc9d58, #FF4200);
    box-shadow: 0px 2px 5px #ffd3b3;
    padding: 0px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0px 3px 4px 0px rgba(213, 63, 8, 0.24);
    transition: 0.5s;
}

.zl_download_div li a.btn-small-down-zl:hover {
    background: #fc9d58;
    background-image: linear-gradient(120deg, #FF4200, #fc9d58);
    margin-top: -2px;
}
.zl_download_more{
    line-height: 40px;
    border-top: 1px solid #eee;
    color: #999999;
    font-size: 16px;
    text-align: center;
}
.zl_download_more >a{
    color: #999;
    font-weight: bold;
}
.zl_download_more >a:hover{
    color: #e13b29;
}


.forceHide{
    display: none !important;
}

.ecv2_right_tools .nrlb{
    width: 76px;
    height: 88px;
    display: inline-block;
    background: url(../img/xrlb.png) no-repeat center;
    background-size: 100% 100%;
    color: #FFFFFF;
    font-size: 14px;
    text-align: center;
    padding-top: 5px;
    position: absolute;
    top: -100px;
    left: -2px;
    box-sizing: border-box;
}

.ecv2_right_tools .nrlb:hover{
    color: white;
}

.ecv2_right_tools .nrlb:before{
    display:none;
}

.ecv2_count_down_wrap .textTitle{
    text-align: center;
    font-size: 13px;
    color: black;
    font-weight: bold;
}

.ecv2_count_down_wrap .textContent{
    text-align: center;
    font-size: 18px;
    color: black;
    font-weight: normal;
}

.ecv2_count_down_wrap .textContent a{
    font-size: 18px;
    color: black;
    font-weight: normal;
}

.ecv2_count_down_wrap .textContent a:hover{
    color: white;
    background-color: #0088E6;
}



.dateDown_new{
    position: relative;
    height: 100px;
    width: 100%;
    text-align: left;
    padding-left: 42px;
    padding-top: 25px;
    box-sizing: border-box;
    background: url(../img/datedown2.png) left top no-repeat;
    background-size: 100% 100%;
}
.dateDown_new::after{
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 85px;
    height: 75px;
    background: url(../img/datedown1.png) left center no-repeat;
    background-size: 100% auto;
}
.dateDown_new .textTitle{
    position: relative;
    z-index: 1;
    font-size: 15px;
    font-weight: bold;
    color: #3A406F;
    text-align: left;
    margin-bottom: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dateDown_new .textContent ,.dateDown_new .textContent >a{
    position: relative;
    z-index: 1;
    text-align: left;
    font-size: 21px;
    font-weight: bold;
    color: #3A406F;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.tw_modal{
    width: 1080px;
    margin: 0 auto;
    padding: 50px 14px 30px 14px;
    box-sizing: border-box;
}
.tw_modal .tw_titles{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
.tw_modal .tw_tips{
    font-size: 15px;
    margin-top: 25px;
    text-align: center;
}
.tw_modal .tw_tips span{
    color: #2590D7;
}
.tw_content{
    margin-top: 40px;
}
.tw_piece{
    color: #1F3D4D;
    font-size: 16px;
    margin-bottom: 7px;
}
.tw_piece .t{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding: 20px 0 20px 1%;
    box-sizing: border-box;
}
.tw_piece_ul{
}
.tw_piece_a{
    float: left;
    width: 23%;
    margin: 0 1% 10px 1%;
    height: 196px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(37, 144, 215, 0.13);
    padding: 10px;
    box-sizing: border-box;
}
.tw_c_top{
    height: 140px;
}
.tw_c_top.c_noimg{
    background: url('../../../../educity2/pc/images/courseDetail/moren2.png') left top no-repeat;
    background-size: 100% 100%;
    color: #fff;
    text-align: center;
    padding: 0 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    line-height: 1.5;
    box-sizing: border-box;
}
.tw_c_top.c_img img {
    width: 100%;
    height: 140px;
}
.tw_c_bot{
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tw_buttons{
    display: flex;
    justify-content: center;
    text-align: center;
    padding: 30px 0 0 0;
}
.tw_buttons .tw_a{
    width: 158px;
    height: 40px;
    background: #2590D7;
    border-radius: 20px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 28px;
    box-sizing: border-box;
}
.tw_buttons .tw_a.bluebor_a{
    border: 1px solid #2590D7;
    color: #2590D7;
    background: #fff;
}
.tw_buttons .tw_a:hover{
    transform: translateY(-5px);
}

.tw_layer{
    width: auto;
    height: auto;
    background: #FFFFFF;
    border-radius: 20px !important;
    overflow: hidden;
}
.tw_layer .layui-layer-title{
    text-align: center;
    padding: 20px 0 15px 0;
    background: #fff;
    border-bottom: 0;
    font-size: 21px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #000000;
    line-height: initial;
    height: initial;
}
.layui-layer-dialog.tw_layer .layui-layer-content{
    font-size: 15px;
    padding-bottom: 40px;
    box-sizing: border-box;
    text-align: center;
}
.tw_layer .layui-layer-btn{
    position: relative;
    text-align: center;
    padding: 17px 0 22px 0;
    box-sizing: border-box;
    border-top: 1px solid #eee;
}
.tw_layer .layui-layer-btn a{
    min-width: 102px;
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    border: 1px solid #2590D7;
    border-radius: 17px;
    box-sizing: border-box;
}
.tw_layer .layui-layer-btn .layui-layer-btn0{
    border: 1px solid #2590D7;
    background: #fff;
    color:#2590D7 ;
}
.tw_layer .layui-layer-btn .layui-layer-btn1{
    border: 1px solid #2590D7;
    background:#2590D7;
    color:#fff ;
}

.ecv2_tiku_xgcp {
    clear: both;
    overflow: hidden;
    padding: 20px 100px;
}
.ecv2_tiku_xgcp>h3 {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding-left: 26px;
    margin-bottom: 40px;
}
.ecv2_tiku_xgcp>h3:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #2590d7;
}
.ecv2_tiku_xgcp .tw_piece_ul{

}
.ecv2_tiku_xgcp .tw_piece_a{
    width: 32%;
    height: 251px;
    margin: 0 1% 15px 1%;
}
.ecv2_tiku_xgcp .tw_piece_a .tw_c_top{
    height: 178px;
    font-size: 18px;
}
.ecv2_tiku_xgcp .tw_piece_a  .tw_c_top.c_img img {
    width: 100%;
    height: 178px;
}
.ecv2_tiku_xgcp .tw_piece_a  .tw_c_bot{
    font-size: 18px;
    text-align: left;
    padding-top: 15px;
}
.ecv2_tiku_xgcp  .tw_piece_ul .tw_piece_a:nth-child(3n){
    margin-right: 0;
}
.ecv2_tiku_xgcp  .tw_piece_ul .tw_piece_a:nth-child(3n+1){
    margin-left: 0;
}

/* 21年周年庆左侧导航样式 */
.ecv2_left_tools.znq21{
    overflow: initial;
}
.ecv2_left_tools.znq21 ul{
    position: relative;
    background: linear-gradient(41deg, #A975F8, #CF9BFF, #A975F8);
    border: 6px solid;
    border-image: linear-gradient(0deg, #4848EE, #8972FF, #523AE9) 10 10;
    box-sizing: border-box;
    width: 91px;
    padding: 2px 0;
}
.ecv2_left_tools.znq21 ul::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    box-sizing: border-box;
}
.ecv2_left_tools.znq21 ul::after{
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: calc(100% - 4px);
    height:calc(100% - 4px);
    box-shadow: #cc3bfb 0px 0px 6px 2px inset;
    z-index: -1;
}
.ecv2_left_tools.znq21 li{
    padding: 0 4px;
    box-sizing: border-box;
}
.ecv2_left_tools.znq21 a.on,
.ecv2_left_tools.znq21 a:hover{
    background: #9651FF;
    font-weight: bold;
}
.ecv2_left_tools.znq21 a:before{
    width: 100%;
    background: #9F60FF;
    left: 0;
    margin-left: 0;
}
.ecv2_left_tools.znq21 a{
    background: none;
    color: #fff;
}
.ecv2_left_tools.znq21::before{
    content: '';
    position: absolute;
    left: -3px;
    top: -112px;
    width: 99px;
    height: 112px;
    background: url('../img/znq21_1.png') center no-repeat;
    background-size: 100% auto;
    z-index: -1;
}
.ecv2_left_tools.znq21::after{
    content: '';
    position: absolute;
    left: -24px;
    bottom: -20px;
    width: 139px;
    height: 41px;
    background: url('../img/znq21_2.png') center no-repeat;
    background-size: 100% auto;
    z-index: -1;
}


.ecv2_tiku_doInterBox .ecv2_intro_codewrap,.ecv2_intro_codewrap {
    width: 314px;
    /* height: 246px !important; */
    font-size: 14px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 15px 15px 0 15px;
    background-color: #fff;
    overflow-y: auto;
    text-align: center;
}
.cf_rihgt .ecv2_intro_codewrap{
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0 6px 20px rgb(0 0 0 / 3%);
    height: auto;
    padding: 30px 15px 25px 15px;
    box-sizing: border-box;
}
.cf_rihgt.fixSty .ecv2_intro_codewrap{
    position: fixed;
    width: 280px;
    top: 0;
    z-index: 99;
}
.cf_rihgt.fixSty {
    padding-top: 300px;
}
.cf_rihgt .ecv2_intro_code{
    position: relative;
}
.cf_rihgt .ecv2_intro_code::after{
    content: '';
    position: absolute;
    right: -10px;
    top: 55px;
    width: 55px;
    height: 90px;
    background: url('../img/xs_mao.png') center no-repeat;
    background-size: 55px auto;
}
.ecv2_code_wrap{
    display: block;
    width: 185px;
    height: 185px;
    margin: 0 auto;
    background: url('../img/icon_codebg.png') center no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
    padding-top: 10px;
    box-sizing: border-box;
}
.ecv2_intro_code img{
    width: 164px;
    height: auto;
}
.ecv2_intro_code >p{
    line-height: initial;
    color: #2590D7;
    font-size: 14px;
}
.ecv2_tx_intro {
    clear: both;
    overflow: hidden;
    padding: 20px 100px;
}
.ecv2_tx_intro>h3 {
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding-left: 26px;
    margin-bottom: 20px;
}
.ecv2_tx_intro>h3:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 24px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #2590d7;
}
.ecv2_tx_intro .ecv2_tx_main{
    font-size: 14px;
    line-height:1.8;
    border: 1px dashed #E5E5E5;
    padding: 20px;
    max-height: 150px;
    overflow: auto;
    box-sizing: border-box;
}
._xs-pop-wrap ._xs-pop-opa{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    z-index: 9999;
}
._xs-pop-wrap ._xs-pop-main {
    background-color: #fff;
    min-width: 450px;
    padding: 15px 25px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
}
._xs-pop-wrap._xs_aliyun_pop ._xs-pop-main{
    width: 500px;
    box-shadow: 0 0 10px #999;
}
._xs-pop-wrap ._xs-pop-step{
    position: absolute;
    bottom: -150px;
    left: 0;
    width: 100%;
    padding: 20px 0;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}
._xs-pop-wrap ._xs-pop-step ._xs_icon{
    position: relative;
    font-size: 14px;
    box-sizing: border-box;
    margin: 0 30px;
    text-align: center;
}
._xs-pop-wrap ._xs-pop-step ._xs_icon::after{
    content: '';
    position: absolute;
    right: -35px;
    top: 14px;
    height: 19px;
    min-width: 19px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 19px;
    background-image: url('../img/xs_iconstep.png');
}
._xs-pop-wrap ._xs-pop-step ._xs_icon:last-child::after{
    width: 0;
    min-width: 0;
}
._xs-pop-wrap ._xs-pop-step ._xs_icon:nth-child(1){
    color: #3977FF;
    cursor: pointer;
}
._xs-pop-wrap ._xs-pop-step ._xs_icon i {
    display: block;
    vertical-align: middle;
    width: auto;
    height: 40px;
    min-width: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 40px;
    margin-bottom: 15px;
}
._xs-pop-wrap ._xs-pop-step ._xs_icon i._xs_icon1 {
    background-image: url('../img/xs_icon1.png');
}
._xs-pop-wrap ._xs-pop-step ._xs_icon i._xs_icon2 {
    background-image: url('../img/xs_icon2.png');
}
._xs-pop-wrap ._xs-pop-step ._xs_icon i._xs_icon3 {
    background-image: url('../img/xs_icon3.png');
}
._xs-pop-wrap ._xs-pop-step ._xs_icon:nth-child(1) i._xs_icon1 {
    background-image: url('../img/xs_icon1act.png');
}
/* ._xs-pop-wrap ._xs-pop-step ._xs_icon:hover i._xs_icon2 {
    background-image: url('../img/xs_icon2act.png');
}
._xs-pop-wrap ._xs-pop-step ._xs_icon:hover i._xs_icon3 {
    background-image: url('../img/xs_icon3act.png');
} */
._xs-pop-wrap ._xs-pop-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding-top: 23px;
    margin-bottom: 20px;
}
._xs-pop-wrap ._xs-pop-gou {
    font-size: 18px;
    font-weight: bold;
    color: #09BB07;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
._xs-pop-wrap ._xs-pop-gou i{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url(../img/_xs_gou.png) left top no-repeat;
    background-size: 100% auto;
}
._xs-pop-wrap ._xs-pop-cha {
    font-size: 18px;
    font-weight: bold;
    color: #FE3336;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 15px;
}
._xs-pop-wrap ._xs-pop-cha i{
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 10px;
    background: url(../img/_xs_cha.png) left top no-repeat;
    background-size: 100% auto;
}
._xs-pop-wrap ._xs-pop-p1 {
    font-size: 15px;
    margin-bottom: 23px;
}
._xs-pop-wrap ._xs-pop-p2 {
    font-size: 18px;
    margin-bottom: 23px;
    margin-top: 23px;
}
._xs-pop-wrap ._xs-pop-img{
    margin-bottom: 23px;
}
._xs-pop-wrap ._xs-pop-img img{
    width: 200px;
    max-width: 200px;
}
._xs-pop-wrap ._xs-pop-content {
    padding: 0 0;
    font-size: 15px;
    text-align: center;
}
._xs-pop-wrap ._xs-pop-main ._xs-pop-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 13px;
}
._xs-pop-wrap._hide-footer ._xs-pop-main ._xs-pop-footer{
    display: none;
}

._xs-pop-wrap ._xs-pop-main ._xs-pop-footer .btn-default {
    min-width: 100px;
    height: 36px;
    border-radius: 18px;
    background-color:#EBF1FF;
    color: #3977FF;
    font-size: 14px;
    border: 0;
    outline: none;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    margin: 0 10px;
    border: 1px solid #3977FF;
    box-sizing: border-box;
    padding: 0 20px;
}
._xs-pop-wrap ._xs-pop-main ._xs-pop-footer .btn-fresh{
    margin-top: 0.45rem;
}
._xs-pop-wrap ._xs-pop-main ._xs-pop-footer .btn-noclick{
    background-color: #D7D7D7 !important;
}
._xs-pop-wrap ._xs-pop-main ._xs-pop-footer .btn-fresh span{
    display: none;
}
._xs-pop-wrap ._xs-pop-main ._xs-pop-footer .btn-noclick span{
    display: inline-block;
}
._xs-pop-wrap ._xs-pop-main ._xs-pop-footer .btn-primary {
    min-width: 100px;
    padding: 0 20px;
    height: 36px;
    border-radius: 18px;
    background-color: #3977FF;
    color: #fff;
    font-size: 14px;
    outline: none;
    border: 0;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    box-sizing: border-box;
}
._xs-pop-wrap ._xs-pop-main ._xs-pop-footer .btn-primary:hover{
    background-color: #5155ff;
}
._xs-pop-wrap ._xs-pop-main ._xs-pop-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url('../../../../educity2/pc/images/live/icon_m_close.png') center center no-repeat;
    background-size: 12px auto;
}

.ecv2_addwx_info {
    background: url('../img/ecv2_wx.png') right bottom no-repeat;
    background-size: auto 100%;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 8px 14px 8px 14px;
    box-shadow: 0px 4px 24px 0px rgb(192 192 194 / 20%);
    box-sizing: border-box;
}
.ecv2_addwx_avatar {
    width:75px;
    height:75px;
    background-color:none;
    border-radius:0;
    overflow:hidden;
    margin-right:12px;
    display:inline-block;
    vertical-align:middle;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
}
.ecv2_addwx_avatar img {
    display:block;
    width:100%;
    max-width:100%;
}
.ecv2_addwx_desc {
    vertical-align:middle;
    display:inline-block;
    width: 174px;
    font-size:14px;
    color: #525F66;
}
.ecv2_addwx_desc .p1 {
    color:#333;
    font-size:16px;
    color: #2590D7;
    margin-bottom: 6px;
    font-weight: bold;
}



.layer-hytk.layui-layer{
    border-radius: 10px;
    overflow: hidden;
    width: 435px !important;
}
.layer-ques-add.layui-layer{
    border-radius: 10px;
    overflow: hidden;
    width: 800px !important;
}
.layer-hytk.layui-layer .layui-layer-title{
    background: none;
    border-bottom: 0;
    font-weight: bold;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #000;
    padding: 30px 20px 0px 20px;
    height: auto;
}
.layer-hytk.layui-layer.layui-layer-dialog .layui-layer-content{
    text-align: center;
    padding:25px 30px;
    box-sizing: border-box;
}
.layer-hytk.layui-layer.layui-layer-dialog .layui-layer-content .red{
    color: crimson;
    display: inline-block;
    width: auto;
}
.layer-hytk.layui-layer.layui-layer-dialog .layui-layer-content .blue{
    color: #3977FF;
    display: inline-block;
    width: auto;
}
.layer-hytk.layui-layer .layui-layer-btn{
    text-align: center;
    border-top: 1px solid #F3F3F3;
    padding: 17px 0 17px 0;
}
.layer-hytk.layui-layer.layer-nobutton .layui-layer-btn{
    border-top: 0;
}
.layer-hytk.layui-layer .layui-layer-btn .layui-layer-btn0{
    min-width: 100px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #3977FF;
    color: #3977FF;
    font-size: 14px;
    background: none;
    box-sizing: border-box;
}
.layer-ques-add.layui-layer .layui-layer-btn .layui-layer-btn0{
    border: 1px solid #3977FF !important;
    color: #fff !important;
    background: #3977FF !important;
}
.layer-hytk.layui-layer .layui-layer-btn .layui-layer-btn1,
.layer-hytk.layui-layer.layer_oneButton .layui-layer-btn .layui-layer-btn0{
    min-width: 100px;
    padding: 0 20px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #3977FF;
    color: #fff;
    font-size: 14px;
    background: #3977FF;
    box-sizing: border-box;
}
.layer-ques-add.layui-layer .layui-layer-btn .layui-layer-btn1{
    border: 1px solid #3977FF !important;
    color: #3977FF !important;
    background: none !important;
}
.layer-hytk.layui-layer.layer-rectBut .layui-layer-btn .layui-layer-btn0{
    border-radius: 4px;
    border: 1px solid #2590D7;
    color: #2590D7;
    background: #F4FAFF;
}
.layer-hytk.layui-layer.layer-rectBut .layui-layer-btn .layui-layer-btn1{
    border-radius: 4px;
    border: 1px solid #2590D7;
    background: #2590D7;
}


.zxArticle_qz{
    clear: both;
    padding-bottom: 20px;
    background: #fff;
}
.zxArticle_h3 {
    position: relative;
    font-size: 18px;
    color: #1f3d4d;
    padding-left: 15px;
}

.zxArticle_h3:before {
    position: absolute;
    content: '';
    width: 4px;
    height: 26px;
    left: 0;
    top: 0;
    border-top: 0;
    margin: auto;
    background: #2590d7;
}
.zxArticle_qzul{
    background: #F7F8F9;
    font-size: 14px;
    padding: 6px 20px 6px 10px;
    box-sizing: border-box;
    margin-top: 20px;
}
.zxArticle_qzul li{
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    height: 40px;
}
.zxArticle_qzul li span i{
    width: 4px;
    height: 4px;
    background: #FF8A85;
    border-radius: 50%;
}
.zxArticle_qzul li a{
    position: relative;
    width: 80px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    background: #FC362E;
    border: 1px solid #FC362E;
    border-radius: 50px;
    color: #fff;
    margin-top: 7px;
    box-sizing: border-box;
}
.zxArticle_qzul li a:hover img{
    display: block;
}
.zxArticle_qzul li a img{
    display: none;
    position: absolute;
    left: -10px;
    top: -156px;
    width: 150px;
    height: 150px;
    z-index: 1;
}
.zxArticle_qzul li a i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 15px;
    height: 15px;
    background: url('../img/wx.png') left center no-repeat;
    background-size: 100% auto;
}
.zxArticle_qzul li a:hover{
    background: #FFFFFF;
    color: #FC362E;
}
.zxArticle_qzul li a:hover i{
    background: url('../img/wxact.png') left center no-repeat;
}

._xs_pop_newCus._xs-pop-wrap ._xs-pop-main{
    min-width: auto;
    width: 424px;
    height: 444px;
    background: url('../img/nc_1.png') left center no-repeat;
    background-size: 100% auto;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}
._xs_pop_newCus._xs-pop-wrap ._xs-pop-content{
    padding-top: 85px;
    padding-left: 25px;
    box-sizing: border-box;
}
.newCus_t1{
    font-size: 20px;
    font-weight: bold;
    color: #F45E1A;
    text-align: center;
}
.newCus_t2{
    font-size: 14px;
    color: #F08537;
    text-align: center;
    margin-top: 15px;
}
.newCus_step{
    display: flex;
    justify-content: center;
    color: #333333;
    font-size: 14px;
}
.newCus_step p{
    margin: 0 22px;
}
.newCus_step p i{
    display: block;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    margin-top: 25px;
    box-sizing: border-box;
}
.newCus_step p i.icon_newCus_step1{
    background: url('../img/nc_3.png') left center no-repeat ;
    background-size: 100% auto;
}
.newCus_step p i.icon_newCus_step2{
    background: url('../img/nc_2.png') left center no-repeat ;
    background-size: 100% auto;
}
.newCus_step p i.icon_newCus_step3{
    background: url('../img/nc_4.png') left center no-repeat ;
    background-size: 100% auto;
}
.newCus_step p span{
    display: block;
    margin-top: 10px;
}
.newCus_href{
    display: block;
    width: 218px;
    margin: 0 auto;
    margin-top: 65px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    background: -moz-linear-gradient(top, #FFE782 0%, #FFAE38 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#ffffff));
    background: -webkit-linear-gradient(top, #000000 0%,#ffffff 100%);
    background: -o-linear-gradient(top, #000000 0%,#ffffff 100%);
    background: -ms-linear-gradient(top, #000000 0%,#ffffff 100%);
    background: linear-gradient(to bottom, #FFE782 0%, #FFAE38 100%);
    box-shadow: 0px 6px 9px 0px RGBA(209, 64, 18, 1);
    border-radius: 50px;
    font-size: 24px;
    font-weight: bold;
    color: #841A00;
}
._xs_pop_newCus._xs-pop-wrap ._xs-pop-close{
    right: 0;
    top: 0;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url('../img/newclose.png') left center no-repeat ;
    background-size: 100% auto;
}

.exeModeMsg_bs{
    height: 1px;
    opacity: 0;
}

.awx_pop{
    position: fixed;
    left: 50%;
    right: initial;
    top:660px;
    width: 76px;
    box-sizing: border-box;
    margin-left: 650px;
    z-index: 10000;
    cursor: pointer;
}
.awx_pop .awxpop {
    display: block;
    width: 76px;
    height: 76px;
    margin: 0 auto;
    background: url('../../../../educity2/h5/images/courseDetail/awxpop.png') center no-repeat;
    background-size: 100% auto;
}
.awx_pop p{
    text-align: center;
    margin-top:10px;
    color: #333333;
    font-size: 12px;
    text-align: center;
}
.awx_pop:hover .awx_code{
    display: block;
}
.awx_code{
    display: none;
    position: absolute;
    left: -172px;
    top: -87px;
    width: 168px;
    height: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(80,80,80,0.29);
    border-radius: 5px;
    padding:11px;
    box-sizing: border-box;
}
.awx_code .p1{
    font-weight: bold;
    color: #000000;
    font-size: 14px;
    margin-top: 12px;
}
.awx_code .p2{
    margin-top: 10px;
    line-height: 21px;
}
.awx_code .awxImg{
    margin-top: 10px;
    width: 146px;
    height: 146px;
}

.sea_wrap{
    font-size: 14px;
    color: #333333;
    line-height: initial;
    padding-top: 20px;
}
.sea_wrap .sea_tab a{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 64px;
    height: 24px;
    line-height: 24px;
}
.sea_wrap .sea_tab a.on{
    background: #3977FF;
    border-radius: 5px 5px 0px 0px;
    color: #fff;
}
.sea_wrap .sea_input{
    position: relative;
    width: 500px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #3977FF;
    border-radius: 0px 5px 5px 5px;
}
.sea_wrap .sea_input .searchBtn{
    position: absolute;
    width: 90px;
    height: 42px;
    right: 0;
    top: 0;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    color: #FFFFFF;
    background: #3977FF;
    border-radius: 0px 2px 2px 0px;
}
.sea_wrap .sea_input input{
    width: 350px;
    border: 0;
    padding-left: 10px;
    box-sizing: border-box;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 54px #fff inset;
}
.sea_wrap .sea_input .sea_icon{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('../../../../educity2/pc/images/s-icon.png') center no-repeat;
    background-size: 15px auto;
    margin-right: 5px;
}
.nav_dh li a  .i-mf,
.sea_wrap .sea_tab a  .i-mf {
    position: absolute;
    right: -40px;
    top: -10px;
    display: inline-block;
    padding: 1px 6px;
    background: #D9001B;
    border-radius: 10px 10px 10px 0;
    color: #fff;
    font-size: 12px;
    font-style: normal;
}
.sea_wrap .sea_tab a  .i-mf{
    line-height: initial;
    right: -20px;
}

.sea_list{
    position: absolute;
    left: 0;
    top: 45px;
    width: 400px;
    padding: 20px 20px 30px 20px;
    background: #fff;
    box-shadow: 0 0 10px #eee;
    z-index: 9;
    border-radius: 6px;
    line-height: initial;
}
.sea_head{
    display: flex;
    justify-content: space-between;
    color: #999999;
}
.sea_ls{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('../../../../educity2/pc/images/s-ls.png') center no-repeat;
    background-size: 14px auto;
    margin-right: 3px;
}
.sea_qc{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url('../../../../educity2/pc/images/s-lj.png') center no-repeat;
    background-size: 14px auto;
    margin-right: 3px;
}
.sea_head a{
    font-size: 12px;
}
.sea_ul1 {
    padding: 10px 0;
}
.sea_ul1 a{
    display: inline-block;
    margin-right: 15px;
    line-height: 30px;
}
.sea_list2{
    margin-top: 20px;
    border-top: 1px dashed #eee;
    padding-top: 15px;
}
.sea_ul2 a{
    position: relative;
    display: inline-block;
    line-height: 32px;
    height: 32px;
    background: #F6F7F8;
    border-radius: 6px;
    text-align: center;
    padding: 0 10px;
    margin-right: 15px;
    margin-top: 10px;
}
.i-re{
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
    width: 20px;
    height: 18px;
    line-height: 18px;
    background: #FF2F2F;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-style: normal;
}
.i-jian{
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
    width: 20px;
    height: 18px;
    line-height: 18px;
    background: #FC920A;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-style: normal;
}
.i-xin{
    position: absolute;
    top: -10px;
    right: -10px;
    display: inline-block;
    width: 20px;
    height: 18px;
    line-height: 18px;
    background: #299DEA;
    border-radius: 3px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    font-style: normal;
}



.group_mask_skin.layui-layer{
    border-radius: 10px;
}
.group_mask_skin .layui-layer-title {
    text-align: center;
    padding: 0;
    font-size: 18px;
    background-color: #fff;
    height: 70px;
    line-height: 70px;
    padding-left: 0 !important;
    color: #010101;
}
.group_mask_skin.noTitle .layui-layer-title{
    height: 0;
    border-bottom: 0;
}
.whiteClose .layui-layer-setwin .layui-layer-close1{
    background: url('../img/kaoshirili/closeicon.png') no-repeat;
    background-position: center;
    background-size: 20px auto;
}

.label-attach-wrap {
    display: inline-flex;
    width: 900px;
    height: 80px;
    background: #FFFFFF;
    margin-bottom: 20px;
}

.label-attach-left,
.label-attach-right{
    display: inline-block;
    height: 80px;
}

.label-attach-left img {
    height: 72px;
    margin: 4px 0 4px;
}

.label-attach-right {
    width: 780px;
    height: 100%;
}

.label-attach-item-wrap {
    margin: 20px 0 10px;
    height: 30px;
}

.label-attach-item {
    position: relative;
    margin-left: 10px;
}

.label-attach-icon {
    display: inline-block;
    width: 20px;
    height: 26px;
    background-image: url(../../../../educity2/pc/images/courseDetail/icontm.png);
    background-position: -67px 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
}

.label-attach-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 620px;
    font-size: 16px;
    display: inline-block;
    margin-left: 35px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}

.label-attach-btn {
    width: 90px;
    height: 30px;
    background: #1890FF;
    border-radius: 15px;
    color: #ffffff;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    float: right;
}

.label-attach-btn:hover {
    color: #ffffff!important;
}

.label-attach-dot-wrap {
    position: relative;
    height: 22px;
    background: #fff;
}

.label-attach-dot-wrap ul {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 50%;
    bottom: 5px;
    z-index: 1;
    overflow: hidden;
    zoom: 1;
    float: left;
}

.label-attach-dot-wrap li {
    width: 6px;
    height: 6px;
    background: #D6D6D6;
    border-radius: 50%;
    float: left;
    margin-right: 2px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
}

.label-attach-dot-wrap li.on {
    background: #2590D7;
}

.ecv2_spwrap{
    margin-bottom: 20px;
    margin-top: 10px;
}
.ecv2_spwrap h3{
    font-size: 18px;
}
.ecv2_spwrap .ecv2_spdiv{
    padding: 20px 0 0 0;
}
.ecv2_spwrap .ecv2_spdiv .bd ul{
    display: flex;
    justify-content: flex-start;
}
.ecv2_spItemlunbo .ecv2_spli{
    width: 412px;
    display: flex;
    justify-content: space-between;
    margin-right: 36px;
}
.ecv2_spItemlunbo .ecv2_spli:nth-child(2n){
    margin-right: 0;
}
.ecv2_spItemlunbo .ecv2_spli .ecv2_spli_left img{
    width: 191px;
    height: 120px;
    border-radius: 4px;
}
.ecv2_spItemlunbo .ecv2_spli .ecv2_spli_left .cover-title{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
    color: #fff;
    margin: 0 20px;
    width: 151px;
}
.ecv2_spItemlunbo .ecv2_spli .ecv2_spli_right{
    height: 120px;
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
}
.ecv2_spItemlunbo .ecv2_spli .ecv2_spli_right .tit{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
.ecv2_spItemlunbo .ecv2_spli .ecv2_spli_right .zeng{
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}
.ecv2_spItemlunbo .ecv2_spli .ecv2_spli_right .zeng i{
    display: inline-block;
    font-style: normal;
    width: 18px;
    height: 18px;
    background: #D8A53F;
    border-radius: 4px;
    text-align: center;
    line-height: 18px;
    color: #fff;
    margin-right: 5px;
}
.ecv2_spItemlunbo .ecv2_spli .ecv2_spli_right .bot{
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #FF0000;
    padding-right: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.ecv2_spItemlunbo .ecv2_spli .ecv2_spli_right .bot .but_a{
    width: 90px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    color:#fff;
    background: #fa5f02;
    border-radius: 4px;
    font-size: 14px;
}
.ecv2_spItemlunbo .ecv2_spli .ecv2_spli_right .bot .but_a:hover{
    background: linear-gradient(-90deg, #fa5f02, #ff7c37);
}
.ecv2_spItemlunbo .hd ul{
    text-align: center;
    padding: 10px 0;
}
.ecv2_spItemlunbo .hd ul li{
    display: inline-block;
    width: 6px;
    height: 5px;
    background: #E5E5E5;
    border-radius: 3px;
    margin: 0 5px;
}
.ecv2_spItemlunbo .hd ul li.on{
    width: 16px;
    height: 5px;
    background: #1890FF;
    border-radius: 3px;
}

.ecv2_container.pmp_pad{
    padding: 10px 0;
}
.pmp_gf{
    position: relative;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 15px;
    margin-left: 15px;
    line-height: 20px;
    font-size: 14px;
    vertical-align: middle;
}
.pmp_gf::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 0;
    background-color: #cccccc;
}
.pmp_gf_l{
    width: 42px;
    height: 40px;
    display: flex;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FE4801;
    background: url('../../../../educity2/pc/images/courseDetail/pmp_gf_l.png') left top no-repeat;
    background-size: 100% 100%;
    padding-left: 5px;
    margin-right: 5px;
    box-sizing: border-box;
}
.pmp_ryItem{
    position: relative;
    margin-left: 35px;
    padding: 0 35px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    line-height: 16px;
    font-size: 12px;
    text-align: center;
}
.pmp_ryItem .t,
.pmp_ryItem .b{
    color:#999;
}
.pmp_ryItem .c{
    font-size: 14px;
}
.pmp_ryItem::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 24px;
    height: 59px;
    background: url('../../../../educity2/pc/images/courseDetail/pmp_ry_l.png') left top no-repeat;
    background-size: 100% 100%;
}
.pmp_ryItem::after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 24px;
    height: 59px;
    background: url('../../../../educity2/pc/images/courseDetail/pmp_ry_r.png') left top no-repeat;
    background-size: 100% 100%;
}

.pmp_tip{
    float: right;
    display: flex;
    justify-content: flex-start;
    height: 40px;
    line-height: 44px;
    border-bottom: 1px solid #FFDFC6;
    margin-top: -5px;
}
.pmp_tip_l{
    display: flex;
    justify-content: center;
    width: auto;
    font-size: 13px;
    box-sizing: border-box;
    color: #E44404;
}
.pmp_tip_l{}
.pmp_tip_l i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 14px;
    height: 40px;
    background: url('../../../../educity2/pc/images/courseDetail/pmp_tip_l.png') left center no-repeat;
    background-size: 14px auto;
}
.pmp_tip_l .pmp_tip_l_div{
    width: auto;
    overflow-y: hidden;
}
.pmp_tip_l .pmp_tip_l_div ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #E44404;
}
.pmp_tip_l .pmp_tip_l_div ul li a{
    color: #E44404;
}
.pmp_tip_r{
    height: 40px;
    background: url('../../../../educity2/pc/images/courseDetail/pmp_tip_r.png') left center no-repeat;
    background-size: 100% 40px;
    padding: 0 10px 0 15px;
}
.pmp_tip_r .redbold{
    color: #E44404;
    font-size: 13px;
    font-weight: bold;
}
.pmp_tip_r_count {
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    margin: 0 3px;
}

.pmp_tip_r_count li {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    width: 18px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-right: 4px;
    background-color: #FC8E49;
    border-radius: 4px;
}

.pmp_tip_r_count li:last-child {
    margin-right: 0;
}
.pmp_mread{
    background: #FAFBFD;
    border: 1px solid #E5E5E5;
    margin-bottom: 14px;
    padding: 13px 0;
    background: url('../../../../educity2/pc/images/courseDetail/pmp_mread.png') left top no-repeat;
    background-size: 100% auto;
}
.pmp_com_t{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    height: 24px;
    background: url('../../../../educity2/pc/images/courseDetail/pmp_com_t.png') left 12px center no-repeat;
    background-size: 24px auto;
    padding-left: 40px;
}
.pmp_mread_img{
    padding: 15px 18px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
}
.pmp_mread_img_l{
    width: 100px;
    height: 100px;
    background-color: #fff;
    border-radius: 12px;
    /*box-shadow: 0 0 10px #eee;*/
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    /*padding-top: 8px;*/
    box-sizing: border-box;
}
.pmp_mread_img_l img{
    max-width: 100px;
    max-height: 100px;
    border-radius: 12px;
}
.pmp_mread_img_r .t{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
}
.pmp_mread_img_r .t span{
    color: #666666;
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
}
.pmp_mread_img_r .t.new {
    line-height: 14px;
    margin-top: 20px;
}

.pmp_mread_img_r .t.new span{
    margin: unset;
    font-size: 14px;
}
.pmp_mread_img_r .t.new span i{
    font-style: inherit;
    color: #2590d7;
}
.pmp_mread_img_r .buts{
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.pmp_mread_img_r .buts a{
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #FFFFFF;
    border: 1px solid #1890FF;
    border-radius: 15px;
    text-align: center;
    color: #1890FF;
}

.pmp_mread_img_r .buts.new a{
    border-radius: 8px;
    background-color: #2590d7;
    color: #fff;
    width: auto;
    padding: 5px 10px;
}

.pmp_mread_img_r .buts.new{
    display: block;
    margin: unset;
    margin-top: 10px;
}

.pmp_mread_img_r .buts a.a1{
    margin-right: 10px;
    background: #1890FF;
    color: #fff;
}
.pmp_mread_img_r .buts a:hover{
    box-shadow: 0 0 5px #1890FF;
}
.pmp_mread_ul{
    max-height: 230px;
    overflow-y: auto;
    margin-left: -20px;
    padding-left: 20px;
}
.pmp_mread_ul a{
    display: block;
    position: relative;
    padding: 8px 18px;
    box-sizing: border-box;
    cursor: pointer;
}
.pmp_mread_ul a::before{
    content: '';
    position: absolute;
    left: -5px;
    top: 15px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border: 1px solid #3EA2FF;
    border-radius: 50%;
    box-sizing: border-box;
}

.pmp_tj{
    margin-top: 14px;
    background: #FAFBFD;
    border: 1px solid #E5E5E5;
    padding: 13px 0;
    box-sizing: border-box;
    margin-bottom: 14px;
}
.pmp_tj_c{
    padding: 0 18px;
    margin-top: 15px;
    box-sizing: border-box;
}
.pmp_tj_ct{
    width: 262px;
    height: 165px;
}
.pmp_tj_cf{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
}
.pmp_tj_cf:hover{
    color: #1890FF;
}
.pmp_tj_cp{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
}
.pmp_tj_cp .l{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F53520;
    line-height: 27px;
}
.pmp_tj_cp .l span{
    font-size: 14px;
}
.pmp_tj_cp .r{
    font-size: 12px;
    color: #888888;
    line-height: 27px;
}
.pmp_but .ecv2_qqWx_text{
    text-align: left;
}
.pmp_but .ecv2_qqWx_addBtn{
    height: 28px;
    background: #FFFFFF;
    border: 1px solid #1890FF;
    border-radius: 4px;
    color: #1685EB;
    font-size: 14px;
    width: auto;
    padding: 0 10px;
}


.rk_gf{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 34px;
    background: #F3F3F3;
    padding: 0 15px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FE4801;
    line-height: 34px;
    margin-left: 10px;
}
.rk_gf::after{
    content: '';
    position: absolute;
    left: -5px;
    top: 10px;
    width:0;
    height:0;
    border-width:5px 5px 5px 0;
    border-style:solid;
    border-color:transparent #F3F3F3 transparent transparent;/*透明 灰 透明 透明 */
}
.rk_tip_lwrap{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 30px 0 14px;
    overflow-y: hidden;
    vertical-align: middle;
    background: url('../../../../educity2/pc/img/personalCenter/right_arrow.png') right 10px center no-repeat;
    background-size: 6px auto;
    background-color: #FFF8F2;
}
.rk_tip_l{
    display: flex;
    justify-content: center;
    width: auto;
    font-size: 13px;
    box-sizing: border-box;
    color: #E44404;
}
.rk_tip_l i{
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    width: 20px;
    height: 40px;
    background: url('../../../../educity2/pc/images/courseDetail/rk_tip_l.png') left center no-repeat;
    background-size: 20px auto;
}
.rk_tip_l .rk_tip_l_div{
    width: auto;
    overflow-y: hidden;
}
.rk_tip_l .rk_tip_l_div ul li{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: initial;
    font-size: 13px;
    cursor: pointer;
    margin-left: 0;
}
.rk_tipwrap{
    overflow: initial;
    min-height: 40px;
    margin-bottom: 10px;
}
.rk_tip{
    position: relative;
    float: right;
    height: 42px;
    border-radius: 10px;
    padding: 0 15px;
    box-sizing: border-box;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    background: url('../../../../educity2/pc/images/courseDetail/rk_tip.png') right top no-repeat;
    background-size: auto 100%;
    background-color: #EBF3F8;
    padding-left: 80px;
}
.rk_tip .l{
    position: absolute;
    left: 20px;
    bottom: 0;
    width: 60px;
    height: auto;
}
.rk_tip .t{
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin: 0 10px;
    color: #333;
}
.rk_tip .desc{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
}
.rk_tip .rk_addwx{
    width: 80px;
    height: 30px;
    line-height: 30px;
    background: #1890FF;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 5px;
    margin-left: 10px;
}
.rk_tip .rk_addwx:hover{
    box-shadow: 0 0 5px #1890FF;
}


.rk_tj{
    margin-top: 14px;
    background: #fff;
    border: 1px solid #E5E5E5;
    padding: 13px 0;
    box-sizing: border-box;
    margin-bottom: 14px;
}
.rk_tj_c{
    padding: 0 18px;
    margin-top: 15px;
    box-sizing: border-box;
}
.rk_tj_ct{
    width: 262px;
    height: 165px;
}
.rk_tj_cf{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    margin-top: 10px;
}

.rk_tj_cf:hover{
    color: #1890FF;
}
.rk_tj_cp{
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    line-height: 20px;
}
.rk_tj_cp .l{
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #F53520;
    line-height: 27px;
}
.rk_tj_cp .l span{
    font-size: 14px;
}
.rk_tj_cp .r{
    font-size: 12px;
    color: #888888;
    line-height: 27px;
}
.rk_com_t{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    padding-left: 20px;
}

.n_djs_b_rks{
    display: flex;
    justify-content: space-between;
}
.rk_djs_l{
    width: 86px;
    height: 240px;
    background: #F7F7F7;
}
.rk_djs_l .rk_djs_tab,
.rk_djs_l a{
    display: block;
    height: 45px;
    line-height: 45px;
    color: #999999;
    text-align: center;
    background: #F7F7F7;
}
.rk_djs_l .rk_djs_tab.on,
.rk_djs_l a.on{
    background: #FFFFFF;
    color: #333;
}
.rk_djs_r{
    width: 213px;
}
.rk_djs_item{
    display: none;
}
.rk_djs_item.on{
    display: block;
}
.rk_djs_r{
    height: 240px;
    overflow: auto;
}
.rk_djs_art{
    padding: 0 15px;
    box-sizing: border-box;
}
.rk_djs_art .rk_djs_a{
    display: block;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    padding: 12px 0;
    border-bottom: 1px solid #F7F7F7;
}
.rk_djs_art .rk_djs_a:hover{
    color: #1890FF;
}
.rk_djs_bk .n_djs_b .n_djs_a{
    padding-left: 0;
    text-align: center;
    background-position: top 15px center;
    border-bottom: 0;
    border-right: 0;
    padding-top: 53px;
    height: auto;
    line-height: initial;
}
.ecv2_right_tools a i.ecv2_right_rkbj {
    width: 50px;
    height: 50px;
    background: url('../../../../educity2/pc/images/courseDetail/ecv2_right_rkbj.png') no-repeat;
    background-size: 50px 50px;
}
.ecv2_detail_text.rk_text{
    margin-bottom: 20px;
}
.ecv2_detail_text.rk_text>p {
    margin-bottom: 0;
    line-height: 38px;
}
._xs-pop-title .bluecor{
    color: #168AF5;
}
._xs-pop-rk_p1{
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
._xs-pop-rk_p1 p{
    font-size: 16px;
    background: url('../../../../educity2/pc/images/courseDetail/_xs-pop-rk_p1.png') left top no-repeat;
    background-size: 20px 20px;
    margin: 0 10px;
    padding-left: 30px;
    box-sizing: border-box;
}

.pmp_tip_mar{
    width:220px;
}
.pmp_tip_mar a{
    color: #E44404;
    margin-right: 20px;
}




.contact-way-wrap {
    width: 800px;
    height: 400px;
    padding: 50px 55px 40px;
    font-size: 16px;
    margin: 0 auto;
    background-color: white;
    box-sizing: border-box;
    border-radius: 10px;
}

.way-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.contact-way-content {
    padding: 40px 0;
}

.contact-way {
    position: relative;
    display: inline-block;
    border: 1px solid #d2d2d2;
    margin-right: 12px;
    cursor: pointer;
}

.contact-way:hover,
.contact-way.act {
    border: 1px solid #4990e8;
}

.contact-way:hover::after,
.contact-way.act::after {
    content: "";
    background: url(../img/contact/act.png) no-repeat;
    height: 16px;
    width: 16px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.contact-way[way="All"] {
    width: 330px;
    text-align: center;
}

.way-warn-wrap {
    text-align: center;
    margin: 10px 0 20px;
}

.way-warn {
    display: none;
    font-size: 16px;
    line-height: 20px;
    color: #000;
}

.way-warn.act {
    display: block;
}

.way-submit-wrap {
    text-align: center;
}

.way-submit {
    display: inline-block;
    text-align: center;
    width: 200px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 600;
    color: white;
    background-color: #4990e8;
    cursor: pointer;
    border-radius: 10px;
}

.way-img {
    display: inline-block;
    width: 66px;
    height: 86px;
    text-align: center;
    padding: 14px 0;
    box-sizing: border-box;
    vertical-align: middle;
}

.way-img span {
    display: block;
    color: #000;
    margin-top: 8px;
}
.spNScroll_wrap{
    position: relative;
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
}
.ecv2_panel_center .spNScroll_wrap{
    padding: 0;
}
.ecv2_panel_center .spNScroll_wrap.noscroll{
    padding-left: 10px;
}
.spNScroll{
    width: 100%;
}
.ecv2_live_lisItem dt .spNScroll_img {
    width: 78px;
    text-align: center;
    padding-top: 3px;
    box-sizing: border-box;
}
.spNScroll_img{
    width: 66px;
    text-align: center;
    padding-top: 3px;
    box-sizing: border-box;
}
.ecv2_live_lisItem dt.noscroll .spNScroll_img {
    text-align: left;
    width:90px;
}
.ecv2_panel_center .noscroll .spNScroll_img {
    text-align: left;
    width:64px;
}
.ecv2_live_lisItem dt .spNScroll_img .spNScroll_p,
.spNScroll_img .spNScroll_p{
    margin: 0;
    text-align: inherit;
}
.ecv2_live_lisItem dt .spNScroll_img .spNScroll_a,
.spNScroll_img .spNScroll_a{
    display: inline-block;
    width: 38px;
    height: 38px;
    margin: 0 auto;
    background-color: #e6e6e6;
    border-radius: 50%;
    margin-bottom: 5px;
    text-align: center;
}
.ecv2_live_lisItem dt .spNScroll_img .spNScroll_a:hover,
.spNScroll_img .spNScroll_a:hover{
    box-shadow: 1px 2px 5px #666;
}
.ecv2_live_lisItem dt .spNScroll_img  img ,
.spNScroll_img  img{
    height: 100%;
    width: auto;
    border-radius: 50%;
}
.spNScroll .hd .next{
    position: absolute;
    right: -4px;
    top: 0;
    width: 20px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
}
.ecv2_panel_center .spNScroll .hd .prev{
    left: -12px;
}
.ecv2_panel_center .spNScroll .hd .next{
    right: -14px;
}
.spNScroll .hd .prev{
    position: absolute;
    left: -4px;
    top: 0;
    width: 20px;
    height: 50px;
    z-index: 1;
    cursor: pointer;
}
.spNScroll .hd .next:hover .icon_spnext{
    display: block;
}
.spNScroll .hd .prev:hover .icon_spprev{
    display: block;
}
.spNScroll .hd .prev .icon_spprev{
    display: none;
    width: 20px;
    height: 50px;
    background: url('../img/home/zx_34.png') center no-repeat;
    background-size: 100% auto;
}
.spNScroll .hd .next .icon_spnext{
    display: none;
    width: 20px;
    height: 50px;
    background: url('../img/home/zx_35.png') center no-repeat;
    background-size: 100% auto;
}
.spNScroll .bd .tempWrap{
    width: 100%;
}
.ecv2_live_lisItem dt .spNScroll  li{
    margin-right: 0;
}
.ecv2_panel_center .spNScroll_wrap li{
    float: left;
    width: 65px;
    height: inherit;
    padding: initial;
    border-bottom: 0;
    border-right:0;
}
.ecv2_panel_center .spNScroll_wrap.noscroll li{
    float: left;
}

._xs_reg_pop._xs-pop-wrap ._xs-pop-main{
    width: 560px;
    background: url('../../../../educity2/pc/images/courseDetail/regbg.png') left top no-repeat ;
    background-size: 100% 100%;
    padding: 15px 0;
}
._xs_regWrap{
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
}
.reg_left{
    position: relative;
    width: 280px;
    text-align: center;
}
.reg_left .t{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.reg_left .t span{
    color: #0C5AD3;
}
.reg_left .codeWrap{
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 11px;
}
.reg_left .codeWrap img{
    width: 120px;
    height: 120px;
}
.reg_left .c_p1{
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.reg_left::after{
    content: '';
    position: absolute;
    right: 0;
    top: 35px;
    width: 10px;
    height: 213px;
    background: url('../../../../educity2/pc/images/courseDetail/regline.png') center no-repeat ;
    background-size: 1px auto;
}
.reg_checkbox{
    display: block;
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
    font-weight: normal;
    line-height: 1;
}
.reg_checkbox input[type=checkbox]{
    appearance: auto;
    -moz-appearance: auto;
    -webkit-appearance: auto;
    vertical-align: bottom;
    margin-right: 5px;
}
.reg_right{
    width: 280px;
    text-align: center;
}
.reg_right .t{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
.reg_right .imgWrap{
    text-align: center;
}
.reg_right .imgWrap img{
    width: 192px;
    height: 120px;
    border-radius: 10px;
    margin-top: 25px;
}
.reg_right .title{
    width: 192px;
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    padding: 0;
    margin-top: 6px;
}
.reg_right .toDet{
    display: inline-block;
    min-width: 100px;
    padding: 0 10px;
    height: 30px;
    background: #3977FF;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
    box-sizing: border-box;
}
.reg_right .toDet:hover{
    background: #F9840F;
}
._xs_yy_pop._xs-pop-wrap ._xs-pop-main{
    width: 400px;
    min-width: 400px;
}
._xs_yyWrap{
    padding-top: 20px;
}
.yy_ok .icon_gou{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../../../../educity2/pc/images/courseDetail/gou.png') left top no-repeat ;
    background-size: 100% 100%;
}
.yy_ok .yy_t{
    font-size: 16px;
    font-weight: bold;
    color: #09BB07;
    line-height: 22px;
    margin-top: 5px;
}
.yy_step .yy_title{
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    text-align: left;
}
.yy_stepItem{
    display: flex;
    justify-content: flex-start;
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.yy_stepItem .yy_stepNum{
    width: 31px;
    height: 20px;
    background: linear-gradient(246deg, #F84E50,  #FF4A1A, #F9840F);
    border-radius: 10px 10px 10px 0px;
    color: #fff;
    font-style: italic;
}
.yy_stepItem .yy_stepC{
    margin-left: 10px;
}
.yy_stepItem .yy_stepA{
    width: 70px;
    height: 25px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    background: #3977FF;
    border-radius: 13px;
    margin-left: 10px;
}
._xs_yyWrap .yy_code{
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    width: 120px;
    height: 120px;
    background: #E7E7E7;
}
._xs_yyWrap .yy_code img{
    width: 120px;
    height: 120px;
}
._xs_yyWrap .yy_but{
    display: inline-block;
    width: 120px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #3977FF;
    border-radius: 15px;
    font-size: 14px;
    color: #3977FF;
    margin-top: 16px;
}
._xs_yyWrap .yy_but:hover{
    color: #fff;
    background: #3977FF;
}
._xs_yyWrap .yy_tips{
    font-size: 14px;
    color: #FF0000;
    margin-top: 10px;
}
._xs_yyWrap {
    padding-bottom: 20px;
}


.aliyun_input input{
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    box-sizing: border-box;
    border: 0;
    background: #F5F5F5;
    font-size: 18px;
}
#aliyunModal .modal-body,#examModal .modal-body,#alyTicketModal .modal-body{
    padding: 10px 40px 20px 40px;
}
.aliyun_tips_e{
    font-size: 14px;
    color: #F62727;
    line-height: 16px;
    padding: 10px 0;
}
.aliyun_tips_e i{
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../../../../educity2/pc/images/personalCenter/tip.png') center no-repeat;
    background-size: 100% auto;
    margin-right: 10px;
}
.aliyun_tips_r{
    font-size: 14px;
    color: #2590D7;
    line-height: 16px;
    padding: 10px 0;
}
.aliyun_tips_r i{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background: url('../../../../educity2/pc/images/personalCenter/aliyun_tips_r.png') center no-repeat;
    background-size: 100% auto;
    margin-right: 10px;
}
.aliyun_submit{
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: #2590D7;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    margin-top: 20px;
}
.aliyun_line{
    display: block;
    width: 100%;
    height:50px;
    background: url('../../../../educity2/pc/images/personalCenter/aly_line.png') center no-repeat;
    background-size: 100% auto;
    margin-top: 10px;
}
.aliyun_content{
    padding: 0;
    max-height: 200px;
    overflow: auto;
}
.aliyun_content .t{
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
}
.aliyun_content .c{
    font-size: 14px;
    color: #999;
    line-height: 2;
}
.aliyun_content .m{
    padding: 20px 0;
}

.aliyu_examicon{
    width: auto;
    height: 28px;
    background: url('../../../../educity2/pc/images/personalCenter/aly_q.png') left center no-repeat;
    background-size: 28px auto;
    margin-top: 10px;
    margin-left: 20px;
    padding-left: 35px;
    font-size: 28px;
    color: #FF6A00;
    font-weight: bold;
}
.alyexam_select{
    padding: 10px 0;
    font-size: 18px;
    color: #666;
    line-height: 48px;
    display: flex;
    justify-content: space-between;
}
.alyexam_select select{
    width: 365px;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    box-sizing: border-box;
    border: 0;
    background: url("../../../../educity2/pc/images/personalCenter/aly_arrow.png") no-repeat scroll right 10px center transparent;
    background-color: #F5F5F5;
    margin-right: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-size: 18px;
    outline: none;
}
.alyexam_quan{
    position: relative;
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    background: #FBFBFB;
    font-size: 18px;
    box-sizing: border-box;
}
.alyexam_quan input{
    height: 34px;
    width: 270px;
    background: none;
    outline: none;
    border: 0;
    font-size: 18px;
}
.alyexam_quan .aliyun_fuzhi{
    position: absolute;
    right: 0;
    top: 0;
    width: 96px;
    height: 48px;
    line-height: 48px;
    background: #FF6A00;
    border-radius: 4px;
    text-align: center;
    color: #fff;
}
.alyexam_buts{
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.alyexam_buts a{
    width: 140px;
    height: 48px;
    line-height: 48px;
    background: #F4FAFF;
    border: 1px solid #2590D7;
    border-radius: 4px;
    color: #2590D7;
    font-size: 20px;
    text-align: center;
    margin: 0 15px;
    box-sizing: border-box;
}
.alyexam_buts a:hover{

}
.alyexam_buts a.aliyun_a1{
    background: #2590D7;
    color: #fff;
}
.alyexam_content{
    padding: 0;
}
.alyexam_content .t{
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
}
.alyexam_content .c{
    font-size: 14px;
    color: #999;
    line-height: 1.8;
}
#examModal .modal-body,#alyTicketModal .modal-body{
    height: auto;
}
.alyexam_content .down{
    padding: 20px 0;
    font-size: 14px;
    color: #666;
}
.alyexam_content .down i{
    display: inline-block;
    vertical-align: middle;
    width: 33px;
    height: 40px;
    background: url('../../../../educity2/pc/images/personalCenter/pdf.png') center no-repeat;
    background-size: 100% auto;
    margin-right: 10px;
}
.alyexam_content .down .adown{
    display: inline-block;
    width: 61px;
    height: 24px;
    line-height: 24px;
    background: #2590D7;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-left: 5px;
    box-sizing: border-box;
}
.alyexam_content .down .adown em{
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background: url('../../../../educity2/pc/images/personalCenter/aly_d.png') center no-repeat;
    background-size: 100% auto;
    margin-right: 3px;
}
.sure_t{
    font-size: 18px;
    color: #999;
    text-align: center;
}
.sure_num{
    font-size: 24px;
    color: #2590D7;
    text-align: center;
    padding: 15px 0;
    font-weight: bold;
}


.sure_buts{
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.sure_buts a{
    width: 140px;
    height: 48px;
    line-height: 48px;
    background: #F4FAFF;
    border: 1px solid #2590D7;
    border-radius: 4px;
    color: #2590D7;
    font-size: 20px;
    text-align: center;
    margin: 0 15px;
    box-sizing: border-box;
}
.sure_buts a:hover{

}
.sure_buts a.a1{
    background: #2590D7;
    color: #fff;
}
._xs_aliyunWrap{
    text-align: left;
}
.aliyu_icon{
    display: inline-block;
    width: 150px;
    height: 27px;
    background: url('../../../../educity2/pc/images/personalCenter/aly_t.png') center no-repeat;
    background-size: 100% auto;
    margin-top: 10px;
    margin-left: 20px;
}
._xs-pop-title.tl{
    text-align: left;
}
.pc-pop-login,
.pc-pop-login iframe{
    border-radius: 20px!important;
}

.code_refresh.newFresh{
    background:rgba(255, 255, 255, 0.9) !important;
    border-radius: 20px;
    /* display: flex;
    align-items: center; */
    display: block;
    padding-top: 30px;
    box-sizing: border-box;
}
.refresh_Wrap{
    width: 100%;
    text-align: center;
    line-height: initial;
}
.refresh_Wrap .icon_warn{
    width: 45px;
    height: 45px;
    display: inline-block;
    background: url(../img/warn.png) left center no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
}
.refresh_tips{
    font-size: 16px;
    text-align: center;
    color: #333;
    margin-top: 10px !important;
    line-height: initial !important;
    padding: 0 5px;
    box-sizing: border-box;
}
.refresh_but{
    display: inline-block;
    width: 116px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #3A72FF;
    margin-top: 15px;
    border-radius: 15px;
    color: #fff;
    font-size: 14px;
}
.refresh_but .icon_refresh{
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(../img/refresh.png) left center no-repeat;
    background-size: 100% auto;
    box-sizing: border-box;
}

.s-header{
    background-position: center top !important;
    background-size: 1920px 100% !important;
}
.s-gift-bg-img{
    height: auto;
    min-height: 384px;
}
@media screen and (min-width: 1920px) {
    /* 在此处添加样式 */
    .s-header{
        background-size: 100% auto  !important;
    }
}

.gg_wz {
    position: absolute;
    right: 10px;
    bottom: 0;
    width: 30px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 10px!important;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
    color: #fff;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
}

.gg_sm {
    display: none !important;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 10px!important;
    border-radius: 16px;
    background: rgba(0, 0, 0, .3);
    z-index: 99;
    color: #fff;
    font-family: Arial;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
    cursor: pointer;
}

.gg_close {
    display: block !important;
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 14px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    font-size: 10px!important;
    border-radius: 16px;
    background: rgba(0, 0, 0, .3);
    z-index: 2;
    color: #fff;
    font-family: Arial;
    -webkit-transform-origin-x: 0;
    -webkit-transform: scale(0.80);
}

.ggsm_tc {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 330px;
    background: #fff;
    border: 3px solid #ff8f8d;
    padding: 20px;
    font-size: 14px;
    border-radius: 5px;
    line-height: 22px;
    box-shadow: rgb(0 0 0 / 50%) 0 0 10px;
    color: #666;
}

.ggsm_tc .gb_tc {
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 14px;
    height: 14px;
    background: url(../img/gb_ico.png) no-repeat center;
}

.ad_bz {
    position: relative;
}

@charset "utf-8";

/**  全局样式  **/
* {
    box-sizing: border-box;
}

html,
body,
div,
p,
ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
input,
select,
button,
textarea,
iframe,
table,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
    vertical-align: middle;
    outline: none;
}

ul,
li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
}

body,
input,
select,
button,
textarea {
    font-size: 14px;
    font-family: "Arial", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "sans-serif";
    border: none;
    outline: none;
}

input {
    padding-left: 10px;
}

button {
    cursor: pointer;
}

/*i,
em,
cite {
    font-style: normal;
}*/

body {
    background: #fff;
    color: #666;
    line-height: 1;
}

a,
a:link {
    color: #666;
    text-decoration: none;
}

a:active,
a:hover {
    text-decoration: none;
    color: #0088e6;
}

a:focus {
    outline: none;
    text-decoration: none;
}

.fixed::after,
.fixed::before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both
}

.h6 {
    height: 6px;
    overflow: hidden;
    clear: both
}

.h8 {
    height: 8px;
    overflow: hidden;
    clear: both
}

.h10 {
    height: 10px;
    overflow: hidden;
    clear: both
}

.h12 {
    height: 12px;
    overflow: hidden;
    clear: both
}

.h13 {
    height: 13px;
    overflow: hidden;
    clear: both
}

.h15 {
    height: 15px;
    overflow: hidden;
    clear: both
}

.h16 {
    height: 16px;
    overflow: hidden;
    clear: both
}

.h18 {
    height: 18px;
    overflow: hidden;
    clear: both
}

.h20 {
    height: 20px;
    overflow: hidden;
    clear: both
}

.h22 {
    height: 22px;
    overflow: hidden;
    clear: both
}

.h25 {
    height: 25px;
    overflow: hidden;
    clear: both
}

.h26 {
    height: 26px;
    overflow: hidden;
    clear: both
}

.h27 {
    height: 27px;
    overflow: hidden;
    clear: both
}

.h63 {
    height: 63px;
    overflow: hidden;
    clear: both
}

.hidden {
    display: none;
}

.show {
    display: block;
}

.red {
    color: #F00;
}

.green {
    background-color: #28b59f;
}

.darkblue {
    background-color: #5a93e9;
}

.purple {
    background-color: #9d8ded;
}

.pink {
    background-color: #f8788a;
}

.blue {
    background-color: #50aef6;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.fixed_bmrk {
    position: fixed;
    display: block;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 999;
    cursor: pointer;
}

.fixed_bmrk>img {
    display: block;
    width: 89px;
    height: 112px;
}

.fixed_bmrk .second_bmrkbox {
    background-color: #ffb707;
    height: 73px;
    width: 88px;
}

.fixed_bmrk .third_bmrkbox {
    margin: 0 5px 5px;
    line-height: 34px;
    background-color: #fff;
}

.fixed_bmrk .bmrk_a {
    display: block;
    color: #e19a0b;
    width: 85px;
    padding-left: 12px;
}

table {
    margin: 0 auto;
}

.nav_ver2 {
    width: 1200px;
    margin: 0 auto;
    height: auto;
    padding: 20px 0;
    background: #0088E6;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    /* margin-top: -35px; */
}

.nav_ver2 a {
    color: #fff;
}

.nav_ver2 a:hover {
    color: #fff;
}

.nav_ver2 ul li {
    display: inline-block;
    padding: 0 15px;
    box-sizing: border-box;
}

.nav_ver2 ul li .nav_a {
    display: inline-block;
    width: 70px;
    vertical-align: top;
    text-align: center;
}

.nav_ver2 ul li .nav_a img {
    display: inline-block;
    height: 39px;
    width: auto;
    margin-bottom: 5px;
}

.nav_ver2 ul li .nav_cho {
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    max-width: 150px;
}

.nav_ver2 ul li .nav_cho.li_a4 {
    max-width: 300px;
}

.nav_ver2 ul li .nav_cho>a {
    display: inline-block;
    width: 70px;
    text-align: left;
    margin: 10px 0;
}

.main .crgk ._left .crgk_con {
    margin-bottom: 30px;
}

.main .time ._left {
    width: 298px;
}

.main .time ._right {
    width: 900px;
}

.main .time ._left .djs_title {
    font-size: 16px;
}

.main .college {
    margin-top: 30px;
}

.main .college ._left .coloege_list li .college_ch {
    display: flex;
    justify-content: center;
}

.main .college ._left .coloege_list li .college_ch>a {
    width: 33%;
    padding-right: 0;
    text-align: center;
    border-right: 1px solid #ccc;
}

.main .college ._left .coloege_list li .college_ch>a:last-child {
    border-right: 0;
}

.main .college ._left .coloege_list li .college_info {
    padding-top: 19px;
}

.main .college ._left .area_b {
    padding: 18px 20px 10px 20px;
    height: auto;
}

.main .college ._left .area_b ul li {
    line-height: 34px;
    width: 70px;
    text-align: center;
}

.main .crgk ._middle {
    width: 440px;
    margin-right: 0;
}

.main .ck_lmdarea {
    padding: 10px 0;
    height: auto;
}

.main .ck_lmdarea ul li {
    line-height: 34px;
    width: 65px;
    text-align: center;
}

.main_con ._left .ck_lmdarea {
    height: auto;
    padding: 10px 0;
    margin-bottom: 32px;
}


/* 热门专题 */
.ck_rmdiv {
    margin-bottom: 30px;
}

.main .ck_rmdiv .news_title .title_text {
    display: inline-block;
    color: #333;
    font-size: 20px;
    font-weight: bold;
    margin-right: 30px;
    margin-bottom: 20px;
}

.ck_rmdiv ul {
    display: flex;
    justify-content: center;
}

.ck_rmdiv ul li {
    width: 222px;
    height: 120px;
    margin-right: 20px;
}

.ck_rmdiv ul li img {
    width: 222px;
    height: 120px;
}

.ck_rmdiv ul li:last-child {
    margin-right: 0;
}

/* 高起本 */
.ck_xwdiv {
    padding: 20px 0;
    display: flex;
}

.ck_xwdiv .ul_left {
    width: 387px;
    /*min-height: 431px;*/
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    /*margin-right: 20px;*/
    padding: 20px;
    box-sizing: border-box;
}

.ck_xwdiv .ul_left:last-child {
    margin-right: 0;
}

.ck_xwdiv .ul_left .news_title {
    position: relative;
}

.ck_xwdiv .ul_left .news_title .title_text {
    color: #333;
    font-size: 18px;
    font-weight: bold;
    margin-right: 20px;
}

.ck_xwdiv .ul_left .news_title .tit_a {
    color: #999;
    font-size: 14px;
    margin-right: 20px;
}

.ck_xwdiv .ul_left .news_title .tit_a:hover {
    color: #0088e6;
}

.ck_xwdiv .ul_left .news_title .tit_a.more {
    position: absolute;
    right: 0;
    top: 3px;
    margin-right: 0;
}

.ck_xwdiv .ul_left .news_con .news_right ul li {
    position: relative;
    padding-left: 12px;
    line-height: 35px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ck_xwdiv .ul_left .news_con .news_right ul li .news_a {
    color: #333;
    font-size: 16px;
}

.ck_xwdiv .ul_left .news_con .news_right ul li .news_a:hover {
    color: #0088e6;
}

.ck_xwdiv .ul_left .news_con .news_right ul li:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 50%;
}

.ck_xwdiv .ul_left .news_con .news_right {
    margin-top: 15px;
}


/* 全国热门院校推荐 */
.college_left {
    width: 302px;
    border: 1px solid #EEEEEE;
    padding: 20px 10px;
    margin-top: -40px;
}

.college_left .news_con .news_right ul li {
    position: relative;
    padding-left: 12px;
    line-height: 35px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.college_left .news_con .news_right ul li .news_a {
    color: #333;
    font-size: 16px;
}

.college_left .news_con .news_right ul li .news_a:hover {
    color: #0088e6;
}

.college_left .news_con .news_right ul li:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 50%;
}

.college_left .news_con .news_right {
    margin-top: 15px;
}

.college_left .type_tit {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    color: #0088E6;
    border-left: 2px solid #0088e6;
}

.college_left .school_li {
    margin-top: 15px;
}

.college_left .school_li>a {
    min-width: 74px;
    height: 24px;
    padding: 0 15px;
    background: #24A6FF;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    margin-right: 2px;
}

/* 招生专业修改样式 */
.main .major .major_con {
    width: 856px;
    height: auto;
}

.main .major .major_con .swiper-container {
    height: 407px;
}

.main .major .major_con .major_list li {
    width: 195px;
    height: 112px;
    padding-left: 90px;
    padding-right: 14px;
    line-height: 1.5;
    padding-top: 20px;
    margin-right: 8px;
    margin-bottom: 11px;
}

.main .major .major_con .major_list li .major_img {
    left: 12px;
}

.main .major .major_con .major_list li .major_name {
    margin-bottom: 7px;
}

.main .major .major_con .major_list {
    width: 100%;
}

.main .major .major_con {
    padding: 30px 0 0 25px;
}

.main .major .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 15px;
}


/* 专业推荐 */
.zhuanye_left {
    width: 302px;
    border: 1px solid #EEEEEE;
    padding: 20px 10px;
    margin-top: -40px;
}

.zhuanye_left .news_con .news_right ul li {
    position: relative;
    padding-left: 12px;
    line-height: 35px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
}

.zhuanye_left .news_con .news_right ul li a {
    font-size: 12px;
    color: #A0A0A0;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.zhuanye_left .news_con .news_right ul li .news_a {
    color: #333;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 5px;
}

.zhuanye_left .news_con .news_right ul li .news_a:hover {
    color: #0088e6;
}

.zhuanye_left .news_con .news_right {
    margin-top: 15px;
}

.zhuanye_left .type_tit {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    color: #0088E6;
    border-left: 2px solid #0088e6;
    position: relative;
}

.zhuanye_left .type_tit .more {
    position: absolute;
    right: 0;
    top: 0;
    font-weight: normal;
    font-size: 14px;
}



/* 热门问答 */
.huida_left {
    width: 302px;
    border: 1px solid #EEEEEE;
    padding: 20px 10px;
}

.huida_left .news_con .news_right ul li {
    position: relative;
    padding-left: 12px;
    line-height: 35px;
    width: 100%;
    font-size: 16px;
    margin-bottom: 17px;
}

.huida_left .news_con .news_right ul li a {
    font-size: 12px;
    color: #666;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.huida_left .news_con .news_right ul li .news_a {
    color: #333;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    margin-bottom: 5px;
    background-size: 16px auto;
    box-sizing: border-box;
}

.huida_left .news_con .news_right ul li .news_a:hover {
    color: #0088e6;
}

.huida_left .news_con .news_right {
    margin-top: 15px;
}

.huida_left .type_tit {
    color: #333;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    color: #0088E6;
    border-left: 2px solid #0088e6;
    position: relative;
}


.ck_toutiao {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    background: url('../images/toutiao.png') left top no-repeat;
    background-size: 42px auto;
    padding-left: 50px;
    box-sizing: border-box;
}

.ck_toutiao>a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ck_ttul {
    padding: 10px 0;
}

.ck_ttul>a {
    display: inline-block;
    width: 214px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 1.5;
}

.ck_tjlist {
    padding: 15px 20px;
    box-sizing: border-box;
    background: #F1F9FF;
    position: relative;
}

.ck_tjlist>a {
    display: inline-block;
    width: 70px;
    height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    line-height: 24px;
    color: #0088E6;
    text-align: center;
    margin-right: 8px;
    margin-bottom: 2px;
}

.ck_tjlist>a:nth-child(5n) {
    margin-right: 0;
}

.ck_tjlist>a:hover,
.ck_tjlist>a.act {
    background: #FFFFFF;
    border: 1px solid #B0D5F0;
    border-radius: 4px;
}

._middle .exam-list {
    float: left;
    width: 100%;
    margin-top: 10px;
}

._middle .exam-list li {
    height: 33px;
    line-height: 33px;
    position: relative;
}

._middle .exam-list li:hover a {
    color: #0088e6;
}

._middle .exam-list li .type {
    position: relative;
    float: left;
    width: 70px;
    font-size: 14px;
    color: #999;
}

._middle .exam-list li .type:before {
    position: absolute;
    content: '';
    top: 10px;
    right: 5px;
    width: 1px;
    height: 14px;
    background: #ddd;
}

._middle .exam-list li .txt {
    display: block;
    /* padding:0 40px 0 68px;
    */
    padding: 0 50px 0 0;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
}

._middle .exam-list li .time {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    font-weight: 400;
    color: #999;
}

._middle .exam-list li .time.now {
    color: #ec1d23;
}


.ck_lm_artlist {
    margin-bottom: 20px;
}

.ck_lm_artlist ul {
    width: 100%;
    margin: 10px 0;
}

.ck_lm_artlist ul li {
    position: relative;
    padding-left: 27px;
    line-height: 35px;
    width: 100%;
    height: 35px;
    box-sizing: border-box;
}

.ck_lm_artlist ul li:after {
    position: absolute;
    top: 50%;
    left: 8px;
    margin-top: -2px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 50%;
}

.ck_lm_artlist ul li>a {
    float: left;
    width: 600px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ck_lm_artlist ul li span {
    float: right;
    text-align: right;
    font-size: 12px;
    color: #b2b2b2;
}

.ck_lm_artlist .spdet_info {
    width: 100%;
    padding-left: 0px;
    background: none;
    margin-top: 20px;
    font-size: 18px;
}

.ck_lm_artlist .spdet_info>a {
    color: #F65A5A;
    font-weight: bold;
}

.ck_lm_artlist .spdet_info i {
    width: 22px;
    height: 16px;
    display: block;
    background: url('../images/ck_icon6.png') left top no-repeat;
    float: left;
    margin-right: 5px;
    padding-right: 0px;
    background-size: 100% auto;
}

.main_con ._left .hot_major {
    height: auto;
}

.main_con ._left .list_con .list_ul li .list_text .list_tit {
    position: initial;
}

.main_con ._left .list_con .list_ul li .list_text .list_add_decr {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5;
    font-size: 12px;
    color: #666666;
}

.main_con ._right .ques .zixun .zixun_con .zixun_item .zixun_p {
    color: #2C93EA;
    padding-left: 25px;
}

.main_con ._right .ques .zixun .zixun_con .zixun_item .ck_rmhd_desc {
    font-size: 12px;
    color: #999;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 5px;
}

.main_con ._right .ques .zixun .zixun_con .zixun_item {
    padding-left: 0;
}

/*热门学校*/
.ck_sch_list {
    display: inline-block;
    vertical-align: top;
    width: 218px;
    margin-right: 35px;
    margin-bottom: 30px;
}

.ck_sch_page .ck_sch_list:nth-child(3n) {
    margin-right: 0;
}

.ck_sch_list .pro {
    font-size: 18px;
    color: #666;
    font-weight: bold;
    margin-bottom: 5px;
}

.ck_sch_list ul li {
    position: relative;
    padding-left: 10px;
    cursor: pointer;
}

.ck_sch_list ul li:after {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -2px;
    content: "";
    width: 4px;
    height: 4px;
    background-color: #ccc;
    border-radius: 50%;
}

.ck_sch_list ul li .proname {
    font-size: 16px;
    color: #333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.ck_sch_list ul li:hover .ck_sch_det {
    display: block;
}

.ck_sch_list ul li .ck_sch_det {
    display: none;
    position: absolute;
    width: 220px;
    height: 106px;
    padding: 10px;
    background: #FFFFFF;
    box-shadow: 0px 3px 8px 0px rgba(0, 136, 230, 0.3);
    box-sizing: border-box;
    z-index: 2;
}

.ck_sch_list ul li .ck_sch_det .sch_name {
    font-size: 14px;
    color: #333;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
}

.ck_sch_list ul li .ck_sch_det img {
    display: inline-block;
    width: 50px;
    height: auto;
    margin-left: 10px;
}

.ck_sch_list ul li .ck_sch_det>span {
    display: inline-block;
    width: 120px;
    float: right;
}

.ck_sch_list ul li .ck_sch_det>span a {
    display: inline-block;
    font-size: 12px;
    color: #0088E6;
    line-height: 20px;
    margin-top: 5px;
}


sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {  bottom: -0.25em; }
sup {  top: -0.5em; }

.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.top {
    height: 36px;
    background-color: #f7f7f7;
    font-size: 12px;
    color: #666;
    line-height: 36px;
    border-bottom: 1px solid #ddd;
}

.top .top_right ul li {
    float: left;
}

.top .top_right ul li .top_a {
    padding-right: 16px;
    margin-right: 16px;
    border-right: 1px solid #ddd;
}

.top .top_right ul li .navgation {
    border: none;
    padding-right: 16px;
    margin-right: 0;
    background: url(../images/xl.png) no-repeat right center;
}

.nav_con {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 9;
    width: 400px;
    padding: 25px 0 12px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border: solid 1px #eeeeee;
    line-height: 36px;
}

.nav_con .nav_span {
    display: inline-block;
    position: relative;
    color: #999;
    font-size: 15px;
    margin-right: 40px;
    cursor: pointer;
}

.nav_con .nav_span .nav_icon {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 3px;
    background-color: #0088e6;
}

.nav_con .nav_span.active {
    color: #333;
}

.nav_con .nav_span.active .nav_icon {
    display: block;
}

.nav_con .nav_bota {
    display: inline-block;
    color: #333;
    font-size: 14px;
    margin-right: 33px;
}

.top .top_right ul .navgation_li {
    position: relative;
}

.header {
    height: 90px;
    background-color: #fff;
    margin-bottom: 46px;
}

.header .header_left {
    padding-top: 27px;
}

.header .header_left .logo_img {
    margin-right: 8px;
}

.header .header_left .logo_name {
    font-size: 20px;
    color: #333;
    padding-left: 18px;
    border-left: 1px solid #ccc;
}

.header .header_right .search {
    display: inline-block;
    position: relative;
    /*width: 280px;*/
    height: 36px;
    padding: 0 20px;
    margin-top: 27px;
    background-color: #eeeeee;
    border-radius: 17px;
}

.header .header_right .search .search_text {
    position: relative;
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding-right: 14px;
    line-height: 36px;
    background: url(../images/xl.png) no-repeat right center;
    cursor: pointer;
}

.header .header_right .search .search_text .se_con {
    display: none;
    position: absolute;
    top: 36px;
    left: -14px;
    z-index: 99;
    width: 70px;
    padding: 0 20px 10px 20px;
    background-color: #fff;
    border: 1px solid #eee;
    cursor: pointer;
}

.header .header_right .search .search_text .se_con>span {
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
    margin-bottom: 8px;
}

.header .header_right .search .search_text .se_con>span.active {
    color: #333;
    border-bottom: 2px solid #0088e6;
}

.header .header_right .search .search_text .se_con>span:hover {
    color: #333;
    border-bottom: 2px solid #0088e6;
}

.header .header_right .search .search_input {
    border-left: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    background-color: #eee;
    margin-left: 10px;
}

.header .header_right .search .search_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../images/ss.png);
}

.header .header_right .search_ewm {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

.header .header_right .search_ewm .ewm_con {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 99;
    width: 240px;
    padding: 20px 0 14px 20px;
    background-color: #fff;
    border: 1px solid #eee;
}

.header .header_right .search_ewm .ewm_con .ewm_left {
    width: 90px;
    margin-right: 19px;
}

.header .header_right .search_ewm .ewm_con .ewm_left>img {
    width: 90px;
    height: 90px;
    border: 1px solid #eee;
    margin-bottom: 9px;
}

.header .header_right .search_ewm .ewm_con .ewm_left>p {
    color: #999;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.header .header_right .search_ewm:hover .ewm_con {
    display: block;
}

.nav {
    width: 100%;
    height: 46px;
    background-color: #0088e6;
    position: absolute;
    top: 135px;
}

.nav ul li {
    position: relative;
    float: left;
    width: 150px;
    height: 100%;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}

.nav ul li.active {
    background-color: #0076c7;
}

.nav ul li .nav_a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.nav ul li .nav_xl {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 18px;
}

.nav ul li:nth-child(3) img {
    position: absolute;
    margin-top: 7px;
    right: 15px;
}

.nav ul li .nav_cho {
    display: none;
    position: absolute;
    top: 46px;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    padding: 0 30px;
    border: 1px solid #eee;
}

.nav ul li .nav_cho .cho_a {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 14px;
}

.nav ul li .nav_cho .cho_a.mb0 {
    margin-bottom: none;
}

.nav ul li .nav_cho .cho_a:hover {
    color: #0088e6;
}

.nav ul li:hover {
    background-color: #0076c7;
}

.footer .links {
    /*height: 40px;*/
    line-height: 40px;
    background-color: #f7f7f7;
}

.footer .links a {
    display: inline-block;
    margin-right: 15px;
}

.footer .links .links_tit {
    color: #444;
    font-size: 14px;
    padding-right: 6px;
    float: left;
}

.footer .links .links_text {
    color: #999;
    font-size: 12px;
    margin-right: 32px;
}

.footer .links .links_text:hover {
    color: #0088e6;
}

.footer .dl_con {
    width: 100%;
    height: 220px;
    padding: 38px 0;
    background-color: #383838;
}

.footer .dl_con dl {
    display: inline-block;
    border-right: 1px solid #444444;
    padding-right: 50px;
    margin-right: 50px;
}

.footer .dl_con dl dt {
    color: #d7d8d9;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer .dl_con dl dd>a {
    display: inline-block;
    color: #9b9ea0;
    font-size: 12px;
    margin-top: 18px;
}

.footer .dl_con a:hover {
    color: #08a7e6;
}

.footer .dl_con dl.mr0 {
    border-right: none;
    margin-right: 0px;
}

.footer .dl_con .dl_ewm {
    float: right;
}

.footer .dl_con .dl_ewm .wx {
    display: inline-block;
    margin-left: 58px;
}

.footer .dl_con .dl_ewm .wx>img {
    width: 131px;
    height: 131px;
    padding: 8px;
    border: solid 1px #444444;
}

.footer .dl_con .dl_ewm .wx>p {
    color: #9b9ea0;
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}

.footer .copyright {
    width: 100%;
    background-color: #333;
    color: #9b9ea0;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    height: auto;
}

.footer p a {
    color: #9b9ea0;
}

.footer p a:active,
.footer p a:hover {
    text-decoration: none;
    color: #0088e6;
}

.bread {
    height: 60px;
    line-height: 60px;
    color: #c7c7c7;
    font-size: 14px;
    clear: both;
}

.bread .bread_a {
    color: #999;
    font-size: 14px;
}

.bread .bread_cur {
    color: #666;
    font-size: 14px;
}


/* ÓÒ²à */
.hot_professional,
.hot_school {
    margin-bottom: 30px;
}

.hot_professional .caption,
.hot_school .caption {
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}

.hot_professional .caption h4,
.hot_school .caption h4 {
    display: inline;
    padding-bottom: 9px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #0088E6;
}

.hot_school .gk_list ul {
    width: 298px;
    padding-bottom: 27px;
}

.hot_school .gk_list ul li {
    position: relative;
    padding: 20px 20px 20px 70px;
    /*margin-bottom: 17px;*/
}

.hot_school .gk_list ul li img {
    position: absolute;
    top: 18px;
    left: 0;
    width: 58px;
}

.hot_school .gk_list ul li .xx_name {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}

.hot_school .gk_list ul li .xx_name {
    color: #999;
    font-size: 14px;
}

/* 热门专业 */
.hot_professional .ranking_list {
    background-color: #fff;
    padding: 25px 0;
}

.hot_professional .ranking_list .item {
    margin-bottom: 15px;
}

.hot_professional .ranking_list .item img {
    width: 18px;
    height: 22px;
    border: none;
    vertical-align: bottom;
}

.hot_professional .ranking_list .item:last-child {
    margin-bottom: 0;
}

.hot_professional .ranking_list .item .num {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    background: rgba(230, 230, 230, 1);
    border-radius: 50%;
}

.hot_professional .ranking_list .item .title {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    color: #333;
    width: 260px;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
}

/* college&&profession hover */
.college_wrap .college_dynamics .dynamics_list li a:hover,
.college_sel_box .layer ul li:hover,
.hot_professional .ranking_list .item .title:hover,
.main_wrap ._left .college_list .item .info_r .college_name:hover,
.ck_profession_list .item .info_l .profession_name a:hover,
.yc_profession_list .item .info_r .title:hover {
    color: #0088E6;
}

/*加群start*/
.ecv2_detailpage_jiaqun {
    float: right;
    font-size: 0;
}

.ecv2_detailpage_jiaqun input[type='text'] {
    width: 150px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    color: #0088e6;
    padding: 0 10px;
    font-size: 14px;
    vertical-align: middle;
    border: solid 1px #0088e6;
}

.ecv2_detailpage_jiaqun a {
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    background-color: #0088e6;
}

.ecv2_detailpage_jiaqun a i {
    font-size: 18px;
    vertical-align: middle;
}

/*加群End*/

/*文章内容加群*/
.ercodediv {
    padding: 30px;
    background-image: url("../images/ercodebg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    display: inline-block;
}

.guanfang,
.qqqun {
    float: left;
}

.guanfang .p1,
.qqqun .p1 {
    width: 120px;
    height: 120px;
    border: 5px solid #ffb378;
    border-radius: 4px;
    float: left;
}

.guanfang .p1 img,
.qqqun .p1 img {
    width: 100%;
    height: 100%;
}

.guanfang .p2,
.qqqun .p2 {
    width: 210px;
    height: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.guanfang .p2 span,
.qqqun .p2 span {
    display: block;
    line-height: 20px;
    font-size: 14px;
}

.qqqun .p2 a {
    padding: 5px 15px;
    background: #0088e6;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
}

/*文章内容加群*/

.zx-count-down-wrap {
    padding: 17px 0 12px;
    text-align: center;
}

.zx-count-down-wrap .zx-time-txt {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 10px;
}

.zx-count-down-wrap .zx-time-txt .zx-time-days {
    font-size: 30px;
    color: #EB3232;
}

.zx-count-down-wrap .zx-time-qun {
    margin-top: 14px;
    color: #0088E6;
    font-size: 14px;
}

.zx-step-wrap .zx-step-title:nth-child(1) {
    margin-top: 0 !important;
}

.zx-step-wrap .zx-step-title {
    margin-top: 16px;
    color: #333;
    font-size: 16px;
    padding-left: 20px;
    font-weight: bold;
    border-left: 3px solid #0088e6;
    margin-bottom: 12px;
}

.zx-step-wrap .zx-step-ul {
    background: #FAFAFA;
}

.zx-step-wrap .zx-step-ul ul {
    padding: 13px 0 0 20px;
}

.zx-step-wrap .zx-step-ul ul li {
    display: inline-block;
    float: left;
    margin-bottom: 13px;
    margin-right: 40px;
    white-space: nowrap;
    font-size: 13px;
    min-width: 52px;
    line-height: 17px;
}

.zx-step-wrap .zx-step-ul ul li a {
    color: #333333;
}

.zx-step-wrap .zx-step-ul ul li a:hover {
    color: #0088e6;
}

/* 首页大banner广告 */
.zxhp-ad-box {
    margin: 0 auto 0;
    width: 1200px;
}

.zxhp-ad-box img {
    width: 1200px;
}

.zxhp-ad-switch a {
    float: right;
    padding: 1px 8px;
    background: #999 none repeat scroll 0 0;
    color: #fff;
    font-size: 9pt
}

/* 首页大banner广告 */

/*精品课程*/
.ecv2_zqlb_r_top1 {

    background: #fff;
    box-sizing: border-box;
    clear: both;
    margin-bottom: 20px;
}

.ecv2_zqlb_r_top1 .item {
    margin-bottom: 20px;
}

.ecv2_zqlb_r_top1 .item:last-child {
    margin-bottom: 0;
}

.ecv2_zqlb_r_top1 .item_top {
    font-size: 16px;
    color: #1f3d4d;
    line-height: 28px;
}

.ecv2_zqlb_r_top1 .item_top i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    background: url(../img/icon/icon_kecheng.png) no-repeat;
}

.ecv2_zqlb_r_top1 .item_top {
    height: 56px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ecv2_zqlb_r_top1 dl.item_bottom {
    overflow: hidden;
    margin-bottom: 0;
    line-height: 28px;
    margin-top: 8px;
}

.ecv2_zqlb_r_top1 dl.item_bottom dt {
    float: left;
    color: #999999;
    font-size: 12px;
    margin-bottom: 0;
}

.ecv2_zqlb_r_top1 dl.item_bottom dd {
    float: right;
}

.ecv2_zqlb_r_top1 dl.item_bottom dd a {
    width: 66px;
    height: 28px;
    line-height: 28px;
    display: block;
    font-size: 14px;
    color: #2590d7;
    text-align: center;
    border: solid 1px #2590d7;
    margin: 0;
}

.ecv2_zqlb_r_top1 .item_top i {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    background: url('../images/icon_kecheng.png') no-repeat;
}

.ecv2_zqlb_r_top1>h3 {
    font-size: 18px;
    color: #1f3d4d;
    margin-bottom: 20px;
}

.ecv2_zqlb_r_top1 .ecv2_video_box {
    height: 150px;
    margin-bottom: 20px;
    border-radius: 0;
}

/*精品课程*/

/*首页弹窗广告*/
.fixpopAdv {
    position: fixed;
    left: 0;
    top: 50%;
    height: 100%;
    width: 100%;
    z-index: 999;
    text-align: center;
    margin-top: -240px;
}

.maskfix {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.fixpopAdvImg {
    position: relative;
    display: inline-block;
}

.fixpopAdvImg img {
    border-radius: 15px;
}

.fixpopAdv .fix_close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 23px;
    height: 23px;
    background: url('../images/mokao14.png');
    background-size: 100% auto;
    z-index: 1000;
    border-radius: 50%;
}

/*首页弹窗广告*/
/* 页头 */
.clearfix {
    display: block;
}

.ecv2_hs_logo {
    height: 90px;
    line-height: 100px;
    background: #fff;
    /* margin-bottom: 46px; */
}

.ecv2_container {
    width: 1200px;
    margin: 0 auto;
    /* position: relative; */
}

.ecv2_logo {
    min-width: 500px;
}

.fl {
    float: left;
}

.ecv2_logo img {
    vertical-align: middle;
    height: 34px;
}

.ecv2_logo span {
    color: #1f77b1;
    font-size: 26px;
    padding-left: 15px;
    margin-left: 15px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.ecv2_logo span b {
    font-weight: normal;
    font-size: 16px;
    color: #525f66;
    vertical-align: middle;
}

.ecv2_logo span:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    left: 0;
    background-color: #cccccc;
}

.ecv2_logo img {
    vertical-align: middle;
    height: 34px;
}

.ecv2_logo_nav li {
    float: left;
    font-size: 13px;
    cursor: pointer;
    margin-left: 30px;
    /*margin-top: 38px;*/
    /*line-height: initial;*/
    color: #525f66;
}

.ecv2_logo_nav li:hover {
    color: #2590d7;
}

.ecv2_logo_nav li:hover a {
    color: #2590d7;
}

.ecv2_logo_nav li i[class^="logo_nav_"] {
    display: inline-block;
    width: 20px;
    height: 16px;
    vertical-align: middle;
}

.logo_nav_video {
    background: url(../img/index/nav_logo_video_n.png) no-repeat;
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_video {
    background: url(../img/index/nav_logo_video.png) no-repeat;
    background-size: 20px 16px;
}

.logo_nav_shudian {
    background: url(../img/index/logo_nav_shudian_n.png) no-repeat;
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_shudian {
    background: url(../img/index/logo_nav_shudian.png) no-repeat;
    background-size: 20px 16px;
}

.logo_nav_live {
    background: url(../img/index/nav_logo_live_n.png);
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_live {
    background: url(../img/index/nav_logo_live.png);
    background-size: 20px 16px;
}

.logo_nav_study {
    background: url(../img/index/nav_logo_study_n.png);
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_study {
    background: url(../img/index/nav_logo_study.png);
    background-size: 20px 16px;
}

.logo_nav_tiku {
    background: url(../img/index/nav_logo_exercise_n.png) no-repeat;
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_tiku {
    background: url(../img/index/nav_logo_exercise.png) no-repeat;
    background-size: 20px 16px;
}

.logo_nav_tmall {
    background: url(../img/index/nav_logo_tmall_n.png) no-repeat;
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_tmall {
    background: url(../img/index/nav_logo_tmall.png) no-repeat;
    background-size: 20px 16px;
}

.logo_nav_jd {
    background: url(../img/index/nav_logo_jd_n.png) no-repeat;
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_jd {
    background: url(../img/index/nav_logo_jd.png) no-repeat;
    background-size: 20px 16px;
}

.logo_nav_book {
    background: url(../img/index/nav_logo_book_n.png) no-repeat;
    background-size: 20px 16px;
    top: -2px;
    position: relative;
}

.ecv2_logo_nav li:hover .logo_nav_book {
    background: url(../img/index/nav_logo_book.png) no-repeat;
    background-size: 20px 16px;
}

.ecv2_logo_nav a.on .logo_nav_book {
    background: url(../img/index/nav_logo_book.png) no-repeat;
    background-size: 20px 16px;
}

.ecv2_logo_nav a.on {
    color: #2590d7;
}

.ecv2_header {
    background-color: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
    height: 40px;
}

.ecv2_header_tools {
    color: #666666;
}

.ecv2_header_tools .fl>ul>li {
    float: left;
    line-height: 20px;
    position: relative;
    padding: 10px 16px;
    font-size: 12px;
    border-right: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
}

.ecv2_header_tools .fl>ul>li a {
    color: #666;
}

.ecv2_header_tools .fl>ul>li.on,
.ecv2_header_tools .fl>ul>li:hover {
    background: #fff;
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-bottom: 0;
    border-top: 0;
}


.ecv2_header_tools .fl>ul>li .ecv2_drop2_menus {
    top: 41px;
    left: 0;
}

.ecv2_header_tools .fl>ul>li:hover .ecv2_drop2_menus {
    display: block;
}

.ecv2_header_tools .fl>ul>li:after {
    content: '';
    display: none;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 100%;
    z-index: 2;
}

.ecv2_header_tools .fl>ul>li.on:after,
.ecv2_header_tools .fl>ul>li.on ul.drop_ul,
.ecv2_header_tools .fl>ul>li:hover:after,
.ecv2_header_tools .fl>ul>li:hover ul.drop_ul {
    display: block;
}



.ecv2_header_tools .fl>ul li.on::before,
.ecv2_header_tools .fl>ul li:hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    background: #fff;
    left: 0;
    bottom: -1px;
    z-index: 99999;
}

.ecv2_header_tools .fl ul ul.drop_ul {
    display: none;
    position: absolute;
    background: #fff;
    left: -1px;
    width: 104px;
    top: 100%;
    font-size: 14px;
    color: #667780;
    border: 1px solid #e6e6e6;
    padding-bottom: 6px;
    z-index: 9999;
    border-top: 0;
    padding-top: 1px;
    box-sizing: border-box;
}

.ecv2_header_tools .fl ul ul.drop_ul>li {
    padding: 10px 0;
    padding-left: 15px;
}

.ecv2_header_tools .fl ul ul.drop_ul>li a {
    color: #667780;
}

.ecv2_header_tools .fl ul ul.drop_ul>li:hover {
    background: #2590d7;
    color: #fff;
}

.ecv2_header_tools .fl ul ul.drop_ul>li:hover a {
    color: #fff;
}

.ecv2_header_tools img {
    vertical-align: -4px;
}

.ecv2_header_tools i {
    display: inline-block;
    width: 12px;
    height: 8px;
    margin-left: 10px;
    background: url(../images/icon_sub_down.png) no-repeat;
}

.ecv2_header_tools .fr {
    line-height: 40px;
}

.ecv2_header_tools .fr a {
    color: #666;
    margin: 0;
    font-size: 12px;
}

.ecv2_header_tools .fr .login_res a {
    margin: 0 16px;
}

.ecv2_header_tools .fr a:last-child {
    margin-right: 0;
}

.ecv2_header_tools .fr span {
    margin-left: 28px;
    font-size: 12px;
}

.ecv2_drop_list {
    display: none;
    z-index: 999;
    left: 0px;
    position: absolute;
    background: #fff;
    width: 920px;
    color: #525f66;
    font-size: 13px;
    padding: 30px;
    box-sizing: border-box;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.ecv2_drop_item>h5 {
    float: left;
    width: 128px;
    font-size: 14px;
    margin-right: 62px;
    text-align: right;
}

.ecv2_drop_item ul {
    overflow: hidden;
}

.ecv2_drop_item ul li {
    float: left;
    margin-right: 36px;
    position: relative;
    margin-bottom: 4px;
    min-height: 20px;
}

.ecv2_drop_item ul li:hover {
    color: #2590d7;
}

.ecv2_drop_item ul li:hover a {
    color: #2590d7;
}

.ecv2_drop_item {
    margin-bottom: 25px;
    color: #525f66;
    font-size: 13px;
    line-height: initial;
}

.ecv2_drop_item:last-child {
    margin-bottom: 0;
}

.ecv2_drop_item ul li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 10px;
    right: -18px;
    top: 50%;
    margin-top: -5px;
    background-color: #cccccc;
}

.no-after:after {
    display: none;
}

.ecv2_drop_adv li {
    width: 186px;
    height: 116px;
    z-index: 0;
    margin-bottom: 18px;
    box-sizing: border-box;
    padding: 25px 16px;
    position: relative;
}

.ecv2_drop_adv li>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.ecv2_drop_adv li>a>img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.ecv2_drop_adv h3 {
    color: #41b2a5;
    font-size: 16px;
    margin-bottom: 18px;
    line-height: initial;
}

.ecv2_drop_adv p {
    line-height: initial;
    font-size: 14px;
    color: #a4b4b2;
    line-height: 20px;
}

.ecv2_drop_left {
    float: left;
    width: 620px;
    box-sizing: border-box;
}

.ecv2_drop_inner {
    margin-left: 260px;
}

.newloginsty {
    cursor: pointer;
    position: relative;
    height: 100%;
    display: inline-block;
}

.newloginsty .un_sty {
    color: rgb(76, 155, 227);
    font-style: normal;
}

.newloginsty img {
    display: inline-block;
    margin-right: 3px;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 100%;
}

.newloginsty .newlogin_ul {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    min-width: 100px;
    padding: 0 0;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.85);
    z-index: 15;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.newloginsty .newlogin_ul li a {
    margin: 0 0 !important;
    text-align: center;
    display: block;
    line-height: 45px;
    border-bottom: 1px solid #eee;
    position: relative;
}

.newloginsty .newlogin_ul li:last-child a {
    border-bottom: 0;
}

.newloginsty:hover .newlogin_ul {
    display: block;
}

.newloginsty .newlogin_ul::after {
    position: absolute;
    content: '';
    left: 50%;
    top: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
}

.newloginsty .newlogin_ul .cirnum {
    box-sizing: border-box;
    color: #fff;
    background: red;
    font-size: 12px;
    border-radius: 50px;
    font-style: normal;
    display: inline-block;
    line-height: initial;
    min-width: 8px;
    min-height: 8px;
    position: absolute;
    top: 7px;
    padding: 0px 4px;
}

/* 页头end */

.ecv2_container {
    width: 1200px;
    margin: 0 auto;
    /*position: relative;*/
}

/* 页脚 */
.ecv2_footer {
    font-size: 14px;
    color: #999999;
    background-color: #363c41;
}

.ecv2_footer_bottom {
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #42484d;
}

.ecv2_footer_bottom p {
    line-height: 28px;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

.ecv2_footer_top ol {
    float: left;
    margin: 0;
    padding: 0;
    margin-right: 160px;
}

.ecv2_footer_top {
    padding: 30px 0 20px;
    /* height: 135px; */
}

.ecv2_footer_top ol li {
    margin-bottom: 10px;
}

.ecv2_footer_top ol li:last-child {
    margin-bottom: 0;
}

.ecv2_footer_top ol li a {
    color: #9b9ea0;
}

.ecv2_footer_top ol li a:hover {
    color: #ff6a00;
}

.ecv2_footer_top ol li:first-child {
    color: #d7d8d9;
    margin-bottom: 18px;
}

.ecv2_footer_nextto {
    float: left;
    text-align: center;
}

.ecv2_footer_nextto h3 {
    font-size: 28px;
    color: #ffffff;
    opacity: 0.8;
    font-weight: normal;
    line-height: 37px;
}

.ecv2_footer_nextto span {
    color: #999;
    display: block;
    margin: 10px 0 30px;
}

.ecv2_footer_nextto dd a {
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #ff773a;
    border-radius: 4px;
}

.ecv2_footer_nextto dd a img {
    width: 17px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}

.ecv2_footer_codes {
    float: right;
}

.ecv2_footer_codes li {
    float: left;
    margin-left: 38px;
    text-align: center;
    color: #cccccc;
}

.ecv2_footer_codes li>img {
    width: 100px;
    height: 100px;
    margin-bottom: 16px;
    vertical-align: initial;
}

.ecv2_footer {
    font-size: 12px;
    line-height: initial;font-family: "Microsoft YaHei",Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}

.ecv2_footer_top ol>li:first-child {
    font-size: 14px;
}

.ecv2_footer_nextto span {
    color: #fff;
}

.ecv2_footer_bottom p {
    color: #9b9ea0;
}

.ecv2_footer_nextto dd a {
    margin: 0 auto;
    width: 140px;
    text-align: center;
    line-height: 32px;
    background-color: #fd5f39;
    color: #fff;
    height: auto;
    border-radius: 0;
}

.ecv2_footer_nextto dd a img {
    width: 13px;
    height: auto;
}

.ecv2_footer .ecv2_footer_bottom a {
    color: #9b9ea0;
}

.ecv2_footer .ecv2_footer_bottom a:hover {
    color: #ff6a00;
}

.ecv2_footer .ecv2_footer_codes p {
    color: #fff;
}

.ecv2_footer sub, .ecv2_footer sup {
    top: -0.6em;
}
/* 页脚end */


.ecv2_navs {
    margin-top: -30px;
}








.navtop{
    width:1200px;
    margin:0 auto;
}
.navtop ul{
    display:flex;
    align-items:center;
}
.navtop ul li{
    height:40px;
    margin:0;
    padding:0;
    list-style:none!important;
    background:none;
}
.navtop ul li a{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    color:#fff;
    padding:0 15px;
    font-size:14px;
}


.listcont{
    padding:10px 0
}
.listcont .tits{
    position: relative;
    margin-bottom: 20px;
    padding-left: 27px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f5f5f5;
}
.listcont .titsmore{
    float:right;margin-right:10px;color:#999}
.listcont .tits:after {
    position: absolute;
    left: 13px;
    top: 50%;
    content: '';
    margin-top: -8px;
    width: 3px;
    height: 16px;
    background-color: #409eff;
}
.listcont .spdian {
    width:5px;height:5px;background:#ddd;border-radius:100%;display:inline-block;float:left;margin:10px 10px 0 0
}


.icons-dian{
    width:5px;height:5px;background:#ddd;border-radius:100%;display:inline-block;float:left;margin:17px 10px 0 0
}





.footer{
    padding:20px 0;
    background-color:#363c41;
    color:#999999;
    text-align:center;
    font-size: 14px;
}

.footer a{
    color:#999999;
}



.row1{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 1!important;-webkit-box-orient: vertical;
}
.row2{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;
}
.row3{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;
}
.row4{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.row5{
    word-break: break-word!important;
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box!important;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}



.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    /*background: #fff;*/
    padding: 0 0.3rem;
}
.pagination li{
    list-style: none;
    background: none;
}
.pagination li a{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    border-radius: 4px;
    text-align: center;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    position: relative;
    padding: 5px 10px;
    border: none;
    height: auto;
}
.pagination span{
    margin: 14px 5px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    padding: 5px 10px;
    border-radius: 4px;
    height: auto;
}

.pagination li:last-child a{
    background: #e3e3e3;
    color: #333;
}
.pagination li:first-child a{
    background: #e3e3e3;
    color: #333;
}
.disabled span{
    background: #e3e3e3;
    color: #333;
}
.pagination .active span{
    background: #0088E6;
    color: #fff;
}

.selhover{
    color: #fff!important;
    background-color: #0088E6;
}
.listnav{
    display: flex ;
    align-items: center;
    flex-wrap: wrap;
    height: auto;
    /*margin-bottom: 0.2rem;*/
    /*background: #fff;*/
    /*padding-left: 20px;*/

}
.listnav a{
    display: block;
    padding: 5px 10px;
    color: #222;
    margin: 5px 0;
    border-radius: 4px;
    font-size: 20px;
}