.yxk_content_left {
    width: 830px;
    float: left;
}

body,
html {
    background: #ecf0f1;
}

.yxk_content {
    margin-top: 15px !important;
}

.header_box {
    background: white;
}

.yxk_box_list {
    background: white;
}

.title_item {
    height: 42px;
    line-height: 42px;
    border-bottom: 3px solid #f5ae4a;
    font-weight: normal;
    margin: 0 15px 0;
    padding-top: 10px;
}

.title_item span {
    padding-right: 15px;
    color: #ff6600;
    border-bottom: 3px solid #ff6600;
    float: left;
    font-size: 18px;
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.title_item>a {
    float: right;
    width: 24px;
    height: 24px;
    background: url(../images/more_icon.png) no-repeat 50% 50%;
    margin-top: 10px;
    transform: rotate(0);
    transition: all .6s;
}

.title_item>a:hover {
    transform: rotate(180deg);
}

.yxk_input {
    margin-top: 0 !important;
    float: right !important;
}

.selected_box {
    width: 800px;
    font-size: 14px;
    padding: 0 15px;
}

.selected_box dl {
    width: 800px;
    border-bottom: 1px dashed #c4c4c4;
    position: relative;
    float: left;
}

.selected_box dl p {
    position: absolute;
    right: 0;
    top: 16px;
}

.selected_box dl p a {
    color: #f90;
    margin: 0;
    padding: 0;
}

.selected_box dt {
    float: left;
    width: 50px;
    margin-right: 5px;
    color: #f90;
    text-align: right;
    line-height: 46px;
}

.selected_box dd {
    float: left;
    padding-top: 12px;
    width: 740px;
    height: 36px;
    overflow: hidden;
}

.selected_box dd.lx_dd_box {
    overflow: initial;
    height: auto;
}

.selected_box dd div.ticai_box {
    height: auto;
    float: left;
    padding-bottom: 10px;
}

.selected_box dd div.lx_list_box {
    display: inline-block;
    width: 670px;
}

.selected_box a {
    padding: 4px 5px;
    display: block;
    float: left;
    font-size: 12px;
    color: #333;
    margin: 0 4px 12px 4px;
}

.selected_box span {
    color: #ccc;
    padding: 4px 5px;
    display: block;
    float: left;
}

.selected_box a.current,
.selected_box a:hover {
    background: #f90;
    color: #fff;
}

.search_selected_box {
    float: right;
    width: 227px;
    height: 29px;
    border: 1px #cdcdcd solid;
    background: #fff;
    border-radius: 3px;
    margin-top: 4px;
    overflow: hidden;
}

.search_selected_box input {
    width: 180px;
    height: 21px;
    padding: 4px 0 4px 10px;
    outline: none;
    float: left;
}

.yxk_gameList ul {
    padding: 15px 15px;
}

.yxk_gameList li {
    float: left;
    width: 390px;
    height: 130px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
    background: #fffdfb;
}

.yxk_gameList li:nth-child(2n) {
    margin-right: 0;
}

.yxk_gameList li .g-info {
    padding: 15px 0 0 20px;
    overflow: hidden;
}

.yxk_gameList li .g-info .pic {
    float: left;
    display: block;
    width: 100px;
    height: 100px;
}

.yxk_gameList li .g-info img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
}

.yxk_gameList li .g-info .info {
    float: left;
    width: 145px;
    height: 100px;
    overflow: hidden;
    margin: 0 0 0 15px;
}

.yxk_gameList li .info span {
    display: inline-block;
    width: 120px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px;
}

.yxk_gameList li .info span.tag a {
    margin-right: 8px;
    color: #333
}

.yxk_gameList li .info span.tag a:hover {
    color: #009eed;
}

.yxk_gameList li .info span:first-child a {
    color: #f90;
}

.yxk_gameList li .game_btn {
    float: left;
    width: 92px;
    height: 100px;
    overflow: hidden;
    display: flex;
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.yxk_gameList li .game_btn a.no_gift {
    background: #ccc;
    color: white;
    border: 1px solid #c4c4c4;
    cursor: not-allowed;
}

.yxk_gameList li .game_btn a,
.yxk_gameList li .game_btn span {
    display: inline-block;
    width: 90px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    font-size: 14px;
}

.yxk_gameList li .game_lb {
    border: 1px solid #f90;
    color: #f90;
}

.yxk_gameList li .game_kf {
    border: 1px solid #e4393c;
    color: #e4393c;
}

.yxk_gameList li .game_lb_no {
    border: 1px solid #ccc;
    color: #999;
}

.yxk_gameList li .game_kf_no {
    border: 1px solid #ccc;
    color: #999;
}

.yxk_gameList li .game_btn a i,
.yxk_gameList li .game_btn span i {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../images/sy-icon.png) no-repeat;
    vertical-align: -2px;
    margin-right: 3px;
    *vertical-align: 3px;
}

.yxk_gameList li .game_zq i {
    background-position: -5px -228px !important;
}

.yxk_gameList li .game_lb i {
    background-position: -5px -251px !important;
}

.yxk_gameList li .game_kf i {
    background-position: -5px -274px !important;
}

.yxk_gameList li .game_lb_no i {
    background-position: -28px -299px !important;
}

.yxk_gameList li .game_kf_no i {
    background-position: -28px -320px !important;
}

.yxk_gameList li .game_lb:hover {
    background: #f90;
    color: #fff;
}

.yxk_gameList li .game_kf:hover {
    background: #e4393c;
    color: #fff;
}

.yxk_gameList li .game_zq:hover i {
    background-position: -27px -228px !important;
}

.yxk_gameList li .game_lb:hover i {
    background-position: -27px -251px !important;
}

.yxk_gameList li .game_kf:hover i {
    background-position: -27px -274px !important;
}

.game_list_page {
    clear: both;
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 32px 15px 45px;
    text-align: center;
}

.game_list_page a {
    background: #fff;
    color: #666666;
    margin: 0 3px;
    padding: 4px 10px;
    border: 1px solid #ccc;
}

.game_list_page a:hover {
    background: #f90;
    border-color: #f90;
    color: #fff;
    text-decoration: none;
}

.game_list_page .p_hov,
.game_list_page .p_hov:hover {
    background: #f90;
    border-color: #f90;
    color: #fff;
}

.yxk_content_right {
    float: right;
    width: 295px;
}

.yxk_gg_box {
    background: white;
}

.yxk_gg_box ul {
    padding: 0 15px;
}

.yxk_gg_box ul li {
    display: inline;
    float: left;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    width: 265px;
}

.yxk_gg_box ul li a {
    display: inline-block;
    width: 230px;
}

.yxk_gg_box ul li.xyx a em {
    color: #f90;
    border: 1px dotted #f90;
}

.yxk_gg_box ul li.h5 a em {
    color: #f60;
    border: 1px dotted #f60;
}

.yxk_gg_box ul li a em {
    float: left;
    color: #f90;
    font-size: 12px;
    line-height: 20px;
    margin-top: 12px;
    height: 20px;
    width: 40px;
    text-align: center;
    border-radius: 3px;
}

.yxk_gg_box ul li:hover span {
    color: #e4393c;
}

.yxk_gg_box ul li:hover i {
    color: #e4393c;
}

.yxk_gg_box li a b {
    float: left;
    color: #e5e5e5;
    font-weight: normal;
    margin: 0 1px;
    line-height: 43px;
    opacity: 0;
}

.yxk_gg_box li a span {
    float: left;
    width: 170px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    line-height: 45px;
    height: 45px;
}

.yxk_gg_box li>i {
    float: right;
    color: #999;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}

.xyx_ranklist {
    margin-top: 13px;
    background: white;
    margin-bottom: 15px;
}

.ranklist_box ul {
    padding: 0 15px;
    margin-top: 8px;
}

.ranklist_box ul li {
    float: left;
    color: #6c6c6c;
    position: relative;
    padding: 15px 0 15px;
    cursor: pointer;
    border-bottom: 1px dotted #dedede;
    width: 265px;
}

.ranklist_box ul li em {
    display: block;
    float: left;
    width: 24px;
    height: 24px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 24px;
    background: #ccc;
    border-radius: 26px;
    overflow: hidden;
}

.ranklist_box ul li.cur1 em {
    background: #fe2d0b;
}

.ranklist_box ul li.cur2 em {
    background: #FF6900;
}

.ranklist_box ul li.cur3 em {
    background: #F39800;
}

.ranklist_box ul li .rmb_rank_box2 img {
    width: 24px;
    height: 24px;
    margin-left: 10px;
    border-radius: 3px;
}

.ranklist_box ul li .rmb_rank_box2 h4 {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    margin-left: 5px;
    display: inline-block;
    line-height: 24px;
    vertical-align: top;
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ranklist_box ul li a {
    font-size: 12px;
    color: #f90;
    float: right;
    line-height: 24px;
    border: 1px dotted #f90;
    padding: 0 8px;
    display: inline-block;
    border-radius: 3px;
}

.ranklist_box ul li:hover h4 {
    color: #f90;
}

.ranklist_box ul li:hover a {
    background: #f90;
    color: white;
}

.h5gift_box_list {
    margin-top: 13px;
    background: white;
}

.h5gift_content {
    margin: 0 15px;
}

.h5gift_content ul {
    margin-top: 15px;
}

.h5gift_content ul li {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #EFEFEF;
}

.h5gift_content ul li:last-child {
    margin-bottom: 0;
}

.h5gift_content ul li div img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: inline-block;
}

.h5gift_content ul li div p {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #666;
    margin-left: 5px;
    transition: all .3s
}

.h5gift_content ul li div p a {
    display: block;
    margin-bottom: 12px;
    margin-top: 5px;
    color: #333;
    font-size: 12px;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 14px;
    line-height: 14px;
}

.h5gift_content ul li div p span em {
    width: 65px;
    height: 10px;
    background: #ddd;
    display: inline-block;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

.h5gift_content ul li div p span em i {
    height: 10px;
    background: linear-gradient(to right, #f90, #f60);
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.h5gift_content ul li div p span b {
    color: #999;
}

.h5gift_content ul li div>a {
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 50px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #f90;
    text-align: center;
    color: #f90;
    margin-top: 15px;
    border-radius: 20px;
    font-size: 12px;
}

.h5gift_content ul li:hover div>a {
    background: #f90;
    color: white;
}

.h5gift_content ul li:hover div p a {
    color: #f90;
    ;
}

.yxk_gameList2 ul li {
    width: 176px;
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #e3e3e3;
    background: #f3f3f3;
    padding: 10px 0 10px 10px;
    overflow: hidden;
}

.yxk_gameList2 ul li>a {
    float: left;
    width: 70px;
    height: 70px;
}

.yxk_gameList2 ul li>a img {
    width: 70px;
    height: 70px;
    border-radius: 10px;
}

.yxk_gameList2 ul li>div {
    float: left;
    width: 90px;
    height: 70px;
    overflow: hidden;
    margin: 0 0 0 15px;
}

.yxk_gameList2 ul li>div em {
    display: inline-block;
    width: 90px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 12px;
}

.yxk_gameList2 ul li>div em a {
    color: #f90;
    font-size: 12px;
}

.yxk_gameList2 ul li>div em a:hover {
    color: red;
}

.yxk_gameList2 li div span.tag a {
    margin-right: 8px;
    color: #333;
    font-size: 12px;
}

.yxk_gameList2 li div span.tag a:hover {
    color: red;
}

.yxk_gameList2 li div span {
    display: inline-block;
    width: 90px;
    line-height: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
    font-size: 12px;
}

.yxk_gameList2 li div>a {
    font-size: 12px;
    display: inline-block;
    background: #f90;
    color: white;
    height: 18px;
    line-height: 18px;
    padding: 0 12px;
    border-radius: 2px;
    margin-top: 5px;
}

.yxk_gameList2 li div>a:hover {
    background: #f60;
}

.yxk_gameList2 {
    padding: 15px 15px 0;
}

.yxk_gameList2 li:nth-child(4n) {
    margin-right: 0;
}

.yxk_gameList2 li>a img:hover {
    opacity: .7;
}