﻿@font-face {
    font-family: 'iconfont';
    src: url(../iconfont/iconfont.woff) format('woff2'),
        url(../iconfont/iconfont.ttf) format('woff'),
        url(../iconfont/iconfont.woff2) format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

* {
    margin: 0;
    padding: 0;
}
.top{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.menu-css-top {
    position: relative;
    max-width: 620px;
    margin: auto;
    padding: 15px 10px;
    border-bottom: solid 2px #ededed;
    background: #ffffff;
}
.menu-css-back{
    position: absolute;
    left: 0;
    top: 0;
    padding: 15px 10px;
    z-index: 999;
    width: 30px;
    text-align: center;
}
.back-icon {
    font-size: 30px;
}
.menu-css-read{
    position: absolute;
    right: 0;
    top: 0;
    padding: 15px 3%;
    z-index: 999;
}
.menu-css-hit{
    position: absolute;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    font-size: 0.75rem;
    border-radius: 10px;
    overflow: hidden;
}
.menu-css-hit span{
    width: 100%;
    height: 100%;
    margin-top: -50%;
    margin-left: 50%;
    text-align: center;
    line-height: 5rem;
    display: block;
    background: red;
    color: #fff;
    transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    /* IE 9 */
    -moz-transform:rotate(45deg);
    /* Firefox */
    -webkit-transform:rotate(45deg);
    /* Safari 和 Chrome */
    -o-transform:rotate(45deg);
    /* Opera */
}
.top .search{
    max-width: 748px;
    margin: auto;
    padding: 15px 10px;
}
.top .search .menu-css-back{
    position: initial;
    padding: 0 10px 0 0;
    width: 42px;
}
.menu-css-logo img {
    width: 2.75rem;
}
.menu-css-title {
    width: 100%;
    font-size: 1.25rem;
    line-height:1.875rem;
    text-align: center;
}
.menu-css-read {
    font-size: 1rem;
    color: rgb(234, 149, 24);
    line-height: 1.875rem;
    float: right;
}
.menu-css-content {
    height: 6rem;
    margin: auto;
    margin-top: 1.25rem;

}


.menu-css-wrap {
    background-color: #f5f5f5;
    width: 100%;
    position: relative;
    border-radius: 10px;
}

.menu-css-word {
    padding: 15px;
}

.menu-css-icon {
    color:#fff;
    background-color: #7ddc87;
    text-align: center;
    margin-right: 10px;
    line-height: 1.5rem;
    padding: 0 10px;
    border-radius: 5px;
}

.menu-color-green {
    background-color: #7ddc87;
}
.menu-color-blue{
    background-color: #507ca4;
}
.menu-color-orange{
    background-color: #e2a551;
}
.menu-color-darkgreen {
    background-color: #469895;
}

.menu-css-text {
    width: 65%;
    line-height: 1.5rem;
    display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.menu-css-time {
    font-size: .875rem;
    color: #adadad;
    margin-top: 5px;
}

.menu-css-whole {
    width: 10%;
    text-align: center;
    line-height: 5.875rem;
    position: absolute;
    right: 0;
    top: 0;

}
/* nav  新服预热 */
.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}
.new_list_img{
    width: 70px;
    border-radius: 5px;
    padding-right: 10px;
    flex-shrink:0;
}
.new_list_main{
    width: 80%;
    flex-shrink:1;
}
.new_list_main p{
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
}
.new_list_main .new_list_title{
    font-weight: bold;
    font-size: 1rem;
}
.new_list_main .new_list_tag{
    height: 1.875rem;
    line-height: 1.875rem;
}
.new_list_main .new_list_tag span{
    font-size: 0.75rem;
    background: #faaf3b;
    color: #fff;
    padding:5px;
    border-radius: 5px;
    margin-right: 5px;
}
.new_list_main .new_list_content{
    color: #999;
    font-size: 0.875rem;
}
.new_list_reserve{
    width: 5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-shrink: 0;
}
.new_list_reserve .new_list_button{
    height: 1.875rem;
    line-height: 1.875rem;
    background-color: #faaf3b;
    border-radius: 3.125rem;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-left: 10px;
}
.new_list_photo .swiper-slide{
    width: 100%;
    height: 100%;
    max-width: 140px;
    max-height: 250px;
}
.new_list_photo .swiper-slide img{
    width: 100%;
    max-width: 140px;
    height: 100%;
    max-height:476px;
}
.new_list_photo .new_list_video{
    width: 94%;
    max-width: 476px;
    height: 250px;
}
.new_list_photo .new_list_video video{
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #000;
}

@media screen and (max-width: 580px) {
    .menu-css-read {
        font-size: .95rem;
    }
    .menu-css-logo img {
        width: 2.1875rem;
    }
    .new_list_main .new_list_tag span{
        padding: 3px 4px;
    }
    .new_list_main {
        width: 86%;
    }
    .new_list_reserve{
        width: 4rem;
    }
}
