* {
    -webkit-box-sizing: border-box;
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: Microsoft Yahei, arial, verdana, tahoma;
}

.cf {
    zoom: 1;
}

.cf:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '';
}

.bgset {
    background-repeat: no-repeat;
    background-size: contain;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.flex_item {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-flex: 1;
    -o-flex: 1;
    flex: 1;
}

.csssj {
    display: block;
    width: 0;
    height: 0;
    border-right: .3125rem solid transparent;
    border-bottom: .3125rem solid #f7e3ff;
    border-left: .3125rem solid transparent;
}

.ablock {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: '';
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    text-decoration: none;
}

a:link {
    text-decoration: none;
    color: #222222;
}

a:visited {
    text-decoration: none;
    color: #222222;
}

a:hover {
    text-decoration: none !important;
    border: none;
}

a:active {
    text-decoration: none;
    color: #222222;
    border: none;
}

span {
    display: inline-block;
}

.fz12 {
    font-size: 12px;
}

[data-dpr='2'] .fz12 {
    font-size: 24px;
}

[data-dpr='3'] .fz12 {
    font-size: 36px;
}

.fz14 {
    font-size: 14px;
}

[data-dpr='2'] .fz14 {
    font-size: 28px;
}

[data-dpr='3'] .fz14 {
    font-size: 42px;
}

.fz16 {
    font-size: 16px;
}

[data-dpr='2'] .fz16 {
    font-size: 32px;
}

[data-dpr='3'] .fz16 {
    font-size: 48px;
}

.fz18 {
    font-size: 18px;
}

[data-dpr='2'] .fz18 {
    font-size: 36px;
}

[data-dpr='3'] .fz18 {
    font-size: 54px;
}

.fz20 {
    font-size: 20px;
}

[data-dpr='2'] .fz20 {
    font-size: 40px;
}

[data-dpr='3'] .fz20 {
    font-size: 60px;
}

.fz24 {
    font-size: 24px;
}

[data-dpr='2'] .fz24 {
    font-size: 48px;
}

[data-dpr='3'] .fz24 {
    font-size: 72px;
}

.fz30 {
    font-size: 30px;
}

[data-dpr='2'] .fz30 {
    font-size: 60px;
}

[data-dpr='3'] .fz30 {
    font-size: 90px;
}

.fz40 {
    font-size: 40px;
}

[data-dpr='2'] .fz40 {
    font-size: 80px;
}

[data-dpr='3'] .fz40 {
    font-size: 120px;
}

html {
    /* font-size: 75px; */
    height: 100%;
    background: #fafafa;
    width: 100%;
}

html body {
    width: 10rem;
    margin: 0 auto;
}

.header,
.footer {
    background: #513e33;
    width: 10rem;
    text-align: center;
    position: relative;
    z-index: 99;
}

.header {
    padding: 0.3rem 0;
}

.header .right_text {
    /* text-align: right; */
    /*width: 2.3rem;*/
}

.header .list_btn {
    width: .5rem;
    height: .5rem;
    background-image: url("../img/common/list_btn.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
    transition: .1s;
    position: absolute;
}

.header .turn_direction {
    transform: rotate(180deg);
    transition: .2s;
}

.header_logo {
    width: 4rem;
    color: #fafafa;
    vertical-align: middle;
}

.header .header_a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.4rem;
    margin: auto;
    height: 0.6rem;
    color: #fafafa;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1.4rem;
    padding-top: 0.15rem;
}

.footer_a_p {
    color: #fafafa;
    margin-top: 0.05rem;
}

.footer_a_img {
    width: 0.5rem;
    height: 0.5rem;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.header_logo {
    margin: 0 auto;
}

.acitved {
    color: #bb9a75;
}

/* 下面这个横拉菜单 */

.list_menu {
    text-align: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 1.2rem;
    margin: auto;
    z-index: 8;
    background: #fff;
    width: 10rem;

    font-size: 0;
    white-space: nowrap;
    overflow: hidden;
    /* overflow: auto */
}

.list_menu_item {
    position: relative;
}

.list_menu_item:link,
.list_menu_item:hover,
.list_menu_item:visited {
    /* color: #bb9a75; */
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    font-size: .4rem;
    color: rgb(66, 66, 66);
    padding: 0 .5rem;
}

.list_menu .check {
    color: #95734c !important;
    font-weight: bold;
    position: relative;
}
    .swiper-container .list_menu_item {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #000;
        width: 12%;
        height: 1rem;
            color: rgb(66, 66, 66);
            font-size: .4rem;
    }

    .list_menu .swiper-pagination {
        position: absolute;
        bottom: 0.01rem!important;
    }

    .list_menu .swiper-pagination-bullet-active {
        opacity: .5;

    }

    .list_menu .swiper-pagination-bullet {
        background: #ccc;
        height: .1rem;
    }

    .list_menu .swiper-pagination-bullet-active {
        background: #007aff;
    }
.showRightArrow::after {
    content: "";
    position: fixed;
    right: 0;
    top: 1.4rem;
    display: block;
    width: .5rem;
    height: .5rem;
    background-image: url("../img/common/toRight.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: .5;
}

.showLeftArrow::after {
    content: "";
    position: fixed;
    left: 0;
    top: 1.4rem;
    display: block;
    width: .5rem;
    height: .5rem;
    background-image: url("../img/common/toLeft.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: .5;
}

/* 横拉菜单结束 */

/* 视频关闭按钮 */
.videos {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 3;
    background: #000;
}

.aboutUs_video {
    width: 10rem;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;

    display: none;
}
.closeVideo{
 position: fixed;
 bottom:3rem;left:0;right:0;
 margin: auto;
 background: rgb(223, 77, 77);
 color: #fff;
 font-weight: bold;
 text-align: center;
 width:1rem;
 height: 1rem;
 border-radius: 50%;
 opacity: .9;   
 line-height: 1rem;
 animation: shake 3s infinite;
 z-index: 99;
 font-size: .5rem;
 display: none;
}

@keyframes shake{
    0%{
        box-shadow: 0 0 0 1px lightcoral;
        opacity: 1;
    }
       50% {
           box-shadow: 0 0 0 2px lightcoral;
           opacity: .5;
       }
        100% {
             box-shadow: 0 0 0 1px lightcoral;
             opacity: 1;
         }
}

.padding_box{
    width:9.5rem;
    margin:0 auto;
}