@charset "utf-8";
@import url(./index/format.css);
@import url(./index/index.css);
@import url(./index/media.css);
@import url(./member/index.css);

:root {
    --Maintone-doc-color: #272849;
    --Base-header-height: 66px;
}

[data-zmztheme="dark"] {
    --Maintone-color: #000;
}

[data-zmztheme="light"] {
    --Maintone-color: rgb(65,184,131);
}

.zmz-header {
    padding: 0 15px;
    box-sizing: border-box;
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
    position: fixed;
    background: var(--Maintone-color);
    z-index: 999;
}

.zmz-header__box {
    height: 66px;
    display: flex;
}

.zmz-header__logo {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.zmz-header__logo img {
    height: 50px;
}

.zmz-header__login {
    flex-grow: 0;
    display: flex;
}

.zmz-header__login__header {
    position: relative;
    display: flex;
    align-items: center;
}

.zmz-header__login__header .zmz-header__login__header__menu {
    position: absolute;
    top: 65px;
    right: 0;
    padding: 5px 0;
    display: none;
    width: 96px;
}

.zmz-header__login__header__menu  ul {
    background: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    border-radius: 5px;
}

.zmz-header__login__header__menu  ul li {
    line-height: 40px !important;
    position: relative;
    text-align: center;
    float: initial !important;
}

.zmz-header__login__header__menu  ul li a {
    cursor: pointer;
    color: #2a2a32 !important;
    font-size: 14px;
    line-height: 40px !important;
}

.zmz-header__login:hover .zmz-header__login__header__menu {
    display: block;
}

.zmz-header-login__username .zmz-header-login__username__header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zmz-header__login__header .zmz-header__login__header__top {
    width: 40px;
    height: 40px;
}

.zmz-header__login__header .zmz-header__login__header__top {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.zmz-header__login__header .zmz-header__login__header__top .zmz-header__login__header__top__face {
    height: 100%;
    width: 100%;
}

.zmz-header__login span {
    line-height: 65px;
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    cursor: pointer;
}

.zmz-header__login span a {
    color: #fff;
}

.zmz-header__search {
    flex-grow: 1;
    display: flex;
    align-items: center;

}

.header-search {
    position: relative;
}

.header-search input[type=text] {
    width: 200px;
    border: none;
    border-right: none;
    height: 36px;
    border-radius: 36px;
    padding-left: 15px;
    padding-right: 36px;
    outline: none;
    font-size: 12px;
    vertical-align: middle;
}

.header-search button {
    width: 36px;
    height: 36px;
    vertical-align: middle;
    margin-left: -5px;
    cursor: pointer;
    outline: none;
    color: #444;
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    margin-top: -18px;
    right: 0;
}

.zmz-section {
    padding-top: 66px;
    min-height: 100vh;
}

/* // 广告 */
.zmz-ad img {
    width: 100%;
}

/* // 合作伙伴 */
.zmz-partner {
    margin-bottom: 30px;
}

.zmz-partner__title {
    font-size: 24px;
    color: #1C1F21;
    height: 40px;
    line-height: 40px;
    margin-bottom: 25px;
}

.zmz-partner__content ul li {
    float: left;
    width: 121px;
    height: 75px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.zmz-partner__content ul li a {
    display: inline-block;
}

.zmz-partner__content ul li a img {
    display: inline-block;
    width: 121px;
    height: 75px;
}

/* //友链 */
.zmz-footer__link {
    background: #2a2a32;
    color: #9ea6ad;
    font-size: 12px;
    padding: 13px 0 16px;
}

.footer-link__box {
    width: 1420px;
    line-height: 2;
    margin: 0 auto;
}

.footer-link__box ul {
    display: inline;
}

.footer-link__box h6,
.footer-link__box li {
    font-size: 12px;
    font-weight: 400;
    display: inline;
    white-space: nowrap;
    margin: 0 8px;
}

.footer-link__box li a {
    color: #9ea6ad;
}

/* // 版权 */
.zmz-footer__copyright {
    background: #121212;
    font-size: 12px;
    color: #676b6f;
    letter-spacing: 0;
    text-align: center;
    padding: 1.5em 0;
}

.footer-copyright__box {
    display: flex;
    justify-content: space-between;
}

.footer-copyright__box ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-copyright__box ul li {
    margin: 0 10px;
    padding: 10px 0;
}

.footer-copyright__box ul li a {
    color: #676b6f;
}

.footer-copyright__box p {
    padding: 10px 0;
    line-height: 1.5;
    text-align: center;
}

.footer-copyright__box p a {
    color: #676b6f;
}

.zmz-footer__time {
    background: #121212;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
}

.zmz-footer__pv{
    background: #121212;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.zmz-footer__pv__item {
    padding: 0px 10px;
    font-size: 12px;
}

/* // 分类 */
.zmz-types {
    padding: 20px 0;
}

.zmz-types__ul {
    padding: 0 15px;
    background-color: #fff;
    box-shadow: 0px 0px 16px #d9dadd;
    border-radius: 4px;
}

.zmz-types__li {
    padding: 20px 0 10px;
}

.zmz-types__li ul {
    display: flex;
    flex-wrap: wrap;
}

.zmz-types__li ul li {
    display: inline-block;
    line-height: 34px;
    padding: 0 5px;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
}

.zmz-types__li ul li a {
    color: #222226;
    display: block;
    padding: 0 10px;
    border-radius: 4px;
}

.zmz-types__li ul li.active a,
.zmz-types__li ul li:hover a {
    background: var(--Maintone-color);
    color: #fff;
}

.zmz-types__li ul li.active a,
.zmz-types__li ul li:hover a {
    color: #fff;
}

/* // 搜索 */
.search-box input[type=text] {
    width: 200px;
    border: 1px solid #dddddd;
    border-right: none;
    height: 36px;
    border-radius: 4px 0 0 4px;
    padding-left: 20px;
    vertical-align: middle;
}

.search-box input[type=button] {
    width: 58px;
    height: 38px;
    background-image: url(../images/svg/nav-search.svg);
    background-size: 19px 19px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 4px 4px 0;
    vertical-align: middle;
    margin-left: -5px;
    cursor: pointer;
    color: #444;
    background: #ffe300;
    border: 1px solid #ffe300;
}

body {
    background: #f3f4f6;
    overflow-x: hidden;
}

/* // 应用 */
.zmz-app {
    display: flex;
    justify-content: space-between;
}

.zmz-app .zmz-app__left {
    flex: 1;
}

/* // 应用左部 */
.zmz-app .zmz-app__left .app-left__title {
    width: 100%;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    display: flex;
    margin-bottom: 20px;
}

.app-left__title .title-img {
    width: 120px;
    height: 120px;
    border-radius: 19px;
    overflow: hidden;
    margin-right: 20px;
}

.app-left__title .title-img img {
    width: 100%;
    height: 100%;
}

.app-left__title .title-title {
    flex: 1;
}

.app-left__title .title-title h2 {
    overflow: hidden;
    white-space: nowrap;
    font-size: 20px;
    color: #828384;
    text-overflow: ellipsis;
    padding: 5px 0;
}

.app-left__title .title-title .title-title__tag {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.app-left__title .title-title .title-title__tag .title-tag,
.app-left__title .title-title .title-title__tag .title-other {
    display: flex;
    align-items: center;
}

.app-left__title .title-title .title-title__tag .title-tag span {
    width: 100%;
    display: block;
    color: #999;
    font-size: 12px;
    margin-right: 10px;
}

.app-left__title .title-title .title-title__tag .title-other span {
    width: 100%;
    display: block;
    color: #999;
    font-size: 12px;
    margin-right: 10px;
}

.app-left__title .title-title .title-title__btn {
    width: 100%;
    display: flex;
    color: #999;
    margin-top: 15px;
}

.app-left__title .title-title .title-title__btn a {
    width: 100px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background: #00b3ff;
    opacity: 0.8;
    border: 1px solid #00b3ff;
    border-radius: 4px;
    font-size: 14px;
    margin: 0 20px 0 0;
    cursor: pointer;
}

.app-left__title .title-scancode {
    width: 130px;
    text-align: center;
    margin-right: 30px;
    display: inline;
    position: relative;
}

.app-left__title .title-scancode img {
    width: 92px;
    height: 92px;
}

.app-left__title .title-scancode p {
    font-size: 14px;
    color: #0e0e0e;
}

.app-left__block {
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
}

.app-left__block h2 {
    width: 100%;
    padding: 10px 20px;
    color: #0e0e0e;
}

.app-left__block .left-block__content {
    padding: 20px;
    margin-bottom: 20px;
}

.left-block__content .swiper-slide {
    width: 200px !important;
    margin: 0 20px;
}

.left-block__content .swiper-slide img {
    width: 100%;
}

.left-block__content .block-content__info p {
    line-height: 1.5;
    font-size: 14px;
    color: #818181;
}

.left-block__content .block-content__tag {
    display: flex;
}

.left-block__content .block-content__tag a {
    color: #818181;
    font-size: 14px;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 20px;
    border: 1px solid #d9dadc;
}

/* // 应用右部 */
.zmz-app__right {
    width: 280px;
    margin-left: 20px;
}

.zmz-app__right .app-right__advertisement {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 1px -13px 20px 0 rgba(7, 17, 27, 0.1);
}

.zmz-app__right .app-right__list {
    background: #fff;
    padding: 0 10px;
    border-radius: 4px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(7, 17, 27, 0.1);
}

.zmz-app__right .app-right__list h2 {
    font-size: 16px;
    letter-spacing: 0px;
    color: #333333;
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #f3f4f6;
}

.right-list__content ul.similar {
    padding: 10px;
}

.right-list__content ul.similar:after {
    display: block;
    clear: both;
    overflow: hidden;
    content: "";
}

.right-list__content ul.similar li {
    width: 80px;
    float: left;
    text-align: center;
    margin: 8px 0;
}

.right-list__content ul.similar li a img {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #cacaca;
}

.right-list__content ul.similar li a p {
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 5px;
    color: #333;
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.right-list__content ul.latestService {
    padding: 20px 10px;
}

.right-list__content ul.latestService li {
    display: flex;
}

.right-list__content ul.latestService li+li {
    margin-top: 15px;
}

.right-list__content ul.latestService li a {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #cacaca;
}

.right-list__content ul.latestService li span.name {
    width: 80px;
    padding-left: 8px;
    text-align: left;
    line-height: 26px;
    color: #848492;
    font-size: 14px;
}

.right-list__content ul.latestService li span.date {
    text-align: left;
    padding-left: 2px;
    line-height: 26px;
    color: #00b3fe;
    flex: 1;
    font-size: 12px;
}

.right-list__content ul.latestService li span.begin {
    display: inline-block;
    color: #fff;
    line-height: 24px;
    text-align: center;
    width: 56px;
    height: 26px;
    background-color: #00b3fe;
    border-radius: 4px;
    border: solid 1px #00b3fe;
    box-sizing: border-box;
    font-size: 14px;
}

.right-list__content ul.news {
    padding: 10px 0;
}

.right-list__content ul.news li {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 12px;
}

.right-list__content ul.news li+li {
    border-top: 1px solid #f4f4f4;
}

.right-list__content ul.news li a {
    color: #444;
    font-size: 14px;
}

.right-list__content ul.popularGames {
    padding: 10px;
}

.right-list__content ul.popularGames li {
    display: flex;
    padding-bottom: 15px;
    padding-top: 15px;
}

.right-list__content ul.popularGames li+li {
    border-top: 1px solid #f4f4f4;
}

.right-list__content ul.popularGames li a {
    color: #444;
    font-size: 14px;
}

.right-list__content ul.popularGames li .popularGames-left img {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #cacaca;
    margin-right: 10px;
}

.right-list__content ul.popularGames li .popularGames-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5px 0;
}

.right-list__content ul.popularGames li .popularGames-right h3 {
    width: 100%;
    overflow: hidden;
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.right-list__content ul.popularGames li .popularGames-right p span {
    width: 100%;
    font-size: 12px;
    color: #999999;
    margin-right: 10px;
}


/* // iframe */
.zmz-iframe__header {
    height: 54px;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.iframe-header__title {
    float: left;
}

.iframe-header__title {
    line-height: 54px;
    color: #fff;
}

.iframe-header__title a {
    line-height: 54px;
    display: block;
    color: #fff;
    padding: 0 20px;
}

.iframe-header__btn {
    float: left;
}

.iframe-header__btn ul li {
    float: left;
}

.iframe-header__remove {
    float: right;
}

.iframe-header__remove a i {
    line-height: 54px;
    width: 54px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}

.zmz-iframe {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 54px;
}

.zmz-iframe iframe {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* //404页面 */
.zmz-404 {
    padding: 25px 0;
}

.zmz-404svg {
    width: 800px;
    height: 480px;
    display: block;
    margin: 0 auto;
}

.zmz-404 h2 {
    text-align: center;
    color: #00232C;
    font-size: 16px;
}

.zmz-404 p {
    text-align: center;
    padding: 20px 0;
}

.zmz-404 p a {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    border: 1px solid var(--Maintone-color);
    background: var(--Maintone-color);
}

.st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #E8EBED;
}

.st1 {
    fill: #FFFFFF;
    stroke: #89949B;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st2 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #DBDFE1;
}

.st3 {
    fill: #FFFFFF;
}

.st4 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #E8EBED;
    stroke: #89949B;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st5,
.st8 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #FFFFFF;
    stroke: #89949B;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st6 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: none;
    stroke: #89949B;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st14 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: none;
    stroke: #89949B;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st10 {
    fill: #89949B;
}

.st15,
.st7,
.st12,
.st11,
.st13 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: none;
    stroke: #89949B;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st9 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: none;
    stroke: #89949B;
    stroke-width: 1;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

/* // 没有更多 */
.zmz-noMore {
    width: 100%;
    display: block;
    padding: 20px 0;
    background: #fff;
    text-align: center;
    box-shadow: 0px 0px 16px #d9dadd;
}

.zmz-noMoreInfo {
    text-align: center;
}

.zmz-noMoreInfo h2 {
    text-align: center;
    color: #00232C;
    font-size: 16px;
    padding: 20px 0;
}

.zmz-noMoreInfo p {
    text-align: center;
    font-size: 14px;
    color: #828ca2;
    padding: 20px 0;
}

.zmz-noMoreInfo span a {
    display: inline-block;
    padding: 10px 20px;
    margin: 0 15px;
    color: #fff;
    font-size: 12px;
    border-radius: 50px;
    border: 1px solid var(--Maintone-color);
    background: var(--Maintone-color);
}

.zmz-noMore-1 {
    width: 100%;
    display: block;
    padding: 20px 0;
    background: #fff;
    text-align: center;
}

.zmz-noMoreInfo-1 {
    text-align: center;
}

.zmz-noMoreInfo-1 h2 {
    text-align: center;
    color: #00232C;
    font-size: 16px;
    padding: 20px 0;
}

.zmz-noMoreInfo-1 p {
    text-align: center;
    font-size: 14px;
    color: #828ca2;
    padding: 20px 0;
}

/* //猜你喜欢 */
.zmz-recommend {
    margin-bottom: 30px;
}

/* // 站长工具 */
.zmz-cnzz {
    background: #121212;
    color: #fff;
    text-align: center;
    padding: 20px 0;
}

.zmz-cnzz a {
    color: #fff;
    font-size: 14px;
}

/* // 个人中心 */
.zmz-personal__top {
    height: 150px;
    background: #41b883;
}

.zmz-personal__center {
    margin-bottom: 20px;
}

.personal-center__author {
    position: relative;
    margin-bottom: 20px;
    height: 150px;
    background: #fff;
}

.personal-center__author .author-img {
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 96px;
    border-radius: 50%;
    margin: 0 auto;
    border: 4px solid #fff;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 6%);
}

.personal-center__author .author-img img {
    width: 100%;
    height: 100%;
}

.author-username {
    padding-top: 60px;
    text-align: center;
    font-weight: bolder;
    font-size: 18px;
    padding-bottom: 10px;
}

.author-describe {
    text-align: center;
    color: #999aaa;
    font-size: 14px;
}

.personal-center__tab {
    display: flex;
    height: 200px;
    width: 1200px;
    margin: 0 auto;
}

.center-tab__left {
    width: 300px;
}

.center-tab__right {
    flex: 1;
    background: #fff;
    margin-left: 30px;
}

.tab-left__birthday {
    background: #fff;
    padding: 10px 20px;
    font-size: 14px;
    color: #8f8f8f;
}