.live800smbox-link {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.live800bigbox {
    display: block;
    position: fixed;
    bottom: 100px;
    right: 5px;
    z-index: 1000;
    width: 254px;
    /*height: 287px;*/
    cursor: pointer;
    border: 1px solid #c0c0c0;
}

.live800bigbox-close {
    position: absolute;
    top: 15px;
    right: 14px;
    width: 11px;
    height: 11px;
    /*background: url(../../../../../www/css/theme/default/image2/close.png) no-repeat scroll 0 0 transparent;*/
    background: url(/public/images/close.png) no-repeat scroll 0 0 transparent;
    background-size: 100%;
    font-size: 0;
    cursor: pointer;
}

.live800bigbox-panel {

}

.live800bigbox-header {
    font-size: 18px;
    color: #343434;
    height: 41px;
    line-height: 41px;
    background-color: #fff;
    text-align: center;
    border-bottom: 1px solid #c0c0c0;
}

.live800bigbox-header_online {
    display: block;
}

.live800bigbox-header_offline {
    display: none;
}

.live800bigbox.offline .live800bigbox-header_online {
    display: none;
}

.live800bigbox.offline .live800bigbox-header_offline {
    display: block;
}

.live800bigbox-body {
    padding: 20px 15px;
    background-color: #f6f6f7;
}

.live800bigbox-avatar_panel {
    height: 156px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    background: #fff;
}

.live800bigbox-photo {
    margin: 15px auto 10px;
    height: 67px;
    width: 67px;
}

.live800bigbox-photo img {

    border: 3px solid #e5efff;
    border-radius: 100%;
}

.live800bigbox-liveme {
    border-bottom: 1px solid #c0c0c0;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    color: #f9f9f9;
    background-color: #2f9ef1;
}

.live800bigbox.offline .live800bigbox-liveme {
    background-color: #b3b3b3;
}

.live800bigbox-name {
    text-align: center;
}

.live800bigbox-input_box {
    margin-top: 10px;
}

.live800bigbox-input {
    position: relative;
    height: 35px;
    line-height: 34px;
    border: 1px solid #c0c0c0;
    border-radius: 4px;
    background-color: #fff;
}

.live800bigbox-input_line {
    display: inline-block;
    height: 20px;
    width: 1px;
    margin-top: 7px;
    float: left;
    margin-left: 10px;
    border-left: 1px solid #c0c0c0;
}

.live800bigbox-input_placeholder {
    float: left;
    margin-left: 5px;
    color: #323a45;
}

.lim_float_icon {
    display: none !important;
}

/*.live800smbox {*/
/*display: block;*/
/*position: fixed;*/
/*right: 5px;*/
/*bottom: 60px;*/
/*width: 45px;*/
/*height: 120px;*/
/*}*/

.live800smbox-panel {
    position: relative;
}

.live800smbox-link {
    font-size: 0;
    display: block;
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    background-size: 100%;
    cursor: pointer;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    margin-top: 2px;
    opacity: 0.85;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
}
.live800smbox-link:hover{
    background: #fff;
}


.live800smbox-about {
    width: 43px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -ms-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition: background 0.5s linear;
    position: relative;
    margin-bottom: 2px;
    margin-top: 2px;
    opacity: 0.85;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
}
.live800smbox-about > img:nth-child(1) {
    display: inline-block;
}
.live800smbox-about > span {
    display: none;
}
.online
.live800smbox-link {
    /*background: url(/public/images/msg_online_zh.jpg) no-repeat scroll 0 0 transparent;*/
}

/*.offline*/
/*.live800smbox-link {*/
/*background: url(../../../../../www/css/theme/default/image2/msg_offline_zh.jpg) no-repeat scroll 0 0 transparent;*/
/*}*/
.live800-erweima {
    width: 296px;
    height: 146px;
    position: absolute;
    right: 49px;
    top: -50px;
    display: none;
    -moz-box-shadow: -1px 2px 5px #bababa;
    -webkit-box-shadow: -1px 2px 5px #bababa;
    box-shadow: -1px 2px 5px #bababa;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#313131)";
}
.live800-erweima-en {
    position: absolute;
    right: 47px;
    top: 0;
    display: none;
    -moz-box-shadow: -1px 2px 5px #bababa;
    -webkit-box-shadow: -1px 2px 5px #bababa;
    box-shadow: -1px 2px 5px #bababa;
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#313131)";
}
.live800-bottom-toTop {
    display: none;
    width: 43px;
    height: 43px;
    line-height: 41px;
    /* background: #000; */
    background:#ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    opacity: 0.85;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);

}
.live800-bottom-write {
    display: block;
    width: 43px;
    height: 43px;
    line-height: 41px;
    /*margin-top: 2px;*/
    text-align: center;
    cursor: pointer;
    -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -ms-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
    opacity: 0.85;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.15);
}
.live800-toTop-span ,
.live800-write-span ,
.live800-about-span ,
.live800-phone-span {
    line-height: 15px;
    width: 30px;
    padding-top: 6px;
    color: #1B2733;
    font-size: 12px;
}

.live800-bottom-write:hover .live800-write-span ,
.live800-bottom-toTop:hover .live800-toTop-span,
.live800smbox-about:hover .live800-about-span ,
.live800smbox-link:hover .live800-phone-span {
    display: inline-block;
}
.live800smbox-about:hover .live800-erweima {
    display: inline-block;
}
.live800-bottom-write:hover .live800-write-img ,
.live800-bottom-toTop:hover .live800-toTop-img ,
.live800smbox-about:hover .live800-about-img ,
.live800smbox-link:hover .live800-phone-img{
    display: none;
}

.live800-bottom-write:hover ,.live800-bottom-toTop:hover {
    background: #fff;
}
.live800smbox-about:hover {
    background: #fff;
    cursor: pointer;
}
.live800-toTop-span ,.live800-write-span ,.live800-phone-span{
    display: none;
}
.live-box-fixed {
    display: block;
    position: fixed;
    right: 0 ;
    bottom: 90px;
    z-index: 60;
    width: 43px;
}
.live-box-fixed>div{
    float: right;
}
img {
    vertical-align: middle;
    border: 0;
}
.wenzi-zh {
    display: block;
    margin: 0 auto;
}
.wenzi-en {
    display: none;
    margin: 0 auto;
}
.live800smbox-link > img:first-child {
    width: 22px;
    height: 22px;
}
.live800smbox-link-zh {
    display: inline-block;
}
.live800smbox-link-en {
    display: none;
}
.live800-phone {
    display: none;
    width: 195px;
    height: 67px;
    position: absolute;
    right: 40px;
    top: -6px;
   
    /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#313131)";
}
.live800smbox:hover .live800-phone{
    display: block;
}
.live800-phone-span {

}
#zh #live800_zh {
    display: block;
}
#zh #live800_en {
    display: none;
}
#en #live800_en {
    display: block;
}
#en #live800_zh {
    display: none;
}
