/**
 * base.css
 * author:蓝面小生
 * date:2011-06-20
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
th,
td,
span {
	margin:0;
	padding:0;
}
html { overflow-y:scroll; }
body {
	font-family:Tahoma, sans-serif, "宋体";
	font-size:12px;
	line-height:1.5;
	color:#141414;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img { border:0; }
li { list-style:none; }
h1,
h2,
h3,
h4,
h5,
h6 { font-size:100%; }
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input,
textarea,
select {  *font-size:100%;
}
:focus { outline: 0; }
.clearfix { zoom:1; }
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
}
.y-hidden { display:none; }
.pr { position:relative; }
small { font-size:12px; }
a {
	color:#444;
	text-decoration:none;
	-moz-transition:color 0.25s ease-in;
	-webkit-transition:color 0.25s ease-in;
}
a:hover { text-decoration:none; }
em { font-style:normal; }
.gray { color:#999; }
.mt10 { margin-top:10px; }
.mt20 { margin-top:20px; }
.ml10 { margin-left:10px; }
.pb10 { padding-bottom:10px; }
.fl {
	float:left;
	display:inline;
}
.fr {
	float:right;
	display:inline;
}
.red,
#show-msg { color:#ff0300; }
.darkRed { color:#b00a08; }
.orange { color:#ff6633; }
.text,
textarea {
	border:1px solid #aaa;
	border-color:#8b8b8b #e5e5e5 #e5e5e5 #8b8b8b;
	height:20px;
	width:132px;
	padding:1px 2px;
	line-height:20px;
	-moz-transition:border-color 0.25s ease-in;
	-webkit-transition:border-color 0.25s ease-in;
	box-shadow:1px 1px 2px #ebebeb inset;
}
.text:focus,
textarea:focus {
	border-color:#ffa508;
	box-shadow:0 0 3px #fecf7f;
}
.container {
	width:960px;
	margin:0 auto;
}
/*
 * global.css
 * 头部，导航，圆角，子导航
 * last modify 2011-08-19
 * author：蓝面小生
 */
/*.container{
	margin:40px auto 10px;
	width:960px;
	*margin:0 auto 10px;
	*padding-top:40px;
}*/
.box-title,
.person-capacity i,
.person-info-list li,
.y-content-top { background:url(../images/repeat.png) repeat-x; }
.v-logo,
.nav-left,
.nav-right,
.nav-list-current,
.nav-list-li a:hover,
.subNav-left,
.subNav-right,
.nav-right i,
.y-radius-t,
.y-radius-tr,
.y-radius-b,
.y-radius-br,
.y-subNav-current .v-flag,
.power-current { background:url(../images/vip_index.png) no-repeat; }
.v-box,
.v-box-fix { background-image:url(../images/pic.gif); }
.v-icon {
	background-image:url(../images/v_icon.png);
	_background-image:url(../images/v_icon.gif);
	background-repeat:no-repeat;
}
.v-btn {
	background-image:url(../images/btn_no_edit.png);
	cursor:pointer;
}
.v-logo {
	background:url(../images/new_top_v3.png) no-repeat;
	_background:url(../images/new_top_v3.gif) no-repeat;
	height:66px;
	overflow:hidden;
}
.v-logo a {
	height:100%;
	display:inline-block;
	width:160px;
}
.nav {
	height:36px;
	position:relative;
}
.nav-left,
.nav-right {
	position:absolute;
	width:90px;
	height:36px;
}
.nav-left {
	background-position:0 -67px;
	width:60px;
	top:0;
	left:0;
}
.nav-right {
	background-position:-63px -67px;
	right:0;
	top:0;
}
.nav-right a {
	float:left;
	color:#fff;
	padding:8px 10px;
}
.nav-right i {
	background-position:-149px -142px;
	width:13px;
	height:13px;
	margin-right:5px;
	vertical-align:middle;
	display:inline-block;
}
/*.nav-list{
	height:100%;
	margin:0 10px;
	position:relative;
}
.nav-list-li{
	float:left;
	margin-left:5px;
	width:92px;
	height:100%;
	display:inline;
	font-size:14px;
}
.nav-list-first{
	margin-left:0;
}
.nav-list-li a{
	color:#fff;
	display:block;
	width:100%;
	height:29px;
	margin-top:4px;
	line-height:28px;
	text-align:center;
}
.nav-list-li a.nav-list-current,.nav-list-li a.nav-list-current:hover{
	background-position:-95px -107px;
	color:#cc0000;
}
.nav-list-li a:hover{
	background-position:0px -107px;
	text-decoration:none;
}*/
/*----------subNav----------*/
.y-subNav {
	height:35px;
	line-height:32px;
	position:relative;
}
.subNav-left,
.subNav-right {
	width:5px;
	height:100%;
	overflow:hidden;
	position:absolute;
}
.subNav-left {
	background-position:-596px -99px;
	top:0;
	left:0;
}
.subNav-right {
	background-position:-601px -99px;
	top:0;
	right:0;
}
.subNav-info {
	background:url(../images/pc.png) repeat-x;
	height:100%;
	margin:0 5px;
	position:relative;
}
.subNav-title {
	text-indent:45px;
	background-position:-913px -110px;
	height:100%;
}
.y-subNav .fl a {
	padding:0 10px;
	color:#141414;
	line-height:15px;
	margin-top:9px;
}
.y-subNav-current {
	font-weight:bolder;
	position:relative;
	_display:inline-block;
	_height:15px;
}
.y-subNav a.y-subNav-current { color:#b00a08; }
.y-subNav-first { border-right:1px dotted #999; }
.y-subNav-current .v-flag {
	position:absolute;
	left:50%;
	width:10px;
	height:5px;
	background-position:-901px -110px;
	margin-left:-5px;
	bottom:-10px;
	_bottom:-20px;
}
/*-------------border-radius---------------*/
.border {
	border:1px solid #ccc;
	overflow:hidden;
}
.y-radius-t,
.y-radius-b {
	height:3px;
	display:block;
	overflow:hidden;
}
.y-radius-t {
	background-position:-949px -67px;
	margin-bottom:-3px;
	position:relative;
	z-index:1;
}
.y-radius-tr {
	height:3px;
	width:3px;
	background-position:-946px -67px;
}
.y-radius-b {
	background-position:-949px -70px;
	margin-top:-3px;
	position:relative;
	z-index:1;
}
.y-radius-br {
	height:3px;
	width:3px;
	background-position:-946px -70px;
}
/*-------------------------------*/
.y-content { margin-top:10px; }
.v-area {
	padding:30px 50px;
	background:#fff;
}
.v-box {
	margin-bottom:10px;
	padding-left:10px;
	_width:380px;
}
.v-box-fix {
	padding:10px;
	height:76px;
	background-position:right 0;
	position:relative;
	padding-right:20px;
	right:-10px;
}
.v-box-con {
	width:270px;
	padding-left:80px;
	position:relative;
	_height:1%;/*fix ie6无指定的宽高会导致绝对定位受到padding影响的问题*/
}
.v-box-selected { background-position:0 -100px; }
.v-box-selected .v-box-fix { background-position:right -100px; }
.v-icon-2,
.v-icon-5,
.v-icon-50,
.v-icon-115 {
	position:absolute;
	width:70px;
	height:70px;
	background-position:0 0px;
	top:-5px;
	left:0px;
 *top:0;
}
.v-icon-5 { background-position:0 -97px; }
.v-icon-2 { background-position:-70px -97px; }
.v-icon-115 { background-position:-70px 0px; }
.v-title {
	font-size:20px;
	font-weight:bolder;
	color:#e01e1e;
	font-family:"微软雅黑";
	margin-top:5px;
}
.v-info { margin-top:5px; }
.v-info a { margin-left:15px; }
.v-box-selected .v-icon-selected,
.v-icon-success,
.v-icon-error {
	position:absolute;
	width:32px;
	height:32px;
	background-position:-230px 0;
	bottom:-3px;
	right:-3px;
}
.v-icon-error,
.v-icon-alert {
	background:url(../images/hint_icon.png) no-repeat;
	_background:url(../images/hint_icon.gif) no-repeat;
	width:30px;
	height:30px;
	background-position:-60px 0;
}
.v-icon-alert { background-position:-90px 0; }
.v-info-area {
	border:1px solid #eee;
	position:relative;
	left:5px;
}
.v-label { padding:20px 30px; }
.label-txt {
	float:left;
	line-height:24px;
}
.v-label-con { margin-left:60px; }
.v-label-bak {
	padding:5px 30px;
	background:#f2f2f2;
}
.radio { margin-right:3px;  *margin-right:0;
}
.radio-span { margin-right:10px; }
.radio-span label,
.radio-span input {
	cursor: pointer;
	vertical-align:middle;
}
.v-label-bak .label-txt {
	height:33px;
	line-height:33px;
	width:60px;
}
.v-label-con .orange,
.v-label-con .red,
.pay-ft .left-info .orange {
	font-size:24px;
	font-weight:bolder;
	line-height:33px;
	overflow:hidden;
	height:33px;
	margin-top:5px;
}
.v-label-con .radio-span .orange {
	font-size:12px;
	font-weight:normal;
	line-height:normal;
}
.v-label-con .red { font-size:12px; }
.v-btn-sl {
	width:111px;
	height:40px;
	background-position:0 0;
	display:inline-block;
}
.v-btn-sl:hover { background-position:0 -40px; }
.v-btn-wrap {
	border:0;
	padding-top:5px;
}
.label-txt-selected { color:#141414; }
.r-inp .text { width:30px; }
.v-tip-area {
	border:1px solid #f8e2ad;
	background:#fff5c5;
	padding:10px 30px;
	position:relative;
	_height:1%;
	zoom:1;/*fix ie6,7下导致边框消失的BUG*/
	width:788px;
}
.v-tip-area p { margin-top:5px; }
.v-icon-tip {
	background-position:-229px -45px;
	position:absolute;
	vertical-align:middle;
	height:16px;
	width:16px;
	top:12px;
	left:13px;
}
.y-footer {
	text-align:right;
	margin-top:10px;
	padding-bottom:10px;
}
.y-footer .fl { font-size:11px; }
.about { color:#3366cc; }
.no-text {
	font-size:0;
	overflow:hidden;
	text-indent:-9999em;
}
/*select bank*/
.input-label { margin-bottom:15px; }
.label-text {
	float:left;
	width:60px;
	padding-right:10px;
	text-align:right;
}
.input-label-con { margin-left:70px; }
.v-btn-pay {
	background-position:0 -160px;
	float:left;
}
.v-btn-pay:hover { background-position:0 -200px; }
.v-btn-nt {
	background:none;
	margin-left:10px;
	line-height:35px;
	width:auto;
}
.v-back {
	width:16px;
	height:16px;
	overflow:hidden;
	display:inline-block;
	background-position:0 -72px;
	vertical-align:middle;
	_margin:10px 3px;
}
/*error*/
.v-error {
	height:54px;
	border-bottom:1px solid #ffe7d1;
	background:#fffbd9;
	line-height:54px;
	font-size:14px;
	text-indent:50px;
}
.q-list p {
	margin-top:5px;
	line-height:22px;
}
.q-list-li { margin-top:25px; }
.v-d-pro {
	background:#f0f0f0;
	padding:10px 20px;
	margin-top:30px;
}
.v-d-pro p { line-height:22px; }
.border-none { border-width:0; }
.border-none .text { width:300px; }
.c-friend { margin-left:10px; }
.v-friend {
	background-position:-20px -72px;
	_margin:6px 3px;
	_position:relative;
	top:3px;
}
.v-box-large {
	width:850px;
	height:96px;
}
.v-icon-large {
	width:90px;
	height:80px;
	background-position:-140px 0;
	top:2px;
	left:10px;
	_top:10px;
}
.v-box-large .v-box-con {
	padding-left:110px;
	width:auto;
	_height:1%;
}
.v-title .orange { font-size:12px; }
.v-box-large .v-title { padding-top:6px; }
.v-info-large { width:848px; }
.v-info-large .radio-span {
	display:inline-block;
	min-width:60px;
}
.v-info-large .radio-span {  *float:none;
}
.v-btn-add { background-position:0 -80px; }
.v-btn-add:hover { background-position:0 -120px; }
/*扩容在此扩容*/
.v-btn-novip,
.v-btn-novip span,
.v-btn-space,
.v-btn-space span {
	background-image:url(../images/v_btn_v2.png);
	_background-image:url(../images/v_btn_v2.gif);
	background-repeat:no-repeat;
}
.v-btn-novip,
.v-btn-space {
	display:inline-block;
	height:22px;
	background-position:right -55px;
	padding-right:10px;
	box-shadow:0px 2px 3px rgba(0,0,0,0.2);
	border-radius:3px;
}
.v-btn-novip span,
.v-btn-space span {
	padding-left:11px;
	background-position:-201px -55px;
	display:inline-block;
	float:left;
	position:relative;
	left:-2px;
	height:100%;
	color:#FFFCE7;
	line-height:21px;
}
.add-wrap-again .v-info-large {
	border-color:#ddd;
	border-bottom-width:0;
}
.info-list {
	border:1px solid #ddd;
	border-width:0 0px 1px;
}
.has-buy,
.get-date,
.out-date,
.info-action {
	float:left;
	padding:5px 0 5px 20px;
	line-height:30px;
	width:185px;
	height:30px;
	overflow:hidden;
}
.info-head { background:#f2f2f2; }
.info-head li { padding:2px 0 2px 20px; }
.info-action {
	text-align:center;
	float:right;
}
.info-action .v-btn { margin-top:5px; }
.add-wrap-again .v-btn-wrap { text-align:center; }
/*my vip*/
.y-content-top {
	background-position:0 -112px;
	height:87px;
	padding-top:1px;
}
.power-content,
.person-info { margin:0 20px; }
.person-info {
	padding-left:55px;
	position:relative;
	_height:1%;
	padding-top:18px;
}
.person-info .y-radius {
	border-radius:3px;
	border:1px solid #ddd;
	padding:2px;
	position:absolute;
	background:#fff;
	top:20px;
	left:0;
}
.person-info .y-radius img {
	display:block;
	width:40px;
	height:40px;
}
.person-info p img {
	vertical-align:middle;
	margin-right:3px;
	box-shadow:0px 2px 3px rgba(0,0,0,0.2);
}
.power-content table,
.help-info-list {
	border:1px solid #ddd;
	width:100%;
	table-layout:fixed;
}
.power-content table th,
.power-content table td,
.help-info-list th,
.help-info-list td {
	height:30px;
	background:#fbfbfb;
	border:1px solid #ddd;
	text-align:center;
}
.power-content table td,
.help-info-list td { background:#fff; }
.h45 table td { line-height: 20px; }
.help-info-list td,
.help-info-list th {
	text-align:left;
	padding-left:10px;
}
.power-content table td.tl {
	text-align:left;
	padding-left:10px;
}
.power-current {
	background-position:0 -141px;
	height:31px;
	width:80px;
	color:#fff;
	margin-left:800px;
	margin-bottom:10px;
	text-align:center;
}
#myYearPower {
	margin:0;
	right:10px;
	top:0px;
	position:absolute;
}
#myYearPowerTwo {
	position:relative;
	float:right;
	margin:0;
	margin-right:10px;
	margin-bottom:10px;
}
.power-content table td.power-current-highlight { background:#fff7d2; }
.v-btn-vip { background-position:right -27px; }
.v-btn-vip span {
	background-position:-201px -27px;
	padding-left:28px;
}
.person-info .v-btn {
	margin-top:10px;
	margin-left:10px;
}
.icon {
	background-image:url(../images/icon_c.png);
	background-repeat:no-repeat;
	width:18px;
	height:20px;
	display:inline-block;
 *display:inline;
	zoom:1;
}
.power-no { background-position:-20px 0; }
.info-list-parent {
	margin:10px 20px;
	border:1px solid #ddd;
	border-bottom-color:#f5f5f5;
}
.v-btn-continue,
.v-btn-get {
	width:171px;
	height:38px;
	background-position:0 -241px;
	display:inline-block;
	margin-top:10px;
	margin-left:395px
}
.v-btn-get {
	background-position:0 -320px;
	height:39px;
}
.v-btn-get:hover { background-position:0 -359px; }
.v-btn-continue:hover { background-position:0 -280px; }
.input-label-last { margin-bottom:0; }
.v-box-buy { margin-top:10px; }
.v-box-buy .v-icon-50,
.v-box-buy .v-icon-115 {
	left:20px;
	top:0px;
}
.v-box-buy .v-icon-large { left:10px; }
.v-btn-parent {
	margin-right:50px;
	padding-top:15px;
}
.v-btn-parent .v-btn { margin-left:10px; }
.v-btn-now { background-position:0 -400px; }
.v-btn-now:hover { background-position:0 -440px; }
.v-result p {
	text-align:center;
	line-height:25px;
}
.v-result-info {
	position:relative;
	font-size:14px;
	color:#151515;
	margin-bottom:10px;
}
.v-result-info .v-icon {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	top:-2px;
}
.get-help {
	width:470px;
	margin:10px auto;
	text-align:center;
	height:30px;
	line-height:30px;
	color:#999;
	background:#f8f8f8;
	border-color:#eee;
}
.radio-list li {
	width:170px;
	float:left;
	line-height:30px;
	height:30px;
	cursor:pointer;
}
.radio-list label {
	cursor: pointer;
	display:inline-block;
	text-indent:0px;
	_display:inline;
}
.radio-list img,
.radio-list label,
.radio-list input {
	cursor: pointer;
	vertical-align:middle;
	_margin:10px 0;
}
.radio-list img { margin-right:2px; }
/*dialog.css*/
.draggable-iframeFix {
	width:100%;
	height:100%;
	position:fixed;
	_position:absolute;
}
.y-dialog {
	position:fixed;
	_position: absolute;
	box-shadow: 0 0 8px rgba(100, 100, 100, 0.6);
	border-radius: 3px;
	z-index:1000;
}
.y-dialog-title {
	color:#fff;
	text-indent:10px;
	font-size:12px;
}
.y-dialog-cc { background:#fff; }
.y-dialog-tl,
.y-dialog-tr,
.y-dialog-tc,
.y-dialog-bl,
.y-dialog-bc,
.y-dialog-br,
.y-dialog-btn-wrap { background-image: url(../images/dialog/dialog_main.png); }
.y-dialog-cl,
.y-dialog-cr {
	background-image: url(../images/dialog/dialog_repeat_y.png);
	background-repeat: repeat-y;
}
.y-dialog-close { background-image: url(../images/dialog/dialog_handle.gif); }
.y-dialog-tl,
.y-dialog-tr {
	width: 2px;
	height: 30px;
	background-position: 0 0;
}
.y-dialog-tr { background-position: -2px 0px; }
.y-dialog-tc { background-position: 0px -30px; }
.y-dialog-bl {
	background-position: 0px -60px;
	height: 2px;
}
.y-dialog-br { background-position: -2px -60px; }
.y-dialog-bc { background-position: 0px -62px; }
.y-dialog-bottom .y-dialog-flag {
	bottom: 0px;
	top: auto;
	background-position: 0 -7px;
}
.y-dialog-close {
	position: absolute;
	height: 15px;
	width: 15px;
	overflow: hidden;
	background-position: 0 0;
	top: 8px;
	right: 10px;
}
.y-dialog-close:hover { background-position: 0 -15px; }
.y-dialog-btn-wrap {
	height: 38px;
	background-position: 0 -64px;
	background-repeat: repeat-x;
	text-align:right;
	padding-top:10px;
}
.y-dialog-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	_position: absolute;
	background: #000;
	_background:#fff;
	opacity:0.5;
	filter: alpha(opacity = 30);
	background:-moz-radial-gradient(center center, rgba(0, 0, 0, 0.3), #000000 80%);
	background:-webkit-radial-gradient(center, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 1) 80%);
	top: 0;
	left: 0;
	z-index: 999;
}
.y-IE6FixedIframe {
	width: 100%;
	height: 100%;
	opacity: 0;
	background: #fff;
	filter: alpha(opacity = 0);
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
.y-IE6Fixed {
	overflow: hidden;
	height: 100%;
}
.y-dialog .circle-btn {
	-moz-box-shadow:0 0 5px rgba(0,0,0,0.4);
	box-shadow:0 0 5px rgba(0,0,0,0.4);
	margin-right:5px;
}
.y-dialog .circle-btn-white { margin-right:10px; }
/*dialog_result.css*/
.pay-tip {
	padding: 50px 50px 50px 140px;
	width: 360px;
	position:relative;
}
.pay-tip-result {
	padding: 50px 60px;
	text-align:center;
}
.pay-tip h2 { font-size:14px; }
.pay-tip p { line-height:22px; }
.pay-icon {
	width: 48px;
	height: 48px;
	top: 50px;
	left: 70px;
	background: url(../images/dialog.png) 0 -63px no-repeat;
	position:absolute;
}
.y-line-parent {
	height:20px;
	margin-top:30px;
}
/*helper*/
.y-subCol { width:210px; }
.y-mainContent { margin-left:220px; }
.y-radius { border:1px solid #ddd; }
.y-line {
	border-bottom:1px dotted #ccc;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
}
#helpContent { padding:0 20px 20px; }
#helpContent h4 {
	padding-bottom:5px;
	float:left;
	margin-top:-10px;
	background:#fff;
	position:relative;/*fix ie6 */
	font-size:14px;
}
#helpContent p {
	line-height:27px;
	text-indent:2em;
}
#helpContent .highlight,
.color-red { color:#cc0000; }
table#groupInfo { table-layout:auto; }
#helpContent .y-text-img h3 {
	margin-left:80px;
	margin-top:20px;
}
.help-title {
	margin-top:-10px;
	float:left;
	display:inline;
	margin-left:10px;
	background:#fff;
	color:#CC0000;
	padding:0 5px;
}
.help-list { padding-bottom:10px; }
.help-list li {
	margin-top:5px;
	line-height:25px;
	padding-left:10px;
}
.help-list li a { color:#141414; }
.help-list li a:hover {
	text-decoration:underline;
	color:#cc0000;
}
.my-grade {
	margin-top:10px;
	height:41px;
}
.v-box-continue .v-box-con { padding-top:15px; }
.v-box-hasvip .v-box-con { padding-top:5px; }
.v-box-continue .v-info-area {
	margin-top:0;
	z-index:1;
}
.v-box-continue .v-tip-area { margin-top:10px; }
.v-box-continue .v-tab {
	border:0;
	margin-top:20px;
	position:static;
	margin-left:5px;
}
.v-tab-li {
	float:left;
	height:30px;
}
.v-tab-li a {
	color:#999;
	display:inline-block;
	padding:0 30px;
	height:100%;
	line-height:30px;
	border:1px solid #eee;
	border-bottom-width:0;
	background:#fff;
}
.v-tab-sec {
	margin-left:10px;
	_margin-left:5px;
}
.v-tab-active a {
	color:#b00a08;
	font-weight:bolder;
	position:relative;
	z-index:2;
	_top:1px;
}
.v-btn-next { background-position:0 -480px; }
.v-btn-next:hover { background-position:0 -520px; }
/*button*/
.circle-btn {
	background: url(../images/btn.png) no-repeat;
	border: 0;
	padding-right: 15px;
	display:inline-block;
	box-shadow:1px 1px 2px rgba(0,0,0,0.2);
	border-radius:3px;
	cursor:pointer;
}
.circle-btn span {
	background: url(../images/btn.png);
	height: 30px;
	float: left;
	padding-left: 16px;
	position: relative;
	left: -1px;
	background-position: left 0;
	line-height: 30px;
	font-weight:bolder;
}
.circle-btn-white {
	background-position: right -300px;
	text-shadow: 1px -1px 0 #fff;
}
.circle-btn-white span {
	background-position: 0 -300px;
	color: #666;
}
.circle-btn-white:hover { background-position: right -330px; }
.circle-btn-white:hover span { background-position: 0 -330px; }
.circle-btn-white:active { background-position: right -360px; }
.circle-btn-white:active span { background-position: 0 -360px; }
.circle-btn-blue { background-position: right -30px; }
.circle-btn-blue span {
	background-position: 0 -30px;
	color: #fff;
}
.circle-btn-blue:hover { background-position: right -60px; }
.circle-btn-blue:hover span { background-position: left -60px; }
.circle-btn-blue:active { background-position: right -90px; }
.circle-btn-blue:active span { background-position: left -90px; }
.select-f-info { line-height:30px; }
/**search Friend*/
.send-friend {
	width:300px;
	background:#fff;
}
.send-friend-title {
	height:30px;
	text-indent:10px;
	line-height:30px;
	background-position:0 -99px;
	border-bottom:1px solid #d9d9d9;
}
#searchFriend {
	width:275px;
	margin-left:10px;
	margin-top:10px;
}
.search-label {
	top:12px;
	left:15px;
	position:absolute;
}
.friend-list {
	margin-top:10px;
	overflow:auto;
	overflow-x:hidden;
	height:300px;
}
.friend-list-content img {
	vertical-align:middle;
	margin-right:5px;
}
.friend-list-content a {
	height:25px;
	line-height:25px;
	display:block;
	padding-left:20px;
	border:1px solid #fff;
	border-width:1px 0;
}
.friend-list-t {
	text-indent:15px;
	background:url(../images/flag.png) 0 -3px no-repeat;
	cursor:pointer;
}
.firend-list-active { background:url(../images/flag.png) 0 -28px no-repeat; }
.friend-list-content a:hover,
.friend-list-content a.friend-select {
	background:#E9E9E9;
	border-color:#D9D9D9;
}
.searchFriendArea {
	height:40px;
	background:#E9E9E9;
	border-bottom:1px solid #D9D9D9;
}
.add-err {
	background:#f8e6dc;
	color:#d50404;
	height:27px;
	line-height:27px;
	margin:10px 10px 0;
	padding-left:25px;
	position:relative;
}
.add-err i {
	background-position:-160px -320px;
	width:12px;
	height:12px;
	position:absolute;
	top:8px;
	left:7px;
}
.friend-list-t { margin-left:5px; }
.friend-list a { color:#141414; }
/*tip*/
.simple-load {
	position:absolute;
	top:50px;
	left:50px;
	height:30px;
	padding-right:10px;
	z-index: 100000;
}
.simple-load-text {
	height:30px;
	line-height:32px;
	padding-left:22px;
	color:#fff;
	position:relative;
	z-index:2;
	white-space:nowrap;
	float:left;
}
.simple-load i {
	background:url(../images/tip_icon.png) no-repeat;
	width:21px;
	height:20px;
	position:absolute;
	top:6px;
	left:-5px;
}
.simple-load-bg {
	height:30px;
	background:url(../images/loading.png) right top no-repeat;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	opacity:0.4;
	filter:alpha(opacity=40);
}
.simple-load-l {
	position:absolute;
	left:-12px;
	height:30px;
	background:url(../images/loading.png) left top no-repeat;
	width:12px;
	opacity:0.4;
	top:0;
	filter:alpha(opacity=40);
}
.simple-tip-success i { background-position:0 0; }
.simple-tip-alert i { background-position:0 -30px; }
.simple-tip-info i { background-position:0 -60px; }
.simple-tip-load i {
	background:url(../images/ajax-loader.gif) no-repeat;
	top:7px;
	left:-1px;
}
.v-box-hasvip { padding-top:1px; }
/*slider*/
.y-img-slider {
	width:960px;
	height:90px;
	margin-top:10px;
	overflow:hidden;
}
.simple-slider {
	width:100%;
	height:100%;
	position: relative;
	overflow:hidden;
}
.simple-sliderImg {
	float:left;
	width:500px;
	height:100%;
	overflow:hidden;
}
.simple-sliderControl {
	position: absolute;
	right:10px;
	bottom:10px;
}
.simple-sliderWapper {
	width:2500px;
	height:100%;
	position:relative;
	_width:2510px;
}
/*fix ie6,ie7 radio center*/
.left-info { float:left; }
.v-btn-space { background-position:right -421px; }
.v-btn-space span {
	background-position:-201px -421px;
	padding-left:22px;
}
.view-power {
	font-size:12px;
	margin-left:10px;
	font-weight:normal;
}
.v-label-con .fr { margin-top:5px; }
/*vip fix*/
.v-area-fix {
	height:130px;
	background:url(../images/vip_fix.gif) 0 -7px repeat-x;
	border:1px solid #d7d7d7;
	border-radius:3px;
	box-shadow:0 1px 3px rgba(200,200,200,0.7);
}
.v-area-fix .v-box-con {
	width:auto;
	overflow:hidden;
	height:75px;
	padding-top:10px;
	position:relative;
	padding-left:100px;
}
.v-area-fix .v-icon {
	top:10px;
	left:20px;
}
.v-area-fix .v-box-con p { margin-top:10px; }
.vip_info {
	padding-left:20px;
	line-height:45px;
}
.vip_info label { margin:0 5px; }
.v-area-fix .v-title .gray {
	font-size:12px;
	font-weight:normal;
}
.v-area-pay {
	border:1px solid #d9d9d9;
	margin-top:10px;
}
.v-area-pay .order-type {
	height:38px;
	border-bottom:1px solid #d9d9d9;
	background:#f7f7f7;
	padding-left:20px;
}
.order-type li {
	float:left;
	width:80px;
	text-align:center;
	height:100%;
	position:relative;
	line-height:38px;
	cursor:pointer;
}
.order-type li a { color:#666; }
.order-type li.selected { font-weight:bolder; }
.order-type li.selected a { color:#e01e1e; }
.order-type li.selected i {
	position:absolute;
	left:50%;
	margin-left:-6px;
	bottom:-1px;
	background:url(../images/vip_fix.gif) no-repeat;
	height:7px;
	width:11px;
	overflow:hidden;
}
.radio-list {
	padding:10px 20px;
	overflow:hidden;
	zoom:1;
}
.radio-list li {
	width:161px;
	line-height:38px;
	height:42px;
	text-indent:10px;
}
.radio-list li:hover,
.radio-list li.hover,
.radio-list li.hover-test { background:url(../images/new_radio_bank.gif) no-repeat; }
.pay-ft {
	height:38px;
	border-top:1px solid #d9d9d9;
	background:#f7f7f7;
	line-height:38px;
	padding-left:30px;
	overflow:hidden;
}
.total-pay { float:left; }
.speical-fix .input-label-con {
	margin-left:0;
	margin-top:10px;
}
.speical-fix.mt20 { margin-top:20px; }
.speical-fix { margin-bottom:0; }
.v-logo,
.b-flag,
.nav-help,
.login-btn,
.l-btn,
.v-fico,
.page-canvas,
.side-list li.active,
.slider-step,
.slider-step li.active {
	background-image:url(../images/vip_bg.jpg);
	background-repeat:no-repeat;
}
.nav,
.nav-list a,
.nav-active,
.box-title {
	background-image:url(../images/vip_repeat.png);
	background-repeat:repeat-x;
}
.hd {
	height:90px;
	background:#fef9ea;
	margin-top:40px;
}
.v-logo {
	height:90px;
	width:540px;
	background-position:0 0;
}
.v-logo a {
	display:block;
	height:100%;
	width:160px;
	line-height:200px;
	overflow:hidden;
}
.b-flag {
	float:right;
	position:relative;
	top:50px;
	background-position:-100px -92px;
	width:358px;
	height:18px;
	line-height:200px;
	overflow:hidden;
}
.nav {
	background-position:0 -80px;
	height:40px;
	overflow:hidden;
}
.nav-list { float:left; }
.nav-list a {
	padding:0 18px;
	height:40px;
	line-height:40px;
	font-size:14px;
	font-family:"微软雅黑";
	color:#fff;
	background-position:right -40px;
	background-repeat:no-repeat;
	float:left;
}
.nav-active a {
	background:none;
	padding:0 17px;
	border:1px solid #e30000;
	border-width:0 1px;
}
.nav-last a,
.nav-help a { background:none; }
.nav-help {
	float:right;
	width:100px;
	height:25px;
	margin-top:7px;
	overflow:hidden;
	background-position:0 -92px;
}
.nav-help a { line-height:100px; }
.sub-side {
	float:left;
	width:210px;
}
.main-content {
	width:740px;
	float:right;
}
.bd { margin-top:10px; }
.t {
	margin:0 2px;
	height:0;
	border-bottom:1px solid #f8e2ad;
	overflow:hidden;
}
.t2 {
	margin:0 1px;
	height:1px;
	background:#fffcf0;
	border:2px solid #f8e2ad;
	border-width:0 1px;
 *border-width:0 2px;
	overflow:hidden;
}
.content {
	border:1px solid #f8e2ad;
	border-width:0 1px;
	overflow:hidden;
}
.box { margin-top:10px; }
.box .t,
.box .content { border-color:#ddd; }
.box .t2 {
	background:#fff;
	border-color:#ddd;
}
.box-title {
	height:29px;
	background-position:0 -120px;
	line-height:27px;
	text-indent:5px;
}
.img-slider {
	float:left;
	width:500px;
	height:265px;
	border:1px solid #fff;
}
.simple-sliderImg { /*display:none;*/
}
.main-top { height:267px; }
.main-top .box {
	margin-top:0;
	width:230px;
	float:right;
}
.list { padding:0 10px 10px; }
.list li {
	float:left;
	width:50%;
	margin-top:15px;
	text-indent:22px;
	line-height:20px;
}
.list li a { color:#444; }
.l-ico,
.l-tip { background:url(../images/icon_all.png) no-repeat; }
.info-list .ico,
.icon-list .l-ico { background:url(../images/icon_large.jpg) no-repeat; }
.upload-ico { background-position:0 0px; }
.overtime-ico { background-position:0 -20px; }
.fileshare-ico { background-position:0 -40px; }
.largebox-ico { background-position:0 -60px; }
.largefile-ico { background:url(../images/upload_icon.gif) 0 3px no-repeat; }
.yaoyao-ico { background:url(../images/yao_icon.gif) 0px 3px no-repeat; }
.zungui-ico { background:url(../images/vip_icon.gif) 0px 3px no-repeat; }
.superturn-ico { background-position:0 -80px; }
.supersafe-ico { background-position:0 -100px; }
.quicksend-ico { background-position:0 -120px; }
.superfile-ico { background-position:0 -140px; }
.manyperson-ico { background-position:0 -160px; }
.info-list {
	margin-right:-20px;
	padding-bottom:20px;
}
.info-list li {
	float:left;
	margin-right:10px;
	width:167px;
	padding-left:70px;
	margin-top:25px;
	position:relative;
	overflow:hidden;
	height:54px;
}
.info-list .ico {
	width:48px;
	height:48px;
	position:absolute;
	top:3px;
	left:10px;
}
.info-list .superlarge { background-position:0px -48px; }
.info-list .supervip { background-position:0px -96px; }
.info-list .safelink { background-position:0px -144px; }
.info-list .superfile { background-position:0px -192px; }
.info-list .overtime { background-position:0px -240px; }
.other-list {
	margin-right:-30px;
	/*padding:15px 0;*/
	padding: 15px 0 43px;
}
.other-list li {
	float:left;
	margin-right:20px;
	width:220px;
	margin-left:10px;
	display:inline;
}
.sepical-list { text-align:center; }
.sepical-list li {
	padding-bottom:10px;
	border-bottom:1px dotted #ccc;
	margin-top:10px;
}
.sepical-list li.last { border-bottom-width:0; }
.login-panel .content {
	height:263px;
	background:#fffcf0;
}
.block-area {
	border-bottom:1px dotted #ccc;
	text-align:center;
	padding-bottom:10px;
	overflow:hidden;
	padding-left:3px;
}
.login-btn {
	width:179px;
	height:30px;
	background-position:0 -117px;
	display:inline-block;
	text-align:center;
	font-size:14px;
	color:#fff;
	line-height:30px;
	margin-top:10px;
	font-weight:bolder;
	text-shadow:0 -1px 0px rgba(0,0,0,0.2);
}
.login-btn.register { background-position:0 -147px; }
.l-btn {
	width:85px;
	height:25px;
	background-position:-179px -117px;
	color:#555;
	line-height:25px;
	text-align:center;
	margin-top:10px;
	float:left;
	margin-left:10px;
	font-weight:bolder;
}
.red { color:#ff0000; }
.l-btn.red {
	color:#ff0000;
	background:none;
	font-weight:normal;
}
.user-login { padding-left:0; }
.l-tip {
	background-position:0 -180px;
	padding-left:25px;
	margin-left:15px;
	line-height:20px;
	margin-top:10px;
}
.l-tip.year-tip { background-position:0 -200px; }
.user-logined {
	position:relative;
	padding-left:80px;
	text-align:left;
	height:70px;
	margin-top:10px;
}
.user-logined strong {
	font-size:12px;
	font-weight:bolder;
	text-indent:3px;
	display:inline-block;
	width:75px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.user-img {
	border:1px solid #ddd;
	position:absolute;
	left:15px;
	top:3px;
	width:60px;
	height:60px;
	overflow:hidden;
}
.v-logout {
	float:right;
	margin-right:10px;
}
.user-logined .red { /* margin:0 3px; */
}
.user-logined p { color:#ff0000; }
.service-list {
	text-align:left;
	margin-left:10px;
	line-height:20px;
	margin-top:5px;
}
.progress {
	position:relative;
	display:inline-block;
	height:11px;
	border:1px solid #ffbe8f;
	width:120px;
	overflow:hidden;
	font-size:9px;
	line-height:11px;
	text-align:center;
}
.progress i {
	position:absolute;
	top:1px;
	left:1px;
	height:9px;
	background:#ffb76b;
	width:30%;
	z-index:0;
}
.progress label { position:relative; }
.btn-wrap { height:70px; }
.v-fico {
	display:inline-block;
	background-position:-310px -120px;
	width:16px;
	height:16px;
	vertical-align:middle;
	_margin:5px 0;
}
.main-top .v-fico {
	background-position:-280px -120px;
	width:30px;
}
.box.first { margin-top:0; }
.page-content {
	padding:10px 220px 10px 20px;
	position:relative;
	_height:1%;
}
.page-content p {
	line-height:26px;
	text-indent:2em;
}
.page-title {
	font-size:20px;
	color:#cc0000;
}
.page-canvas {
	width:360px;
	height:128px;
	background-position:-180px -150px;
	position:absolute;
	right:0;
	top:0;
	z-index:-1;
}
.icon-list .l-ico {
	width:48px;
	height:48px;
	display:inline-block;
	vertical-align:middle;
	margin-right:3px;
	box-shadow:-1px 2px 5px rgba(0,0,0,0.2);
	border-radius:8px;
	overflow:hidden;
}
.icon-list {
	padding-left:20px;
	padding-bottom:10px;
}
.icon-list li {
	float:left;
	width:33%;
	font-size:14px;
	margin-top:10px;
	padding-bottom:10px;
}
.page-title.page-sub {
	font-size:14px;
	margin:0px 20px;
	padding:10px 0;
}
.icon-list .superlarge_ico { background:url(../images/wangpan.gif.png) no-repeat; }
.icon-list .supertime_ico { background-position:0 -336px; }
.icon-list .superfile_ico { background-position:0 -384px; }
.icon-list .superdownload_ico { background:url(../images/upload_icon.png) no-repeat; }
.icon-list .superovertime_ico { background-position:0 -480px; }
.icon-list .superyao_ico { background-position:0 -528px; }
.icon-list .supersafe_ico { background-position:0 -576px; }
.icon-list .superaync_ico { background-position:0 -624px; }
.icon-list .superfileaync_ico { background-position:0 -672px; }
.icon-list .superupload_ico { background-position:0 -720px; }
.icon-list .superrecover_ico { background-position:0 -768px; }
.icon-list .supercircle_ico { background-position:0 -816px; }
.icon-list .supermflag_ico {
	background-position:0 -862px;
	height:46px;
}
.icon-list .superspeed_ico { background-position:0 -908px; }
.icon-list .supernew_ico { background-position:0 -1010px; }
.icon-list .superaddmore_ico { background-position:0 -960px; }
.icon-list .superfilesave_ico { background-position:0 -96px; }
.page-side .box { margin-top:0; }
.page-side .content { padding:10px 5px; }
.page-side h2 {
	padding-bottom:5px;
	border-bottom:1px dashed #ddd;
	text-indent:5px;
}
.side-list li {
	height:28px;
	line-height:23px;
	text-indent:10px;
}
.side-list li a { color:#444; }
.side-list { margin-bottom:15px; }
.side-list li.active { background-position:-340px -120px; }
.side-list li.active a {
	color:#fff;
	line-height:23px;
}
#pageContent {
	padding-left:70px;
	padding-top:0;
}
#pageContent .l-ico {
	position:absolute;
	top:5px;
	left:0px;
}
.s-line {
	border-bottom:1px dashed #ccc;
	height:0;
	margin:20px 0;
	overflow:hidden;
	font-size:0;
}
.p20 { padding:20px; }
.block-title {
	font-size:14px;
	color:#cc0000;
}
.main-page .other-list { text-align:center; }
.main-page .other-list li { margin-left:0; }
.q,
.a {
	display:inline-block;
	width:15px;
	height:15px;
	text-align:center;
	background:#ffbf04;
	border:1px solid #fc9c01;
	color:#fff;
	font-weight:bolder;
	line-height:13px;
	vertical-align:middle;
}
.a {
	background:#1076dc;
	border-color:#1295fb;
}
.answer {
	line-height:25px;
	margin-top:10px;
}
.text-list { position:relative; }
.text-list li {
	height:50px;
	line-height:50px;
	margin-top:10px;
	text-indent:10px;
}
.text-list li.text-img {
	width:457px;
	height:200px;
	position:absolute;
	right:0;
	top:-20px;
	background:url(../images/pic_all.jpg) no-repeat;
}
.slider-img {
	background:url(../images/pic_all.jpg) no-repeat;
	width:435px;
	height:283px;
}
.uploadimg0 { background-position:0 -1070px; }
.uploadimg1 { background-position:0 -1350px; }
.uploadimg2 { background-position:0 -1638px; }
.slider-wrap,
.slider-step {
	margin:10px auto;
	width:435px;
}
.slider-wrap {
	border:2px solid #ddd;
	overflow:hidden;
}
.hidden { display:none; }
.slider-step {
	height:28px;
	width:440px;
	background-position:0 -280px;
}
.slider-step li {
	width:138px;
	float:left;
	text-align:center;
	font-size:14px;
	height:28px;
	line-height:28px;
	margin-right:10px;
}
.slider-step li.last {
	float:right;
	margin-right:0;
}
.slider-step li.active { background-position:0 -178px; }
.slider-step li a { color:#333; }
.slider-step li.active a {
	font-weight:bolder;
	color:#fff;
}
.text-list li.text-img-list {
	background:#fffffa;
	border:1px dashed #ccc;
	line-height:30px;
	height:160px;
	top:0px;
}
.addimg0 { background-position:0 -207px; }
.addimg1 { background-position:0 -495px; }
.addimg2 { background-position:0 -780px; }
.text-list li.overtime-img { background-position:0 -1930px; }
.overimg0 {
	background-position:-2px -2140px;
	height:275px;
}
.overimg1 { background-position:0 -2420px; }
.overimg2 { background-position:0 -2740px; }
.text-list li.fold-img { background:url(../images/demo/foldBak.png) no-repeat; }
.fankui {
	height:48px;
	padding:5px 10px;
}
.fankui a { color:#b00a08; }
.fankui .fl { margin-right:10px; }
.fankui p { margin-top:7px; }
body {  *padding-top:40px;
}
.icon-list li a { color:#444; }
.customBtn {
	position:absolute;
	top:40px;
	right:10px;
}
.simple-sliderControl a {
	display:inline-block;
	margin:0 3px;
	width:20px;
	height:20px;
	background:#fff;
	color:#DE7D4B;
	border-radius:20px;
	text-align:center;
	opacity:0.7;
	filter:alpha(opacity=70);
	cursor:pointer;
}
.simple-sliderControl a.simple-current {
	background:#FF6600;
	color:#fff;
	font-weight:bolder;
}
.l-tip a {
	font-weight:normal !important;
	color:#444;
}
.l-tip a:hover,
.icon-list a:hover { text-decoration:underline; }
.user-login p {
	margin-top:3px;
	margin-left:3px;
}
