@charset "utf-8";
*,
*:before,
*:after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: bold;
    font-family: "微软雅黑";
    font-size: 0;
    /*移除默认点击高亮*/
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-tap-highlight-color: rgba(0, 0, 0, 0);
    -o-tap-highlight-color: rgba(0, 0, 0, 0);
    tap-highlight-color: rgba(0, 0, 0, 0);
    /*移除文字选中*/
    /*-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
	user-select: none;*/
}

[v-cloak] {
    display: none !important;
}

body {
    background: #fff;
}

ul,
ol,
li {
    list-style: none;
}

img {
    border: none;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

a:hover {
    color: #df5666;
}

.content-p {
    text-indent: 2em;
    font-size: 0.37rem;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(0, 0, 0, 1);
    line-height: 0.64rem;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.commen-header>.zh {
    width: 5.45rem;
    margin: 0 auto;
    font-size: 0.4rem;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    color: rgba(211, 78, 26, 1);
    line-height: 0.48rem;
    background-color: #181216;
    position: relative;
    top: 0.25rem;
    text-align: center;
}

.commen-header>.en {
    width: 7.8rem;
    margin: 0 auto;
    margin-bottom: 0.3rem;
    font-size: 0.21rem;
    font-family: SimSun;
    font-weight: 400;
    color: rgba(211, 78, 26, 1);
    line-height: 0.32rem;
    text-align: center;
    border: 2px solid #D34E1A;
    padding: 0.27rem 0 0.13rem;
}

.commen-name {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    background-color: #fff;
}

.commen-name>.flag {
    display: inline-block;
    vertical-align: middle;
    width: 0.27rem;
    height: 0.54rem;
    position: relative;
    margin-right: 0.13rem;
}

.commen-name>.flag>span {
    display: inline-block;
    vertical-align: top;
    width: 0.27rem;
    height: 0.27rem;
    background-color: #EE8617;
}

.commen-name>.flag>span:nth-child(2) {
    background-color: #D2291A;
    position: absolute;
    bottom: 0;
    left: 0;
}

.commen-name>.name {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.37rem;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    height: 0.48rem;
    line-height: 0.48rem;
}


/**************************************************************/


/**************************************************************/


/**************************************************************/


/* 1rem=75px */

.main {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}

.shouye>img {
    width: 100%;
    height: auto;
}


/* 菜单样式 */

.header {
    height: 1.2rem;
    line-height: 1.2rem;
    width: 100%;
    background: #fff url('../../mobile/img/zhanlanjieshao.png');
    background-repeat: no-repeat;
    background-size: 2.9rem 0.53rem;
    background-position: center center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.header>img {
    width: 0.96rem;
    height: 0.96rem;
    margin-left: 0.24rem;
    vertical-align: middle;
}

.info {
    width: 100%;
    height: 13.8rem;
    /* height: 8.5rem; */
    background-image: url('../../img/yunwen_bg.png'), url('../img/part1_bg.png');
    background-repeat: repeat, no-repeat;
    background-size: 25rem 25rem, 4.7rem 3.6rem;
    background-position: 0 0, 100% 100%;
    padding: 0 0.27rem;
    margin-top: 1.2rem;
}

.info>video {
    width: 100%;
    height: 5.3rem;
    display: block;
    margin: 0 auto;
}

.info>h3 {
    font-size: 0.53rem;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(1, 1, 1, 1);
    line-height: 1rem;
    margin: 0.2rem;
}

.menu-wrap {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 7.3rem;
    height: 100%;
    background-color: #141414;
    opacity: 0.98;
}

.close-btn {
    width: 0.64rem;
    height: 0.64rem;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
}

.nav {
    font-size: 0.53rem;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(228, 46, 57, 1);
    height: 1.2rem;
    line-height: 1.2rem;
    margin-top: 2.9rem;
    margin-left: 0.9rem;
}

.nav>div {
    margin-top: 0.2rem;
}

.nav span {
    display: inline-block;
    width: 4.85rem;
    font-size: 0.53rem;
    border-bottom: 1px solid #E42E39;
}

.nav img {
    width: 0.3rem;
    height: 0.3rem;
    vertical-align: middle;
    visibility: hidden;
    position: relative;
    top: -0.2rem;
    left: -0.2rem;
}

.nav .show {
    visibility: visible;
}

.part-one {
    width: 100%;
    background-color: #181216;
    padding: 0 0.27rem;
}

.part-one>img {
    width: 100%;
    height: auto;
    margin-top: 0.3rem;
}

.part-one>.zh {
    font-size: 0.4rem;
    width: 5.5rem;
    margin: 0 auto;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    color: rgba(211, 78, 26, 1);
    line-height: 0.48rem;
    text-align: center;
    position: relative;
    top: 0.27rem;
    background-color: #181216;
}

.part-one>.en {
    font-size: 0.27rem;
    width: 7.8rem;
    margin: 0 auto;
    font-family: SimSun;
    font-weight: 400;
    color: rgba(211, 78, 26, 1);
    line-height: 0.32rem;
    text-align: center;
    border: 1px solid rgba(211, 78, 26, 1);
    padding: 0.32rem 0 0.2rem 0;
}

.part-one>p:nth-child(3) {
    margin-top: 0.2rem;
}


/* 国家轮播图 */

.country-banner {
    background-color: #181216;
    padding: 0.27rem;
    height: 8.7rem;
    background-image: url('../../mobile/img/part1_bg2.png');
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: contain;
}

.country-banner .el {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.54rem;
}

.country-banner .el.margin-r {
    margin-right: 0.23rem;
}

.country-banner img {
    width: 4.6rem;
    height: 2.57rem;
}

.country-banner p {
    width: 4.6rem;
    height: 0.83rem;
    line-height: 0.83rem;
    text-align: center;
    font-size: 0.35rem;
}

.country-banner .swiper-pagination {
    bottom: 0;
}

.country-banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
    margin: 10px;
}

.country-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}


/* 第一单元 */

.unit-one {
    width: 100%;
    padding: 0.27rem;
    background-color: #DBDBDB;
}

.unit-one-header {
    width: 80%;
    margin: 0.3rem auto;
    text-align: center;
    height: 0.48rem;
    line-height: 0.48rem;
}

.unit-one-header>span {
    display: inline-block;
    vertical-align: middle;
}

.unit-one-header>span:nth-child(2) {
    font-size: 0.4rem;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    line-height: 0.48rem;
    margin: 0 0.2rem;
}

.unit-one-header>span:nth-child(1),
.unit-one-header>span:nth-child(3) {
    width: 0.06rem;
    height: 0.32rem;
    background-color: #EE8617;
}

.unit-one img {
    width: 100%;
    margin-top: 0.2rem;
}

.unit-one>.left,
.unit-one>.right {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0.54rem;
}

.unit-one>.left {
    margin-right: 0.23rem;
}

.unit-one>.left>img,
.unit-one>.right>img {
    width: 4.6rem;
    height: 2.57rem;
}

.unit-one>.left>p,
.unit-one>.right>p {
    width: 4.6rem;
    height: 0.83rem;
    line-height: 0.83rem;
    text-align: center;
    font-size: 0.35rem;
    background-color: #0F0F0F;
}


/* 第二单元样式 */

.unit-two {
    background-color: #333333;
}

.unit-one-header.unit-two>span:nth-child(2) {
    color: #fff;
}


/* 第二部分 */

.part-two {
    width: 100%;
    height: 5.13rem;
    background-color: #181216;
    background-image: url('../../mobile/img/part2_bg1.png');
    background-size: 100% 5.13rem;
    position: relative;
}

.part-two>.title {
    width: 4.2rem;
    height: 2.24rem;
    background-image: url('../../mobile/img/header_bg.png');
    background-size: 4.2rem 2.24rem;
    position: absolute;
    right: 0;
    top: 0.5rem;
    padding: 0.2rem;
}

.part-two>.title>.zh {
    font-size: 0.4rem;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    color: rgba(211, 78, 26, 1);
    line-height: 0.48rem;
}

.part-two>.title>.en {
    font-size: 0.27rem;
    font-family: SimSun;
    font-weight: 400;
    color: rgba(211, 78, 26, 1);
    line-height: 0.32rem;
}

.part-two>.title>p:nth-child(3) {
    margin-top: 0.2rem;
}

.part-two-info {
    padding: 0.54rem 0.27rem;
    background-color: #000;
}


/* 世界文化遗产 */

.yichan {
    width: 100%;
    padding-left: 0.27rem;
    height: 7.1rem;
    overflow: hidden;
}

.yichan-item {
    padding: 0.27rem 0;
    border-bottom: 1px solid #E0E0E0
}

.yichan-item>img {
    width: 3.33rem;
    height: 1.8rem;
    vertical-align: middle;
}

.yichan-item>p {
    width: 5.44rem;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.37rem;
    font-family: PingFang-SC-Medium;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
    line-height: 0.48rem;
    margin-left: 0.3rem;
}

.check-more {
    width: 9.45rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    color: #D5581E;
    font-size: 0.37rem;
    background-color: #fff;
    border: 1px dashed #D5581E;
    border-radius: 0.1rem;
    margin: 0.1rem auto;
}


/* 第四部分 */

.part-four {
    width: 100%;
    height: 4.5rem;
    background-color: #000;
    background-image: url('../../mobile/img/part4_img.png');
    background-size: 5.45rem 3.8rem;
    position: relative;
    background-repeat: no-repeat;
    background-position: 0 0.4rem;
}

.part-four>.title {
    width: 4.2rem;
    height: 2.24rem;
    background-image: url('../../mobile/img/header_bg.png');
    background-size: 4.2rem 2.24rem;
    position: absolute;
    right: 0;
    top: 0.5rem;
    padding: 0.2rem;
}

.part-four>.title>.zh {
    font-size: 0.4rem;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    color: rgba(211, 78, 26, 1);
    line-height: 0.48rem;
}

.part-four>.title>.en {
    font-size: 0.27rem;
    font-family: SimSun;
    font-weight: 400;
    color: rgba(211, 78, 26, 1);
    line-height: 0.32rem;
}

.part-four>.title>p:nth-child(3) {
    margin-top: 0.2rem;
}

.part-four-info {
    padding: 0.54rem 0.27rem;
    background-color: #000;
}

@keyframes wordsLoop {
    0% {
        transform: translateX(20px);
        -webkit-transform: translateX(20px);
    }
    100% {
        transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
    }
}


/* 文物清单轮播图 */

.goods-list {
    width: 100%;
    background-color: #302A2E;
    overflow: hidden;
}

.goods-list>h3 {
    font-size: 0.4rem;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    color: rgba(248, 248, 248, 1);
    line-height: 0.48rem;
    text-align: center;
    margin: 0.5rem;
}

.goods-item {
    width: 100%;
}

.goods-item>span {
    display: inline-block;
    padding: 0 0.2rem;
    background-color: #fff;
    font-size: 0.4rem;
    margin-top: 0.54rem;
}

.goods-item>p {
    padding: 0.2rem;
    font-size: 0.4rem;
}

.goods-list .swiper-pagination-goods {
    bottom: 0;
    line-height: 1.5rem;
    text-align: center;
}

.goods-list .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
    margin: 10px;
}

.goods-list .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff;
}


/* 结束语 */

.end {
    width: 100%;
    background-image: url("../../mobile/img/yunwen_bg.png");
    background-repeat: no-repeat;
    background-size: 25rem 25rem;
    position: relative;
    padding-top: 0.4rem;
}

.end-header {
    margin-bottom: 0.3rem;
}

.end-header>h4 {
    width: 1.8rem;
    margin: 0 auto;
    font-size: 0.4rem;
    font-family: PingFang-SC-Medium;
    font-weight: bold;
    color: rgba(211, 78, 26, 1);
    line-height: 0.38rem;
    background-color: #fff;
    background-image: url("../../mobile/img/yunwen_bg.png");
    position: relative;
    top: 0.2rem;
    text-align: center;
}

.end-header>p {
    width: 3.24rem;
    margin: 0 auto;
    font-size: 0.27rem;
    font-family: SimSun;
    font-weight: 400;
    color: rgba(211, 78, 26, 1);
    line-height: 0.32rem;
    text-align: center;
    border: 2px solid #D34E1A;
    padding: 0.27rem 0 0.13rem;
}

.end-content {
    padding: 0.27rem;
}
.a-href{padding-top:30px;}
.a-href .a-img-wrap{margin-top: 20px;}
.a-href img{width: 100%;}
.footer {
    width: 100%;
    height: 4.64rem;
    background-color: #181216;
    overflow: hidden;
}

.footer>a {
    display: block;
    width: 80%;
    margin: 0.6rem auto;
    text-align: center;
}

.footer>a>span {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.32rem;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(243, 197, 124, 1);
    line-height: 0.48rem;
    opacity: 0.9;
}

.footer>a>img {
    width: 0.23rem;
    height: 0.28rem;
    margin-left: 0.2rem;
    vertical-align: middle;
}

.footer>img {
    width: 3.32rem;
    height: 1.17rem;
    display: block;
    margin: 0.6rem auto;
}

.footer>p {
    font-size: 0.32rem;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(243, 197, 124, 1);
    line-height: 0.48rem;
    opacity: 0.9;
    text-align: center;
    margin-top: 0.5rem;
}


/* 弹窗 */

.cover {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
}

.cover>.close {
    line-height: 1rem;
    text-align: right;
    padding: 0.27rem;
    box-sizing: border-box;
}

.cover>.close>img {
    width: 0.41rem;
    height: 0.41rem;
    vertical-align: middle;
}

.cover>img {
    width: 100%;
    height: auto;
}

.cover>h3 {
    padding: 0.27rem;
    font-size: 0.4rem;
    font-family: PingFang-SC-Bold;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 0.5rem;
}

.cover>p {
    font-size: 0.32rem;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: #989898;
    line-height: 0.45rem;
    padding-left: 0.27rem;
}

.cover>.desc {
    margin-top: 0.27rem;
}

.cover>.desc>p {
    font-size: 0.35rem;
    line-height: 0.5rem;
    font-family: PingFang-SC-Regular;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-indent: 2em;
}