body {
    -webkit-font-smoothing: antialiased;
    background-color: #fafafa;
    font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
    color: #666;
}

.topboxcover {
    width: 100%;
    height: 0px;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    box-shadow: 2px 1px 2px #5c5c5c;
    border-bottom: 2px solid #00a1ea;
    display: none;
}

.rightboxcover {
    width: 5px;
    height: 100%;
    background-color: #7a6e6e;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999998;
}

.rightboxcover i {
    font-size: 21px;
    margin: 0 auto;
    color: #ffffff;
    line-height: 40px;
    z-index: 2;
}

.rightboxcover .info {
    width: 5px;
    text-align: center;
    height: 100%;
    position: relative;
}

.rightboxcover .info .info-con {
    position: absolute;
    top: 50%;
    right: -1px;
    /* left: 50%; */
    transform: translateY(-50%);
}

.rightboxcover .info .info-con .info-bar-block {
    width: 38px;
    height: 38px;
    background-color: #7a6e6e;
    margin: 5px 0;
    cursor: pointer;
    position: relative;
}

.rightboxcover .info .info-con .info-bar-block-active {
    width: 38px;
    height: 38px;
    background-color: #00a1ea;
    margin: 5px 0;
    cursor: pointer;
    position: relative;
}

.rightboxcover .info .info-con .info-bar-block:hover {
    background-color: #00a1ea;
}

.info-con .tip {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 2px;
    background-color: red;
    color: white;
    top: -5px;
    border-radius: 20px;
    font-size: 12px;
    line-height: 14px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.rightboxcover .to-top {
    width: 38px;
    height: 38px;
    background-color: #7a6e6e;
    margin: 1px;
    cursor: pointer;
    text-align: center;
    position: fixed;
    bottom: 10px;
    right: -1px;
}

.rightboxcover .tab-text {
    width: 62px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    position: absolute;
    font-style: normal;
    z-index: -1;
    left: 38px;
    background-color: #7a6e6e;
    -webkit-transition: left .3s ease-in-out .1s;
    transition: left .3s ease-in-out .1s;
    font-size: 12px;
}

.rightboxcover .info .info-con .info-bar-block:hover .tab-text {
    left: -61px;
    background-color: #00a1ea;
}

.rightboxcover .info .to-top:hover {
    background-color: #00a1ea;
}

.rightboxcover .info .to-top:hover .tab-text {
    left: -61px;
    background-color: #00a1ea;
}

#iCity {
    float: left;
    position: relative;
    height: 33px;
}

#iCity .ispanclass {
    cursor: pointer;
    font-size: 13px;
    padding: 0 5px;
}

#iCity .ispanclass:hover {
    color: #00a1ea;
}

.area-div-con {
    position: absolute;
    display: none;
    width: 400px;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(225, 225, 225, 0.50);
    border: 1px solid #ccc;
}

.area-div-con .area-tab-ul {
    float: left;
    position: relative;
    z-index: 2;
    height: 26px;
    background: #fff;
    margin-right: 6px;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 14px;
}

.area-div-content-ul {
    position: relative;
    z-index: 2;
    height: 26px;
    background: #fff;
    margin-right: 6px;
    margin-bottom: 0;
    cursor: pointer;
    padding-left: 14px;
    dispaly: none;
}

#area-city {
    dispaly: none;
}

.area-div-content-ul li {
    padding: 0px 10px;
    line-height: 26px;
    height: 26px;
    width: 56px;
    color: #333;
    margin-top: 1px;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
}

.area-div-content-ul li:hover {
    background-color: #f5f5f5;
    color: #333;
}

.area-div-content-ul .active {
    background-color: #00a1ea;
    color: #fff;
}

.area-div-con .area-tab-ul li {
    padding: 5px 12px;
    line-height: 26px;
    height: 26px;
    color: #333;
}

.area-div-con .area-tab-ul .active {
    /*border-bottom: 1px solid #00a1ea;*/
    color: white;
}

.area-div-con .area-div-content {
    margin-top: 7px;
}

.area-div-con .close-area {
    float: right;
    margin-right: 20px;
}

.top_ad {
    position: relative;
    width: 1200px;
    max-height: 80px;
    overflow: hidden;
    margin: 0 auto;
    display: none;
}

.top_ad img {
    width: 1200px;
    cursor: pointer;
}

.top_ad .close {
    position: absolute;
    top: 0px;
    right: 0px;
    border: 1px solid white;
    background-color: #333333;
    color: white;
    cursor: pointer;
    padding: 0 5px;
}

.search_like_keyword {
    position: absolute;
    height: auto;
    width: 570px;
    top: 40px;
    left: 80px;
    background-color: white;
    border: 1px solid #ddd;
    z-index: 8;
    display: none;
}

.search_like_keyword li {
    padding: 10px 10px;
    cursor: pointer;
    color: #666;
    font-weight: 400;
}

.search_like_keyword li:hover {
    background-color: #f5f5f5;
}

.search_like_keyword .kwl-right {
    float: right;
    margin-right: 10px;
}

.search_like_keyword .kwl-right i {
    font-size: 12px;
}

.headbox-mark {
    position: fixed;
    background-color: #fff;
    overflow: unset;
    width: 100%;
    z-index: 99999;
    top: 0;
    box-shadow: 2px 2px 5px #c5c5c5;
}

.headbox-hide {
    display: none;
    width: 100%;
    height: 100px;
}

.head-float-item {
    float: left;
    position: relative;
    height: 33px;
    line-height: 33px;
}

.logo-title {
    float: left;
    width: 120px;
    border-left: 1px solid #c5c5c5;
    height: 50px;
    margin: 29px 0 29px 30px;
    line-height: 50px;
    padding-left: 20px;
    font-size: 25px;
    color: #00a1ea;
}

/*.search_like_keyword li:hover {*/
/*background-color: #F4F4F4;*/
/*}*/

.search_like_keyword .active {
    background-color: rgba(234, 190, 107, 0.19);
}

.buyer-car {
    width: 140px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #c5c5c5;
    text-align: center;
    cursor: pointer;
    color: #00a1ea;
    position: relative;
    background-color: #fff;
    z-index: 3;
}

.buyer-car .ci-count {
    display: none;
    position: absolute;
    top: 5px;
    left: 105px;
    right: auto;
    padding: 1px;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    background-color: #f10215;
    -moz-border-radius: 7px;
    border-radius: 7px;
    min-width: 12px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.buyer-car-goods-list {
    padding: 5px;
    top: 37px;
    right: 0;
    width: 308px;
    display: none;
    position: absolute;
    border: 1px solid #c5c5c5;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, .1);
    z-index: 2;
}

.buyer-car-goods-list .cart_noNull {
    display: none;
}

#car-app {
    float: left;
    margin-right: 20px;
    position: relative;
}

#car-app:hover .buyer-car-goods-list {
    display: block;
}

#car-app:hover .buyer-car {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
}

.cart_zero {
    padding: 10px;
}

.r-bar-content {
    width: 270px;
    height: 100%;
    background-color: #f5f5f5;
    position: fixed;
    top: 0;
    right: -270px;
    z-index: 999999;
}

.r-bar-content-title {
    height: 40px;
    line-height: 40px;
}

.r-bar-content-title .title-text {
    padding-left: 20px;
    font-size: 16px;
}

.r-bar-content-title .closeRightContent {
    float: right;
    margin-right: 20px;
}

.r-bar-content-title .closeRightContent:hover {
    color: #00a1ea;
}

.r-bar-content-menu {
    overflow: hidden;
    background-color: white;
    padding: 5px 0px;
    width: 100%;
}

.r-bar-content-menu ul li {
    background-color: white;
    border-right: 1px dashed #00a1ea;
    float: left;
    padding: 5px 20px;
    cursor: pointer;
}

.cart_hd {
    height: 25px;
    padding: 6px 8px;
    line-height: 25px;
}

.cart_bd {
    background: #fff;
    height: auto !important;
    height: 344px;
    max-height: 344px;
    overflow-y: auto;
    overflow: hidden;
}

.cart_item {
    line-height: 17px;
    vertical-align: bottom;
    background: #fff;
}

.cart_item_hd, .cart_item_inner {
    padding: 8px 10px;
    border-top: 1px dotted #ccc;
    overflow: hidden;
}

.cart_img {
    float: left;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    padding: 0;
    margin-right: 10px;
    font-size: 0;
    overflow: hidden;
}

.cart_name {
    float: left;
    width: 120px;
    height: 52px;
    overflow: hidden;
}

.cart_info {
    float: right;
    text-align: right;
    width: 85px;
}

.cart_price {
    font-weight: 700;
}

.cart_delete, .cart_price, .cart_tag {
    float: right;
    clear: both;
    max-width: 85px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cart_delete, .cart_price, .cart_tag {
    float: right;
    clear: both;
    max-width: 85px;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.cart_ft {
    padding: 8px;
    background: #f5f5f5;
    text-align: right;
    overflow: hidden;
}

.cart_ft_info {
    float: left;
    line-height: 29px;
}

.cart_num {
    font-weight: 700;
}

.cart_ft_lk {
    float: right;
    height: 29px;
    padding: 0 10px;
    background: #00a1ea;
    color: #fff;
    text-align: center;
    font-weight: 700;
    line-height: 29px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

.cart_ft_lk:hover {
    color: white;
}

.loginbox-inline-list {
    position: relative;
    cursor: pointer;
    width: auto;
    text-align: center;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
}

.loginbox-inline-list:hover {
    background-color: white;
    box-shadow: 0px 1px 1px #f5f5f5;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
}

.loginbox-inline-list .item-txet {
    position: relative;
    padding: 0 10px;
    z-index: 5;
}

.loginbox-inline-list:hover .item-txet {
    background-color: white;
}

.loginbox-inline-list:hover .item-list {
    display: block;
}

.loginbox-inline-list:hover .item-list-big {
    display: block;
}

.loginbox-inline-list .item-list {
    display: none;
    position: absolute;
    left: -1px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, .1);
    width: 68px;
}

.loginbox-inline-list .item-list-big {
    display: none;
    position: absolute;
    left: -1px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 2px 1px rgba(0, 0, 0, .1);
    width: 120px;
}

.loginbox-inline-list .item-list ul li {
    cursor: pointer;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.loginbox-inline-list .item-list ul li:hover {
    color: #ff6933;
    background-color: white;
}

.loginbox-inline-list .item-list ul .lichecked {
    color: #ff6933;
    background-color: white;
}

.topbar-notice-head {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #f5f5f5;
    padding: 0 15px;
    position: relative;
}

.topbar-notice-foot {
    border-top: 1px solid #f5f5f5;
}

.topbar .topbar-info-dropdown-memu li a {
    display: block;
    padding: 0 24px;
    clear: both;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    white-space: nowrap;
    min-width: 120px;
    -webkit-transition: all .15s;
    transition: all .15s;
    cursor: pointer;
}

.topbar-notice-body ul {
    position: relative;
    list-style: none;
    overflow: hidden;
}

.topbar-notice-body ul .msglist {
    height: 50px;
    text-align: left;
    padding: 5px 20px;
    border-bottom: 1px solid #f5f5f5;
}

.topbar-notice-body ul .msg-title {
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    font: 14px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
    color: #666;
}

.topbar-notice-body ul .msg-title:hover {
    color: #00a1ea;
}

.topbar-notice-body ul .msg-time {
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    font: 12px/1.5 Microsoft YaHei, tahoma, arial, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
    color: #d8d8d8;
}

.topbar-notice-body ul h3 {
    font-size: 14px;
}

.goods-container {
    height: 628px;
    width: 1226px;
    margin-right: auto;
    margin-left: auto;
}

.container-left {
    float: left;
    width: 234px;
    height: 628px;
}

.goods-item, .goods-item-left {
    height: 614px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.goods-item:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.goods-item, .goods-item-left img {
    width: 234px;
}

.goods-item-left-m {
    height: 300px;
    padding: 0;
}

.goods-item-left-m img {
    height: 300px;
}

.goods-item-left-l {
    height: 614px;
}

.goods-item-left-l img {
    height: 614px;
}

.container-right {
    float: right;
    width: 978px;
    height: 628px;
}

.goods-item-l {
    height: 614px;
}

.goods-item-l img {
    width: 234px;
    height: 614px;
}

.goods-item-m {
    height: 246px;
    padding: 34px 0 20px
}

.goods-item {
    position: relative;
    z-index: 1;
    float: left;
    width: 227px;
    margin-left: 14px;
    margin-bottom: 14px;
    background: #fff;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.goods-item-list {
    width: 992px;
}

.goods-item .flag {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    width: 64px;
    height: 20px;
    margin-left: -32px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.goods-item .flag-saleoff {
    background-color: #e53935;
}

.goods-item .flag-new {
    background-color: #83c44e;
    z-index: 5;
}

.goods-item-m .goods-img {
    width: 150px;
    height: 150px;
    margin: 0 auto 18px;
}

.goods-item-m .title {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}

.num {
    font-size: 14px;
}

.goods-item-m .title a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 14px;
}

.goods-item-m .desc {
    margin: 0 10px 10px;
    height: 18px;
    font-size: 12px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    _zoom: 1;
    color: #b0b0b0;
}

.goods-item-m .price {
    margin: 0 10px 10px;
    text-align: center;
    color: #ff6700;
}

.goods-item-m .price del {
    color: #b0b0b0;
    margin-left: 5px;
}

.goods-item-s {
    height: 93px;
    padding-top: 50px;
}

.goods-item-s .goods-img {
    position: absolute;
    right: 20px;
    top: 32px;
    width: 80px;
    height: 80px;
}

.goods-item-s .title {
    margin: -18px 110px 5px 30px;
    font-size: 14px;
    font-weight: 400;
    height: 80px;
    overflow: hidden;
}

.goods-item-s .price {
    margin: 0 110px 0 30px;
    font-size: 12px;
    color: #ff6700;
}

.goods-item-s .more {
    display: block;
    margin: 0 110px 0 30px;
    font-size: 18px;
    color: #333;
}

.goods-title {
    position: relative;
    height: 58px;
    -webkit-font-smoothing: antialiased;
}

.goods-title .title {
    margin: 0;
    font-size: 22px;
    font-weight: 200;
    line-height: 58px;
    color: #333;
}

.goods-nav {
    position: absolute;
    top: 0;
    right: 0;
}

.goods-nav .tab-list {
    margin: 0;
    padding: 16px 0 0;
    list-style-type: none;
    font-size: 16px;
}

.goods-nav .tab-list li {
    display: inline-block;
    padding: 0;
    margin: 0 15px;
    color: #424242;
    border-bottom: 2px solid #f5f5f5;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-color .5s;
    transition: border-color .5s;
    cursor: pointer;
    font-size: 16px;
}

.goods-nav .tab-list li.tab-active {
    color: #ff6700;
    border-bottom: 2px solid #ff6700;
}

.all-goods-hover {
    display: none;
    z-index: 5002;
    background-color: white;
}

.goods:hover .all-goods-hover {
    display: block;
}

.new-nav-logo {
    width: 1200px;
    margin: 0 auto;
}

.new-nav-logo img {
    width: 100%;
    height: 100px;
}

.cart-strong {
    color: #333;
    font-weight: 700;
}

.cancel-follow {
    background-color: #f36f6f;
    color: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 2px 0;
    display: none;
    cursor: pointer;
}

.list-warp {
    width: 200px;
    background-color: white;
    padding: 10px 0 0 0;
    text-align: center;
    margin: 10px auto;
    position: relative;
}

.list-warp:hover .cancel-follow {
    display: block;
}

.list-warp .list-title {
    font-size: 15px;
    text-align: left;
    padding: 0 10px;
}

.list-warp .list-title a {
    font-size: 15px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #333;
}

.list-warp .list-location {
    font-size: 12px;
    text-align: left;
    padding: 5px 10px;
    color: #999;
}

.list-warp .list-location i {
    font-size: 12px;
}

.goto-btn {
    display: block;
    border-top: 1px solid #c5c5c5;
    padding: 5px 0;
}

.goto-btn i {
    font-size: 12px;
}

#r-bar-store-list {
    position: relative;
    overflow-y: auto;
}

#r-bar-store-list::-webkit-scrollbar { /*滚动条整体样式*/
    width: 5px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

#r-bar-store-list::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #7a6e6e;
}

#r-bar-store-list::-webkit-scrollbar-track { /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #EDEDED;
}

.my-follow-warp {
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.mobile-code {
    width: 688px;
    height: 180px;
    top: 34px;
    left: -621px;
    position: absolute;
    background-color: white;
    display: none;
    border: 1px solid #c5c5c5;
    box-shadow: 1px 1px 1px #f5f5f5;
    z-index: 1;
    transition: opacity .4s ease-in-out;
}

.site_list {
    padding: 5px;
    width: 600px;
    height: 160px;
    left: -385px;
    top: 34px;
    position: absolute;
    background-color: white;
    display: none;
    border: 1px solid #c5c5c5;
    box-shadow: 1px 1px 1px #f5f5f5;
    z-index: 1;
}

.loginbox:hover .site_list {
    display: block;
}

.loginbox:hover .mobile-code {
    display: block;
}

.mobile-code-item {
    width: 150px;
    text-align: center;
    float: left;
    margin-top: 20px;
    margin-left: 15px;
}

.site-nav-item {
    float: left;
    height: 160px;
    border-right: 1px solid #c5c5c5;
}

.site-nav-item-min {
    width: 250px;
    height: 160px;
    float: left;
}

.site-nav-item-title {
    text-align: left;
    padding-left: 5px;
    margin: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    line-height: 18px;
    height: 18px;
}

.site-nav-item-ul {
    overflow: hidden;
    padding: 10px 0px;
}

.site-nav-item .site-nav-item-ul li {
    float: left;
    line-height: 25px;
    height: 25px;
}

.site-nav-item .site-nav-item-ul li:hover {
    background-color: #00a1ea;
    border-radius: 5px;
    color: white;
}

.site-nav-item .site-nav-item-ul li:hover a {
    color: white;
}

.site-nav-item-subtitle {
    text-align: left;
    padding-left: 5px;
    height: 17px;
    line-height: 17px;
    border-left: 2px solid #00a1ea;
    margin-left: 10px;
}

.notice-item {
    display: flex;
    align-items: center;
    padding: 12px 24px;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid #f5f5f5;
    transition: all .3s;
}

.notice-item:hover {
    background-color: #f5f5f5;
}

.notice-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fe5d58;
    border-radius: 40px;
}

.notice-icon i {
    color: white;
}

.notice-des {
    margin-left: 8px;
    text-align: left;
}

.notice-des-title {
    font-weight: 100;
    font-size: 12px;
    color: #19233c;
    height: 23px;
    line-height: 23px;
}

.notice-des-time {
    height: 23px;
    line-height: 23px;
}

.topbar-notice-body a {
    padding: 0px;
}

.notice-null {
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 0px;
}

.notice-des-time {
    font-weight: 100;
    font-size: 12px;
    color: #666;
}

.notice-null-icon i {
    font-size: 50px;
    color: #666;
    font-weight: 100;
}

.notice-null-text {
    font-size: 12px;
    font-weight: 100;
    color: #666;
}

.online-chat {
    width: 150px;
    height: 30px;
    background-color: white;
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    border-right: 1px solid #c5c5c5;
    border-radius: 5px 5px 0px 0px;
    position: fixed;
    right: 60px;
    bottom: 0px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.online-state-dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #00a346;
    border-radius: 5px;
}

.online-chat i {
    font-size: 12px;
}
