body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    line-height: 1.2;
    word-break: break-word;
}

/*去除苹果边框阴影*/
input {
    -webkit-appearance: none;
}

/*遮罩*/
.modal {
    position: fixed;
    z-index: 9999;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    width: 100%;
    height: 100%;
}

/*隐藏*/
.hide {
    display: none;
}

/*input占位符*/
input::-webkit-input-placeholder {
    color: #999;
}

/*说明背景*/
.frame-bg {
    position: relative;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .29rem 0 0;
    padding: .1rem;
    width: 7.05rem;
    /*background-image: linear-gradient(*/
    /*        #f6b58b,*/
    /*        #f6b58b),*/
    /*linear-gradient(*/
    /*        #ff6700,*/
    /*        #ff6700);*/
    background-blend-mode: normal,
    normal;
    border-radius: .1rem;
}

.frame-content {
    box-sizing: border-box;
    width: 6.87rem;
    background-color: rgba(255,255,255,0.6);
    box-shadow: 0 0 .09rem 0 rgb(252, 252, 253);
    border-radius: .3rem;
    border: solid .01rem #fff;
}

.frame-content .frame-title {
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 .23rem;
    /*width: 2.43rem;*/
    height: .64rem;
    font-size: .3rem;
    color: #fff;
    /*background-image: linear-gradient(180deg,*/
    /*#fed6be 0%,*/
    /*#f6b993 66%,*/
    /*#f2a97c 100%),*/
    /*linear-gradient(*/
    /*        #fff,*/
    /*        #fff);*/
    background-image: linear-gradient(0deg,
    #fe905e 0%,
    #ff4b17 100%),
    linear-gradient(
            #ffffff,
            #ffffff);
    box-shadow: 0 0 .1rem 0 rgba(237, 167, 99, .4);
    border-radius: 0 0 .18rem .18rem;
}

/*超过两行省略*/
.more-two-el {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.games {
margin: 12px 12px 0;
    background: #fffffff2;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.games li {
    float: left;
    width: 25%;
    margin-bottom: 16px;
}
.games li .info {
    display: block;
    margin: 0 auto;
}
.games li .info img {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    display: block;
    margin: 0 auto;
}
.games li .info p {
    font-size: 14px;
    color: #111111;
    text-align: center;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    margin-top: 5px;
}
.games li .info span {
    font-size: 12px;
    color: #666;
    line-height: 16px;
    height: 16px;
    text-align: center;
    display: block;
}
.games li .downl {
    display: block;
    margin: 5px auto 0;
    width: 60px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #b2d9ff;
    color: #3399ff;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
}



