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

.icon_appsidebar {
    width: 26px;
    height: 100px;
    float: left;
    background: url(../images/appdown.png) 0 0;
    position: relative;
    display: none;
    cursor: pointer;
}
.appsidebar_head img{
    height: 36px;
    top: 4px;
    width: 114px;
    position: relative;
}
.appsidebar_box {
    float: left;
    width: 131px;
}

.appsidebar_head {
    text-align: center;
    width: 131px;
    height: 41px;
    background: #ffc18b;
    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(../images/appdown.png) -42px 0;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 999;
}
.lfapp{
    text-align:center;
    font-size:18px;
    font-weight:600;
    height: 40px;
    line-height: 40px;
}
.appsidebar_close:hover {
    background-position: -60px 0;
}


.app img{
    height: 96px;
    weight: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;
}

.lfapp {
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    background-color: white;
}

.online_content {
	background: url(../images/online_bg.png) no-repeat -147px -185px;
	padding-top: 11px;
	padding-bottom: 11px;
}

.online_content a.qq_icon {
	background: url(../images/online_bg.png) no-repeat -37px -130px;
	width: 121px;
	height: 25px;
	display: block;
	margin: 0 auto;
	text-indent: 30px;
	line-height: 23px;
	cursor: pointer;
}

.online_content a.qq_icon:hover {
	background-position: -159px -130px;
	color: #FFF;
}

.online_bar h2 {
	background: url(../images/online_bg.png) repeat-x 0 -156px;
	height: 29px;
	line-height: 27px;
	font-size: 12px;
	color: #666;
	text-align: left;
}

.online_bar h2 a {
	display: block;
	padding-left: 14px;
	margin-left: 6px;
	cursor: pointer;
}

.expand h2 a {
	background: url(../images/online_bg.png) no-repeat -36px -69px;
}

.collapse1 h2 a {
	background: url(../images/online_bg.png) no-repeat -36px -96px;
}

.expand h2 a:hover,.collapse1 h2 a:hover {
	text-decoration: none;
	color: #c81d04;
}

.online_content {
	text-align: center;
	border-bottom: 1px solid #d0d0d0;
}

.online_content ul li {
	height: 24px;
	line-height: 24px;
	margin-bottom: 4px;
}

.online_content ul li a:hover {
	color: #c81d04;
}

#onlineType1,#onlineType2,#onlineType3,#onlineType4,#onlineType5,#onlineType6 {
	display: none;
}

#onlineType1 {
	display: block;
}

.appdown-img {
	max-width: 70%;
	height: auto;
}

.appdownA-img {
	max-width: 100%;
	height: auto;
	position: relative;

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