@charset "gb2312";
* {
	padding: 0px;
	margin: 0px;
}

body {
	font-family: "微软雅黑";
	color: #333;
	background: #f3f3f3;
	max-width: 640px;
	width: 100%;
	overflow-x: hidden;
}

b {
	font-weight: bold;
}
label,dt {
	font-weight: normal;
}

dl,
ul {
	margin: 0px;
}

p {
	margin: 0px;
}

.xuxian{ text-align: center; color: rgb(163, 163, 163); padding-bottom: 15px; margin-bottom: 20px; border-bottom-color: rgb(222, 222, 222); border-bottom-width: 1px; border-bottom-style: dashed;}

li {
	list-style: none;
}

.container {
	padding-bottom: 66px;
}

.or-bg{
	background: #fff6e5;
}
/*comm*/

.xxs-f {
	font-size: 0.8rem;
}

.xs-f {
	font-size: 1rem;
}

.sm-f {
	font-size: 1.2rem;
}
.sm-fnew {
	font-size: 1.4rem;
}

.sm-f blockquote{padding:5px 20px; margin:0 5px;border:1px solid #ddd; border-left:8px solid #ddd;background-color:#e9e9e9;overflow:auto;}

.md-f {
	font-size: 1.4rem;
}

.p_none {
	padding: 0px;
}

.color_o {
	color: #ffa800 !important;
}

.color_b {
	color: #282828 !important;
}

.color_g {
	color: #666666 !important;
}

.color_q {
	color: #99cc1c;
}

.color_w {
	color: #fff;
}

.border_none {
	border: none !important;
}

.h_auto {
	height: auto;
	overflow: hidden;
}

.title {
	border-bottom: 1px solid #ddd;
	height: 46px;
}

.title span {
	display: block;
	height: 45px;
	line-height: 45px;
	background: url(../images/ico5.png) left center no-repeat;
	padding-left: 35px;
}

.title p {
	height: 45px;
	line-height: 45px !important;
}

.title span.s2 {
	background: url(../images/ico6.png) left center no-repeat;
}

.title span.s3 {
	background: url(../images/ico7.png) left center no-repeat;
}

.title span.s4 {
	background: url(../images/ico8.png) left center no-repeat;
}

.title span.s5 {
	background: url(../images/ico9.png) left center no-repeat;
}
.title span.s6 {
	background: url(../images/ico10.png) left center no-repeat;
}
.wztitle {
	height: 46px;
}

.wztitle span {
	display: block;
	height: 45px;
	line-height: 45px;
	background: url(../images/ico5.png) left center no-repeat;
	padding-left: 35px;
}
/*foot*/

.foot {
	width: 100%;
	background: #242424;
	position: fixed;
	left: 0px;
	bottom: 0px;
}

.foot dt {
	display: block;
	text-align: center;
}

.foot dt img {
	display: block;
	height: 25px;
	margin: 5px auto;
}

.foot dd {
	display: block;
	width: 100%;
	font-size: 1.4rem;
	text-align: center;
	color: #999;
}


/*首页*/

.index_top {
	height: auto;
	overflow: hidden;
	background: #fff;
	padding: 10px 0px;
}

.index_top span {
	display: block;
	height: 30px;
	line-height: 30px;
	float: left;
}

.index_top a {
	color: #888;
}

.top_gg {
	background: #ec5b5b;
	height: 30px;
	line-height: 30px;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	color: #fff;
	padding: 0px 10px;
}

.top_gg span {
	display: block;
	background-image: url(../images/gg.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 17px auto;
	padding-left: 20px;
}

.login span {
	color: #888;
	margin: 0px 2px;
}


/*banner*/

.banner.fixed {
	position: fixed;
	left: 0px;
	bottom: 66px;
}


/*首页导航*/

.index_menu {
	padding: 20px 0px;
}

.index_menu a {
	display: block;
	width: 100%;
	text-align: center;
	color: #282828;
}


/*推荐任务*/

.tjrw .feed-element {
	border-bottom: 1px solid #ddd;
}

.tjrw .feed-element:last-child {
	border: none;
}

.tjrw p {
	line-height: 2rem;
}

.tjrw button {
	width: 85px;
}


/*登陆*/

.login_box .input_box {
	height: 36px;
	border: 1px solid #ddd;
	border-radius: 18px;
	overflow: hidden;
}

.login_box .input_box label {
	display: block;
	height: 28px;
	line-height: 28px;
	float: left;
	width: 100px;
	text-align: center;
	border-right: 1px solid #ddd;
	margin-top: 4px;
	margin-right: 5px;
}

.login_box .input_box input {
	display: block;
	width: auto;
	height: 34px;
	outline: none;
	border: none;
}

.block_img img {
	display: block;
	width: 100%;
}

.tj_list {
	text-align: left;
}

.tj_list ul {
	display: inline-block;
	width: 100%;
}

.tj_list li {
	display: block;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	float: left;
	padding: 5px;
}

.tj_list li:last-child img {
	border: 1px solid #ddd;
	border-radius: 10px;
}

.tj_list li img {
	display: block;
	width: 100%;
}


/*提现*/

.postal-box .postal {
	margin-top: 10px;
}

.postal-box .postal label,
.postal-box .postal span,
.postal-box .postal input {
	display: block;
	height: 35px;
	line-height: 35px;
}

.postal-box .postal input {
	width: 80px;
	border-radius: 16px;
	outline: none;
	border: 1px solid #ddd;
	padding-left: 5px;
	margin: 0px 3px;
}

.table-bordered thead {
	background: #ff9500;
	color: #fff;
}

.table-bordered thead th {
	font-weight: normal;
	border: none !important;
}

.table-bordered td {
	padding: 5px !important;
	text-align: center;
}

.table-bordered tbody tr:nth-child(even) {
	background: #f7f7f7;
}

.btn_g {
	text-align: center;
}

.btn_g ul {
	display: inline-block;
}

.btn_g li {
	float: left;
	margin: 0 3px;
}

.btn_g button {
	min-width: 65px;
}


/*个人信息*/

.my_intro {
	background: #6D5DA6;
	padding: 10px 0px;
}

.out_login {
	display: block;
	width: 80px;
	height: 25px;
	line-height: 23px;
	border: 1px solid #FFF;
	text-align: center;
	border-radius: 13px;
	color: #fff;
	float: right;
}

.my_head img {
	display: block;
	height: 80px;
	width: 80px;
	border: 3px solid #ffb34d;
	border-radius: 50%;
}

.my_intro b {
	padding-left: 35px;
}

.my_intro b.s1 {
	background: url(../images/i1.png) left center no-repeat;
	background-size: 30px auto; 
}

.my_intro b.s2 {
	background: url(../images/i2.png) left center no-repeat;
	background-size: 25px auto;
}
.my_accout{
	border-top: 1px solid #fff;
	padding-top:10px ;
}
.my_accout div:nth-child(2){
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
.intro_list{
	height: auto;
	overflow: hidden;
}
.intro_list li{
	display: block;
	height: 40px;
	line-height: 39px;
	border-bottom: 1px solid #ddd;
}
.intro_list li dt,.intro_list li dd{
	display: block;
	line-height: 39px;
	font-size: 1.5rem;
}
.intro_list li dt{
	float: left;
}
.intro_list li dd{
	float: right;
}
.server_intro p{
	font-size: 1.5rem;
	line-height: 2.5rem;
}
#submit_sjqd{
    width: 210px;
    height: 53px;
    margin: 0 auto;
    background: url("../images/sjqd.jpg") no-repeat center;
}
.renwu p{
	margin-bottom: 5px;
    line-height: 150%;
    text-justify: inter-ideograph;
    font-size: 14px;
    padding: 8px 0;
    text-align: justify;
}