/*作品信息弹窗*/
.layui-layer.layerWork_Information{border-radius: 10px; overflow: hidden;}
.layui-layer.layerWork_Information .layui-layer-title{background: #fff;border-bottom: 0px;font-weight: bold;font-size: 16px; padding-top: 10px;}
.layui-layer.layerWork_Information .work_main{display: flex;padding-top: 24px;}
.layui-layer.layerWork_Information .work_main .work_main_left{flex: 1;padding: 0px 30px; border-right: 1px solid #EAEAEA;
padding-right: 20px;}
.layui-layer.layerWork_Information .work_main_left .item{display: flex;align-items: center;margin-bottom: 30px;} 
.layui-layer.layerWork_Information .work_main_left .item_bt{font-size: 14px;color: #333333;width: 95px;text-align: right;align-items: center;
height: 40px;display: flex; align-items: center; justify-content: flex-end;}
.layui-layer.layerWork_Information .work_main_left .item_bt .bt_name{display: flex; align-items: center;}
.layui-layer.layerWork_Information .work_main_left .item_bt .bt_input{display: none;}
.layui-layer.layerWork_Information .work_main_left .item_bt .bt_input input{width: 100%;padding-left: 5px;border: 1px solid #EAEAEA; border-radius: 4px;
height: 40px;}
.layui-layer.layerWork_Information .work_main_left .item_bt .icon{display: block;width: 20px; height:20px; cursor: pointer;
background: url('../../images/quanjing/edit.png') no-repeat; margin-right: 5px;}

.layui-layer.layerWork_Information .work_main_left .item_right{flex: 1; position: relative;padding: 0px 10px;}
.layui-layer.layerWork_Information .work_main_left .item_right .count{position: absolute; top: 9px; right: 25px;font-size: 14px;color: #999999;}
.layui-layer.layerWork_Information .work_main_left .item_right input{width: 100%; height:40px;
border: 1px solid #EAEAEA; border-radius: 4px; padding-left: 10px; padding-right: 78px;}
.layui-layer.layerWork_Information .work_main_left .item_right textarea{width: 100%; padding: 10px; border: 1px solid #EAEAEA;
border-radius: 4px;height: 160px;resize:none;}
.layui-layer.layerWork_Information .work_main_left .item.item_text{align-items: flex-start;}
.layui-layer.layerWork_Information .work_main_left .item.item_text .count{top: unset; bottom: 10px;}
.layui-layer.layerWork_Information .upload_logo{width: 90px; height: 90px; position: relative;}
.layui-layer.layerWork_Information .upload_logo img{width: 100%; height: 100%;}
.layui-layer.layerWork_Information .upload_logo span#new-del-logo{background: rgba(0, 0, 0, .6) !important;color: #fff !important;width: 100% !important; cursor: pointer;
left: 0;display: block;right: 0; bottom: 0px !important; position: absolute;text-align: center; padding-right: 0 !important;top: unset;}
.new-avatar-iframe{margin-left: 0; margin-top: 0;}
.layui-layer.layerWork_Information .item.item_logo .item_right{display: flex; padding-right: 0;}
.layui-layer.layerWork_Information .item.item_logo .logo_right{flex: 1; padding-left: 19px;}
.layui-layer.layerWork_Information .item.item_logo .logo_upload_btn{height: 35px; overflow: hidden;}
.layui-layer.layerWork_Information .item.item_logo .history_logo a{font-size: 12px;color: #FF8D1C;text-decoration: underline;}
.layui-layer.layerWork_Information .item.item_logo .upload_tps p{font-size: 12px;color: #999999;}
.layui-layer.layerWork_Information .item.item_logo .upload_tps p a{color: #FF8D1C;}

.layui-layer.layerWork_Information .work_main .work_right{width: 271px;padding: 0px 30px 0px 20px;}
.layui-layer.layerWork_Information .work_main .cover_pic{width: 200px; height: 200px; overflow: hidden; border-radius: 4px; position: relative;
margin: 0 auto; margin-bottom: 5px;}
.layui-layer.layerWork_Information .work_main .cover_pic .pic_upload{position: absolute;width: 100%; height: 30px;text-align: center;color: #fff; cursor: pointer;
font-size: 12px; background: rgba(0, 0, 0, .6); left: 0; bottom: 0; line-height: 30px;}
.layui-layer.layerWork_Information .work_main .work_cover{margin-bottom: 45px;}
.layui-layer.layerWork_Information .work_main .cover_tps{text-align: center;font-size: 12px;color: #999999;}
.layui-layer.layerWork_Information .work_main .work_share_title{font-size: 14px;color: #333333; margin-bottom: 8px;}
.layui-layer.layerWork_Information .work_main .work_share_mian{border: 1px solid #EAEAEA; border-radius: 4px;padding:5px 10px;}
.layui-layer.layerWork_Information .work_main .work_share_mian .share_pic{width: 34px; height: 34px; border-radius: 4px; background: #E5E5E5; overflow: hidden;}
.layui-layer.layerWork_Information .work_main .work_share_mian .share_pic img{width: 100%; height: 100%;}
.layui-layer.layerWork_Information .work_main .work_share_mian .share_title{font-size: 12px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.layui-layer.layerWork_Information .work_main .work_share_mian .share_bt{font-size: 11px;color: #999999;}
.layui-layer.layerWork_Information .work_main .work_share_mian .share_main{display: flex;align-items: center;}
.layui-layer.layerWork_Information .work_main .work_share_mian .share_main_left{flex: 1;font-size: 11px;color: #666666;text-overflow: ellipsis; overflow: hidden;white-space: nowrap;}
/* .layui-layer.layerWork_Information .work_main .work_share_mian .share_main_left{flex: 1;font-size: 11px;color: #666666;
text-overflow: -o-ellipsis-lastline;overflow: hidden;	text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;	-webkit-box-orient: vertical;} */
.layui-layer.layerWork_Information .work_main .share_tps{font-size: 12px;color: #999999;}
.layui-layer.layerWork_Information .work_main .share_tps a{color: #FF8D1C;font-size: 12px;}

.layui-layer.layerWork_Information .work_footer{display: flex;width: 100%; align-items: center; justify-content: center; margin-top: 15px;}
.layui-layer.layerWork_Information .work_footer button{width: 180px; height: 40px; background: #FF8D1C;display: flex;font-size: 16px;color: #fff; cursor: pointer;
border-radius: 20px; justify-content: center; border: none; align-items: center;}
.layui-layer.layerWork_Information .work_footer button:disabled{background: #B8B8B8;cursor: no-drop;}
.layui-layer.layerWork_Information .layui-layer-setwin{top: 16px;}

/*展示设置*/
.layui-layer.layer_configshow{border-radius: 10px; overflow: hidden;}
.layui-layer.layer_configshow .layui-layer-title{background: #fff;border-bottom: 0px;font-weight: bold;font-size: 16px; padding-top: 10px;}
.layui-layer.layer_configshow .layui-layer-setwin{top: 16px;}
.layui-layer.layer_configshow .layer_config_main{display: flex;justify-content: space-between;padding: 0px 20px;margin-bottom: 30px;padding-top: 24px;}
.layui-layer.layer_configshow .layer_config_main .layer_config_left:first-child{ margin-right: 15px;}
.layui-layer.layer_configshow .layer_config_main .layer_config_left:last-child{margin-left: 15px;}
.layui-layer.layer_configshow .layer_config_main .layer_config_left .config_checkbox{display: flex;font-size: 14px;color: #333333; align-items: center; cursor: pointer;}
.layui-layer.layer_configshow .layer_config_main .layer_config_left .config_checkbox.active .icon{background: url('../../images/vr-new/new_icon/zhanshi-sel.png') no-repeat;}
.layui-layer.layer_configshow .layer_config_main .layer_config_left .config_checkbox .icon{width: 20px; height: 20px;display: block;
background: url('../../images/vr-new/new_icon/zhanshi.png') no-repeat; margin-right: 7px;}
.layui-layer.layer_configshow .layer_config_main .layer_config_left .config_text{font-size: 12px;color: #999999; margin-bottom: 5px;}
.layui-layer.layer_configshow .layer_config_main .layer_config_left .confi_pic{width: 298px; height: 200px;}
.layui-layer.layer_configshow .layer_config_main .layer_config_left .confi_pic img{width: 100%; height: 100%;}
.layui-layer.layer_configshow .layer_config_list{padding: 0px 20px;}
.layui-layer.layer_configshow .layer_config_list .item{display: flex;margin-bottom: 20px;}
.layui-layer.layer_configshow .layer_config_list .item_bt{font-size: 14px;color: #333333;font-weight: bold;width: 84px;}
.layui-layer.layer_configshow .layer_config_list .item_right{display: flex;padding-left: 40px;}
.layui-layer.layer_configshow .layer_config_list .item_right .list{display: flex;align-items: center; margin-right: 26px;cursor: pointer;color: #333;font-size: 14px;}
.layui-layer.layer_configshow .layer_config_list .item_right .list .icon{width: 20px; height: 20px;
    display: block; background: url('../../images/vr-new/new_icon/zhanshi.png') no-repeat; margin-right: 10px;}
.layui-layer.layer_configshow .layer_config_list .item_right .list.active .icon{background: url('../../images/vr-new/new_icon/zhanshi-sel.png') no-repeat;}
.layui-layer.layer_configshow .layer_config_list .item_right .list span{display: block;width: 50px; height: 24px;font-size: 12px;color: #333333;line-height: 24px;text-align: center;
cursor: pointer;background: #F5F5F5;cursor: pointer;}
.layui-layer.layer_configshow .layer_config_list .item_right .list span:first-child{border-radius: 4px 0px 0px 4px;}
.layui-layer.layer_configshow .layer_config_list .item_right .list span:last-child{border: 0px 4px 4px 0px;}
.layui-layer.layer_configshow .layer_config_list .item_right .list span.active{background: #FF8D1C;color: #fff;}
.layui-layer.layer_configshow .layer_config_list .item_right .list.list_1{margin-right: 12px;}
.layui-layer.layer_configshow .layer_config_footer{display: flex;width: 100%; align-items: center; justify-content: center; margin-top: 42px;}
.layui-layer.layer_configshow .layer_config_footer button{width: 180px; height: 40px; background: #FF8D1C;display: flex;font-size: 16px;color: #fff; cursor: pointer;
border-radius: 20px; justify-content: center; border: none; align-items: center;}
.layui-layer.layer_configshow .layer_config_footer button:disabled{background: #B8B8B8;cursor: no-drop;}

.layer_configshow_main{border-radius: 10px; overflow: hidden;}
.layer_configshow_main .layui-layer-setwin{top: 16px;}
.layer_configshow_main .layer_config_main{display: flex;justify-content: space-between;padding: 0px 20px;margin-bottom: 30px;padding-top: 24px;}
.layer_configshow_main .layer_config_main .layer_config_left:first-child{ margin-right: 15px;}
.layer_configshow_main .layer_config_main .layer_config_left:last-child{margin-left: 15px;}
.layer_configshow_main .layer_config_main .layer_config_left .config_checkbox{display: flex;font-size: 14px;color: #333333; align-items: center; cursor: pointer;}
.layer_configshow_main .layer_config_main .layer_config_left .config_checkbox.active .icon{background: url('../../images/vr-new/new_icon/zhanshi-sel.png') no-repeat;}
.layer_configshow_main .layer_config_main .layer_config_left .config_checkbox .icon{width: 20px; height: 20px;display: block;
    background: url('../../images/vr-new/new_icon/zhanshi.png') no-repeat; margin-right: 7px;}
.layer_configshow_main .layer_config_main .layer_config_left .config_text{font-size: 12px;color: #999999; margin-bottom: 5px;}
.layer_configshow_main .layer_config_main .layer_config_left .confi_pic{width: 298px; height: 200px;}
.layer_configshow_main .layer_config_main .layer_config_left .confi_pic img{width: 100%; height: 100%;}
.layer_configshow_main .layer_config_list{padding: 0px 20px;}
.layer_configshow_main .layer_config_list .item{display: flex;margin-bottom: 20px;}
.layer_configshow_main .layer_config_list .item_bt{font-size: 14px;color: #333333;font-weight: bold;width: 90px;}
.layer_configshow_main .layer_config_list .item_right{display: flex;padding-left: 40px;}
.layer_configshow_main .layer_config_list .item_right .list{display: flex;align-items: center; margin-right: 26px;cursor: pointer;color: #333;font-size: 14px;}
.layer_configshow_main .layer_config_list .item_right .list .icon{width: 20px; height: 20px;
    display: block; background: url('../../images/vr-new/new_icon/zhanshi.png') no-repeat; margin-right: 10px;}
.layer_configshow_main .layer_config_list .item_right .list.active .icon{background: url('../../images/vr-new/new_icon/zhanshi-sel.png') no-repeat;}
.layer_configshow_main .layer_config_list .item_right .list span{display: block;width: 50px; height: 24px;font-size: 12px;color: #333333;line-height: 24px;text-align: center;
    cursor: pointer;background: #F5F5F5;cursor: pointer;}
.layer_configshow_main .layer_config_list .item_right .list span:first-child{border-radius: 4px 0px 0px 4px;}
.layer_configshow_main .layer_config_list .item_right .list span:last-child{border: 0px 4px 4px 0px;}
.layer_configshow_main .layer_config_list .item_right .list span.active{background: #FF8D1C;color: #fff;}
.layer_configshow_main .layer_config_list .item_right .list.list_1{margin-right: 12px;}
.layer_configshow_main .layer_config_footer{display: flex;width: 100%; align-items: center; justify-content: center; margin-top: 42px;}
.layer_configshow_main .layer_config_footer button{width: 180px; height: 40px; background: #FF8D1C;display: flex;font-size: 16px;color: #fff; cursor: pointer;
    border-radius: 20px; justify-content: center; border: none; align-items: center;}
.layer_configshow_main .layer_config_footer button:disabled{background: #B8B8B8;cursor: no-drop;}

.Template_box{display: flex;padding: 0px 20px; margin-bottom: 40px; padding-top: 40px;}
.Template_box .Template_title{width: 84px;font-size: 14px;color: #333;font-weight: bold;}
.Template_box .Template_item{flex: 1;display: flex; padding-left: 40px;}
.Template_box .Template_item .list{width: 210px; margin-right: 15px; }
.Template_box .Template_item .list .list_pic{border: 2px solid #fff; border-radius: 10px;overflow: hidden;position: relative;
     height: 90px;cursor: pointer; margin-bottom:10px;}
.Template_box .Template_item .list .tag{display: none;}
.Template_box .Template_item .list.active .tag{position: absolute;display: flex; right: 0; top: 0;text-align: center;width: 46px; background: #FF8D1C;
    border-radius: 0px 10px 0px 10px;align-items: center; justify-content: center;height: 20px;font-size: 12px;color: #fff; }
.Template_box .Template_item .list.active .list_pic{border-color: #FF8D1C;}
.Template_box .Template_item .list:last-child{margin-right: 0;}
.Template_box .Template_item .list .list_link a{display: flex; align-items: center; justify-content: center; text-decoration: none;font-size: 14px;
color: #666;}







/*分享设置*/
.layui-layer.layer_from_Share{border-radius: 10px; overflow: hidden;}
.layui-layer.layer_from_Share .layui-layer-title{background: #fff;border-bottom: 0px;font-weight: bold;font-size: 16px; padding-top: 10px;}
.layui-layer.layer_from_Share .layui-layer-setwin{top: 16px;}
.layui-layer.layer_from_Share .new_shar_main{display: flex; padding-top: 24px;}
.layui-layer.layer_from_Share .new_share_nave{height: 372px; border-right: 1px solid #EAEAEA;width: 139px;}
.layui-layer.layer_from_Share .new_share_nave a{display: block;width: 100%; height: 40px;align-items: center; justify-content: center;
    color: #333333;font-size: 12px; line-height: 40px;text-align: center;}
.layui-layer.layer_from_Share .new_share_nave a:hover{color: #FF8D1C;}
.layui-layer.layer_from_Share .new_share_nave a.active{background: #F9F2EB;color: #FF8D1C;}
.layui-layer.layer_from_Share .new_share_tab{flex: 1;}
.layui-layer.layer_from_Share .new_share_tab .share_tab{height: 100%; position: relative;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item{display: flex;align-items: center;padding: 0px 30px; margin-bottom: 20px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item.item_code{align-items: flex-start;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item .item_bt{font-size: 14px;color: #333333;width: 70px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right{flex: 1;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right input{width: 100%; height: 40px; border: 1px solid #EAEAEA; border-radius: 4px;
padding: 0px 10px; padding-right: 40px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right .right_copy{position: relative;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right button{position: absolute; background: none; border: none;color: #FF8D1C; cursor: pointer;
height: 40px; top: 0; right: 10px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .right.right_times{display: flex;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .right.right_times .right_input{width: 224px;display: flex;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .right.right_times .right_input .text_input{flex: 1;position: relative;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .right.right_times .right_input .text_input i{position: absolute;display: block;
width: 20px; height: 20px; background: url('../../images/login/xianshi.png') no-repeat; cursor: pointer;top: 10px;right: 10px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .right.right_times .right_input .text_input i.active{ background: url('../../images/login/yincang.png') no-repeat;}

.layui-layer.layer_from_Share .new_share_tab .share_tab .right.right_times .right_input button{background: #FF8D1C;width: 60px; height: 40px;
border: none; border-radius: 4px; position: unset;color: #fff;cursor: pointer; margin-left: 5px;}

.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right .share_code_text{color: #666; margin-bottom: 10px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right .share_code_box{display: flex; align-items: center;}


















.layui-layer.layer_from_Share .new_share_tab .share_tab .right.right_times .checkbox_item{flex: 1;display: flex;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .right.right_times .checkbox_item .checkbox{display: flex; align-items: center;color: #333333;
font-size: 14px; margin-right: 30px;cursor: pointer;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .right.right_times .checkbox_item .checkbox .icon{width: 20px; height: 20px;
background: url('../../images/vr-new/new_icon/zhanshi.png') no-repeat;display: block; margin-right: 10px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .right.right_times .checkbox_item .checkbox.active .icon{background: url('../../images/vr-new/new_icon/zhanshi-sel.png') no-repeat;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .share_code .code_pic_mian{width: 140px; height: 140px; background: #F0F0F0;
border-radius: 4px; overflow: hidden; position: relative;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .share_code .code_pic_mian .code_pic_bg{position: absolute; top: 0; left: 0;
width: 100%; height: 100%; background: rgba(0, 0, 0, .7);display: flex; align-items: center; justify-content: center;color: #fff;font-size: 16px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .share_code .code_pic_mian .code_pic_renovate{
    position: absolute; top: 0;left: 0;width: 100%; height: 100%; background: rgba(0, 0, 0, .7);display: flex; align-items: center; justify-content: center;
    cursor: pointer;
}
.layui-layer.layer_from_Share .new_share_tab .share_tab .share_code .code_pic_mian .code_pic{width: 140px; height: 140px; overflow: hidden;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .share_code .code_pic_mian .code_pic canvas{width: 100% !important; height: 100% !important;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .share_code .code_down{width: 140px;text-align: center;margin-top: 5px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .share_code .code_down a{display: block;text-align: center;color: #FF8D1C;font-size: 12px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .share_code .code_down a p{line-height: 17px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item_tps{font-size: 12px;color:#999999;padding: 0px 30px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item_tps p{font-size: 12px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item_tps em{color: #333;font-weight: bold;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item_tps a{color: #FF8D1C;}
.layui-layer.layer_from_Share .new_share_tab .share_tab.share_tab_2 .item_bt{width: 168px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab.share_tab_2 .checkbox_slider{width: 50px;height: 24px; background: url('../../images/vr-new/new_icon/close.png') no-repeat;
cursor: pointer;}
.layui-layer.layer_from_Share .new_share_tab .share_tab.share_tab_2 .checkbox_slider.active{ background: url('../../images/vr-new/new_icon/open.png') no-repeat;
cursor: pointer;}

.layui-layer.layer_from_Share .new_share_tab .share_tab.share_tab_1 .checkbox_slider{width: 50px;height: 24px; background: url('../../images/vr-new/new_icon/close.png') no-repeat;
cursor: pointer;}
.layui-layer.layer_from_Share .new_share_tab .share_tab.share_tab_1 .checkbox_slider.active{ background: url('../../images/vr-new/new_icon/open.png') no-repeat;
cursor: pointer;}

.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right .right_inputs{display: flex;align-items: center;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right .right_inputs input{width: 114px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right .right_inputs .texts{font-size: 14px;color: #333333; margin-left: 10px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right.right_input{display: flex; position: unset;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right.right_input .text_input{position: relative;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right.right_input .text_input i{position: absolute;display: block;
width: 20px; height: 20px; background: url('../../images/login/xianshi.png') no-repeat; cursor: pointer;top: 10px;right: 10px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right.right_input .text_input i.active{ background: url('../../images/login/yincang.png') no-repeat;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item .right.right_input button{position: unset;width: 80px;height: 40px;
background: #FF8D1C; color: #fff; cursor: pointer; border-radius: 4px; margin-left: 10px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item_button{text-align: center; margin-top: 46px;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item_button button{width: 180px; height: 40px; border-radius: 20px;color: #FFFFFF;
font-size: 16px; cursor: pointer;background: #FF8D1C; border: 0;margin: 0 auto;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item_button button:disabled{background: #B8B8B8;}
.layui-layer.layer_from_Share .new_share_tab .share_tab .item_tps_flex{position: absolute; left: 0; right: 0;width: 100%;
bottom: 0; height: 30px; background: #F9F2EB;color: #FF8D1C;font-size: 12px;text-align: center; line-height: 30px;}
.historylogo20216 ul li.active {border: 1px solid #e70;}
.historylogo20216 ul li {width: 82px;border: 1px solid #fff;height: 82px;margin-right: 30px; display: flex; justify-content: center; align-items: center; box-sizing: border-box; margin-bottom: 30px;}
.historylogo20216 { width: 100%;box-sizing:border-box; padding: 20px 0 0 30px;}





/* 新版样式 */
.layui-layer.layerWork_Information .layui-layer-title{
    display: none;
}
.layui-layer.layerWork_Information .work_main{
    padding: 0;
}
.layui-layer.layerWork_Information .layui-layer-content{
    height: 562px !important;
}
.layui-layer.layerWork_Information .work_main .work_main_left{
    width: 276px;
    height: 562px;
    background: #F8F9FA;
    box-sizing: border-box;
}
.layui-layer.layerWork_Information .layerWork_Information{
    position: relative;
}
.layui-layer.layerWork_Information .work_footer{
    position: absolute;
    bottom: 21px;
    right: 30px;
    width: fit-content;
}
.layui-layer.layerWork_Information .work_footer button{
    width: 88px;
    height: 36px;
    background: #FD823F;
    border-radius: 8px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
    text-align: center;
    font-style: normal;
}
.layui-layer.layerWork_Information .work_main .cover_pic{
    width: 124px;
    height: 124px;
    margin: 54px 0 12px 0;
}
.layui-layer.layerWork_Information .work_main .cover_tps{
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 12px;
    color: #969696;
    line-height: 18px;
    text-align: left;
    font-style: normal;
}
.layui-layer.layerWork_Information .work_main .work_title{
    position: absolute;
    top: 18px;
    left: 30px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 500;
    font-size: 16px;
    color: #222222;
    line-height: 24px;
    text-align: left;
    font-style: normal;
}
.layui-layer.layerWork_Information .work_main .work_cover{
    margin-bottom: 16px;
}
.layui-layer.layerWork_Information .work_main_left .item.item_text{
    display: block;
}
.layui-layer.layerWork_Information .work_main_left .item_right textarea{
    height: 72px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
}
.layui-layer.layerWork_Information .work_main_left .item_right{
    padding: 0;
}
.layui-layer.layerWork_Information .work_main_left .item.item_text .count{
    right: 12px;
}
.layui-layer.layerWork_Information .work_main_left .item_bt{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    line-height: 14px;
    text-align: left;
    font-style: normal;
}
.layui-layer.layerWork_Information .work_main_left .item_bt .bt_input input{
    height: 30px;
}
.layui-layer.layerWork_Information .work_main_left .item_bt{
    width: 100%;
    justify-content: space-between;
}
.layui-layer.layerWork_Information .bt_tips{
    width: 16px;
    height: 16px;
    background: #FFF;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transition: all 0.3s;
    cursor: pointer;
    margin-left: 6px;
}
.layui-layer.layerWork_Information .bt_tips:hover{
    background: #FD823F;
}
.layui-layer.layerWork_Information .work_main_left .item{
    margin-bottom: 10px;
}
.layui-layer.layerWork_Information .work_hr{
    width: 100%;
    height: 0;
    border-top: 2px dashed #DDDDDD;
    margin-bottom: 16px;
}
.layui-layer.layerWork_Information .work_main .work_share_title{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-bottom: 12px;
}
.layui-layer.layerWork_Information .work_main .work_share_mian{
    background: #FFF;
    margin-bottom: 12px;
    height: 95px;
    box-sizing: content-box;
}
.layui-layer.layerWork_Information .work_main .work_share_mian .share_bt{
    line-height: 16px;
}
.layui-layer.layerWork_Information .work_main .share_tps{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #969696;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}
.layui-layer.layerWork_Information .work_main .share_tps a{
    color: #FD6F3F;
}

.layui-layer.layerWork_Information .work_main .work_right{
    width: 416px;
    padding: 36px 30px 54px 30px;
    box-sizing: border-box;
}
.layui-layer.layerWork_Information .work_right .item_bt{
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    text-align: left;
    font-style: normal;
    margin-bottom: 12px;
    display: flex;
    justify-content: space-between;
}
.layui-layer.layerWork_Information .work_right .item_bt .item_CheckBox{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #9A9AA5;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    align-items: center;
}
#isShowTopLeftInfo{
    width: 16px;
    height: 16px;
    position: relative;
    appearance: none;
    border: 0;
    outline: 0 !important;
    cursor: pointer;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    top: 2px;
}
#isShowTopLeftInfo[type="checkbox"]:before{
    position: relative;
    transition: all .3s;
    -webkit-transition: all .3s;
    width: 16px;
    height: 16px;
    content: '';
    display: inline-block;
    left: 1px;
    top: -1px;
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #DBDBDB;
    background: #fff;
}
#isShowTopLeftInfo[type="checkbox"]:checked:before{
    border: 1px solid #FD823F;
    background: #FD823F;
}
#isShowTopLeftInfo[type="checkbox"]:checked:after{
    position: absolute;
    left: 4px;
    top: 3px;
    display: inline-block;
    content: '';
    color: #fff;
    border: 2px solid #fff;
    border-radius: 1px;
    border-top: none;
    border-right: none;
    background: transparent;
    transform: rotate(-45deg);
    width: 50%;
    height: 30%;
}
.layui-layer.layerWork_Information .work_right .item_right input,
.layui-layer.layerWork_Information .work_right .item_right textarea{
    width: 356px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #EDEDED;
    padding: 8px 10px;
    border-radius: 4px;
    resize: none;
}
.layui-layer.layerWork_Information .work_right .item_right textarea{
    height: 35px;
}
.layui-layer.layerWork_Information .work_right .item_right input{
    padding-right: 56px;
}
.layui-layer.layerWork_Information .work_right .item_right{
    position: relative;
    height: 32px;
    margin-bottom: 20px;
}
.layui-layer.layerWork_Information .work_right .item_right .count{
    position: absolute;
    right: 10px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 12px;
    color: #9A9AA5;
    line-height: 16px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    bottom: 8px;
}
.layui-layer.layerWork_Information .item.item_logo{
    height: 150px;
}

.layui-layer.layerWork_Information .item.item_logo .logo_right .upload_tps a{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #FD6F3F;
    line-height: 17px;
    text-align: left;
    font-style: normal;
}
.layui-layer.layerWork_Information .upload_logo img{
    border-radius: 6px;
}
.item_topLeft_preview{
    width: 356px;
    height: 95px;
    background-image: url(https://res1.justeasy.cn/images/newVrEdit/preview_bg.png);
    border-radius: 6px;
    display: flex;
    padding: 16px 12px;
    align-items: center;
    box-sizing: border-box;
}
.item_topLeft_preview_logo{
}
.item_topLeft_preview_logo img{
    width: 60px;
    height: 60px;
    margin-right: 6px;
}
.item_topLeft_preview_info{}
.item_topLeft_preview_workName{
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 24px;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.5);
    text-align: left;
    font-style: normal;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.item_topLeft_preview_author{
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    line-height: 24px;
    text-shadow: 0px 1px 4px rgba(0,0,0,0.5);
    text-align: left;
    font-style: normal;
    width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.item_topLeft_preview_author.item_topLeft_preview_Ellipsis2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 18px;
    height: 36px;
}