@charset "UTF-8";
/*
Theme Name: cio
Author: fanruanteam
Version: 1.0
*/

img {
    max-width: 100%;
}

a:hover,
a:focus {
    text-decoration: none;
}

.itzyz-banner {
    margin-bottom: 40px;
    height: 220px;
    background-image: url(/cio/img/itzyz-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.itzyz-banner.nybanner {
    height: 260px;
}

@media (max-width: 1200px) {
    .itzyz-banner.nybanner {
        height: 200px;
    }
}

.itzyz-banner.nybanner .banner-box {
    height: 260px;
}

@media (max-width: 1200px) {
    .itzyz-banner.nybanner .banner-box {
        height: 200px;
    }
}

.itzyz-banner.nybanner .banner-box .txt-box h2 br {
    display: none;
}

@media (max-width: 1200px) {
    .itzyz-banner.nybanner .banner-box .txt-box h2 br {
        display: block;
    }
}

.itzyz-banner .banner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 220px;
}

@media (max-width: 1200px) {
    .itzyz-banner .banner-box {
        height: 200px;
    }
}

.itzyz-banner .banner-box .txt-box h2 {
    font-size: 48px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 67px;
    margin-top: 0;
}

@media (max-width: 1200px) {
    .itzyz-banner .banner-box .txt-box h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

.itzyz-banner .banner-box .txt-box h2 span {
    display: inline-block;
    width: 70px;
    height: 4px;
    background: #FFFFFF;
    vertical-align: middle;
    margin: 0 10px;
}

@media (max-width: 1200px) {
    .itzyz-banner .banner-box .txt-box h2 span {
        margin-right: 5px;
        width: 25px;
        margin-left: 0;
    }
}

.itzyz-banner .banner-box .txt-box p {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
}

@media (max-width: 1200px) {
    .itzyz-banner .banner-box .txt-box p {
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .itzyz-banner img {
        display: none;
    }
}

@media (max-width: 1200px) {
    .itzyz-banner {
        margin-bottom: 25px;
        height: 200px;
        background-position: 28%;
    }
}

.itzyz-title {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 42px;
    margin-top: 0;
    margin-bottom: 25px;
}

@media (max-width: 1200px) {
    .itzyz-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
}

/* 精选推荐 */
.itzyz-jxtj {
    margin-bottom: 50px;
}

@media (max-width: 1200px) {
    .itzyz-jxtj {
        margin-bottom: 20px;
    }
}

.itzyz-jxtj .itzyz-jxlist {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

@media (max-width: 1200px) {
    .itzyz-jxtj .itzyz-jxlist {
        flex-wrap: wrap;
    }
}

.itzyz-jxtj .itzyz-jxlist a {
    margin-right: 3%;
    width: 32%;
}

@media (max-width: 1200px) {
    .itzyz-jxtj .itzyz-jxlist a {
        margin-right: 0;
        width: 100%;
        margin-bottom: 25px;
    }
}

.itzyz-jxtj .itzyz-jxlist a:last-of-type {
    margin-right: 0;
}

/* 列表 */
.itzyz-nrlist .list-nav {
    display: flex;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .itzyz-nrlist .list-nav {
        margin-bottom: 15px;
    }
}

.itzyz-nrlist .list-nav .item {
    padding: 0 10px 15px;
    position: relative;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-right: 40px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .itzyz-nrlist .list-nav .item {
        padding: 0 10px 5px;
        font-size: 12px;
        line-height: 28px;
        margin-right: 0px;
    }
}

.itzyz-nrlist .list-nav .item:last-of-type {
    margin-right: 0;
}

.itzyz-nrlist .list-nav .item.active {
    color: #0082FC;
}

.itzyz-nrlist .list-nav .item.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #0082FC;
    width: 100%;
}

@media (max-width: 1200px) {
    .itzyz-nrlist .list-nav .item.active:after {
        height: 2px;
    }
}

.itzyz-nrlist .list-con {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .itzyz-nrlist .list-con {
        justify-content: space-between;
        margin-bottom: 0px;
    }
}

.itzyz-nrlist .list-con .item {
    width: 23%;
    margin-right: 2.66%;
    margin-bottom: 35px;
}

@media (max-width: 1200px) {
    .itzyz-nrlist .list-con .item {
        width: 48%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.itzyz-nrlist .list-con .item:nth-of-type(4n) {
    margin-right: 0;
}

.itzyz-nrlist .list-con .item .imgbox {
    border: 1px solid #666666;
    position: relative;
}

.itzyz-nrlist .list-con .item .imgbox > .img {
    padding-bottom: 74%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.itzyz-nrlist .list-con .item .imgbox .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.itzyz-nrlist .list-con .item:hover .imgbox .hover {
    opacity: 1;
}

.itzyz-nrlist .list-con .item h4 {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .itzyz-nrlist .list-con .item h4 {
        font-size: 14px;
        margin-top: 5px;
    }
}

.itzyz-nrlist .list-page {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 120px;
}

@media (max-width: 1200px) {
    .itzyz-nrlist .list-page {
        justify-content: center;
        margin-bottom: 50px;
    }
}

.itzyz-nrlist .list-page a {
    width: 58px;
    height: 30px;
    background: #CCCCCC;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.itzyz-nrlist .list-page .num {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000;
    line-height: 30px;
    margin: 0 20px;
}

.itzyz-nrlist .list-page .num span.dq {
    color: #0082FC;
}

/* 底部 */
.itzyz-footer {
    background: #0082FC;
}

.itzyz-footer .dbbq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 120px;
}

@media (max-width: 1200px) {
    .itzyz-footer .dbbq {
        flex-wrap: wrap;
        padding-top: 15px;
        padding-bottom: 15px;
        height: auto;
    }
}

.itzyz-footer .dbbq p {
    margin-bottom: 0;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

@media (max-width: 1200px) {
    .itzyz-footer .dbbq p {
        text-align: center;
        font-size: 12px;
        order: 2;
    }
}

.itzyz-footer .dbbq p a {
    color: #FFFFFF;
}

.itzyz-footer .dbbq .link {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 1200px) {
    .itzyz-footer .dbbq .link {
        justify-content: center;
        order: 1;
        width: 100%;
    }
}

.itzyz-footer .dbbq .link a {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
}

@media (max-width: 1200px) {
    .itzyz-footer .dbbq .link a {
        font-size: 12px;
    }
}

.itzyz-footer .dbbq .link span {
    width: 2px;
    height: 20px;
    background: #FFFFFF;
    margin: 0 20px;
}

@media (max-width: 1200px) {
    .itzyz-footer .dbbq .link span {
        margin: 0 10px;
    }
}

/* 版权 */
.itzyz-copyright {
    background: #FFFFFF;
    box-shadow: 0px 6px 73px 0px rgba(243, 245, 248, 0.93);
    border-radius: 4px;
    margin-bottom: 120px;
}

@media (max-width: 1200px) {
    .itzyz-copyright {
        margin-bottom: 50px;
    }
}

.itzyz-copyright .itzyz-nr {
    padding: 30px 70px 70px;
}

@media (max-width: 1200px) {
    .itzyz-copyright .itzyz-nr {
        padding: 30px 15px;
    }
}

.itzyz-copyright .itzyz-nr h2 {
    font-size: 30px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 42px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
}

@media (max-width: 1200px) {
    .itzyz-copyright .itzyz-nr h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
}

.itzyz-copyright .itzyz-nr p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-indent: 2em;
    margin-bottom: 10px;
}

@media (max-width: 1200px) {
    .itzyz-copyright .itzyz-nr p {
        font-size: 14px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
        text-indent: 2em;
        margin-bottom: 10px;
    }
}

/* 详情页 */
.itzyz-detail .d-nav {
    border-bottom: 1px solid #E8E9EE;
    margin-bottom: 60px;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nav {
        margin-bottom: 25px;
    }
}

.itzyz-detail .d-nav .list-nav {
    display: flex;
}

.itzyz-detail .d-nav .list-nav .item {
    padding: 0 10px 15px;
    position: relative;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-right: 40px;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nav .list-nav .item {
        padding: 0 10px 5px;
        font-size: 12px;
        line-height: 28px;
        margin-right: 0px;
    }
}

.itzyz-detail .d-nav .list-nav .item:last-of-type {
    margin-right: 0;
}

.itzyz-detail .d-nav .list-nav .item.active {
    color: #0082FC;
}

.itzyz-detail .d-nav .list-nav .item.active:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    background: #0082FC;
    width: 100%;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nav .list-nav .item.active:after {
        height: 2px;
    }
}

.itzyz-detail .d-nr {
    margin-bottom: 120px;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr {
        margin-bottom: 40px;
    }
}

.itzyz-detail .d-nr .nr-box {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr .nr-box {
        flex-wrap: wrap;
    }
}

.itzyz-detail .d-nr .nr-box .nr-left {
    max-width: 680px;
}

.itzyz-detail .d-nr .nr-box .nr-left .d-title {
    font-size: 32px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 45px;
    text-align: center;
    margin-top: 0;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr .nr-box .nr-left .d-title {
        font-size: 20px;
        line-height: 30px;
    }
}

.itzyz-detail .d-nr .nr-box .nr-left .d-con img {
    display: block;
    max-width: 100% !important;
    height: auto !important;
}

.itzyz-detail .d-nr .nr-box .nr-left .d-more {
    display: block;
    width: 100%;
    height: 48px;
    background: #0082FC;
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr .nr-box .nr-left .d-more {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
    }
}

.itzyz-detail .d-nr .nr-box .nr-right {
    width: 400px;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr .nr-box .nr-right {
        width: 100%;
    }
}

.itzyz-detail .d-nr .nr-box .nr-right .d-download {
    display: block;
    width: 192px;
    height: 48px;
    background: #0082FC;
    border-radius: 2px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 60px;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr .nr-box .nr-right .d-download {
        margin: 20px auto;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .itzyz-detail .d-nr .nr-box .nr-right .d-download {
         position: fixed;
         bottom: 0;
         left: 50%;
         transform: translateX(-50%);
         width: 98%;
         display: block;
         margin-bottom: 10px;
         z-index:100;
         height:55px;
         font-size:24px;
         line-height:55px;
    }
}


.itzyz-detail .d-nr .nr-box .nr-right .r-title {
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #0082FC;
    line-height: 33px;
    margin-top: 0;
    margin-bottom: 15px;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr .nr-box .nr-right .r-title {
        text-align: center;
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

.itzyz-detail .d-nr .nr-box .nr-right .d-jbxx {
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr .nr-box .nr-right .d-jbxx {
        margin-bottom: 20px;
    }
}

.itzyz-detail .d-nr .nr-box .nr-right .d-jbxx dl {
    display: flex;
    flex-wrap: wrap;
}

.itzyz-detail .d-nr .nr-box .nr-right .d-jbxx dl dd {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr .nr-box .nr-right .d-jbxx dl dd {
        font-size: 12px;
    }
}

.itzyz-detail .d-nr .nr-box .nr-right .d-jbxx dl dd:nth-of-type(odd) {
    width: 60%;
}

.itzyz-detail .d-nr .nr-box .nr-right .d-jbxx dl dd:nth-of-type(even) {
    width: 40%;
}

.itzyz-detail .d-nr .nr-box .nr-right .d-wjbq {
    margin-bottom: 40px;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr .nr-box .nr-right .d-wjbq {
        margin-bottom: 20px;
    }
}

.itzyz-detail .d-nr .nr-box .nr-right .d-wjbq p {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr .nr-box .nr-right .d-wjbq p {
        font-size: 12px;
        text-align: center;
    }
}

.itzyz-detail .d-nr .nr-box .nr-right .d-gd {
    margin-bottom: 25px;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr .nr-box .nr-right .d-gd {
        margin-bottom: 0px;
    }
}

.itzyz-detail .d-nr .nr-box .nr-right .d-gd .gd-box {
    margin-bottom: 20px;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
}

/*.itzyz-detail .d-nr .nr-box .nr-right .d-gd .gd-box a {*/
/*width: 48%;*/
/*margin-bottom: 20px;*/
/*}*/

.itzyz-detail .d-nr .nr-box .nr-right .d-gd .gd-box a .img-box {
    position: relative;
    border: 1px solid #666666;
}

.itzyz-detail .d-nr .nr-box .nr-right .d-gd .gd-box a .img-box .img {
    padding-bottom: 62%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.itzyz-detail .d-nr .nr-box .nr-right .d-gd .gd-box a .img-box .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.itzyz-detail .d-nr .nr-box .nr-right .d-gd .gd-box a h4 {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    margin-bottom: 0;
    padding: 0 15px;
    /*text-align: center;*/

    height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr .nr-box .nr-right .d-gd .gd-box a h4 {
        font-size: 12px;
    }
}

.itzyz-detail .d-nr .nr-box .nr-right .d-gd .gd-box a:hover .img-box .hover {
    opacity: 1;
}

@media (max-width: 1200px) {
    .itzyz-detail .d-nr .nr-box .nr-right .d-gz {
        text-align: center;
    }
}

/* 注册 */
.itzyz-zhuce {
    width: 100%;
    min-height: 100vh;
    background-image: url(/cio/img/itzyz-zcbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.itzyz-zhuce .zc-box {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .itzyz-zhuce .zc-box {
        flex-wrap: wrap;
    }
}

.itzyz-zhuce .zc-box .zc-left {
    /*padding-top: 80px;*/
    padding-top: 30px;
}

@media (max-width: 1200px) {
    .itzyz-zhuce .zc-box .zc-left {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .itzyz-zhuce .zc-box .zc-left {
        padding-top: 50px;
    }
}

.itzyz-zhuce .zc-box .zc-left h2 {
    font-size: 48px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 67px;
    text-shadow: 0px 2px 4px #0026FF;
    margin-top: 0;
}

@media (max-width: 1200px) {
    .itzyz-zhuce .zc-box .zc-left h2 {
        font-size: 26px;
        text-align: center;
        line-height: 38px;
    }
}

@media (max-width: 1200px) {
    .itzyz-zhuce .zc-box .zc-left img {
        display: none;
    }
}

.itzyz-zhuce .zc-box .zc-left h5 {
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 65px;
}

@media (max-width: 1200px) {
    .itzyz-zhuce .zc-box .zc-left h5 {
        display: none;
    }
}

.itzyz-zhuce .zc-box .zc-left h4 {
    font-size: 36px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
    margin-top: 35px;
}

@media (max-width: 1200px) {
    .itzyz-zhuce .zc-box .zc-left h4 {
        font-size: 18px;
        text-align: center;
        line-height: 24px;
        margin-top: 0;
    }
}

/* form */

.itzyz-zhuce .zc-box .zc-right {
    /*padding-top: 245px;*/
    padding-top: 190px;
}

@media (max-width: 1200px) {
    .itzyz-zhuce .zc-box .zc-right {
        width: 100%;
        padding-top: 25px;
    }
}

.itzyz-zhuce .zc-box .zc-right .zc-form {
    width: 400px;
    /*height: 512px;*/
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px 30px;
}

@media (max-width: 1200px) {
    .itzyz-zhuce .zc-box .zc-right .zc-form {
        width: 100%;
        padding: 25px 15px;
        height: auto;
    }
}

.itzyz-zhuce .zc-box .zc-right .zc-form .form-control {
    height: 40px;
    border-radius: 2px;
    border: 1px solid #D3D5D8;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    /*margin-bottom: 25px;*/
    line-height: 20px;
}

/*@media (max-width: 1200px) {*/
/*    .itzyz-zhuce .zc-box .zc-right .zc-form .form-control {*/
/*        margin-bottom: 15px;*/
/*    }*/
/*}*/

.itzyz-zhuce .zc-box .zc-right .zc-form .submit {
    height: 40px;
    background: #0C77FD;
    box-shadow: 0px 2px 20px 2px rgba(12, 119, 253, 0.36);
    border-radius: 2px;
    width: 100%;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 40px;
    border: none;
}


.zc-form .form-group {
    position: relative;
}

.zc-form .check-error {
    border-color: #ff3d23 !important;
}

.zc-form .info {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 12px;
    color: red;
    display: none;
}


