﻿body {
}
.user {
	background: #fff;
  margin: 20px auto;
  padding: 20px 20px;
  border-radius: 4px;
}
.user-r h4 {
  padding: 12px 15px 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.report .search {
  padding: 0;
  margin: 5px 0 15px 0;
}
.report .search-wrap {
  width: 40%;
  height: 36px;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .14);
  background-color: #FFF;
  float: right;
}
.report .search-wrap .search-content {
  box-shadow: none;
  border: 0 none;
  outline: none;
  margin-left: 20px;
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", Arial, Helvetica, sans-serif;
  margin-top: 3px;
  width: 60%;
  display: inline-block;
  height: 30px;
}
.report .search-wrap .search-btn {
  border: 0px;
  float: right;
  width: 20%;
  display: inline-block;
  outline: none;
  height: 36px;
  border-radius: 0px 5px 5px 0px;
  background-color: #ff601a;
  color: #FFF;
  text-align: center;
  line-height: 28px;
}
.user-r .ibox .ibox-content .report .accountList {
  border: solid 1px #ccc;
}
.report .accountList ul {
  padding: 10px 8px;
}
.report .accountList ul li {
  border-bottom: 1px dashed #ccc;
  line-height: 30px;
}
.report .accountList ul li a, .report .accountList ul li span {
  font-size: 1.25em;
  cursor:pointer;
}
.accountList span {
	font-size:1em !important;
}

@media only screen and (min-height: 1280px) and (max-height: 1440px) {
	.accountList {
	min-height:872px;
}
}
@media only screen and (min-height: 1080px) and (max-height: 1279px) {
	.accountList {
		min-height: 665px;
	}
}
@media only screen and (min-height: 768px) and (max-height: 1079px) {
	.accountList {
	min-height:500px;
}
}

@media only screen and (min-width: 320px) and (max-width: 640px) {
	.report .search-wrap {
  width: 100%;
  height: 36px;
  border-radius: 5px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .14);
  background-color: #FFF;
  float: right;
}
	.search-wrap {
		width: 100%;
	}
}

