.online-service .cont-wrap .service-head .icon-close-service, .online-service .cont-wrap .search .search-wrap .icon-search, .online-service .cont-wrap .service-list .service-itm .icon-qq {
    background-repeat: no-repeat;
    background-size: 100%
}

.online-service .cont-wrap .service-list .service-itm .game, .online-service .cont-wrap .service-list .service-itm .qq, .online-service .cont-wrap .service-list .service-itm .icon-qq {
    display: inline-block;
    vertical-align: middle
}

.online-service {
    position: fixed;
    z-index: 1000;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.online-service .cont-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -243px 0 0 -375px;
    width: 750px;
    height: 487px;
    background: #fff;
    border-radius: 10px;
    color: #333;
    display: none
}

.online-service .cont-wrap .service-head {
    position: relative;
    margin: 24px 0 16px;
    padding: 0 17px;
    height: 22px
}

.online-service .cont-wrap .service-head .txt {
    text-align: center;
    line-height: 22px;
    font-size: 16px
}

.online-service .cont-wrap .service-head .icon-close-service {
    position: absolute;
    top: 2px;
    right: 17px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("/user/img/icon_close20.png");
    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.online-service .cont-wrap .service-head .icon-close-service:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.online-service .cont-wrap .search {
    margin-bottom: 29px;
    padding-right: 16px;
    text-align: right
}

.online-service .cont-wrap .search .search-wrap {
    position: relative;
    display: inline-block;
    width: auto;
    height: 34px;
    border: 1px solid #D7D7D7
}

.online-service .cont-wrap .search .search-wrap .icon-search {
    position: absolute;
    top: 6px;
    left: 11px;
    width: 20px;
    height: 20px;
    background-image: url("/user/img/icon_search20.png");
    cursor: pointer
}

.online-service .cont-wrap .search .search-wrap > input {
    width: 100%;
    height: 100%;
    padding-left: 38px;
    font-size: 14px;
    color: #999
}

.online-service .cont-wrap .search .datalist {
    font-size: 14px;
    color: #6C6C6C
}

.online-service .cont-wrap .service-list {
    padding: 0 24px 4px 24px;
    height: 362px;
    overflow-y: auto
}

.online-service .cont-wrap .service-list::-webkit-scrollbar {
    width: 10px;
    height: 128px
}

.online-service .cont-wrap .service-list::-webkit-scrollbar-track {
    background: #D8D8D8;
    border-radius: 5px;
    border: none
}

.online-service .cont-wrap .service-list::-webkit-scrollbar-thumb {
    background: #6C6C6C;
    border-radius: 5px
}

.online-service .cont-wrap .service-list::-webkit-scrollbar-thumb:hover {
    background: #646262
}

.online-service .cont-wrap .service-list .service-itm {
    display: inline-block;
    margin-bottom: 18px
}

.online-service .cont-wrap .service-list .service-itm:nth-of-type(even) {
    float: right
}

.online-service .cont-wrap .service-list .service-itm:nth-of-type(odd) {
    float: left
}

.online-service .cont-wrap .service-list .service-itm .game {
    padding-right: 16px
}

.online-service .cont-wrap .service-list .service-itm .qq {
    padding-right: 16px
}

.online-service .cont-wrap .service-list .service-itm .icon-qq {
    width: 79px;
    height: 25px;
    background-image: url("/user/img/icon_qq2.png")
}

.online-service .cont-wrap .service-list .service-itm .game, .online-service .cont-wrap .service-list .service-itm .qq {
    line-height: 20px;
    font-size: 14px
}

/*# sourceMappingURL=online-service.css.map */