/*在线客服*/
.appsidebar {
    position: fixed;
    top: 20%;
    right: 0;
    width: 131px;
    _position: absolute;
    z-index: 990;
    background: #fff9e7;
}

.icon_appsidebar {
    width: 26px;
    height: 100px;
    float: left;
    background: url(https://www.jwds.cn/wp-content/themes/wiatech/assets/images/appdown.png)0 0;
    position: relative;
    display: none;
    cursor: pointer;
}
.appsidebar_head img{
    height: 42px;
    width: 42px;
}
.appsidebar_box {
    float: left;
    width: 131px;
}

.appsidebar_head {
    text-align: center;
    width: 131px;
    height: 41px;
    background: #f79d50;
    background-position: 0 -103px;
    font-size: 0;
    line-height: 0;
    position: relative;
}

.appsidebar_close:link,.appsidebar_close:visited {
    display: block;
    width: 11px;
    height: 11px;
    background: url(https://www.jwds.cn/wp-content/themes/wiatech/assets/images/appdown.png) -42px 0;
    position: absolute;
    top: 5px;
    right: 5px;
}
.lfapp{
    text-align:center;
    font-size:18px;
    font-weight:600;
    height: 40px;
    line-height: 40px;
}
.appsidebar_close:hover {
    background-position: -60px 0;
}

.appsidebar_con {
    border: 7px solid #fff9e7;
    border-top: 0px;
    padding-top: 7px;
    padding-bottom: 9px;
    background: #f79d50;
    margin: 0;
    border-radius: 20px;
    padding-left: 0px;
}

.appsidebar_con li {
    height: 30px;
    list-style: none;
    text-align: center;
    font-weight: 600;
    color: #fff9e7;
}

.appsidebar_con .app {
    height: 96px;
}
.app img{
    height: 96px;
    width:96px
}
.downapp{
    display: flex;
    background: #fff9e7;
    border-radius: 10px;
    width: 100px;
    height: 28px;
    line-height: 28px;
    justify-content: center;
    margin: 10px 0;
    color: #666;
    font-weight: 600;
}
.appsidebar_con .bt {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    text-align: left;
    padding: 0 0 0 20px;
    color: #012646;
}

.appsidebar_bot {
    width: 131px;
    height: 148px;
    background: #f79d50;
    border-left: 7px solid #fff9e7;
    border-right: 7px solid #fff9e7;
    border-bottom: 7px solid #fff9e7;
    display: inline-block;
        padding: 0 10px;
        border-radius: 20px;
}

@media screen and (max-width:768px){
    .appsidebar{
        display: none;
    }
}
