/* 公共样式 */

body {
    margin: 0 auto;
    padding: 0;
}

.w {
    margin: 0 auto;
    width: 1200px;
    /*     overflow: hidden; */
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.translateY {
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.bg1 {
    background: rgba(249, 249, 249, 1);
}


/* 按钮 */

.btn {
    display: inline-block;
    margin: 0 10px;
    width: 120px;
    line-height: 40px;
    border-radius: .533333rem;
    background: rgba(238, 238, 238, 1);
    color: rgba(34, 34, 34, 1);
    text-align: center;
}

.btn1 {
    display: inline-block;
    line-height: 40px;
    color: #fff !important;
    border-radius: 20px;
    text-align: center;
    background: linear-gradient(146deg, #63EDC8 0%, #25CC89 100%) !important;
    background: -webkit-linear-gradient(146deg, #63EDC8 0%, #25CC89 100%);
    box-shadow: .053333rem .133333rem .4rem 0rem rgba(38, 188, 130, 0.5);
}


/* 按钮去掉阴影 */

.z-new-box-top .z-new-btn-list .btn1,
.line-h50.btn1 {
    box-shadow: none;
}

.align-c {
    text-align: center;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font24 {
    font-size: 24px;
}

@media screen and (min-width:1200px) {
    .btn:hover {
        transform: scale(.95);
        -webkit-transform: scale(.95);
        -moz-transform: scale(.95);
        -ms-transform: scale(.95);
        -o-transform: scale(.95);
    }
}

@media screen and (max-width:1680px) {
    html {
        font-size: 70px;
    }
}

@media screen and (max-width:1440px) {
    html {
        font-size: 65px;
    }
}

@media screen and (max-width:1200px) {
    .w {
        padding: 0 3.5%;
        width: 100%;
    }
    html {
        font-size: 55px;
    }
    .font14 {
        font-size: 13px;
    }
    .font24 {
        font-size: 18px;
    }
    .font16 {
        font-size: 13px;
    }
}

@media screen and (max-width:1000px) {
    .font24 {
        font-size: 16px;
    }
}


/* 标题 */

.z-title {
    color: rgba(34, 34, 34, 1);
    text-align: center;
}

.z-title>div:nth-child(1) {
    font-weight: bold;
}

.z-title span {
    margin: .133333rem 0;
    display: inline-block;
    color: rgba(153, 153, 153, 1);
    max-width: 412px;
}

.z-flex {
    display: flex;
    display: -webkit-flex;
}


/* 公共样式 end */


/* 关于我们 */

.z-about-banner {
    position: relative;
    font-size: 0;
}

.z-about-banner>img {
    width: 100%;
}

.z-about-banner>img:nth-child(2) {
    display: none;
}

.z-about-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: .853333rem;
}

.z-about-banner-text text {
    font-weight: bold;
}

.z-about-banner-text span {
    display: block;
    margin: .266667rem 0;
    font-weight: normal;
    /* font-size: 14px; */
}

.z-about-banner-btn {
    display: inline-block;
    width: 2rem;
    line-height: .666667rem;
    color: rgba(253, 126, 61, 1);
    background: #fff;
    border-radius: .666667rem;
    text-align: center;
    /* font-size: 14px; */
}

.z-about-list>li {
    padding: .933333rem 0;
}

.z-about-list>li:nth-child(odd) {
    background: rgba(249, 249, 249, 1);
}

.z-about-list>li:nth-child(even) {
    background: #fff;
    overflow: hidden;
}

.z-about-btn-list {
    position: relative;
    margin: .266667rem 0;
    text-align: center;
    z-index: 10;
}

.z-about-btn-list button {
    font-size: 14px;
}

.z-about-li-box {
    position: relative;
    /* text-align: center; */
}

.z-about-tab .z-about-li-box:not(:nth-child(2)) {
    display: none;
}

.z-about-list-l {
    margin-left: 8.33%;
    position: relative;
    padding: .8rem 0 .533333rem;
    color: rgba(102, 102, 102, 1);
    /* font-size: 16px; */
    width: 40%;
    z-index: 5;
}

.z-about-list-l p {
    margin-bottom: .666667rem;
}

.z-about-img a {
    margin-right: 40px;
    text-align: center;
}

.z-about-img img {
    width: 30px;
    height: 30px;
}

.z-about-img div {
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
}

.z-about-list-r {
    position: absolute;
    top: 50%;
    z-index: 0;
}

.z-about-list-r1 {
    right: 8.75%;
    width: 40.41%;
}

.z-about-list-r2 {
    right: 2.91%;
    width: 51.91%;
}

.z-about-list-r3 {
    right: 0%;
    width: 51.91%;
}

.z-about-column {
    margin-top: .533333rem;
}

.z-about-column-item {
    width: 270px;
    padding: 40px;
    /* height: 394px; */
    font-size: 20px;
    color: rgba(34, 34, 34, 1);
    background: #fff;
}

.z-about-column-item span {
    display: block;
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
    white-space: nowrap;
}

.z-about-column-ul>li {
    margin-top: 25px;
    position: relative;
    padding-left: 30px;
    font-size: 14px;
}

.z-about-column-ul>li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 10px;
    height: 10px;
    background: rgba(70, 222, 171, 1);
    border-radius: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.z-about-form {
    padding: 10px 0;
    justify-content: center;
    font-size: 0;
}

.z-about-form li>div {
    position: relative;
    padding: 0 20px;
}

.z-about-form input {
    border: none;
    outline: none;
    border-bottom: 1px solid rgba(238, 238, 238, 1);
    width: 180px;
    height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.z-about-form span {
    display: inline-block;
    margin: 10px 20px;
    color: rgba(255, 125, 125, 1);
    font-size: 12px;
    opacity: 0;
}

.z-about-code {
    position: absolute;
    right: 20px;
    bottom: 15px;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: none;
    outline: none;
    background: transparent;
    color: rgba(204, 204, 204, 1);
    font-size: 12px;
}

.z-about-code1 {
    position: absolute;
    right: 20px;
    bottom: 15px;
    margin: 0;
    padding: 0;
    display: inline-block;
    border: none;
    outline: none;
    background: transparent;
    color: rgba(204, 204, 204, 1);
    font-size: 12px;
}

.z-about-t1 {
    margin: 30px 0 10px;
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
}

.z-about-t2 {
    color: rgba(37, 198, 137, 1);
    font-size: 36px;
}

.line-h50 {
    margin-bottom: 15px !important;
    width: 150px !important;
    line-height: 50px !important;
    border: none;
    outline: none;
    border-radius: 25px;
}

@media screen and (min-width:1200px) {
    .z-about-column-item:hover {
        box-shadow: 0 0 20px rgba(206, 206, 206, 0.3);
    }
    /*     .z-about-code:hover {
        color: rgba(37, 198, 137, 1);
    } */
}

@media screen and (max-width:1680px) {
    .z-about-banner-text {
        padding-left: 7%;
    }
}

@media screen and (max-width:1200px) {
    .z-about-list-l {
        margin-left: 2.33%;
        width: 50%;
    }
    .z-about-list-r2,
    .z-about-list-r3 {
        right: 0;
    }
    .z-about-banner-text {
        font-size: .72rem;
        padding-left: 15%;
    }
}

@media screen and (max-width:1000px) {
    .z-about-banner-text {
        font-size: .586667rem;
    }
    .z-about-banner-text {
        padding-left: 5%;
    }
    .z-about-banner-text span {
        margin: .133333rem 0;
    }
    .z-about-t2 {
        font-size: 20px;
    }
    .line-h50 {
        width: 120px !important;
        line-height: 40px !important;
    }
    .z-about-list>li {
        padding: 30px 0;
    }
}

@media screen and (max-width:750px) {
    .z-about-list>li:nth-child(odd) {
        background: #fff;
    }
    .z-about-bg {
        background: rgba(249, 249, 249, 1) !important;
    }
    .z-about-banner-text {
        padding-left: 0%;
    }
    .z-about-banner-text span {
        margin: .266667rem 0;
    }
    .z-about-banner>img:nth-child(1) {
        display: none;
    }
    .z-about-banner>img:nth-child(2) {
        display: block;
    }
    .z-about-banner-text {
        top: 30%;
        text-align: center;
    }
    .z-about-list-l {
        margin-left: 0;
        text-align: center;
    }
    .z-about-li-box {
        text-align: center;
    }
    .z-about-img {
        justify-content: center;
    }
    .z-about-img a {
        margin-right: 0;
    }
    .z-about-img a:not(:last-child) {
        margin-right: .56rem;
    }
    .z-about-img p+div,
    .z-about-column {
        margin-top: .4rem;
    }
    .z-about-list-l {
        width: 100%;
    }
    .z-about-list-r {
        position: relative;
        top: 0;
        right: 0;
        transform: translateY(50%);
        -webkit-transform: translateY(-0%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(-0%);
        -o-transform: translateY(-0%);
    }
    .z-about-list-r1,
    .z-about-list-r2,
    .z-about-list-r3 {
        width: auto;
        height: 4rem;
        max-width: 100%;
    }
    .btn {
        margin: 0 5px;
        width: 100px;
    }
    .z-about-banner-btn {
        width: 120px;
        height: 40px;
        line-height: 40px;
    }
    .z-about-form {
        flex-wrap: wrap;
    }
    .z-about-list-l p {
        margin-bottom: .133333rem;
    }
}


/* 关于我们 end */


/* 资讯 */

.z-new-box-top {
    padding: .773333rem 0 .666667rem;
    justify-content: space-between;
    align-items: center;
}

.z-new-box-top>img {
    width: 36.41%;
}

.z-new-btn-list {
    margin-top: 24px;
}

.z-new-box-top>div:nth-child(1) {
    color: rgba(34, 34, 34, 1);
    font-weight: bold;
    font-size: 47px;
}

.z-new-box-top .z-new-btn-list>a:nth-child(1) {
    margin-left: 0;
}

.z-new-box .z-tab-page:not(:nth-child(2)) {
    display: none;
}

.z-new-title {
    white-space: nowrap;
    color: rgba(34, 34, 34, 1);
    font-weight: bold;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.z-new-list {
    justify-content: space-between;
    flex-wrap: wrap;
}

.z-new-list>li {
    margin-bottom: 20px;
    width: 49.16%;
    background: #fff;
}

.z-new-list>li>a {
    justify-content: space-between;
}

.z-new-list li>a>div:nth-child(1) {
    min-width: 33.89%;
    width: 33.89%;
    min-height: 100%;
    height: 150px;
    overflow: hidden;
}

.z-new-list li>a>div:nth-child(2) {
    padding: 15px 20px;
    width: 66%;
    font-size: 0;
}

.z-new-list img {
    /* max-width: 120%; */
    min-width: 100%;
    min-height: 100%;
    height: 100%;
}

.z-new-text {
    display: -webkit-box;
    margin: 10px 0;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.z-new-text+span {
    color: rgba(153, 153, 153, 1);
    font-size: 12px;
}


/* 分页 */

.z-new-page-box {
    margin: 40px 0;
    color: rgba(102, 102, 102, 1);
    text-align: center;
}

.z-new-page-box a,
.z-new-page-box button,
.z-new-page-box input {
    display: inline-block;
    color: rgba(102, 102, 102, 1);
    outline: none;
    border: 1px solid rgba(236, 236, 236, 1);
    background: transparent;
    line-height: 40px;
}

.z-new-page-box a,
.z-new-page-box input {
    margin: 0 7px;
    width: 40px;
}

.z-page-btn {
    width: 80px !important;
    margin: 0 12px !important;
}

.z-new-page-box span {
    margin: 0 10px;
}

.z-new-page-box button {
    width: 68px !important;
}

.z-page-prev,
.z-page-xs {
    display: none !important;
}

.z-new-page-on {
    color: #fff !important;
    background: rgba(37, 198, 137, 1) !important;
}

@media screen and (min-width:1200px) {
    .z-new-page-box>a:hover,
    .z-new-page-box button:hover {
        background: rgba(37, 198, 137, .2);
    }
}

@media screen and (max-width:1000px) {
    .z-new-page-box>a:not(.z-page-btn),
    .z-new-page-box>span:not(.z-page-xs),
    .z-new-page-box>button {
        display: none;
    }
    .z-page-prev,
    .z-page-xs {
        display: inline-block !important;
    }
}


/* 分页end */

@media screen and (min-width:1200px) {
    .z-new-list>li:hover {
        box-shadow: 0 0 20px rgba(206, 206, 206, 0.3);
    }
    .z-new-list>li:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transition: all .5s ease-in-out;
    }
}

@media screen and (max-width:1200px) {
    .z-new-box-top>div:nth-child(1) {
        font-size: 32px;
    }
    .z-new-btn-list {
        margin-top: 20px;
    }
    .z-new-text {
        -webkit-line-clamp: 2;
    }
    .z-new-list li>a>div:nth-child(1) {
        min-width: auto;
        max-height: 100%;
    }
    .z-new-list img {
        max-height: 120px;
    }
}

@media screen and (max-width:1000px) {
    .z-new-list>li {
        width: 100%;
    }
}

@media screen and (max-width:750px) {
    .z-new-list li>a>div:nth-child(1) {
        width: 100px;
        height: 75px;
    }
    .z-new-list li>a>div:nth-child(2) {
        width: calc(100% - 100px);
    }
    .z-new-box-top>img,
    .z-new-text {
        display: none;
    }
    .z-new-title {
        margin-bottom: 9px;
    }
    .z-new-box-top {
        justify-content: center;
        text-align: center;
    }
    .z-new-list>li {
        width: 100%;
    }
    .z-about-code {
        font-size: 14px;
    }
    .z-about-code1 {
        font-size: 14px;
    }
}


/* 资讯 end */


/* 使用教程 */

.z-select-box {
    min-height: calc(100vh - 116px);
}

.z-select-l {
    padding: 30px 0;
    width: 240px;
    background: #EEEEEE;
    color: #222222;
}

.z-select-l>li>div:nth-child(1) {
    padding: 0 19px;
    font-size: 14px !important;
}

.z-select-l>li:not(:last-child) {
    margin-bottom: 15px;
}

.z-select-l>li .z-select-ul {
    margin-bottom: 15px;
}

.z-select-r {
    /* padding: 40px; */
    width: calc(100% - 240px);
    background: #fff;
}

.z-select-ul>li {
    font-size: 0;
    clear: both;
}

.z-select-ul>li>div:nth-child(1) {
    display: flex;
    display: -webkit-flex;
    justify-content: left;
    white-space: nowrap;
    align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.z-select-ul>li>div:nth-child(2) {
    float: right;
    width: calc(100% - 30px);
}

.z-select-ul>li>div>span {
    position: relative;
    padding-left: 2px;
    padding-right: 15px;
    display: inline-block;
    width: 8px;
    height: 13px;
    font-size: 0;
}

.z-select-ul>li>div>span img {
    display: inherit;
    width: 8px;
    height: 13px;
}

.z-select-ul>li>div {
    font-size: 12px;
    cursor: pointer;
}

.z-select-on {
    position: relative;
    color: #25C689;
}

.z-select-on>span::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: #25C689;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.z-select-more+div {
    display: none;
}

@media screen and (min-width:1200px) {
    .z-select-ul>li>div:nth-child(1):not(.z-select-more):hover {
        color: #25C689;
    }
    .z-select-more:hover {
        background: rgba(0, 0, 0, .1);
    }
}


/* 使用教程 end */