<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-color: #f8f8f8;
}

p{
	 -webkit-margin-before: 0!important;
    -webkit-margin-after: 0!important;
}
ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}


/*åŒ…å«ä»¥ä¸‹å››ç§çš„é“¾æŽ¥*/

a {
	text-decoration: none;
}


/*æ­£å¸¸çš„æœªè¢«è®¿é—®è¿‡çš„é“¾æŽ¥*/

a:link {
	text-decoration: none;
}


/*å·²ç»è®¿é—®è¿‡çš„é“¾æŽ¥*/

a:visited {
	text-decoration: none;
}


/*é¼&nbsp;æ&nbsp;‡åˆ’è¿‡(åœç•™)çš„é“¾æŽ¥*/

a:hover {
	text-decoration: none;
	color: #fff;
}


/* æ­£åœ¨ç‚¹å‡»çš„é“¾æŽ¥*/

a:active {
	text-decoration: none;
}

.img {
	width: 100%
}

.img img {
	width: 100%
}

.imgs {
	width: 92%;
	margin: 0 auto;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    background: #ffffff;
    padding: 2vw;
}

.imgs p {
	width: 100%
}

.imgs img {
	width: 100%
}
.count_topss {
    width: 92vw;
    height: 11vw;
    /* color: #2d2d2d; */
    border-radius: 10px 10px 0 0;
    line-height: 13vw;
    text-align: center;
    font-size: 4.3vw;
    letter-spacing: 0.3vw;
    font-weight: 600;
    background: #fff;
    /* padding-bottom: 3vw; */
}
.notice {
	display: flex;
	position: fixed;
	background: rgba(255, 255, 255, 0.6);
	width: 100%;
	align-items: center;
	z-index: 13;
}

.notice_left {
    width: 6.6vw;
    margin: 0.8vw 0.7vw
}

.notice_left img {
	width: 100%;
}

.custom-notice {
	padding-top: 1.2vw;
	font-size: 3.2vw;
	color: #6a6866;
}


/*æŒ‰é’®*/

.buttom_right {
	position: fixed;
	top: 13.5vw;
	right: 0;
	z-index: 14;
}

.buttom_below {
    width: 9vw;
    height: 9vw;
    border-radius: 8px 0 0 8px;
    /* padding: 1.7vw 2.2vw; */
    margin-top: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttom_below img {
	width: 50%;
}
.buttom_belows {
    width: 9vw;
    height: 9vw;
    border-radius: 8px 0 0 8px;
    /* padding: 1.7vw 2.2vw; */
    margin-top: 2vw;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttom_belows img {
	width: 50%;
}
.scrollDiv_img {
	width: 8vw;
}

.scrollDiv_img img {
	width: 100%;
}

.buttom_top {
	width: 9vw;
	height: 9vw;
	border-radius: 8px 0 0 8px;
	padding: 1.8vw 2.2vw;
	z-index: 9999;
}

.buttom_top img {
	width: 100%;
}


/*éŸ³ä¹*/

#lanren #audio-btn {
	width: 4.5vw;
	height: 5vw;
	background-size: 100% 100%;
	background-size: contain;
}

#lanren .on {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

#lanren .off {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.musico ul li {
	display: block;
	background: #333;
	float: left;
	height: 5vw;
	width: .7vw;
	/*margin-left:.3vw;*/
}

@keyframes musico1 {
	0% {
		height: 4vw
	}
	20% {
		height: 1vw
	}
	40% {
		height: 4.5vw
	}
	60% {
		height: 4vw
	}
	80% {
		height: 3vw
	}
	100% {
		height: 4vw
	}
}

@keyframes musico2 {
	0% {
		height: 3vw
	}
	20% {
		height: 1vw
	}
	40% {
		height: 4.5vw
	}
	60% {
		height: 3vw
	}
	80% {
		height: 4.5vw
	}
	100% {
		height: 3vw
	}
}

@keyframes musico3 {
	0% {
		height: 4.5vw
	}
	20% {
		height: 3vw
	}
	40% {
		height: 4vw
	}
	60% {
		height: 4vw
	}
	80% {
		height: 1vw
	}
	100% {
		height: 4.5vw
	}
}

.on ul li:nth-child(1) {
	animation: musico1 2s infinite;
	-webkit-animation: musico1 2s infinite;
	background-color: #fff;
}

.on ul li:nth-child(2) {
	animation: musico2 2s infinite;
	-webkit-animation: musico2 2s infinite;
	background-color: #fff;
}

.on ul li:nth-child(3) {
	animation: musico3 2s infinite;
	-webkit-animation: musico3 2s infinite;
	background-color: #fff;
}

.off ul li:nth-child(1) {
	height: 4.5vw;
	background-color: #fff;
}

.off ul li:nth-child(2) {
	height: 3vw;
	background-color: #fff;
}

.off ul li:nth-child(3) {
	height: 4vw;
	background-color: #fff;
}

.musico ul {
	display: flex;
	justify-content: space-between;
}


/*éŸ³ä¹*/


/*æŒ‰é’®*/


/*å€’è®¡æ—¶*/

.count {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 6vw;
	flex-direction: column;
}

.count_top {
	width: 92vw;
	height: 11vw;
	/* color: #2d2d2d; */
	border-radius: 10px 10px 0 0;
	line-height: 15vw;
	text-align: center;
	font-size: 4.3vw;
	letter-spacing: 0.3vw;
	font-weight: 600;
	background: #fff;
}

.count_top1 {
	width: 92vw;
	border-radius: 10px 10px 0 0;
	background: #fff;
}

.count_tops {
	width: 92vw;
	height: 8vw;
	/* color: #2d2d2d; */
	line-height: 5vw;
	text-align: center;
	font-size: 4.3vw;
	letter-spacing: 0.3vw;
	font-weight: 600;
	background: #fff;
}

.time {
	width: 92vw;
	height: 21vw;
	margin: 0 auto;
	/*border: 1px solid #f3f3f3;*/
	/*border-radius: 0 0 10px 10px;*/
	display: flex;
	background: #fff;
	padding: 1.5vw 4vw;
}

.times {
	margin: 0 auto;
	border-radius: 0 0 10px 10px;
	display: flex;
	flex-direction: column;
	align-content: center;
	text-align: center;
}

#t_d,
#t_h,
#t_m,
#t_s {
	border-radius: 5px;
	color: #2d2d2d;
	font-weight: 800;
	font-size: 9.5vw;
}

.time_name {
	font-size: 3.2vw;
	line-height: 1vw;
	color: #808080;
}

.time_names {
	color: #272727;
	line-height: 13vw;
	font-size: 4.5vw;
}


/*å€’è®¡æ—¶*/


/*è¿›åº¦æ¡*/

.progress {
	margin: 6vw 4vw;
	height: 16px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #e1476d;
	border-radius: 10px;
	border: 2px solid #fff
	/*-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);*/
}

.progress-bar {
	float: left;
	width: 0;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease;
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 71, 109, 0.55) 25%, transparent 25%, transparent 50%, rgba(255, 71, 109, 0.55) 50%, rgba(255, 71, 109, 0.55) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 71, 109, 0.55) 25%, transparent 25%, transparent 50%, rgba(255, 71, 109, 0.55) 50%, rgba(255, 71, 109, 0.55) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 71, 109, 0.55) 25%, transparent 25%, transparent 50%, rgba(255, 71, 109, 0.55) 50%, rgba(255, 71, 109, 0.55) 75%, transparent 75%, transparent);
}

.buys {
	display: flex;
	justify-content: space-between;
	padding: 0 4vw;
	color: #fff;
	font-size: 3.7vw;
	margin-top: -2vw;
}

.nums {
	font-size: 4.4vw;
	font-weight: 600;
	color: #fdd559;
	padding: 0 1.5vw;
}

.progress_over {
	width: 92vw;
	height: 22vw;
	background: #e1476d;
	border-radius: 0 0 10px 10px;
}


/*è¿›åº¦æ¡*/


/*bottom*/

.buttom {
	z-index: 13;
	width: 100%;
	height: 18vw;
	position: fixed;
	bottom: 0;
	background: -webkit-gradient(linear, 0 0, 0 90%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
}

.buttoms {
	font-weight: 500;
	width: 92vw;
	height: 11vw;
	border-radius: 50px;
	background: #fd6a00;
	margin: 3vw auto;
	display: flex;
	color: #fff;
	justify-content: space-around;
	line-height: 11vw;
	font-size: 3.7vw;
	text-align: center;
	display: flex;
	overflow: hidden;
}

.buttom_left {
	width: 50%;
}

.buttom_share {
	width: 100%;
}

.buttom_buy {
	width: 100%;
}

.buttom_rights {
	width: 50%;
}


/*bottom*/

.buy {
	display: flex;
	justify-content: space-around;
	padding: 4vw 4vw;
	color: #262626;
	font-weight: 600;
	font-size: 3.5vw;
	background: #fff;
	border-radius: 10px 10px 0 0;
	width: 92vw;
}

.num {
	font-size: 4.5vw;
	color: #e1476d;
	padding: 0 1.5vw;
}

.counts {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 6vw;
	flex-direction: column;
}

.a {
    width: 92vw;
    display: flex;
    flex-wrap: wrap;
    margin: 0 3vw;
    background: #fff;
    border-radius: 0 0 10px 10px;
    padding: 2vw 0 5vw 0;
    position: relative;
    overflow: hidden;
}

.marquee {
    width: 12vw;
    height: 12vw;
    border-radius: 50%;
    overflow: hidden;
    margin: 1.5vw 1.6vw;
}

.marquee img {
	width: 100%;
}

.count_bottom {
	width: 92vw;
	background: #fff;
	border-radius: 0 0 10px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 6vw;
}

.count_bottoms {
	width: 92vw;
	background: #f8f8f8;
	border-radius: 0 0 10px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 1vw;
}

.list {
	display: flex;
	border: 1px solid #f3f3f3;
	border-radius: 15px;
	overflow: hidden;
	width: 82vw;
	height: 30.5vw;
	margin-top: 4vw;
}

.list_left:after {
	content: '';
	width: 30vw;
	height: 30vw;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	margin-top: -32vw;
	border-radius: 15px 0 0 15px;
}

.list_left:before {
	content: '';
	background: url(/addons/fan_xian2/template/resource/img/ic_lock@3x.png) no-repeat center center;
	background-size: 18% 18%;
	/*æŒ‰æ¯”ä¾‹ç¼©æ”¾*/
	position: absolute;
	/* top: -15px; */
	z-index: 12;
	width: 30vw;
	height: 32vw;
}

.list_left_ok:after {
	content: '';
	width: 30vw;
	height: 30vw;
	background: rgba(0, 0, 0, .6);
	position: absolute;
	margin-top: -32vw;
	border-radius: 15px 0 0 15px;
}
.list_left_ok:before {
	content: '';
	background: url(/addons/fan_xian2/template/resource/img/gift_ok.png) no-repeat center center;
	background-size: 18% 18%;
	/*æŒ‰æ¯”ä¾‹ç¼©æ”¾*/
	position: absolute;
	/* top: -15px; */
	z-index: 12;
	width: 30vw;
	height: 32vw;
}

.list_img {
	width: 30vw;
	height: 32vw;
	overflow: hidden;
}

.list_img img {
	width: 100%;
}

.list_right {
    padding: 2vw 3vw;
	width: 52vw;
	height: 32vw;
	display: flex;
	flex-direction: column;
	/*justify-content: space-between;    */
	padding-bottom: 4vw;
}

.list_name {
    font-size: 3.4vw;
    font-weight: 600;
    color: #2d2d2d;
    line-height: 5vw;
}

.list_text {
    font-size: .8em;
    color: #4c4c4c;
    margin-top: 1vw;
}

.list_num {
    text-align: right;
    color: #e1476d;
    font-size: 4vw;
    font-weight: 600;
    bottom: 4.5vw;
    position: relative;
}

.list_nums {
	z-index: 10;
	width: 9vw;
	height: 5vw;
	background: #e1476d;
	position: absolute;
	color: #fff;
	text-align: center;
	line-height: 5vw;
	border-radius: 0 50px 50px 0;
	margin-top: 3vw;
	font-size: 3vw;
}


/*å¼¹å¹•*/

.form-control {
	display: inline-block;
	width: auto;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}


/*ç»„ä»¶ä¸»æ&nbsp;·å¼*/

.overflow-image {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	clear: both;
	padding: 0 10px;
	border-radius: 14px;
	box-sizing: border-box;
	max-width: 100%;
	color: #c6c6c6;
	/*animation: colorchange 3s infinite alternate;
				-webkit-animation: colorchange 3s infinite alternate;*/
	/*Safari and Chrome*/
}

.overflow-text {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	opacity: 0;
	clear: both;
	padding: 0 1.5vw;
	border-radius: 14px;
	box-sizing: border-box;
	max-width: 100%;
	color: #fff;
	font-size: 3.2vw;
	/*animation: colorchange 3s infinite alternate;
				-webkit-animation: colorchange 3s infinite alternate;*/
	/*Safari and Chrome*/
}

@keyframes colorchange {
	0% {
		color: red;
	}
	50% {
		color: green;
	}
	100% {
		color: #6993f9;
	}
}


/*ç»„ä»¶ä¸»æ&nbsp;·å¼*/

.overflow-img img {
	width: 100%;
}

.overflow-texts {
	background: rgba(0, 0, 0, .7);
	border-radius: 50px;
	padding: 0 2vw;
	margin-left: 2vw;
}

#barrage {
	position: fixed!important;
	bottom: 16vw!important;
	left: 4vw!important;
	z-index: 12!important;
}


/*å¼¹å¹•*/


/*èœå•*/

.menu {
    position: fixed;
    bottom: 20vw;
    left: 83vw;
    width: 13vw;
    height: 13vw;
    border-radius: 50%;
    z-index: 10;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: flex;
}

.menu_pay {
	width: 13vw;
	/* height: 64vw; */
	display: none;
	z-index: 8;
	position: fixed;
	bottom: 26vw;
	left: 83vw;
	border-radius: 50px 50px 0 0;
	overflow: hidden;
}

.menu_pays {
	width: 13vw;
	/* height: 60vw; */
	display: flex;
	border-radius: 50px 50px 0 0;
	justify-content: space-around;
	align-items: center;
	flex-direction: column;
	padding: 5vw 2vw 7vw 2vw;
}

.menus {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #fff;
	font-size: 3vw;
	line-height: 5vw;
	margin: 2vw auto;
}

.menus img {
	width: 5vw;
}

.merchants {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #fff;
	font-size: 3vw;
	line-height: 5vw;
	margin: 2vw auto;
}

.merchants img {
	width: 5vw;
}

.menus2 {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #fff;
	font-size: 3vw;
	line-height: 5vw;
	margin: 2vw auto;
}

.menus2 img {
	width: 5vw;
}

.menus1 {
	display: flex;
	align-items: center;
	flex-direction: column;
	color: #fff;
	font-size: 3vw;
	line-height: 5vw;
	margin: 2vw auto;
}

.menus1 img {
	width: 5vw;
}


/*èœå•*/


/*æŒ‰é’®*/

svg {
	height: 13vw;
	position: absolute;
	width: 13vw;
}

.plate {
	height: 13vw;
	width: 13vw;
}

.x {
	transform: scale(0);
	transition: transform 400ms;
}

.line {
    /*fill: white;
    stroke: white;
    stroke-width: .1vw;
    stroke-linecap: round;
    stroke-linejoin: round;
    transform-origin: 50%;
    transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;*/
}

.x .line {
	stroke-width: 5.5px;
}

.active .x {
	transform: scale(1);
	transition: transform 400ms 350ms;
}


/* Den femte r?tten */

.plate5 .line {
	/*transition: stroke-dasharray 400ms 100ms, stroke-dashoffset 400ms 100ms, transform 400ms 100ms;*/
}

.plate5 .line1 {
	/*stroke-dasharray: 40 40;*/
}

.plate5 .line2 {
	stroke-dasharray: 21 39;
}

.plate5 .line3 {
	stroke-dasharray: 21 39;
}

.plate5 .line4 {
	stroke-dasharray: 40 40;
}

.plate5 .x {
	transition: transform 400ms 50ms;
}

.active.plate5 .line {
	transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms;
}

.active.plate5 .line1 {
	stroke-dasharray: 1 40;
	stroke-dashoffset: -33px;
}

.active.plate5 .line2 {
	stroke-dasharray: 5 39;
	stroke-dashoffset: -37px;
}

.active.plate5 .line3 {
	stroke-dasharray: 5 39;
	stroke-dashoffset: -37px;
}

.active.plate5 .line4 {
	stroke-dasharray: 1 40;
	stroke-dashoffset: -33px;
}

.active.plate5 .x {
    border-radius: 50%;
    transition: transform 400ms 50ms;
}


/*æŒ‰é’®*/

.top_list {
	display: flex;
	justify-content: space-between;
	width: 92vw;
	padding: 2vw 5vw;
	padding-top: 4.5vw;
	background: #fff;
}

.top_lists {
	width: 16vw;
	height: 16vw;
	border-radius: 50%;
	overflow: hidden;
	border: 0.2vw solid #2d2d2d;
	padding: 0.5vw;
	align-items: flex-end;
}

.top_lists img {
	width: 100%;
	border-radius: 50%;
}

.top_lists:after {
	content: '3';
	color: #fff;
	text-align: center;
	line-height: 5.5vw;
	width: 5.5vw;
	height: 5.5vw;
	background: #1f4171;
	position: absolute;
	margin-top: 12vw;
	margin-left: -10vw;
	border-radius: 50px;
}

.top_lists1 {
	width: 20vw;
	height: 20vw;
	border-radius: 50%;
	overflow: hidden;
	border: 0.2vw solid #2d2d2d;
	padding: 0.5vw;
	margin-top: -3.9vw;
}

.top_lists1 img {
	width: 100%;
	border-radius: 50%;
}

.top_lists1:after {
	content: '1';
	color: #fff;
	text-align: center;
	line-height: 5.5vw;
	width: 5.5vw;
	height: 5.5vw;
	background: #fdd559;
	position: absolute;
	margin-top: 16.5vw;
	margin-left: -12vw;
	border-radius: 50px;
}

.top_lists2 {
	width: 16vw;
	height: 16vw;
	border-radius: 50%;
	overflow: hidden;
	border: 0.2vw solid #2d2d2d;
	padding: 0.5vw;
	align-items: flex-end;
}

.top_lists2 img {
	width: 100%;
	border-radius: 50%;
}

.top_lists2:after {
	content: '2';
	color: #fff;
	text-align: center;
	line-height: 5.5vw;
	width: 5.5vw;
	height: 5.5vw;
	background: #e1476d;
	position: absolute;
	margin-top: 12vw;
	margin-left: -10vw;
	border-radius: 50px;
}

.listing {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.listing_name {
	font-size: 3.5vw;
	font-weight: 500;
	/* line-height: 12vw; */
	margin-top: 4vw;
	color: #2d2d2d;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:1;
	width: 22vw;
    text-align: center;
}

.listing_price {
	color: #e1476d;
	margin-top: 1vw;
	font-weight: 500;
}

.table {
	width: 92vw;
	display: flex;
	background: #e1476d;
	color: #fff;
	justify-content: space-between;
	text-align: right;
	padding: 2vw;
	font-size: 3vw;
	/* margin: 2vw 0; */
	margin-bottom: 1vw;
}

.sort {
	width: 20%;
	padding-right: 8vw;
}

.user {
    position: relative;
    width: 30%;
    padding-right: 15vw;
    text-align: left;
    left: -2vw;
}

.packet {
	width: 40%;
	padding-right: 8vw;
}

.tables {
	width: 92vw;
	display: flex;
	background: #fbfcfe;
	border-radius: 10px;
	justify-content: space-between;
	text-align: right;
	padding: 2vw;
	font-size: 3vw;
}

.tables1 {
	width: 92vw;
	display: flex;
	background: #fff;
	border-radius: 0 0 10px 10px;
	justify-content: space-between;
	text-align: right;
	padding: 2vw;
	font-size: 3vw;
}

.pink {
	color: #e1476d!important;
}

.tables_sort {
	width: 20%;
	padding-right: 9vw;
	color: #2d2d2d;
	font-size: 3.5vw;
	font-weight: 500;
	line-height: 9vw;
}

.tables_user {
	display: flex;
	width: 40%;
}

.tables_packet {
	width: 40%;
	padding-right: 5vw;
	font-size: 3.5vw;
	color: #e1476d;
	font-weight: 500;
	line-height: 9vw;
}

.tables_users {
	width: 9vw;
	height: 9vw;
	border-radius: 50%;
	overflow: hidden;
}

.tables_name {
	color: #2d2d2d;
	font-size: 3.5vw;
	font-weight: 500;
	line-height: 9vw;
	margin-left: 3vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical; 
	-webkit-line-clamp:1;
	width: 22vw;
	text-align: left;
}

.tables_users img {
	width: 100%;
}


/*ä¸Šä¸‹æ»šåŠ¨*/

.Top_Record {
	width: 92vw;
}

.topRec_List dl,
.maquee {
	width: 92vw;
	overflow: hidden;
	margin: 1vw auto;
	color: #7C7C7C
}

.topRec_List dd {
	float: left;
	text-align: center;
	border-bottom: 1px solid #1B96EE;
	color: #1B96EE;
}

.topRec_List dl dd:nth-child(1) {
	width: 17%;
	height: 40px;
	line-height: 40px;
}

.topRec_List dl dd:nth-child(2) {
	width: 18%;
	height: 40px;
	line-height: 40px;
}

.topRec_List dl dd:nth-child(3) {
	width: 25%;
	height: 40px;
	line-height: 40px;
}

.topRec_List dl dd:nth-child(4) {
	width: 40%;
	height: 40px;
	line-height: 40px;
}

.maquee {
	height: 305px;
}

.topRec_List ul {
	width: 100%;
	height: 305px;
}

.topRec_List li {
	width: 100%;
	height: 61px;
	/*line-height: 55px;*/
	text-align: center;
	font-size: 12px;
}


/*ä¸Šä¸‹æ»šåŠ¨*/


/*å¯¼èˆª*/

.navigation {
	width: 92vw;
	display: flex;
	justify-content: space-around;
	margin: 0 3vw;
	background: #fff;
	border-radius: 0 0 10px 10px;
}

.navigations {
	width: 100%;
	height: 10vw;
	border-radius: 10px;
	color: #fff;
	text-align: center;
	line-height: 10vw;
	font-size: 3.8vw;
	margin: 0 3vw 3vw 3vw;
}

.dao {
	min-width: 94%;
	min-height: 66vw;
	margin: 3vw;
}

#containers {
	min-width: 96%;
	min-height: 66vw;
	margin: 2vw;
}


/*å¯¼èˆª*/


/*åˆä½œ*/

.slide-box {
	width: 100%;
	margin-top: 4vw;
	display: -webkit-box;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 13vw;
}

.slide-item {
	width: 55vw;
	margin-right: 4vw;
	border-radius: 10px;
	overflow: hidden;
    border: 1px solid #f3f3f3;
    padding-bottom: 2vw;
}


/*éšè—æŽ‰æ»šåŠ¨æ¡*/

.slide-box::-webkit-scrollbar {
	display: none;
}

.count_bottom1 {
	width: 92vw;
	background: #fff;
	border-radius: 0 0 10px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 6vw;
	padding: 0 4vw;
}

.slide-img {
	width: 100%;
	height: 30vw;
	overflow: hidden;
}

.slide-img img {
	width: 100%;
}

.slide-name {
	padding: 2vw 2vw 1vw 2vw;
	font-weight: 500;
	font-size: 3.8vw;
}

.slide-address {
	padding: 0 2vw;
	font-size: 3.5vw;
}

.slide-buttom {
	width: 100%;
}

.click {
    padding: 1.2vw 2vw;
    border-radius: 50px;
    color: #fff;
    /* text-align: right; */
    width: 18vw;
    font-size: 3vw;
    /* position: absolute; */
    /* margin-right: 0vw; */
    position: relative;
    /* margin-left: 15vw; */
    margin-top: 1vw;
    text-align: center;
    margin-right: 1.5vw;
        color: #fff;
    /* padding: 1.2vw 3vw; */
    font-size: 3.2vw;
    border-radius: 4px;
}

.slide-addressed {
	padding: 0 2vw;
	font-size: 3.5vw;
	line-height: 8vw;
	color: #bfbfbf;
}

.merchant {
	padding: 2vw 3vw;
	color: #fff;
	font-size: 3.5vw;
	border-radius: 50px;
	position: absolute;
	margin-top: 41vw;
	font-weight: 500;
}
.m{
	display: flex;
	justify-content: space-between;
	margin-top: 2vw;
}

/*åˆä½œ*/
/*ç”µè¯*/
.backgrounds {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}
.background_pay {
	display: none;
    width: 82%;
    height: 100vw;
    background: #fff;
    z-index: 18;
    position: fixed;
    /* margin: 0 auto; */
    top: 30vw;
    /* bottom: 0; */
    border-radius: 15px;
    padding: 7vw;
    margin-left: 9%;
}
/*ç”µè¯*/
/*æ”¯ä»˜å¼¹çª—*/
.backgroundss {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}
.background_pays {
	display: none;
    width: 82%;
    height: 82vw;
    background: #fff;
    z-index: 15;
    position: fixed;
    /* margin: 0 auto; */
    top: 38vw;
    /* bottom: 0; */
    border-radius: 15px;
    padding: 7vw;
    margin-left: 9%;
}
.back {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}

.pay_bottom {
	width: 100%;
	background: #fff;
	border-radius: 10px 10px 0 0;
}

.buttom1 {
	width: 100%;
	/*height: 18vw;*/
	background: -webkit-gradient(linear, 0 0, 0 90%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
	z-index: 8;
}

.buttoms1 {
width: 88vw;
    height: 12vw;
    border-radius: 50px;
    background: #e1476d;
    margin: 1vw auto;
    display: flex;
    color: #fff;
    justify-content: space-around;
    line-height: 12vw;
    font-size: 3.8vw;
    text-align: center;
    position: relative;
    top: 1.5vw;
}

.pay {
    display: none;
    background: #fff;
    z-index: 15;
    width: 100%;
    position: fixed;
    bottom: 0;
    border-radius: 15px 15px 0 0;
    padding: 6.5vw 6vw 3vw 6vw;
}

.name input {
	float: left;
	outline: none;
	border: 1px solid #eeeeee;
	padding: 0;
	height: 47px;
	width: 100%;
	text-indent: 11px;
	letter-spacing: 0.05rem;
	/* color: #c9c9c9; */
	border-radius: 6px;
}

.phone input {
	float: left;
	outline: none;
	border: 1px solid #eeeeee;
	padding: 0;
	height: 47px;
	width: 100%;
	text-indent: 11px;
	letter-spacing: 0.05rem;
	/* color: #c9c9c9; */
	border-radius: 6px;
}

.phone {
    width: 100%;
    float: left;
    margin: 1.5vw auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* line-height: 5vw; */
}
.phones {
    width: 100%;
    float: left;
    margin: 1.5vw auto;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* line-height: 5vw; */
       padding: 0 2vw;
}
.phone_right{
	padding: 1.5vw 3vw;
    background: #e1476d;
    color: #fff;
    border-radius: 50px;
}
.contact{
	text-align: center;
	color: #b4b4b4;
	font-size: 3.2vw;
}
.er{
    width: 100%;
    padding: 5vw;
    margin-top: -4vw;
    margin-bottom: -1vw;
}
.er img{
	width: 100%;
}
.name {
	width: 100%;
	float: left;
	margin: 1vw auto;
	border-radius: 10px;
}

.input {
	border: 0;
	padding: 10px;
	font-size: 3.5vw;
	border: solid 1px #ccc;
	/* margin: 0 0 20px; */
	width: 100%;
	-moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
	box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

input {
	-webkit-appearance: none;
	/*åŽ»é™¤inputé»˜è®¤æ&nbsp;·å¼*/
}

input:focus {
	outline: none !important;
	border-color: #719ECE;
}

input::-webkit-input-placeholder {
	/* placeholderé¢œè‰²  */
	color: #cacaca;
	/* placeholderå­—ä½“å¤§å°  */
	font-size: 3.5vw;
}


/*æ”¯ä»˜å¼¹çª—*/


/*ä¸‹æ‹‰é€‰æ‹©*/

.center-on-page {
	width: 100%;
	float: left;
	margin: 1.5vw auto;
	border-radius: 10px;
	width: 88vw;
	margin-bottom: 4vw;
}


/* Reset Select */

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	background: #fff;
	background-image: none;
	border: 1px solid #eeeeee;
}


/* Custom Select */

.select {
	position: relative;
	display: block;
	height: 47px;
	line-height: 47px;
	background: #2c3e50;
	overflow: hidden;
	border-radius: 6px;
}

select {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 10px;
	color: #cacaca;
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}


/* Arrow */

.select::after {
	content: '\25BC';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 3.5vw;
	pointer-events: none;
}


/* Transition */

.select:hover::after {
	color: #e1476d;
}

.select {
	color: #e1476d;
}

.select::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
}


/*ä¸‹æ‹‰é€‰æ‹©*/


/*åˆ†äº«æµ·æŠ¥*/

.back1 {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	display: none;
	background: rgba(245, 245, 245, 1);
	color: #6a6866;
}

.share {
    z-index: 17;
    width: 100%;
    height: 18vw;
    position: fixed;
    bottom: 0;
    background: -webkit-gradient(linear, 0 0, 0 90%, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
}
.shares {
    font-weight: 500;
    width: 92vw;
    height: 11vw;
    border-radius: 50px;
    background: #fd6a00;
    margin: 3vw auto;
    display: flex;
    justify-content: space-around;
    line-height: 11vw;
    font-size: 3.7vw;
    text-align: center;
    display: flex;
    overflow: hidden;
    background: #fdd559;
    color: #2d2d2d;
}
.pay1 {
	display: none;
	z-index: 15;
}

.pay1_text {
	background: rgba(255,255,255,.9);
    z-index: 15;
    width: 100%;
    position: fixed;
    top: 0;
	padding: 1vw 6vw 1vw 6vw;
    color: #393738;
    text-align: center;
    font-size: 3.2vw;
    line-height: 6vw;
	font-weight: 500;
}

.price {
	font-size: 4vw;
	color: #e1476d;
	margin: 0 2vw;
}

.pay1_img {
    position: fixed;
    top: -2vh;
    z-index: 15;
    margin: 8vw 11vw;
}

.pay1_img img {
	width: 100%;
}

.pay1_below {
	position: fixed;
	width: 9vw;
	height: 9vw;
	border-radius: 8px 0 0 8px;
	margin-top: 2vw;
	top: 11vw;
	z-index: 20;
	right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay1_below img {
	width: 50%;
}


/*åˆ†äº«æµ·æŠ¥*/


/*æ‹›å•†å¼¹çª—*/

.back2 {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}

.pay2 {
	display: none;
	z-index: 15;
	width: 82%;
	height: 68vw;
	background: #fff;
	position: fixed;
	/* margin: 0 auto; */
	top: 40vw;
	/* bottom: 0; */
	border-radius: 15px;
	padding: 8vw 5vw;
	margin-left: 9%;
}

.pays_top {
	text-align: center;
	color: #2d2d2d;
	font-size: 3.8vw;
	font-weight: 500;
	line-height: 11vw;
	margin-top: -4vw;
}

.wei {
	padding: 2.5vw 2vw;
	border-radius: 50px;
	width: 64vw;
	text-align: center;
}

.weis {
	width: 88%;
	height: 12vw;
	color: #fff;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 46vw;
	font-weight: 500;
}


/*æ‹›å•†å¼¹çª—*/

/* ç¤¼ç‰©é¢†å– */
.back5 {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}

.pay5 {
	display: none;
	z-index: 15;
	width: 82%;
	height: 68vw;
	background: #fff;
	position: fixed;
	/* margin: 0 auto; */
	top: 40vw;
	/* bottom: 0; */
	border-radius: 15px;
	padding: 8vw 5vw;
	margin-left: 1%;
}
/* ç¤¼ç‰©é¢†å– */

/*æŠ•è¯‰å¼¹çª—*/

.back3 {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}

.pay3 {
	display: none;
	z-index: 15;
	width: 84%;
	height: 85vw;
	background: #fff;
	position: fixed;
	/* margin: 0 auto; */
	top: 30vw;
	/* bottom: 0; */
	border-radius: 15px;
	padding: 8vw 3vw;
	margin-left: 8%;
}

.pays_top {
	text-align: center;
	color: #2d2d2d;
	font-size: 3.8vw;
	font-weight: 500;
	line-height: 11vw;
	margin-top: -4vw;
}

.wei {
	padding: 2.8vw 2vw;
	background: #e1476d;
	border-radius: 50px;
	width: 64vw;
	text-align: center;
}

.weis {
	width: 88%;
	height: 12vw;
	color: #fff;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 46vw;
	font-weight: 500;
	font-size: 3.8vw;
}

.pays_tops {
    color: #8f8f8f;
    font-size: 0.8em;
    width: 100%;
    text-align: center;
}

textarea {
	width: 96%!important;
	float: left;
	height: 55px;
	margin: 2vw 1.7vw;
	height: auto;
	border: 1px solid #f3f3f3;
	border-radius: 10px;
	 resize:none;
	/* margin-left: 6%; */
}
textarea  {
ã€€ã€€box-shadow:0px 0px 0px rgba(0,0,0,0);
   -webkit-appearance:none;

}

.wei3 {
	padding: 2.8vw 2vw;
	background: #e1476d;
	border-radius: 50px;
	width: 64vw;
	text-align: center;
}

.weis3 {
	width: 88%;
	height: 12vw;
	color: #fff;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 59vw;
	font-weight: 500;
	font-size: 3.8vw;
}


/*æŠ•è¯‰å¼¹çª—*/

/* æ¬¢è¿Ž */
.back6 {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}

.pay6 {
    display: none;
    z-index: 15;
    width: 70%;
    /* height: 32vw; */
    background: #fff;
    position: fixed;
    /* margin: 0 auto; */
    /* top: 54vw; */
    /* bottom: 0; */
    border-radius: 12px;
    padding: 5vw 3vw;
    margin-left: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 50%;
    /* left: 50%; */
    /* margin-left: 50%; */
    /* margin-right: 50%; */
}

.wei6 {
	padding: 2vw 2vw;
	background: #e1476d;
	border-radius: 50px;
	width: 100%;
	text-align: center;
	font-size: 3.5vw;
}

.weis6 {
    width: 94%;
    /* height: 11vw; */
    color: #fff;
    /* position: absolute; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-top: 11vw; */
    font-weight: 500;
    font-size: 3.8vw;
}

.pays_tops6 {
    color: #333;
    font-size: 3.5vw;
    width: 94%;
	text-align: center;
	margin-bottom: 4vw;;
}
/* æ¬¢è¿Ž */


/*æ&nbsp;¸é”€å¼¹çª—*/

.back4 {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}

.pay4 {
	display: none;
	width: 82%;
	height: 82vw;
	background: #fafbfd;
	z-index: 15;
	position: fixed;
	/* margin: 0 auto; */
	top: 37vw;
	/* bottom: 0; */
	border-radius: 15px;
	padding: 14vw;
	margin-left: 9%;
}

.pay4 img {
	width: 100%;
}

.pay4_top {
	text-align: center;
	color: #2d2d2d;
	font-size: 3.8vw;
	font-weight: 500;
	line-height: 13vw;
	margin-top: -10vw;
}

/*æ&nbsp;¸é”€å¼¹çª—*/
.zhaoshang {
	width: 100%;
	margin-top: 4vh;
	text-align: center;
}

.zs_body {
	width: 60%;
    margin-left: 20%;
	padding: 2vw 3vw;
	color: #fff;
	font-size: 3.5vw;
	border-radius: 50px;
	position: absolute;
	font-weight: 500;
}

.message-zz {
	display: none;
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 16;
}
.message {
	display: none;
	position: fixed;
    background: #f5f5f5;
    top: 40%;
    width: 60%;
    left: 20%;
    height: 15%;
    border-radius: 5px;
    overflow: hidden;
    word-break: break-all;
    /* display: flex; */
    align-items: center;
	justify-content: center;
	padding: 0 6%;
	z-index: 16;
}
.lodding-body {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 16;
}
.lodding-body img {
	width: 60%;
    margin: 40% 0 0 20%;
}
.compy{
	text-align: center;
    margin-top: 3vh;
}
.compy a{
	color: #272727;
}
.content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 4vw;
    padding-top: 4vw;
    flex-direction: column;
}
.content_img {
    width: 100%;
    height: 46vw;
    overflow: hidden;
    border-radius: 10px;
}
.scenic img {
    width: 100%;
}
.content_text {
    width: 100%;
    height: 26vw;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    padding: 1.5vw;
}
.title {
    font-size: 4vw;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 3.7vw;
    /* width: 59vw; */
    color: #333333;
}
.content_texts {
    color: #777;
    font-size: 3.2vw;
    line-height: 6vw;
    margin: 0.7vw 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-top: -5vw;
}
.content_date {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content_price {
    font-size: 3.2vw;
    color: #bfbfbf;
}
.text {
    font-size: 2.7vw;
    color: #a0a0a0;
}
.count_bottom2 {
    width: 92vw;
    background: #fff;
    border-radius: 0 0 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 6vw;
    padding: 0 4vw;
    padding-bottom: 4vw;
}
#background {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 14;
    background-color: rgba(0,0,0,0.8);
}
 
#div1 {
    background: #fff;
    width: 70%;
    z-index: 1;
    margin: 33% auto;
    overflow: auto;
    border-radius: 10px;
}
 
/*span {
    color: white;
    padding-top:2px;
    cursor: pointer;
    padding-right: 14px;
}*/
 
#div2 {
    background: #fff;
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: -2vw;
}
#close{
    width: 100%;
    z-index: 5;
}
 
#close-button {
    float: right;
    font-size: 30px;
    color: #e1476d;
        /*color: white;*/
    padding-top:2px;
    cursor: pointer;
    padding-right: 14px;
}
 
#foot {
	padding: 5px 0;
	text-align: center;
	background: #5cd31b;
	color: white;
}
 
h2 {
	margin: 10px 0;
	color: white;
	padding-left: 15px;
}
 
h3 {
	margin: 0 0px;
	padding-top: 15px;
}

.icon_button {
    position: fixed;
    top: 10.5vh;
    display: none;
    background: #e1476d;
    border-radius: 0 50px 50px 0;
    padding-right: 1vw;
    z-index: 11;
}

.icon0 {
    display: flex;
    color: #fff;
    font-size: 3vw;
    align-items: center;
    justify-content: space-between;
    padding: 1.2vw;
}

.icon0 img {
    width: 100%;
}
.pic{
    width: 60vw;
    /* margin-top: 26vw; */
}
.pic img{
    width: 100%;
    margin-top: -7vw;
}
.contents{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.pic_name{
    font-size: 3vw;
    /* line-height: 8vw; */
    margin-top: -3vw;
    margin-bottom: 3vw;
}
.pic_buttom{
    background: #e1476d;
    color: #fff;
    border-radius: 50px;
    font-size: 3.5vw;
    padding: 2vw 19vw;
    margin-bottom: 7vw;
}
.icon1{
	width: 6vw;
	height: 6vw;
}
.icon1 img{
	width: 100%;
}
.quan{
	font-size: 3vw;
	display: none;
	color: #fff;
}
.gou {
    width: 4.5vw;
    height: 4.5vw;
    margin-right: 2vw;
}
.gou img {
	width: 94%;
}
.gouing {
    display: flex;
    align-items: center;
    margin-bottom: 3vw;
    justify-content: center;
    margin-top: 4.5vw;
    font-size: 3vw;
}
.texts {
	color: #333;
	font-size: 3vw;
}

/*å¼¹çª—*/
.backgrounds {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 14;
	display: none;
	background: rgba(0, 0, 0, 0.8);
}
.background_payss {
    display: none;
    width: 84%;
    height: 100vw;
    background: #fff;
    z-index: 15;
    position: fixed;
    /* margin: 0 auto; */
    overflow: auto;
    top: 30vw;
    /* bottom: 0; */
    border-radius: 15px;
    padding: 0 7vw;
    margin-left: 0%;
}
.pays_topss {
	text-align: center;
    color: #2d2d2d;
    font-size: 3.8vw;
    font-weight: 500;
    line-height: 11vw;
    /*margin-top: -4vw;*/
    position: fixed;
    background: #fff;
    width: 70%;
    padding-top: 1vw
    /* display: flex; */
}
.phoness {
    color: #333;
    font-size: 3.2vw;
    margin-top: 11vw;
    line-height: 6vw;

}
.contacted {
margin-left: 2%; */
    width: 100%;
    background: #e1476d;
    color: #fff;
    height: 10vw;
    text-align: center;
    line-height: 10vw;
    font-size: 3.7vw;
    border-radius: 50px;
    margin-top: 3vh;
    margin-bottom: 6vw;
}

/*å¼¹çª—*/
.huo{
	   /* background: #fff;*/
    border: 0px solid #eeeeee!important;
    position: absolute;
    right: 6vw!important;
    width: 37vw!important;
    height: 5vh!important;
    margin-top: 2vw;

}
/*æ»šåŠ¨æ¡æ&nbsp;·å¼*/

.background_payss::-webkit-scrollbar {
	/*æ»šåŠ¨æ¡æ•´ä½“æ&nbsp;·å¼*/
	width: 4px;
	/*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
	height: 4px;


}

.background_payss::-webkit-scrollbar-thumb {
	/*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
	border-radius: 5px;
	-webkit-box-shadow: inset 0 0 5px rgba(225, 71, 109, 0.6);
	background: rgba(225, 71, 109, 0.8);
}

.background_payss::-webkit-scrollbar-track {
	/*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
	margin: 2vw;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
.pay_top{
	text-align: center;
    color: #777;
    font-size: 3.2vw;
    margin: 0 0 2vw 0;
}

.rolled {
	position: absolute;
	top: 0;
	width: 15vw;
	height: 35vw;
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	-webkit-animation: rolled 4.5s .2s ease both infinite;
	-moz-animation: rolled 4.5s .2s ease both infinite;
	-o-animation: rolled 4.5s .2s ease both infinite;
	-ms-animation: rolled 4.5s .2s ease both infinite;
	overflow: hidden;
}

@-webkit-keyframes rolled {
	0% {
		left: -150px;
	}
	100% {
		left: 920px;
	}
}

@-moz-keyframes rolled {
	0% {
		left: -150px;
	}
	100% {
		left: 920px;
	}
}

@-o-keyframes rolled {
	0% {
		left: -150px;
	}
	100% {
		left: 920px;
	}
}

@-ms-keyframes rolled {
	0% {
		left: -150px;
	}
	100% {
		left: 920px;
	}
}

@keyframes rolled {
	0% {
		left: -150px;
	}
	100% {
		left: 920px;
	}
}

.img {
    display: block;
    position: relative;
    overflow: hidden;

}
			
			
.rolleds {
    position: absolute;
    top: 0;
    width: 60px;
    height: 175vw;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0)0, rgba(255, 255, 255, .2)50%, rgba(255, 255, 255, 0)100%);
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
    -webkit-animation: rolled 4.5s .2s ease both infinite;
    -moz-animation: rolled 4.5s .2s ease both infinite;
    -o-animation: rolled 4.5s .2s ease both infinite;
    -ms-animation: rolled 4.5s .2s ease both infinite;
    overflow: hidden;
}
			
@-webkit-keyframes rolled {
	0% {
		left: -150px;
	}
	100% {
		left: 920px;
	}
}

@-moz-keyframes rolled {
	0% {
		left: -150px;
	}
	100% {
		left: 920px;
	}
}

@-o-keyframes rolled {
	0% {
		left: -150px;
	}
	100% {
		left: 920px;
	}
}

@-ms-keyframes rolled {
	0% {
		left: -150px;
	}
	100% {
		left: 920px;
	}
}

@keyframes rolled {
	0% {
		left: -150px;
	}
	100% {
		left: 920px;
	}
}</pre></body></html>