@charset "utf-8";
/* 客服 css*/

.fixed-aside {
    width: 70px;
    height: auto;
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 9999;
}
/*main css*/
.fa-menu {
    width: 70px;
    height: auto;
}

.fa-menu .fixbtn {
    display: block;
	width: 68px;
	height: 68px;
	margin-top: 5px;
    cursor: pointer;
    background: #f8f8f8 url(/tuan/images/fixed-icon.png) no-repeat 0 0;
    border-radius: 4px;
    border: 1px solid #ff6900;
    line-height: 106px;
    font-size: 12px;
    text-align: center;
    color: #ff6900;
}
.fa-menu .fixbtn:hover {
    border-color: #ff6900;
    background-color: #ff6900;
    color: #ffffff;
}

.fa-menu .btn-lineChat {
    background-position: 0 0;
}
.fa-menu .btn-lineChat:hover {
    background-position: 0 -300px;
}
.fa-menu .btn-phone {
    background-position: 0 -75px;
}
.fa-menu .btn-phone:hover {
    background-position: 0 -375px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.fa-menu .btn-weChat {
    background-position: 0 -150px;
}
.fa-menu .btn-weChat:hover {
    background-position: 0 -450px;
}
.fa-menu .btn-top {
    background-position: 0 -225px;
}
.fa-menu .btn-top:hover {
    background-position: 0 -525px;
}


.phone {
    display: none;
    height: 68px;
    width: 228px;
    background-color: #ff6900;
    border:1px solid #ff6900;
    position: absolute;
    top: 80px;
    font-size: 28px;
    right: 70px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 888;
}
.phone > span {
    display:block;
    color: #ffffff;
    text-align: left;
}
.phone > span:first-child {
    height: 14px;
    width:218px;
    line-height:14px;
    display:block;
    color: #ffffff;
    text-align: left;
    margin:10px;
    font-size:14px;
}
.phone > span:last-child {
    height: 34px;
    width:218px;
    line-height:20px;
    display:block;
    color: #ffffff;
    text-align: left;
    margin:10px;
    font-weight: bold;
}

.weChat {
    display: none;
    height: 218px;
    width: 218px;
    background-color: #ff6900;
    border:1px solid #ff6900;
    position: absolute;
    bottom: 0;
    right: 80px;
    border-radius: 4px;
    overflow: hidden;
}
.weChat img {
    height: 198px;
    width: 198px;
    margin: 10px;
}
