@charset "UTF-8";
body, html {

}
.clear {
    clear: both;
}
.main {
    position: relative;
    width: 100%;
}

.kv {
    position: relative;
    width: 100%;
}

.kv img {
    width: 100%;
    height: auto;
    float: left;
}


a.btn {
    display: block;
    position: absolute;
    /* background-color: #000; */
    /* opacity: 0.5; */
}

a.contact {
    position: fixed;
    display: block;
    width: 1.41rem;
    height: 1.08rem;
    background: url(../images/contact.png?v=1.0.1) no-repeat;
    background-size: 75% auto;
    left: -0.05rem;
    top: 3.3rem;
}
a.rule {
    position: fixed;
    display: block;
    width: 1.41rem;
    height: 1.08rem;
    background: url(../images/rule.png?v=1.0.1) no-repeat;
    background-size: 77% auto;
    right: -0.35rem;
    top: 3.3rem;
}

a.btn.official{
    width: 7rem;
    height: 2.3rem;
    top: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
}

.float_group {
    position: fixed;
    bottom: -0.1rem;
    left: 0rem;
    width: 100%;
    height: auto;
    z-index: 99;
}

a.btn.ticket{
    width: 2rem;
    height: 0.8rem;
    top: 0.3rem;
    left: 0.2rem;
}
a.btn.quanyi{
    width: 2rem;
    height: 0.8rem;
    top: 0.3rem;
    left: 50%;
    transform: translateX(-50%);
}
a.btn.car{
    width: 2rem;
    height: 0.8rem;
    top: 0.3rem;
    right: 0.2rem;
}

.scroll {
    position: absolute;
    width: 6.4rem;
    height: 54vw;
    top: 0.2rem;
    left: 50%;
    transform: translateX(-50%);
    overflow-y: auto;
    font-size: 0;
}
.scroll .content {
    width: 100%;
    margin: 0 auto;
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;

}
.scroll .content .item {
    width: 38.6vw;
    height: 0.76rem;
    background: url(../images/background.png) no-repeat;
    background-size: 100% auto;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.16rem;
}

.scroll .content .item:nth-child(2n) {
    width: 38.6vw;
    height: 0.76rem;
    background: url(../images/background.png) no-repeat;
    background-size: 100% auto;
    border-radius: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.16rem;
    margin-left: 7vw;
}

.scroll .content .item span {
    font-weight: bold;
    font-size: 0.28rem;
    color: #724613;
    text-align: center;
}
.scroll .content .item span:nth-of-type(2n+1){
    flex: 1;
}
.scroll .content .item span:nth-of-type(2n){
    width: 0.3rem;
    height: 0.2rem;
}
a.btn.way1{
    width: 2.1rem;
    height: 0.7rem;
    left: 1.1rem;
}
a.btn.way2{
    width: 2.1rem;
    height: 0.7rem;
    right: 1.1rem;
}
div.way2{
    display: none;
}
.guide{
    position: absolute;
    width: 6.35rem;
    height: 8rem;
    top: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
}
#swiper1.active{
    z-index: 1;
    opacity: 1;
}
#swiper1{
    z-index: -1;
    opacity: 0;
}
#swiper2.active{
    z-index: 1;
    opacity: 1;
}
#swiper2{
    z-index: -1;
    opacity: 0;
}
.swiper {
    position: absolute;
    width: 7.35rem;
    height: 8rem;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
}
.swiper .swiper-slide {
    width: 5rem;
    height: 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper .swiper-slide-prev{
    left: 1.3rem;
}
.swiper .swiper-slide-active {
    right: 0rem;
    left: 0rem;
}
.swiper .swiper-slide-next{
    right: 1.3rem;
}
.swiper .swiper-slide img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    /*top: 0.45rem;*/
    width: auto;
    height: 8rem;
}

.swiper .swiper-slide-active img{
    transform: translateX(-50%) scale(1);
}


.arrow-left,
.arrow-right {
    position: absolute;
    width: 0.6rem;
    left: 0rem;
    top: 45%;
    transform: translateY(-50%);
    z-index: 2;
}
.arrow-left img,
.arrow-right img {
    width: 100%;
    height: auto;
}
.arrow-left {
    display: none;
}
.arrow-right {
    right: 0rem;
    left: unset;
}
.navR.show {
    right: 0;
}
.show {
    display: block;
}
.open {
    position: fixed;
    width: 9vw;
    top: 47vh;
    right: 0;
    z-index: 21;
    display: none;
}
.navR {
    position: fixed;
    width: 14vw;
    height: 47.27vw;
    top: 30vh;
    right: -14vw;
    background: url(../images/navR.png) no-repeat;
    background-size: 100% 100%;
    transition: right 0.4s;
    z-index: 21;
}
.kefu1 {
    width: 100%;
    height: 13.5vw;
    display: block;
}
.talk1 {
    width: 100%;
    height: 12vw;
    display: block;
}
.back {
    width: 100%;
    height: 6vw;
    display: block;
}

.tab{
	position: fixed;
    z-index: 2;
    width: 72vw !important;
    margin: 2vw 0vw 0px 14vw;
}

a.btn.tab1{
    width: 2.1rem;
    height: 0.7rem;
    left: 1.1rem;
	z-index:3;
	position: fixed;
}
a.btn.tab2{
    width: 2.1rem;
    height: 0.7rem;
    right: 1.1rem;
	z-index:3;
	position: fixed;
}
div.tab2{
    display: none;
}

.gj-foot {
	position: fixed;
    bottom: 5vw;
    left: 0rem;
    width: 100%;
    height: auto;
    display: flex;
    z-index: 99;
    justify-content: center;
}

/*弹框*/
.alert {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    top: 0;
    display: none;
}
.detail {
    position: absolute;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
}
.detail img {
    width: 100%;
    height: auto;
    float: left;
}
.alert .detail .close {
    position: absolute;
    width: 0.65rem;
    height: 0.65rem;
    background: url(../images/close.png?v=1.0.0) no-repeat;
    background-size: 100% auto;
    right: 50%;
    transform: translateX(50%);
    bottom: -13vw;
}
/*侧边栏 new*/
.Sidebar{
    width: 13.33vw;
    padding: .01rem 0;
    background: #ffffffd9;
    box-shadow: -0.53vw 0.53vw 1.07vw 0 #2626261a;
    border-radius: 2.13vw 0 0 2.13vw;
    position: fixed;
    z-index: 9999;
    right: 0;
    top: 70vw;
}
.Sidebar .icon{
	margin-top: .2rem;
}
.icon img{
	display: block;
    width: .8rem;
    margin: 0 auto;
}
.hide{
	display: none;
}
.Sidebar .close{
	padding: .2rem 0;
}
.Sidebar .close img{
	display: block;
	width: .3rem;
	margin: 0 auto;
}
.Sidebar .open1{
	padding: .2rem 0;
}
.Sidebar .open1 img{
	display: block;
	width: .3rem;
	margin: 0 auto;
}
/* 侧边栏new end */
