input[type="text"] {
    height: 36px;
    line-height: inherit;
}

.header {
    height: 190px;
    width: 100%;
    background: #fff;
    background-size: cover;
}

.edit_icon {
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: -55px;
    font-size: 12px;
    color: #0098e8;
}

.edit_icon i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.edit_icon:hover {
    color: #107ace;
}

.card-edit-intro {
    height: 100px;
}

.main_hd {
    background: #fff;
    border: 1px solid #eaeaea;
    padding: 0 20px 0;
    box-sizing: border-box;
}

.hd_error,
.hd_intrerror {
    margin-top: 10px;
    margin-left: 10px;
    display: none;
}

.hd_intrerror {
    margin-top: 60px;
}

.main_hd .logo_img {
    width: 100%;
    height: 100%;
}

.main_hd input {
    height: 36px;
    width: 250px;
    border: 1px solid #ccc;
    padding: 4px 6px;
    border-radius: 4px;
    outline: none;
}

.main_hd .isedit,
.main_hd .noedit {
    min-height: 90px;
    position: relative;
}

.main_hd .edit_box {
    margin-left: 20px;
    height: 100px;
}

.main_hd .edit_box .noedit .title {
    font-size: 20px;
    font-weight: 700;
    max-width: 615px;
}

.main_hd .edit_box .noedit .intro {
    font-size: 15px;
    max-width: 615px;
}

.main_hd .hd_deit_save {
    text-align: right;
    margin-top: 15px;
}

.main_hd .title span,
.main_hd .intro span {
    width: 90px;
    display: inline-block;
    font-size: 15px;
}

.main_hd .title {
    margin: 10px 0 10px;
}

.adds {
    color: #0098e8;
    font-size: 16px;
    cursor: pointer;
}

.card-main {
    margin: 20px 0 25px 0;
    overflow: hidden;
}

.main_box {
    padding: 20px 0 25px 0;
    overflow: hidden;
}

.main_left {
    width: 700px;
}

.main_right {
    width: 200px;
}

.main_left .tabs {
    height: 50px;
    line-height: 50px;
    border: 1px solid #eaeaea;
    padding-left: 20px;
    font-size: 16px;
    color: #333;
    background: #fff;
}

.tabs span {
    margin-right: 35px;
    display: inline-block;
    cursor: pointer;
}

.blue_b {
    color: #0098e8;
    border-bottom: 2px solid #0098e8;
    font-weight: 700;
}

.company_model {
    min-height: 400px;
    background: #fff;
}

/*右边栏收藏*/
.company_right .collect_box,
.company_right .company_visitor {
    border: 1px solid #eaeaea;
    background: #fff;
    min-height: 100px;
    margin-bottom: 20px;
}

.collect_box .title,
.company_visitor .title,
.company_member .title {
    padding-left: 15px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 700;
}

.company_right .company_member {
    border: 1px solid #eaeaea;
    background: #fff;
    min-height: 100px;
    margin-bottom: 20px;
}

.memberlist .member-info {
    line-height: 20px;
}

.memberlist img,
.collect_list img,
.visitorlist img,
.collect-list img {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.collect-list {
    padding: 0 20px;
}

.visitorlist li a,
.memberlist li a,
.collect_box .collect_list li a,
.collect-list li a {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}

.c_name {
    font-size: 15px;
    color: #333;
}

.collect-info .c_name {
    color: #0098e8;
}

.c_intro {
    padding-top: 6px;
    font-size: 13px;
    color: #555;
}

.main_hd .yulan_box {
    width: 106px;
    height: 34px;
    border-radius: 3px;
    color: #fff;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    cursor: pointer;
    background: #0098e8;
    display: inline-block;
    vertical-align: middle;
}

.main_hd .yulan_box:hover {
    background: #107ace;
}

.none_data {
    margin-left: 15px;
    color: #555;
}


/*logo编辑*/
.logo_box {
    position: relative;
}

.logo_chezhao {
    position: absolute;
    width: 140px;
    height: 140px;
    background: rgba(0, 0, 0, .5);
    filter: progid:dximagetransform.microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
    top: -1px;
    left: -1px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    display: none;
    font-size: 12px;
    border-radius: 3px;
}

.logo_chezhao img {
    margin-top: 40px;
    margin-bottom: 10px;
}

.logo_chezhao div {
    margin-top: 5px;
}

#logo_file {
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
    width: 180px;
    height: 180px;
    cursor: pointer;
    opacity: 0;
}

.cover-wrap, .cover-wrap-bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1000;
    text-align: center;
}

.cover-wrap-box {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 500px;
    height: 450px;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background-color: #ffffff;
    overflow: hidden;
}

.logo-cover-wrap-box {
    width: 500px;
}

.bg-cover-wrap-box {
    width: 1080px;
}

#cliparea, #cliparea2 {
    margin: 10px;
    height: 350px;
}

.cliparea-btn {
    height: 56px;
    line-height: 36px;
    text-align: center;
    padding-top: 8px;
}

.add-member {
    margin: 20px 40px 0 0;
}

.icon-add-member {
    width: 24px;
    height: 24px;
    vertical-align: -6px;
    cursor: pointer;
}

.member-item .news-list .news-item {
    padding: 20px 0;
}

.news-list .news-item {
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
    overflow: hidden;
}

.new_zixun .news-item {
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
}

.publisher {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 6px;
    position: relative;
}

/*编辑企业快讯小窗*/
.publisher .viewicon {
    position: absolute;
    right: 10px;
    font-size: 26px;
    top: -18px;
    cursor: pointer;
}

/*.publisher .zixun_view_box {*/
/*    position: absolute;*/
/*    top: 20px;*/
/*    right: -15px;*/
/*    background-color: #fff;*/
/*    background-clip: padding-box;*/
/*    border-radius: 2px;*/
/*    transition: box-shadow 83ms;*/
/*    box-sizing: border-box;*/
/*    display: inline-block;*/
/*    max-height: 548px;*/
/*    z-index: 999;*/
/*    width: 260px;*/
/*    border: 1px solid rgba(0, 0, 0, .15);*/
/*    border-bottom: none;*/
/*    display: none;*/
/*}*/

/*.publisher .zixun_view_box:after {*/
/*    border-color: transparent;*/
/*    border-style: solid;*/
/*    border-width: 0 9px;*/
/*    border-bottom: 9px #fff solid;*/
/*    content: "";*/
/*    height: 0;*/
/*    width: 0;*/
/*    margin-left: -34px;*/
/*    top: -9px;*/
/*    position: absolute;*/
/*    right: 24px;*/
/*}*/

/*.publisher .zixun_view_box:before {*/
/*    position: absolute;*/
/*    border-color: transparent;*/
/*    border-style: solid;*/
/*    border-width: 0 10px;*/
/*    border-bottom: 10px rgba(0, 0, 0, .15) solid;*/
/*    content: "";*/
/*    height: 0;*/
/*    width: 0;*/
/*    margin-left: -35px;*/
/*    top: -10px;*/
/*    right: 23px;*/
/*}*/
.publisher .zixun_view_box{
    position: absolute;
    top: 18px;
    right: 4px;
    height: 40px;
    display: none;
    width: auto;
    padding: 0 10px;
    border-radius: 2px;
    z-index: 999;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .2);
    border: 1px solid #e0e0e9;
    background: #ffffff;
}
.zixun_view_box li{
    display: block;
    width: auto;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    cursor: pointer;
    float: left;
    line-height: 40px;
    padding: 0 10px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #666973;
}
/*.zixun_view_box a {*/
/*    color: #777;*/
/*    padding: 12px;*/
/*    display: block;*/
/*}*/

/*.zixun_view_box i {*/
/*    display: inline-block;*/
/*    margin: 0 15px 0 5px;*/
/*}*/

/*.zixun_view_box li {*/
/*    display: block;*/
/*    width: 100%;*/
/*    text-align: left;*/
/*    box-sizing: border-box;*/
/*    border-bottom: 1px solid rgba(0, 0, 0, .15);*/
/*    cursor: pointer;*/
/*    color: #666;*/
/*    font-size: 15px;*/
/*}*/

.zixun_view_box li:hover {
    /*background: #f3f6f8;*/
    color: #0098e8;
}

.publisher .com_logo {
    margin-right: 12px;
    width: 50px;
    height: 50px;
}

.publisher .publisher_t {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 700;
}
.publisher_t span{
    display: inline-block;
    max-width: 440px;
}
.publisher .publisher_time {
    padding-top: 6px;
    font-size: 13px;
    color: #999;
    font-weight: 400;
}

.flash-img {
    /*display: flex;*/
    margin-top: 10px;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
}

.flash-url {
    margin-top: 10px;
}

.flash-url a {
    display: -webkit-box;
    color: #333;
    font-size: 14px;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.siteurl {
    margin-left: 10px;
    color: #0867c5;
}

.showallnews {
    margin-left: 10px;
    color: #1b85d5;
    font-size: 12px;
    cursor: pointer;
}

.upnews-content {
    float: right;
    padding-left: 14px;
    margin-top: 14px;
    color: #1b85d5;
    font-size: 12px;
    text-align: right;
    cursor: pointer;
    background: url(/uploads/image/icompany/icon-stup.png) left center no-repeat;
}

.com-icon {
    background-image: url(/uploads/image/icompany/com-icon.png);
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.com-top {
    padding-right: 6px;
    width: 30px;
    height: 16px;
    background-position: -82px -16px;
}

.no-news {
    height: 300px;
    line-height: 300px;
    text-align: center;
    font-size: 16px;
    color: #666;
    background: #fff;
}

.img-box img {
    max-width: 100%;
    /*max-height: 280px;*/
}
.flash-img img{
    width: 100%;
}
.operate-box {
    margin-top: 16px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}

.operate-box a {
    color: #999;
    overflow: hidden;
}

.operate-box .like {
    margin-left: 20px;
    display: inline-block;
    padding-left: 20px;
    background:  no-repeat left center;
}
.operate-box .islike{
    background:  no-repeat left center;
    color: #0098e8;
}
.operate-box .news-comment {
    display: inline-block;
    padding-left: 20px;
    background:  no-repeat left center;
}
.operate-box .spread {
    background:  no-repeat left center;
    color: #0098e8;
}
.img-box {
    position: relative;
    display: inline-flex;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    /*width: 100%;*/
    /*height: 280px;*/
    width: 120px;
    /*height: 128px;*/
    border: 1px solid #e0e0e9;
    justify-content: center;
    align-items: center;
    background: #f9f9f9;
    box-sizing: border-box;
}

.zixun-text {
    position: relative;
    margin-top: 10px;
    max-width: 726px;
    line-height: 24px;
    font-size: 15px;
    color: #555;
    overflow: hidden;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
}

.cm-comment-box {
    position: relative;
    margin: 20px 0 35px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    background: #fff;
}

.clearfix:before {
    display: table;
    clear: both;
    content: "";
}

.icon, .zg-icon {
    display: inline-block;
    padding-right: 2px;
    width: 11px;
    height: 11px;
    vertical-align: -1px;
    background-image: url(/uploads/image/image/sprites-1.9.2.4c54885a.png);
    background-repeat: no-repeat;
}

.icon-spike {
    position: absolute;
    top: -8px;
    left: 23px;
    width: 13px;
    height: 8px;
    background-position: -200px -165px;
}

.zg-anchor-hidden {
    display: block;
    position: relative;
    top: -48px;
    width: 0;
    /*font: 0/0 a;*/
}

.zm-comment-list {
    padding: 0 12px;
}

.zm-item-comment:first-child {
    border-top: none;
}

.zm-item-comment {
    display: flex;
    padding-top: 16px;
    height: 100px;
    border-top: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.zm-item-comment .zm-item-img-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.company-img {
    padding: 1px;
    border: 1px solid #add6f1 !important;
    box-sizing: border-box;
}

.zm-comment-content-wrap {
    display: flex;
    flex-direction: column;
    justify-items: center;
    margin-left: 10px;
}

.zm-comment-content-wrap div {
    line-height: 24px;
}

.zm-comment-content {
    line-height: 18px;
    font-size: 14px;
    color: #555;
    outline: none;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
}

.zm-item-comment .zm-comment-ft, .needsfocus {
    color: #999;
    font-size: 12px;
}

.needsfocus {
    padding-left: 10px;
}

.zg-icon-comment-like, .zm-comment-op-link .zg-icon {
    margin-right: 5px;
    width: 11px;
    height: 11px;
    vertical-align: -1px;
}

.needsfocus:hover .zg-icon-comment-del {
    background-position: -236px -79px;
}

.zg-icon-comment-del {
    background-position: -236px -92px;
}

.cm-comment-form {
    padding: 15px;
}

.pj-replaycontent {
    padding: 6px 0 0 6px;
    width: 100%;
    line-height: 16px;
    font-size: 13px;
    color: #555;
    vertical-align: top;
    resize: none;
    border: 1px solid #e5e5e5;
    outline: none;
}

.cm-btn-box {
    display: flex;
    justify-content: flex-end;
    margin-top: 16px;
    align-items: center;
}

.zg-clear:before, .zg-clear:after {
    display: block;
    height: 0;
    content: "\0020";
    clear: both;
    visibility: hidden;
}

.flash-comment {
    float: right;
    width: 76px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    border-radius: 4px;
    background: #0098e8;
}

.flash-comment:hover {
    background: #107ace;
}

.tip-icon {
    width: 14px;
    height: 14px;
}

.item-msg-content {
    margin: 0 6px;
    font-size: 12px;
    color: red;
}

.zm-comment-hd a {
    color: #1b85d5;
}

.pager-center .pager {
    margin: 0;
}

.zhiding:hover, .needsfocus:hover {
    color: #0098e8;
}

.more-collected {
    display: flex;
    justify-content: center;
    height: 40px;
    align-items: center;
}

/*企业产品预览*/
.produce-list {
    overflow: hidden;
}

.company-product {
    overflow: hidden;
}

.product_yulan_img_box {
    margin-bottom: 0;
}

.product_yulan_item .product_t {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.product_yulan_title {
    color: #333;
    text-align: left;
    display: block;
    font-size: 16px;
    margin: 6px 0 3px;
    padding: 0 10px;
}

.product_yulan_intro {
    color: #555;
    padding: 0 10px;
    display: inline-block;
    height: 30px;
    line-height: 15px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-top: 8px;
    text-align: left;
}

.product_yulan_img {
    overflow: hidden;
    height: 200px;
}

.product_yulan_img li {
    width: 200px;
    height: 200px;
}
.product_yulan_img li:not(:first-child){
    display: none;
}
.product_yulan_img li img {
    border-radius: 3px;
    width: 100%;
    height: 100%;
}

.product_yulan_box {
    margin: 18px 21px 11px;
    float: left;
    width: 200px;
    position: relative;
    padding-bottom: 10px;
    height: 265px;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
    cursor: pointer;
}

/*.product_yulan_box:nth-child(3n){*/
/*margin-right: 0;*/
/*}*/
.product_yulan_box:hover .product_edit_icon {
    display: block;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.product_yulan_box:hover {
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.24);
}

/*.product_edit_icon img {*/
/*    width: 32px;*/
/*    height: 24px;*/
/*}*/

.product_edit_icon {
    position: absolute;
    cursor: pointer;
    color: #fff;
    width: 200px;
    height: 200px;
    background: rgba(0, 0, 0, .5);
    display: none;
    padding: 10px;
    box-sizing: border-box;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.product_edit_icon .icon-yyxiugai1 {
    width: 32px;
    height: 33px;
}

.product_edit_icon .fangdajing {
    margin: 67px auto 0 auto;
    display: block;
    text-align: center;
    width: 156px;
    height: 39px;
    background: rgba(0, 0, 0, .6);
    border-radius: 19px;
    border: 1px solid #ffffff;
    font-size: 16px;
    font-family: microsoftyahei;
    color: #ffffff;
    line-height: 37px;
}

.product_edit_icon .fangdajing img {
    margin-top: -3px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
}

.product_edit_icon .icon-shanchu:hover {
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.product_edit_icon .icon-yyxiugai1:hover {
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.product_edit_icon .fangdajing:hover {
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}


/*雷达营销*/
.leida-box {
    background: #fff;
}

.leida-time {
    font-size: 15px;
    color: #333;
}

.leida-time i {
    display: inline-block;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #1b85d5;
    vertical-align: -2px;
}

.leida-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.leida-item {
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 20px 0;
    padding-left: 40px;
}

.leida-item .leida-right {
    display: flex;
    align-items: center;
    margin-left: 30px;
    padding-left: 20px;
    height: 80px;
    width: 560px;
    font-size: 14px;
    color: #555;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

.leida-left div {
    padding-top: 6px;
    text-align: center;
}

.leida-right .leida-info {
    width: 460px;
    line-height: 20px;
}

.leida-username {
    height: 40px;
    line-height: 20px;
    width: 60px;
    color: #1b85d5;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.morebtn {
    color: #0098e8;
    display: inline-block;
    font-size: 13px;
    cursor: pointer;
    float: right;
}

.standup {
    color: #0098e8;
    font-size: 13px;
    cursor: pointer;
}

.standup span {
    vertical-align: middle;
    margin-left: 4px;
}

/*资讯编辑*/
.edit_zixun_box {
    display: none;
    margin-top: 20px;
}

.edit_zixun_box_right span {
    display: inline-block;
    width: 58px;
    line-height: 28px;
    font-size: 13px;
    border-radius: 3px;
    text-align: center;
    transition: all ease .3s;
    cursor: pointer;
}

.edit_zixun_cancel {
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    display: inline-block;
    color: #aeaeae;
    margin-right: 12px;
}

.edit_zixun_save {
    background: #0098e8;
    display: inline-block;
    color: #fff;
}

/*.edit_zixun_box .publish_content {*/
/*    padding: 0;*/
/*}*/

.zixun_zhezhao_box {
    position: relative;
}

.zixun_zhezhao {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #fff;
    opacity: 0.55;
    display: none;
}

.card-button a {
    display: inline-block;
    vertical-align: middle;
}

.btn-card {
    width: 106px;
    height: 34px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
}

.btn-card-visit {
    display: inline-block;
    width: 117px;
    height: 32px;
    margin-right: 15px;
    line-height: 30px;
    border-radius: 4px;
    color: #0098e8;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #0098e8;
    vertical-align: middle;
}

.no-url {
    opacity: 0.3;
    cursor: not-allowed;
}

.btn-card-visit img {
    width: 16px;
    height: 16px;
    margin-top: -2px;
}

.com-bg {
    width: 140px;
    height: 140px;
    border-radius: 3px;
    background: #fff;
    padding: 5px;
    margin-top: -80px;
    border: 1px solid #eaeaea;
}

.card-edit-intro .title {
    position: relative;
}

.company_list {
    width: 250px;
    position: absolute;
    top: 38px;
    background: #fff;
    z-index: 10;
    border: 1px solid #ccc;
    min-height: 300px;
    box-sizing: border-box;
    border-radius: 1px;
    cursor: pointer;
    height: 300px;
    overflow: auto;
    display: none;
    left: 94px;
}

.company_list li {
    height: 40px;
    line-height: 40px;
    color: #555;
    padding-left: 20px;
    cursor: pointer;
    max-width: 250px;
    overflow: hidden;
}

.company_list li:hover {
    background: #f5f5f5;
}

.com-left-nav {
    width: 160px;
    min-height: 380px;
    margin-right: 10px;
    background: #ffffff;
    box-sizing: border-box;
}

.add-module {
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: microsoftyahei;
    color: #333333;
    cursor: pointer;
}

.add-module-img {
    transform: rotate(45deg);
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.module-item {
    position: relative;
    width: 160px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 14px;
    font-family: microsoftyahei;
    border-top: 1px solid #eeeeee;
    color: #666973;
    background: #fff;
    cursor: pointer;
}

.module-item.selected {
    font-family: microsoftyahei-bold, microsoftyahei;
    font-weight: bold;
    color: #333333;
    background: #e0e0e9;
}
.module-item span{
    display: inline-block;
    width: 110px;
    word-break: break-all;
    overflow: hidden;
}
.module-item:hover .arrow {
    display: flex;
}

.arrow {
    position: absolute;
    display: none;
    flex-direction: column;
    right: 10px;
    top: 0;
    height: 100%;
    justify-content: center;
}

.to-up {
    margin-bottom: 6px;
    color: #a4a9b5;
    cursor: pointer;
}

.to-down {
    color: #a4a9b5;
    cursor: pointer;
}

.to-up:hover,
.to-down:hover {
    color: #0099e8;
}

.product_yulan_box {
    width: 214px;
    height: 288px;
    padding: 10px 8px;
    background: #f5f6f9;
    margin: 0 9px 20px 0;
    box-sizing: border-box;
}

.product_yulan_box:nth-of-type(3n) {
    margin: 0;
}

.product_yulan_title {
    height: 19px;
    font-size: 14px;
    font-family: microsoftyahei;
    color: #333333;
}

.product_yulan_intro {
    height: 35px;
    font-size: 12px;
    font-family: microsoftyahei;
    color: #333333;
    line-height: 16px;
}
.other-list{
    padding-top: 10px;
}

/*右侧数据*/
.data-wrap {
    width: 200px;
    height: 452px;
    background: #ffffff;
}

.data-title {
    padding: 15px 0 0 20px;
    font-size: 16px;
    font-family: microsoftyahei-bold, microsoftyahei;
    font-weight: bold;
    color: #333333;
    line-height: 21px;
}

.data-tip {
    margin-top: 4px;
    padding-left: 20px;
    height: 19px;
    font-size: 14px;
    font-family: microsoftyahei;
    color: #333333;
    line-height: 19px;
}

.data-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 80px;
    padding: 0 16px 10px 20px;
    border-bottom: 1px solid #e0e0e9;
}

.data-num {
    height: 26px;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: microsoftyahei-bold, microsoftyahei;
    font-weight: bold;
    color: #0099e8;
    line-height: 26px;
}

.data-hd {
    height: 19px;
    font-size: 14px;
    font-family: microsoftyahei;
    color: #333333;
    line-height: 19px;
}

.data-person {
    position: relative;
    height: 21px;
    padding-left: 20px;
    margin-bottom: 23px;
    font-size: 16px;
    font-family: microsoftyahei;
    color: #00a459;
    line-height: 21px;
}

.data-person:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #00a459;
}

.data-down {
    color: #c41818;
}

.data-down:before {
    top: 8px;
    border-top-color: #c41818;
    border-bottom-color: transparent;
}

.company-hd .module-title {
    color: #0099e8 !important;
}

.company-hd .module-title img {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.video-detail {
    margin: 20px 0;
}
.video-detail .module-title{
    margin-bottom: 10px;
}
.video-poster {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 335px;
    height: 188px;
    border-radius: 8px;
    cursor: pointer;
    background: rgba(0,0,0,.2);
}
.video-poster img{
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
}
.video-poster:after {
    content: '';
    background: url(/uploads/image/icnew/poster.png);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
}
.poster-play {
    width: 100%;
    height: 100%;
}
.video-play-wrap{
    display: none;
}
#player-container-id{
    width: 100%;
    height: 300px;
}
.trash-video{
    display: none;
    position: absolute;
    left: 286px;
    width: 20px;
    height: 20px;
    background:  no-repeat;
    cursor: pointer;
}
.other-content {
    word-break: break-all;
    text-align: justify;
    margin-bottom: 20px;
}
.other-content img{
    max-width: 100%;
}
.po-div{
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.video-name {
    width: 310px;
    height: 36px;
    padding: 4px 28px 4px 10px;
    margin-right: 20px;
    border-radius: 4px;
    border: 1px dashed #a4a9b5;
    outline: none;
    box-sizing: border-box;
}

.up-video-wrap {
    position: relative;
    width: 106px;
    height: 32px;
    margin-right: 10px;
    font-size: 14px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #ffffff;
    background: #0099e8;
    border-radius: 16px;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
}

.up-video-poster,
.up-video {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    clip: rect(1px, 1px, 1px, 1px);
}

.poster-div {
    position: relative;
    display: inline-block;
    width: 310px;
    height: 175px;
    line-height: 175px;
    margin-right: 20px;
    border-radius: 4px;
    font-size: 14px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #a4a9b5;
    border: 1px dashed #a4a9b5;
    text-align: center;
}
.poster-div img{
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    width: 100%;
}
.video-tip {
    display: inline-block;
    width: 212px;
    height: 34px;
    font-size: 12px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #a4a9b5;
    line-height: 17px;
}

.add-img-text-module {
    width: 120px;
    height: 19px;
    margin: 40px auto;
    font-size: 14px;
    font-family: microsoftyahei;
    text-align: center;
    color: #0099e8;
    cursor: pointer;
}
.add-img-text-module img{
    width: 16px;
}
.video_intro title{
    margin-bottom: 10px;
}
.jp-btn-default{
    background: #fff;
}


/*管理工具*/
.tool-wrap {
    position: relative;
    margin-top: 38px;
    color: #0098e8;
    cursor: pointer;
}
.tool-act-list{
    display: none;
    position: absolute;
    top: -12px;
    right: -186px;
    width: 160px;
    height: 223px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e0e0e9;
    z-index: 10;
}
.tool-act-list div{
    height: 44px;
    line-height: 44px;
    padding-left: 20px;
    font-size: 16px;
    font-family: microsoftyahei;
    color: #333333;
    border-bottom: 1px solid #e0e0e9;
    box-sizing: border-box;
}
.tool-act-list div:hover{
    color: #0099e8;
}

.module-wrap{
    display: none;
}

/*图文模块*/
.text_box{
    padding: 0 20px;
    background: #fff;
}
.text_box .text-content-box{
    display: none;
    min-height: 300px;
    padding-bottom: 20px;
    word-break: break-all;
    text-align: justify;
}
.text_box .text-content-box img{
    max-width: 100%;
}
.text_box_edit{
    padding-bottom: 20px;
}
.textmodulecancel{
    color: #666666;
    font-weight: 500;
}
.btn-master{
    width: 76px;
    line-height: 34px;
}
.no-data{
    min-height: 300px;
    padding: 50px 0;
    line-height: 1!important;
    text-align: center;
}
.no-data img{
    width: 100px;
    margin-bottom: 27px;
}
.no-data .no-data-text{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
}

/*分页*/
.pagination{
    margin: 20px 0 0;
}
.pagination > li > a,
.pagination > li > span {
    margin: 0 4px;
    color: #000;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #0099e7;
    background-color: #fff;
    color: #0099e7;
}

/*快讯图片预览*/
.flash-img-preview{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,.2);*/
    display: flex;
    align-items: center;
    justify-content: center;
}
.flash-img-box{
    position: relative;
    width: 900px;
    height: 70%;
    background-color: #666973;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}
.flash-img-close{
    position: absolute;
    right: 10px;
    top: 10px;
    width: 22px;
    height: 22px;
    background-image: ;
    background-size: cover;
    cursor: pointer;
    background-color: #fff;
    z-index: 10;
}
.flash-img-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flash-img-wrap img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
}