﻿.qy-scroll-anchor {
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 1000
}

.qy-scroll-anchor .anchor-list {
	margin-top: 10px
}

.qy-scroll-anchor .anchor-item {
	position: relative;
	display: inline-block;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background-color: hsla(0,0%,100%,.9);
	cursor: pointer;
	vertical-align: top;
	box-shadow: 0 0 5px 0 rgba(2,2,2,.2);
	color: #999;
	line-height: 36px;
	text-align: center
}

.qy-scroll-anchor .anchor-item:hover {
	border-radius: 0 50% 50% 0;
	background-color: #e0f7e2;
	box-shadow: none;
	color: #00be06
}

.qy-scroll-anchor .anchor-item:hover .anchor-txt {
	padding-left: 17px;
	max-width: 200px;
	transition: max-width .1s ease
}

.qy-scroll-anchor .qy-svgicon {
	font-size: 16px
}

.qy-scroll-anchor .anchor-txt {
	position: absolute;
	top: 0;
	right: 35px;
	height: 36px;
	font-size: 14px;
	line-height: 36px;
	max-width: 0;
	padding: 0;
	text-align: right;
	white-space: nowrap;
	background-color: #e0f7e2;
	overflow: hidden;
	border-radius: 18px 0 0 18px
}

.qy-brower-guide {
	position: fixed;
	right: 18px;
	bottom: 20px;
	width: 320px;
	height: 240px;
	background: #fff url(//www.qiyipic.com/common/fix/site-v4/sprite-browerGuide.png) no-repeat 0 0;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,.1);
	z-index: 1001
}

.qy-brower-guide .qy-svgicon-close {
	position: absolute;
	top: 7px;
	right: 7px;
	padding: 0 3px;
	line-height: 20px;
	font-size: 13px;
	color: #ccc
}

.qy-brower-guide .qy-svgicon-close:hover {
	color: #00be06
}

.qy-brower-guide .brower-guide {
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	margin-bottom: 16px;
	padding-top: 128px;
	color: #222
}

.qy-brower-guide .brower-btns {
	font-size: 0;
	text-align: center
}

.qy-brower-guide .brower-btn {
	display: inline-block;
	margin: 0 10px;
	width: 100px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background-color: #00b606;
	border-radius: 14px
}

.qy-brower-guide .brower-icon {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(//www.qiyipic.com/common/fix/site-v4/sprite-browerGuide.png) no-repeat;
	margin-right: 5px;
	vertical-align: -1px
}

.qy-brower-guide .brower-icon-chrome {
	background-position: 0 -245px
}

.qy-brower-guide .brower-icon-ie {
	background-position: -20px -245px
}