html,
body {
    font-family: "PingFang SC", "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.footer {
    background-color: #920301;
    text-align: center;
    padding: 40px 0 60px;
    color: #fff;
}

.footer,
.footer p {
    color: #fff;
    font-size: 12px !important;
    line-height: 18px;
    font-weight: 300;
}

.footer .textAndImg,
.footer-in {
    text-align: left;
    width: 360px;
    margin: 0 auto 6px;
}

.is-mobile .footer {
    overflow: hidden;
}

.is-mobile .footer .textAndImg {
    width: auto;
}

.is-mobile .footer-in {
    display: inline-block;
    width: 90%;
}

.is-mobile .footer-in p {
    display: inline-flex;
}

.is-mobile .footer-in .n {
    flex: 1 0 auto;
}

.is-mobile .footer-in .v {
    flex: 1 auto;
}

.footer .n {
    display: inline-block;
    border-right: 1px solid #da7b76;
    padding-right: 0.6em;
}

.footer .v {
    display: inline-block;
    padding-left: 0.6em;
}

.footer .tiny {
    font-size: 10px;
    color: #dcdcdc;
    text-align: center;
    margin-top: 20px;
}

.footer .tiny:hover {
    color: #ffa500 !important;
}

.footer .textAndImg {
    line-height: 20px;
    margin-top: 10px;
}

.footer .textAndImg,
.footer .textAndImg a {
    color: #dcdcdc;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer .textAndImg img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.nav ul {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.nav ul li {
    float: none;
}

.rk {
    display: flex;
    justify-content: space-between;
    align-content: center;
}

.rk-item {
    width: 49%;
    margin-right: 0;
    float: none;
    display: inline;
    background-color: #fceac8;
}

.rk-item img {
    width: auto;
    height: 220px;
}

.z03,
.bj-z3,
.goto-btn {
    display: none;
}

.bj-z1 {
    width: 551px;
    height: 270px;
    position: absolute;
    left: 50%;
    margin-left: -275.5px;
    top: 8%;
    background: url("bj-z1.png") no-repeat center center;
    background-size: auto 100%;
}

.bj-z2 {
    left: 50%;
    width: 1000px;
    height: 500px;
    margin-left: -500px;
    top: 62%;
    background: url("z2.png") no-repeat center 0;
    background-size: 100%;
    transition: top 1s;
}

.bj-z4 {
    width: 100%;
    height: 100%;
    left: 0;
    top: auto;
    bottom: -38px;
    background: url("bannerBgBottom.png") no-repeat center bottom;
    background-size: 100%;
}

.cover-bg {
    background-size: cover;
    background-position: center 80%;
}

.full-screen .goto-btn {
    display: block;
}

.full-screen .bj-z2 {
    top: 62%;
}

.is-mobile .nav_bit {
    pointer-events: none;
}

.is-list .domPC .head {
    height: 528px;
    background: url("top-list.jpg") no-repeat center 0px;
}

.is-list .list li {
    padding: 18px 0;
}

.is-list .post img {
    border-radius: 4px;
    overflow: hidden;
}

.listAddData {
    padding: 12px 50px;
    margin: 60px auto;
    cursor: pointer;
    display: inline-block;
    border-radius: 4px;
    font-weight: 300;
    border: #032e60 1px solid;
    font-size: 1.1em;
    color: #032e60;
    background-color: #fff;
    font-weight: 400;
}

.listAddData:hover {
    color: #fff;
    background-color: #032e60;
}

.listAddData:active {
    color: #fff;
    background-color: #666;
}

.listAddData.disable {
    border-color: #ccc;
    color: #ccc;
    pointer-events: none;
}

.isLoading {
    font-weight: 300;
    color: #666;
    font-style: italic;
    font-size: 16px;
}

.reviewList .reviewList-swiper .swiper-slide {
    display: flex;
    align-content: center;
    align-items: center;
}

.reviewList .reviewList-swiper .reviewList-name {
    float: none;
    margin: 0 14px;
    display: flex;
}

.domPC .menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.domPC .menu ul li {
    float: none;
}

.listAddDataBox {
    display: none;
}

.pic {
    background-color: #fceac8;
    position: relative;
    overflow: hidden;
    min-height: 130px;
}

#rightSideBar .list li {
    display: flex;
    flex-direction: column-reverse;
    border: none;
    padding: 0 0 20px;
}

#rightSideBar .list li .pic {
    margin-bottom: 10px;
}

#leftList {
    min-height: 500px;
}

#leftList .list {
    margin-bottom: 50px;
}

#leftList .list li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

#leftList .list li .text {
    flex: 2;
}

#leftList .list li .text .abs {
    color: #ccc;
    font-size: 14px;
    margin-top: 6px;
}

#leftList .list li .pic {
    flex: 1 1;
    height: 80px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

#leftList .list li .pic img {
    position: absolute;
    width: auto;
    height: 100%;
    max-width: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.is-mobile #leftList .list li .text {
    flex: 1;
}

.is-mobile #leftList .list li .pic {
    flex: 1 1;
}