html,
body {
    /* height: 100%; */
    background-color: #ffcfac;
}
.bg {
    background: url("../../img/topbg.jpg") #ffcfac no-repeat;
    background-size: 100%;
    padding-bottom: 0.1px;
    height: 100%;
    position: relative;
}
.container {
    width: 1142px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.logo {
    width: 743px;
    height: 102px;
    margin-top: 10px;
}
.toptext {
    width: 780px;
    height: 366px;
}
.banner {
    margin-top: 25vw;
}
.box {
    display: none;
}
.navbox {
    font-size: 0;
    padding-left: 53px;
    margin-top: 30px;
}
.navbox img {
    width: 225px;
    height: 65px;
}
.box.active {
    display: block;
}
.content {
    background: #fff;
    border: 6px solid #01e0db;
    border-radius: 40px;
    padding: 77px 0;
}
.textbox {
    color: #333;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
}
.texttitle {
    font-size: 24px;
    margin-bottom: 30px;
}

.textposter {
    width: 350px;
    margin: 0 auto;
}

/* ---------------------------------------------- */

.textbox2 {
    text-align: left;
    margin-left: 95px;
}
.textbox2 h3 span {
    font-weight: 400;
}
.videolink {
    margin-left: 59px;
}
.videolink h3 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin: 55px 0 37px;
}
.videolink a {
    display: block;
    font-size: 20px;
    color: #03a6a2;
    font-weight: 700;
}
.videolink a::before {
    display: inline-block;
    content: url("../../img/video.png");
    width: 29px;
    height: 21px;
    padding-right: 10px;
}

.video {
    width: 900px;
    display: block;
    margin: 20px auto;
}

/* ---------------------------------------------- */

.posterbox {
    text-align: center;
}
.posterimg {
    margin: 90px 0 20px;
    width: 780px;
    height: 198px;
}
.posterbox p {
    font-size: 16px;
}

/* ---------------------------------------------- */

.textbox3 {
    padding: 0 64px 34px 64px;
    text-align: left;
    text-indent: 1em;
}
.bookbox {
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 0;
}
.bookItem {
    display: inline-block;
    margin: 34px 18px 0 18px;
    font-size: 0;
}
.bookCover {
    width: 175px;
    height: 234px;
    display: inline-block;
}
.bookCover img {
    width: 175px;
    height: 234px;
}

/* ---------------------------------------------- */

.footer {
    margin-top: 50px;
    background: #fff;
    padding-top: 51px;
}
.footer .footer-container {
    width: 860px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.footer dl {
    float: left;
}
.footer dl dt {
    color: #8b8d8f;
    margin-bottom: 30px;
    font-size: 16px;
}
.footer dl dd {
    margin-bottom: 15px;
    color: #333;
    font-size: 14px;
}
.footer dl dd a {
    cursor: pointer;
    color: #666;
}
.footer dl dd .footer-icon {
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: 20px 20px;
}
.footer dl dd .footer-icon.footer-icon-wb {
    background: url("../../img/facebook1.png");
}
.footer dl dd .footer-icon.footer-icon-aiqy {
    background: url("../../img/youtube1.png");
}
.footer dl:first-child {
    margin-left: 0px;
}
.footer dl.archival-msg .last-archival-msg {
    vertical-align: top;
}
.footer dl.archival-msg .last-archival-msg::before {
    content: url("../../img/police.png");
    display: inline-block;
    width: 20px;
    height: 20px;
}
#cambrian0 {
    margin: 30px 100px 0;
    border-top: 1px solid #ddd;
    text-align: center;
    padding-bottom: 30px;
}
#cambrian0 ._3YDNrK img {
    width: 67px;
    height: 67px;
    border-radius: 50%;
    margin-top: 20px;
}
.fsM37u {
    margin-top: 10px;
    line-height: 16px;
    font-size: 16px;
    color: #333;
    font-weight: 600;
}
._2QGloY {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
    line-height: 17px;
    font-weight: 300;
}
.FiQpSl {
    margin: 13px 0 25px;
}
._25ZfXD {
    width: 120px;
    padding: 8px 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    vertical-align: middle;
    display: inline-block;
    color: #fff;
    background: #3897f0;
    border-radius: 3px;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none;
}

@media screen and (max-width: 1200px) {
    .container {
        width: 100%;
        padding-bottom: 0.5rem;
    }
    .logo {
        width: 7.43rem;
        height: 1.02rem;
    }
    .toptext {
        width: 7.8rem;
        height: 3.66rem;
    }
    .banner {
        margin-top: 20vw;
    }
    .box {
        display: none;
    }
    .navbox {
        font-size: 0;
        padding-left: 0.53rem;
        width: 100%;
        box-sizing: border-box;
        margin-top: 0rem;
    }
    .navbox img {
        width: 25%;
        height: auto;
    }
    .box.active {
        display: block;
    }
    .content {
        background: #fff;
        border: 0.06rem solid #01e0db;
        border-radius: 0.4rem;
        padding: 0.77rem 0.2rem;
        box-sizing: border-box;
    }
    .textbox {
        color: #333;
        text-align: center;
    }
    .texttitle {
        margin-bottom: 0.3rem;
    }
    .textposter {
        width: 3.5rem;
        margin: 0 auto;
    }

    /* ---------------------------------------------- */

    .textbox2 {
        text-align: left;
        margin-left: 0.95rem;
    }
    .videolink {
        margin-left: 0.59rem;
    }
    .videolink h3 {
        color: #000;
        font-weight: 700;
        margin: 0.55rem 0 0.37rem;
    }
    .videolink a {
        display: block;
        color: #03a6a2;
        font-weight: 700;
    }
    .videolink a::before {
        display: inline-block;
        content: "";
        background: url("../../img/video.png") no-repeat;
        background-size: 0.29rem 0.21rem;
        width: 0.29rem;
        height: 0.21rem;
    }

    .video {
        width: 9.5rem;
        display: block;
        margin: 0.5rem auto;
    }

    /* ---------------------------------------------- */

    .posterbox {
        text-align: center;
    }
    .posterimg {
        margin: 0.9rem 0 0.2rem;
        width: 7.8rem;
        height: 1.98rem;
    }
    /* ---------------------------------------------- */

    .textbox3 {
        padding: 0 0.64rem 0.34rem 0.64rem;
        text-align: left;
        text-indent: 1em;
    }
    .bookbox {
        padding: 0 0.3rem;
        box-sizing: border-box;
        font-size: 0;
    }
    .bookItem {
        display: inline-block;
        margin: 0.34rem 0.2rem 0 0.2rem;
        font-size: 0;
    }
    .bookCover {
        width: 1.75rem;
        height: 2.34rem;
        display: inline-block;
    }
    .bookCover img {
        width: 1.75rem;
        height: 2.34rem;
    }
}

@media screen and (max-width: 980px) {
    .footer {
        padding: 3%;
        width: 94%;
    }
    .footer .footer-container {
        width: 100%;
    }
}
@media screen and (max-width: 600px) {
    #cambrian0 {
        margin: 0.4rem 1rem 0;
        border-top: 1px solid #ddd;
        text-align: center;
        padding-bottom: 0.3rem;
    }
    .footer {
        display: block;
    }
    .footer dl dt {
        color: #8b8d8f;
        margin-bottom: 0.3rem;
        font-size: 0.32rem;
    }
    .footer dl dd {
        margin-bottom: 0.16rem !important;
        color: #333;
        font-size: 0.32rem;
    }
    .footer dl dd a {
        cursor: pointer;
        color: #666;
        font-size: 0.32rem;
    }
    .footer dl dd .footer-icon {
        /* width: 0.2rem;
        height: 0.2rem; */
        display: inline-block;
        /* background-size: 0.2rem 0 0.2rem; */
    }
    .textbox {
        font-size: 0.32rem;
        line-height: 0.56rem;
    }
    .texttitle {
        font-size: 0.4rem;
    }
    .navbox img {
        width: 30%;
    }
    .videolink h3 {
        font-size: 0.3rem;
    }
    .videolink a {
        font-size: 0.3rem;
    }
    .posterbox p {
        font-size: 0.32rem;
    }
    .footer {
        padding: 3%;
        width: 94%;
    }
    .footer .footer-container {
        width: 100%;
        display: block;
    }
    .footer .footer-container dl {
        width: 33%;
        float: left;
        margin-bottom: 0.1rem;
    }
    .footer .footer-container .archival-msg {
        width: 100%;
        display: block;
    }
}
