body,
html {
    background: #ecf0f1;
}

.mbxBox {
    background: white;
    padding: 10px 15px;
    width: 1110px;
    border-bottom: 1px solid #eee;
    margin: 1px auto 1px !important;
}

.header_box {
    background: white;
}

.pdBox {
    /* margin-top: 15px; */
    width: 830px;
    float: left;
}

.pdBox .title_item {
    height: 42px;
    line-height: 42px;
    border-bottom: 3px solid #f5ae4a;
    font-weight: normal;
    margin: 0 15px 0;
    padding-top: 10px;
}

.pdBox .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;
}

.pdBox .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;
}

.pdBox .title_item>a:hover {
    transform: rotate(180deg);
}

.pdBox1 {
    margin-bottom: 15px;
    background: white;
}

.pdBox2 {
    background: white;
}

.pdBox1 ul {
    margin-top: 15px;
    font-size: 0;
    padding: 0 15px;
}

.pdBox1 ul li {
    width: 75px;
    text-align: center;
    display: inline-block;
    margin-right: 28px;
    margin-bottom: 22px;
}

.pdBox1 ul li:nth-child(8n) {
    margin-right: 0;
}

.pdBox1 ul li img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

.pdBox1 ul li span {
    display: block;
    font-size: 12px;
    width: 75px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    text-align: center;
}

.pdBox1 ul li:hover img {
    opacity: .7;
}

.pdBox1 ul li:hover span {
    color: #f90;
}

.title_item_right {
    float: left;
}

.title_item_right a {
    color: #999;
    float: left;
    font-size: 16px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    margin-right: 30px;
    position: relative;
}

.title_item_right a.active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 47%;
    bottom: 0;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 4px solid #f60;
}

.title_item_right a:hover {
    color: #f90;
}

.title_item_right a.active {
    color: #ff6600;
    border-bottom: 3px solid #ff6600;
}

.pdBox2 ul {
    margin-top: 17px;
    padding: 0 15px 19px;
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
}

.pdBox2 ul li {
    /* margin: 0 10px; */
    color: #ccc;
    line-height: 26px;
    display: inline-block;
    font-size: 12px;
    width: 75px;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 34px;
    padding-left: 10px;
    background: url(../images/li_bg.gif) no-repeat left center;
}

.pdBox2 ul li:nth-child(7n) {
    margin-right: 0;
}

.pdBox2 ul li a {
    color: #666;
}

.pdBox2 ul li a:hover {
    color: #f90;
}

.pdBox3>div:nth-child(2n) {
    margin-right: 0 !important;
}

.xyxtype_item {
    width: 532px;
    float: left;
    padding-right: 14px;
    padding-left: 15px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: white;
}

.xyxtype_item {
    margin-right: 15px;
    margin-bottom: 15px;
}

.xyxtype_item>p {
    color: #333;
    line-height: 40px;
    height: 40px;
    padding-top: 8px;
}

.xyxtype_item>p>span {
    font-size: 16px;
    color: #f90;
    padding-left: 12px;
    border-left: 3px solid #f90;
}

.pdBox3 {
    overflow: hidden;
}

.xyxtype_item p a {
    float: right;
    color: #f90;
    font-size: 14px;
    background: url(../images/more_gametype.png) no-repeat right center;
    padding-right: 20px;
}

.xyxtype_item ul {
    margin-top: 10px;
    font-size: 0;
}

.xyxtype_item ul li {
    width: 75px;
    text-align: center;
    display: inline-block;
    margin-right: 39px;
    margin-bottom: 22px;
}

.xyxtype_item ul li:hover img {
    opacity: .7;
}

.xyxtype_item ul li:hover a {
    color: #f90;
}

.xyxtype_item ul li:nth-child(5n) {
    margin-right: 0;
}

.xyxtype_item ul li img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

.xyxtype_item ul li span {
    display: block;
    font-size: 12px;
    width: 75px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
}

.pdBox4 {
    background: white;
    margin-bottom: 15px;
}

.pdBox4 ul {
    margin-top: 15px;
    font-size: 0;
    white-space: nowrap;
    position: absolute;
    left: 0;
}

.pdBox4 ul li {
    width: 75px;
    text-align: center;
    display: inline-block;
    margin-right: 28px;
    margin-bottom: 22px;
}

.pdBox4 ul li:hover img {
    opacity: .7;
}

.pdBox4 ul li:hover span {
    color: #f90;
}

.pdBox4 ul li img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

.pdBox4 ul li span {
    display: block;
    font-size: 12px;
    width: 75px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    text-align: center;
}

.typeListBox {
    font-size: 12px;
    padding: 18px 10px;
    border-top: 1px solid #f5eff2;
}

.typeListBox a {
    line-height: 26px;
    text-align: center;
    display: inline-block;
    width: 98px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.typeListBox a:hover {
    color: #f90;
}

.pdBox4Tabs {
    float: right;
}

.pdBox4Tabs em {
    display: inline-block;
    cursor: pointer;
    margin-top: 8px;
}

.pdBox4Tabs em em {
    display: inline-block;
    vertical-align: middle;
}

.pdBox4TabsBox {
    margin: 0 15px;
    width: 1111px;
    overflow: hidden;
    height: 129px;
    position: relative;
}

.pdBox_page {
    clear: both;
    display: block;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    padding: 35px 15px 32px;
    text-align: center;
    margin-top: 15px;
    border-top: 1px solid #eee;
}

.pdBox_page a {
    background: #fff;
    color: #666666;
    margin: 0 3px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    font-size: 14px;
}

.pdBox_page .p_hov,
.pdBox_page a:hover {
    background: #f90;
    border-color: #f90;
    color: #fff;
}

.pdBoxHead {
    background: white;
    margin-bottom: 15px;
}

.pdBoxHeadContent {
    padding: 15px;
}

.pdBoxHeadContentImg {
    width: 320px;
    height: 180px;
    display: inline-block;
}

.pdBoxHeadContentImg img {
    width: 300px;
    height: 180px;
}

.pdBoxHeadContentImg img:hover {
    opacity: .7;
}

.pdBoxHeadContentText {
    display: inline-block;
    vertical-align: top;
    width: 780px;
}

.pdBoxHeadContentText h1 {
    font-size: 20px;
    color: #f90;
    font-weight: bold;
}

.pdBoxHeadContentText p {
    margin-top: 20px;
    line-height: 24px;
    color: #666;
}

.pdBoxHeadContentText>div {
    margin-top: 18px;
}

.pdBoxHeadContentText>div span {
    color: #333;
    font-weight: bold;
    font-size: 14px;
}

.pdBoxHeadContentText>div ul li {
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    height: 24px;
    line-height: 24px;
}

.pdBoxHeadContentText>div ul {
    margin-top: 10px;
    width: 780px;
    overflow: hidden;
    height: 26px;
}

.pdBoxHeadContentText>div ul li a {
    display: block;
    height: 100%;
    padding: 0 12px;
}

.pdBoxHeadContentText>div ul li a:hover {
    background: #f90;
    color: white;
}

.pdBoxRight {
    float: right;
    width: 295px;
    /* margin-top: 15px; */
}

.pdBoxRightHead {
    background: white;
}

.pdBoxRight .title_item {
    height: 42px;
    line-height: 42px;
    border-bottom: 3px solid #f5ae4a;
    font-weight: normal;
    margin: 0 15px 0;
    padding-top: 10px;
}

.pdBoxRight .title_item h1 {
    padding-right: 15px;
    color: #ff6600;
    border-bottom: 3px solid #ff6600;
    float: left;
    font-size: 18px;
    text-align: center;
    height: 42px;
    line-height: 42px;
}

.pdBoxRight .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;
}

.pdBoxRight .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;
}

.pdBoxRight .title_item>a:hover {
    transform: rotate(180deg);
}

.pdBoxRightHeadImg {
    width: 265px;
    margin: 10px auto 0;
}

.pdBoxRightHeadImg img {
    width: 265px;
    height: 170px;
    border-radius: 3px;
}

.pdBoxRightHead>p {
    padding: 10px 20px 17px;
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
    color: #666;
}

.pdBoxRightContent {
    background: white;
    margin-bottom: 15px;
}

.pdBoxRightContent ul {
    margin-top: 15px;
    font-size: 0;
    padding: 0 15px
}

.pdBoxRightContent ul li {
    width: 75px;
    text-align: center;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 22px;
}

.pdBoxRightContent ul li:hover img {
    opacity: .7;
}

.pdBoxRightContent ul li:hover a {
    color: #f90;
}

.pdBoxRightContent ul li:nth-child(3n) {
    margin-right: 0;
}

.pdBoxRightContent ul li a img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
}

.pdBoxRightContent ul li a span {
    display: block;
    font-size: 12px;
    width: 75px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 5px;
    text-align: center;
}

.pdBoxRightContentBox {
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
}

.pdBoxRightContentBigBox {
    width: 295px;
    position: relative;
    overflow: hidden;
    height: 465px;
    font-size: 0;
}

.pdBoxRightContentBox ul {
    white-space: normal;
    display: inline-block;
    padding: 0;
    width: 295px;
    box-sizing: border-box;
    padding: 0 15px;
    margin-top: 10px !important;
}

.mbxBox {
    background: white;
    margin-top: 15px !important;
    padding: 10px 15px;
    width: 1110px !important;
    border-bottom: 1px solid #eee;
}

.mbxBox a {
    color: #999;
    font-size: 13px;
}

.mbxBox a:hover {
    color: #f90;
}

.mbxBox span {
    color: #666;
    font-size: 13px;
}

.mbxBox a.active {
    color: #333;
}

.adContent {
    display: block;
    margin: 15px auto;
    width: 1140px;
}

.adContent img {
    width: 1140px;
    height: 100px;
}

.adContent a {
    display: block;
    width: 1140px;
    height: 100px;
}

.adBox3 {
    width: 1140px;
    margin: 15px auto;
    height: 100px;
    background: #959595;
}

.pdBoxHead {
    background: white;
    margin-bottom: 15px;
}

.pdBoxHeadContent {
    padding: 12px 15px;
}

.pdBoxHeadContentImg {
    width: 218px;
    height: 145px;
    display: inline-block;
}

.pdBoxHeadContentImg>a {
    display: block;
}

.pdBoxHeadContentImg img {
    width: 218px;
    height: 145px;
}

.pdBoxHeadContentImg img:hover {
    opacity: .7;
}

.pdBoxHeadContentText {
    display: inline-block;
    vertical-align: top;
    width: 535px;
    margin-left: 20px;
}

.pdBoxHeadContentText h1 {
    font-size: 18px;
    color: #f90;
    font-weight: bold;
}

.pdBoxHeadContentText h3 {
    font-size: 16px;
    color: #f90;
    font-weight: bold;
}

.pdBoxHeadContentText p {
    margin-top: 10px;
    line-height: 24px;
    color: #666;
    font-size: 14px;
    width: 535px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.pdBoxHeadContentText>div {
    margin-top: 10px;
}

.pdBoxHeadContentText>div span {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    vertical-align: top;
}

.pdBoxHeadContentText>div ul li {
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    /* margin-bottom: 13px; */
    height: 24px;
    line-height: 24px;
    background: #eee;
}

.pdBoxHeadContentText>div ul {
    width: 535px;
    overflow: hidden;
    margin-top: 10px;
}

.pdBoxHeadContentText>div ul li a {
    display: block;
    height: 100%;
    padding: 0 12px;
    font-size: 12px;
}

.pdBoxHeadContentText>div ul li a:hover {
    background: #f90;
    color: white;
}

.xyx_ranklist {
    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;
}