.nkt_head {
    background-color: #121212 !important;
}

.nkt_head .nkt_container {
    position: relative;
    overflow: hidden;
}

.nkt_head .nkt_container .nkt_Video {
    margin-right: 310px;
    height: 100%;
}

.nkt_head .nkt_container .nkt_Video .nkt_userInfo {
    position: relative;
    width: 100%;
    height: 100px;
    background-color: #151817;
    display: flex;
}

.nkt_head .nkt_container .nkt_Video .nkt_userInfo .nkt_user {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.nkt_head .nkt_container .nkt_Video .nkt_userInfo .nkt_user .nkt_avatar {
    width: 60px;
    height: 60px;
    margin: 0 25px 0 0;
}

.nkt_head .nkt_container .nkt_Video .nkt_userInfo .nkt_user .nkt_avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.nkt_head .nkt_container .nkt_Video .nkt_userInfo .nkt_user .nkt_info{width: 86%;}
.nkt_head .nkt_container .nkt_Video .nkt_userInfo .nkt_user .nkt_info h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 17px;
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nkt_head .nkt_container .nkt_Video .nkt_userInfo .nkt_user .nkt_info .nkt_position {
    color: #666666;
    font-size: 12px;
    display: flex;
    align-items: center;
}
.nkt_head .nkt_container .nkt_Video .nkt_userInfo .nkt_user .nkt_info .nkt_position span:nth-child(2){
    display: block;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-top: 3px;
}
.nkt_head .nkt_container .nkt_Video .nkt_userInfo .nkt_user .nkt_info .nkt_position span:nth-child(2) a{
    color: #666;
}
.nkt_head .nkt_container .nkt_Video .nkt_userInfo .nkt_user .nkt_info .nkt_position span:nth-child(2) a:hover{
    color: #666;
}
.nkt_head .nkt_container .nkt_Video .nkt_userInfo .nkt_user .nkt_info .nkt_position span:nth-child(2) i{
    color: #999;
}
.nkt_head .nkt_container .nkt_Video .nkt_userInfo .nkt_user .nkt_info .nkt_position span.nkt_num{
    color: #999;
}
.nkt_head .nkt_container .nkt_Video .nkt_userInfo .nkt_user .nkt_info .nkt_position .iconfont {
    font-size: 14px;
}

.nkt_head .nkt_container .nkt_Video .nkt_userInfo .nkt_user .nkt_info .nkt_position .nkt_num {
    margin-left: 20px;
}

.nkt_head .nkt_container .nkt_Video .nkt_videoModel {
    position: relative;
    text-align: center;
    font-size: 20px;
}

.nkt_head .nkt_container .nkt_Video .nkt_videoModel .nkt_controlNext {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: #000;
    width: 890px;
    height: 500px;
}

.nkt_head .nkt_container .nkt_Video .nkt_videoModel .nkt_top span:nth-child(odd) {
    color: #fff;
}

.nkt_head .nkt_container .nkt_Video .nkt_videoModel .nkt_top {
    margin: 0 auto;
    min-width: 495px;
    margin-top: 140px;
}

.nkt_head .nkt_container .nkt_Video .nkt_videoModel .nkt_top span:nth-child(2) {
    color: #fff;
}

.nkt_head .nkt_container .nkt_Video .nkt_videoModel button {
    width: 162px;
    height: 42px;
    border-radius: 25px;
    border: unset;
    background-color: #fe6649;
    color: #fff;
    margin: 56px 0;
}

.nkt_head .nkt_container .nkt_Video .nkt_videoModel p {
    font-size: 14px;
    /*font-weight: 700;*/
    color: #fff;
    width: 162px;
    margin: 0 auto;
    cursor: pointer;
}
.nkt_controlNext .bgThumb{
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 0.6;
    width: 100%;
}
.nkt_controlNext .bgThumb img{
    width: 100%;
}

.nkt_head .nkt_container .nkt_Video .nkt_videoModel {
    width: 100%;
}

.nkt_head .nkt_container .nkt_Video .nkt_toolBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #333;
    padding: 13px 0;
    /*padding: 11px 0;*/
    font-size: 14px;
    color: #fff;
}

.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li {
    position: relative;
    padding: 0 23px;
    line-height: 100%;
    float: left;
    border-right: 1px solid #585858;
    display: flex;
    align-items: center;
}
.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li.nkt_collect{cursor: pointer;}
.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li:last-child {
    border-right: none;
}

.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li img {
    vertical-align: middle;
    margin-right: 10px;
}
.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li.nkt_share span a{color: #fff;}
.nkt_head .nkt_container .nkt_Video .nkt_toolBar .nkt_zixun {
    padding: 0 23px;
}

.nkt_head .nkt_container .nkt_Video .nkt_toolBar .nkt_zixun i {
    margin-right: 5px;
}


/* 视频下方工具栏 */

.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li div {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
}

.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li .nkt_liItem_2 {
    top: -124px;
    left: 14px;
    width: 100px;
    height: 100px;
    padding: 5px;
    background-color: #fff;
    display: none;
    z-index: 999;
}
.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li .nkt_liItem_2 img{
    width: 100%;
    height: 100%;
}

.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li .nkt_liItem_2 .decorate {
    position: absolute;
    bottom: -22px;
    left: 55px;
    width: 100px;
    height: 55px;
    z-index: 44;
    background-color: rgba(0, 0, 0, 0);
}

.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li .nkt_liItem_2 .icon {
    font-size: 25px;
    margin: 8px 7.55px;
}

.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li .nkt_liItem_2::after {
    position: absolute;
    bottom: -8px;
    left: 44px;
    transform: rotateZ(45deg);
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 10px solid #fff;
}


/* 关注微信 */

.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li .nkt_liItem_1 {
    width: 100px;
    height: 100px;
    padding: 5px;
    top: -124px;
    left: 14px;
    background-color: #fff;
    display: none;
    z-index: 999;
}

.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li .nkt_liItem_1 .decorate {
    position: absolute;
    bottom: -22px;
    width: 100px;
    height: 50px;
    z-index: 44;
    background-color: rgba(0, 0, 0, 0);
}

.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li .nkt_liItem_1::after {
    position: absolute;
    bottom: -8px;
    left: 44px;
    transform: rotateZ(45deg);
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    border-right: 10px solid #fff;
}

.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li .nkt_liItem_1 img {
    width: 100%;
    height: 100%;
}

.nkt_head .nkt_container .nkt_Video .nkt_toolBar ul li .iconfont {
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    margin-right: 10px;
    color: #fff !important;
}

.nkt_head .nkt_container .nkt_VideoItem {
    position: relative;
    height: 726px;
    background-color: #333;
}

.nkt_head .nkt_container .nkt_VideoItem .nkt_countDown {
    text-align: center;
    min-width: 202px;
    font-size: 16px;
    color: #fff;
    padding: 15px 20px 0 20px;
    margin-bottom: 10px;
}

.nkt_head .nkt_container .nkt_VideoItem .nkt_countDown .nkt_time {
    margin: 15px 0;
}
.nkt_head .nkt_container .nkt_VideoItem .nkt_countDown .nkt_time span:nth-child(odd) {
    display: inline-block;
    border-radius: 3px;
    width: 40px;
    height: 36px;
    background-color: #feb623;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 36px;
}

.nkt_head .nkt_container .nkt_VideoItem .nkt_countDown .nkt_remind {
    width: 202px;
    height: 37px;
    border-radius: 25px;
    border: unset;
    background-color: #24916d;
    color: #fff;
}

.nkt_head .nkt_container .nkt_VideoItem .nkt_item{
    height: 543px;
    overflow: hidden;
    overflow-y: scroll;
}
.nkt_head .nkt_container .nkt_VideoItem .nkt_item::-webkit-scrollbar{
    width: 3px;
}
.nkt_head .nkt_container .nkt_VideoItem .nkt_item::-webkit-scrollbar-thumb{
    background-color: #222;
    border-radius: 5px;
}
.nkt_head .nkt_container .nkt_VideoItem .nkt_item::-webkit-scrollbar-track{
    background-color: #333;
    border-radius: 5px;
}

.nkt_head .nkt_container .nkt_VideoItem ul li {
    padding: 6px 0 6px 8px;
    font-size: 14px;
    color: #fff;
}

.nkt_head .nkt_container .nkt_VideoItem ul li .nkt_title .nkt_type {
    display: inline-block;
    width: 60px;
    height: 18px;
    background-color: #ff8300;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    border-radius: 4px;
    margin-top: 1px;
    margin-left: 3px;
}
.nkt_head .nkt_container .nkt_VideoItem ul li .nkt_title{
    width: 100%;
    display: flex;
    /*align-items: center;*/
}
.nkt_head .nkt_container .nkt_VideoItem ul li div.firstCha{
    line-height: 30px;
    margin-bottom: 5px;
}

.nkt_head .nkt_container .nkt_VideoItem ul li .nkt_title span.nkt_tit{
    display: block;
    width: 76%;
    overflow: hidden;
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
}
.nkt_head .nkt_container .nkt_VideoItem ul li .nkt_study {
    font-size: 12px;
    color: #696969;
    margin-top: 5px;
}
.nkt_head .nkt_container .nkt_VideoItem ul li.kcActive,
.nkt_head .nkt_container .nkt_VideoItem ul>li.nkt_chapter>ul.bKcmlBox>a>li:hover {
    background-color: #222;
    border-left: 2px solid #c13008;
}

.nkt_head .nkt_container .nkt_VideoItem .nkt_arrow,
.nkt_head .nkt_container .nkt_VideoItem .nkt_leftArrow {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    background-color: #3d3d3d;
    text-align: center;
    line-height: 44px;
}

.nkt_head .nkt_container .nkt_VideoItem .nkt_leftArrow {
    top: 0;
    left: -60px;
}

.nkt_head .nkt_container .nkt_VideoItem .nkt_arrow .icon-arrow-right,
.nkt_head .nkt_container .nkt_VideoItem .nkt_leftArrow .icon-arrow-left-bold {
    font-size: 20px;
    color: #fff;
}

.nkt_head .nkt_container .nkt_VideoItem .nkt_leftArrow {
    display: none;
}


/* cebianlan */

.nkt_head .nkt_container .nkt_navbar {
    position: absolute;
    top: 0;
    right: 0;
    width: 310px;
    border: unset !important;
}

.nkt_footer .nkt_container {
    margin-top: 22px;
    display: flex;
    justify-content: space-between;
}

.nkt_footer .nkt_container .nkt_content {
    width: 865px;
    margin-bottom: 0;
    background-color: unset;
    margin: unset;
}

.nkt_footer .nkt_container .nkt_tab {
    background-color: #fff;
    padding: 22px 30px 45px;
    border-radius: 8px;
}

.nkt_footer .nkt_container .nkt_content .nkt_nav ul li {
    position: relative;
    float: left;
    font-size: 16px;
    margin-right: 50px;
    color: #333;
    cursor: pointer;
}

.nkt_footer .nkt_container .nkt_content .nkt_nav ul .nkt_active {
    position: relative;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.nkt_footer .nkt_container .nkt_content .nkt_nav ul .nkt_active::after {
    position: absolute;
    bottom: -16px;
    left: 25%;
    content: '';
    display: block;
    width: 32px;
    border: 2px solid #2c9e66;
}

.nkt_footer .nkt_container .nkt_content .nkt_nav ul li:nth-child(3) .nkt_total {
    position: absolute;
    top: -6px;
    right: -32px;
    font-size: 10px;
    color: #fda03e;
}

.nkt_footer .nkt_container .nkt_content .nkt_info {
    margin-top: 60px;
    font-size: 16px;
    color: #555;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_bid h6 {
    font-size: 16px;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_bid p {
    line-height: 28px;
}
.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_bid p a{
    color: #555 !important;
    text-decoration: unset !important;
}
.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_bid p img{
    width: 100%;
}

/* 目录 */

.nkt_content .nkt_info .nkt_catalogue {
    width: 100%;
    display: none;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_catalogue ul li {
    font-size: 18px;
    color: #333;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_catalogue ul li .nkt_title {
    display: flex;
    justify-content: space-between;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #eee;
    cursor: pointer;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_catalogue ul li>ul li {
    padding: 20px 8px 12px 8px;
    color: #808080;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
}
.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_catalogue ul li>ul li span a{
    color: #808080;
}
.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_catalogue ul li>ul li span i {
    display: inline-block;
    width: 60px;
    height: 18px;
    /*font-size: 13px;*/
    /*padding: 1px 5px;*/
    line-height: 18px;
    background: #fd9a22;
    font-style: normal;
    text-align: center;
    color: #fff;
    border-radius: 3px;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_catalogue ul li>ul li button {
    width: 85px;
    height: 28px;
    border-radius: 25px;
    border: unset;
    background-color: #fd9a22;
    color: #fff;
    font-size: 12px;
    line-height: 28px;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_catalogue ul li>ul li button .iconfont {
    font-size: 12px;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_catalogue ul li>ul {
    display: none;
}


/* 讨论留言 */

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_messages {
    flex: 1;
    display: none;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_messages ul li {
    padding: 15px 0;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_messages ul li .nkt_usermsg {
    display: flex;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_messages ul li .nkt_usermsg img {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    margin-right: 13px;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_messages ul li .nkt_usermsg .nkt_count {
    flex: 1;
    font-size: 12px;
    color: #a9a9a9;
    padding-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_messages ul li .nkt_usermsg .nkt_count .nkt_star {
    margin-left: 25px;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_messages ul li .nkt_usermsg .nkt_count .nkt_star .iconfont {
    font-size: 14px;
    margin-right: 5px;
    color: #f9bb51;
}
.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_messages ul li .nkt_usermsg .nkt_count .nkt_star .icon-shoucang{
    font-size: 15px;
    color: #a9a9a9;
}
.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_messages ul li .nkt_usermsg .nkt_count .nkt_countInfo {
    font-size: 16px;
    color: #333;
    margin: 19px 0;
}

.nkt_footer .nkt_container .nkt_content .nkt_info .nkt_messages ul li .nkt_usermsg .nkt_time {
    width: 100%;
    display: flex;
    justify-content: space-between;
}


/* 播放器配置 */

.prism-player .nkt_prism-volume {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prism-player .nkt_prism-volume .nkt_volume-icon {
    width: 20px;
    height: 20px;
    background: url(../images/yl.png);
    background-size: cover;
}

.prism-player .nkt_prism-volume .nkt_volume-icon .nkt_short-horizontal,
.prism-player .nkt_prism-volume .nkt_volume-icon .nkt_long-horizontal {
    background-color: rgba(0, 0, 0, 0);
}

.prism-player .nkt_prism-controlbar .nkt_prism-setting-btn {
    width: 20px;
    height: 20px;
    background: url(../images/sz.png);
    background-size: cover;
}

.quality-components {
    display: flex;
    justify-content: center;
    align-items: center;
}

.prism-player .nkt_prism-fullscreen-btn {
    width: 20px;
    height: 20px;
    background: url(../images/qp.png) no-repeat;
    background-size: cover;
}

.nkt_videoModel .nkt_nextplay {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../images/bf.png);
}


/* 评论 */

.nkt_footer .nkt_content .nkt_pinlun {
    padding: 30px 30px 40px;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 8px;
}

.nkt_footer .nkt_content .nkt_pinlun .nkt_pinlun_title {
    margin-bottom: 15px;
}

.nkt_footer .nkt_content .nkt_pinlun .nkt_pinlun_title .pinlun {
    font-size: 18px;
    color: #333333;
    margin-right: 8px;
}

.nkt_footer .nkt_content .nkt_pinlun .nkt_pinlun_title .nkt_statement {
    font-size: 12px;
    color: #a1a1a1;
}

.nkt_footer .nkt_content .nkt_pinlun textarea {
    width: 100%;
    height: 138px;
    resize: none;
    outline: none;
    margin-bottom: 5px;
    border: 1px solid #d7d7d7;
    padding: 5px;
}

.nkt_footer .nkt_content .nkt_pinlun .nkt_pinlun_tool .nkt_pinlun_pinfen .nkt_pingfen {
    font-size: 12px;
    color: #999999;
}

.nkt_footer .nkt_content .nkt_pinlun .nkt_pinlun_tool .nkt_pinlun_pinfen .nkt_star {
    margin: 0 15px;
}

.nkt_footer .nkt_content .nkt_pinlun .nkt_pinlun_tool .nkt_pinlun_pinfen .nkt_star .icon-shoucang2 {
    font-size: 17px;
    color: #f9bb51;
}

.nkt_footer .nkt_content .nkt_pinlun .nkt_pinlun_tool .nkt_pinlun_pinfen .nkt_rank {
    color: #333333;
    font-size: 12px;
}

.nkt_footer .nkt_content .nkt_pinlun .nkt_pinlun_tool .nkt_pinlun_Btn {
    width: 100px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-image: linear-gradient(90deg, #248d71, #2ea065);
    color: #fff;
    border-radius: 3px;
    border: none;
    outline: none;
}

.nkt_footer .nkt_content .nkt_pinlun .nkt_pinlun_tool {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.nkt_tixing {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.6);
}

.nkt_tixing .nkt_erweima {
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    /*width: 202px;*/
    padding: 55px 60px 40px;
    background-color: #fff;
    border-radius: 8px;
    text-align: center;
}

.nkt_tixing .nkt_erweima img {
    width: 202px;
    height: 202px;
    margin-bottom: 25px;
}

.nkt_tixing .nkt_erweima p {
    font-size: 16px;
    color: #333333;
}

.nkt_tixing .nkt_erweima i {
    position: absolute;
    top: 12px;
    right: 12px;
    color: #d4d4d4;
    cursor: pointer;
}

.b_catalogueTitle {
    width: 5px;
    height: 15px;
    margin-right: 6px;
    background: -webkit-linear-gradient(left, #2ea065, #248d71);
    border-radius: 10px;
    display: inline-block;
    align-items: initial;
}

/*show.css*/
.vip-join {
    color: #00c1de;
}

.title {
    margin-top: 3%;
    text-align: center;
}

.vip_limit_content {
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.vip_limit_content .title {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    width: 100%;
}

.vip_limit_button_box {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.vip_limit_btn {
    display: inline-block;
    min-width: 100px;
    position: relative;
    background: #f60;
    padding: 0 35px;
    margin: 0px 5px 20px 5px;
    border-radius: 38px;
    font-size: 18px;
    line-height: 38px;
    color: #623A0C;
    text-align: center;
    background-image: linear-gradient(-135deg, #FBE8A8 0%, #F8E7AC 15%, #E2C078 100%);
    cursor: pointer;
}

.vip_limit_close {
    text-align: center;
}

.vip_limit_close span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    background: rgba(165, 165, 165, 0.54);
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
}

.ui-ico-time .addtimes, .ui-ico-play #hits {
    margin-left: 20px;
}

.prism-big-play-btn {
    position: absolute !important;
    left: 50% !important;
    top: 50%;
    transform: translate(-50%, -50%);
}

.preview-component-tip {
    z-index: 999 !important;
}

.prism-tooltip {
    width: auto !important;
}

.ui-toast {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%,-50%);
    padding: 5px 10px;
    background: rgba(0,0,0,0.8);
    color: #fff;
    border-radius: 5px;
}

.nktCatalog {
    width: 100%;
    height: 100px;
    font-size: 19px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.botParent .botKcmlAct {
    color: #249071;
}

.duration,.time-bound {
    color: #fff;
}

.prism-setting-btn, .prism-volume {
    margin-right: 15px !important;
}

.rate-components .current-rate {
    width: 60px;
}

.prism-tooltip {
    font-size: 11px !important;
    width: auto !important;
    color: #fff !important;
}

.prism-progress {
    background: rgba(70, 70, 70, 0.5) !important;
    height: 3px !important;
}

.prism-progress-loaded {
    background: #c5c6c2 !important;
}

.prism-progress-played {
    background-color: #e97707 !important;
}

.prism-progress-hover {
    height: 4px !important;
}

.prism-progress-cursor {
    top: -6px !important;
}

.prism-player .prism-liveshift-progress .cursor-hover, .prism-player .prism-progress .cursor-hover {
    top: -7px !important;
}

.prism-player .prism-time-display {
    height: 36px;
    line-height: 36px;
}

#player-con1 {
    width: 100%;
    height: 500px;
    overflow: hidden;
}

#player-con1 img {
    width: 100%;
}

.vdoNotStart {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
    padding: 6px 0px;
    background: rgba(208, 107, 67, 0.9);
    color: #FCF690;
    font-size: 19px;
    font-family: '思源黑体';
    text-align: center;
}

/*暂停按钮*/
.prism-player .prism-play-btn {
    margin-top: 14px !important;
    width: 18px;
    height: 18px;
    background: url(https://gtimg.in-en.com/video_course/images/smallpause.png) no-repeat;
    background-size: contain;
}

/*播放*/
.prism-player .prism-play-btn.playing {
    margin-top: 14px !important;
    width: 18px;
    height: 18px;
    background: url(https://gtimg.in-en.com/video_course/images/smallplay.png) no-repeat;
    background-size: contain
}

/*全屏*/
.prism-player .prism-fullscreen-btn {
    margin-top: 13px !important;
    width: 20px;
    height: 20px;
    background: url(https://gtimg.in-en.com/video_course/images/fullscreen.png) no-repeat;
    background-size: contain;
}

/*设置*/
.prism-player .prism-setting-btn {
    margin-top: 12px !important;
    width: 22px;
    height: 22px;
    background: url(https://gtimg.in-en.com/video_course/images/setting.png) center no-repeat;
    background-size: contain;
}

/*声音*/
.prism-player .prism-volume {
    margin-top: 13.5px !important;
}

.prism-player .prism-volume .volume-icon {
    width: 19px;
    height: 19px;
    background: url(https://gtimg.in-en.com/video_course/images/volume.png) no-repeat -1px;
    background-size: contain;
}

.prism-player .prism-volume .mute {
    width: 23px;
    height: 24px;
    background: url(https://gtimg.in-en.com/video_course/images/mute1.png) no-repeat 2px;
    background-size: contain;
    margin-top: -2px;
}

.prism-player .prism-volume .volume-icon .short-horizontal, .prism-player .prism-volume .volume-icon .long-horizontal {
    display: none;
}

/*tan chuang biao dan xin xi*/
.nkt_tixingBox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.6);
}

.makeFormBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    padding: 30px;
    background-color: #fff;
    border-radius: 8px;
}

.makeFormBox h3 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 17px;
    font-weight: bold;
}

.makeFormBox h3 i {
    color: #999999;
    cursor: pointer;
}

.makeFormCon {
    width: 100%;
    margin-top: 30px;
}

.basicText {
    width: 100%;
}

.basicText ul {
    width: 100%;
    margin-bottom: 25px;
}

.basicText ul li {
    width: 100%;
    display: flex;
    align-items: center;
}

.basicText ul li p {
    width: 62px;
    font-size: 16px;
    color: #333;
}

.basicText ul:last-child li {
    flex-wrap: wrap;
}

.basicText ul:last-child li p {
    width: 100%;
    margin-bottom: 8px;
}

.basicText ul li p i {
    color: red;
    margin-left: 3px;
}

.basicText ul li input, .basicText ul li select, .basicText ul li textarea {
    width: 82%;
    padding: 6px 12px;
    background: #f2f6f7;
    border-radius: 2px;
    font-weight: 400;
    font-size: 15px;
    color: #333333;
    border: 1px solid transparent;
    outline: none;
}

.basicText ul li input:focus, .basicText ul li select:focus, .basicText ul li textarea:focus {
    border: 1px solid #333;
}

.basicText ul:last-child li textarea {
    width: 100%;
    height: 150px;
}

.basicText ul span {
    display: inline-block;
    margin-left: 60px;
    margin-top: 3px;
}

.submitBtn {
    width: 150px;
    height: 40px;
    margin: 30px auto 0 auto;
    background: #248e71;
    border-radius: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border: 1px solid #248e71;
}

.submitBtn:hover {
    background: transparent;
    border: 1px solid #248e71;
    color: #248e71;
}
 /*font.css*/
@font-face {
    font-family: "iconfont"; /* Project id 3690431 */
    src: url('//at.alicdn.com/t/c/font_3690431_j4rlir3a4z.woff2?t=1666700741896') format('woff2'),
    url('//at.alicdn.com/t/c/font_3690431_j4rlir3a4z.woff?t=1666700741896') format('woff'),
    url('//at.alicdn.com/t/c/font_3690431_j4rlir3a4z.ttf?t=1666700741896') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-guanbi:before {
    content: "\eb6a";
}

.icon-weixinmendian:before {
    content: "\e667";
}

.icon-QQkongjian:before {
    content: "\e666";
}

.icon-weibo1:before {
    content: "\e668";
}

.icon-QQ1:before {
    content: "\e669";
}

.icon-shejiaotubiao-02:before {
    content: "\e641";
}

.icon-youyinpin:before {
    content: "\e649";
}

.icon-arrow-right-filling:before {
    content: "\e688";
}

.icon-arrow-up-bold:before {
    content: "\e686";
}

.icon-arrow-down-bold:before {
    content: "\e687";
}

.icon-shoucang2:before {
    content: "\e602";
}

.icon-dianzan_kuai:before {
    content: "\ec8c";
}

.icon-good:before {
    content: "\e62a";
}

.icon-shoucang:before {
    content: "\e601";
}

.icon-shoucang1:before {
    content: "\e86d";
}

.icon-arrow-left-bold:before {
    content: "\e685";
}

.icon-jiazai:before {
    content: "\e61c";
}

.icon-arrow-right:before {
    content: "\e665";
}

.icon-QQlianxiqie:before {
    content: "\e608";
}

.icon-dizhi:before {
    content: "\e652";
}

/*snec/index.css*/
@charset "utf-8";

/*reset start*/

html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}

html,body,form,fieldset,p,div,h1,h2,h3,h4,h5,h6{-webkit-text-size-adjust:none}

html{font-size:16px}

body{font-family:"微软雅黑",arial,sans-serif;}

header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}

table{border-collapse:collapse;border-spacing:0;}

caption,th{text-align:left;font-weight:normal;}

html,body,fieldset,img,iframe,abbr{border:0;}

i,cite,em,var,address,dfn{font-style:normal;}

[hidefocus],summary{outline:0;}

li{list-style:none;}

h1,h2,h3,h4,h5,h6,small{font-size:100%;font-style: normal;font-weight: normal;}

sup,sub{font-size:83%;}

pre,code,kbd,samp{font-family:inherit;}

q:before,q:after{content:none;}

textarea{overflow:auto;resize:none;}

label,summary{cursor:default;}

a,button{cursor:pointer;}

del,ins,u,s,a,a:hover{text-decoration:none;}

body,textarea,input,button,select,keygen,legend{color:#333;outline:0;}

body *{-webkit-tap-highlight-color:rgba(0,0,0,0);tap-highlight-color:rgba(0,0,0,0)}

.clearfix:after{content:".";display:block;overflow:hidden;height:0;clear:both;visibility:hidden;}

* html .clearfix{height:1%;}

input,textarea,select{outline: none;/* -webkit-appearance:none;*/}

.clearOver{overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}

.content94{width:94%; margin:0 auto;}

.banner img{width:100%;display: block;}

/*导航*/

.nav2{/* background-color: #a94300; */line-height: 40px;overflow:hidden;padding: 0px 10px;}

.nav2 a{color: #333;display:inline-block;width: 18.96%;text-align:center;font-size: 15px;margin: 0;padding: 0;background: #eee;float: left;border-radius: 4px;margin: 10px 1.3% 0 0;}

.nav2 a:nth-child(5){margin-right: 0;}

.nav2 a.on{font-weight:bold;background: #ff8e3c;color: #fff;}

.search{width:94%;border:1px solid #dddddd;height: 50px;line-height: 50px;margin: 15px auto;border-radius: 25px;font-size: 14px;}

.search input{background: url("https://img.in-en.com/resfile/snec/2021/search_icon.jpg") no-repeat 10px center;background-size:20px;border:none;width:72%;padding-left: 4%;line-height: 50px;font-size: 14px;}

.search button{width: 14%;background: #ff5b1b;border-radius: 25px;height: 52px;line-height: 52px;color:#fff;font-size: 16px;border:none;float: right;margin-top: -1px;display: block;margin-bottom: 0;}

.nav{width:94%;margin: 0 auto 10px;}

.nav a{width:15%;height: 32px;line-height: 32px;border:1px solid #ddd;border-radius: 3px;display: inline-block;text-align: center;margin-right: 1%;color:#333;margin-bottom: 10px;font-size: 14px;}

.nav a:nth-child(6),.nav a:nth-child(12){margin-right: 0;}

.nav a:hover,.nav a.on{background: #ff5b1b; color:#fff; border: 1px solid #ff5b1b;}

.tjqy img{width:100%;}

.position,.companyList,.company{width: 95%;margin: 0 auto;}

.position{margin-bottom: 20px;font-size: 14px;color: #999;}

.page{text-align: center;}

.page a{height: 50px; padding: 0 30px; line-height: 50px;  font-size: 18px; color:#f60; margin: 50px auto; border:1px solid #e8e8e8; border-radius: 5px; display: inline-block; text-align: center;}

.page a:hover{background: #f60; color:#fff;}

.page a.gray{display: none; }

.companyList li{padding: 20px 30px;overflow: hidden;}

.companyList li:nth-child(2n){background: #f7f7f7;}

.companyList li h3{font-size: 16px; margin-bottom: 10px;}

.companyList li a{color:#333;}

.companyList li a em{color: #737373;font-size: 14px;font-weight: bold;}

.companyList li a span{padding-right: 2px;color: #999;/* font-size: 12px; */}

.companyList li a span:nth-child(2){padding-right:0;}

.companyList li:hover{background-color: #e8e8e8;}

.company{text-align: center;}

.company h3{font-weight: 700;font-size: 18px;margin-bottom: 15px;/* text-align: left; */}

.company span{padding-right: 30px;}

.company em{color:#f60;}

/*展位认领*/

.companyList li p{height: 30px;line-height: 30px;font-size: 14px;}

.companyList li a.zwrlBtn{float: right;font-size: 14px;background-color: #f60;color:#fff;padding: 0 10px;border-top-left-radius: 30px;border-bottom-left-radius: 30px;line-height: 29px;}

/*推荐企业*/

.tjqy{width:94%; margin:0 auto;}

.tjqy h3{margin-bottom:20px;}

.tjqy ul li{width: 31.3%;margin-right: 3%;text-align: center;float: left;margin-bottom: 20px;}

.tjqy ul li .logoImg{border:1px solid #ddd; padding: 5px; display: block; margin-bottom:3px;}

.tjqy ul li .logoImg img{width:100%;}

.tjqy ul li a{color:#333;}

.tjqy ul li p{font-weight:700; color:#ff5b1b;}

.tjqy ul li:nth-child(3n){margin-right: 0;}

/*登录页面*/

.info{text-align: center; font-size: 22px; font-weight: 700; margin: 20px 0 30px;}

.user_login{width:70%; margin: 0 auto;}

.user_login ul li span{width: 21%;display: inline-block;text-align: right;}

.user_login input{width:69%;border: none;border:1px solid #e8e8e8;line-height: 38px;border-radius: 3px;margin-bottom: 19px;padding-left: 1%;}

.btn{text-align: center; margin:30px auto 100px;}

.btn input,.btn a{background: #f60;display: inline-block;margin: 20px auto 0;color: #fff;font-size: 18px;line-height: 37px;width: 114px;text-align: center;}

.user_reg{text-align: center;line-height: 30px;}

.btn a{background-color: #bbbbbb;}

/*认证资料*/

.rzzl h2{font-size: 22px; font-weight: 700; border-left:5px solid #f60; padding-left: 15px; margin-bottom: 30px; margin-top: 20px; line-height: 22px;}

.rzzl .name{margin-bottom: 20px;}

.rzzl .name span{display: inline-block;width: 130px;text-align: right;line-height: 40px;}

.rzzl .name input{border:none; background: #f3f3f3; width:70%; height: 40px; line-height: 40px; border-radius: 3px; padding-left: 10px; font-size: 16px;}

.upload{overflow: hidden}

.upload span{float: left;}

.upload #drop_area{float: left;}

.tjBtn{width:150px; line-height: 40px; background: #f60; border:none; display: block; margin: 0 auto 100px;color:#fff; font-size: 16px; border-radius: 3px;}



/*上传图片*/

#Dtop{background-color: #fff;text-align: center;}

.dhead{/* background-color:#e88f00; */line-height:34px;/* color:#fff; */margin-bottom: 15px;padding-bottom: 10px;border-bottom: 1px solid #e8e8e8;font-size: 16px;}

#upthumb{padding:20px 0;width: 80%;}

.btn-b,#Dtop .btn{background-color: #ff9d00;border:none;padding: 5px 16px;color:#fff;font-size: 14px;margin-bottom: 7px;margin-top: 0px;width: 127px;/* height: 30px !important; */line-height: 29px;border-radius: 3px;font-size: 16px;}

.zwrl{position: relative;}

#Dtop .btn{background-color:#ffffff; border:1px solid #d4d4d4; color:#666}

.zwrlBtn{position: fixed; right: 441px; bottom:20%; background-color: #f60; color:#fff; display: block; border-bottom-left-radius: 20px; border-top-left-radius: 20px; width:100px; height: 30px; text-align: center; line-height: 30px;}

/* 详情 */

.logo img{max-width:200px;width: auto;height: 60px;border:1px solid #e8e8e8;padding:5px 10px;margin-bottom: 10px;}

.xxImg{width:70%; margin:0 auto; border:1px solid #e8e8e8; margin-top:20px;}

.xxImg img{width:100%}

.jj,.news{padding-top:20px;text-align:left;line-height: 28px;width: 96%;margin: 0 auto;font-size: 15px;padding-bottom: 20px;border-bottom: 10px solid #f8f8f8;/* margin-bottom: 20px; */}

.news{border-bottom:0;}

.jj p{width:100%}

.jj p img{width:100%;display: inherit;}

.news a{color:#777;}

.news li{border-bottom:1px solid #e0e0e0; padding:5px;}

.pro ul{overflow:hidden;}

.pro li{width:21%; float:left; padding:0; margin:0 1.2% 10px; border:1px solid #efefef; padding:5px; text-align:center;}

.pro li img{width:100%;}

/* 新闻详情 */

.articleTitle{padding-bottom:10px;border-bottom: 1px solid #eaeaea;margin-bottom:30px;}

.articleTitle h1{font-size:20px; font-weight:700;margin-bottom:20px;}

.articleTitle p{color:#999;}

.article p{line-height:28px; margin-bottom:15px;}

.article img{margin:0 auto 10px;display:block;max-width: 100%;}

/* 产品详情 */

.album{width: 27%;margin-right:20px; float:left;}

.proTitle h2{font-size:20px; font-weight:700; margin-bottom:10px; margin-top:30px;}

.proTitle {padding-bottom:10px;border-bottom:1px solid #e8e8e8;margin-bottom:20px;width: 100%;}

.contact li{border:none; width:auto; padding-right:30px; margin:0;}

.contact{margin-bottom:20px;}

.pro{float: left;}

.pro2 h3,.pro3 h3{font-weight:600; margin-bottom:5px;}

.pro1 h3{margin-bottom:10px; font-size:20px; font-weight:700;}

.btnfix{position: fixed;z-index: 9;right: 20px;bottom: 80px;width: 45px;}

.hb a{display: block;background: #f60;color:#fff;width: 200px;line-height: 34px;margin: 10px auto 0;font-size: 16px;}

.tan{position: fixed;top:0;left:0;z-index: 99;background: rgba(0,0,0,.8);width:100%;height: 100%;color: #fff;}

.logoImg{float:left;width: 14%;margin-right: 10px;max-height: 55px;}

.logoImg img{width:100%;height: 100%;display: block;max-width:98%;max-height:85px;}



.right{float:left;width: 67%;}

.tan .name{padding: 20px 10px;}

.tan .name{height: 100%;text-align: center;}

.tan .name img{height:70%; margin: 0 auto;}

/*.tan .jt{width: 200px;line-height: 34px;background-color: #c50606;display: block;margin: 20px auto 10px;font-size: 16px;}*/

#Dtop{width: 300px !important;left: 50% !important;border-radius: 5px;padding: 18px;/* font-size: 16px; */margin-left: -168px;}

.dbox label{font-size:16px;}

.dbox img{width:100%;}

.close{position: absolute;z-index: 100000;right: 24px;top: 15px;width: 30px; cursor: pointer;}

.close img{width: 100%;}

.shareList ul{width:96%; margin:0 auto; line-height:50px;}

.shareList ul li{padding: 15px 20px;overflow: hidden;border-bottom: 1px solid #f1f1f1;}

.shareList ul li img{width:50px; height: 50px; border-radius: 50%; float: left; margin-right:10px;}

.shareList ul li i{float: right;font-size: 14px;color: #999;}

.shareList ul li i em{color:#f60;}

.btn5{position: absolute;bottom:0;left:0;background-color: #fff;width:100%;height: 75px;/* padding: 10px 0; */font-size: 16px;}

.btn5 div{float: left;width:25%;height: 100%;color: #333;border-right:1px solid #e8e8e8;box-sizing: border-box;}

.btn5 div img{height: 100%; width:auto;}

.btn5 div.on{border:2px solid #f60;}

.btn5 div.btn5-1 img{width: 36px;display:block;height: auto;margin: 5px auto;}

.btn5 div.btn5-1{font-size:12px;}

/*知名展商*/

.zm{margin-bottom: 30px;}

.zm h3,.companyList h2{margin-bottom: 20px;border-left:5px solid #f60;padding-left: 10px;width: 94%;/* margin-left: 3%; */}

.zm h3{margin-left:2%}

.zm ul{overflow: hidden;padding-left: 3%;}

.zm ul li{width:30%; float: left; margin-right: 2%; border: 1px solid #e8e8e8; margin-bottom: 8px;padding: 5px;box-sizing: border-box;height:auto;}

.zm ul li img{width: 100%;height: auto;margin: 0 auto;display:block;}



.sm{width:94%; margin: 0 auto 60px;}

.sm h4{text-align: center; font-size: 20px; font-weight: 700; margin-bottom: 20px;}

.sm p{line-height: 33px;margin-bottom: 15px;}

.lc{border:2px dashed #e8e8e8; border-radius: 10px; padding: 15px;}

.lc a{color:#f60; text-decoration: underline;}

.cyhd{display:block; background:#f60; width:200px; line-height:30px; text-align:center; color:#fff; margin:0 auto 30px;}

.ewm{width: 250px;background-color: #fff;border-radius: 15px;position: fixed;top: 32%;left: 50%;margin-left: -125px;text-align: center;padding: 15px 0 10px;}

.ewmBox{background-color: rgba(0,0,0,.5);width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 99;}

.ewm p:nth-child(1){font-size: 16px; font-weight: 700; margin-bottom: 15px;}

.ewm p{font-size:14px;}

.ewm span{width:100%;padding-top:10px;display:block;border-top:1px solid #e8e8e8;margin-top:15px;font-size: 14px; cursor: pointer;}

.ewm img{width:100px}

@media all and (max-width: 768px) {

    .search{height: 38px;line-height: 38px;font-size: 14px;}

    .search input{width: 50%;height: 40px;padding-left: 11%;line-height: 40px;background: none;padding-left: 0;}

    .search button{width: 23%;height: 40px;line-height: 40px;margin-bottom: 0;}

    .nav a{width: 14%;margin-right: 1%;font-size: 14px;}

    .nav a:last-child{margin-right:0;}

    .tjqy ul li{width: 46%;margin-right: 7%;text-align: center;float: left;margin-bottom: 20px;}

    .tjqy ul li:nth-child(3n){margin-right: 7%;}

    .tjqy ul li:nth-child(2n){margin-right: 0;}

    .user_login ul li span{width:26%;}

    .user_login .btn a{background:#c3c3c3;}

    .info{font-size: 20px; margin-bottom: 20px;}

    .rzzl .name span{width: 120px;font-size:15px;display: block;text-align: left;margin-left: 20px;}

    .rzzl .name input,.rzzl .name textarea{width: 90%;margin: 0 auto;display: block;}

    .rzzl .name{margin-bottom:10px;}

    .rzzl .name i{float: right; font-size: 15px; padding-top: 5px; padding-right: 4%;}

    .companyList li{padding: 16px 0 16px 10px;}

    #Dtop{width: 80% !important;/* left: 8% !important; */border-radius: 5px;padding: 18px;/* font-size: 16px; */}

    .dbox label{font-size:16px;}

    .dbox img{width:100%;}

    .zwrlBtn{right: 0; width:78px;}

    .zwh span{display: inline-block;width: 40%;padding: 0;float: left;text-align: left;font-size:15px;color:#666;padding-left: 4%;}

    .zwh{overflow:hidden;border-bottom: 10px solid #f8f8f8;padding-bottom: 10px;}

    .pro li{width:44%; float:left; padding:0; margin:0 1.2% 10px; border:1px solid #efefef; padding:5px;}

    .album{width: 90%;margin:0 auto 20px;/* display:block; */text-align: center;float: none;}

    .album img{margin:0 auto;display:block;max-width: 100%;}

    .pro{float: none; width:90%; margin: 0 auto;}

    .pro1{width:90%; margin:0 auto}

    .pro1 table{/* width:100% !important; */}

    .tan .name{padding: 30px 10px 20px;}

    .tan .name img{height: 79%;/* height: auto; */margin: 0 auto;}

    /*.tan .jt{width: 200px;line-height: 34px;background-color: #c50606;display: block;margin: 20px auto 10px;font-size: 16px;}*/









}
