@charset "UTF-8";

* {
    -webkit-tap-highlight-color: transparent
}

html {
    font-size: 45px;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body,
html {
    margin: 0;
    width: 100%;
    overflow-x: hidden;
    font-size: 12px
}

body {
    font-family: STHeiti, 'Microsoft YaHei', Helvetica, Arial, sans-serif;
    background-color: #fff
}

body.hideScroll,
html.hideScroll {
    width: 100%;
    height: 100%;
    overflow: hidden
}

div,
dl,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
nav,
ol,
section,
ul {
    font-size: 16px
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .75em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1.5em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button {
    overflow: visible;
    -webkit-appearance: none;
    border: 0;
    background: 0 0;
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0
}

dl,
ol,
ul,
li {
    list-style: none
}

.none {
    display: none;
}

.block {
    display: block;
}

.mainArea {
    margin: 0 auto;
    width: 7.2rem
}

.ymw-aside-box {
    width: 100%;
    padding: .28rem .32rem .4rem;
    box-sizing: border-box;
    border-bottom: .12rem solid #F5F7F9;
}

.ymw-title-lev2 {
    height: .62rem;
    line-height: .62rem;
    font-size: .36rem;
    font-weight: 500;
    color: #222;
    margin-bottom: .05rem;
    padding: 0 !important;
}

.ymw-comment .ymw-title-lev2 .ymw-fb-comment {
    display: block !important;
}

.ymw-list-tp1 {
    width: 100%;
    padding: .12rem .32rem 0;
    box-sizing: border-box;
    margin-bottom: 0;
}

.ymw-list-tp1 li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .24rem 0;
    /* border-bottom: 1px solid #eee; */
}

.ymw-list-tp1 li a::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #eee;
    transform: scaleY(.5);
}

.ymw-list-tp1 li:last-of-type ::before {
    display: none;
}

.ymw-list-tp1 li .titleAndTime {
    display: flex;
    flex-direction: column;
    width: 4.18rem;
}

.ymw-list-tp1 li h5 {
    width: 4.18rem;
    font-size: .3rem;
    font-weight: 400;
    color: #222;
    line-height: .44rem;
    margin-bottom: .16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ymw-list-tp1 li p {
    font-size: .24rem;
    color: #999;
    display: flex;
    align-items: center;
}

.ymw-list-tp1 li p .commentNum {
    background-image: none;
    margin-left: .3rem;
    font-size: .22rem;
}

.ymw-list-tp1 li img {
    width: 2.12rem;
    height: 1.36rem;
    background: rgba(0, 0, 0, 0);
    border-radius: .08rem;
}

.ymw-list-tp1 li.sanTu a {
    flex-direction: column;
    align-items: flex-start;
}

.ymw-list-tp1 li.sanTu h5 {
    width: 6.56rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ymw-list-tp1 li.sanTu a .sanTuImgList {
    display: flex;
    width: 6.56rem;
    justify-content: space-between;
    margin-bottom: .16rem;
}

/* 打开游民APP按钮 */
.ymw-list-tp1 li .openGamerskyAppBtn {
    width: 1.52rem;
    height: .4rem;
    background: #F5F7F9;
    border-radius: .08rem;
    text-align: center;
    line-height: .4rem;
    font-size: .2rem;
    color: #666;
    margin-right: -.06rem;
    padding: 0;
}

/* 广告标识 */
.ymw-list-tp1 li .advIcon {
    display: inline-block;
    width: .48rem;
    height: .3rem;
    border-radius: .04rem;
    border: .01rem solid #ccc;
    text-align: center;
    line-height: .3rem;
    color: #999;
    font-size: .2rem;
}



/* 底部 */
footer.ymw-footer {
    width: 100%;
    height: 4.22rem;
    background-color: #F5F7F9;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /* box-sizing: border-box; */
    padding-bottom: .64rem;
}

footer.ymw-footer .ymw-logo-f {
    width: 1rem;
    height: 1rem;
    border-radius: .24rem;
}

footer.ymw-footer .ymw-logo-f img {
    width: 100%;
    height: 100%;
}

footer.ymw-footer .ymw-des-f {
    width: 100%;
    text-align: center;
    margin: .2rem 0 .5rem;
    color: #222;
}

footer.ymw-footer .openAppBrn {
    width: 2rem;
    height: .62rem;
    border: .02rem solid #EB413D;
    border-radius: .08rem;
    text-align: center;
    line-height: .62rem;
    color: #EB413D;
}

footer.ymw-footer .ymw-btns-app {
    width: 2rem;
    height: .62rem;
    border: .02rem solid #EB413D;
    border-radius: .08rem;
    text-align: center;
    line-height: .62rem;
    color: #EB413D;
}
.ymw-comment .ymw-title-lev2 .ymw-fb-comment {
    display: none !important;
}
.ymw-comment .infoLike{
    display: none !important;
}