﻿body{
    margin:0;
    position: relative;
}
.right-position-advice-wrap {
    position: absolute;
    z-index: 1000;
    right: 30px;
    bottom: 30px;
}
.right-position-advice-wrap .icon-new{
    display: inline-block;
    width: 24px;
    height: 24px;
}
.right-position-advice-wrap .icon-advice-new {
    background: url(../../img/new-hd-advice/kefu.png);
}
.right-position-advice-wrap .icon-feedback-new {
    background: url(../../img/new-hd-advice/fkui.png);
}
.right-position-advice-wrap .icon-top-new {
    background: url(../../img/new-hd-advice/zhiding.png);
}
.right-position-advice-wrap>div {
    position: relative;
    cursor: pointer;
}
.right-position-advice-wrap >.feedback-div {
    position: relative;
    cursor: pointer;
    display: block;
}
.right-position-advice-wrap .advice-div:hover .advice-div-hover {
    opacity: 1;
    display: block;
}
.right-position-advice-wrap .feedback-div:hover .feedback-div-hover {
    opacity: 1;
    display: flex;
}
.right-position-advice-wrap .top-div:hover .top-div-hover {
    opacity: 1;
    display: flex;
}
.right-position-advice-wrap .advice-div:hover .icon-advice-new {
    background: url(../../img/new-hd-advice/kefu-sel.png);
}
.right-position-advice-wrap .feedback-div:hover .icon-feedback-new {
    background: url(../../img/new-hd-advice/fkui-sel.png);
}
.right-position-advice-wrap .top-div:hover .icon-top-new {
    background: url(../../img/new-hd-advice/zhiding-sel.png);
}
.right-position-advice-wrap .advice-div-hover {
    display: none;
    position: absolute;
    left: -188px;
    top: -72px;
    opacity: 0;
    transition: all .15s linear;
}
.right-position-advice-wrap .feedback-div-hover {
    display: none;
    opacity: 0;
    position: absolute;
    font-size: 14px;
    color: #4aca53;
    width: 130px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border:1px solid #eee;
    left: -130px;
    top: 0px;
    background: #fff;
    transition: all .15s linear;
}
.right-position-advice-wrap .top-div-hover {
    display: none;
    opacity: 0;
    position: absolute;
    font-size: 14px;
    color: #4aca53;
    width: 130px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border:1px solid #eee;
    left: -130px;
    top: 0px;
    background: #fff;
    transition: all .15s linear;
}
.right-position-advice-wrap .advice-div-show,.right-position-advice-wrap .feedback-div-show,.right-position-advice-wrap .top-div-show {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border:1px solid #eee;
    background: #fff;
}
.right-position-advice-wrap .feedback-div-show {
    border-top: none;
    border-bottom: none;
}
.feedback-layer .modal-content {
    padding: 4px;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 5px;
    position: relative;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
    outline: 0;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.feedback-layer .modal-header {
    background-color: #f2f1f1;
    min-height: 16.43px;
    padding: 15px;
}
.feedback-layer .modal-header .close {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    float: right;
    opacity: .2;
    color: #000;
    background: #fff;
    text-shadow: 0 1px 0 #fff;
    font-size: 28px;
    font-weight: 400;
    margin-top: -6px;
    padding: 0;
    cursor: pointer;
    border: 0;
    background: 0 0;
}
.feedback-layer .modal-title {
    line-height: 1.42857143;
    margin: 0;
    font-family: Microsoft Yahei;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}
.feedback-layer .modal-body {
    position: relative;
    width: 431px;
    height: 313px;
    margin: 30px auto 26px;
    padding: 20px 30px 0;
    background-image: url(../../img/paper_bg.png);
    background-repeat: no-repeat;
}
.feedback-layer .feedback-face {
    position: absolute;
    display: inline-block;
    top: -26px;
    left: -13px;
    width: 47px;
    height: 52px;
    background-image: url(../../img/backgrounds.32.png);
    background-position: -56px 0;
}
.feedback-layer .modal-body .form-control {
    font-size: 14px;
    line-height: 1.42857143;
    height: 20px;
    padding: 5px 10px;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    color: #707070;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
    width: 330px;
    height: 28px;
    height: 22px\9;
    padding-top: 11px\9;
    padding-right: 14px;
    padding-left: 14px;
    color: #959595;
    border-color: #dac49f;
    background-color: transparent;
    box-sizing: initial;
}
.feedback-layer .modal-body textarea {
    font-size: 14px;
    line-height: 40px;
    width: 344px;
    height: 156px;
    margin-top: 40px;
    margin-bottom: 10px;
    padding: 0 0 0 14px;
    resize: none;
    color: #959595;
    border: none;
    outline: 0;
    background-color: transparent;
    background-image: url(../../img/paper_line.png);
    background-repeat: no-repeat;
    background-position: 0 35px;
}
.text-right {
    text-align: right;
}
.feedback-layer .text-right .btn-link {
    font-size: 14px;
    color: #959595;
    background-color: transparent;
    border-color: transparent;
}
.feedback-layer .text-right .btn {
    margin-left: 15px;
    text-indent: .4em;
    letter-spacing: .4em;
}
.feedback-layer .text-right .btn-primary {
    font-weight: 700;
    width: 110px;
    text-shadow: 1px 1px #92bd25;
    padding: 8px 0;
}
.feedback-layer .text-right .btn {
    margin-left: 15px;
    text-indent: .4em;
    letter-spacing: .4em;
}
.btn-lg {
    font-size: 16px;
    line-height: 1.33;
    padding: 10px 16px;
    border-radius: 2px;
}
.btn-primary {
    color: #fff;
    border-color: #62b651;
    background-color: #62b651;
}
.btn {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 2px;
    touch-action: manipulation;
    -o-user-select: none;
}
.icon-copnew{
    position: absolute;
    display: inline-block;
    top: 3px;
    right: 6px;
    width: 22px;
    height: 15px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAVCAYAAAC+NTVfAAADEElEQVRIib2VbUwbdRzHP9frXQstKLtM5EEH1AljZXED4ov5wAsTXZb4poTNIGbZQ9yWbK82SfSNMdFlkyyZr8ToNMbEmHhoAlH3lKhQCbuBDUTLKrDJxsY2CNnGCu1d73zRFllbjAujn+T/4r6///0+//vdJSeQwnS9zw3sAHzAemB16p4H4BYwCHwPfKZo6tziopAibgbagMeXIVyK68ABRVPVZGBbJH4b+GqFxABFwLfT9b7WZCAkxM0JcbZoVDRVFRLveAQozKJ8AlgrtpZU7wUak6lYkEfuls0IWMSmbiPIdlyvvog1ew8EcL6wCclTurDEVY9AOIzz+U0ImJgzs8jrK5BrPBiXroFoQ64uB8vECkeSmnzgithaUn0UKEumkqeU3LZ3kGtrmO84jeBy4v7kA8zBIIJgw/XRu0i1NdjrNmB/diPSmmLmT/eQd/IoYo6DyK/95L93EOkNH9HvTiGVFeP+/BjWUDB+mH8R7YA342CeKMK1/RXCXT+nleY+bGfuTN99mTU4jOitil9UVsCdu0heD2JxIeg6kd6h1DbP2AElk9voOoe0swlbz4W0mnPPaziatsb39QWY/bQDvXcAeX8LjhoPALEeDWndU9ieLMYMBDHnIqltHrOlJkmiZ/1Yf0/g3r0trWb+GcLo1jC6NWIXxwCI9A6AIOD0vQx//IUxPIZYWYHNW4XR93smxbR9KTmWRfjEF7jb308/mL8/bex66CrWjSnEl55D/1JFD47i2NcMOTlE/AOZDCNLPjlANBAiduqXtDzn8JsUdH4cX98cX8hj5wMgy+hDIfThyyDLWJO30EcnMrXvEqbrfdbiRCzIw9lQR8QfwLg5g/ioC6mqHD00DpaFs6Huvg6WYRDu7AZA8pQgb3ia8I9+rPko7te3Yk7NEP7pt1TxPcCTJs8SrYqmHvvPsa8QXxP/eZFNeSwhbVE01QRY+mt/eMwAXcARRVODiwuZ5CPAW4mblkMUmATGFU01Mm1IlbcDhxRNnV2m+H+RlE8CuxRN/SEb0iQ2QAW82RYD/AM7NQ3JoJ7wAQAAAABJRU5ErkJggg==");
    background-size: cover;
}
.class-name__link{
    display: inline-block;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#pop_msg_head{
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
}
#pop_message_icon{
    margin-right: 0px;
}
#pop_message_dlg button.close{
    display: none;
}
#pop_message_dlg {
    background: rgba(0,0,0,0.4);
    margin-top: 0px!important;
    border: none;
    box-shadow: none;
}
#pop_message_dlg .modal-dialog{
    top: 48%;
    left: 50%;
    width: 200px!important;
    position: absolute;
    padding-top: 0px;
    transform: translateX(-50%) translateY(-50%);
    opacity: 0.8;
}
#pop_message_dlg .modal-content{
    box-shadow: none;
    background: #000;
    border-radius: 0px;
}
#pop_message_dlg .modal-header{
    padding: 15px;
    padding-top: 26px;
    padding-bottom: 22px;
    border-bottom: none;
}
#pop_message_content{
    color: #fff;
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.4;
}
.icon-success {
    width:24px;
    height:24px;
    background-image:url(../../img/create-event/toast_ok_s--white.png);
    background-position: 50%;
    background-size: cover;
}
.icon-danger {
    width:24px;
    height:24px;
    background-image:url(../../img/create-event/toast_no_s.png);
    background-position: 50%;
    background-size: cover;
}
.icon-warning {
    width:24px;
    height:24px;
    background-image:url(../../img/create-event/toast_i.png);
    background-position: 50%;
    background-size: cover;
}
.create-inPop{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: rgb(0, 0, 0,0.63);
    display: none;
}

.create-inPop .create-modal-title{
    font-size: 20px;
    color: #1b1b1b;
    text-align: center;
    margin-top: 26px;
}

.create-inPop .lessons-box{
    width: 104px;
    height: 150px;
    display: block;
}
.create-inPop .lesson-text{
    position: relative;
    font-size: 15px;
    color: #1e1e1e;
    margin-top: 19px;
    text-align: center;
    }
.create-inPop .lessons-tip{
    position: absolute;
    right: -14px;
    top: -6px;
    width: 26px;
}
    .create-inPop .lessons-tip2{
        position: absolute;
        right: -37px;
        top: -6px;
        width: 26px;
    }
.lessons-box img{
    width: 95px;
}
.create-inPop .lessons-wrapper{
    margin-top: 45px;
    display: flex;
justify-content: space-between;
padding: 20px 69px 32px;
}
.create-inPop .create-modal-body{
    width: 470px;
	height: 308px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    background:rgba(255,255,255,1);
}

.create-inPop .create-modal-close{
    font-size: 23px;
    width: 20px;
    text-align: center;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.floating-menu{
    background: #FFFFFF;
    border-radius: 30px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 14px 12px;
    z-index: 99;
    box-shadow: 0 0 6px rgb(0 0 0 / 12%);
}
.floating-menu-item{
    width: 36px;
    height: 36px;
    padding: 6px 7px;
    box-sizing: border-box;
    margin-bottom: 8px;
    position: relative;
}
.floating-menu-item.new::before{
    content: " ";
    position: absolute;
    top: -6px;
    right: -6px;
    width: 24px;
    height: 24px;
    background-image: url('https://huodongxing.oss-cn-hangzhou.aliyuncs.com/Content/v2.0/img/admin-ico/new.png');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.floating-menu-item:last-child{
    margin-bottom: 0;
}
.floating-menu-item-img{
    height: 100%;
    width: 100%;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}
.floating-menu-item-img:hover::before{  
    position: absolute;
    width: 95px;
    height: 42px; 
    background-size: contain;
    background-repeat: no-repeat;
    left: -115px;
    text-align: center;
    line-height: 39px;
    color: #50D166;
    font-size: 14px;
    top: -9px;
    padding-right: 30px;
    box-sizing: content-box;
    background-image: url('https://huodongxing.oss-cn-hangzhou.aliyuncs.com/Content/v2.0/img/admin-ico/chatBox.png');
}
.floating-menu-item-service{
    background-image: url('https://huodongxing.oss-cn-hangzhou.aliyuncs.com/Content/v2.0/img/admin-ico/service.png');
}
.floating-menu-item-service:hover{
    background-image: url('https://huodongxing.oss-cn-hangzhou.aliyuncs.com/Content/v2.0/img/admin-ico/serviceActive.png');
    
}
.floating-menu-item-service:hover::before{
    content: "联系客服";   
}
.floating-menu-item-chat{
    background-image: url('https://huodongxing.oss-cn-hangzhou.aliyuncs.com/Content/v2.0/img/admin-ico/chat.png');
}
.floating-menu-item-chat:hover{
    background-image: url('https://huodongxing.oss-cn-hangzhou.aliyuncs.com/Content/v2.0/img/admin-ico/chatActive.png');
}
.floating-menu-item-chat:hover::before{
    content: "我要吐槽";   
}
.floating-menu-item-send{
    background-image: url('https://huodongxing.oss-cn-hangzhou.aliyuncs.com/Content/v2.0/img/admin-ico/send.png');
}
.floating-menu-item-send:hover{
    background-image: url('https://huodongxing.oss-cn-hangzhou.aliyuncs.com/Content/v2.0/img/admin-ico/sendActive.png');
}
.floating-menu-item-send:hover::before{
    content: "发布需求";   
}
.floating-menu-item-backTop{
    background-image: url('https://huodongxing.oss-cn-hangzhou.aliyuncs.com/Content/v2.0/img/admin-ico/backTop.png');
}
.floating-menu-item-backTop:hover{
    background-image: url('https://huodongxing.oss-cn-hangzhou.aliyuncs.com/Content/v2.0/img/admin-ico/backTopActive.png');
}
.floating-menu-item-backTop:hover::before{
    content: "返回顶部";   
}
.js-sticky-position{
    display: none!important;
}

