@charset "UTF-8";

body {
    background-color: #FAFAFA;
}

.navbar {
    /* background-color: #FFF !important; */
    background-color: #f8f9fa !important;
    z-index: 101;
    height: 5.3vw;
    position: fixed;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 0;
}

.nav-link {
    margin: unset;
}

.header-container {
    width: 88%;
    max-width: 1600px;
    margin: 0 auto;
}

.navbar-nav .nav-link {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    font-size: 1.1vw;
    color: #999 !important;
    padding-top: 2.86vw;
    padding-bottom: 2.86vw;
    letter-spacing: 0.2vw;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    font-weight: 600;
    color: #333 !important;
}

.navbar-nav .active {
    font-size: 1.1vw;
    font-weight: 600;
    color: #333 !important;
}

.navbar-brand img {
    width: 9vw;
}

.text-right img {
    width: 1.3vw;
    height: auto;
}

.text-right .mysizi {
    width: 2.3vw;
}

.link-gap {
    margin: 0 4.25vw;
}

.icon-gap {
    margin: 0 0.4vw;
}

/*
#videoBanner .carousel-item {
    height: auto;
    overflow: hidden;
}

#videoBanner video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
*/

.carousel-item img {
    width: 100%;
}

/* 时间轴效果开始 */
.floating-image {
    position: relative;
    width: 40%;
    margin: 0 auto;
    margin-top: 7vw;
}

.floating-image img {
    width: 100%;
    height: auto;
}

.time-points {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
}

.time-point {
    position: absolute;
    width: 0.43vw !important;
    height: 0.43vw !important;
    background-color: rgba(255, 255, 255);
    border-radius: 50%;
    cursor: pointer;
    transform: translate(-50%, -50%);
}

.carousel {
    z-index: 99 !important;
}

.carousel-indicators li {
    border: 0.16vw solid #999;
    opacity: 1;
    text-indent: unset;
}

.carousel-control-next,
.carousel-control-prev {
    height: 55vw !important;
    z-index: 102;
}

.carousel-control-prev-icon {
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")*/
    background-image: url("../imgs/jt_lf.png");
}

.carousel-control-next-icon {
    /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")*/
    background-image: url("../imgs/jt_rt.png");
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 3vw;
    height: 6.5vw;
}

.time-point[data-slide-to="0"] {
    top: 44.2%;
    left: 28.85%;
}

.time-point[data-slide-to="1"] {
    top: 31%;
    left: 38%;
}

.time-point[data-slide-to="2"] {
    top: 18.8%;
    left: 50.1%;
}

.time-point[data-slide-to="3"] {
    top: 31%;
    left: 63.5%;
}

.time-point[data-slide-to="4"] {
    top: 44.2%;
    left: 71.0%;
}

.time-point.active {
    background-color: #999;
    width: 1vw !important;
    height: 1vw !important;
    border: 0vw solid #999;
}

.time-label {
    position: absolute;
    bottom: 150%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    font-size: 1.3vw;
    color: rgba(153, 153, 153, 0.85);
    opacity: 0;
    /* transition: opacity 0.3s; */
    letter-spacing: 0.25vw;
    font-weight: 500;
}

.time-point.active .time-label {
    opacity: 1;
}

/* 为每个时间点单独设置标签位置 */
.time-point[data-slide-to="0"] .time-label {
    top: -250%;
    left: -10%;
}

.time-point[data-slide-to="1"] .time-label {
    top: -220%;
    left: -5%;
}

.time-point[data-slide-to="2"] .time-label {
    top: -220%;
}

.time-point[data-slide-to="3"] .time-label {
    top: -220%;
    left: 130%;
}

.time-point[data-slide-to="4"] .time-label {
    top: -250%;
    left: 135%;
}

/* 时间轴效果结束 */
.mid_text {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 10vw;
}

.mid_text01 {
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    font-size: 3vw;
    color: #666;
}

.mid_text02 {
    font-weight: 600;
    font-size: 1.1vw;
    letter-spacing: 0.2vw;
    color: #333;
}

.bottle-container {
    width: 100%;
    height: auto;
    text-align: center;
    position: fixed;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*瓶子层级100*/
    z-index: 100;
    pointer-events: none;
}

.bottle-image {
    width: 12%;
    height: auto;
    max-width: 20vw;
}

.carousel-inner {
    z-index: 101;
}

/* 为了确保轮播图片不会被 bottle 遮挡 */
#videoBanner .carousel-item {
    height: auto;
    overflow: hidden;
    margin-top: 5.2vw;
}

#videoBanner video {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ban-text {
    position: absolute;
    top: 31.5%;
    left: 16%;
    color: #FFF;
}

.ban-en {
    font-size: 3.2vw;
    font-weight: 100;
    font-family: 'Roboto';
}

.ban-tex {
    font-size: 2.8vw;
    font-weight: 600;
    letter-spacing: 0.4vw;
    margin-top: -0.9vw;
}

.parallax-layer04,
.parallax-layer03,
.parallax-layer02,
.parallax-layer01,
.parallax-layer00 {
    background-attachment: scroll;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 150%;
    height: 210vh;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 101;
}

.image-container04,
.image-container03,
.image-container02,
.image-container01,
.image-container00 {
    position: fixed;
    top: 50%;
    left: 90%;
    transform: translate(100%, -50%);
    display: -webkit-box;
    /* Safari 6.1+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Standard */
    justify-content: space-around;
    width: 190vw;
    /* transition: transform 0.5s ease-out; */
}

.con-text {
    width: 15%;
    text-align: center;
    display: inline-block;
}

.con-wz {
    font-size: 1.5vw;
    color: #FFF;
    letter-spacing: 0.1vw;
    line-height: 3vw;
}

.parallax-image {
    width: 12%;
    display: inline-block;
}

.parallax-image img {
    width: 100%;
}

.imtext01 {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 2vw;
    color: #FFF;
    letter-spacing: 0.6vw;
    margin-top: 2vw;
}

.imtext02 {
    width: 100%;
    text-align: center;
    font-weight: 200;
    font-size: 1.6vw;
    color: #FFF;
    margin-top: 0.5vw;
}

.lrfge {
    height: 56vw;
    width: 100%;
    background-color: #F2F2F2;
}

.lge {
    width: 39%;
    height: 56vw;
    display: inline-block;
    float: left;
    display: -webkit-box;
    /* Safari 6.1+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Standard */
    justify-content: center;
    align-items: center;
}

.rge {
    width: 59%;
    height: 56vw;
    display: inline-block;
    position: relative;
}

.rge img {
    width: 96%;
    position: absolute;
    bottom: 0;
    z-index: 200;
}

.explore-btn {
    font-family: 'Roboto', sans-serif;
    border: 1px solid #999;
    background-color: transparent;
    color: #000;
    padding: 0.5vw 0.8vw;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 0.5vw;
    letter-spacing: 0.2vw;
    font-size: 1vw;
    font-weight: 500;
}

.explore-btn:hover {
    background-color: #333;
    color: #FFF;

}

.bo-logo {
    height: 4vw;
    background-color: black;
}

.bo-img {
    width: 45%;
    float: right;
}

.mo-link {
    font-size: 1.05vw;
    letter-spacing: 0.2vw;
    text-align: center;
    color: #fff;
}

.mlinks {
    display: inline-block;
    padding: 0 2vw;
}

.mlinks2 {
    display: inline-block;
    margin: 0 0.4vw;
}

.mlinks2 a,
.mlinks a {
    color: white;
}

.mlink-icon {
    display: inline-block;
    width: 1.5vw;
    margin: 0 0.4vw;
}

.mlink-icon2 {
    display: inline-block;
    width: 2.5vw;
    margin: 0 0.4vw;
}

.mlink-icon2 img,
.mlink-icon img {
    width: 100%;
}

.tabs_banner {
    width: 100%;
    height: auto;
    margin-top: 5.2vw;
}

.tabsbanner_kuang {
    width: 100%;
    height: auto;
    text-align: center;
    position: relative;
}

.tabsbanner_kuang img {
    width: 100%;
}

.tabsbanner_title {
    position: absolute;
    top: 64%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.tabbanner_t1 {
    font-size: 1.5vw;
    letter-spacing: 0.3vw;
}

.tabbanner_t2 {
    font-size: 5vw;
    letter-spacing: 0.15vw;
    margin-top: -1.2vw;
}

.tabs_conn {
    width: 100%;
    height: auto;
}

.tabs_kuang {
    width: 100%;
    height: auto;
}

.tabs_title {
    width: 42%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.tabs_title_02 {
    width: 49%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.tabs_title_04 {
    width: 40%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.tabs_title_05 {
    width: 40%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5vw;
}

.tabs_title_06 {
    width: 44%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7vw;
}

.tabs_title_07 {
    width: 25%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7vw;
}

.tabs_title_08 {
    width: 42%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    z-index: 999;
    position: relative;
}

.tabs_title_09 {
    width: 43%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7vw;
}

.tabs_title_10 {
    width: 40%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    z-index: 999;
    position: relative;
}

.tabs_title_11 {
    width: 48%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7vw;
}

.tabs_lf {
    width: 64%;
    float: right;
}

.tabs_lf_02 {
    width: 72%;
    float: left;
}

.tabs_lf_03 {
    width: 62%;
    float: left;
    margin-top: 4vw;
}

.tabs_lf_11 {
    width: 72%;
    float: left;
}

.tabs_lf_con {
    margin-bottom: 2.6vw;
    text-align: center;
}

.tabs_lf_bigtitle {
    font-size: 2.6vw;
    letter-spacing: 0.5vw;
    font-weight: 400;
    margin-bottom: -0.5vw;
    color: #000;
}

.tabs_lf_smtitle {
    font-size: 2.6vw;
    letter-spacing: 0.5vw;
    font-weight: 100;
    color: #555;
}

.tabs_lf_p {
    text-align: center;
}

.tab_lf_pconn {
    font-size: 0.85vw;
    margin-bottom: 0.4vw;
    font-weight: 100;
}

.tab_lf_pconn2 {
    font-size: 0.85vw;
    margin-bottom: 0.3vw;
    font-weight: 100;
}

.tabs_pics {
    width: 57%;
    text-align: center;
    display: inline-block;
}

.tabs_pics_02 {
    width: 50%;
    text-align: right;
    display: inline-block;
}

.tabs_pics_03 {
    width: 54%;
    text-align: right;
    display: inline-block;
}

.tabs_pics_04 {
    width: 53%;
    text-align: center;
    display: inline-block;
}

.tabs_pics_05 {
    width: 55%;
    text-align: center;
    display: inline-block;
    margin-top: 3vw;
    margin-bottom: 10vw;
}

.tabs_pics_06 {
    width: 53%;
    text-align: center;
    display: inline-block;
}

.tabs_pics_07 {
    width: 60%;
    text-align: center;
    display: inline-block;
}

.tabs_pics_08 {
    width: 57%;
    text-align: center;
    display: inline-block;
    z-index: 998;
    position: relative;
}

.tabs_pics_09 {
    width: 56%;
    text-align: center;
    display: inline-block;
}

.tabs_pics_10 {
    width: 59%;
    text-align: center;
    display: inline-block;
    z-index: 998;
    position: relative;
}

.tabs_pics_11 {
    width: 51%;
    display: inline-block;
}

.tabs_pickuang {
    width: 88%;
}

.tabs_pickuang_02 {
    width: 66%;
    display: inline-block;
}

.tabs_pickuang_03 {
    width: 78%;
}

.tabs_pickuang_04 {
    width: 100%;
    display: inline-block;
}

.tabs_pickuang_05 {
    width: 70%;
    display: inline-block;
}

.tabs_pickuang_06 {
    width: 62%;
}

.tabs_pickuang_07 {
    width: 53%;
    display: inline-block;
}

.tabs_pickuang_08 {
    width: 100%;
}

.tabs_pickuang_09 {
    width: 72%;
    display: inline-block;
}

.tabs_pickuang_10 {
    width: 85%;
}

.tabs_pickuang_11 {
    width: 71%;
    display: inline-block;
    text-align: right;
}

.tabs_pickuang_08 img {
    width: 120%;
    margin-left: -12vw;
}

.tabs_pickuang_11 img,
.tabs_pickuang_10 img,
.tabs_pickuang_09 img,
.tabs_pickuang_07 img,
.tabs_pickuang_06 img,
.tabs_pickuang_05 img,
.tabs_pickuang_04 img,
.tabs_pickuang_03 img,
.tabs_pickuang_02 img,
.tabs_pickuang img {
    width: 100%;
}

.tabs_rg {
    position: absolute;
    top: 66%;
    right: 1%;
    font-size: 0.85vw;
    text-align: center;
    color: #B5AD95;
    font-weight: 100;
    line-height: 0.7vw;
}

.tabs_pic_title01 {
    position: absolute;
    top: 50%;
    right: 8%;
    font-size: 0.9vw;
    font-weight: 100;
    letter-spacing: 0.07vw;
}

.tabs_pic_title02 {
    position: absolute;
    top: 84%;
    left: 22%;
    font-size: 0.9vw;
    font-weight: 600;
    letter-spacing: 0.07vw;
}

.tabs_line {
    border-bottom: 1px solid #DBD9CD;
    width: 72%;
    margin: 0 auto;
}

.threebei {
    width: 1.6vw !important;
    vertical-align: bottom;
    margin-bottom: -0.25vw;
    margin-right: -0.35vw;
}

.tabs04_wz1 {
    position: absolute;
    top: 32%;
    right: 2%;
    text-align: left;
}

.tabs04_wz2 {
    position: absolute;
    top: 53%;
    right: 12%;
    text-align: left;
}

.tabs04_wz3 {
    position: absolute;
    top: 75%;
    right: 22%;
    text-align: left;
}

.tabs05_wz1 {
    position: absolute;
    top: 15%;
    right: -22%;
    text-align: left;
}

.tabs05_wz2 {
    position: absolute;
    top: 42%;
    right: -24%;
    text-align: left;
}

.tabs05_wz3 {
    position: absolute;
    top: 77%;
    right: 0%;
    text-align: left;
}

.tabs05_wz4 {
    position: absolute;
    top: 92%;
    right: 40%;
    text-align: left;
}

.tabs04_title1 {
    font-size: 0.92vw;
    font-weight: 100;
}

.tabs04_title2 {
    font-size: 1.1vw;
    color: #666;
    letter-spacing: 0.05vw;
    margin-top: -0.5vw;
}

.tabs05_bigt {
    font-size: 2vw;
    font-weight: 100;
    letter-spacing: 0.2vw;
}

.tabs09_bigt {
    font-size: 1.6vw;
    font-weight: 100;
    letter-spacing: 0.1vw;
}

.tabs05_title {
    font-size: 0.82vw;
    font-weight: 100;
    margin-top: -0.7vw;
}

.tabs09_title {
    font-size: 0.82vw;
    font-weight: 100;
    margin-top: -0.7vw;
}

.tabs09_title img {
    width: 12vw;
    margin-bottom: 1.8vw;
}

.tabs09text {
    font-size: 1.7vw;
    font-weight: 600;
    letter-spacing: 0.16vw;
    color: #958A69;
}

.tab_lf_pconn2 img,
.tab_lf_pconn img,
.tabs05_title img,
.tabs04_title1 img {
    width: 8vw;
    vertical-align: bottom;
    margin-bottom: 0.2vw;
    margin-right: 0.5vw;
}

.img01 {
    width: 10vw !important;
}

.img02 {
    width: 12vw !important;
}

.img03 {
    margin-left: 2.3vw !important;
}

.img04 {
    width: 6.2vw !important;
}

.img05 {
    width: 15vw !important;
}

.img06 {
    width: 7vw !important;
}

.img07 {
    width: 6.2vw !important;
}

.img08 {
    width: 7vw !important;
}

.img09 {
    width: 12vw !important;
}

.uder01 {
    margin-bottom: 2.5vw;
}

.weizi {
    margin-top: 3vw;
    margin-bottom: 5vw;
}

.weizi00 {
    margin-top: 10vw;
}

.weizi01 {}

.weizi02 {
    margin-bottom: 2.5vw !important;
}

.weizi03 {
    margin-top: 10vw;
    margin-bottom: 7vw;
}

.weizi04 {
    margin-bottom: 2.5vw;
}

.weizi05 {}

.weizi06 {}

.weizi07 {
    margin-left: 3vw;
}

.weizi08 {
    margin-left: -16vw;
    margin-top: -4.5vw;
}

.weizi09 {
    margin-top: 4vw;
    margin-bottom: 4vw;
}

.tabs07_wz1 {
    position: absolute;
    top: 27%;
    right: 3%;
    text-align: left;
}

.tabs09_wz1 {
    position: absolute;
    top: -7%;
    left: 45%;
    text-align: left;
}

.tabs09_wz2 {
    position: absolute;
    top: 1%;
    left: 52%;
    text-align: left;
}

.tabs09_wz3 {
    position: absolute;
    top: 92%;
    left: 22%;
    text-align: left;
}

.tabs11_wz {
    width: 39%;
    position: absolute;
    top: 43%;
    left: 19%;
    text-align: left;
}

.tabs11_pao1 {
    position: absolute;
    top: 45.4%;
    left: 27.5%;
    width: 4vw;
    text-align: center;
    font-size: 1.1vw;
    line-height: 1.4vw;
    color: #958A69;
    letter-spacing: 0.1vw;
}

.tabs11_pao2 {
    position: absolute;
    top: 51.7%;
    left: 47%;
    width: 4vw;
    text-align: center;
    font-size: 1.1vw;
    line-height: 1.4vw;
    color: #958A69;
    letter-spacing: 0.1vw;
}

.tabs11_pao3 {
    position: absolute;
    top: 63.7%;
    left: 20.7%;
    width: 4vw;
    text-align: center;
    font-size: 1.1vw;
    line-height: 1.4vw;
    color: #958A69;
    letter-spacing: 0.1vw;
}

.tabs11_pao4 {
    position: absolute;
    top: 61.9%;
    left: 37.2%;
    width: 4vw;
    text-align: center;
    font-size: 1.1vw;
    line-height: 1.4vw;
    color: #958A69;
    letter-spacing: 0.1vw;
}

.tabs11_pao5 {
    position: absolute;
    top: 72.8%;
    left: 42.8%;
    width: 4vw;
    text-align: center;
    font-size: 1.1vw;
    line-height: 1.4vw;
    color: #958A69;
    letter-spacing: 0.1vw;
}

.fontbei {
    font-size: 2.2vw;
    font-weight: 700;
    color: #958A69;
}

.baifb {
    font-size: 2.8vw;
    font-weight: 600;
    color: #958A69;
    margin-right: 0.5vw;
}

.sszgs {
    font-size: 0.9vw;
}

.linkuang {
    display: inline-block;
    width: 26%;
    text-align: left;
    position: relative;
}

.linkuang img {
    width: 49%;
}

.linziti {
    text-align: center;
    background-color: #FAFAFA;
    font-size: 1.15vw;
    color: #777;
    position: absolute;
    top: 23%;
    left: 23%;
    line-height: 1.4vw;
    padding: 0.5vw 0;
}

.bfbs {
    position: absolute;
    top: 66%;
    right: 22%;
    font-size: 2.2vw;
    color: #bbb;
    font-weight: 100;
}

.tab_xwz {
    width: 17vw;
    margin: 0 auto;
    border-bottom: 0.8vw solid #DBD9CD;
    margin-top: -0.3vw;
    display: block;
}

.tab_xwz2 {
    width: 16vw;
    margin: 0 auto;
    border-bottom: 0.7vw solid #DBD9CD;
    display: block;
}

.tab_wxz_text {
    font-size: 1.4vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
    margin-bottom: -1vw;
    margin-left: 1vw;
    display: block;
}

.tab_wxz_text2 {
    font-size: 1.28vw;
    font-weight: 600;
    letter-spacing: 0.1vw;
    margin-bottom: -0.8vw;
    margin-left: 1vw;
    display: block;
}

.fontup {
    vertical-align: text-top;
    font-size: 0.6vw;
}

.dbwzs {
    width: 70%;
    margin: 0 auto;
    text-align: left;
    margin-top: 4vw;
    margin-bottom: 5vw;
}

.bottom_text {
    font-size: 0.45vw;
    font-weight: 300;
    color: #000;
    line-height: 0.07vw;
    letter-spacing: 0.02vw;
}


/* machine机器页 */
.mc-connbig {
    background-color: #EAEAEA;
    position: relative;
    height: 50vw;
}

.mc-connbig2 {
    margin-top: 12vw;
    background-color: #EAEAEA;
    position: relative;
    height: 71vw;
}

.mc-pic {
    position: absolute;
    bottom: 0;
    width: 35%;
    left: 16%;
}

.mc-pic img {
    width: 100%;
}

.mc-conntitle {
    position: absolute;
    text-align: center;
    width: 42%;
    right: 12%;
}

.mc-cntiwz {
    width: 100%;
    margin-top: 10vw;
}

.mc-bigtitle {
    font-size: 1.75vw;
    letter-spacing: 0.4vw;
    font-weight: 600;
    margin-bottom: 2.4vw;
}

.mc-smtitle {
    font-size: 1.2vw;
    letter-spacing: 0.1vw;
    font-weight: 300;
    color: #666;
}

.mc-ts01 {
    color: #666;
    margin-bottom: 2.4vw;
}

.mc-ts02 {
    font-weight: 600;
    color: #333;
    letter-spacing: 0.05vw;
}

.mc-bigtitle2 {
    position: absolute;
    text-align: right;
    width: 50%;
    right: 18%;
    bottom: 2.6vw;
}

.mc-cntiwz2 {
    width: 100%;
    margin-bottom: 0vw;
}

.mc-bigtt {
    font-size: 6.4vw;
    color: #FFF;
    font-weight: 700;
    line-height: 5.8vw;
}

.mc-bigtt2 {
    font-size: 6.8vw;
    color: #FAFAFA;
    font-weight: 700;
    line-height: 5.8vw;
    letter-spacing: 0.4vw;
}

.mc-wpao {
    width: 70%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.mc-wpao2 {
    width: 70%;
    height: auto;
    margin: 0 auto;
    position: relative;
    top: 17vw;
}

.mc-wpao-wz {
    position: absolute;
    top: 5vw;
    left: 1vw;
}

.mc-wpao-pic {
    width: 24%;
    height: auto;
    position: absolute;
    top: 0;
    right: 12%;
}

.mc-wpao-pic2 {
    width: 32%;
    height: auto;
    position: absolute;
    top: -7vw;
    right: 4vw
}

.mc-bzpics {
    width: 59%;
    height: auto;
    position: absolute;
    top: 2vw;
    right: 1vw
}

.mc-bzpics img,
.mc-wpao-pic2 img,
.mc-wpao-pic img {
    width: 100%;
}

.mc-step-wz {
    width: 52%;
    display: inline-block;
    position: relative;
    height: 18vw;
}

.mc-step-wz-t1 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 25%;
    left: 0;
}

.mc-st-rr {
    width: 58%;
    font-size: 1.5vw;
    letter-spacing: 0.4vw;
    text-align: left;
    margin: 0 auto;
    color: #333;
    white-space: nowrap;
}

.mc-step-ss {
    font-style: italic;
    font-weight: 700;
    font-size: 1.8vw;
    line-height: 4.5vw;
}

.mc-step-video {
    width: 47.5%;
    display: inline-block;
    position: relative;
}

.mc-step-video video {
    width: 100%;
}

.mc-conn-title {
    width: 70%;
    margin: 0 auto;
    margin-top: 7vw;
    margin-bottom: 5.5vw;
    padding-left: 1vw;
}

.mc-conn-title2 {
    width: 70%;
    margin: 0 auto;
    margin-top: 7vw;
    margin-bottom: 5.5vw;
    padding-left: 1vw;
}

.mc-conn-title2a {
    width: 100%;
    margin: 0 auto;
    margin-top: 7vw;
    margin-bottom: 5.5vw;
    padding-left: 1vw;
}

.mc-conn-title3 {
    width: 100%;
    margin: 0 auto;
    margin-top: 12vw;
    margin-bottom: 3.2vw;
    padding-left: 1vw;
}

.mc-conn-qd {
    position: absolute;
    top: 6vw;
    left: 1vw;
    /* height: 10vw; */
}

.mc-xh {
    font-size: 1vw;
    background-color: black;
    border-radius: 50%;
    padding: 0vw 0.43vw;
    color: white;
    text-align: center;
    width: 1.5vw;
    height: 1.5vw;
    display: inline-block;

}

.mc-xh2 {
    font-size: 1vw;
    background-color: black;
    border-radius: 50%;
    padding: 0vw 0.2vw;
    color: white;
    text-align: center;
    width: 1.5vw;
    height: 1.5vw;
    display: inline-block;
}

.mc-gd {
    height: 2.3vw;
}

.mc-gd-xz {
    margin-top: 1.8vw;
}

.mc-gd-xz img {
    width: 2.8vw;
    margin-right: 0.7vw;
    margin-top: -0.6vw;
}

.mc-xz-wz {
    font-size: 1.4vw;
    letter-spacing: 0.3vw;
}

.mc-xz {
    letter-spacing: 0.3vw;
    margin-left: 0.8vw;
    font-size: 1.2vw;
}

.mc-xz-zj {
    font-size: 0.9vw;
    letter-spacing: 0.1vw;
}

.mc-cn-t1 {
    font-size: 2.4vw;
    letter-spacing: 0.7vw;
    font-weight: 400;
    margin-bottom: 0vw;
    color: #222;
}

.mc-cn-t2 {
    font-size: 2.2vw;
    letter-spacing: 0.5vw;
    font-weight: 100;
    color: #666;
}

.mc-cn-t3 {
    font-size: 2.3vw;
    letter-spacing: 0.25vw;
    font-weight: 100;
    color: #666;
}

.mc-wpao-bigzi {
    position: absolute;
    top: 8vw;
    right: -7vw;
    text-align: right;
}

.mc-ptconn {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    white-space: nowrap;
}

.mc-ptcn-3tab-l {
    width: 31.5%;
    display: inline-block;
    float: left;
    position: relative;
}

.mc-ptcn-3tab-c {
    width: 33.5%;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 3.6vw;
    position: relative;
}

.mc-ptcn-3tab-r {
    width: 31.5%;
    display: inline-block;
    float: right;
    position: relative;
}

.mc-ptcn-3tab-r img,
.mc-ptcn-3tab-c img,
.mc-ptcn-3tab-l img {
    width: 100%;
}

.mc-3tab-wz-l {
    position: absolute;
    top: 6%;
    left: 3%;
    width: 55%;
    height: 26%;
    text-align: center;
}

.mc-3tab-wz-c {
    position: absolute;
    bottom: 13%;
    left: 7%;
    width: 60%;
    height: 26%;
}

.mc-3tab-t1 {
    font-size: 1.5vw;
    font-weight: 600;
    color: #444;
    letter-spacing: 0.3vw;
}

.mc-3tab-line {
    border-bottom: 1px solid #666;
    width: 80%;
    margin: 0 auto;
    margin-top: 0.7vw;
    margin-bottom: 1.7vw;
}

.mc-3tab-t2 {
    font-size: 0.9vw;
    letter-spacing: 0.05vw;
    font-weight: 500;
    color: #666;
    margin-top: 0.5vw;
}

.mc-3tab-anwz-l {
    position: absolute;
    top: 30%;
    right: 0;
    width: 50%;
    height: auto;
}

.mc-3tab-anwz-c {
    position: absolute;
    bottom: 5%;
    right: 4%;
    width: 50%;
    height: auto;
}

.mc-pao-tit {
    width: 70%;
    margin: 0 auto;
    height: auto;
    display: flex;
    align-items: center;
    margin-bottom: 2.5vw;
}

.mc-pao-bigt {
    display: inline-block;
    font-size: 1.9vw;
    letter-spacing: 0.5vw;
    margin-left: 1vw;
    margin-right: 1vw;
    line-height: 4.5vw;
    height: 4.5vw;
}

.mc-pao-icon {
    display: inline-block;
    width: 4.5vw;
    height: 4.5vw;
    margin-right: 1vw;
}

.mc-pao-icon img {
    width: 100%;
}

.mc-pao-tit video::-webkit-media-controls {
    display: flex !important;
}

.mc-video-kuang {
    width: 100%;
    height: auto;
}

.mc-video-kk {
    width: 47.5%;
    height: auto;
    display: inline-block;
    position: relative;
}

.mc-video-kk video {
    width: 100%;
}

.video-title {
    position: absolute;
    top: 7.5%;
    left: 5.5%;
    font-size: 1.7vw;
    color: #FFF;
    font-weight: 300;
    letter-spacing: 0.5vw;
}

.play-icon {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-icon img {
    width: 5vw;
    height: 5vw;
    opacity: 0.4;
}

.wzis {
    margin-top: 1.5vw;
    height: 25vw;
    margin-bottom: 5vw;
}

.dbswz {
    width: 47.5%;
    display: inline-block;
    position: relative;
}

.dbswz img {
    width: 100%;
}

.dbwz-wz {
    position: absolute;
    top: 43%;
    right: 8%;
    font-size: 2.3vw;
    letter-spacing: 0.6vw;
    color: #333;
}

.mc-lfpic {
    width: 47%;
    float: left;
    position: relative;
}

.mc-rtpic {
    width: 47%;
    float: right;
    margin-top: 7vw;
    position: relative;
}

.mc-rtpic img,
.mc-lfpic img {
    width: 100%;
}

.mc-pictopic {
    width: 100%;
    text-align: right;
    font-size: 1.5vw;
    letter-spacing: 0.45vw;
    margin-top: 1.2vw;
}

.mc-pictopic2 {
    width: 100%;
    text-align: right;
    font-size: 0.7vw;
    letter-spacing: 0.17vw;
    margin-top: 1.1vw;
}


.indexpic-button {
    padding: 0.45vw 1.2vw;
    font-size: 1.1vw;
    color: #000;
    background-color: transparent;
    border: 1px solid #666;
    border-radius: 0.45vw;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.22vw;
    font-weight: 500;
}

.indexpic-button:hover {
    background-color: #333;
    color: #FFF !important;
    transition: all 0.5s ease !important;
}

.mc-bzwz {
    font-size: 0.7vw;
    letter-spacing: 0.13vw;
    text-align: right;
}

.mc-mywz04 {
    height: 41vw;
}

.mc-mywz05 {
    position: relative;
}

.mc-wz01{
	text-align: center; margin-bottom: 3.5vw;
}

.mc-wzcc{
	width: 70%; margin: 0 auto;
}

.mc-wzcc img{
	width: 100%;
}

.qa-mywz01 {
    margin-top: 5.3vw;
    background-color: #FFF;
}

.qa-title {
    width: 100%;
    height: auto;
    padding: 3vw 0;
}

.qa-part {
    width: 23%;
    display: inline-block;
    float: left;
}

.qa-part-ti {
    font-size: 1.4vw;
    letter-spacing: 0.5vw;
    margin-bottom: 2vw;
    cursor: pointer;
}

.qa-part-ti.active {
    font-weight: 600;
}

.qa-cont {
    width: 75%;
    display: inline-block;
    float: right;
}

.qa-q-wz {
    margin-bottom: 1.5vw;
    line-height: 1.6vw;
    margin-top: 0.5vw;
}

.qa-a-wz {
    margin-bottom: 4vw;
    line-height: 1.6vw;
}

.qa-qicon {
    font-size: 1vw;
    background-color: #AAA;
    border-radius: 50%;
    color: white;
    font-weight: 600;
    text-align: center;
    width: 1.6vw;
    height: 1.6vw;
    display: inline-block;
    margin-right: 0.7vw;
    float: left;
}

.qa-q {
    font-size: 1.3vw;
    letter-spacing: 0.3vw;
    display: inline-block;
    width: 90%;
    margin-top: -0.1vw;
}

.qa-a {
    font-size: 1.1vw;
    letter-spacing: 0.16vw;
    display: inline-block;
    width: 94%;
    line-height: 2vw;
    margin-top: -0.3vw;
    font-weight: 300;
}

.qa-aimg {
    display: inline-block;
    width: 45%;
}

.qa-aimg img {
    width: 100%;
}

.qa-files {
    width: 1.3vw;
    height: 1.3vw;
    margin-right: 0.1vw;
    display: inline-block;
}

.qa-files img {
    width: 100%;
}

.qa-video {
    width: 80%;
    position: relative;
    margin-top: 1.2vw;
    margin-bottom: 0.8vw;
}

.qa-video video {
    width: 100%;
}

.se_mywz01 {
    text-align: center;
}

.se_mywz01a {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.se_mywz01b {
    display: inline-block;
    margin: 0 auto;
    text-align: left;
}

.se_mywz02 {
    line-height: 3vw;
    margin-top: 0.3vw;
}

.se_mywz03 {
    width: 100%;
    display: inline-block;
    margin-bottom: 1.5vw;
}

.se_mywz03a {
    width: 100%;
    display: inline-block;
}

.se_mywz04 {
    line-height: 3vw;
}

.se_mywz05 {
    padding-left: 12vw;
}

.se_mywz06 {
    display: inline-block;
    margin-top: 8vw;
    margin-bottom: 12vw;
}

.se_mywz07 {
    width: 100%;
}

.se_mywz08 {
    width: 47.5%;
    float: left;
    position: relative;
}

.se_mywz09 {
    width: 47.5%;
    float: right;
    position: relative;
}

.se_mywz09 img,
.se_mywz08 img {
    width: 100%;
}

.se_rl {
    position: absolute;
    bottom: 45%;
    right: 12%;
    color: #333;
    font-size: 2.2vw;
    letter-spacing: 0.6vw;
}

.se_lt {
    position: absolute;
    bottom: 36%;
    right: 11%;
    color: #333;
    font-size: 2.2vw;
    letter-spacing: 0.6vw;
}

.mb-mywz01 {
    margin-top: 5.3vw;
}

.mb-part {
    width: 100%;
    display: inline-block;
}

.mb-p01-banner {
    width: 100%;
    display: inline-block;
    position: relative;
}

.mb-p01-banner img {
    width: 100%;
}

.mb-ban-title {
    width: 30%;
    height: 13.5%;
    position: absolute;
    top: 11.5%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3.4vw;
    text-align: center;
    letter-spacing: 0.5vw;
    color: #fff;
}

.mb-ban1 {
    background-image: url(../imgs/card01.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.mb-ban2 {
    background-image: url(../imgs/card02.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.mb-mywz02 {
    padding: 0.8vw 2vw;
    font-size: 1.4vw;
    letter-spacing: 0.3vw;
}

.mb-p01-conn {
    width: 70%;
    margin: 0 auto;
    margin-top: 4vw;
}

.mb-title {
    width: 100%;
    text-align: center;
    font-size: 2.2vw;
    font-weight: 600;
    letter-spacing: 0.5vw;
}

.mb-icon {
    width: 100%;
    text-align: center;
    margin-top: 2vw;
}

.mb-icon-jz {
    display: inline-block;
    width: 32%;
}

.mb-icon-jz img {
    width: 56%;
}

.mb-icon-jz2 {
    display: inline-block;
    width: 48%;
}

.mb-icon-jz2 img {
    width: 22%;
}

.mb-icon-txt {
    font-size: 1.1vw;
    font-weight: 500;
    letter-spacing: 0.1vw;
    line-height: 5vw;
}

.mb-button {
    width: 100%;
    text-align: center;
    margin-bottom: 5vw;
    margin-top: 1vw;
}

.mb-mywz03 {
    margin-top: 1.8vw;
    margin-bottom: -2.2vw;
}

.mb-wxxcx01 {
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 14vw;
    margin-top: -18.2vw;
    left: 50% !important;
    transform: translateX(-50%);
}

.mb-wxxcx01 img {
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}


@media (max-width: 1600px) {
    .header-container {
        max-width: 1400px;
        overflow-x: auto;
    }
}

@media (max-width: 1399px) {
    .header-container {
        max-width: 1300px;
        overflow-x: auto;
    }

    .mc-step-wz {
        width: 50%;
    }

    .dbswz {
        width: 46%;
    }
}

@media (max-width: 1200px) {
    .text-right {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 992px) {
    .tabs_banner {
        margin-top: unset;
    }

    .m-tab-links {
        /* border-top: 1px solid #CCC; */
        height: 11vw;
        width: 100%;
        display: -webkit-box;
        /* Safari 6.1+ */
        display: -ms-flexbox;
        /* IE 10 */
        display: flex;
        /* Standard */
        align-items: center;
        border-bottom: 1px solid #CCC;
    }

    .m-tab-kuang {
        width: 100%;
        text-align: center;
    }

    .m-tab-l {
        display: inline-block;
        padding: 0 7.5vw;
    }

    .m-tab-nl {
        font-size: 3.3vw;
        letter-spacing: 0.3vw;
        color: #888;
    }

    .m-tab-l .active {
        font-size: 3.5vw;
        font-weight: 800;
        color: #333;
    }

    .tabsbanner_title {
        top: 76.5%
    }

    .tabbanner_t1 {
        font-size: 3.7vw;
        font-weight: 600;
        letter-spacing: 0.6vw;
        margin-bottom: 2.3vw;
    }

    .tabbanner_t2 {
        font-size: 9.5vw;
        letter-spacing: 0.8vw;
    }

    .tabs_title {
        width: 100%;
        z-index: 1;
        position: sticky;
    }

    #videoBanner .carousel-item {
        margin-top: 0vw;
    }

    .tabs_lf {
        width: 100%;
        margin-top: 20vw;
    }

    .tabs_lf_bigtitle {
        display: inline-block;
        font-size: 8vw;
    }

    .tabs_lf_smtitle {
        display: inline-block;
        font-size: 8vw;
    }

    .tab_lf_pconn {
        font-size: 3vw;
        line-height: 5vw;
        font-weight: 400;
        color: #666;
    }

    .tabs_pics_02,
    .tabs_pics {
        width: 100%;
    }

    .tabs_pickuang {
        width: 100%;
        margin-top: -16vw;
        z-index: -1;
        position: sticky;
    }

    .tabs_pickuang img {
        margin-left: 14vw;
    }

    .tabs_line {
        display: none;
    }

    .tabs_pics_02 {
        width: 100%;
    }

    .tabs_pickuang_02 {
        width: 80%;
        margin: 0 auto;
        text-align: center;
        display: block;
        margin-top: 56vw;
    }

    .tabs_title_02 {
        width: 100%;
        background-color: #999;
    }

    .tabs_lf_02 {
        width: 100%;
        margin-top: -135vw;
    }

    .tabs_pic_title01,
    .tabs_pic_title02 {
        font-size: 2.5vw;
        margin-left: 1vw;
    }

    .m-mcss {
        margin-top: 0vw;
    }

    .m-css2 {
        margin-top: 7vw;
    }

    .tabs_pics_03 {
        width: 100%;
    }

    .tabs_pickuang_03 {
        width: 100%;
    }

    .tabs_rg {
        font-size: 2.3vw;
        line-height: 0vw;
        font-weight: 400;
    }

    .threebei {
        width: 3.3vw !important;
        margin-bottom: -0.8vw;
        margin-right: -0.7vw;
    }

    .fontbei {
        font-size: 4.6vw;
    }

    .fontup {
        font-size: 1.4vw;
        line-height: 1.9vw;
    }

    .tabs_pics_04 {
        width: 100%;
    }

    .tabs_pickuang_04 {
        width: 100%;
    }

    .tabs_title_04 {
        width: 100%;
    }

    .m_css3 {
        margin-top: -128vw;
    }

    .tabs_pickuang_04 {
        margin-top: 58vw;
    }

    .tabs04_wz1 {
        top: 29%;
        right: 5%;
    }

    .tabs04_title1 {
        font-size: 2.2vw;
        margin-bottom: 1.5vw;
        font-weight: 400;
    }

    .tabs04_title2 {
        font-size: 2.4vw;
    }

    .tabs04_title1 img {
        width: 18vw;
    }

    .tabs_pics_05 {
        width: 100%;
        margin-top: unset;
        margin-bottom: unset;
    }

    .tabs_title_05 {
        width: 100%;
        margin-top: unset;
    }

    .tabs_pickuang_05 {
        width: 88%;
        margin-top: 72vw;
        margin-left: -29vw;
    }

    .tabs05_wz1 {
        top: 13%;
        right: unset;
        width: 40%;
        left: 91.5%;
    }

    .tabs05_bigt {
        font-size: 3.5vw;
        margin-bottom: 0.8vw;
        font-weight: 400;
    }

    .tabs05_title {
        font-size: 2vw;
        margin-bottom: 0.8vw;
        font-weight: 400;
    }

    .tabs05_title img {
        width: 16.5vw;
    }

    .img01 {
        width: 22vw !important;
    }

    .img02 {
        width: 25vw !important;
    }

    .img03 {
        margin-left: unset;
    }

    .img04 {
        width: 16.2vw !important;
    }

    .img05 {
        width: 32vw !important;
    }

    .img06 {
        width: 17vw !important
    }

    .img07 {
        width: 16vw !important;
    }

    .img08 {
        width: 17vw !important;
    }

    .img09 {
        width: 25vw !important;
    }

    .weizi {
        margin-top: unset;
        margin-bottom: unset;
    }

    .weizi00 {
        text-align: center;
        margin-top: -68vw;
    }

    .weizi01 {
        width: 40%;
        display: inline-block;
    }

    .weizi02 {
        margin-bottom: 7vw !important;
    }

    .weizi04 {
        display: inline-block;
    }

    .weizi05 {
        margin-top: 4vw;
        margin-bottom: 10vw;
    }

    .weizi06 {
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .weizi07 {
        margin-left: 13vw;
    }

    .weizi08 {
        /* width: 28vw; */
        margin-left: -42vw;
        margin-top: -12vw;
    }

    .weizi09 {
        margin-top: 8vw;
        margin-bottom: unset;
    }

    .tabs05_wz2 {
        top: 49%;
        right: -19.5%;
    }

    .tabs_title_06 {
        width: 100%;
    }

    .tabs_pics_06 {
        width: 100%;
        margin-top: 10vw;
    }

    .tabs_pickuang_06 {
        width: 90%;
        margin: 0 auto;
    }

    .tabs_pics_07 {
        width: 100%;
    }

    .tabs_pickuang_07 {
        width: 100%;
        margin-top: 54vw;
    }

    .tabs_title_07 {
        width: 100%;
        margin-top: -230vw;
    }

    .tabs07_wz1 {
        top: 39%;
        left: 20%;
        right: unset;
    }

    .tabs_title_08 {
        width: 100%;
    }

    .tabs_pics_08 {
        width: 100%;
    }

    .tabs_pickuang_08 {
        margin-top: 10vw;
        width: 83%;
        float: right;
    }

    .tabs_pics_09 {
        width: 100%;
    }

    .tabs_pickuang_09 {
        width: 100%;
        margin-top: 110vw;
    }

    .tabs_title_09 {
        width: 100%;
        margin-top: -370vw;
    }

    .tabs09_wz1 {
        left: 36%;
    }

    .tabs09_wz2 {
        left: 10%;
        top: 2%;
    }

    .tabs09_bigt {
        font-size: 3.7vw;
        margin-bottom: 1.5vw;
        font-weight: 400;
    }

    .tabs09_title {
        margin-top: 11vw;
        margin-left: 9vw;
    }

    .tabs09_title img {
        width: 30vw;
    }

    .tabs09text {
        font-size: 4.1vw;
        width: 30vw;
        float: right;
        margin-top: -3.5vw;
        margin-left: 1.6vw;
    }

    .tabs_title_10 {
        width: 100%;
    }

    .tabs_pics_10 {
        width: 100%;
    }

    .tabs_pickuang_10 {
        width: 100%;
    }

    .tabs_pickuang_10 img {
        width: 135%;
    }

    .tab_lf_pconn img {
        width: 15vw;
    }

    .tabs_pics_11 {
        width: 100%;
    }

    .tabs_pickuang_11 {
        width: 100%;
        margin-top: 70vw;
    }

    .tabs_title_11 {
        width: 100%;
        margin-top: -410vw;
    }

    .tabs_lf_11 {
        width: 100%;
    }

    .tabs11_pao1,
    .tabs11_pao2,
    .tabs11_pao3,
    .tabs11_pao4,
    .tabs11_pao5 {
        font-size: 4.3vw;
        width: 20vw;
        line-height: 5.2vw;
    }

    .tabs11_pao1 {
        top: 48.5%;
        left: 29%;
    }

    .tabs11_pao2 {
        top: 54%;
        left: 53.5%;
    }

    .tabs11_pao3 {
        top: 65%;
    }

    .tabs11_pao4 {
        top: 63.2%;
        left: 41%;
    }

    .tabs11_pao5 {
        top: 73.3%;
        left: 48%;
    }


    .tabs_lf_03 {
        width: 100%;
        text-align: center;
    }

    .sszgs {
        font-size: 2.3vw;
        /* line-height: 2vw; */
        font-weight: 400;
    }

    .tab_xwz2 {
        width: 39vw;
        border-bottom: 2.2vw solid #DBD9CD;
        margin-top: 1.2vw;
    }

    .tab_xwz {
        width: 36vw;
        border-bottom: 2.2vw solid #DBD9CD;
        margin-top: 1.2vw;
    }

    .tab_wxz_text2,
    .tab_wxz_text {
        font-size: 3vw;
        margin-bottom: -2.7vw;
    }

    .linkuang {
        width: 25%;
    }

    .linziti {
        font-size: 3vw;
        line-height: 3.6vw;
        left: 17%;
    }

    .bfbs {
        font-size: 7vw;
        color: #958A69;
        ;
    }

    .dbwzs {
        width: 92%;
        margin-top: 0vw;
        margin-bottom: 6.8vw;
    }

    .bottom_text {
        /*
        font-size: 0.4vw;
        margin-bottom: 1.4vw;
        line-height: 2.5vw;
        */
        font-size: 1vw;
        margin-bottom: 0.4vw;
        line-height: unset;
    }

    /* 五种香型手机端页面样式 */
    .ban-text {
        top: 44.5%;
    }

    .ban-en {
        font-size: 7.8vw;
    }

    .ban-tex {
        font-size: 4.5vw;
        font-weight: 600;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 3.8vw;
        height: 11vw;
    }

    .carousel-control-next,
    .carousel-control-prev {
        height: 175vw !important;
    }

    .floating-image {
        width: 80%;
    }

    .time-point {
        width: 1vw !important;
        height: 1vw !important;
    }

    .time-point.active {
        width: 1.8vw !important;
        height: 1.8vw !important;
    }

    .time-label {
        font-size: 2.8vw;
    }

    .mid_text01 {
        font-size: 6vw;
    }

    .mid_text02 {
        font-size: 2.8vw;

    }

    .bottle-container {
        top: 50%
    }

    .bottle-image {
        /* max-width: 30vw; */
        width: 30%;
    }

    .image-container04,
    .image-container03,
    .image-container02,
    .image-container01,
    .image-container00 {
        width: 480vw;
        top: 49%;
    }

    .parallax-layer04,
    .parallax-layer03,
    .parallax-layer02,
    .parallax-layer01,
    .parallax-layer00 {
        height: 172vh;
        background-size: 120%;
    }

    .parallax-image {
        width: 50vw;
    }

    .con-text {
        width: 90vw;
    }

    .con-wz {
        font-size: 2.5vw;
        line-height: 5vw;
        letter-spacing: 0.3vw;
    }

    .player00,
    .player01,
    .player02,
    .player03,
    .player04{
        background-repeat: no-repeat;
        background-size: cover;
        height: 85vh;
        z-index: 101;
        position: relative;
        width: 100%;
    }

    .ip-text {
        position: absolute;
        top: 10%;
        text-align: center;
        width: 100%;
    }

    .ip-pics{
        width: 100%; position: absolute; top:45%;
    }

    .ip-pics-in{
        width: 100%; text-align: center; position: relative; display: inline-block; height: 80vw;
    }

    .ip-pics-wz{
        position: absolute; width: 33%; 
    }

    .ip-pics-wz img{
        width: 100%;
    }

    .con-wz-ip {
        font-size: 3vw;
        color: #FFF;
        line-height: 6vw;
        letter-spacing: 0.2vw;
        width: 100%;
    }

    .ip-mywz01{
        top: 0%; left: 3%; 
    }


    .ip-mywz02{
        top: 0%; right: 3%; 
    }

    .ip-mywz03{
        bottom: 5.5%; left: 33%; 
    }

    .mywz-ip {
        margin-bottom: 3vw;
    }


    .imtext01 {
        font-size: 2.7vw;
        margin-top: 4vw;
    }

    .imtext02 {
        font-size: 2.5vw;
    }

    .lrfge {
        height: 130vw;
    }

    .lge {
        width: 100%;
    }

    .rge {
        width: 94%;
        height: auto;
        left: 35%;
        top: 28%;
    }

    .explore-btn {
        margin-top: 170vw;
        font-size: 2.5vw;
        padding: 0.9vw 1.8vw;
        border-radius: 1vw;
        letter-spacing: 0.5vw;
        border: 1px solid #CCC;
    }


    .mc-connbig {
        height: 80vh;
    }

    .mc-pic {
        width: 70%;
        left: 15%;
        right: 15%;
        z-index: 100;
    }

    .mc-conntitle {
        width: 70%;
        left: 15%;
        right: 15%;
    }

    .mc-bigtitle {
        font-size: 7.4vw;
        line-height: 7.4vw;
        letter-spacing: 1.2vw;
    }

    .mc-smtitle {
        font-size: 3vw;
    }

    .m-gaodu {
        margin-top: 6.5vw;
    }

    .mc-bigtitle2 {
        width: 50%;
        right: 5%;
        text-align: right;
        z-index: 99;
    }

    .mc-bigtt {
        font-size: 8.6vw;
        line-height: 8vw;
        text-align: right;
    }

    .mc-conn-title {
        width: 100%;
        text-align: center;
    }

    .mc-cn-t1 {
        font-size: 7.5vw;
        margin-top: 8vw;
        margin-bottom: 2vw;
    }

    .mc-cn-t2 {
        font-size: 5vw;
        letter-spacing: 1.2vw;
        margin-bottom: 10vw;
    }

    .mc-ptconn {
        width: 100%;
    }

    .mc-cntiwz {
        margin-top: 16vw;
    }

    .mc-ptcn-3tab-r,
    .mc-ptcn-3tab-c,
    .mc-ptcn-3tab-l {
        width: 100%;
        float: unset;
        display: block;
    }

    .mc-ptcn-3tab-c {
        margin-left: unset;
        margin-right: unset;
        margin-top: unset;
    }

    .mc-3tab-wz-l {
        width: 45%;
        top: 17%;
        left: unset;
        right: 0%;
    }

    .mc-3tab-t1 {
        font-size: 5vw;
        font-weight: 400;
        letter-spacing: 0.8vw;
    }

    .mc-3tab-line {
        border-bottom: 1px solid #999;
        width: 66%;
    }

    .mc-3tab-t2 {
        font-size: 2.2vw;
        letter-spacing: 0.3vw;
    }

    .indexpic-button {
        font-size: 2.8vw;
        color: #666;
        padding: 1.2vw 2.8vw;
        border-radius: 1.2vw;
        border: 1px solid #999;
        letter-spacing: 0.55vw;
    }

    .mc-3tab-anwz-l {
        top: 62%;
        width: 45%;
    }

    .mc-3tab-wz-c {
        width: 45%;
        left: 3%;
        top: 17%;
        bottom: unset;
    }

    .mc-3tab-anwz-c {
        bottom: 18%;
        width: 45%;
        right: unset;
        left: 3%;
    }

    .mc-wpao {
        width: 92%;
    }

    .mc-wpao-pic {
        width: 98%;
        right: 0;
        top: -4vw;
    }

    .mc-conn-title2a,
    .mc-conn-title2 {
        width: 100%;
        padding-left: unset;
        text-align: center;
        margin-top: 15vw;
        margin-bottom: 10vw;
    }

    .mc-mywz01 {
        margin-bottom: 0vw;
    }

    .mc-pao-tit {
        width: 92%;
        margin-top: 3vw;
        margin-bottom: 4vw;
    }

    .mc-pao-bigt {
        font-size: 4.6vw;
        font-weight: 600;
        color: #333;
        letter-spacing: 1.2vw;
        height: unset;
        line-height: unset;
        margin-left: 3vw;
        margin-right: 2vw;
    }

    .mc-pao-icon {
        height: 11vw;
        width: 11vw;
        margin-right: 2.5vw;
    }

    .mc-mywz02 {
        margin-top: 16vw;
    }

    .video-title {
        font-size: 3vw;
        letter-spacing: 0.8vw;
    }

    .mc-connbig2 {
        height: 68vh;
    }

    .mc-wpao-wz {
        text-align: center;
        width: 100%;
        top: 2vw;
        left: unset;
    }

    .mc-wpao2 {
        width: 90%;
        ;
        top: 57vw;
    }

    .mc-cn-t3 {
        font-size: 5vw;
        letter-spacing: 0.8vw;
    }

    .mc-wpao-bigzi {
        top: 45vw;
        right: 4.6vw;
    }

    .mc-bigtt2 {
        font-size: 7.8vw;
        font-weight: 600;
        line-height: 7vw;
    }

    .mc-pictopic {
        text-align: center;
        font-size: 3.6vw;
        letter-spacing: 0.8vw;
    }

    .mc-pictopic2 {
        font-size: 1.8vw;
        margin-top: 5vw;
    }

    .mc-conn-title3 {
        text-align: center;
        padding-left: unset;
        margin-bottom: 10vw;
    }

    .mc-step-video {
        width: 54%;
    }

    .play-icon {
        top: 48%;
    }

    .play-icon img {
        width: 10vw;
        height: 10vw;
        opacity: 0.5;
    }

    .mc-step-wz {
        width: 43%;
    }

    .mc-mywz03 {
        width: 92%;
        margin-top: 3vw;
    }

    .mc-step-wz-t1 {
        top: -4vw;
    }

    .mc-step-ss {
        margin-bottom: 0vw;
        display: block;
        font-size: 3.6vw;
        line-height: 1vw;
    }

    .mc-st-rr {
        width: 70%;
        font-size: 3.6vw;
        line-height: 6vw;
        white-space: unset;
    }

    .mc-conn-qd {
        width: 90%;
        display: block;
        margin: 0 auto;
        position: unset;
        height: unset;
    }

    .mc-bzpics {
        width: 86%;
        display: block;
        position: unset;
        margin: 0 auto;
        margin-top: 5vw;
    }

    .mc-mywz04 {
        height: 146vw;
    }

    .mc-mywz06 {
        width: 46%;
        display: inline-block;
    }

    .mc-mywz06a {
        width: 52%;
        display: inline-block;
    }

    .mc-gd {
        height: 5.5vw;
    }

    .mc-xh {
        font-size: 2.4vw;
        padding: 0vw 0.7vw;
        margin-right: 1vw;
        width: 3.1vw;
        height: 3vw;
    }

    .mc-xh2 {
        font-size: 2.3vw;
        margin-right: 1vw;
        padding: 0vw 0.1vw;
        width: 3.1vw;
        height: 3vw;
    }

    .mc-xz {
        font-size: 2.6vw;
        letter-spacing: 0.8vw;
    }

    .mc-xz-zj {
        font-size: 2vw;
    }

    .mc-xz-wz {
        font-size: 3.6vw;
    }

    .mc-gd-xz img {
        width: 6.5vw;
        margin-left: 2vw;
        margin-right: 2vw;
    }

    .mc-bzwz {
        font-size: 2vw;
    }

	.mc-wzcc{
		width: 92%;
	}

    .wzis {
        height: unset;
    }

    .dbswz {
        width: 48%;
    }

    .se_m_wz01 {
        margin-top: -3vw;
        margin-left: 6.5vw;
    }

    .qa-part {
        width: 100%;
        white-space: nowrap;
        padding-left: 4vw;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .qa-part-ti {
        font-size: 4.2vw;
        display: inline-block;
        padding: 0 3vw;

    }

    .qa-cont {
        width: 100%;
        padding: 0 3vw 0 7vw;
    }

    .qa-content {
        margin-top: 5vw;
        /* min-height: 90vw; */
    }

    .qa-a-wz {
        margin-bottom: 2vw;
        margin-top: 3vw;
    }

    .qa-aimg {
        display: block;
        width: 70%;
        margin-left: 7vw;
    }

    .qa-video {
        width: 94%;
    }

    .qa-q {
        font-size: 3.6vw;
        line-height: 4vw;
        font-weight: 700;
        color: #333;
        width: 94%;
    }

    .qa-qicon {
        font-size: 2.8vw;
        line-height: 3.5vw;
        width: 3.5vw;
        height: 3.5vw;
        font-weight: 600;
        padding-right: 0.3vw;
    }

    .qa-a {
        font-size: 3.2vw;
        line-height: 5.5vw;
        margin-top: -0.6vw;
    }

    .mr_noshow {
        display: none;
    }

    .ycicon {
        float: right;
        vertical-align: top;
        top: 0%;
        margin-top: 0vw;
        display: none;
    }

    .qa-liness {
        width: 100%;
        border-bottom: 1px solid #EEE;
        margin-bottom: 8vw;
    }

    .se_mywz02 {
        font-size: 4.5vw;
        color: #333;
        border-bottom: 1px solid #666;
        line-height: 6.8vw;
        padding: unset;
        margin-left: 3vw;
    }

    .se_mywz04 {
        line-height: 6.5vw;
    }

    .se_mywz10 {
        margin-top: 3vw;
    }

    .se_mywz01b {
        min-height: 100vw;
    }

    .se_mywz05 {
        padding-left: unset;
        text-align: right;
    }

    .se_mywz06 {
        width: 92%;
        margin-top: unset;
    }

    .se_mywz03 {
        margin-top: 3vw;
        margin-bottom: 5vw;
    }

    .se_mywz04 .qa-q {
        line-height: 6.5vw;
        font-weight: 400;
        font-size: 3.2vw;
    }

    .mb-mywz01 {
        margin-top: unset;
    }

    .m-mb-wz {
        display: inline-block;
        width: 100%;
        height: 100vw;
        margin-bottom: 10vw;
        padding-top: 60vw;
    }

    .m-mb-p01 {
        background-image: url(../imgs/m-mb-part01.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-mb-wz2 {
        display: inline-block;
        width: 100%;
        height: 117vw;
        margin-bottom: 10vw;
        padding-top: 52vw;
    }

    .m-mb-p02 {
        background-image: url(../imgs/m-mb-part02.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .m-mb-wz3 {
        display: inline-block;
        width: 100%;
        height: 117vw;
        margin-bottom: 10vw;
        padding-top: 49vw;
    }

    .m-mb-p03 {
        background-image: url(../imgs/m-mb-part03.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .mb-p01-conn {
        width: 100%;
        margin: 0 auto;
    }

    .mb-title {
        font-size: 4.2vw;
        font-weight: 600;
        margin-bottom: 0vw;
        margin-top: 2vw;
        letter-spacing: 0.8vw;
    }

    .mb-icon {
        margin-top: 2vw;
    }

    .mb-icon-txt {
        font-size: 2.6vw;
        letter-spacing: 0.1vw;
        line-height: 8vw;
    }

    .mb-mywz02:hover,
    .mb-mywz02 {
        border: unset !important;
        background-color: unset !important;
        font-size: 4.2vw !important;
        letter-spacing: 0.4vw !important;
        border-radius: unset;
        border-bottom: 1px solid #333 !important;
        margin-top: 1vw;
        color: #333;
    }


    .mb-mywz03 {
        margin-top: 3vw;
        margin-bottom: -2vw;
    }

    .mb-mywz04 {
        margin-top: 3vw;
    }

    .mb-mywz05:hover,
    .mb-mywz05 {
        border: unset;
        background-color: unset;
        font-size: 4.2vw;
        letter-spacing: 0.4vw;
        border-bottom: 1px solid #333;
        margin-top: 2.8vw;
        color: #FFF;
        border-bottom: 1px solid #FFF;
    }

}