.ymwl-form {
    filter: alpha(opacity = 0);
    transition: 0.2s ease-out;
    position: fixed;
    bottom: 0%;
    width: 70px;
    right: 35px;
    font-size: 12px;
    background-color: #f49e15;
    z-index: 9999;
    padding-bottom: 10px;

}

.ymwl-form .ymwl-item {
    position: relative;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
    margin:0;
    background-color: #f49e15;
}
.im-msg-container .content{
    position: unset !important;
    height: unset !important;
    padding-top: 44px;
    flex-grow: 1;
}
.ymwl-item:hover{
    background-color: #4fc2b8;
    color: #fff;
}

.ymwl-form input{
  cursor:pointer;border:none;background:transparent;color:#fff;margin: 3px 0;
}

.ymwl-form input:hover{
    color: #043b9a
}

.ymwl-icon{
    display: block;
    width: 31px;
    height: 30px;
    background: url(./chat.png);
    margin: 20px auto;
    margin-bottom: 4px;
}

.ymwl-close {
    display: block;
    width: 24px;
    height: 22px;
    background: url(./out.png) no-repeat;
    position: absolute;
    background-size: 100% 100%;
    right: 10px;
    top: 11px;
    cursor: pointer;
    z-index: 2;
}

.wolive-talk{

    background: #4fc2b8 !important;
    width: 435px;
    height: 80vh;
  position: fixed;
  bottom: 0;
  right:40px;
  z-index: 999999;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: -2px 0px 20px 0px rgba(0, 0, 0, 0.15);

}

#wolive-iframe{
  width: 100%;
  height: 100%;
  box-shadow: rgba(15, 66, 76, 0.25) 0 0 24px 0;
  border: none;
    transform-origin: left top;
}

#container{
    display: flex;
    flex-direction: column;
    height: 100vh;
}
.business_guide{
    background-color: #F5F5F5;
}
.im-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    background: #25c16f;
    height: 45px;
    color: #fff;
    line-height: 46px;
    font-size: 18px;
    padding: 0 10px;
    text-align: center;
    font-size: 14px !important;
    font-family: SourceHanSansCN-Medium, SourceHanSansCN;
    font-weight: 500;
    color: #FFFFFF !important;
    box-sizing: border-box;
}

/*.im-header{*/
/*    */
/*}*/

.guide_title{
    font-size: 14px !important;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #363636 !important;
}


.business_guide .layui-tab-title li{
    padding: 8px 12px;
    font-size: 14px;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
    color: #000000;
    line-height: 1 !important;
    height: auto;
    border:0;
}
.guide_ul .layui-this{
    color: #FFFFFF !important;
}
.business_guide .layui-form-label{
    float: none;
    width: 100%;
    text-align: left;
    font-size: 14px !important;
    font-family: SourceHanSansCN-Normal, SourceHanSansCN;
    font-weight: 400;
}
.business_guide  .layui-input-block{
    margin-left: 15px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 15px;
    border: 1px solid #EEEEEE;
    width: 334px;
    box-sizing: border-box;
    padding: 6px 10px;
    overflow: hidden;
}
.business_guide  .layui-input-block input{
    height: 100%;
    border: 0;
}
.business_guide .layui-input-blocks{
    position: fixed;
    bottom: 20px;
}
.business_guide .layui-input-blocks .layui-btn{
    width: 334px;
    height: 30px;
    background: #4fc2b8;
    border-radius: 5px;
    margin-left: 15px;
    line-height: 30px;
}
.guess-cont{

}
.guess-cont-title{
    font-weight: bold;
    margin: 4px 0;
    font-size: 13px;
    color: #333333;
}
.guess-cont-list{
    display: flex;
    flex-wrap: wrap;
}
.guess-cont-list a{
    padding: 5px 8px;
    border-radius: 15px 15px 15px 15px;
    border: 1px solid rgba(0,0,0,0.25);
    margin-right: 10px;
    cursor: pointer;
    font-size: 10px;
    color: #333333;
    line-height: 14px;
    margin-top: 6px;
}

.blue-text{
        color: #4fc2b8;
        display: block;
        cursor: pointer;
        text-decoration: none
    }
    .service-btn{
        width: 300px;
        display: flex;
        justify-content: flex-end;
        padding-top: 10px;
    }
    .service-btn-cont,.service-btn-cont-outline{
        font-size: 12px;
        height: 20px;
        border-radius: 20px;
        line-height: 20px;
        padding: 0 10px;
        cursor: pointer;
        margin-left: 4px;
    }
    .service-btn-cont{
        background: #4fc2b8;
        color: #fff;
    }
    .service-btn-cont-outline{
        color: #4fc2b8;
        border: 1px solid #4fc2b8;
    }
    .checkbox-box{
        display: grid;
        width: 300px;
        grid-template-columns: repeat(2, 1fr);
    }
    .checkbox-box label{
        color: #666666;
        display: flex;
        align-items: center;
        margin-top: 4px;
    }
    .checkbox-box label input{
        appearance: none;
        width: 20px;
        height: 20px;
        border: 1px solid #eee;
        border-radius: 4px;
        margin-right: 4px;
        color: transparent;
        text-align: center;
        line-height: 20px;
        font-size: 12px;
    }
    .checkbox-box label input:checked {
        color: #fff;
        background-color: #4fc2b8;
        border: 1px solid #4fc2b8;
    }
    .checkbox-box label input:after {
        content: "✔";
    }
    .inquery-line{
        display: flex;
        margin-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        justify-content: space-between;
        align-items: center;
    }
    .inquery-box{
        width: 300px;
    }
  .outer-left pre{
    max-width: 300px;
      display: flex;
      flex-direction: column;
}
.outer-left pre ul{
    line-height: 20px;
    display: grid;
    gap: 0;
}
    .inquery-box .inquery-line:last-child{
        border-bottom: none;
    }
    .grey-text{
        color: #666;
    }
    .inquery-line-name{
        width: 160px;
        margin-bottom: 4px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-height: 16px;
        margin-right: 20px;
    }
    .inquery-line-desc{
        width: 160px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #666;
        margin-right: 20px;
    }
.chatmsg ol{
    line-height: 1;
    margin-left: 15px;
}
.chatmsg ol, .chatmsg ul{
    line-height: 1;
}
.chatmsg ol > li{
    list-style: unset !important;
    line-height: 1;
    display: grid;
    gap: 0;
}
.chatmsg p {
    line-height: 20px;
}
.btn-answer{
    /*pointer-events: none;*/
    /*cursor: no-drop !important;*/
    color: #4fc2b8 !important;
    position: relative;
    opacity: .6;
}
.btn-answer::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 4px solid #eee;
    border-radius: 2px;
    animation: answer-loading .8s ease infinite;
    left: 23px;
    top: 7px;
}
@keyframes answer-loading {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}
.start-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    padding-top: 37px;
}
.start-box-top{
    width: calc(100% - 30px);
    background: radial-gradient( 0% 0% at 0% 0%, #FFFFFF 0%, #FFFFFF 2%, #FFFFFF 100%);
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #FFFFFF;
    padding: 17px 19px 14px;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 16px;
}
.start-box-logo{
    width: 37px;
    height: 37px;
    background: #FFFFFF;
    border: 1px solid #F0F0F0;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: -26px;
    padding: 3px;
}
.start-box-logo img{
    width: 100%;
    border-radius: 50%;
    object-fit: contain;
}
.start-box-name{
    font-size: 14px;
    color: #108391;
    line-height: 19px;
}
.start-box-info{
    color: #666666;
    line-height: 19px;
}
.start-box-btn{
    margin-bottom: 10px;
    width: 240px;
    height: 30px;
    background: #4FC2B8;
    border-radius: 15px 15px 15px 15px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    color: #FFFFFF;
}
.service{
    margin-bottom: 10px;
}
