@charset "utf-8";
blockquote, body, button, code, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0
}

fieldset, img {
    border: 0
}

:focus {
    outline: 0
}

address, caption, cite, code, dfn, em, optgroup, strong, th, var {
    font-style: normal;
    font-weight: normal
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

button, input, optgroup, option, select, textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

code, kbd, samp, tt {
    font-size: 100%
}

button, input, select, textarea {
    *font-size: 100%
}

body {
    line-height: 1.5
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption, th {
    text-align: left
}

sub, sup {
    font-size: 100%;
    vertical-align: baseline
}

:link, :visited, ins {
    text-decoration: none
}

blockquote, q {
    quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none
}

.clearfix {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}

.clearfix:after, .clearfix:before {
    display: table;
    content: "";
    line-height: 0
}

.clearfix:after {
    clear: both
}

b, em, i {
    font-style: normal
}

body, html {
    width: 100%;
    overflow-x: hidden
}

a {
    color: #00d9c5;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    margin: 0;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun", "Hiragino Sans GB", sans-serif;
    font-size: 12px;
    line-height: 1.5;
    position: relative;
    color: #333;
    height: 100%
}

button, input, select, textarea, th {
    background: #fff;
    font-size: 12px;
    line-height: 1;
    font-family: "Microsoft Yahei", Arial, Tahoma, Helvetica, "SimSun"
}

input[type="submit"], input[type="reset"], input[type="password"], input[type="button"], input[type="text"], button {
    -webkit-appearance: none
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

html {
    font-size: 100px
}

body {
    font-size: 0.24rem;
    max-width: 7.5rem;
    min-width: 3.2rem;
    margin: 0 auto;
    background: url("../img/bodyBg.png") no-repeat;
    background-size: 100% auto;
    height: fit-content
}

article, aside, figure, footer, header, nav, section {
    display: block
}

.fx {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.fx_gw {
    -webkit-box-flex: 1.0;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex
}

.flex_grow {
    -webkit-box-flex: 1.0;
    -moz-flex-grow: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.hide {
    display: none
}

img {
    vertical-align: top;
    border: 0
}

.ico {
    background: url("../img/icon_special.png") no-repeat;
    background-size: 10rem 10rem
}

header {
    width: 100%;
    padding-top: 0.27rem
}

header .headerTop {
    padding: 0 0.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .headerTop .indexICon {
    width: 0.52rem;
    height: 0.44rem;
    background-position: -1.14rem -3.13rem
}

header .headerTop .logo {
    max-width: 3.5rem;
    height: 0.72rem
}

header .headerTop .logo img {
    width: auto;
    height: 100%
}

header .headerTop .search {
    width: 0.45rem;
    height: 0.45rem
}

header .headerTop .search .indexICon {
    width: 0.45rem;
    height: 0.45rem;
    background-position: -3.95rem -4.58rem
}

header .navBox {
    padding: 0.27rem 0.2rem 0
}

header .navBox .nav {
    height: 1.08rem;
    display: flex;
    justify-content: space-between;
    padding: 0 0.47rem;
    align-items: center;
    border-radius: 0.54rem;
    border: 0.04rem solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 0.12rem 0.02rem rgba(245, 84, 48, .16);
    background: rgba(255, 255, 255, 0.3)
}

header .navBox .nav li a {
    font-size: 0.3rem;
    color: #404040
}

header .navBox .nav .current {
    position: relative;
    display: flex;
    justify-content: center
}

header .navBox .nav .current a {
    font-weight: bold;
    font-size: 0.36rem
}

header .navBox .nav .current::after {
    content: "";
    width: 0.81rem;
    height: 0.15rem;
    position: absolute;
    bottom: -0.2rem;
    background: url("../img/indexIcon.png") no-repeat;
    background-size: 5.34rem 5.19rem;
    background-position: -4.36rem -4.21rem
}
.indexICon {
    display: inline-block;
    background: url("../img/indexIcon.png") no-repeat;
    background-size: 5.34rem 5.19rem
}

.hideNav {
    width: 100%;
    max-width: 7.5rem;
    height: 100%;
    position: absolute;
    top: 1.04rem;
    left: 50%;
    margin-left: -3.75rem;
    z-index: 20;
    background: rgba(0, 0, 0, 0.65)
}

.hideNav > div {
    background-color: #fff
}

.hideNav div .title em {
    font-size: 0.32rem
}

.hNav {
    display: flex;
    flex-wrap: wrap;
    width: 6.9rem;
    padding: 0.25rem 0.3rem 0;
    background: url("../img/tancengbg.png") no-repeat
}

.hNav:after {
    content: "";
    display: block;
    margin: 0.33rem auto 0;
    width: 6.9rem;
    height: 0.01rem;
    background: #efefef
}

.hNav a {
    display: block;
    width: 1.725rem;
    height: 0.8rem;
    padding: 0.13rem 0 0.5rem;
    text-align: center;
    font-size: 0.24rem;
    color: #ccc;
    line-height: 0.36rem
}

.hNav a:before {
    content: "";
    display: block;
    margin: 0 auto 0.15rem;
    width: 0.8rem;
    height: 0.8rem;
    background: url("../img/icon_special.png") no-repeat;
    background-size: 10rem 10rem;
    background-position: -.03rem -1.52rem
}

.hNav a:nth-of-type(1):before {
    background-position: -.03rem -1.52rem
}

.hNav a:nth-of-type(2):before {
    background-position: -1.05rem -1.52rem
}

.hNav a:nth-of-type(3):before {
    background-position: -2.07rem -1.52rem
}

.hNav a:nth-of-type(4):before {
    background-position: -3.09rem -1.52rem
}

.hNav a:nth-of-type(5):before {
    background-position: -4.11rem -1.52rem
}

.hNav a:nth-of-type(6):before {
    background-position: -5.14rem -1.52rem
}

.hideNav > div:last-of-type {
    position: relative;
    padding-bottom: 0.66rem;
    border-radius: 0 0 0.2rem 0.2rem
}

.hideNav ul {
    padding-left: 0.3rem;
    display: flex;
    flex-wrap: wrap;
    width: 7.36rem
}

.hideNav ul li {
    position: relative;
    margin-right: 0.22rem;
    margin-top: 0.22rem
}

.hideNav ul li a {
    display: block;
    width: 1.52rem;
    height: 0.52rem;
    text-align: center;
    border: 0.01rem solid #eee;
    line-height: 0.52rem;
    border-radius: 0.27rem;
    font-size: 0.24rem;
    color: #333
}

.hideNav ul li.hot a:before {
    content: "";
    position: relative;
    top: 0.15rem;
    margin-right: 0.04rem;
    display: inline-block;
    vertical-align: top;
    width: 0.19rem;
    height: 0.22rem;
    background: url("../img/icon_special.png") no-repeat;
    background-size: 10rem 10rem;
    background-position: -2.65rem -.04rem
}

.hideNav .dtTit {
    padding: 0.35rem 0.35rem 0
}

nav {
    position: relative;
    height: 0.84rem;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none;
    padding-left: 0.3rem
}

nav::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0
}

nav a {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0 0.26rem;
    height: 0.78rem;
    line-height: 0.78rem;
    text-align: center;
    color: #fff;
    font-size: 0.32rem;
    border-bottom: 0.06rem solid transparent
}

nav a.current {
    background-color: #00c4b2;
    padding: 0 0.31rem;
    border-color: #fff
}


footer {
    width: 100%;
    margin-top: 0.5rem;
    background-color: #313131
}

footer .ft {
    width: 100%;
    padding-top: 0.43rem;
    display: flex;
    align-items: center;
    justify-content: center
}

footer .ft img {
    width: auto;
    height: 0.72rem;
    object-fit: cover
}

footer .fc {
    padding: 0 0.2rem;
    margin-top: 0.3rem
}

footer .fc .fcText {
    padding: 0.25rem 0.22rem;
    background-color: rgba(0, 0, 0, 0.08);
    font-size: 0.18rem;
    color: rgba(179, 179, 179, .5);
    line-height: 0.3rem
}

footer .fb {
    padding: 0.31rem 0.77rem 0.39rem
}

footer .fb p {
    text-align: center;
    font-size: 0.24rem;
    color: #B3B3B3;
    line-height: 0.42rem
}

.dtTit {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0.3rem 0.25rem 0 0.26rem;
    height: 0.34rem;
    margin: 0 auto 0.07rem
}

.dtTit em {
    position: relative;
    z-index: 1;
    display: block;
    font-size: 0.32rem;
    color: #333;
    line-height: 0.34rem;
    font-weight: bold
}

.dtTit em:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 116%;
    height: 0.16rem;
    background: linear-gradient(90deg, #91FFD0, #B1FDA2)
}

.dtTit a {
    position: relative;
    top: 0.1rem;
    display: block;
    width: 0.49rem;
    height: 0.26rem;
    background: url("../img/icon_special.png") no-repeat;
    background-size: 10rem 10rem;
    background-position: -1.57rem -.04rem
}


.breadChip {
    position: relative;
    padding: 0.03rem 0.25rem 0;
    margin: auto;
    height: 0.64rem;
    line-height: 0.64rem;
    font-size: 0.24rem;
    color: rgba(51, 51, 51, .3);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.breadChip i {
    position: relative;
    top: 0.04rem;
    display: inline-block;
    width: 0.21rem;
    height: 0.24rem;
    margin-right: 0.07rem;
    background-position: -3.4rem -.04rem
}

.breadChip a {
    color: rgba(51, 51, 51, .3)
}

.pageWrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    padding: 0.33rem 0.25rem;
    height: 0.58rem
}

.pageWrap a, .pageWrap span {
    min-width: 0.58rem;
    max-width: 1.08rem;
    height: 0.58rem;
    line-height: 0.58rem;
    text-align: center;
    font-size: 0.26rem;
    color: #94979B;
    background-color: #F6F6F6;
    border-radius: 0.06rem;
    overflow: hidden
}

.pageWrap .current {
    color: #fff;
    font-size: 0.32rem;
    background-color: #00d9c5
}

.pageWrap .disabled {
    color: #b1b1b1
}

.pageWrap i {
    position: relative;
    top: 0.17rem;
    left: 0.22rem;
    display: block;
    width: 0.14rem;
    height: 0.24rem;
    background-image: url("../img/icon_special.png");
    background-size: 10rem 10rem
}

.pageWrap .left {
    background-position: -3.82rem -.04rem
}

.pageWrap .right {
    background-position: -4.12rem -.04rem;
    left: 0.22rem
}

.pageWrap .disabled .left {
    opacity: 0.6
}

.pageWrap .disabled .right {
    opacity: 0.6
}

.pageWrap a:first-child, .pageWrap a:last-child {
    width: 0.96rem
}









.dZt {
    padding: 0.1rem 0 0.04rem;
    margin-bottom: 0.2rem;
    background: url("../img/indexztbg.png") no-repeat;
    background-size: 100% 100%
}

.dZt ul {
    position: relative;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none;
    padding: 0.35rem 0 0.3rem 0.25rem;
    margin-bottom: 0.22rem
}

.dZt ul::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0
}

.dZt ul:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 6.98rem;
    height: 0.01rem;
    background: rgba(255, 255, 255, .5)
}

.dZt ul li {
    position: relative;
    display: block;
    width: 2.85rem;
    height: 1.6rem;
    border-radius: 0.2rem;
    margin-right: 0.2rem
}

.dZt ul li:before {
    content: "";
    position: absolute;
    top: -.16rem;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 2.5rem;
    height: 0.16rem;
    background: url("../img/icon_special.png") no-repeat;
    background-size: 10rem 10rem;
    background-position: -.03rem -3.49rem
}

.dZt ul li a {
    display: block;
    width: 2.85rem;
    height: 100%;
    border-radius: 0.2rem;
    overflow: hidden
}

.dZt ul li a img {
    display: block;
    width: 100%;
    min-height: 100%;
    height: auto;
    border-radius: 0.2rem
}

.dZt ul li a p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0.52rem 0 0 0.15rem;
    width: 2.7rem;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.48rem;
    background: linear-gradient(to top, rgba(0, 0, 0, .7), transparent);
    border-radius: 0 0 0.2rem 0.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.dZt ul li a span {
    position: absolute;
    top: 0.11rem;
    right: 0.08rem;
    display: block;
    padding: 0 0.11rem;
    height: 0.3rem;
    font-size: 0.16rem;
    color: #fff;
    line-height: 0.3rem;
    background: rgba(0, 0, 0, .6);
    border-radius: 0.1rem
}

.dZt .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.dZt .list a {
    display: block;
    margin: 0 0.085rem 0.26rem;
    padding: 0 0.33rem;
    height: 0.48rem;
    font-size: 0.24rem;
    color: #F1516C;
    line-height: 0.48rem;
    background: rgba(255, 255, 255, .5);
    border-radius: 0.22rem
}

.dZt .list a:nth-of-type(7n+1) {
    color: #F1516C
}

.dZt .list a:nth-of-type(7n+2) {
    color: #45B97C
}

.dZt .list a:nth-of-type(7n+3) {
    color: #796CB0
}

.dZt .list a:nth-of-type(7n+4) {
    color: #009AD6
}

.dZt .list a:nth-of-type(7n+5) {
    color: #DEA32C
}

.dZt .list a:nth-of-type(7n+6) {
    color: #C77EB5
}

.dZt .list a:nth-of-type(7n+7) {
    color: #7FB86E
}








.ztRec {
    margin-bottom: 0;
    padding: 0 0 0.04rem;
    margin-top: 15px;
    background: url("../img/ztlistbg.png") no-repeat;
    background-size: 100% 100%
}

.ztRec .dtTit {
    position: relative;
    padding: 0.05rem 0.25rem;
    justify-content: inherit
}

.ztRec ul {
    padding: 0.25rem 0 0.12rem 0.25rem
}

.ztMenu {
    display: block;
    padding: 0.15rem 0 0.14rem;
    margin-bottom: 0.1rem;
    background: #fff;
    text-align: center;
    height: 0.66rem;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none;
    box-shadow: 0 0.1rem 0.25rem 0 rgba(76, 76, 76, .05)
}

.ztMenu::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    -webkit-appearance: none;
    border-radius: 0
}

.ztMenu a {
    position: relative;
    margin: 0 0.1rem;
    display: inline-block;
    padding: 0 0.23rem;
    height: 0.64rem;
    font-size: 0.28rem;
    color: #333;
    line-height: 0.64rem;
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    border-radius: 0.33rem
}

.ztMenu a.current {
    color: #333;
    font-weight: bold;
    background: linear-gradient(90deg, #91FFD0, #B1FDA2);
    border: 1px solid rgba(255, 255, 255, .5)
}

.ztMenu a:nth-of-type(1) {
    padding: 0 0.3rem
}

.ztList {
    margin: 0 0.25rem 0.2rem
}

.ztList ul {
    display: flex;
    flex-wrap: wrap;
    width: 7.5rem
}

.ztList li {
    width: 3.42rem;
    height: 2.6rem;
    background: #FFF;
    border-radius: 0.2rem;
    margin: 0.21rem 0.15rem 0 0;
    overflow: hidden
}

.ztList li a {
    position: relative;
    display: block
}

.ztList li a div {
    width: 100%;
    height: 1.74rem;
    margin-bottom: 0.1rem;
    overflow: hidden
}

.ztList li a div img {
    width: 100%;
    min-height: 100%;
    height: auto
}

.ztList li a span {
    display: block;
    padding: 0 0.14rem;
    font-size: 0.18rem;
    color: #A3A3A3;
    line-height: 0.28rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ztList li a p {
    display: block;
    padding: 0 0.13rem;
    font-size: 0.24rem;
    color: #333;
    line-height: 0.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.ztList li a i {
    position: absolute;
    left: 0;
    top: 0.16rem;
    display: block;
    width: 0.86rem;
    padding-right: 0.15rem;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    font-size: 0.18rem;
    color: #fff;
    background: url("../img/icon_special.png") no-repeat;
    background-size: 10rem 10rem;
    background-position: -4.49rem -.71rem;
    overflow: hidden
}

.ztList .pageWrap a, .ztList .pageWrap span {
    background: #fff
}

.ztList .pageWrap .current {
    background-color: #00d9c5
}
.ztList li a p {
    font-weight: bold;
    line-height: .3rem;
}

.ztList li a span {
    line-height: .36rem;
}





::-webkit-scrollbar {
    height: 0.06rem !important
}

::-webkit-scrollbar-thumb {
    border-radius: 0.06rem;
    background-color: #DFDFDF !important
}








nav {
    display: flex;
}

nav a {
    flex: 1;
}

