@charset "UTF-8";
/*定义全局变量*/
a,b,body,button,div,footer,header,html,li,nav,p,section,span,ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;   /*定义标准文本，避免文字出现下划线*/
    border: none;
    box-sizing: border-box;
	color: #000000;
}

a:focus,b:focus,body:focus,button:focus,div:focus,footer:focus,
header:focus,html:focus,li:focus,nav:focus,p:focus,section:focus,span:focus,ul:focus {
    outline: none
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    font-size: 12px;
	font-family: Microsoft Yahei,"sans-serif";
    /*font-family: 'SimSun', '宋体', serif;*/
    color: #000000;
	background-color: #ffffff;
	margin: 0;
	cursor: default;           /*鼠标标准指针*/
}

p {
    margin: 0;
}

a {
    color: #000000;
	-webkit-transition: all .5s ease;
    transition: all .5s ease;
}

a:focus,a:hover {
    text-decoration: none
}

a:hover {
    color: #78bf03;
}

a:active,a:hover {
    outline: 0;
	cursor: pointer;
}

img {
    border: 0;
    vertical-align: top;
}

/*定义导航栏格式*/
.navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

.navbar-fixed-bottom,.navbar-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-default {
    background-color: #fafafa;
    border-color: #000000;
}

#header .navbar {
    margin-bottom: 0;
    background: rgba(245,245,245,.95);
    border: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}



.container {
	width:100%;
    padding-left: 5vw;
    margin-right: auto;
    margin-left: auto;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle:focus {
    outline: 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

/*PC模式下，logo图片设定*/
.navbar-brand {
    float: left;
    height: 50px;
    padding: 3px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:focus,.navbar-brand:hover {
    text-decoration: none
}

.navbar-brand>img {
    display: block;
	width: 100%;
	height: 100%;
	object-fit: contain; /* 保持宽高比缩放图片 */
}

#header .navbar .navbar-brand {
    margin-top: 5px;
    overflow: hidden;
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.navbar-collapse {
    padding-right: 15px;
    padding-left: 15px;
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
    box-shadow: inset 0 1px 0 hsla(0,0%,100%,.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse.in {
    overflow-y: auto
}

.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse {
    max-height: 340px
}

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav>li,.nav>li>a {
    position: relative;
    display: block;
}

.nav>li>a {
    padding: 10px 15px;
}

.nav>li>a:focus,.nav>li>a:hover {
    text-decoration: none;
    background-color: #eeeeee;
}
.navbar-nav {
    /*margin: 7.5px -15px;*/
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media screen and (min-width: 768px){
	#header .navbar #head-navbar-collapse .navbar-nav {
		margin-left: 50%;
	}
}

@media screen and (max-width: 767px){
	#header .navbar #head-navbar-collapse .navbar-nav {
		margin-left: 2vw;
	}
}

#header .navbar .navbar-nav li a {
    padding: 20px 2vw;
    color: #000000;
    font-size: 1.3em;
}

#header .navbar .navbar-nav li a:hover {
    color: #78bf03;
}

@media screen and (max-width: 1200px) {
    #header .navbar .navbar-nav li a {
        padding-left:15px;
        padding-right: 15px
    }
}

@media screen and (max-width: 992px) {
    #header .navbar .navbar-nav li a {
        padding-left:5px;
        padding-right: 5px
    }
}

#header .navbar .navbar-nav li.active a,#header .navbar .navbar-nav li.open a {
    background: none
}

#header .navbar .navbar-nav .dropdown-menu {
    background: rgba(49,49,49,.7)
}

#header .navbar .navbar-nav .dropdown-menu li a {
    padding: 10px 15px
}

#header .navbar .navbar-nav .dropdown-menu li a:hover {
    color: #cba86c
}

#header-transition {
    height: 60px;
    background-color: #fafafa;
}

#header-transition{
	display: none;
}

@media screen and (min-width: 768px) {
    #header .navbar .navbar-right .dropdown a {
        padding-left:15px;
        padding-right: 15px
    }

    #header .navbar .navbar-right .dropdown-menu {
        right: auto;
        left: 0;
        min-width: 90px
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
	
	.container>.navbar-collapse,.container>.navbar-header {
	    margin-right:0;
	    margin-left: 0
	}
	
	.navbar-toggle {
	    display:none
	}
	
	.navbar>.container-fluid .navbar-brand,.navbar>.container .navbar-brand {
	    margin: 0;
	}
	
	.navbar-collapse {
	    width:auto;
	    border-top: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none
	}
	
	.navbar-collapse.collapse {
	    display: block!important;
	    height: auto!important;
	    padding-bottom: 0;
	    overflow: visible!important
	}
	
	.navbar-collapse.in {
	    overflow-y: visible
	}
	
	.navbar-fixed-bottom .navbar-collapse,.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse {
	    padding-right: 0;
	    padding-left: 0
	}
	
	.navbar-nav {
	    float:left;
	}
	
	.navbar-nav>li {
	    float: left
	}
	
	.navbar-nav>li>a {
	    padding-top: 15px;
	    padding-bottom: 15px
	}
}

@media screen and (max-width: 767px) {
    #header .navbar #head-navbar-collapse .navbar-nav {
        margin-left: 0;
    }
}

/*移动端模式下，导航栏背景色*/
@media screen and (max-width: 767px) {
	.container>.navbar-collapse,.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
	}
	
    #header .navbar {
        background: rgba(245,245,245,.95);
    }

    #header .navbar.open {
        background-color: #fafafa;
    }

	#header .navbar .container {
		width:95vw;
		padding: 0;
		margin-right: auto;
		margin-left: auto;
	}

    #header .navbar.open .navbar-header .navbar-right {
        display: none!important
    }

    #header .navbar .navbar-header {
        position: relative;
        text-align: center;
        height: 60px
    }

    #header .navbar .navbar-header .navbar-toggle {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        float: none;
        border: none;
        margin: 0;
        padding: 15px
    }

    #header .navbar .navbar-header .navbar-toggle .icon-bar {
        width: 23px;
        background-color: #000000;
        -webkit-transition: all .5s ease;
        transition: all .5s ease
    }

    #header .navbar .navbar-header .navbar-toggle .icon-bar+.icon-bar {
        margin-top: 5px
    }

    #header .navbar .navbar-header .navbar-toggle:focus,#header .navbar .navbar-header .navbar-toggle:hover {
        background: none
    }

    #header .navbar .navbar-header .navbar-toggle.close-status span:nth-of-type(2) {
        -webkit-transform: rotate(45deg) translate(4px,6px);
        transform: rotate(45deg) translate(4px,6px)
    }

    #header .navbar .navbar-header .navbar-toggle.close-status span:nth-of-type(3) {
        opacity: 0
    }

    #header .navbar .navbar-header .navbar-toggle.close-status span:nth-of-type(4) {
        -webkit-transform: rotate(-45deg) translate(4px,-6px);
        transform: rotate(-45deg) translate(4px,-6px)
    }

    #header .navbar .navbar-header .navbar-brand {
        float: left;
        padding: 0;
        line-height: 69px;
		margin-left: 45vw;
    }

    #header .navbar .navbar-header .navbar-right {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
        z-index: 2;
        margin: 0;
        padding: 0 15px;
    }

    #header .navbar .navbar-header .navbar-right li.dropdown a {
        padding: 15px 0;
    }

    #header .navbar .navbar-header .navbar-right li.dropdown a:hover {
        color: #fafafa;
    }

    #header .navbar .navbar-header .navbar-right li.dropdown .dropdown-menu {
        right: -15px;
        left: auto;
        text-align: right;
    }

    #header .navbar .navbar-header .navbar-right li.dropdown .dropdown-menu li a {
        padding: 10px 28px 10px 15px;
    }

    #header .navbar .navbar-header .navbar-right li.dropdown.open .dropdown-menu {
        position: absolute;
        min-width: inherit;
        width: 120px;
    }

    #header .navbar #head-navbar-collapse {
        padding-left: 35px;
        padding-right: 35px;
        border-color: #fafafa;
    }

    #header .navbar #head-navbar-collapse .navbar-nav {
        margin: 0;
        padding: 0 0 20px 0;
    }

    #header .navbar #head-navbar-collapse .navbar-nav li a {
        display: block;
        height: 38px;
        line-height: 38px;
        padding: 0;
        /*border-bottom: 1px solid #434343;*/
        overflow: hidden
    }

    #header-transition {
        height: 60px
    }
}


/*定义底部公共信息和按钮*/
#footer {
    position: relative;
    /*padding: 15px 25px 25px;*/
    /*text-align: center;*/
    color: #ffffff;
    font-size: 12px;
    background-color: #f0f0f0;
    overflow: hidden
}

#footer .logo-wrap {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0,0,0,0.5)
}

#footer .logo-wrap .icon-logo2 {
    color: #cba86c;
    font-size: 86px;
    line-height: 56px
}

#footer .qrcode-wechat,.qrcode-selfmedia{
	width: 20%;
}

#footer .message{
	width: 100%;
	display: block;
}

/*设置不同屏幕模式下底部信息*/
@media screen and (min-width: 768px) {
	#footer .message .co-logo{
		width: 100%;
	}

	#footer .message .co-logo img{
		width: 100%;
		height: auto;
	}

    #footer .message .co-logo-app{
    	display: none;
    }
    
    #footer .message .co-logo-app img{
    	display: none;
    }
}

@media screen and (max-width: 767px) {
	#footer .message .co-logo{
		display: none;
	}
	
	#footer .message .co-logo img{
		display: none;
	}

	#footer .message .co-logo-app{
		width: 100%;
	}
	
	#footer .message .co-logo-app img{
		width: 100%;
		height: auto;
	}
}

#footer .copyright {
    line-height: 24px;
	text-align: center;
	margin-top: 1%;
}

#footer .copyright .copyright-space{
	width: 100%;
	border: 1.2em solid #efefef;
}

#footer .copyright .company {
    margin-bottom: 15px;
    font-size: 1.2em;
}

#footer .copyright p span {
    padding-left: 20px;
	cursor: pointer;
}

#footer .to-top {
    position: absolute;
    bottom: 70px;
    right: 30px;
    width: 42px;
    height: 42px;
    background-color: #fafafa;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	border-radius: 25px;
}

#footer .to-top:hover {
    background-color: #78bf03;
    box-shadow: 0 0 6px #cba86c;
}

#footer .to-top .icon-up {
    position: absolute;
    top: 50%;
    left: 42%;
    transform: translate(-50%,-50%);
    font-size: 12px;
    color: #78bf03;
}

#footer .to-top .icon-up:hover {
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    #footer {
        /*padding:24px 30px 30px*/
    }

    #footer .logo-wrap {
        margin-bottom: 16px;
        padding-bottom: 20px
    }

    #footer .logo-wrap .icon-logo2 {
        font-size: 42px;
        line-height: 42px
    }

    #footer .copyright {
        line-height: 18px;
		font-size: 0.5em;
    }
	#footer .copyright .company {
	    margin-bottom: 15px;
	    font-size: 0.8em;
	}
}

/*定义轮播图*/
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-banner .swiper-slide img {
    width: 100%
}

.swiper-banner .swiper-pagination {
    bottom: 5%
}

/*轮播未选中按钮*/
.swiper-banner .swiper-pagination .swiper-pagination-bullet {
    width: 3%;
    height: auto;
    margin: 0 5px;
    background: none;
    border: 1.5px solid rgba(255,255,255,0.5);
    opacity: 1;
	background-size: cover;
	background-repeat: no-repeat; 
}

/*轮播选中按钮*/
.swiper-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 1.5px solid #ffffff;
	background-size: cover;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .swiper-banner .swiper-pagination {
        bottom:3%
    }

    .swiper-banner .swiper-pagination .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        margin: 0 4px;
        border: none;
        background: rgba(0,0,0,.6)
    }
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity .3s;
    -o-transition: .3s opacity;
    transition: opacity .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10%;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    /*border-radius: 100%;*/
    background: #000;
    opacity: .2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
/*轮播格式定义结束*/

.fade-enter-active,.fade-leave-active {
    transition: opacity .5s;
}

.fade-enter,.fade-leave-to {
    opacity: 0
}

.scrolled {
    opacity: 0
}

.index-wrap {
    /*background-color: #fafafa;*/
	background-color: #ffffff;
}

.index-wrap #main-wrap {
    color: #000000;
}

.product-wrap {
    background-color: #fafafa
}

.product-wrap #main-wrap {
    color: #000000;
}

.product-wrap .screen2 {
    overflow: hidden
}

/*定义左侧目录块*/
.product-wrap #myScrollspy {
    position: relative;
    width: 21vw;
    padding: 0;
}

.product-wrap #myScrollspy .nav-tabs {
    position: relative;
    z-index: 5;
    width: 100%;
    padding: 30px 100px 30px 0;
    text-align: right;
    border: none
}

.product-wrap #myScrollspy .nav-tabs.affix {
    position: fixed!important;
    top: 40px
}

.product-wrap #myScrollspy .nav-tabs.affix-bottom {
    position: absolute;
    top: auto!important;
    bottom: 0!important
}

.product-wrap #myScrollspy .nav-tabs li {
    margin: 0
}

.product-wrap #myScrollspy .nav-tabs li a {
    margin: 0;
    padding: 0;
    color: #333
}

.product-wrap #myScrollspy .nav-tabs li.active a {
    color: #78bf03;
}

.product-wrap #myScrollspy .series {
    position: relative;
    line-height: 21px;
    font-size: 12px;
    font-weight: 700
}

.product-wrap #myScrollspy .series:after,.product-wrap #myScrollspy .series:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: #313131
}

.product-wrap #myScrollspy .series:before {
    right: -50px
}

.product-wrap #myScrollspy .series:after {
    top: 6px;
    right: -55px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.product-wrap #myScrollspy .series.none {
    height: 24px
}

.product-wrap #myScrollspy .series.none:after {
    top: 0;
    border: 1px solid #313131;
    background: #fff
}

.product-wrap #myScrollspy .series:last-of-type:after {
    top: auto;
    bottom: 0
}

.product-wrap #myScrollspy .series li {
    font-weight: 400
}

/*定义右侧商品列表*/
.product-wrap .main-pro-wrap {
    width: 75vw;
    padding: 0 0 20px 0;
}

@media screen and (min-width: 768px){
	#series-blank {
		position: relative;
		max-width: 1000px;
		height: 60px;
		margin-left: 60px;
		overflow: hidden;
	}
}

.product-wrap .main-pro-wrap .section {
    position: relative;
    max-width: 1000px;
    margin: 0 0 20px 60px;
    overflow: hidden;
}

.product-wrap .main-pro-wrap .section:before {
    display: block;
    position: absolute;
    top: 40px;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #000000;
}

.product-wrap .main-pro-wrap .section#section-1:before {
    display: none;
}

.product-wrap .main-pro-wrap .section:last-of-type {
    padding-bottom: 20px;
}

.product-wrap .main-pro-wrap .section:last-of-type:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 0;
    background-color: #000000;
}

.product-wrap .main-pro-wrap .section .col-sm-5 {
    padding: 0;
    max-width: 290px
}

.product-wrap .main-pro-wrap .section .col-sm-7 {
    float: right;
    padding: 0
}

.product-wrap .main-pro-wrap .section .middle-list {
    position: relative;
    width: 290px;
    height: 290px;
    cursor: pointer;
    background-color: #fafafa;
}

.product-wrap .main-pro-wrap .section .middle-list img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
	border-radius: 10px;
}

.product-wrap .main-pro-wrap .section .middle-list .active {
    opacity: 1
}

.product-wrap .main-pro-wrap .section .little-list {
    margin-top: 10px;
    overflow: hidden
}

.product-wrap .main-pro-wrap .section .little-list li {
    float: left;
    margin-right: 11px;
    width: 64px;
    cursor: pointer;
    border: 1px solid #fafafa;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.product-wrap .main-pro-wrap .section .little-list li:last-of-type {
    margin-right: 0
}

.product-wrap .main-pro-wrap .section .little-list li.active {
    border-color: #cba86c
}

.product-wrap .main-pro-wrap .section .little-list li img {
    width: 100%
}

.product-wrap .main-pro-wrap .section .title {
    margin: 15px 0 65px 0;
    font-size: 20px;
    line-height: 24px
}

.product-wrap .main-pro-wrap .section p {
    font-size: 12px;
    line-height: 14px;
	margin: 0 0 7px 15px;
	color: #78bf03;
	letter-spacing: 0.2em;
}

.product-wrap .main-pro-wrap .section ul{
    display: block;
    top: 0;
    left: 10px;
    width: 100%;
    height: 100%
}

.product-wrap .main-pro-wrap .section ul li{
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 5px 35px;
	list-style-type: disc;
	line-height: 1.5;
}

.product-wrap .main-pro-wrap .section .buy {
	padding-top: 5px;
	margin: 0 0 0 15px;
}

.product-wrap .main-pro-wrap .section .buy span {
    font-size: 24px;
    line-height: 24px;
	color: #78bf03;
	vertical-align: top;
}

.product-wrap .main-pro-wrap .section .buy .buy-btn {
    font-size: 16px;
    width: 84px;
	height: 24px;
	border-radius: 8px;
	color: #ffffff;
	background-color: #78bf03;
	vertical-align: top;
	cursor: pointer;
}

.product-wrap .main-pro-wrap .section .assit {
	color: #78bf03;
	margin: 5px 0 0 25px;
}

.product-wrap .main-pro-wrap .section .assit span {
    font-size: 28px;
    line-height: 24px;
	color: #000000;
}

.product-wrap .main-pro-wrap .section .assit a {
    font-size: 11px;
	color: #000000;
	/*letter-spacing: 0.1em;*/
}

.product-wrap .main-pro-wrap .section .assit a:hover {
    cursor: default;
}

@media screen and (max-width: 767px) {
    .product-wrap {
        background-color:#fafafa;
    }

    .product-wrap #myScrollspy {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1031;
        width: 40%;
        height: 100%;
        background: #fafafa;
    }

    .product-wrap #myScrollspy .series {
        color: #000000;
        font-size: 12px;
		text-align: right;
		margin-bottom: 10px;
    }

    .product-wrap #myScrollspy .series span {
        height: 20px;
        line-height: 10px;
    }

    .product-wrap #myScrollspy .series.none,.product-wrap #myScrollspy .series:after,.product-wrap #myScrollspy .series:before {
        display: none;
    }

    .product-wrap #myScrollspy .nav-tabs {
        display: block;
        width: auto!important;
        height: 100vh;
        padding: 10px 20px 0;
        text-align: left;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    .product-wrap #myScrollspy .nav-tabs.affix,.product-wrap #myScrollspy .nav-tabs.affix-bottom {
        position: static!important;
    }

    .product-wrap #myScrollspy .nav-tabs li {
        height: 24px;
        line-height: 30px;
		vertical-align: center;
    }

    .product-wrap #myScrollspy .nav-tabs li a {
        color: #000000;
    }

    .product-wrap .main-pro-wrap {
        width: 100%;
        padding-bottom: 0;
    }

    .product-wrap .main-pro-wrap .series-name {
        line-height: 50px;
        border-top: 3px solid #eeeeee;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        letter-spacing: 2px;
    }

    .product-wrap .main-pro-wrap .section {
        margin-left: 0;
        padding-top: 0;
    }

    .product-wrap .main-pro-wrap .section:before {
        display: none;
    }

    .product-wrap .main-pro-wrap .section:first-of-type {
        padding: 20px 0 0 0;
		margin: 0;
    }

    .product-wrap .main-pro-wrap .section>.col-sm-5 {
        float: none;
        width: 100%;
        max-width: none;
    }

    .product-wrap .main-pro-wrap .section .col-sm-7 {
        float: none;
        width: auto;
        margin: 15px 15px 20px;
        padding-bottom: 5px;
    }

    .product-wrap .main-pro-wrap .section .middle-list {
        width: auto;
        height: auto;
        margin: 0 15px;
        background-color: #eeeeee;
    }

    .product-wrap .main-pro-wrap .section .middle-list img.transparent {
        position: static;
    }

    .product-wrap .main-pro-wrap .section .title {
        margin: 20px 0;
        font-size: 16px;
        font-weight: 500;
    }

    .product-wrap .main-pro-wrap .section p {
        font-size: 12px;
        line-height: 24px;
        margin: 0 0 10px 8px;
        color: #78bf03;
    }
	
	.product-wrap .main-pro-wrap .section ul{
	    display: block;
	    top: 0;
	    left: 10px;
	    width: 100%;
	    height: 100%;
	}
	
	.product-wrap .main-pro-wrap .section ul li{
	    font-size: 12px;
	    line-height: 14px;
	    margin: 0 0 5px 25px;
	    list-style-type: disc;
	    line-height: 1.5;
	}
	
	.product-wrap .main-pro-wrap .section .buy {
	    padding-top: 5px;
		margin: 0 0 0 6px;
	}

    .product-wrap .main-pro-wrap .section .assit {
        margin: 5px 0 0 8px;
    }

    #view-directory {
        position: fixed;
        top: 75%;
        right: 5px;
        z-index: 1030;
        width: 45px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 14px;
        color: #000000;
        background-color: #fafafa;
        border-radius: 50%;
        box-shadow: 0 0 3px #78bf03;
    }
}

/* 弹窗 (background) */
.xcmodal {
    display: none; /* 默认隐藏 */
    position: fixed; /* 固定定位 */
    z-index: 1088; /* 设置在顶层 */
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0); 
    text-align:center;
}
/* 弹窗内容 */
.xcmodal .modal-content {
    background-color: rgba(255,255,255,0.8);
    margin-top: 30vh;
	margin-left: 80vw;
    padding: 0;
    border: 0;
    width: 200px; 
    height:260px;
    border-radius: 25px;
}
.xcmodal .modal-content img{
	width:150px;
	height:150px;
    margin: 10% auto;
}
.xcmodal .modal-content p{
    color: #78bf03;
    font-size: 20px;
    padding: 15px 0 0 0;
    font-weight: bold;
}
/* 关闭按钮 */
.modal-content .closemodal {
	color: rgba(255,255,255,0.8);
    font-size: 14px;
    width: 60px;
    height: 20px;
    text-align: center;
    background-color: #78bf03;
    border: 0;
    border-radius: 5px;
}
.modal-content .closemodal:hover, .modal-content .closemodal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 767px){
	.xcmodal .modal-content {
	    margin: 30vh auto 0 auto;
	}
}

/*定义首页内容大图格式*/
.index-img{
	width: 100%;
	height: auto;
}

.index-img img{
	width: 100%;
}

/*定义首页图文内容格式*/
.content-space{
	width: 100%;
	border: 2.5em solid #ffffff;
}

.index-content{
	width: 100%;
	display: block;
	background-color: #ffffff;
	margin-bottom: 5%;
}

.index-content .content-box{
	width: 84%;
	/*border: 1px solid #78bf03;*/
	background-color: #efefef;
	border-radius: 10px;
	margin-left: 8%;
}

.index-content .content-box .box-all{
	width: 100%;
	display: flex;
}

.index-content .content-box .box-all .box-img{
	width: 42.5%;
	padding-left: 14%;
	margin-top: 5%;
	margin-bottom: 5%;
}

.index-content .content-box .box-all .box-img img{
	width: 100%;
	height: auto;
}

.index-content .content-box .box-all .box-text{
	width: 57.5%;
	text-align: center;
	letter-spacing: 0.75em;
	margin-top: 4%;
	margin-right: 7%;
}

.index-content .content-box .box-all .box-text h1{
	font-size: 3.2em;
	font-weight: 1200;
	font-family: 'SimSun', '宋体', serif;
}

.index-content .content-box .box-all .box-text p{
	font-size: 1.5em;
	line-height: 2em;
	letter-spacing: 0.25em;
}

.index-content .content-box .get-link{
	width: 100%;
	text-align: center;
	margin-left: 9%;
	padding-bottom: 5%;
}

.index-content .content-box .get-link a{
	font-size: 1em;
	font-weight: 200;
	margin-right: 15%;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 5px;
	letter-spacing: 0.25em;
	padding-left: 0.3%;
}

.index-content .content-box .get-link a:hover{
	color: #78bf03;
	cursor: pointer;
}

/*定义小茶知识文化页布局*/
/*定义顶部头图*/
.serect-banner{
	width: 100%;
}

.serect-banner img{
	width: 100%;
	height: auto;
}

/*定义每个版块标题文字*/
.sec-title {
	width: 87%;
	padding-bottom: 4em;
	font-size: 1.5em;
}

.sec-title h2{
	font-family: 'SimSun', '宋体', serif;
	text-align: center;
	letter-spacing: 0.5em;
	font-size: 4em;
	margin-left: 15%;
}

.sec-title p{
	letter-spacing: 0.14em;
	font-size: 1.3em;
	font-weight: 500;
	line-height: 1.6em;
	margin-left: 15%;
}

/*定义中间图片布局容器*/
.secret-news{
	display: flex;
	width: 100%;
}
.secret-news .space-side{
	width: 13%;
}

.secret-news .space-mid{
	width: 1%;
}

/*定义寻味布局*/
.secret-news .news-1{
	width: 36.5%;
	display: block;
}

.secret-news .news-1 .news-update{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.secret-news .news-1 .news-update .news-blank-2{
	width: 49%;
}

.secret-news .news-1 .news-update .news-blank-2 img{
	width: 100%;
	height: auto;
}

.secret-news .news-1 .news-update .space-small{
	width: 2%;
}

.secret-news .news-1 .news-down{
	width: 100%;
}

.secret-news .news-1 .news-down img{
	width: 100%;
	height: auto;
}

.secret-news .news-1 .space-line{
	height: 1em;
	width: 100%;
}

/*定义玩味布局*/
.secret-news .single-col{
	width: 24%;
	display: block;
}

.secret-news .single-col img{
	width: 100%;
	height: auto;
}

.secret-news .single-col .img-gap{
	height: 0.5em;
}

.secret-news .news-2{
	width: 49%;
	display: block;
}

.secret-news .news-2 .news-up{
	width: 100%;
}

.secret-news .news-2 .news-up img{
	width: 100%;
	height: auto;
}

.secret-news .news-2 .space-line{
	height: 0.5em;
}

.secret-news .news-2 .news-x{
	display: flex;
}

.secret-news .news-2 .news-x .news-x-img{
	width: 49%;
}

.secret-news .news-2 .news-x .news-x-img img{
	width: 100%;
	height: auto;
}

.secret-news .news-2 .news-x .space-small{
	width: 2%;
}

/*定义品味布局*/
.secret-news .news-2 img{
	width: 100%;
	height: auto;
}

/*定义“more”按钮*/
.get-more{
	width: 100%;
	text-align: right;
	padding: 1em 0 4em 0;
}

.get-more span{
	font-size: 1.25em;
	font-weight: 200;
	margin-right: 15%;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 5px;
	letter-spacing: 0.25em;
	padding-left: 0.3%;
}

.get-more span:hover{
	color: #78bf03;
}


/*定义小茶品牌信息页格式*/
.brand-img{
	width: 100%;
}

.brand-img img{
	width: 100%;
	height: auto;
}

.brand-origin{
	width: 100%;
	background-color: #ffffff;
	display: flex;
	letter-spacing: 0.1em;
	font-weight: 100;
	font-size: 1.4em;
}

.brand-origin .origin-left{
	width: 50%;
    padding-top: 1em;
	margin-left: 11%;
}

.brand-origin .origin-left p{
    margin-bottom: 2.5em;
}

.brand-origin .origin-left h5{
    margin-top: 4em;
	margin-bottom: 2em;
	font-size: 1em;
	color: rgba(0,0,0,0.5);
	border: 1px solid rgba(0,0,0,0.5);
    width: 5em;
	text-align: center;
	border-radius: 5px;
	font-weight: 100;
}

.brand-origin .origin-right{
	width: 50%;
    margin-top: 5em;
}

.brand-origin .origin-right p{
	margin-bottom: 0.5em;
	margin-left: 3%;
}

@media screen and (max-width: 767px){
	/*定义首页图文内容格式*/
	.content-space{
		width: 100%;
		border: 1em solid #ffffff;
	}
	
	.index-content{
		width: 100%;
		display: block;
		background-color: #ffffff;
		margin-bottom: 5%;
	}
	
	.index-content .content-box{
		width: 96%;
		/*border: 1px solid #78bf03;*/
		background-color: #efefef;
		border-radius: 10px;
		margin-left: 2%;
	}
	
	.index-content .content-box .box-all{
		width: 100%;
		display: block;
		text-align: center;
	}
	
	.index-content .content-box .box-all .box-img{
		width: 90%;
		margin-top: 0;
		padding-top: 3%;
		margin-bottom: 5%;
		padding-left: 0;
		margin: 0 5%;
	}
	
	.index-content .content-box .box-all .box-img img{
		width: 100%;
		height: auto;
	}
	
	.index-content .content-box .box-all .box-text{
		width: 100%;
		text-align: center;
		letter-spacing: 0.75em;
		margin-top: 4%;
		padding-left: 0;
	}
	
	.index-content .content-box .box-all .box-text h1{
		font-size: 1.5em;
		font-weight: 1200;
		font-family: 'SimSun', '宋体', serif;
	}
	
	.index-content .content-box .box-all .box-text p{
		font-size: 1em;
		line-height: 2em;
		letter-spacing: 0.25em;
	}
	
	.index-content .content-box .get-link{
		width: 100%;
		text-align: right;
		margin-left: 9%;
		padding-bottom: 5%;
	}
	
	.index-content .content-box .get-link a{
		font-size: 1em;
		font-weight: 200;
		margin-right: 15%;
		border: 1px solid rgba(0,0,0,0.5);
		border-radius: 5px;
		letter-spacing: 0.25em;
		padding-left: 0.3%;
	}
	
	.index-content .content-box .get-link a:hover{
		color: #78bf03;
		cursor: pointer;
	}
	
/*定义每个版块标题文字*/
	.sec-title {
		width: 98%;
		padding-bottom: 4em;
		font-size: 1.5em;
	}
	
	.sec-title h1{
		font-family: 'SimSun', '宋体', serif;
		text-align: center;
		letter-spacing: 0.5em;
		font-size: 2em;
		margin-left: 2%;
	}
	
	.sec-title p{
		letter-spacing: 0.14em;
		font-size: 0.8em;
		font-weight: 500;
		line-height: 1.6em;
		margin-left: 2%;
	}
	
	.secret-news .space-side{
		width: 2%;
	}
	
	/*定义寻味布局*/
	.secret-news .news-1{
		width: 47.5%;
		display: block;
	}
	
	.secret-news .news-1 .news-update{
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	
	.secret-news .news-1 .news-update .news-blank-2{
		width: 49%;
	}
	
	.secret-news .news-1 .news-update .news-blank-2 img{
		width: 100%;
		height: auto;
	}
	
	.secret-news .news-1 .news-update .space-small{
		width: 2%;
	}
	
	.secret-news .news-1 .news-down{
		width: 100%;
	}
	
	.secret-news .news-1 .news-down img{
		width: 100%;
		height: auto;
	}
	
	.secret-news .news-1 .space-line{
		height: 1em;
		width: 100%;
	}
	
	/*定义玩味布局*/
	.secret-news .single-col{
		width: 32%;
		display: block;
	}
	
	.secret-news .single-col img{
		width: 100%;
		height: auto;
	}
	
	.secret-news .single-col .img-gap{
		height: 0.5em;
	}
	
	.secret-news .news-2{
		width: 65%;
		display: block;
	}
	
	.secret-news .news-2 .news-up{
		width: 100%;
	}
	
	.secret-news .news-2 .news-up img{
		width: 100%;
		height: auto;
	}
	
	.secret-news .news-2 .space-line{
		height: 0.5em;
	}
	
	.secret-news .news-2 .news-x{
		display: flex;
	}
	
	.secret-news .news-2 .news-x .news-x-img{
		width: 49%;
	}
	
	.secret-news .news-2 .news-x .news-x-img img{
		width: 100%;
		height: auto;
	}
	
	.secret-news .news-2 .news-x .space-small{
		width: 2%;
	}
	
	/*定义品味布局*/
	.secret-news .news-2 img{
		width: 100%;
		height: auto;
	}
	
	/*定义“more”按钮*/
	.get-more{
		width: 100%;
		text-align: right;
		padding: 1em 0 2em 0;
	}
	
	.get-more span{
		font-size: 0.75em;
		font-weight: 200;
		margin-right: 2%;
		border: 1px solid rgba(0,0,0,0.5);
		border-radius: 5px;
		letter-spacing: 0.25em;
		padding-left: 0.3%;
	}
	
	/*定义品牌介绍页移动端格式*/
	.brand-origin{
		width: 100%;
		background-color: #ffffff;
		display: block;
		letter-spacing: 0.1em;
		font-weight: 100;
		font-size: 1.4em;
		text-align: center;
	}
	
	.brand-origin .origin-left{
		width: 100%;
	    padding-top: 1em;
		margin-left: 0%;
	}
	
	.brand-origin .origin-left p{
	    margin-bottom: 0.5em;
		font-size: 0.85em;
	}
	
	.brand-origin .origin-left h5{
	    margin-top: 2em;
		margin-bottom: 2em;
		font-size: 0.8em;
		color: rgba(0,0,0,0.5);
		border: 1px solid rgba(0,0,0,0.5);
	    width: 5em;
		margin-left: 45%;
		border-radius: 5px;
	}
	
	.brand-origin .origin-right{
		width: 100%;
	    margin-top: 1em;
		padding-bottom: 1em;
	}
	
	.brand-origin .origin-right p{
		margin-bottom: 0.5em;
		margin-left: 0%;
		font-size: 0.85em;
	}
}