#bg_header_box {
    position: relative;
    margin-top: 30px;
}

.bg_is_save {
    display: none;
    height: 45px;
    background: #0098e8;
}

.bg_is_save span {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-top: 8px;
    padding: 0 8px;
    border-radius: 3px;
    cursor: pointer;
}
.edit-upload-img-label{
    position: relative;
    float: left;
    width: 30px;
    height: 25px;
    background:  no-repeat center;
}
.edit-upload-img-input{
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    clip: rect(1px, 1px, 1px, 1px);
}
.save_bg {
    margin-right: 20px;
    color: #333;
    background: #fff;
}

.discard_bg {
    margin-right: 10px;
    color: #fff;
    border: 1px solid #fff;
}

.edit_header {
    text-align: right;
    height: 190px;
}

.edit_bg {
    position: relative;
    display: inline-block;
    margin: 10px 15px 0;
    width: 35px;
    height: 35px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}

#bg_edit_box {
    display: none;
    position: absolute;
    right: -14px;
    top: 50px;
    width: 210px;
    height: 100px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15), 0 6px 9px rgba(0, 0, 0, .2);
    background: #fff;
    text-align: left;
}

#bg_edit_box li {
    height: 50px;
    box-sizing: border-box;
    padding: 10px;
}

#bg_edit_box li:hover {
    background: #f3f6f8;
}

#bg_edit_box::after {
    position: absolute;
    left: auto;
    right: 21px;
    top: -18px;
    content: '';
    border: 9px solid transparent;
    border-bottom-color: #fff;
}

#bg_edit_box_upload {
    position: relative;
}

#bg_file {
    position: absolute;
    height: 100%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
    z-index: 100;
    opacity: 0;
}

#bg_edit_box i {
    margin-right: 15px;
    line-height: 30px;
}

#bg_edit_box_delete {
    line-height: 35px;
}

#upload_bg_icon {
    margin: 4px;
}

.img_edit_button {
    margin-top: -3px;
}

.advice_xiangsu {
    color: #999;
    font-size: 12px;
}

.main {
    margin-top: 0;
}

.daosanjiao {
    position: absolute;
    width: 12px;
    height: 8px;
    top: 41px;
    right: 6px;
    background: url(/uploads/image/image/select-jiao.png) no-repeat;
}

.save_box {
    overflow: hidden;
    text-align: center;
    margin-top: 30px;
}

.save_box span {
    display: inline-block;
    border: 1px solid #cccccc;
    line-height: 38px;
    box-sizing: border-box;
}

.save_box .error {
    margin-right: 5px;
}

/*公司简介*/
.intro_box {
    padding: 0 20px 20px;
    /*border: 1px solid #eaeaea;*/
    background: #fff;
    border-top: none;
    min-height: 300px;
}

.intro_box .title {
    margin-bottom: 10px;
    height: 19px;
    font-size: 14px;
    font-family: microsoftyahei-bold, microsoftyahei;
    font-weight: bold;
    color: #333333;
}

.intro_box .edit {
    height: 100px;
    line-height: 100px;
    padding-left: 50px;
    cursor: pointer;
}

.intro_box .edit_icon img {
    width: 27px;
    height: 27px;
    margin-right: 12px;
    vertical-align: middle;
}

.intro_box textarea {
    margin-top: 10px;
    margin-bottom: 20px;
    width: 100%;
    padding: 4px 10px;
    height: 180px;
    border-radius: 4px;
    border: 1px solid #e0e0e9;
    text-align: justify;
    outline: none;
    box-sizing: border-box;
}

.company_intro .intro_number {
    display: inline-block;
    padding-top: 6px;
    width: 100%;
    text-align: right;
    color: #999;
}

.intro_box .area {
    position: relative;
}

.area_dropdown {
    display: none;
    position: absolute;
    top: 73px;
    left: 20px;
    min-height: 200px;
    width: 146px;
    background: #fff;
    z-index: 10;
    border: 1px solid #eaeaea;
}

.area_dropdown .item {
    padding: 10px 12px;
    width: 146px;
    height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    border-bottom: 1px solid #eaeaea;
}

.intro_box .area input {
    width: 100%;
    /*margin: 10px 0;*/
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e9;
    outline: none;
    box-sizing: border-box;
}

.intro_box .arealist {
    margin-top: 8px;
}

.intro_box .arealist div {
    display: inline-block;
    padding: 0 10px;
    margin-right: 5px;
    margin-bottom: 10px;
    height: 28px;
    line-height: 24px;
    border: 1px solid #0098e8;
    border-radius: 15px;
    color: #0098e8;
    box-sizing: border-box;
}

.intro_box .arealist .area_name {
    max-width: 180px;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.intro_box .company_detail .item {
    margin-top: 10px;
    height: 72px;
}

.arealist .remove_area {
    display: inline-block;
    width: 12px;
    margin-left: 5px;
    font-style: inherit;
    cursor: pointer;
}

.intro_box .company_detail .item span {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: #666666;
}

.intro_box .company_gw input {
    width: 100%;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e9;
    outline: none;
    box-sizing: border-box;
}
.intro_box .company_gw .guanwang{
    padding: 4px 10px 4px 10px;
}
.intro_box .company_detail .item2 {
    position: relative;
    width: 46%;
}

.intro_box .company_detail .item2 input {
    width: 100%;
    padding: 4px 10px;
    border-radius: 4px;
    border: 1px solid #e0e0e9;
    outline: none;
    box-sizing: border-box;
}

.intro_box .company_detail .hangye, .intro_box .company_detail .guimo, .intro_box .type {
    position: relative;
    cursor: pointer;
}

.dropdownlist {
    position: absolute;
    display: none;
    height: 250px;
    width: 100%;
    box-sizing: border-box;
    overflow: auto;
    border: 1px solid #ccc;
    z-index: 10;
    background: #fff;
}

.dropdownlist div {
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    color: #555;
    cursor: pointer;
}

.dropdownlist div:hover {
    background: #e5e5e5;
}

.dropdownlist .hover {
    background: #e5e5e5;
}

.company_detail {
    margin-top: 15px;
}

.intro_box .company_detail .company_gw {
    position: relative;
    margin-top: 10px;
}

.company_gw .company-error {
    position: absolute;
    top: 0;
    left: 72px;
}

/*公司产品*/

.productlist {
    overflow: hidden;
}

.product_box {
    padding: 20px;
    min-height: 500px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-top: none;
}

.upload_img_box {
    position: relative;
}

.product-title-eror {
    position: absolute;
    bottom: -16px;
    left: 0;
    font-size: 12px;
}

.product-img-err {
    position: absolute;
    bottom: 8px;
    left: 0;
    font-size: 12px;
}

.product_edit_title_box {
    position: relative;
    margin-bottom: 20px;
    margin-top: 12px;
}

.product_edit_title_box .title {
    height: 20px;
    font-size: 14px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 6px;
}

.product_edit_title_box .product_name[type="text"] {
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1px solid #e0e0e9;
    padding: 10px;
    border-radius: 2px;
    outline: none;
}

.product_edit_img_box {
    margin-top: 10px;
}

.product_edit_box .product_intro {
    width: 100%;
    outline: none;
    padding: 4px 10px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #e0e0e9;
}

.product_box .item .title {
    margin-bottom: 10px;
}

.product_box .product_name {
    width: 100%;
}

.product_box textarea {
    width: 100%;
    height: 120px;
}

.product_box .product_intro {
    color: #999;
    text-align: right;
}

.product_add {
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.product_add span {
    font-size: 30px;
    vertical-align: -3px;
}

.goodsupload {
    position: relative;
}

.file_product {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    cursor: pointer;
    opacity: 0;
}

.product_upload_advice {
    font-size: 13px;
    color: #555;
    overflow: hidden;
}

.product_upload_advice i {
    width: 18px;
    height: 17px;
    background: url(/uploads/image/image/all.png) -125px -186px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

/*企业快讯*/
.a_zixun_model {

}

.zixun_hd {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    padding: 20px 0 0 25px;
    border-bottom: none;
    background: #fff;
}

.publish {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 20px;
    /*padding-bottom: 20px;*/
}

.publish_main {
    padding: 0 20px;
    border-radius: 3px;
}

.publish_t, .leida-list {
    padding: 20px;
}

.publish_content {
    line-height: 20px;
    padding: 6px 10px;
    background: white;
    width: 100%;
    font-size: 16px;
    min-height: 110px;
    color: #333;
    vertical-align: top;
    resize: vertical;
    border-radius: 2px;
    border: 1px solid #e0e0e9;
    outline: none;
}

.publish_content:focus {
    /*outline: none;*/
}

.publish_footer .file_kuaixun {
    width: 30px;
    opacity: 0;
}

.com_icon {
    /*background-image: url(/uploads/image/icnew/link.png);*/
    /*background-repeat: no-repeat;*/
    display: inline-block;
    vertical-align: middle;
}

.photo-button {
    width: 30px;
    height: 25px;
    /*background-position: 0 -2px;*/
    position: relative;
    background:  no-repeat center;
}

.link-button {
    margin-left: 28px;
    width: 25px;
    height: 25px;
    /*background-position: -35px -2px;*/
    background:  no-repeat center;
}

.url_tip {
    position: absolute;
    display: none;
    bottom: 56px;
    padding: 14px 16px;
    line-height: 20px;
    font-weight: 400;
    color: rgba(0, 0, 0, .7);
    font-size: 15px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1), 0 6px 9px rgba(0, 0, 0, .2);
    background-clip: padding-box;
    background-color: #fff;
    transition: visibility 0s linear .2s, opacity .2s linear;
    z-index: 102;
}

.url_tip:before {
    position: absolute;
    margin-left: -10px;
    bottom: -9px;
    height: 0;
    width: 0;
    left: 17%;
    content: "";
    border-color: transparent;
    border-style: solid;
    border-width: 0 9px;
    border-top: 9px #f9f9f9 solid;
}

.newsurl {
    height: 2em;
    min-width: 400px;
    width: auto;
    border-top: none;
    border-right: none;
    border-left: none;
    border-color: #0098e8;
    outline: 0;
}

.newsurl:focus {
    box-shadow: none;
}

.checkurl {
    background: url(/uploads/image/icompany/check-icon1.png) no-repeat 0 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.previewimage {
    margin: 0;
}

.publish_footer {
    position: relative;
    height: 60px;
    padding: 14px 0 0;
    text-align: right;
    box-sizing: border-box;
}

.file_kuaixun {
    position: absolute;
    top: 12px;
    left: 0;
    width: 30px;
    height: 25px;
    font-size: 0;
    cursor: pointer;
    opacity: 0;
    z-index: 9999;
}

.new_zixun {
    background: #fff;
    min-height: 200px;
}

.operate-box .delete:hover {
    color: #0098e8;
}

.zhiding {
    margin-left: 8px;
    cursor: pointer;
}

.zhiding_icon {
    padding-right: 4px;
    width: 12px;
    height: 14px;
    vertical-align: -2px;
    background-position: -65px -2px;
}

.zhiding:hover .zhiding_icon {
    background-position: -65px -18px;
}

.operate-box .icon-shanchu {
    padding-right: 4px;
    vertical-align: -1px;
    font-weight: bold;
}

.url_target {
    margin: 0 18px 10px 20px;
    border: 1px solid #e9e9e9;
    background: #fff;
    padding: 10px 0 10px 20px;
    position: relative;
}

.url_target .url_intro {
    color: #333;
    font-size: 14px;
}

.url_target .url_address {
    font-size: 13px;
    color: #999;
}

.url_target .close_url {
    position: absolute;
    background: url(/uploads/image/icompany/close-news.png) no-repeat 0 0;
    display: block;
    right: 8px;
    top: 6px;
    z-index: 9999;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.none_tip {
    text-align: center;
    margin: 30px;
    cursor: pointer;
}

.none_tip img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -4px;
}

.publish_t img {
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    width: 40px;
    height: 40px;
}

.publish_t span {
    margin-left: 10px;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    vertical-align: middle;
}

.url-preview, .img-preview {
    position: relative;
}

.image-description {
    padding: 10px 0 10px 0;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.image-description h2, .image-description h3 {
    margin: 0 40px 0 24px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
    text-align: justify;
    word-wrap: break-word;
    word-break: break-all;
}

.image-description h2 {
    color: #0099e8;
}

.image-description h3 {
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.close-newsimg, .close-newsurl {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: 50%;
    right: 10px;
    transform: translatey(-50%);
    z-index: 100;
    background: url(/uploads/image/icnew/close.png) no-repeat 0 0;
}

.close-newsimg {
    top: 14px;
    right: 5px;
}

.flash-load-more {
    display: block;
    position: relative;
    margin: 20px auto;
    width: 730px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    text-align: center;
    color: #888;
    background: #f9f9f9;
    border: 1px solid #eaeaea;
    text-shadow: none;
    box-sizing: border-box;
    border-radius: 4px;
}

.capture-loading {
    position: absolute;
    left: 42%;
    top: 6px;
    width: 28px;
    height: 28px;
    background: url(/uploads/image/icompany/loading_2.gif) center center no-repeat;
}

.flash-load-more.loading {
    cursor: not-allowed;
}

.company_model .leida-box:first-child .leida-list {
    padding-bottom: 0;
}

.company_model .leida-box:not(:first-child) .leida-list {
    padding-top: 0;
}

/*ai分析*/
.ai_box #container {
    background: #fff;
    padding: 20px 0;
    height: 400px;
}

.ai_box {
    border: 1px solid #eaeaea;
    border-top: none;
    min-height: 400px;
    background: #fff;
}

.intro_box_yulan {
    position: relative;
}

.edit_intro_icon i, .vr-paly-edit i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -2px;
}

.edit_intro_icon img {
    width: 16px;
    height: 16px;
    margin-right: 6px;
}

/*#edit_intro_icon,*/
#vr-paly-edit {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    color: #0098e8;
    right: 5px;
    font-size: 12px;
}

.edit_intro_icon {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    color: #0099e8;
    cursor: pointer;
}
.edit_intro_icon21{
    display: none;
}
.edit_intro_icon:hover, #vr-paly-edit:hover {
    color: #107ace;
}

.laydate-footer-btns .laydate-btns-clear {
    display: none;
}

.new_zixun .look-more {
    border-top: none;
}

.online-live {
    position: absolute;
    bottom: 22px;
    right: 90px;
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #1b85d5;
    border-radius: 4px;
    border: 1px solid #1b85d5;
    background: #fff;
    text-align: center;
    cursor: pointer;
    vertical-align: -5px;
}

/*.online-live:hover{*/
/*background: #0867c5;*/
/*}*/
.qrcode {
    margin-right: 22px;
    line-height: 34px;
    font-size: 15px;
    color: #0098e8;
    cursor: pointer;
}

.qrcode i {
    font-weight: 700;
    transform: rotate(90deg);
}

.qrcode-box {
    display: none;
}

.webuploader-container label {
    z-index: 999999;
}

.vr-wrap-play {
    position: relative;
    flex-direction: column;
    background: #fff;
    width: 430px;
    height: 280px;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 5px 5px 12px rgba(153, 102, 51, 0.2);
    border: 1px solid rgba(242, 242, 242, 1);
}

.vr-play {
    position: absolute;
    width: 50px;
    top: 40%;
    left: 44%;
    cursor: pointer;
}

.vr-preview-box {
    margin: 0 20px 0 20px;
    position: relative;
    padding-top: 20px;
}

.vr-title {
    line-height: 42px;
    margin: 0 0 0 18px;
    background: #fff;
    border-radius: 16px;

}

.vr-title image {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    vertical-align: -8px
}

.vr-companyname {
    margin-left: 18px;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

.vr-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 186px;
    background: #f0f0f0;
    border: 1px solid #e5e5e5;
    border-left: 4px solid #fff;
    border-right: 4px solid #fff;
    cursor: pointer;
}

.vr-video img {
    width: 100%;
    height: 186px;
}

.vr-title img {
    margin-right: 6px;
    height: 25px;
    width: 25px;
    vertical-align: -7px;
}

input.vrlink {
    float: left;
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
    color: #333;
    font-size: 12px;
    width: 600px;
    background: #f9f9f9;
}

.tocapture {
    float: left;
    height: 30px;
    line-height: 30px;
    width: 80px;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    border: 1px solid #e5e5e5;
    background: url(/uploads/image/icarte/correct-grey.png) center center no-repeat #eff6fa;
}

p.link-error {
    float: right;
    margin: 6px 36px 0 0;
    clear: both;
    display: none;
    font-size: 14px;
    color: red;
}

p .tips_icon {
    background-image: url(/uploads/image/icarte/new_upload.png);
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: -4px;
    margin-right: 4px;
}

.vr-edit-title {
    clear: both;
    padding-top: 20px;
}

.vr-edit-box .vr-edit-title:first-child {
    padding-top: 10px;
    margin-bottom: 10px;
}

.vr-edit-box {
    padding: 10px 40px 20px 40px;
}

.upload-ul .vr-upload-picture, .upload-ul .vr-diyuploadhover {
    width: 422px;
    height: 186px;
    border: 1px solid #e5e5e5;
    background: #eff6fa;
}

.upload-ul .vr-diyuploadhover {
    z-index: 99999;
}

/*.vr-upload-picture:hover {*/
/*background: url(/uploads/image/icarte/upload-bj.png) no-repeat 0 -120px;*/
/*}*/

/*.vr-upload-picture{*/
/*position: relative;*/
/*background: url(/uploads/image/icarte/upload-bj.png) no-repeat 0 0;*/
/*}*/
.upload_img_link .vr-diycontrol {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    z-index: 999999;
}

.upload_img_link .vr-diycontrol i {
    display: block;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
    width: 17px;
    height: 17px;
    background-position: -82px -40px;
}

.vr-diycontrol i {
    cursor: pointer;
    background: url(/uploads/image/icarte/vr-icon.png) no-repeat;
}

.vr-upload-picture img {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 999999;

}

.upload_img_link .vr-add {
    position: absolute;
    right: 196px;
    top: 68px;
    width: 60px;
    height: 60px;
    z-index: 99999;
}

.diycontrol span {
    width: 38px;
    height: 24px;
    box-sizing: border-box;
}

/*模块设置*/
.jp-module-set-modal .jp-modal-content {
    width: 900px;
}

.jp-module-set-modal .jp-modal-body {
    height: 360px;
    padding-top: 60px;
    padding-left: 40px;
}

.trash-module {
    position: absolute;
    left: 48px;
    top: 24px;
    font-size: 16px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #ff0000;
    cursor: pointer;
}

.module-display,
.set-name1[type="text"],
.set-name[type="text"] {
    width: 804px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 4px 10px;
    border-radius: 2px;
    border: 1px solid #e0e0e9;
    outline: none;
    box-sizing: border-box;
}

.set-name1[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}

.module-display {
    background:  no-repeat scroll 99% center #fff;
}

.jp-module-add-modal .jp-modal-content {
    width: 900px;
}

.jp-module-add-modal .jp-modal-body {
    padding: 10px 40px;
}

.module-type-list {
    display: flex;
    margin-top: 10px;
    justify-content: space-between;
}

.module-type-item {
    width: 240px;
    height: 220px;
    padding: 10px;
    background: #f5f6f9;
    box-sizing: border-box;
}

.module-type-item.selected {
    border: 1px solid #0098ec;
}

.module-type-item img {
    width: 220px;
    height: 120px;
    margin-bottom: 10px;
}

.module-type-hd {
    height: 25px;
    padding: 0 10px;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
}

.module-type-desc {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    color: #a4a9b5;
    line-height: 20px;
}

.jp-comname-skin-modal .jp-modal-content{
    width: 900px;
}
.jp-comname-skin-modal  .jp-modal-body{
    padding-left: 156px;
}
.change-skin{
    display: inline-flex;
    align-items: center;
}
.change-skin svg{
    width: 18px;
    height: 18px;
}
.left-skin{
    float: left;
    min-width: 300px;
    margin-right: 40px;
}
.set-default{
    height: 20px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #0098ec;
    line-height: 20px;
    cursor: pointer;
}
.right-preview{
    float: left;
}
#full {
    display: none;
}
.supernatant{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #333333;
}
.skin-rect{
    display: inline-block;
    width: 64px;
    height: 24px;
    background: rgb(149, 6, 19);
    margin-left: 10px;
}
.d1{
    height: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
}
.d2{
    height: 17px;
    margin-bottom: 8px;
    font-size: 12px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
}
.d3{
    width: 243px;
    height: 500px;
    border-radius: 16px;
    border: 4px solid #000;
    overflow: hidden;
}
.phone-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 0 15px;
    height: 32px;
}
.phone-header span {
    font-size: 10px;
    font-family: helvetica;
    color: #000000;
}
.phone-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
    padding: 0 10px 0 13px;
    line-height: 30px;
}
.left-arraw {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    transform: rotate(-45deg);
}
.phone-brand{
    height: 13px;
    font-size: 9px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #a4a9b5;
    line-height: 13px;
    margin-bottom: 6px;
    margin-top: 6px;
}

.titles {
    font-size: 11px;
    font-weight: 400;
    color: #000000;
}
.phone-bg-hei{
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, #060606 0%, #454545 100%);
}
.phone-content{
    position: relative;
    width: 100%;
    margin-top: -10px;
    padding-top: 44px;
    padding-left: 10px;
    padding-right: 10px;
    background: #ffffff;
    border-radius: 10px;
}
.phone-bg-logo-wrap{
    position: absolute;
    left: 10px;
    top: -15px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 4px;
    box-sizing: border-box;
}
.phone-bg-logo{
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #515151 0%, #a3a3a3 100%);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.phone-more{
    position: absolute;
    right: 12px;
    top: 13px;
    display: flex;
}
.phone-more div{
    margin-left: 10px;
}
.phone-hd{
    display: flex;
    align-items: center;
}
.phone-nun{
    width: 217px;
    height: 26px;
    background: #f5f6f9;
    border-radius: 3px;
    font-size: 12px;
    padding-left: 10px;
    line-height: 26px;
}
.phone-module-list{
    display: flex;
}
.phone-module-list span{
    height: 40px;
    margin-right: 10px;
    line-height: 40px;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
}
.phone-module-list span.selected{
    font-size: 14px;
    color: #0098ec;
    border-bottom: 2px solid #ccc;

}
.zhankai{
    position: relative;
    top: 4px;
}
.phobe-item{
    margin:11px auto;
    font-size: 9px;
    font-weight: 400;
    color: #666973;
    line-height: 16px;
}
.phone-title-item{
    display: flex;
}
.phone-titles{
    font-size: 9px;
    margin-bottom: 8px;
    font-family: pingfangsc-semibold, pingfang sc;
    font-weight: 600;
    color: #333333;
}

.phone-title-item span{
    height: 24px;
    line-height: 22px;
    padding: 0 10px;
    border-radius: 14px;
    font-size: 9px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: #666973;
    border: 1px solid #a4a9b5;
}
.jp-comname-text-modal .jp-modal-content {
    width: 900px;
}
.jp-comname-text-modal .jp-modal-body{
    padding-left: 200px;
}
.jp-comname-text-modal .jp-modal-body .text-preview{
    display: flex;
    position: relative;
    width: 500px;
    min-height: 260px;
    background: #e3e9eb;
    margin-bottom: 10px;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.text-simple{
    margin-left: 50px;
    margin-top: 20px;
    height: 25px;
    font-size: 18px;
    font-weight: 600;
    color: #0098ec;
    line-height: 25px;
}

.text-preview-box{
    position: relative;
    margin-left: 44px;
    margin-top: 20px;
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 270px;
    min-height: 220px;
    background: rgb(239,239,239);
}
.text-preview-box .text-preview-box-left{
    display: flex;
    margin-bottom: 20px;
}
.text-preview-logo{
    margin-left: 7px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
}
.forward-text-box{
    margin-left: 10px;
    width: 190px;
    background: #fff;
}
.forward-text-preview{
    font-size: 10px;
    margin-bottom: 8px;
    font-weight: 400;
    color: #333333;
    line-height: 14px;
    padding: 3px;
    word-break: break-all;
}
.relation-tip{
    padding-left: 10px;
    line-height: 30px;
    font-size: 14px;
    color: #999;
}
.bind-tel{
    display: flex;
    align-items: center;
    padding-left: 15px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f0f0f0;
}
.levw-tel{
    display: flex;
    align-items: center;
    padding-left: 15px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
}
.text-preview-input-logo{
    width: 100%;
}
.bind-tel img,
.levw-tel img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.comname-text {
    width: 500px;
    margin-bottom: 10px;
    height: 100px;
    padding: 10px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #cccccc;
    outline: none;
    box-sizing: border-box;
}
.comname-tel[type="text"]{
    width: 500px;
    height: 40px;
    padding: 10px;
    background: #ffffff;
    border-radius: 2px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    outline: none;
}
.text-box-cnacel,
.intro-box-cnacel {
    height: 19px;
    font-size: 14px;
    font-family: microsoftyahei;
    color: #a4a9b5;
    line-height: 19px;
    cursor: pointer;
}

.qrcode-area{
    width: 258px;
    height: 258px;
    margin:0 auto 10px auto;
}
.qrcode-area img{
    width: 100%;
    height: 100%;
}
.qrcode-select{
    width: 556px;
    margin: auto;
}
.qrcode-select h4{
    height: 22px;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: pingfangsc-semibold, pingfang sc;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}
.qr-aa{
    display: flex;
    flex-wrap: wrap;
}
.qr-aa label{
    width: 50%;
    font-size: 16px;
    font-family: pingfangsc-regular, pingfang sc;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.65);
}
.qr-aa label input{
    margin-right: 10px;
}


.text-box-save,
.intro-box-save {
    height: 19px;
    font-size: 14px;
    font-family: microsoftyahei;
    color: #0099e8;
    line-height: 19px;
    cursor: pointer;
}

.trash-img-text-module {
    height: 16px;
    font-size: 12px;
    font-family: microsoftyahei;
    color: #ff0000;
    line-height: 16px;
    cursor: pointer;
}

#intro_box_edit .jp-edit1 {
    display: none;
}

.jp-group {
    padding-left: 0;
}

.jp-group-hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sp1 {
    height: 16px;
    font-size: 12px;
    font-family: microsoftyahei;
    color: #666666;
    line-height: 16px;
}

/*管理工具*/
.tool-wrap {
    position: relative;
    margin-top: 38px;
    color: #0098e8;
    cursor: pointer;
}

.tool-act-list {
    display: none;
    position: absolute;
    top: 28px;
    right: -6px;
    width: 160px;
    height: 223px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #e0e0e9;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.web-prefix{
    position: absolute;
    color: #333!important;
    font-size: 14px!important;
    left: 11px;
    bottom: 16px;
    margin: 0!important;
}

.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;
}

.jp-mebner-modal .jp-modal-content{
    width: 900px;
}
.jp-mebner-modal .jp-modal-body{
    height: 300px;
    padding-top: 60px;
    padding-left: 40px;
}
.mebner-display{
    width: 804px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 4px 10px;
    border-radius: 2px;
    border: 1px solid #e0e0e9;
    outline: none;
    box-sizing: border-box;
}
.mebner-tip{
    display: block;
    font-size: 14px;
}
.moduleid2 .product_edit_box .edit_intro_icon {
    width: 102px;
}