@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
body {
  margin: 0;
  padding: 0;
  font-family:Microsoft YaHei, Tahoma, Arial, sans-serif;
  color: #666;
  background-color: #F7F7F7;
}
img {
  max-width: 100%;
  vertical-align: top;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
}
div,ul,li,ol {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  border: none;
  list-style: none;
}
.wrap {
  min-width: 320px;
  max-width: 980px;
  margin: 0 auto;
  background: #f5f5f5;
  padding-bottom: 20px;
}
@media screen and (max-width: 380px) {
    th{
	  font-size: 12px;
  }
}
@media (min-width: 381px) and (max-width: 480px) {

    th{
	  font-size: 12px;
  }
}
@media (min-width: 481px) and (max-width: 600px) {

    th{
	  font-size: 12px;
  }
}
@media screen and (min-width: 600px) {
  th{
	  font-size: 12px;
  }
}
/*首页样式*/
.header {
  width: 100%;
  overflow: hidden;
  background: -webkit-linear-gradient(left, #f7502f, #ff7173);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #f7502f, #ff7173);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #f7502f, #ff7173);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #f7502f, #ff7173);
  /* 标准的语法 */
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.header_info {
  margin-top: 1.4rem;
  overflow: hidden;
  line-height: 1.4rem;
  color: #fff;
  font-size: 0.78rem;
}
.head_img {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 1rem 0 1rem;
  float: left;
  border-radius: 3.2rem;
  border: 0.08rem solid #ffffff;
  background: pink;
  overflow: hidden;
}
.header_info .user_name {
  margin: 0.3rem 0 0 0.3rem;
  font-size: 1.44rem;
}

.type_box ul {
  width: 100%;
}
.type_box ul li {
  width: 33.3333333%;
  background: #fff;
  float: left;
  margin: 1rem 0;
}
.type_box ul li span {
  width: 100%;
  height: 3.5rem;
  display: inline-block;
  background: url(images/type1.png) no-repeat center 1.6rem;
  -webkit-background-size: 1.8rem;
  background-size: 1.8rem;
  
}
.type_box ul li p {
  color: #676767;
  font-size: 0.96rem;
  text-align: center;
  height: 2.4rem;
}
.type_box ul li:nth-of-type(2) span {
  background: url(images/type2.png) no-repeat center 1.6rem;
  -webkit-background-size: 1.8rem;
  background-size: 1.8rem;
}
.type_box ul li:nth-of-type(3) span {
  background: url(images/type3.png) no-repeat center 1.6rem;
  -webkit-background-size: 1.8rem;
  background-size: 1.8rem;
}
.type_box ul li:nth-of-type(4) span {
  background: url(images/type4.png) no-repeat center 1.6rem;
  -webkit-background-size: 1.8rem;
  background-size: 1.8rem;
}
/*下线好友样式*/
.wrap_con {
  width: 100%;
  padding: 0.8rem;
  background: #fff;
  border-radius: 0.4rem;
  box-sizing: border-box;
  float:left;
  margin-bottom:10px;
}
.not{
	margin:0 0 15px 0;
	text-align:center;
	font-size:12px;
	color:#999;
}
table{
	border-spacing: 0;
    border-collapse: collapse;
	table-layout:fixed;
	word-break:break-all;
}
th{
	font-size:14px;
	padding:5px;
	white-space: nowrap; 
}
td{
	border-top:1px solid #f9f9f9;
	padding:5px;
	font-size:14px;
	color:#999;
	word-wrap:break-word;
}
a{
	text-decoration:none;
	color:#999;
}
a:hover{
	color:#666;
}
/*下线订单样式*/
.box {
  width: 96%;
  background: #fff;
  -webkit-background-size: 100%;
  background-size: 100%;
  margin: 0 auto;
  border-radius: 0.2rem;
  box-shadow: 0.12rem 0.2rem 0.48rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin-top: 1.6rem;
  position: relative;
}
.box .tip {
  position: absolute;
  top: -0.24rem;
  left: -0.24rem;
}
.box .tip img {
  width: 1.6rem;
}
.box .title {
  font-size: 0.96rem;
  color: #323232;
  /*height: 2.8rem;*/
  padding: 1.2rem 1.2rem 0;
}
.box .title_r {
  float: right;
  color: #888888;
  font-size: 0.88rem;
}
.box .con {
  border-bottom: 0.04rem dotted #e9ebf0;
  padding: 0 1.2rem;
}
.box .con p {
  height: 1.68rem;
  font-size: 0.96rem;
  color: #323232;
}
.box .bottom {
  line-height: 3rem;
  padding: 0 1.2rem;
  overflow: hidden;
}
.box .bottom_l {
  font-size: 1.04rem;
  color: #ff8800;
  float: left;
}
.box .bottom_r {
  font-size: 0.88rem;
  float: right;
}
.no_pro {
  color: #09bb07;
}
.ye_pro {
  color: #35b9fd;
}
/*资金流水*/
.zjls_box {
  width: 95%;
  border: 1px solid #e6e6e6;
  border-radius: 0.4rem;
  background: url(images/zjls_bg.png) #ffffff no-repeat center bottom;
  margin: 0 auto;
  border-bottom: none;
  -webkit-background-size: 100%;
  background-size: 100%;
  overflow: hidden;
  margin-top: 1.2rem;
  position: relative;
}
.zjls_box .head_info {
  overflow: hidden;
  padding: 0 1.2rem;
  /*line-height: 3.2rem;*/
  color: #9a9a9a;
  font-size: 0.96rem;
  border-bottom: 1px solid #e7e7e7;
}
.zjls_box .head_info .level {
  color: #323232;
}
.zjls_box .zjls_con {
  overflow: hidden;
  /*margin: 2rem 0 2.6rem;*/
}
.zjls_box .zjls_l {
  width: 38%;
  text-align: center;
  font-size: 1.2rem;
  color: #323232;
  line-height: 5.6rem;
  float:left;
}
.zjls_box .zjls_r {
  width: 62%;
  padding-left: 2rem;
  line-height: 1.52rem;
  box-sizing: border-box;
  border-left: 0.08rem solid #e7e7e7;
  font-size: 0.88rem;
  color: #666666;
  float:left;
}
.zjls_box .line {
  width: 0.32rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.zjls_box:nth-of-type(3n+1) .line {
  background: #ff8800;
}
.zjls_box:nth-of-type(3n+2) .line {
  background: #09bb07;
}
.zjls_box:nth-of-type(3n+3) .line {
  background: #35b9fd;
}

