@charset "utf-8";
@import "fonts.css";
/* 初始化 */

html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-text-size-adjust: none;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    padding: 0;
    font-size: 625%;
    /*10 ÷ 16 × 1000% = 625% = 100px*/
    /* 1rem = 100px */
    max-width: 1920px;
    margin: 0 auto;
    background: #1a1a1a;
}

body {

    font-family: '微软雅黑', sans-serif;
    text-align: center;
    background: none;
    overflow-x: hidden;
    overflow-y: visible;
    /* color: #fff; */
    font-size: 12px;
    font-size: .12rem;
    padding: 0;
    margin: 0;
}

ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

li {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

img {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

a {
    text-decoration: none;
    color: #666666;
    font-family: '微软雅黑', sans-serif;
}

a:hover {
    color: #000;
}

input {
    vertical-align: middle;
    outline: none;
    font-family: '微软雅黑', sans-serif;
}

input[type="radio"] {
    vertical-align: -1px;
    vertical-align: middle\9;
}

.input_txt {
    height: 18px;
    height: 22px\9;
    padding-left: 1px;
    padding-top: 4px;
    padding-top: 0\9;
    border: 1px solid #B3D0DF;
    *line-height: 22px;
}

textarea {
    outline: none;
    font-family: '微软雅黑', sans-serif;
    resize: none
}

p {
    margin: 5px 0;
    font-size: 16px;
    font-family: sans-serif;
}

form {
    padding: 0;
    margin: 0;
}

strong {
    font-family: '微软雅黑', sans-serif;
}

/* 常用类 */

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

.inlineBlock {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
}

.opacity {
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

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

.breakAll {
    word-wrap: break-word;
    word-break: break-all;
}

/* 页码 */

.pagination {
    text-align: center;
    display: flex;
}

.pagination li {
    width: 33px;
    height: 33px;
    margin-right: 1px;
    display: block;
}

.pagination li.hover {
    background-image: url(../images/page_active.png);
}

.pagination li.active {
    background-image: url(../images/page_active.png);
}

.pagination li a {
    width: 33px;
    height: 33px;
    display: block;
    cursor: pointer;
    line-height: 33px;
    text-align: center;
    color: #fefefe;
}

.pagination li span {
    line-height: 33px;
}

.pagination li.active a {
    color: #252e4f;
}

.pagination li.active span {
    color: #252e4f;
}

.pagination li.hover a {
    color: #252e4f;
}

.pagination .disabled {
    /* color: red; */
}

.gray {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

/* 主框架 */

#all {
    width: 100%;
    position: relative;
    box-sizing: content-box;
    padding-top: 1.1rem;
    z-index: 0;
}

.nav-bar {
    z-index: 1;
    position: fixed;
    background: #000000;
    width: 100%;
    height: 1.1rem;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-bar .nav-item {
    line-height: 1.1rem;
    position: relative;
    padding: 0 .95rem;
    font-size: .3rem;
    color: #fff;
    display: block;
}

.nav-bar .nav-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 0;
    height: .06rem;
    background: #fb6805;
    border-radius: .03rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;

    transition: all .4s;
}

.nav-bar .nav-item.active {
    font-weight: 500;
}

.nav-bar .nav-item:hover {
    font-weight: 400;
}


.nav-bar .nav-item.active::after {
    opacity: 1;
    width: .6rem;
}

.nav-bar .nav-item:hover::after {
    opacity: 1;
    width: .6rem;
}

.list-container {
    padding: .15rem;
}

.banner-image {
    width: 100%;
    padding-bottom: .15rem;
}

.banner-image img {
    width: 100%;
    display: block;
}

.list {
    padding: .15rem 0;
}

.application-card {
    background-color: #fff;
    border-radius: .3rem;
    overflow: hidden;
    padding: .15rem;
    margin-bottom: .3rem;
}

.application-card .image {
    width: 100%;
    border-radius: .3rem;
    overflow: hidden;
}

.application-card .image img {
    width: 100%;
    display: block;
}

.application-card .info {
    padding: 0 .35rem;
    position: relative;
    height: 1.4rem;
    margin-top: -.7rem;
    display: flex;
    align-items: flex-end;
}

.application-card .info .logo {
    width: 1.4rem;
    height: 1.4rem;
}

.application-card .info .logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.application-card .info .title {
    color: #000;
    font-size: .3rem;
    line-height: .42rem;
    font-weight: 600;
    padding-left: .2rem;
    padding-bottom: .1rem;
}

.button-list {
    padding-top: .15rem;
    display: flex;
    flex-wrap: wrap;
}

.button-list .button {
    display: block;
    padding: 0 .075rem;
    cursor: pointer;
    padding-bottom: .15rem;
    width: 3.3rem;
}

.button-list .button img {
    width: 100%;
    display: block;
}

.subscribe-card {
    background-color: #fff;
    border-radius: .3rem;
    overflow: hidden;
    padding: .15rem;
    margin-bottom: .3rem;
}

.subscribe-card .image {
    width: 100%;
    border-radius: .3rem;
    overflow: hidden;
}

.subscribe-card .image img {
    width: 100%;
    display: block;
}

.subscribe-card .info {
    padding: .25rem .2rem;
    display: flex;

}

.subscribe-card .info .logo {
    width: 1.4rem;
    height: 1.4rem;
}

.subscribe-card .info .logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;

}

.subscribe-card .info .preview {
    flex: 1;
    padding-left: .2rem;
    text-align: left;
}

.subscribe-card .info .title {
    color: #000;
    font-size: .3rem;
    line-height: .42rem;
    font-weight: 600;
}

.subscribe-card .info .content {
    padding-top: .1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    color: #777777;
    font-size: .22rem;
    line-height: .4rem;
}

.disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);

    filter: grayscale(100%);

    filter: gray;
}

.inner-img {
    width: 100%;
    display: block;
}

.toast-android {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background: url(../images/tips.png) top center no-repeat;
    background-size: 100% auto;
    display: none;
}