@charset "utf-8";
body, html, div, ul, li, ol, dd, dl, dt, table, img,h3,p {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	color: #141414;
	font-size: 0.28rem;
}

a {
	text-decoration: none;
}
/*用户头部*/
.header_img {
	background: #fefbef;
	padding: .06rem;
	/*border: 1px solid #F2C164;*/
}

.header_img .user,
.header_img .userinfo {
	display: inline-block;
	vertical-align: middle;
}

.header_img .user {
	width: .54rem;
	height: .54rem;
	margin-left: .08rem;
	border: .02rem solid #eaa000;
	border-radius: 50%;
}

.header_img .userinfo {
	margin-left: .08rem;
}

.header_img h3 {
	color: #333333;
	font-size: .24rem;
	font-weight: bold;
	display: inline-block;
	vertical-align: bottom;
	padding-right: .12rem;
}

.header_img p {
	font-size: .18rem;
	color: #999;
}
.user_per{
	display: flex;
	align-items: center;
}
.user_per img.vip_icon{
	width: .54rem;
	height: .2rem;
	margin-bottom: .02rem;
}
.user_per img.vip_gray{
	width: .54rem;
	height: .2rem;
	margin-bottom: .02rem;
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(100%);
}
.user_per a{
	color: #a94e05;
	font-size: .22rem;
	display: inline-block;
	vertical-align: bottom;
	padding-left: .24rem;
}
.userinfo .pay_time{
	font-size: .22rem;
	padding-top: .02rem;
}
.pay_time span{
	color: #999;
	font-size: .2rem;
}
.pay_time time{
	color: #8CA733;
}
/*充值会员*/
.pay_link{
	width: 1.48rem;
	height: .4rem;
	border-radius: 50px 0 0 50px;
	background: #ffdf67;
	position: absolute;
	right: 0;
	top: .16rem;
	box-shadow: 0 0 .05rem #ffdd5e;
}
.pay_link a{
	line-height: .4rem;
	display: flex;
	align-items: center;
}
.pay_link .king_icon{
	width: .24rem;
	height: .24rem;
	border-radius: 50%;
	margin-left: .09rem;
	margin-right: .05rem;
	
}
.pay_link span{
	color: #b47418;
	font-size: .2rem;
	margin-right: .04rem;
	margin-top: .01rem;
}
.pay_link .king_next{
	width: .2rem;
	height: .2rem;
}

.content {
	bottom: 4rem;
	width: 100%;
}

.content table {
	border: none;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	background: #fbf9ec;
}

.content table.left td {
	font-size: 0.24rem;
	color: #a94e05;
	line-height: 0.52rem;
	text-align: center;
	border: 1px solid #F2C164;
	vertical-align: middle;
}

.content table.left a {
	text-decoration: none;
	color: #333;
	width: 100%;
}

.content table.left .curr {
	background: #ff5777;
	color: #fff;
}

table.plantext {
	background: #fff;
}

table.plantext textarea {
	color: #FF0000;
	width: 96%;
	height: 100%;
	overflow-y: auto;
	border: 0;
}

#planlist tr td {
	cursor: pointer
}

.thead {
	background: #114c30;
	width: 100%;
	font-size: 0;
	display: flex;
	justify-content: space-between;
}

.thead li {
	width: 33.33%;
	padding: .1rem 0;
	text-align: center;
	border-right: .01rem solid #60E5A7;
}

.thead li.active {
	background: #60e5a7;
}

.thead li.active a {
	color: #333;
}

.thead li a {
	color: #60e5a7;
	font-size: .26rem;
	text-decoration: none;
}

.thead li a img {
	margin-right: .1rem;
}

textarea {
	border: 0;
	background-color: transparent;
	/*scrollbar-arrow-color:yellow;  
    scrollbar-base-color:lightsalmon;  
    overflow: hidden;*/
	font-size: .22rem;
	color: #666464;
	height: auto;
}

.pic_con {
	background: #fef8e2;
	border: 1px solid #F2C164;
	border-left: 0;
	border-right: 0;
	position: relative;
}

.pic_lists li a {
	display: block;
}

.pic_lists img {
	margin: 0 auto;
	margin-top: .05rem;
	width: .6rem;
	height: .6rem;
}

.pic_lists .dis_none {
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	-webkit-filter: grayscale(100%);
}

.pic_lists .dis_none a {
	cursor: not-allowed;
}

.pic_lists .dis_none:hover {
	background: none;
}

.pic_lists p {
	margin-top: 2px;
	font-size: .2rem;
	line-height: .18rem;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.pic_lists {
	width: 9100px;
	height: 1rem;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px
}

.btn_change {
	width: .26rem;
	height: .46rem;
	position: absolute;
	text-indent: -9999px;
	cursor: pointer
}

.left_btn {
	background-size: 100% auto;
	background-image: url(../img/leftstop.png);
	top: .26rem;
	left: .16rem;
}

.right_btn {
	background-size: 100% auto;
	background-image: url(../img/rightstop.png);
	top: .26rem;
	right: .16rem;
}

.pic_content {
	overflow: hidden;
	height: 1rem;
	/*width: 440px;*/
	margin: 0 .6rem;
	padding: 0 10px;
	position: relative;
}

.pic_content ul li {
	display: inline-block;
	vertical-align: middle;
	width: 1.2rem;
	height: 1rem;
	text-align: center;
	position: relative
}

.pic_content ul .active {
	background-size: 100% auto;
	background-image: url(../img/hover_bg.jpg);
}

.pic_content ul li:hover {
	background-size: 100% auto;
	background-image: url(../img/hover_bg.jpg);
}

.highlight_tip {
	width: 50%;
	position: relative;
	margin: 0 auto;
	top: -15px;
	left: 20%;
}

#tabbox {
	width: 550px;
	border-top: 1px solid #F2C164;
	border-bottom: 1px solid #FFC005;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
	clear: both;
}

.tabbody .left_box {
	width: 114px;
	height: 588px;
	border: 1px solid #FFC005;
	border-bottom: 0;
	float: left;
	background: #fdfcf7;
}

.tabbody .right_box {
	width: 404px;
	height: 568px;
	padding: 10px;
	float: right;
	border-right: 1px solid #FFC005;
}

.left_box .arrange_tit {
	width: 100%;
	height: 38px;
	font-size: 0;
	background: #ffc005;
	text-align: center;
	border-bottom: 1px solid #FFC005;
}

.arrange_tit img,
.arrange_tit h3 {
	display: inline-block;
	vertical-align: middle;
	margin-top: 8px;
	font-size: 16px;
}

.arrange_tit img {
	width: 24px;
	height: 24px;
}

.arrange_tit h3 {
	color: #fff;
}

.tab-hd {
	overflow: hidden;
	zoom: 1;
}

.active {
	display: list-item;
}


/*.pane {
	display: none;
}
*/

.tab_conbox {
	border-top: none;
}

.tab_con {
	display: none;
}

.tabs {
	height: 550px;
}

.tabs li {
	width: 114px;
	height: 35px;
	line-height: 35px;
	border-left: none;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.tabs li a {
	display: block;
	width: 76%;
	height: 34px;
	margin: 0 auto;
	border-bottom: 1px solid #f3e5ca;
	font-size: 14px;
	color: #a94e05;
}

.tabs li:hover {
	background: linear-gradient(180deg, #d688ff, #9a4afd);
}

.tabs li:hover a {
	border-bottom: 0px;
	color: #fff;
}

.tab_con .ii {
	font-size: 16px;
	color: #ff0000;
	margin-right: 14px;
}

.tabs .thistab {
	/*background:linear-gradient(180deg,#d688ff,#9a4afd);*/
	background: url(../img/hover_hbg.png) no-repeat;
}

.tabs .thistab a {
	border-bottom: 0px;
	color: #fff;
}

.scrollbar {
	min-height: 220px;
	max-height: 568px;
	width: 100%;
	overflow-y: scroll;
	margin: 0 auto;
}

.jscroll-e {
	opacity: .5;
	right: 2px !important;
}

.jscroll-e:hover {
	opacity: 1;
}

.force-overflow {
	min-height: 1048px;
}

#wrapper {
	text-align: center;
	width: 100%;
	margin: auto;
}

#style-2::-webkit-scrollbar-track {
	border-radius: 50px;
	background-color: #f5eed6;
}

#style-2::-webkit-scrollbar {
	width: 12px;
	border-radius: 100px;
	background-color: #efb6df;
}

#style-2::-webkit-scrollbar-thumb {
	border-radius: 50px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, .15);
	/*background: url(../img/scroll.png);*/
	background: linear-gradient(90deg, #ffedb8, #ffda59);
	background-size: 100% auto;
}

.pos_box {
	position: absolute;
	right: .18rem;
	bottom: .6rem;
}

.pos_box .plot_btn {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	text-align: center;
	background: #c68aff;
	box-shadow: 0 3px 3px #e4c7ff;
	margin-top: 16px;
}

.pos_box .plot_btn a {
	width: 28px;
	height: 28px;
	display: inline-block;
	margin: 10px auto;
}

.pos_box .plot_btn a {
	background: url(../img/ploat_img.png) no-repeat center;
}

.pos_box .copy_btn .sm_img {
	background: url(../img/copy_img.png) no-repeat center;
}


/*img {
	margin: 0 auto;
	animation: 30s jyRotate linear infinite;
	-webkit-animation: 30s jyRotate linear infinite;
	max-width: 50%;
}*/

@-webkit-keyframes jyRotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes jyRotate {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.pos_box .plot_btn a:hover {
	animation: 1s jyRotate linear 1;
	-webkit-animation: 1s jyRotate linear 1;
}

.box {
	position: relative;
	perspective: 1000px;
}

.box .box-img {
	width: 48px;
	height: 48px;
	text-align: center;
	border-radius: 50%;
	background: #ff7078;
	box-shadow: 0 3px 3px #ffabb0;
	transform: rotateY(0);
	transition: all 0.50s ease-in-out 0s;
}


/*.box:hover .box-img {
	transform: rotateY(-90deg);
}*/

.box .box-img img {
	width: 28px;
	height: 28px;
	display: inline-block;
	margin: 10px auto;
}


/*.box .box-content {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	background: #ff616a;
	border-radius: 50%;
	box-shadow: 0 3px 3px #ffabb0;
	transform: rotateY(90deg);
	transition: all 0.30s ease-in-out 0s;
}

.box:hover .box-content {
	transform: rotateY(0);
}*/

.box .title {
	font-size: 16px;
	line-height: 48px;
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}
/*加载窗口停留几秒弹出样式*/
body{
	position: relative;
}
#hint_box{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background: url(../img/signed_tran.png)repeat;
	display: none;
	z-index: 111;
}
.pos_rel{
	width: 100%;
	height: 100%;
	position: relative;
	
}
.hint_box{
	width: 86%;
	text-align: center;
	position: absolute;
	margin: auto;
	left: 0;
	top:50%;
	right: 0;
	bottom: 0;
}
.bg-ff{
	background: #fff;
	border-radius: .1rem;
}
.hint_box h2{
	color: #222;
	font-size: .3rem;
	padding: .24rem 0;
	font-weight: normal;
}
.hint_box p{
	box-sizing: border-box;
	width: 100%;
	padding: .44rem .1rem;
	background: #f8f6ee;
}
.hint_box p span{
	color: #d39405;
	font-size: .26rem;
	font-weight: bold;
}
.hint_box .pay_person{
	width: 100%;
	background: #fff;
	display: block;
	color: #ff2400;
	padding: .35rem 0;
	border-radius:0 0 .1rem .1rem;
}
.hback_btn{
	display: block;
	margin-top: .4rem;
}
.hback_btn img{
	width: .44rem;
	height: .44rem;
	
}
/*三个按钮*/
.btn3_box{
	position: fixed;
	right: .2rem;
	bottom: .34rem;
}
.btn3_box a{
	display: block;
	width: .72rem;
	height: .72rem;
	line-height: .72rem;
	border-radius: 50%;
	font-size: .26rem;
	text-align: center;
	margin-bottom: .25rem;
}
.btn3_box .refresh{
	background: #ffdf67;
	color: #bd7b00;
	box-shadow: .02rem .04rem .1rem #ffe4a5;
}
.btn3_box .signed{
	background: #ffc495;
	color: #a34d00;
	box-shadow: .02rem .04rem .1rem #ffd5b4;
}
.btn3_box .logging{
	background: #d3e49a;
	color: #617b0a;
	box-shadow: .02rem .04rem .1rem #deedad;
}
.header_img{
	padding: .1rem;
}
.header_img .user{
	width: .48rem;
	height: .48rem;
}
.header_img .not_hint{
	display: inline-block;
	vertical-align: middle;
	margin-right:.06rem;
	color: #757470;
	font-size: .2rem;
	padding-top: .02rem;
}
.not_login{
	display: inline-block;
	vertical-align: middle;
	padding: .08rem .2rem;
	border: .02rem solid #deedad;
	border-radius: .06rem;
	font-size: .2rem;
	background: #d3e49a;
	color: #617b0a;
	/*box-shadow: 0.01rem 0.02rem 0.04rem #deedad*/
}
/*0805*/
.header_img{
	/*height: .48rem;*/
}
.header_img .user{
	width: .42rem;
	height: .42rem;
}
.header_img .userinfo{
	margin-left: .02rem;
}
.pay_link{
	top: .1rem;
}
.not_login{
	padding-top: .05rem;
	padding-bottom: .05rem;
	border: .02rem solid #d06200;
	background: #f97500;
	color: #fff;
}
.content table.left .curr{
	background:#ff3024 ;
}
.pic_lists p{
	line-height: .12rem;
	font-weight: normal;
}
.pic_content ul .active p{
	color: #ff3024;
	font-weight: bold;
}
.pic_lists img{
	margin-top: .08rem                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ;
}
.count_down{
	height: auto !important;
	line-height:inherit !important;
	padding-bottom: .05rem;
	padding-top: .02rem;
}
.count_down .this_count, .count_down .next_count{
	padding-left: .16rem !important;
	margin-top: .03rem;
}
.count_down .this_count{
	margin-right: .5rem;
}
.this_count i,.next_count i{
	color: #fb441f !important;
	padding-left: .1rem;
}
.this_count span, .next_count span{
	color: #000 !important;
}
.content table.left td{
	font-size: .22rem;
}
@media only screen and (max-width:376px ) {
	.content table.left td{
		font-size: .2rem;
	}	
	.count_down .this_count, .count_down .next_count{
		margin-right: 0;
	}
}