
* {
    -webkit-tap-highlight-color: transparent;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
    display: block;
}

div, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    margin: 0;
    padding: 0;
}

body {
    background-color: #f1f4f9;
    color: #333;
    font: 16px/1.75em Arial, 'Microsoft Yahei';
    min-width: 1365px;
    /* overflow-x: hidden; */
    /* width: 100%; */
}

table {
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    font-size: 16px;
    width: 100%;
    border-top: solid 1px #e4e4e4;
    border-left: solid 1px #e4e4e4;
    box-sizing: border-box;
}

table th {
    background-color: #f9f9f9;
    text-align: center;
    box-sizing: border-box;
}

table td, table th {
    padding: 5px 10px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
}

a {
    text-decoration: none !important;
    outline: none;
    color: #333;
}

a:focus {
    outline: none;
    -moz-outline: none;
}

a:hover {
    text-decoration: none !important;
}

a img {
    border: none;
}

li {
    list-style: none;
}

select, input, textarea,iframe {
    border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

input:focus, input, button, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

a.bt_007 {
    margin-bottom: 5px;
}

/*全局样式*/
.inner {
    width: 1365px;
    margin: 0 auto;
}

.icon a { /*padding-bottom:100%;*/
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 0;
}

.icon img {
    display: block;
    width: 100%; /*height:100%; position:absolute; left:0; top:0;*/
}

.bg {
    background-color: rgba(0, 0, 0, .3);
    position: fixed;
    left: 0;
    top: 65px;
    width: 100%;
    height: 100%;
    z-index: 6;
    display: none;
}

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/*全站头部*/


/*header*/
.header {
    background-color: #f5f3f4;
    padding: 25px 0;
}

.header .inner {
    overflow: hidden;
}

.header .right {
    float: right;
    width: 40%;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    overflow: hidden;
    width: 400px;
    height: 82px;
    background: no-repeat 0 0;
    background-size: contain;
    text-indent: -99999em;
}

.wapbtn {
    float: right;
    padding: 12px 0;
    display: none;
}

.searchbtn {
    width: 21px;
    height: 21px;
    background: url(../images/icon_ss.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    float: left;
}

.navbtn {
    width: 26px;
    height: 21px;
    background: url(../images/icon_nav.png) no-repeat center center;
    background-size: contain;
    cursor: pointer;
    float: left;
    margin-left: 15px;
    display: inline-block;
}

/*searchbox*/
.topsearch {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    padding-right: 80px;
    margin-top: 10px;
}

.topsearch .submit {
    background-color: #12cc4b;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    width: 80px;
    font-size: 16px;
    cursor: pointer;
    -webkit-appearance: none;
}

.topsearch .text {
    border: none;
    height: 24px;
    line-height: 24px;
    padding: 10px 2%;
    width: 96%;
    display: block;
    -webkit-appearance: none;
    font-size: 16px;
}

.searchtags {
    color: #000;
    font-size: 14px;
    line-height: 2em;
    margin-right: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchtags a {
    color: #000;
    padding: 0 5px;
}

.searchtags a:hover {
    color: #00ad35;
}

.logo2 a {
    overflow: hidden;
    width: 400px;
    height: 82px;
    line-height: 82px;
    text-align: center;
    padding-left: 73px;
    font-size: 34px;
    color: red;
    font-weight: bold;
}

/*bar*/
.bar {
    background-color: #fff;
    border-bottom: 4px solid #e6e6e6;
}

.bar .inner {
    position: relative;
}

/*nav*/


.logo-style {
    float: left;
    margin-top: 0px;
    margin-right: 71px
}

.nav ul {
    display: flex;
    align-items: center;
}

.nav li {
    float: left;
    font-size: 16px;
    padding: 10px 5px;
    position: relative;
    margin: 15px 15px;
}

.nav li:hover:after {
    width: 100%;
    height: 5px;
    border-radius: 3px;
    background-color: #ed3141;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0px;
}

.nav li a {
    display: block;
}

.nav li ul {
    position: absolute;
    left: -1px;
    top: 100%;
    width: 100%;
    background-color: #fff;
    height: auto;
    border: 1px solid #e6e6e6;
    z-index: 2;
    padding: 5px 0;
    display: none;
}

.nav li li {
    padding: 0;
    text-align: center;
    float: none;
}

.nav li li:after {
    display: none;
}

.nav li li a {
    padding: 0 5px;
}


.nav li.cur:after {
    width: 100%;
    height: 5px;
    border-radius: 3px;
    background-color: #ed3141;
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

/* .nav li a:hover {
    color: #ea2929;
} */

.nav li em {
    display: none;
}

.nav li:last-child:after {
    display: none;
}

.nav .searchinputview{
    display: flex;
    align-items: center;
    border-radius: 4px;
    line-height: 1;
    border: 1px solid rgba(238, 238, 238, 1);
    vertical-align: middle;
}
.nav .searchinputview .searchinut{
    padding: 0 15px;
}
.nav .searchinputview .iconview{
    padding: 8px;
    background: #ed3141;
    border: 0;
    border-radius: 0 4px 4px 0;
}
.nav .searchinputview .iconview>img{
    width: 20px;
}
.fourfenview{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.fourfenview .forfenitem{
    border-radius: 8px;
    width: 321px;
    height: 306px;
    background-color: #fff;
}
.fourfenview .forfenitem>img{
    width: 100%;
    height: 200px;
    border-radius: 8px 8px 0  0;
}
.forfenbottom{
    padding: 10px 20px;
}
.forfenbottom .forfentitle{
    margin-bottom: 15px;
    position: relative;
    font-weight: bold;
}
.forfenbottom .forfentitle:after{
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    background-color: #ed3141;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.mingxingview{
    display: flex;
    gap: 25.8px;
    margin-top: 20px;
}
.mingxingitem{
    width: 206px;
	height: 260px;
	background-color: #ffffff;
	border-radius: 6px;
    display: flex;
    justify-content: center;
}
.mingxingitem>a{
    text-align: center;
}
.mingxingitem>a>img{
    width: 120px;
    height: 120px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 20px;
}

.tabsview{
    position: relative;
    padding-left: 15px;
    margin-top: 30px;
    display: flex;
    gap: 30px;
}
.tabsview .mtab{
    color: #999999;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
}
.tabsview .tabactive{
    color: #333;
}
.tabsview:after{
    width: 3px;
    height: 20px;
    border-radius: 5px;
    background-color: #ed3141;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform:translateY(-50%)
}


.titleh5{
    position: relative;
    padding-left: 15px;
    color: #333333;
    font-size: 18px;
    margin-top: 30px;
}
.titleh5:after{
    width: 3px;
    height: 20px;
    border-radius: 5px;
    background-color: #ed3141;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform:translateY(-50%)
}

.banbentypes{
    font-size: 16px;
    color: #666666;
}
.banbentypes>a{
    margin: 0 15px;
    font-size: 16px;
    position: relative;
    color: #666;
}
.banbentypes>a:after{
    width: 2px;
    height: 15px;
    border-radius: 3px;
    background-color: #cccccc;
    content: '';
    display: block;
    position: absolute;
    right: -18px;
    top: 50%;
    transform:translateY(-50%)
}
.banbentypes>a:first-child{
    margin-left: 0;
}

.banbentypes>a:last-child:after{
    display: none;
}
.banbentypes .activetype{
    background-color: #ed3141;
	border-radius: 4px;
    padding: 3px 8px;
    color: #fff;

}


/*social*/
.social {
    position: absolute;
    right: 0;
    top: 12px;
}

.social ul {
    font-size: 0;
    line-height: normal;
    text-align: center;
}

.social li {
    display: inline-block;
    line-height: 28px;
    font-size: 14px;
    padding-left: 10px;
    position: relative;
}

.social li a {
    display: block;
    overflow: hidden;
}

.social li i {
    width: 28px;
    height: 28px;
    display: inline-block;
    vertical-align: middle;
    background: #777 no-repeat center center;
    border-radius: 50%;
    margin-right: 5px;
}

.social li.wx i {
    background-image: url(../images/icon_wx.png);
    background-color: #15c434;
}

.social li.wx a:hover {
    color: #ea2929;
}

.social li.wb i {
    background-image: url(../images/icon_wb.png);
    background-color: #e71f19;
}

.social li.wb a:hover {
    color: #e71f19;
}

.social li .qr {
    position: absolute;
    width: 100px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    padding: 6px;
    left: 50%;
    margin-left: -54px;
    top: 40px;
    z-index: 30;
    display: none;
}

.social li .qr:before {
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    transform: rotate(-45deg);
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: -5px;
    margin-left: -5px;
}

.social li .qr img {
    display: block;
    width: 100%;
    height: auto;
}

/*wrapper*/
.wrapper {
    clear: both;
    overflow: hidden;
}

/*hmdiv*/
.hmdiv {
    border-radius: 12px;
    margin-bottom: 2.2%;
    overflow: hidden;
}

.hmdiv a {
    display: block;
    overflow: hidden;
}

.hmdiv img {
    display: block;
    width: 100%;
    height: auto;
}

/*hmtop*/
.hmtop {
    margin-bottom: 1.5%;
    font-size: 14px;
    padding: 0 20px;
    height: 2em;
    overflow: hidden;
}

.hmtop a {
    color: #929292;
}

.hmtop a:hover {
    color: #e71f19;
    text-decoration: underline;
}

.hmtop h2 {
    font-size: 14px;
    float: left;
    line-height: 2em;
    font-weight: normal;
    color: #e71f19;
}

.hmtop .right {
    margin-left: 70px;
    overflow: hidden;
}

.hmtop .more {
    float: right;
}

/*boxtop*/
.boxtop {
    overflow: hidden;
    padding: 2px 2.198% 2px;
    line-height: 30px;
}

.boxtop h2 {
    float: left;
    font-size: 16px;
    color: #3c3c3c;
    position: relative;
    padding-left: 15px;
}

.boxtop h2:before {
    width: 5px;
    height: 12px;
    background-color: #00ad35;
    border-radius: 2.5px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.boxtop span {
    display: block;
    float: right;
    font-size: 14px;
    font-weight: lighter;
}

.boxtop span a {
    display: block;
    color: #00ad35;
}

/*appbox*/
.appbox {
    background-color: #fff;
    margin-bottom: 2.2%;
    margin-top: 1.2%;
    clear: both;
}

.applist {
    overflow: hidden;
    padding: 2% 2.198% 0;
}

.applist ul {
    width: 102%;
    overflow: hidden;
}

.applist li {
    float: left;
    width: 23%;
    padding-right: 2%;
    padding-bottom: 2%;
}

.applist .box {
    background-color: #fcfcfc;
    border: 1px solid #eee;
    padding: 6.024%;
    overflow: hidden;
    border-radius: 8px;
    transition: all .3s;
    position: relative;
}

.applist .box:after {
    width: 60%;
    height: 1px;
    background-color: #fff;
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    left: 20%;
    top: 0;
}

.applist .box:hover {
    background-color: #f4f4f4;
    border-color: #ddd;
}

.applist .icon {
    float: left;
    width: 200px;
}

.applist .info {
    margin-left: 230px;
    padding: 5px 0;
}

.applist h3 {
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5em;
}

.applist .meta {
    font-size: 16px;
    color: #746868;
    line-height: 2.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.applist .intro {
    clear: both;
    font-size: 15.5px;
    color: #838383;
    line-height: 1.75em;
    height: 3.5em;
    overflow: hidden;
    margin-top: 15px;
}

.applist .intro em {
    font-style: normal;
    font-weight: bold;
    color: #f60;
}

.support {
    overflow: hidden;
}

.support em {
    font-size: 14px;
    color: #777;
    display: block;
    float: left;
    font-style: normal;
    font-weight: bold;
    line-height: 16px;
}

.support span {
    display: block;
    float: left;
    width: 16px;
    padding-right: 5px;
}

.support i {
    display: block;
    padding-bottom: 100%;
    background: no-repeat center center;
    background-size: contain;
}

.support .ios i {
    background-image: url(../images/icon_ios.png);
}

.support .and i {
    background-image: url(../images/icon_and.png);
}

/*hmlinks*/
.hmlinks {
    background-color: #fff;
    border-radius: 12px;
    margin-bottom: 2.2%;
    clear: both;
}

.hmlinks ul {
    padding: 1.465% 2.198%;
    overflow: hidden;
}

.hmlinks li {
    float: left;
    padding: 3px 1.535% 3px 0;
    font-size: 14px;
}

/*footer*/
.footer {
    background-color: #fff;
    padding: 1.5625% 0;
}

.footer .inner {
    overflow: hidden;
}

/*copyright*/
.copyright {
    background-color: #00ad35;
    padding: 1.5% 0;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1.75em;
    text-transform: uppercase;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    opacity: .85;
}

.copyright p {
    padding: 3px 0;
}

/*sitedata*/
.sitedata {
    overflow: hidden;
}

.sitedata ul {
    overflow: hidden;
}

.sitedata li {
    width: 23%;
    float: left;
    text-align: center;
    padding: 0 0.5%;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sitedata li span {
    color: #00ad35;
    font-weight: bold;
    font-size: 42px;
    line-height: 45px;
    padding: 0 5px;
}

.sitedata li i {
    font-style: normal;
}

.sitedata .total {
    width: 23%;
}

.sitedata .today {
    width: 15%;
}

.sitedata .views, .sitedata .cmts {
    width: 29%;
}

/*boxtitle*/
.boxtitle {
    font-weight: normal;
    font-size: 18px;
    line-height: 1.35em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #222;
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

.boxtitle:before {
    width: 5px;
    height: 12px;
    background-color: #00ad35;
    border-radius: 2.5px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

/*sidebar*/
.sidebar {
    float: right;
    width: 255px;
}

/*sidetitle*/
.sidetitle {
    font-weight: normal;
    font-size: 16px;
    color: #000;
    line-height: 1.35em;
    position: relative;
    padding-left: 15px;
}

.sidetitle:before {
    width: 5px;
    height: 12px;
    background-color: #00ad35;
    border-radius: 2.5px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

/*hotapps*/
.widget, .hotapps {
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 12px;
    padding: 15px;
}

.widget .textwidget {
    margin-top: 10px;
}

.widget .textwidget img {
    display: block;
    width: 100%;
    height: auto;
}

.widget ul {
    overflow: hidden;
    margin-top: 10px;
}

.widget li {
    overflow: hidden;
    padding: 2px 0;
}

.widget li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 15px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
}

.widget li a:before {
    width: 5px;
    height: 5px;
    border: 1px solid #00ad35;
    border-radius: 50%;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

.hotapps ul {
    overflow: hidden;
}

.hotapps li {
    overflow: hidden;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dotted #eee;
}

.hotapps .icon {
    width: 65px;
    float: left;
}

.hotapps .info {
    margin-left: 73px;
    overflow: hidden;
}

.hotapps h4 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.65em;
}

.hotapps p {
    font-size: 12px;
    color: #5e5d5b;
    line-height: 1.75em;
    height: 3.5em;
}

.divTags ul {
    margin-top: 10px;
    overflow: hidden;
}

.divTags li {
    float: left;
    padding: 3px 5px 3px 0;
}

.divTags li .tag-count, .divTags li a:before {
    display: none;
}

.divTags li a {
    display: block;
    padding: 3px 8px;
    background-color: #ddd;
    color: #fff;
    font-size: 12px;
    line-height: 1.75em;
}

.divTags li:nth-child(8n-7) a {
    background-color: #8A9B0F;
}

.divTags li:nth-child(8n-6) a {
    background-color: #EB6841;
}

.divTags li:nth-child(8n-5) a {
    background-color: #3FB8AF;
}

.divTags li:nth-child(8n-4) a {
    background-color: #FE4365;
}

.divTags li:nth-child(8n-3) a {
    background-color: #FC9D9A;
}

.divTags li:nth-child(8n-2) a {
    background-color: #EDC951;
}

.divTags li:nth-child(8n-1) a {
    background-color: #C8C8A9;
}

.divTags li:nth-child(8n) a {
    background-color: #83AF9B;
}

.divTags li:first-child a {
    background-color: #E1474D;
}

.divTags li:last-child a {
    background-color: #3299BB;
}

.divSearchPanel .textwidget {
    position: relative;
    overflow: hidden;
    padding-right: 40px;
}

.divSearchPanel input[type='submit'] {
    font-size: 14px;
    background-color: #00ad35;
    color: #fff;
    width: 40px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.divSearchPanel input[type='text'] {
    height: 22px;
    line-height: 22px;
    width: 92%;
    padding: 5px 4%;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    border-right: none;
    font-size: 14px;
    color: #333;
}

.divCalendar .textwidget {
    margin: 0;
}

.divCalendar caption {
    margin-bottom: 10px;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
}

.divCalendar th, .divCalendar td {
    width: 14.285%;
    text-align: center;
    padding: 1%;
    font-size: 14px;
}

.divCalendar td a {
    font-weight: bold;
    color: #00ad35;
}

/*main*/
.main {
    margin-right: 280px;
    overflow: hidden;
}

.main.appbox {
    clear: none;
}

/*breadcrumb*/
.breadcrumb {
    text-align: right;
    font-size: 12px;
    color: #888;
    margin-left: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.breadcrumb a {
    color: #888;
}

.breadcrumb a:hover {
    color: #00ad35;
}

.breadcrumb a:first-child {
    background: url(../images/icon_home.png) no-repeat left 0;
    padding-left: 20px;
}

.breadcrumb i {
    font-style: normal;
    padding: 0 5px;
}

/*appcate*/
.appcate li {
    width: 48%;
}

.appcate .box {
    padding: 15px;
}

/*pagenavi*/
.pagenavi {
    font-size: 0;
    line-height: normal;
    text-align: center;
    padding: 15px 0 35px;
}

.pagenavi a, .pagenavi .now-page {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #e5e5e5;
    padding: 0 12px;
    font-size: 14px;
    margin: 0 2px;
    color: #555;
}

.pagenavi a:hover, .pagenavi .now-page {
    background-color: #00ad35;
    color: #fff;
    border-color: #00ad35;
}

/*newslist*/
.newslist {
    overflow: hidden;
    padding: 2% 2.198% 0;
}

/*newsitem*/
.newsitem {
    border-bottom: 1px dashed #eee;
    overflow: hidden;
    margin-bottom: 1.5%;
    padding-bottom: 1.5%;
}

.newsitem .pic {
    float: left;
    width: 250px;
    overflow: hidden;
}

.newsitem .pic img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: transform .3s;
}

.newsitem .pic a {
    display: block;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.newsitem .pic a:hover img {
    transform: scale(1.1);
}

.newsitem .info {
    margin-left: 250px;
    overflow: hidden;
    padding: 5px 120px 5px 20px;
    position: relative;
}

.newsitem h2 {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35em;
    margin-bottom: 13px;
}

.newsitem .excerpt {
    color: #666;
    font-size: 16px;
    line-height: 1.75em;
    height: 5.25em;
    overflow: hidden;
}

.newsitem .more {
    margin-top: 15px;
}

.newsitem .more a {
    color: #fff;
    font-size: 14px;
    display: block;
    width: 115px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background-color: #00ad35;
}

.newsitem .more a:hover {
    opacity: .85;
}

.newsitem .date {
    border: 1px solid #eee;
    color: #00ad35;
    text-align: center;
    font-size: 14px;
    line-height: 1.125em;
    width: 93px;
    padding: 15px 0 21px;
    position: absolute;
    right: 0;
    top: 10px;
}

.newsitem .date time {
    display: block;
}

.newsitem .date i {
    font-size: 60px;
    line-height: 1em;
    font-style: normal;
    display: block;
}

/*post*/
.post {
    padding: 3% 0%;
}

.post .title {
    text-align: center;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.35em;
    margin-bottom: 1.5%;
}

.post .meta {
    font-size: 0;
    line-height: normal;
    text-align: center;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
    margin-bottom: 2.5%;
}

.post .meta span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.75em;
    padding: 0 15px 0 18px;
    color: #999;
    background: no-repeat left center;
    background-size: auto 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post .meta .date {
    background-image: url(../images/icon_date.png);
}

.post .meta .author {
    background-image: url(../images/icon_author.png);
}

.post .meta .views {
    background-image: url(../images/icon_views.png);
}

.singlepage .title {
    margin-bottom: 3%;
}

.error404 .singlepage {
    padding: 10% 5%;
}

.error404 .title {
    font-weight: bold;
}

.error404 p {
    text-align: center;
    margin-bottom: 0;
}

.error404 p a {
    color: #00ad35;
    text-decoration: underline;
}

/*entry*/
.entry {
    font-size: 16px;
    line-height: 1.75em;
    color: #333;
    overflow: hidden;
    margin-bottom: 1%;
    padding:0 2%;
}

.entry p, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry table, .entry hr {
    margin-bottom: 1.875%;
}

.entry img {
    width: auto;
    max-width: 100%;
    height: auto !important;
}

.entry hr {
    border: none;
    border-bottom: 1px solid #e6e6e6;
}

.entry blockquote {
    background-color: #f9f9f9;
    border-left: 8px solid #e3e3e3;
    padding: 1.65% 1.65% 0;
    overflow: hidden;
    margin: 0 2em 1.875%;
    font-style: italic;
    color: #666;
}

.entry ul, .entry ol {
    margin-left: 2em;
    margin-bottom: 1.875%;
}

.entry ul li, .entry ol li {
    margin-left: 1em;
}

.entry ul li {
    list-style: outside disc none;
}

.entry ol li {
    list-style: outside decimal none;
}

/*tags*/
.tags {
    overflow: hidden;
    margin-bottom: 2.5%;
}

.tags h3 {
    float: left;
    font-size: 14px;
    color: #000;
    line-height: 1.75em;
    font-weight: normal;
}

.tags ul {
    margin-left: 56px;
    overflow: hidden;
}

.tags li {
    float: left;
    font-size: 14px;
    line-height: 1.75em;
    padding: 0 5px;
}

.tags li a {
    color: #00ad35;
}

.tags li a:hover {
    opacity: .85;
}

.relatedpost {
    overflow: hidden;
}

.relatedpost ul {
    overflow: hidden;
    width: 104%;
}

.relatedpost li {
    float: left;
    width: 46%;
    padding-right: 4%;
    padding-bottom: 2%;
}

.relatedpost li .pic {
    float: left;
    width: 130px;
    overflow: hidden;
}

.relatedpost li .pic img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: transform .3s;
}

.relatedpost li .pic a {
    display: block;
    padding-bottom: 75%;
    position: relative;
}

.relatedpost li .pic a:hover img {
    transform: scale(1.1);
}

.relatedpost li .info {
    margin-left: 145px;
    overflow: hidden;
    position: relative;
}

.relatedpost li h2 {
    font-size: 18px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.35em;
    margin-bottom: 4px;
}

.relatedpost li .excerpt {
    color: #666;
    font-size: 14px;
    line-height: 1.75em;
    height: 3.5em;
    overflow: hidden;
}

.relatedpost li .date {
    margin-top: 4px;
    font-size: 12px;
    color: #999;
    line-height: 1.35em;
}

/*commentsList*/
.posttitle {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    line-height: 1.125em;
    position: relative;
    padding-left: 15px;
    margin-bottom: 2%;
}

.posttitle:before {
    width: 5px;
    height: 12px;
    border-radius: 2.5px;
    background-color: #00ad35;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.commentsList, .commentForm, .relatedpost {
    overflow: hidden;
    margin-bottom: 1%;
}

.commentsList .gravatar {
    float: left;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.commentsList .gravatar img {
    display: block;
    width: 100%;
    height: 100%;
}

.commentsList .info {
    margin-left: 65px;
    overflow: hidden;
}

.commentsList .top {
    overflow: hidden;
    margin-bottom: 5px;
}

.commentsList .top span {
    display: block;
    font-size: 14px;
    line-height: 1.75em;
}

.commentsList .top .name {
    float: left;
    font-weight: bold;
}

.commentsList .top .name a {
    color: #333;
}

.commentsList .top .reply {
    float: right;
}

.commentsList .top .reply a {
    color: #666;
}

.commentsList .mid {
    font-size: 14px;
    color: #222;
    line-height: 1.75em;
    margin-bottom: 5px;
}

.commentsList .btm {
    color: #888;
    font-size: 12px;
    line-height: 1.75em;
}

.commentsList li {
    overflow: hidden;
    margin-bottom: 2%;
}

.commentsList li li {
    margin-left: 65px;
    margin-top: 5px;
    margin-bottom: 0;
}

.commentsList li li .gravatar {
    display: none;
}

.commentsList li li .info {
    margin-left: 0;
    background-color: #fff;
    border: 1px solid #e4e4e4;
    padding: 10px 15px;
}

.commentsList li li .mid {
    font-size: 14px;
    line-height: 1.75em;
}

.commentsList li li .btm {
    font-size: 12px;
}

.commentsList li li li {
    margin-left: 20px;
}

#comment .item {
    overflow: hidden;
    margin-bottom: 1.5%;
}

#comment label {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #555;
}

#comment img {
    display: block;
    float: right;
    height: 42px;
    width: auto;
}

#comment .input {
    margin-left: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    overflow: hidden;
}

#comment .text {
    width: 96%;
    padding: 8px 2%;
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #333;
    font-family: 'Microsoft Yahei';
    background-color: #fff;
}

#comment textarea.text {
    height: 120px;
}

#comment .btn {
    overflow: hidden;
}

#comment .submit {
    background-color: #00ad35;
    color: #fff;
    font-size: 16px;
    width: 130px;
    height: 42px;
    border-radius: 5px;
    cursor: pointer;
    float: right;
    -webkit-appearance: none;
    appearance: none;
}

#comment .submit:hover {
    opacity: .95;
}

#comment .warning {
    margin-bottom: 1.5%;
    font-size: 14px;
    color: #555;
    line-height: 1.75em;
    margin-left: 50px;
}

#comment #cancel-reply {
    display: block;
    font-size: 14px;
    float: right;
    clear: both;
    color: #555;
}

/*apppage*/
.apppage {
    padding: 3% 2.198%;
}

.apppage .content .apptitle {
    margin-bottom: 25px;
}

.appinfo {
    position: relative;
    overflow: hidden;
    margin-bottom: 2.5%;
    min-height: 155px;
}

.appinfo .left {
    float: left;
    width: 300px;
    background-color: #f9f9f9;
    padding: 10px; /*border-radius:5px;*/
}

.appinfo .icon { /*border-radius:15%; padding-bottom:100%;*/
    position: relative;
    overflow: hidden;
}

.appinfo .middle {
    margin-left: 350px;
    margin-right: 260px;
    overflow: hidden;
}

.appinfo .title {
    font-size: 24px;
    line-height: 1.5em;
    margin-bottom: 10px;
    color: #2f2e2e;
}

.appinfo .meta, .appinfo .date {
    overflow: hidden;
    font-size: 14px;
    line-height: 1.75em;
    margin-bottom: 5px;
    color: #888;
}

.appinfo .meta a {
    color: #888;
}

.appinfo .meta a:hover {
    text-decoration: underline;
    color: #00ad35;
}

.appinfo .meta span {
    display: block;
    float: left;
    padding-right: 20px;
}

.appinfo .meta i, .appinfo .date em {
    font-style: normal;
    color: #555;
    font-weight: bold;
}

.appinfo .support {
    margin-bottom: 5px;
}

.appinfo .support em {
    color: #555;
    height: 24px;
    line-height: 24px;
}

.appinfo .support span {
    padding: 4px 5px 4px 0;
}

.appinfo .right {
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    width: 250px;
    overflow: hidden;
}

.appinfo .right.open {
    position: static;
    right: 0;
    top: 0;
}

.appinfo .btn {
    position: relative;
    float: left;
    width: 47.5%;
    padding-left: 5%;
}

.appinfo .btn a {
    display: block;
    height: 32px;
    line-height: 32px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.appinfo .btn a:hover {
    opacity: .85;
}

.appinfo .canvas {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    padding: 6px;
    margin: 0 auto 5px;
}

.appinfo .qr {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.appinfo .qr img, .appinfo canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.appinfo .iphone {
    padding-left: 0;
}

.appinfo .iphone a {
    background-color: #18a8ee;
}

.appinfo .android a {
    background-color: #a4c439;
}

.appscreen {
    margin-bottom: 3%;
}

.appscreen .load {
    padding-bottom: 44.59%;
}

.appscreen .screenlist {
    background-color: #f9f9f9;
    padding: 35px 60px;
    border: 1px solid #eee;
}

.appscreen #screen {
    display: none;
}

.appscreen .pic {
    width: 75%;
    margin: 0 auto;
}

.appscreen .pic a {
    display: block;
}

.appscreen .pic img {
    display: block;
    width: 100%;
    height: auto;
}

.appscreen .slick-arrow {
    display: block;
    border: none;
    background: no-repeat center center;
    background-size: contain;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    text-indent: -99999em;
    font-size: 0;
    cursor: pointer;
}

.appscreen .slick-arrow.slick-disabled {
    visibility: hidden;
}

.appscreen .slick-prev {
    background-image: url(../images/arrow_left.png);
    left: -46px;
}

.appscreen .slick-next {
    background-image: url(../images/arrow_right.png);
    right: -46px;
}

.apptitle {
    font-size: 16px;
    line-height: 1.35em;
    margin-bottom: 15px;
}

.apptags {
    font-size: 14px;
    color: #999;
    line-height: 1.75em;
    overflow: hidden;
}

.apptags span {
    color: #f60;
    font-weight: bold;
    display: block;
    float: left;
}

.apptags ul {
    overflow: hidden;
    margin-left: 42px;
}

.apptags li {
    float: left;
    padding-right: 10px;
}

.apptags li a {
    color: #999;
}

.apptags li a:hover {
    color: #00ad35;
}

.popupImg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9;
}

.popupImg .box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.popupImg img {
    display: block;
    width: auto;
    max-width: 70%;
    height: auto;
    max-height: 70%;
    margin: 0 auto;
}

.popupImg span {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/icon_close.png) no-repeat center center;
    background-size: contain;
    margin: 10px auto 0;
    cursor: pointer;
}

/*relatedapp*/
.relatedapp {
    overflow: hidden;
    margin-bottom: 1.5%;
}

.relatedapp ul {
    overflow: hidden;
    width: 102%;
}

.relatedapp li {
    float: left;
    width: 23%;
    padding-right: 2%;
    padding-bottom: 2%;
    text-align: center;
}

.relatedapp .icon {
    margin-bottom: 5px;
}

.relatedapp p {
    font-size: 14px;
    line-height: 1.75em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*backtop*/
.backtop_new {
    background-size: contain;
    cursor: pointer;
    position: fixed;
    right: 5%;
    bottom: 20%;
    z-index: 9;
    width: 71px;
    background-color: #f83737;

}
.backtop_new:hover{

}
.backtop-item{
    width: 70px;
    height: 67px;
    border-bottom: #d01a1a 1px solid;
}
.backtop-item:hover{
    background:#d41e1e ;
}
.backtop-item:last-child{
    border: none;
}
.backtop-item img{
    margin: 14px 24px 0px 24px;
}
.backtop-item .backtop_text{
    width: 70px;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #ffffff;
    text-align: center;
}

/*hmnews*/
.hmnews {
    overflow: hidden;
}

.hmnews .thumbnail img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
}

.hmnews .box {
    overflow: hidden;
    padding: 1% 2.198%;
}

.hmnews ul {
    overflow: hidden;
    width: 103%;
}

.hmnews li {
    float: left;
    width: 47%;
    padding: 1% 3% 1% 0;
    overflow: hidden;
}

.hmnews li .thumbnail {
    float: left;
    width: 140px;
    overflow: hidden;
}

.hmnews li .thumbnail a {
    display: block;
    overflow: hidden;
    padding-bottom: 75%;
    position: relative;
}

.hmnews li .info {
    margin-left: 155px;
    overflow: hidden;
}

.hmnews li h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.hmnews li p {
    font-size: 14px;
    color: #555;
    line-height: 1.75em;
    text-align: justify;
    height: 3.5em;
    overflow: hidden;
    margin-bottom: 3px;
}

.hmnews li time {
    display: block;
    font-size: 12px;
    color: #999;
    line-height: 2em;
}

.fl {
    float: left;
}

.footer {
    width: 100%;
    padding: 30px 0px;
    position: relative;
    height: 157px;
    background-color: #5d5d5d;
}

.main_f {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.coinfo {
    width: 100%;
    margin-top: 35px;
    position: relative;
}

.coinfo-logo {
    margin-top: 0px;
}

.info2 {
    width: 824px;
    margin: 0 20px;
}

.info2 p {
    font-size: 12px;
    color: #efefef;
    float: left;
    width: 100%;
    line-height: 25px;
}

.info-bt {
    margin-bottom: 8px;
}

.info2 a {
    color: #efefef;
    float: left;
}

.info2 a:hover {
    text-decoration: underline;
    transition: color 200ms linear 0s, background-color 200ms linear 0s, border-color 200ms linear 0s;
}

.info2 i {
    float: left;
    color: #464646;
    padding: 0 12px;
}

.legal-list {
    position: absolute;
    top: 20px;
    right: 0;
    overflow: hidden;
}

.legal-list a {
    font-size: 12px;
    width: auto;
    height: 30px;
    line-height: 15px;
    padding: 10px 15px 10px 48px;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    overflow: hidden;
    color: #fff;
    margin-left: 10px;
    float: left;
    background: #3B3B3B url(../images/legal.png) no-repeat;
}

.legal-list .legal-1, .legal-list a:hover.legal-1 {
    background-position: 9px 9px;
}

.legal-list .legal-2, .legal-list a:hover.legal-2 {
    background-position: -121px 9px;
}

.legal-list .legal-3, .legal-list a:hover.legal-3 {
    background-position: -250px 9px;
}

.main_noside {
    margin-right: 0px;
}

/*postnavi*/
#postnavi {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.875em;
    overflow: hidden;
    margin-bottom: 3.5%;
}

#postnavi .prev,
#postnavi .next {
    width: 45%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px 0;
}

#postnavi .prev {
    float: left;
}

#postnavi .next {
    float: right;
    text-align: right;
}

.bar_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 99999;
}

#ad_left a, #ad_right a {
    font-size: 14px;
    top: -26px;
}


.center2 {
    margin: 0 auto;
    width: 1296px;
}

.PartTitle {
    height: 55px;
    line-height: 55px;
    font-weight: normal;
    color: #9a9a9a;
    margin-bottom: 17px;
    text-align: center;
}

.PartTitle strong {
    font-size: 25px;
    color: #000000;
    margin-right: 9px;
}

.games {
    width: 321px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    transition: all 0.2s linear;
    border-radius: 6px;
}
.games .photo {
    width: 100%;
    height: 200px;
    position: relative;
    background: #000;
    border-radius: 6px;
}
.games .photo img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.games .photo .photocontent {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0px;
    color:#444444;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
}

.games .photo .photocontent .bottomview{
    background:rgba(0, 0, 0, 0.5);width: 100%;color: #fff;height: 66px;
    padding:5px 15px;
    box-sizing: border-box;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
}
.games .photo .photocontent:hover .bottomview{
    transform: translateY(0);
}
.games .photo .photocontent  .ptitle{
    font-size: 18px;
}
.games .photo .photocontent .pkfsj{
    font-size: 16px;
    margin: 10px 0;
    color: #999999;
}
.gamesbom{
    padding:0 15px 15px;
}
.gamesbom .game_content_new{
    color: #888;
    line-height: 1.5;
}
.list_cc{
    margin-top:15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap:10px
}
.list_cc ._btn_go{
    border-radius: 6px;
	border: solid 1px #cccccc;
    flex: 1;
    color: #666666;
    text-align: center;
    height: 35px;
    line-height: 35px;
}


.hometable td, .hometable th {
    padding: 5px 10px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
}
.hometable th {
    background: #fff;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    line-height: 48px;
}
.hometable td{
    background: #fdf6f6;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
    text-align: center;
}
.hometable td a{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 48px;
    text-align: center;
}

#banner {
    position: relative;
    width: 100%;
    min-width: 1280px;
    margin: 0 auto;
    background: #333;
}


/* @media only screen and (max-width: 1456px) {
    .inner {
        width: 93.75%;
    }

    .appinfo .right {
        width: 230px;
    }

    .appinfo .middle {
        margin-right: 240px;
    }
} */

/* @media only screen and (max-width: 1280px) {
    .applist .icon {
        width: 60px;
    }

    .applist .info {
        margin-left: 70px;
        padding: 0;
    }

    .applist .meta {
        line-height: 1.9em;
    }

    .applist .intro {
        margin-top: 5px;
    }

    .sitedata li span {
        font-size: 32px;
    }

    .post .title, .singlepage .title {
        font-size: 24px;
    }

    .appinfo .left {
        padding: 15px;
    }

    .appinfo .middle {
        margin-left: 120px;
    }

    .appinfo .title {
        font-size: 20px;
    }

    .appinfo .meta {
        margin-bottom: 0;
        width: 102%;
    }

    .appinfo .meta span {
        width: 48%;
        padding-right: 2%;
        padding-bottom: 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
} */

/* @media only screen and (max-width: 1024px) {
    .header .right {
        width: 50%;
    }

    .logo a {
        width: 218px;
        height: 62px;
    }

    .topsearch {
        margin-top: 0;
    }

    .topsearch .text {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .topsearch .submit {
        height: 34px;
    }

    .wrapper {
        padding: 2% 0;
    }

    .newsitem .pic {
        width: 200px;
    }

    .newsitem .info {
        margin-left: 200px;
        padding: 0 100px 0 20px;
    }

    .newsitem h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .newsitem .excerpt {
        font-size: 14px;
    }

    .newsitem .more {
        margin-top: 10px;
    }

    .newsitem .more a {
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        width: 90px;
    }

    .newsitem .date {
        width: 80px;
        padding: 10px 0 15px;
    }

    .newsitem .date i {
        font-size: 48px;
    }
} */

/* @media only screen and (max-width: 960px) {
    .nav li {
        padding-right: 1.3%;
        padding-left: 1.3%;
    }

    .applist ul {
        width: 102.2%;
    }

    .applist li {
        width: 47.8%;
        padding-right: 2.2%;
        padding-bottom: 2.2%;
    }

    .sitedata li {
        font-size: 14px;
        width: 49%;
    }

    .sitedata li span {
        font-size: 24px;
        line-height: 40px;
    }

    .sitedata .total, .sitedata .today, .sitedata .views, .sitedata .cmts {
        width: 49%;
    }

    .copyright p {
        padding: 0;
    }

    .sidebar {
        display: none;
    }

    .main {
        margin-right: 0;
        clear: both;
    }

    .post .title, .singlepage .title {
        font-size: 20px;
    }

    .relatedpost ul {
        width: auto;
    }

    .relatedpost li {
        float: none;
        width: auto;
        padding-right: 0;
    }

    .relatedpost li .pic {
        width: 100px;
    }

    .relatedpost li .info {
        margin-left: 110px;
    }

    .relatedpost li h2 {
        font-size: 16px;
        margin-bottom: 2px;
    }

    .relatedpost li .date {
        display: none;
    }

    .commentsList .gravatar {
        width: 35px;
        height: 35px;
    }

    .commentsList .info {
        margin-left: 45px;
    }

    .commentsList .top span {
        line-height: 1.35em;
    }

    .commentsList .top .reply {
        font-size: 12px;
    }

    .commentsList li li {
        margin-left: 45px;
    }

    #comment .item {
        margin-bottom: 10px;
    }

    #comment .submit {
        font-size: 14px;
        height: 30px;
        width: 90px;
    }

    #comment label {
        float: none;
        width: auto;
        height: auto;
        line-height: 1.5em;
        margin-bottom: 5px;
    }

    #comment .input, #comment .warning {
        margin-left: 0;
    }

    #comment .text {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    #comment img {
        height: 36px;
    }

    .hmnews li .thumbnail {
        width: 110px;
    }

    .hmnews li .info {
        margin-left: 120px;
    }

    .hmnews li h3 {
        line-height: 1.5em;
    }

    .hmnews li p {
        height: auto;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
} */

/* @media only screen and (max-width: 768px) {
    .header {
        padding: 10px 0;
        position: relative;
    }

    .header .right {
        position: absolute;
        left: 0;
        top: 65px;
        height: auto;
        width: 93.75%;
        padding: 12px 3.125%;
        background-color: #f1f1f1;
        z-index: 80;
        display: none;
    }

    .header .right.show {
        display: block;
    }

    .wapbtn {
        display: block;
    }

    .topsearch {
        padding-right: 60px;
    }

    .topsearch .text {
        padding-top: 8px;
        padding-bottom: 8px;
        height: 20px;
        line-height: 20px;
        font-size: 14px;
    }

    .topsearch .submit {
        height: 36px;
        font-size: 14px;
        width: 60px;
    }

    .searchtags, .backtop {
        display: none;
    }

    .logo a {
        width: 242px;
        height: 45px;
    }

    body.show {
        position: fixed;
        overflow: hidden;
        left: 0;
        top: 0;
        width: 100%;
    }

    .bar {
        position: fixed;
        left: -180px;
        top: 65px;
        width: 180px;
        height: 100%;
        z-index: 70;
        transition: left .3s;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .bar.show {
        left: 0;
    }

    .bar .inner {
        width: auto;
        position: static;
        margin-bottom: 65px;
    }

    .nav {
        margin-right: 0;
    }

    .nav ul {
        height: auto;
        padding: 15px 0 60px;
    }

    .nav li {
        float: none;
        padding: 0;
    }

    .nav li:after {
        display: none;
    }

    .nav li a {
        padding: 4px 2em;
    }

    .nav li em {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 40px;
        cursor: pointer;
    }

    .nav li em:after {
        content: '';
        display: block;
        width: 7px;
        height: 7px;
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
        transform: rotate(45deg);
        position: absolute;
        right: 1em;
        top: 50%;
        margin-top: -6px;
        transition: all .3s;
    }

    .nav li em.on:after {
        transform: rotate(-135deg);
        margin-top: -2px;
    }

    .nav li ul {
        position: static;
        left: auto;
        top: auto;
        width: auto;
        border: none;
        background-color: transparent;
        padding: 0;
    }

    .nav li ul.show {
        display: block;
    }

    .nav li li {
        text-align: left;
    }

    .nav li li a {
        padding: 4px 1em 4px 3em;
    }

    .social {
        position: fixed;
        right: auto;
        left: -180px;
        top: auto;
        width: 180px;
        overflow: hidden;
        z-index: 9;
        bottom: 0;
        background-color: #fff;
        padding: 15px 0;
        transition: left .3s;
    }

    .social.show {
        left: 0;
    }

    .social li {
        padding: 0 10px;
    }

    .hmtop {
        padding: 0;
    }

    .boxtop {
        padding: 6px 15px 5px;
    }

    .appbox, .hmdiv, .hmlinks {
        border-radius: 8px;
    }

    .applist {
        padding: 15px 15px 2px;
    }

    .applist .intro {
        font-size: 12px;
    }

    .hmlinks ul {
        padding: 10px
    }

    .hmlinks li {
        padding: 3px 5px;
    }

    .sitedata li span {
        font-size: 20px;
        line-height: 36px;
    }

    .footer {
        padding: 10px 0;
    }

    .copyright {
        padding: 15px 0;
    }

    .pagenavi {
        padding: 10px 0 20px;
    }

    .pagenavi a {
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
        margin: 0 1px;
    }

    .newslist {
        padding: 15px 15px 5px;
    }

    .newsitem {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .newsitem .pic {
        width: 110px;
    }

    .newsitem .date, .newsitem .more {
        display: none;
    }

    .newsitem .info {
        margin-left: 110px;
        padding: 0 0 0 10px;
    }

    .newsitem h2 {
        font-size: 16px;
        line-height: 1.65em;
        max-height: 3.3em;
        white-space: normal;
    }

    .newsitem .excerpt {
        height: auto;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .post {
        padding: 20px 15px;
    }

    .post .title {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .singlepage .title {
        margin-bottom: 20px;
    }

    .post .meta {
        margin-bottom: 15px;
    }

    .post .meta span {
        font-size: 12px;
        background-size: auto 12px;
        padding: 0 10px 0 14px;
    }

    .entry {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .entry p, .entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6, .entry table, .entry hr {
        margin-bottom: 15px;
    }

    .entry blockquote {
        padding: 15px 15px 0;
        border-left-width: 5px;
        margin-bottom: 15px;
    }

    .tags {
        margin-bottom: 20px;
    }

    .posttitle {
        margin-bottom: 15px;
    }

    .relatedpost li h2 {
        white-space: normal;
        line-height: 1.5em;
        max-height: 3em;
    }

    .relatedpost li .excerpt {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        height: auto;
    }

    .commentsList, .commentForm, .relatedpost {
        margin-bottom: 15px;
    }

    .error404 .singlepage {
        padding: 20% 5%;
    }

    .error404 .title {
        font-size: 24px;
    }

    .apppage {
        padding: 20px 15px;
    }

    .appinfo {
        margin-bottom: 15px;
        min-height: 0;
    }

    .appinfo .left {
        padding: 6px;
        width: 60px;
    }

    .appinfo .middle {
        margin-left: 82px;
        margin-right: 0;
    }

    .appinfo .title {
        font-size: 16px;
    }

    .appinfo .right {
        position: static;
        right: auto;
        top: auto;
        width: auto;
        margin-top: 8px;
        float: none;
        clear: both;
        margin-left: 82px;
    }

    .appinfo .canvas {
        display: none;
    }

    .appinfo .btn a {
        height: 28px;
        line-height: 28px;
    }

    .apptitle {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .appscreen {
        margin-bottom: 20px;
    }

    .appscreen .screenlist {
        padding: 15px 26px;
    }

    .appscreen .pic {
        width: 80%;
    }

    .appscreen .slick-arrow {
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }

    .appscreen .slick-prev {
        left: -21px;
    }

    .appscreen .slick-next {
        right: -21px;
    }

    .apppage .content .apptitle {
        margin-bottom: 15px;
    }

    .relatedapp {
        margin-bottom: 15px;
    }

    .relatedapp li {
        width: 18%;
        padding-bottom: 1%;
    }

    .relatedapp .icon {
        margin-bottom: 0;
    }

    .hmnews .box {
        padding: 10px 15px;
    }

    .hmnews ul {
        width: auto;
    }

    .hmnews li {
        float: none;
        width: auto;
        padding: 5px 0;
    }

    .hmnews li h3 {
        line-height: 1.75em;
        margin-bottom: 2px;
    }

    .hmnews li p {
        line-height: 1.875em;
        height: 3.75em;
        white-space: normal;
        margin-bottom: 0;
    }

    .hmnews li time {
        display: none;
    }

    .main_f {
        width: 100%;
    }

    .coinfo-logo {
        width: 100%
    }

    .legal-list {
        display: none;
        position: unset;
        margin-left: 20px;
    }

    .coinfo {
        text-align: center;
        margin-top: 5px;
    }

    .info2 {
        width: 100%;
        margin: 0;
    }

    .info-bt a {
        float: unset;
    }

    .info-bt {
        float: unset !important;
        display: inline;
        text-align: center;
        width: 100%;
    }

    .info2 i {
        display: none;
    }

    .PartTitle {
        display: none
    }

    .center2 {
        width: 100%;
        padding: 0 !important;
    }

    .games {
        width: 96.5%;
        margin: 0;
        padding: 1.5%;
        height: auto;
        margin-bottom: 5px;
    }

    .games .photo {
        width: 100%;
        background: #fff;
        max-height: 228px;
        overflow: hidden;
        margin-bottom: 5px;
        display: block;
        margin-bottom: -10px;
        height: auto;
    }

    .games .photo a {
        overflow: hidden;
        display: block;
    }

    .games ._btn_go {
        padding-right: 4px;
        padding-left: 7px;
    }

    .games .gp_end {
        margin-left: 7px;
    }

    .games .list {
        padding-top: 10px;
    }

    .list_cc {
        width: 100%;
        text-align: center;
        display: block;
        margin-left: 0px;
        margin-bottom: -10px;
    }

    .hmnews li {
        float: left;
        width: 25%;
        padding: 5px 0;
    }

    .list_cc li {
    }

    #banner {
        min-width: 100% !important;
        height: 200px
    }

    #banner .conbox {
        width: 100% !important
    }

    #banner .conbox .Slide_ img.mainpic {
        width: 100%
    }

    #banner .conbox .Slide_ {
        width: 100% !important
    }

    #ad_left, .rightbar {
        display: none;
    }

    .logo2 {
        display: none;
    }

    .header {
        background-color: #7e848f;

    }

    .appbox2 .games {
        border: none;
    }

} */

/* @media only screen and (max-width: 540px) {
    .applist {
        padding-bottom: 5px;
    }

    .applist ul {
        width: auto;
    }

    .applist li {
        width: auto;
        padding-right: 0;
        float: none;
        padding-bottom: 10px;
    }

    .applist .box {
        padding: 13px 13px 10px;
        border-radius: 5px;
    }

    .applist .intro {
        height: auto;
    }

    .appinfo .left {
        width: 48px;
    }

    .appinfo .middle {
        margin-left: 70px;
    }

    .appinfo .title {
        margin-bottom: 5px;
    }

    .appinfo .meta {
        font-size: 12px;
    }

    .appinfo .meta span {
        padding-bottom: 0;
    }

    .appinfo .date {
        font-size: 12px;
        margin-bottom: 0;
    }

    .appinfo .right {
        margin-top: 5px;
        margin-left: 70px;
    }

    .appinfo .support {
        margin-bottom: 5px;
    }

    .support em {
        font-size: 12px;
    }

    .apptags {
        font-size: 12px;
    }

    .apptags ul {
        margin-left: 36px;
    }

    .apptags li {
        padding-right: 5px;
    }

    .relatedapp p {
        font-size: 12px;
    }

    .Version {
        display: none
    }

    #banner {
        height: auto !important;
        min-height: 200px;
    }

    #banner .conbox .Slide_ img.mainpic {
        width: auto;
    }

} */

/* @media only screen and (max-width: 360px) {
    .sitedata li {
        line-height: 1.5em;
        padding: 2px 0.5%;
    }

    .sitedata li i {
        display: none;
    }

    .sitedata li span {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0;
        line-height: 1.5em;
        font-size: 18px;
    }

} */

.rightbar {
    width: 242px;
    height: 618px;
    position: fixed;
    top: 50%;
    right: 0;
    margin-top: -280px;
    background: url(../images/right1.png) no-repeat;
    z-index: 10000;
    text-align: center;
    color: #FFF;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.rightbar.close {
    right: -268px
}

.rightbar.close .btn-close {
    background: url(../images/left4.png) no-repeat
}

.rightbar .btn-close {
    width: 86px;
    height: 73px;
    background: url(../images/left2.png);
    position: absolute;
    top: 10px;
    left: -86px
}

.rightbar h6 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    overflow: hidden;
    padding-top: 75px;
}

.rightbar h6 span {
    display: block;
    font-size: 14px
}

.rightbar .code {
    width: 157px;
    height: 160px;
    background: #3f5a7d;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 43px;
}

.rightbar .code p {
    height: 5px;
    line-height: 5px;
    background: #3f5a7d;
}

.rightbar p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
    padding-left: 20px;
}

.rightbar .kefu {
    margin-left: 43px;
    display: block;
    width: 157px;
    height: 51px;
    background: url(../images/left3.png) no-repeat;
    line-height: 50px;
    font-size: 18px;
    font-weight: 200;
    font-family: "å¾®è½¯é›…é»‘";
    color: #FFF;
    text-decoration: none;
    margin-bottom: 10px
}

.rightbar .kefu:hover {
    background: url(../images/left5.png) no-repeat
}

#ad_left {
    top: 50%;
    /* right: 0; */
    margin-top: -280px
}

section.appbox.hmnews.appbox2 {
    border-radius: 0;
}

.foot-link a {
    padding-right: 10px;
}

.foot-link a::after {
    content: "|";
    padding-left: 10px;
}

.foot-link a:last-child::after {
    content: "";
    padding-left: 0
}

.sanjian_style {
    width: 11px !important;
    height: 10px !important;
    margin-bottom: -17px;
    margin-left: -4px;
}

.bottom_spe_safe_icon {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 28px;
    left: 0;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
}

.line_new {
    width: 1px;
    height: 84px;
    background-color: #848484;
    float: left;
    margin: 0px 40px;
}
.official_website{
    float: left;
    height: 26px;
    line-height: 26px;
    text-align: center;
    overflow: hidden;
    font-size: 14px;
    color: #ea2929;
    max-width: 64px;
    margin-top: 8px;
    margin-left: 8px;
    padding-right: 15px;
    padding-left: 15px;
    text-decoration: none;
    border: 1px solid #ea2929;
    border-radius: 15px;
}
official_website:hover{
    color: #ea2929 !important;
}
.backtop_update{
    width: 221px;
    height: 433px;
    position: fixed;
    bottom: 2%;
    right: 1%;
    background: url('../images/R_bg.png');
    z-index: 9999;
    background-size: 100% 100%;
}
.back_top_box{
    width: 68px;
    height: 28px;
    background:#3a2118 ;
    text-align: center;
    color: #dc936e;
    margin: 6px 78px;
    font-size: 16px;
    cursor: pointer;
}




.ft-float-menu{
    width: 52px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    z-index: 999999;
}
.ft-float-menu a {
    float: left;
    width: 52px;
    height: 50px;
    margin-bottom: 6px;
    position: relative;
    background-size: 100% 100%;
}
.ft-float-menu a span{
    width: 52px;
    height: 50px;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    background-size: 100% 100%;
}
.ft-float-menu a.ft-fm-m1 span {
    background-image:url('../images/qq.png');
}
.ft-float-menu a.ft-fm-m3 {
    background-image:url('../images/tel.png');
}
.ft-float-menu a.ft-fm-m4 {
    background-image:url('../images/weixin.png');
}
.ft-float-menu a.ft-fm-m4.gzh{
    background-image:url('../images/gzh.png');
}
.ft-float-menu a.ft-fm-m5 {
    background-image:url('../images/top2.png');
}
.ft-fm-m1-box {
    width: 52px;
    height: 50px;
    background: #fff;
    position: absolute;
    right: -54px;
    top: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.ft-fm-m1-box i {
    text-align: center;
    letter-spacing: 3px;
    border-radius: 3px;
    line-height: 16px;
    font-size: 14px;
    width: 100%;
    color: #f85865;
    float: left;
    padding-top: 8px;
}
.ft-float-menu a.ft-fm-m1, .ft-float-menu a.ft-fm-m2 {
    overflow: hidden;
    -webkit-transition: all .3s linear;
    transition: all .2s linear;
}
.ft-float-menu a:hover {
    -webkit-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
    -ms-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
    -o-transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
    transition: color 200ms ease-out,background-color 200ms ease-out,border-color 200ms ease-out,opacity 200ms ease-out;
}
.ft-float-menu a.ft-fm-m1:hover span{
    right: 54px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.ft-float-menu a.ft-fm-m1:hover .ft-fm-m1-box {
    right: 0px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}
.ft-fm-m3-box, .ft-fm-m4-box {
    position: absolute;
    background: #fff;
    height: 50px;
    right: -3px;
    top: 0px;
    border-radius: 3px;
    color: #f85865;
    line-height: 50px;
    font-size: 14px;
    display: none;
    width: 56px;
}
.ft-float-menu a.ft-fm-m3 span {
    top: 0;
    width: 130px;
    left: -146px;
    position: absolute;
    background: #fff;
    text-align: center;
    border: 1px solid #282828;
    color: #282828;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    height: 48px;
}
.ft-fm-txt {
    height: 33px;
    width: 35px;
    position: absolute;
    right: 3px;
    top: 0;
    line-height: 15px;
    padding: 10px 6px 0px 0px;
    letter-spacing: 3px;
}
.ft-float-menu a.ft-fm-m3:hover .ft-fm-m3-box, .ft-float-menu a.ft-fm-m4:hover .ft-fm-m4-box {
    display: block;
}
.ft-fm-m4-box .ft-fm-m4-ewm {
    width: 104px;
    height: 104px;
    position: absolute;
    top: 50%;
    margin-top: -52px;
    left: -118px;
    border: 1px solid #363636;
    border-radius: 3px;
    overflow: hidden;
}
.ft-fm-m4-box i.ft-fm-txt {
    background: #fff;
    padding: 8px 7px;
    letter-spacing: 3px;
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    color: #f85865;
}
.ft-fm-m4-box em, .ft-fm-m3-box em {
    width: 6px;
    height: 24px;
    display: block;
    background: url('../images/fm-m4.png') no-repeat;
    position: absolute;
    left: -6px;
    top: 13px;
}
