a,
b,
body,
dd,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
label,
li,
ol,
p,
span,
strong,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
ul {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

html {
    width: 100%
}

li,
ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    border: 0
}

a {
    text-decoration: none;
    color: #000
}

.cl:after,
.cl:before {
    content: " ";
    display: table;
    height: 0;
    visibility: hidden
}

.cl:after {
    clear: both
}

.cl {
    *zoom: 1
}

a:hover {
    text-decoration: none
}

.hide {
    display: none
}

body {
    font-family: "microsoft YaHei"
}

.wrapper {
    width: 1140px;
    margin: 0 auto;
    position: relative
}

.top {
    z-index: 1001
}

.tip_box {
    position: absolute;
    left: 0;
    bottom: 46px;
    z-index: 50;
    border: 1px solid #707070;
    padding: 3px 10px;
    background: #fff;
    border-radius: 3px;
    color: #707070;
    line-height: 22px;
    text-align: center
}

.tip_box .arr {
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid dashed dashed;
    border-color: transparent;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -7px
}

.tip_box .arr_top {
    border-top-color: #707070;
    bottom: -14px
}

.tip_box .arr_btm {
    border-top-color: #fff;
    bottom: -13px
}

.comm_icon {
    background: url(../images/icon.png?t=437161) no-repeat;
    _background: url(../images/icon_ie6.png?t=469200) no-repeat
}

.game-page {
    padding: 20px 0;
    text-align: center;
    height: 30px;
    font-size: 14px
}

.game-page a,
.game-page span {
    color: #707070;
    background: #e5e5e5 none repeat scroll 0 0;
    display: inline-block;
    border-radius: 3px;
    margin: 0 5px;
    padding: 5px 10px
}

.game-page .current {
    color: #fff;
    background-color: #f39800
}

.game-page span.next,
.game-page span.prev {
    color: #707070;
    background-color: #e5e5e5
}

.game-page a:hover {
    background-color: #fff;
    color: #f39800;
    border: 1px solid #f39800;
    padding: 4px 9px
}

.game-page-sub {
    height: 30px;
    font-size: 14px;
    display: inline-block
}

.game-page-sub a,
.game-page-sub span {
    color: #707070;
    background: #e5e5e5 none repeat scroll 0 0;
    display: inline-block;
    border-radius: 3px;
    margin: 0 5px;
    padding: 5px 10px
}

.game-page-sub .current {
    background-color: #f39800;
    color: #fff
}

.game-page-sub span.next,
.game-page-sub span.prev {
    color: #707070;
    background-color: #e5e5e5
}

.game-page-sub .prev {
    background-image: url(../images/page-icon.png?t=839730);
    background-repeat: no-repeat;
    background-position: 12px 8px;
    width: 14px;
    height: 19px
}

.game-page-sub .next {
    background-image: url(../images/page-icon.png?t=839730);
    background-repeat: no-repeat;
    background-position: 14px -26px;
    width: 14px;
    height: 19px
}

.game-page-sub a:hover {
    background-color: #fff;
    color: #f39800;
    border: 1px solid #f39800;
    padding: 4px 9px
}

.game-page-sub a.prev:hover {
    background-position: -18px 8px
}

.game-page-sub a.next:hover {
    background-position: -16px -26px
}

.game-page li {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

.game-page .active a {
    color: #fff;
    background-color: #f39800
}

.game-page .disabled a:hover {
    color: #707070;
    background: #e5e5e5 none repeat scroll 0 0;
    border: none;
    margin: 0 5px;
    padding: 5px 10px
}

.err-tip {
    position: absolute;
    display: none;
    left: 0;
    bottom: 32px;
    z-index: 50;
    border: 1px solid #fe610b;
    padding: 0 10px;
    background: #fff;
    border-radius: 3px;
    color: #fe610b;
    line-height: 22px;
    height: 23px;
    text-align: center
}

.err-tip ins {
    text-decoration: none;
    font-size: 12px;
    white-space: nowrap
}

.err-tip .trag {
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid dashed dashed;
    border-color: transparent;
    overflow: hidden;
    position: absolute;
    left: 6px
}

.err-tip .trag-top {
    border-top-color: #fe610b;
    bottom: -11px
}

.err-tip .trag-btm {
    border-top-color: #fff;
    bottom: -10px
}

.header {
    width: 100%;
    height: 166px;
    border-bottom: 2px solid #f39800;
}

.header_top {
    height: 78px;
    margin-bottom: 27px;
    padding-top: 25px;
    position: relative;
    z-index: 1005
}

.header_top .header_logo {
    /* width: 216px; */
    /* height: 80px; */
    /* background: url(../images/logo.png?t=979440) no-repeat 0 -60px; */
    _background: url(../images/logo_ie6.png?t=006891) no-repeat 0 -60px;
    float: left;
    margin: 1.5px 45px 0 0;
    /* background-position: 0 0; */
    background-position: 0 0;
}

.header_top .search_bar {
    float: left;
    width: 440px;
    height: 68px;
    margin-top: 13px
}

.header_top .search_bar .wrapper_left {
    z-index: 1005;
    position: relative
}

.header_top .search_bar .wrapper_right {
    position: relative
}

.header_top .search_bar form {
    width: 436px;
    height: 32px;
    border: 2px solid #f39800;
    border-radius: 4px;
    position: relative;
    background: #fff
}

.header_top .search-type {
    width: 58px;
    float: left;
    z-index: 1006;
    position: relative;
    font-size: 14px
}

.header_top .search-type:hover dd {
    display: block
}

.header_top .search-type dt {
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    overflow: hidden;
    padding-left: 10px;
    position: relative
}

.header_top .search-type .comm_icon {
    width: 12px;
    height: 6px;
    background-position: -150px -403px;
    position: absolute;
    right: 0;
    top: 15px
}

.header_top .search-type dd {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    left: 0;
    padding: 5px 0;
    position: absolute;
    top: 32px;
    width: 100%;
    z-index: 1010
}

.search-type dd a {
    color: #3c3c3c;
    display: block;
    line-height: 30px;
    text-align: center
}

.header_top .search_input {
    width: 328px;
    height: 32px;
    line-height: 32px;
    padding-left: 6px;
    float: left
}

.header_top .submit_input {
    width: 44px;
    height: 32px;
    text-indent: -9999px;
    float: right;
    cursor: pointer;
    background: url(../images/icon.png?t=437161) -48px -149px no-repeat
}

.header_top .hot_word {
    width: 440px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #000
}

.header_top .hot_word a {
    margin-right: 20px
}

.header_top .hot_word a:hover {
    color: #F39800
}

.header_top .header_ad {
    width: 300px;
    height: 78px;
    float: right;
    position: relative
}

.header_top .header_ad .picurl {
    position: absolute;
    left: 0;
    top: 0;
    width: 300px;
    height: 78px;
    z-index: 9;
    background: url(about:blank) no-repeat
}

.header_top .header_ad img {
    width: 300px;
    height: 78px
}

.header_nav {
    width: 1140px;
    height: 36px;
    overflow: hidden
}

.header_nav ul {
    width: 1143px;
    height: 36px
}

.header_nav li {
    width: 124px;
    height: 36px;
    margin-right: 3px;
    float: left;
    _display: inline;
    position: relative
}

.header_nav a {
    width: 124px;
    height: 36px;
    display: block;
    line-height: 36px;
    text-align: center;
    font-size: 18px
}

.header_nav .phone .new {
    width: 15px;
    height: 15px;
    background: url(../images/icon.png?t=437161) 0 -730px no-repeat;
    _background: url(../images/icon.png?t=437161) 0 -730px no-repeat;
    position: absolute;
    display: block;
    top: 7px;
    right: 7px;
    z-index: 10
}

.current_page {
    background-color: #f39800;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    color: #fff
}

.header_nav a:hover {
    background-color: #F39800;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-decoration: none;
    color: white;
}

.header .head-top-box {
    position: absolute;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d9d9d9;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    top: 75px;
    left: 268px;
    width: 392px;
    z-index: 1004
}

.header .head-top-box li {
    border-bottom: 1px dashed #d2d2d2
}

.header .head-top-box .header-search-list {
    height: 42px;
    margin: 10px
}

.header .header-search-icon,
.header .header-search-icon img {
    width: 42px;
    height: 42px;
    border-radius: 5px
}

.header .header-search-icon {
    margin: 0 5px
}

.header .header-search-info {
    margin-left: 5px;
    height: 42px;
    width: 200px;
    color: #333;
    line-height: 21px;
    overflow: hidden
}

.header .header-search-title {
    display: block;
    font-size: 14px;
    height: 21px;
    line-height: 21px;
    overflow: hidden
}

.header .header-search-desc {
    font-size: 12px;
    color: #999
}

.header .header-search-official {
    font-size: 12px;
    color: #00A0E9;
    height: 42px;
    line-height: 42px;
    display: block
}

.header .header-search-play {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    height: 20px;
    background-color: #f39800;
    display: block;
    padding: 0 10px;
    border-radius: 3px;
    margin: 11px 0 0 10px
}

.header .header-search-play:hover {
    background: #ffc000
}

.header .header-search-gift .header-search-info {
    width: 236px
}

.header .header-search-news .header-search-info {
    font-size: 12px;
    width: 240px
}

.header .header-search-news .header-search-official {
    width: 60px
}

.footer {
    /* margin-top: 0 !important; */
    /* background: none !important; */
}

.footer .footer-content {
    margin: 0 auto;
    top: 32px;
    width: 1140px;
    position: relative
}

.footer .footer-logo {
    left: 0;
    top: 14px;
    position: absolute;
    width: 213px;
    height: 66px;
    background: url(/templates/hl/img/footer_logo.png?t=090746) no-repeat center center;
}

.footer .footer-content i {
    margin: 0 10px;
    font-style: normal
}

.footer a {
    color: #707070
}

.footer a:hover {
    color: #eb6100
}

html {
    _background-image: url(about:blank);
    _background-attachment: fixed
}

.laydate_body .laydate_box,
.laydate_body .laydate_box * {
    margin: 0;
    padding: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.laydate-icon,
.laydate-icon-dahong,
.laydate-icon-danlan,
.laydate-icon-default,
.laydate-icon-molv {
    height: 22px;
    line-height: 22px;
    padding-right: 20px;
    border: 1px solid #C6C6C6;
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;
    outline: 0
}

.laydate_body .laydate_box {
    width: 300px;
    font: 12px "microsoft YaHei";
    z-index: 99999999;
    *margin: -2px 0 0 -2px;
    *overflow: hidden;
    _margin: 0;
    _position: absolute!important
}

.laydate_body .laydate_box li {
    list-style: none
}

.laydate_body .laydate_box .laydate_void {
    cursor: text!important
}

.laydate_body .laydate_box a,
.laydate_body .laydate_box a:hover {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    cursor: pointer
}

.laydate_body .laydate_box a:hover {
    text-decoration: none
}

.laydate_body .laydate_box cite {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: dashed;
    border-color: transparent;
    overflow: hidden;
    cursor: pointer
}

.laydate_body .laydate_box .laydate_time,
.laydate_body .laydate_box .laydate_yms {
    display: none
}

.laydate_body .laydate_box .laydate_show {
    display: block
}

.laydate_body .laydate_box input {
    outline: 0;
    font-size: 14px;
    background-color: #fff
}

.laydate_body .laydate_top {
    position: relative;
    background-color: #d3d3d3;
    height: 60px;
    width: 300px;
    *width: 100%;
    z-index: 99
}

.laydate_body .laydate_ym {
    margin-top: 15px;
    padding: 0 10px;
    position: relative;
    float: left;
    height: 30px;
    cursor: pointer;
    width: 100px;
    border-radius: 4px;
    background-color: #fff
}

.laydate_body .laydate_ym input {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: left;
    border: none;
    outline: 0;
    cursor: pointer
}

.laydate_body .laydate_ym .laydate_yms {
    position: absolute;
    left: -1px;
    top: 30px;
    overflow: hidden;
    width: 100%
}

.laydate_body .laydate_y {
    margin-left: 25px
}

.laydate_body .laydate_y .laydate_yms {
    text-align: center;
    height: 322px
}

.laydate_body .laydate_y .laydate_yms a {
    position: relative;
    display: block;
    height: 20px
}

.laydate_body .laydate_y .laydate_yms ul {
    height: 280px;
    padding: 0;
    *overflow: hidden
}

.laydate_body .laydate_y .laydate_yms ul li {
    float: left;
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.laydate_body .laydate_m {
    margin-left: 10px
}

.laydate_body .laydate_m .laydate_yms {
    padding: 0;
    height: 240px
}

.laydate_body .laydate_m input {
    width: 42px;
    margin-right: 15px
}

.laydate_body .laydate_m .laydate_yms span {
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: center;
    _display: inline;
    font-size: 14px
}

.laydate_body .laydate_choose {
    display: none;
    float: left;
    position: relative;
    width: 20px;
    height: 24px
}

.laydate_body .laydate_choose cite,
.laydate_body .laydate_tab cite {
    left: 50%;
    top: 50%
}

.laydate_body .laydate_chtop cite {
    margin: -7px 0 0 -5px;
    border-bottom-style: solid
}

.laydate_body .laydate_chdown cite {
    top: 50%;
    margin: -2px 0 0 -5px;
    border-top-style: solid
}

.laydate_body .laydate_chprev cite {
    margin: -5px 0 0 -7px
}

.laydate_body .laydate_chnext cite {
    margin: -5px 0 0 -2px
}

.laydate_body .laydate_ym label {
    width: 7px;
    height: 4px;
    overflow: hidden;
    position: absolute;
    top: 12px;
    right: 10px;
    background: url(../images/user/mhpq.png?t=1508470423) no-repeat -457px -35px
}

.laydate_body .laydate_table {
    width: 300px;
    border-collapse: collapse;
    border-spacing: 0
}

.laydate_body .laydate_table td,
.laydate_body .laydate_table th {
    width: 42px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    background-color: #d3d3d3;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff
}

.laydate_body .laydate_table thead th {
    background-color: #c2c2c2
}

.laydate_body .laydate_bottom {
    position: relative;
    height: 22px;
    line-height: 20px;
    padding: 5px;
    font-size: 12px
}

.laydate_body .laydate_bottom #laydate_hms {
    position: relative;
    z-index: 1;
    float: left
}

.laydate_body .laydate_time {
    position: absolute;
    left: 5px;
    bottom: 26px;
    width: 129px;
    height: 125px;
    *overflow: hidden
}

.laydate_body .laydate_time .laydate_hmsno {
    padding: 5px 0 0 5px
}

.laydate_body .laydate_time .laydate_hmsno span {
    display: block;
    float: left;
    width: 24px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    cursor: pointer;
    *margin-bottom: -5px
}

.laydate_body .laydate_time1 {
    width: 228px;
    height: 154px
}

.laydate_body .laydate_time1 .laydate_hmsno {
    padding: 6px 0 0 8px
}

.laydate_body .laydate_time1 .laydate_hmsno span {
    width: 21px;
    height: 20px;
    line-height: 20px
}

.laydate_body .laydate_msg {
    left: 49px;
    bottom: 67px;
    width: 141px;
    height: auto;
    overflow: hidden
}

.laydate_body .laydate_msg p {
    padding: 5px 10px
}

.laydate_body .laydate_bottom li {
    float: left;
    height: 20px;
    line-height: 20px;
    border-right: none;
    font-weight: 900
}

.laydate_body .laydate_bottom .laydate_sj {
    width: 33px;
    text-align: center;
    font-weight: 400
}

.laydate_body .laydate_bottom input {
    float: left;
    width: 21px;
    height: 20px;
    line-height: 20px;
    border: none;
    text-align: center;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400
}

.laydate_body .laydate_bottom .laydte_hsmtex {
    height: 20px;
    line-height: 20px;
    text-align: center
}

.laydate_body .laydate_bottom .laydte_hsmtex span {
    position: absolute;
    width: 20px;
    top: 0;
    right: 0;
    cursor: pointer
}

.laydate_body .laydate_bottom .laydte_hsmtex span:hover {
    font-size: 14px
}

.laydate_body .laydate_bottom .laydate_btn {
    position: absolute;
    right: 5px;
    top: 5px
}

.laydate_body .laydate_bottom .laydate_btn a {
    float: left;
    height: 20px;
    padding: 0 6px;
    _padding: 0 5px
}

.laydate_body .laydate_bottom .laydate_v {
    position: absolute;
    left: 10px;
    top: 6px;
    font-family: Courier;
    z-index: 0
}

.laydate_body .laydate_bottom .laydte_hsmtex,
.laydate_body .laydate_choose,
.laydate_body .laydate_table thead,
.laydate_body .laydate_y .laydate_yms a {
    background-color: #F6F6F6
}

.laydate_body .laydate_box {
    border-top: none;
    border-bottom: none;
    background-color: #fff;
    color: #707070
}

.laydate_body .laydate_box input {
    color: #707070
}

.laydate_body .laydate_box .laydate_void {
    color: #ccc!important
}

.laydate_body .laydate_box .laydate_void:hover {
    background-color: #fff!important
}

.laydate_body .laydate_box a,
.laydate_body .laydate_box a:hover {
    color: #333
}

.laydate_body .laydate_box a:hover {
    color: #666
}

.laydate_body .laydate_click {
    background-color: #c2c2c2
}

.laydate_body .laydate_table td.laydate_click {
    background-color: #f39800
}

.laydate_body .laydate_top {
    border-left: 1px solid #fff
}

.laydate_body .laydate_ym .laydate_yms {
    border: 1px solid #C6C6C6;
    background-color: #fff
}

.laydate_body .laydate_y .laydate_yms a {
    border-bottom: 1px solid #C6C6C6
}

.laydate_body .laydate_y .laydate_yms .laydate_chdown {
    border-top: 1px solid #C6C6C6;
    border-bottom: none
}

.laydate_body .laydate_choose {
    border-left: 1px solid #C6C6C6
}

.laydate_body .laydate_chprev {
    border-left: none;
    border-right: 1px solid #C6C6C6
}

.laydate_body .laydate_choose:hover,
.laydate_body .laydate_y .laydate_yms a:hover {
    background-color: #fff
}

.laydate_body .laydate_chtop cite {
    border-bottom-color: #666
}

.laydate_body .laydate_chdown cite,
.laydate_body .laydate_ym label {
    border-top-color: #666
}

.laydate_body .laydate_chprev cite {
    border-right-style: solid;
    border-right-color: #666
}

.laydate_body .laydate_chnext cite {
    border-left-style: solid;
    border-left-color: #666
}

.laydate_body .laydate_table .laydate_nothis {
    color: #e5e5e5
}

.laydate_body .laydate_table thead {
    height: 21px!important;
    line-height: 21px!important
}

.laydate_body .laydate_bottom {
    border-bottom: 1px solid #C6C6C6;
    display: none
}

.laydate_body .laydate_bottom #laydate_hms,
.laydate_body .laydate_time {
    background-color: #fff
}

.laydate_body .laydate_bottom .laydate_sj {
    border-right: 1px solid #C6C6C6;
    background-color: #F6F6F6
}

.laydate_body .laydate_bottom input {
    background-color: #fff
}

.laydate_body .laydate_bottom .laydte_hsmtex {
    border-bottom: 1px solid #C6C6C6
}

.laydate_body .laydate_bottom .laydate_btn {
    border-right: 1px solid #C6C6C6
}

.laydate_body .laydate_bottom .laydate_v {
    color: #999
}

.laydate_body .laydate_bottom .laydate_btn a {
    border-right: none;
    background-color: #F6F6F6
}

.laydate_body .laydate_bottom .laydate_btn a:hover {
    color: #000;
    background-color: #fff
}

.laydate_body .laydate_m .laydate_yms span:hover,
.laydate_body .laydate_table td:hover,
.laydate_body .laydate_time .laydate_hmsno span:hover,
.laydate_body .laydate_y .laydate_yms ul li:hover {
    background-color: #959595
}

#gameHallWrap .gh-com-removed,
.isgamehall {
    display: none
}

#gameHallWrap .isgamehall {
    display: block
}

#gameHallWrap body,
html#gameHallWrap {
    width: 100%
}

html {
    overflow-x: hidden
}

.space100 {
    width: 100%;
    height: 100px
}

b,
em,
i {
    font-weight: 400;
    font-style: normal;
    text-decoration: none
}

.fl {
    float: left
}

.fr {
    float: right
}

.shadow {
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=60);
    -MS-filter: "alpha(Opacity=60)";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000
}

body,
html {
    font-size: 14px;
    color: #707070;
    background: url(../images/user_bcg.jpg) repeat-y top center;
}

.header_box {
    background: white !important;
}

.content {
    width: 100%;
    background-color: #f4f4f4;
    position: relative
}

.clear {
    clear: both
}

.clearfix {
    *zoom: 1
}

.clearfix:after,
.clearfix:before {
    display: table;
    line-height: 0;
    content: ""
}

.clearfix:after {
    clear: both
}

.main .content {
    padding-top: 0
}

.main .footer {
    margin-top: 0
}

.couplet-content {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 500px;
    top: 168px;
    left: 0;
    z-index: 1
}

.couplet {
    position: absolute;
    width: 205px;
    z-index: 1000
}

.couplet .i {
    display: block
}

.couplet .close-ad {
    background: url(../images/close-ad.png?t=1508470423) no-repeat scroll 0 0;
    height: 12px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 12px
}

.couplet-right .close-ad {
    left: 5px
}

.couplet img {
    width: 205px
}

.couplet-left {
    margin-right: 570px;
    right: 50%
}

.couplet-right {
    margin-left: 570px;
    left: 50%
}

.content-fdbg {
    background: url(../images/user_bcg.jpg) repeat-y top center;
    padding-top: 30px;
}

.content-fdbg .wrapper {
    z-index: 11
}

.dudai-foc {
    width: 380px;
    height: 380px;
    float: left;
    display: inline-block;
    position: relative;
    float: left;
}

.dudai-foc img {
    width: 380px;
    height: 380px;
    display: block
}

.foc-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(//wan03.sogoucdn.com/cms4/static/img/phb/pian_539904.gif?t=1508470423) no-repeat
}

.fd-right-four {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}

.fd-right-four .fd-right-cell {
    width: 277px;
    height: 343px;
    float: left;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
    position: relative
}

.dudai-foc:hover,
.fd-right-cell:hover {
    box-shadow: 0 3px 12px rgba(0, 0, 0, .6)
}

.dudai-fed {
    background: url(../images/dudai.jpg?t=468962) no-repeat top center
}

.toask {
    background: url(../images/toask.jpg?t=837778) no-repeat top center
}

.dudai-broad {
    background: url(../images/dudai-br.jpg?t=897455) no-repeat top center
}

.dudai-broad2 {
    background: url(../images/bi_2.jpg) no-repeat top center
}

.dudai-broad3 {
    background: url(../images/bi_3.jpg) no-repeat top center
}

.qa-list {
    background: url(../images/usq.jpg?t=553189) no-repeat top center
}

.icon-fd {
    background-image: url(../images/sprite.png?t=502595);
    background-repeat: no-repeat
}

.fd-right-four .icon-fd {
    width: 68px;
    height: 68px;
    display: block;
    position: absolute
}

.pencile {
    top: 62px;
    left: 34px;
    background-position: -5px -333px
}

.speaker {
    top: 56px;
    left: 20px;
    background-position: -6px -420px
}

.note-list {
    top: 56px;
    left: 36px;
    background-position: -5px -506px
}

.dudai-fed .dudai-txt {
    font-size: 26px;
    color: #fffbbd;
    position: relative;
    z-index: 2;
    padding: 37px 0 0 22px;
    font-weight: 700
}

.dudai-img {
    width: 189px;
    height: 123px;
    position: absolute;
    display: block;
    top: 39px;
    right: 5px
}

.fd-right-text {
    padding: 40px 0 0 125px;
    font-size: 14px;
    line-height: 26px
}

.fd-right-text h2 {
    font-size: 24px;
    line-height: 36px
}

.fd-right-br {
    padding: 14px 0 0 96px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 700
}

.fd-right-br h2 {
    font-size: 18px;
    color: #FFF;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.speaker-cell {
    display: block;
    padding-left: 8px;
    width: 242px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    font-weight: 400
}

.fd-tab-row {
    width: 760px;
    padding-bottom: 25px;
    float: left;
}

.fd-tab-cell {
    width: 226px;
    height: 142px;
    display: inline-block;
    margin-left: 25px;
    float: left;
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding-top: 35px;
    line-height: 50px;
    position: relative;
    margin-top: 22px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 1px 24px rgba(0, 0, 0, .1);
    background: white;
}

.fd-tab-cell .icon-fd {
    display: block;
    margin: 0 auto;
    width: 77px;
    height: 77px
}

.usq .icon-fd {
    background-position: 3px 0
}

.waigua .icon-fd {
    background-position: 0 -81px
}

.laren .icon-fd {
    background-position: 1px -168px
}

.missed .icon-fd {
    background-position: -2px -247px
}

.sug .icon-fd {
    background-position: -1px -331px
}

.tousu .icon-fd {
    background-position: -1px -418px
}

.fd-tab-cell .hover-shadow {
    display: none;
    width: 174px;
    height: 25px;
}

.fd-tab-cell b {
    width: 173px;
    height: 25px;
    display: none;
    position: absolute;
    left: 0;
    top: 183px
}

.fd-tab-cell:hover {}

.fd-tab-cell:hover .hover-shadow {
    display: block
}

.fd-tab-row .a1 {
    color: #68C2EC;
}

.fd-tab-row .a1:hover {
    background: #68C2EC;
    color: white;
}

.fd-tab-row .a1:hover .icon-fd {
    background-position: -74px 0;
}

.fd-tab-row .a2 {
    color: #49CAAA;
}

.fd-tab-row .a2:hover {
    background: #49CAAA;
    color: white;
}

.fd-tab-row .a2:hover .icon-fd {
    background-position: -74px -81px;
}

.fd-tab-row .a3 {
    color: #FFC372;
}

.fd-tab-row .a3:hover {
    background: #FFC372;
    color: white;
}

.fd-tab-row .a3:hover .icon-fd {
    background-position: -74px -168px;
}

.fd-tab-row .a4 {
    color: #7B9FF5;
}

.fd-tab-row .a4:hover {
    background: #7B9FF5;
    color: white;
}

.fd-tab-row .a4:hover .icon-fd {
    background-position: -73px -247px;
}

.fd-tab-row .a5 {
    color: #7CBB36;
}

.fd-tab-row .a5:hover {
    background: #7CBB36;
    color: white;
}

.fd-tab-row .a5:hover .icon-fd {
    background-position: -74px -331px;
}

.fd-tab-row .a6 {
    color: #F17376;
}

.fd-tab-row .a6:hover {
    background: #F17376;
    color: white;
}

.fd-tab-row .a6:hover .icon-fd {
    background-position: -73px -418px;
}

.fd-tab-row .laren,
.fd-tab-row .tousu {
    /*background: #ecbb71*/
}

.fd-tab-row .tousu {
    margin-right: 0
}

.box-common {
    width: 1058px;
    height: auto;
    min-height: 330px;
    border: 1px solid #dfdfdf;
    background: #fff;
    padding: 32px 40px
}

.btnw {
    color: #fe2d0b;
    background: #fff;
    border: 1px solid #fe2d0b;
    text-align: center;
    display: inline-block;
    border-radius: 4px
}

.btnw:hover {
    background: #fe2d0b;
    color: #fff
}

.btnr {
    color: #fff;
    background: #fe2d0b;
    text-align: center;
    display: inline-block;
    border-radius: 4px
}

.btnr:hover {
    background: #fe610b
}

.nav {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #d2d2d2
}

.nav span {
    cursor: pointer;
    width: 116px;
    height: 33px;
    border-top: 2px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    display: inline-block;
    margin: 0 5px;
    float: left;
    line-height: 35px;
    text-align: center;
    color: #707070
}

.nav span.sel {
    border-bottom: 1px solid #fff;
    border-top: 2px solid #eb6100;
    color: #eb6100
}

.backbtn {
    float: right;
    color: #00a0e9;
    font-size: 12px;
    line-height: 26px
}

.box-ques-list {
    padding-top: 15px
}

.box-ques-list h3 {
    font-size: 14px;
    color: #000;
    line-height: 22px;
    font-weight: 400
}

.box-ques {
    width: 100%
}

.box-ques .ques {
    line-height: 22px;
    cursor: pointer;
    color: #707070
}

.box-ques .anwser {
    display: none;
    position: relative;
    width: 715px;
    padding: 22px 48px 22px 18px;
    color: #eb6100;
    background: #f5f5f5;
    border-radius: 4px;
    margin: 6px 0 20px
}

.box-ques .fold {
    cursor: pointer;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 6px;
    right: 10px;
    background-image: url(../images/service/service.png?t=303879);
    background-position: 0 0;
    background-repeat: no-repeat
}

.box-ques .fold:hover {
    background-position: 0 -24px
}

.show .anwser {
    display: block
}

.complain .box-text {
    padding-top: 20px;
    width: 885px
}

.complain .box-text h3 {
    font-size: 14px;
    color: #000;
    line-height: 28px;
    font-weight: 400
}

.complain .box-text p {
    line-height: 22px
}

.complain .box-text p.tips {
    line-height: 28px
}

.complain .box-text a {
    color: #00a0e9
}

.complain .box-text i {
    color: #e21e0a
}

.box-asklist {
    padding: 15px 0 33px;
    width: 100%
}

.box-asklist .box-ask {
    width: 100%;
    height: 52px;
    position: relative
}

.box-asklist .form-tip {
    color: #b5b5b5;
    margin-left: 40px;
    height: 30px;
    line-height: 28px
}

.box-asklist .form-tip span {
    color: red
}

.box-asklist .box-ask .box-left,
.box-asklist .box-ask .box-right {
    height: 100%
}

.box-asklist .box-ask .box-left {
    width: 110px;
    float: left;
    padding-right: 20px
}

.box-asklist .box-ask .box-right {
    width: 880px;
    float: left
}

.box-ask .box-left label {
    display: block;
    text-align: right
}

.box-ask .box-left label,
.box-ask .box-right .account {
    margin-top: 7px;
    height: 20px
}

.box-ask .box-left label i {
    color: #ef0000;
    display: inline-block;
    width: 10px;
    height: 20px;
    text-align: left;
    vertical-align: middle
}

.box-select {
    cursor: pointer;
    position: relative;
    height: 28px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 1px 9px;
    display: inline-block;
    float: left
}

.box-select b {
    width: 8px;
    height: 4px;
    overflow: hidden;
    background: url(../images/service/service.png?t=303879) no-repeat 0 -107px;
    position: absolute;
    top: 14px;
    right: 9px;
    display: block
}

.box-select span {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 32px
}

.box-select input {
    cursor: pointer;
    outline: 0;
    border: none;
    width: 100%;
    height: 28px;
    display: block;
    line-height: 28px;
    font-size: 14px;
    color: #707070;
    font-family: "Microsoft yahei"
}

.box-select ul {
    display: none;
    width: 100%;
    max-height: 240px;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 20;
    background: #fff;
    border: 1px solid #dfdfdf;
    overflow-y: scroll;
    overflow-x: hidden
}

.box-select ul li {
    width: 100%;
    height: 20px;
    cursor: pointer;
    color: #707070
}

.box-select ul li:hover {
    background: #959595;
    color: #fff
}

.box-select ul li p {
    padding: 0 9px;
    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.box-input {
    height: 28px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 1px 9px;
    display: inline-block;
    float: left
}

.box-input input {
    font-size: 14px;
    width: 100%;
    height: 28px;
    line-height: 28px
}

.box-textap {
    width: 540px;
    height: 148px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    padding: 9px;
    float: left
}

.box-textap .texta {
    border: none;
    outline: 0;
    width: 100%;
    height: 145px;
    font-size: 14px;
    color: #707070;
    line-height: 20px;
    resize: none;
    display: inline-block;
    *border: 1px solid none
}

.word-tips {
    line-height: 22px;
    color: #959595
}

.tip {
    line-height: 30px;
    color: #959595;
    margin-left: 10px
}

.uploadify-queue {
    display: none;
    width: 0;
    height: 0
}

.box-ask em {
    display: inline-block;
    line-height: 34px;
    float: left;
    padding-right: 10px
}

.w140 {
    width: 120px
}

.w120 {
    width: 100px
}

.w250 {
    width: 230px
}

.w110 {
    width: 90px
}

.w90 {
    width: 70px
}

.mr20 {
    margin-right: 20px
}

.mr10 {
    margin-right: 10px
}

.box-asklist .h205 {
    height: 200px
}

.box-asklist .h230 {
    height: 230px
}

.uploadimg {
    height: 158px;
    width: 148px;
    border: 1px solid #dfdfdf;
    background: url(../images/service/ask.jpg?t=120514) no-repeat center center #f6f6f6;
    float: left;
    margin-right: 20px;
    position: relative
}

.uploadimg img {
    height: 158px;
    width: 148px
}

.code {
    width: 82px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 1px;
    display: inline-block;
    background: #eaeaea;
    color: #000;
    margin-right: 7px
}

.box-btn {
    padding-left: 125px;
    padding-top: 63px
}

.btnr-submit {
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    width: 250px
}

.box-submitted {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-top: 25px;
    border-top: none
}

.table-submitted {
    width: 100%;
    border-bottom: none
}

.table-submitted td,
.table-submitted th {
    vertical-align: middle;
    font-size: 12px;
    padding: 7px 15px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-top: 1px solid #e5e5e5
}

.table-submitted th {
    font-weight: 400;
    color: #000;
    background: #f7f7f7
}

.table-submitted .td1 {
    width: 50px
}

.table-submitted .td2 {
    width: 90px
}

.table-submitted .td3 {
    width: 80px
}

.table-submitted .td4 {
    width: 50px
}

.table-submitted .td5 {
    width: 70px
}

.table-submitted .td6 {
    width: 100px
}

.table-submitted .td7 {
    width: 207px;
    padding: 2px 15px
}

.table-submitted .td8 {
    width: 60px
}

.table-submitted .td9 {
    width: 80px
}

.table-submitted .para {
    word-wrap: break-word;
    line-height: 22px;
    zoom: 1;
    height: auto
}

.table-submitted td.td7 .para {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
    width: 207px
}

.table-submitted td.td9 .para {
    color: #00a0e9
}

.table-submitted td.td9 .para a {
    color: #00a0e9;
    cursor: pointer
}

.box-status {
    width: 1018px;
    background-color: #f6f6f6;
    position: relative;
    padding: 2px 20px 0
}

.box-status .trig {
    position: absolute;
    top: -20px;
    right: 46px;
    width: 0;
    height: 0;
    border-style: dashed dashed solid;
    border-color: transparent;
    overflow: hidden;
    border-width: 10px;
    border-bottom-color: #f6f6f6
}

.box-status .fold {
    cursor: pointer;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 6px;
    right: 10px;
    background-image: url(../images/service/service.png?t=303879);
    background-position: 0 0;
    background-repeat: no-repeat
}

.box-status .fold:hover {
    background-position: 0 -24px
}

.box-status .box-txt {
    margin: 5px 0
}

.box-status p {
    line-height: 22px;
    font-size: 12px
}

.box-status p.textQtit {
    color: #009F04
}

.box-status p.textAtit {
    color: #EB6100
}

.box-status p.textQ {
    color: #707070
}

.box-status p.textA {
    color: #414141
}

.box-status p.time,
.box-status p.tip {
    color: #ababab
}

.replied .box-footer,
.reply .box-footer {
    font-size: 12px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    border-top: 1px dashed #e5e5e5
}

.closed .box-footer {
    font-size: 12px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-top: 1px dashed #e5e5e5
}

.post-message {
    padding-top: 11px
}

.post-message .btnr,
.post-message .btnw,
.post-message span {
    float: left
}

.post-message span {
    line-height: 26px;
    height: 26px
}

.post-message a {
    margin-left: 18px
}

.box-footer .wr125 {
    margin-top: 11px
}

.closed .deg {
    color: #707070;
    padding-left: 20px;
    position: relative;
    margin-right: 18px;
    display: inline-block;
    width: 40px;
    height: 36px;
    line-height: 36px
}

.closed .deg i {
    margin-right: 8px;
    position: absolute;
    top: 11px;
    left: 0;
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../images/service/service.png?t=303879);
    background-position: 0 -155px;
    background-repeat: no-repeat
}

.closed .deg.sel i {
    background-position: 0 -174px
}

.box-status .wr75 {
    width: 75px;
    height: 26px;
    line-height: 26px
}

.box-status .wr145 {
    width: 145px;
    height: 26px;
    line-height: 26px
}

.box-status .ww75 {
    width: 73px;
    height: 24px;
    line-height: 24px
}

.box-status .ww145 {
    width: 143px;
    height: 24px;
    line-height: 24px
}

.winclose {
    background: #fff;
    width: 355px;
    height: 129px;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -177px;
    margin-top: -92px;
    z-index: 10001;
    padding-top: 56px
}

.winmsg {
    background: #fff;
    width: 400px;
    height: 250px;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -220px;
    margin-top: -125px;
    z-index: 10001;
    padding: 0 20px
}

.btn-close {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 11px;
    right: 11px;
    background: url(../images/user/close.jpg?t=067095) no-repeat;
    width: 17px;
    height: 17px
}

.winclose span {
    position: relative;
    width: 160px;
    padding-left: 27px;
    height: 18px;
    line-height: 18px;
    margin: 0 auto;
    display: block
}

.winclose span i {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../images/service/service.png?t=303879);
    background-position: 0 -82px;
    background-repeat: no-repeat
}

.winclose .ww80 {
    width: 78px;
    height: 24px;
    line-height: 26px
}

.winclose .wr80 {
    width: 80px;
    height: 26px;
    line-height: 26px;
    margin-right: 20px
}

.winclose .box-tbtn {
    width: 190px;
    height: 26px;
    margin: 33px auto 0
}

.winmsg .title {
    height: 34px;
    line-height: 36px
}

.winmsg textarea {
    background-color: #f3f3f3;
    width: 380px;
    padding: 10px;
    height: 120px;
    font-size: 14px;
    line-height: 20px;
    resize: none;
    border: 1px solid #dfdfdf;
    border-radius: 4px
}

.winmsg .img {
    margin-bottom: 2px
}

.winmsg .img a {
    color: #00a0e9;
    text-decoration: underline;
    font-size: 12px;
    margin-right: 7px;
    display: none
}

.winmsg .img .hasImg {
    display: inline
}

.winmsg .footera {
    height: 46px;
    width: 100%;
    position: relative
}

.winmsg .footera .wr80 {
    width: 80px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    top: 10px;
    right: 0
}

.winmsg .footera .info {
    font-size: 12px;
    width: 130px;
    padding-left: 22px;
    height: 46px;
    line-height: 46px;
    position: relative;
    display: block;
    float: left
}

.winmsg .footera .uploadify {
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    width: 16px;
    height: 16px;
    overflow: hidden
}

.game-page .disabled,
.shadow,
.winclose,
.winmsg {
    display: none
}

.evaluated .deg {
    padding-left: 5px
}

.msgDetail a,
.table-submitted td.td7 .para a {
    color: #00a0e9;
    padding-right: 10px
}

.box-errtip {
    height: 30px;
    padding: 0 9px;
    display: inline-block;
    float: left
}

.box-errtip .errtip {
    color: red;
    font-size: 12px;
    line-height: 32px;
    display: none
}

.uploadedList {
    overflow: hidden;
    padding-top: 4px;
    height: 170px
}

.uploadimg:hover .box-upload a {
    display: block
}

.box-upload {
    width: 81px;
    position: absolute;
    top: 110px;
    left: 34px
}

.box-upload input {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    left: 0;
    width: 81px;
    height: 26px;
    cursor: pointer
}

.box-upload a {
    width: 81px;
    height: 26px;
    background: url(../images/service/upimg.jpg?t=094540);
    display: none
}

.box-yzm {
    width: 160px;
    height: 56px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    background: #eaeaea;
    position: absolute;
    top: 42px;
    left: 129px
}

.box-yzm img {
    width: 160px;
    height: auto
}

.change {
    height: 32px;
    line-height: 32px;
    vertical-align: middle;
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    color: #707070;
    position: absolute;
    left: 301px;
    top: 50px
}

.closei {
    background-image: url(../images/user/close.png?t=993844);
    background-repeat: no-repeat;
    background-position: 0 -21px;
    width: 19px;
    height: 19px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: -3px;
    right: -5px
}

.game-select {
    z-index: 20
}

.occupation-select {
    z-index: 19
}

.role-select {
    z-index: 18
}

.time-select {
    z-index: 17
}

.type-select {
    z-index: 16
}

#gameHallWrap body,
html#gameHallWrap {
    background: #f8f8f8;
    min-width: 100%;
    min-height: 100%
}

#gameHallWrap .content {
    background-color: #f8f8f8
}

.upload-shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background: rgba(0, 0, 0, .7);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#8c000000', endColorstr='#8c000000');
    display: none
}

.upload-box {
    width: 800px;
    height: auto;
    margin: 100px auto 0;
    color: #707070;
    padding: 0 20px;
    background-color: #fff;
    position: relative
}

.upload-box .tit {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #f4f4f4
}

.upload-box .imgshow {
    min-height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #f4f4f4
}

.upload-box .imgshow img {
    height: 100px;
    width: auto;
    margin-right: 5px;
    margin-top: 10px
}

.upload-box .btn-box {
    height: 40px;
    padding: 20px 0
}

.upload-box .uploadify {
    height: 28px;
    width: 96px;
    float: left
}

.upload-box .upload {
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    width: 96px;
    float: right
}

.dialog-box .close-btn,
.upload-box .close-btn {
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
    position: absolute;
    top: 5px;
    right: 10px
}

.dudai-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px
}

.mask {
    width: 100%;
    height: 100%;
    background: black;
    opacity: .7;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.kefuTC {
    width: 400px;
    background: white;
    position: fixed;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -200px;
    z-index: 1000;
}

.kefuTC h3 {
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    background: #f90;
    color: white;
    position: relative;
}

.kefuTC h3 em {
    position: absolute;
    right: 15px;
    top: 1px;
    font-size: 18px;
    cursor: pointer;
}

.kefuTC li img {
    width: 50px;
}

.kefuTC ul {
    margin-left: 50px;
    margin-top: 20px;
    margin-right: 50px;
}

.kefuTC ul li {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}

.kefuTC ul li:last-child {
    border-bottom: none;
}

.kefuTC p {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.kefuTC p span {
    display: block;
    color: #333;
    margin-top: 3px;
}

.kefuTC p em {
    margin-top: 15px;
    display: block;
    color: #999;
}

.kefuTC ul li a {
    float: right;
    background: #f90;
    color: white;
    padding: 6px 10px;
    border-radius: 3px;
    margin-left: auto;
}

.kefuTC ul li a:hover {
    background: #f60;
}

.kefuTC ul li i {
    margin-left: auto;
}

.kefuTC ul li i img {
    width: 76px;
    height: 76px;
}