@font-face {
  font-family: 'icon';
  /* project id 918578 */
  src: url("//at.alicdn.com/t/font_918578_mylbnpwou2e.eot");
  src: url("//at.alicdn.com/t/font_918578_mylbnpwou2e.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_918578_mylbnpwou2e.woff") format("woff"), url("//at.alicdn.com/t/font_918578_mylbnpwou2e.ttf") format("truetype"), url("//at.alicdn.com/t/font_918578_mylbnpwou2e.svg#iconfont") format("svg");
}

.icon {
  font-family: "icon" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: graysarrowcale;
}

.icons-up:before {
  content: "\e66f";
}

.icons-up1:before {
  content: "\e8f4";
}

.icons-add:before {
  content: "\e600";
  font-size: 14px;
}

.icons-unfold:before {
  content: "\e9fd";
}

.icons-unfold1:before {
  content: "\e601";
  font-size: 24px;
  font-weight: bolder;
}

.icons-close:before {
  content: "\e605";
  font-size: 24px;
}

.icons-eye:before {
  content: "\e64a";
}

.icons-hide:before {
  content: "\e73f";
}

.icons-phone:before {
  content: "\e611";
}

.icons-message {
  background: url("../images/images/message.png") no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.icons-lock {
  background: url("../images/images/lock.png") no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.icons-contact {
  background: url("../images/images/contact.png") no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.icons-down {
  background: url("../images/images/down.png") no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-position: center;
}

.icons-month {
  background: url("../images/images/month.png") no-repeat;
  display: inline-block;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  background-position: center;
}

.icons-upload {
  background: url("../images/images/add.png") no-repeat;
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  background-position: center;
}

.icons-del {
  background: url("../images/images/del.png") no-repeat;
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  background-position: center;
}

.blueColor {
  color: #3d34eb;
}

.redButton {
  border: none;
  background: #f05757;
  border-radius: 3px;
  color: #ffffff;
  width: 100px;
  height: 30px;
  outline: none;
  cursor: pointer;
}

.mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.dialog {
  width: 500px;
  height: 400px;
  padding: 40px 50px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #ffffff;
  -moz-box-shadow: 0px 1px 61px 1px rgba(179, 179, 179, 0.2);
  -webkit-box-shadow: 0px 1px 61px 1px rgba(179, 179, 179, 0.2);
  box-shadow: 0px 1px 61px 1px rgba(179, 179, 179, 0.2);
  display: none;
}

.dialog .dialogClose {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.dialog .caption {
  position: absolute;
  top: 10px;
  left: 20px;
}

.dialog .title {
  text-align: center;
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  box-pack: center;
  -webkit-box-pack: center;
}

.dialog .title .titleTab {
  padding-bottom: 3px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  margin: 20px;
}

.dialog .title .titleTab.active {
  color: #f05757;
  border-bottom: 4px solid #f05757;
}

.dialog input {
  border: 1px solid #DCDCDC;
  border-radius: 3px;
  padding: 14px;
  margin-bottom: 20px;
}

.dialog button {
  width: 160px;
  height: 40px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.dialog .operation {
  border-top: 1px solid #eee;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
}

.dialog .operation span {
  flex: 1;
  -webkit-flex: 1;
  box-flex: 1;
  -webkit-box-flex: 1;
  text-align: center;
  margin: 14px 0;
  cursor: pointer;
  display: block;
}

.dialog .operation span:first-child {
  border-right: 1px solid #eeeeee;
}

.delInfo {
  max-height: 260px;
}

.textInput {
  position: relative;
}

.textInput span {
  position: absolute;
  line-height: 33px;
  top: 0;
  right: 10px;
  cursor: pointer;
}

.select {
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  position: relative;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.select span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 14px;
  background: #f9f9f9;
  font-size: 12px;
}

.select i {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 34px;
  font-size: 24px;
  color: #999999;
}

.select .upfold {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  overflow-y: scroll;
  z-index: 10;
  background: #f9f9f9;
  width: 100%;
  height: 100px;
  -moz-box-shadow: 0px 9px 18px 0px rgba(84, 84, 84, 0.16);
  -webkit-box-shadow: 0px 9px 18px 0px rgba(84, 84, 84, 0.16);
  box-shadow: 0px 9px 18px 0px rgba(84, 84, 84, 0.16);
}

.select .upfold p {
  padding: 6px 10px;
  cursor: pointer;
}

.select .upfold p:hover {
  background: #ffffff;
}

.remind {
  display: none;
  z-index: 100;
  width: 180px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.4);
  color: #ffffff;
  position: fixed;
  top: 0;
  left: 250px;
  right: 0;
  bottom: 0;
  margin: auto;
}

.content .top {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  box-pack: jusity;
}

.content .billDetail .billsDetail {
  min-width: 920px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  margin: 0 20px 15px;
  padding: 20px 20px 100px 20px;
  border-radius: 3px;
}

.content .billDetail .billsDetail .top {
  display: flex;
  justify-content: space-between;
}

.content .billDetail .billsDetail .top i {
  display: inline-block;
  height: 10px;
  width: 3px;
  background-color: #eb3b50;
  border-radius: 15px;
  margin-right: 5px;
  margin-top: 2px;
}

.content .billDetail .billsDetail .top div:first-child {
  font-size: 14px;
  color: #333333;
}

.content .billDetail .billsDetail .billDetailCon {
  padding: 3% 10%;
}

.content .billDetail .billsDetail .billDetailCon .title {
  border-bottom: 1px #cccccc solid;
  line-height: 38px;
}

.content .billDetail .billsDetail .billDetailCon .title ul {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  position: relative;
}

.content .billDetail .billsDetail .billDetailCon .title ul li {
  margin-right: 70px;
}

.content .billDetail .billsDetail .billDetailCon .title ul li:first-child {
  color: #333333;
  font-weight: bold;
  position: relative;
  width: 120px;
}

.content .billDetail .billsDetail .billDetailCon .title ul li:first-child input::placeholder {
  color: #000000;
  font-weight: bolder;
}

.content .billDetail .billsDetail .billDetailCon .title ul li:first-child i {
  position: absolute;
  top: -2px;
  right: 16px;
}

.content .billDetail .billsDetail .billDetailCon .title ul #months {
  border: none;
  font-weight: bolder;
  cursor: pointer;
}

.content .billDetail .billsDetail .billDetailCon .title ul .method {
  position: relative;
  cursor: pointer;
}

.content .billDetail .billsDetail .billDetailCon .title ul .method i {
  padding-left: 6px;
}

.content .billDetail .billsDetail .billDetailCon .title ul .method .filter {
  display: none;
  width: 190px;
  padding: 10px;
  background: #ffffff;
  position: absolute;
  top: 37px;
  left: 0;
  -moz-box-shadow: 0px -2px 59px 0px rgba(155, 155, 155, 0.11);
  -webkit-box-shadow: 0px -2px 59px 0px rgba(155, 155, 155, 0.11);
  box-shadow: 0px -2px 59px 0px rgba(155, 155, 155, 0.11);
}

.content .billDetail .billsDetail .billDetailCon .title ul .method .filter span {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  text-align: center;
  width: 70px;
  background: #F2F2F2;
  cursor: pointer;
}

.content .billDetail .billsDetail .billDetailCon .title ul .method.active i {
  transform: rotate(180deg);
}

.content .billDetail .billsDetail .billDetailCon .title ul .titleRight {
  position: absolute;
  right: 0;
  font-weight: bold;
  cursor: pointer;
}

.content .billDetail .billsDetail .billDetailCon .title ul .titleRight .monthBill {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #ffffff;
  width: 600px;
  height: 550px;
  -moz-box-shadow: 0px -2px 59px 0px rgba(155, 155, 155, 0.11);
  -webkit-box-shadow: 0px -2px 59px 0px rgba(155, 155, 155, 0.11);
  box-shadow: 0px -2px 59px 0px rgba(155, 155, 155, 0.11);
  text-align: center;
  border-radius: 8px;
  overflow: auto;
  z-index: 100;
  display: none;
}

.content .billDetail .billsDetail .billDetailCon .title ul .titleRight .monthBill h4 {
  background: -webkit-linear-gradient(top, #4b4b4b, #343434);
  background: -moz-linear-gradient(top, #4b4b4b 0%, #343434 100%);
  background: -o-linear-gradient(top, #4b4b4b 0%, #343434 100%);
  background: -ms-linear-gradient(top, #4b4b4b 0%, #343434 100%);
  background: linear-gradient(top, #4b4b4b 0%, #343434 100%);
  color: #ffffff;
  padding: 5px;
}

.content .billDetail .billsDetail .billDetailCon .title ul .titleRight .monthBill .monthBillCon {
  padding: 10px 60px;
}

.content .billDetail .billsDetail .billDetailCon .title ul .titleRight .monthBill .monthBillCon .chooseMonth {
  width: 120px;
  position: relative;
  margin: 0 auto;
}

.content .billDetail .billsDetail .billDetailCon .title ul .titleRight .monthBill .monthBillCon .chooseMonth input {
  border: none;
  color: #000000;
  font-weight: bolder;
}

.content .billDetail .billsDetail .billDetailCon .title ul .titleRight .monthBill .monthBillCon .chooseMonth input::placeholder {
  color: #000000;
  font-weight: bolder;
}

.content .billDetail .billsDetail .billDetailCon .title ul .titleRight .monthBill .monthBillCon .chooseMonth i {
  position: absolute;
  top: 0px;
  right: 16px;
}

.content .billDetail .billsDetail .billDetailCon .title ul .titleRight .monthBill .monthBillCon .itemList {
  margin: 10px 40px;
}

.content .billDetail .billsDetail .billDetailCon .title ul .titleRight .monthBill .monthBillCon .itemList table {
  width: 100%;
}

.content .billDetail .billsDetail .billDetailCon .title ul .titleRight .monthBill .monthBillCon .itemList table th {
  background: #EEEEEE;
  width: 20%;
}

.content .billDetail .billsDetail .billDetailCon .title ul .titleRight .monthBill .monthBillCon .itemList table td {
  font-weight: normal;
  border-bottom: 1px dashed #EEEEEE;
}

.content .billDetail .billsDetail .billDetailCon .title ul .titleRight .monthBill .monthBillCon .itemList table tr:last-of-type td {
  border-bottom: none;
}

.content .billDetail .billsDetail .billDetailCon .billList > li {
  margin-top: 28px;
  -moz-box-shadow: 0px 9px 18px 0px rgba(84, 84, 84, 0.16);
  -webkit-box-shadow: 0px 9px 18px 0px rgba(84, 84, 84, 0.16);
  box-shadow: 0px 9px 18px 0px rgba(84, 84, 84, 0.16);
  border-radius: 5px;
}

.content .billDetail .billsDetail .billDetailCon .billList li .billTag {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -webkit-box-align: center;
  line-height: 110px;
}

.content .billDetail .billsDetail .billDetailCon .billList li .billTag li {
  text-align: center;
}

.content .billDetail .billsDetail .billDetailCon .billList li .billTag li img {
  vertical-align: middle;
}

.content .billDetail .billsDetail .billDetailCon .billList li .billTag li button {
  width: 80px;
  height: 30px;
  background-color: #f8f8f8;
  border-radius: 5px;
  border: solid 1px #eeeeee;
  line-height: 30px;
}

.content .billDetail .billsDetail .billDetailCon .account {
  float: right;
  margin: 50px 0 100px;
}

.content .billDetail .billsDetail .billDetailCon .account button {
  width: 100px;
  height: 30px;
  background-color: #eb3434;
  border-radius: 5px;
  border: none;
  color: #ffffff;
  margin-left: 20px;
}

.content .financeInfo .financesInfo .money {
  min-width: 920px;
  overflow: auto;
  background-color: #fff;
  margin: 0 20px 15px;
  padding: 30px 0;
  border-radius: 5px;
  text-align: center;
}

.content .financeInfo .financesInfo .money h3 {
  color: #EB3434;
  font-size: 24px;
}

.content .financeInfo .financesInfo .money p {
  font-size: 14px;
  padding: 14px 0;
}

.content .financeInfo .financesInfo .money p i {
  cursor: pointer;
}

.content .financeInfo .financesInfo .financeCon {
  min-width: 920px;
  overflow: auto;
  background-color: #fff;
  margin: 0 20px 15px;
  border-radius: 5px;
}

.content .financeInfo .financesInfo .financeCon .financeTab ul {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
}

.content .financeInfo .financesInfo .financeCon .financeTab li {
  font-weight: bolder;
  padding: 10px 0;
  flex: 1;
  text-align: center;
  background: -webkit-linear-gradient(top, #ffffff, #d6d6d6);
  background: -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  background: linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  cursor: pointer;
}

.content .financeInfo .financesInfo .financeCon .financeTab li.active {
  background: #ffffff;
  color: #f05757;
}

.content .financeInfo .financesInfo .financeCon .financeList {
  padding: 3% 8%;
}

.content .financeInfo .financesInfo .financeCon .financeList .detail .detailTitle {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}

.content .financeInfo .financesInfo .financeCon .financeList .detail .detailTitle .date {
  width: 150px;
  height: 36px;
  background: #F8F8F8;
  line-height: 36px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

.content .financeInfo .financesInfo .financeCon .financeList .detail .detailTitle .date input {
  border: none;
  width: 100%;
  height: 100%;
  background: #F8F8F8;
  padding: 0 10px;
}

.content .financeInfo .financesInfo .financeCon .financeList .detail .detailTitle .date input::placeholder {
  color: #000000;
}

.content .financeInfo .financesInfo .financeCon .financeList .detail .detailTitle .date i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 24px;
}

.content .financeInfo .financesInfo .financeCon .financeList .detail .detailTitle .filter .filterItem {
  margin: 5px 10px;
  line-height: 36px;
  cursor: pointer;
}

.content .financeInfo .financesInfo .financeCon .financeList .detail .detailTitle .filter .filterItem.active {
  color: #ef4b4b;
  border-bottom: 3px solid #ef4b4b;
}

.content .financeInfo .financesInfo .financeCon .financeList .detail table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 5px;
  overflow: hidden;
  -moz-box-shadow: 0px 9px 18px 0px rgba(84, 84, 84, 0.16);
  -webkit-box-shadow: 0px 9px 18px 0px rgba(84, 84, 84, 0.16);
  box-shadow: 0px 9px 18px 0px rgba(84, 84, 84, 0.16);
}

.content .financeInfo .financesInfo .financeCon .financeList .detail table tr th, .content .financeInfo .financesInfo .financeCon .financeList .detail table tr td {
  padding: 14px 0;
  text-align: center;
}

.content .financeInfo .financesInfo .financeCon .financeList .detail table tr:first-child {
  background: #808080;
  color: #ffffff;
}

.content .financeInfo .financesInfo .financeCon .financeList .apply {
  padding: 2% 20%;
  display: none;
}

.content .financeInfo .financesInfo .financeCon .financeList .apply .select {
  width: 100%;
  margin-bottom: 30px;
}

.content .financeInfo .financesInfo .financeCon .financeList .apply .step {
  margin-bottom: 36px;
}

.content .financeInfo .financesInfo .financeCon .financeList .apply .step p {
  font-weight: normal;
  color: #999999;
}

.content .financeInfo .financesInfo .financeCon .financeList .apply .step p span {
  font-weight: bolder;
  color: #000000;
  margin-right: 6px;
}

.content .financeInfo .financesInfo .financeCon .financeList .apply .step .textInput {
  margin: 10px 0;
}

.content .financeInfo .financesInfo .financeCon .financeList .apply .step input {
  border-radius: 3px;
  padding: 8px 14px;
  border: 1px solid #EBEBEB;
}

.content .financeInfo .financesInfo .financeCon .financeList .apply button {
  width: 120px;
  height: 30px;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard {
  display: none;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard .bankCardTitle {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  box-pack: jusity;
  margin: 30px 14px;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard .bankCardTitle .addCard {
  float: right;
  cursor: pointer;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard table {
  width: 100%;
  border-collapse: collapse;
  -moz-box-shadow: 0px 9px 18px 0px rgba(84, 84, 84, 0.16);
  -webkit-box-shadow: 0px 9px 18px 0px rgba(84, 84, 84, 0.16);
  box-shadow: 0px 9px 18px 0px rgba(84, 84, 84, 0.16);
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard table tr th, .content .financeInfo .financesInfo .financeCon .financeList .bankCard table tr td {
  padding: 14px 0;
  text-align: center;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard table tr th:nth-of-type(1) {
  width: 15%;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard table tr th:nth-of-type(2) {
  width: 15%;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard table tr th:nth-of-type(3) {
  width: 20%;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard table tr th:nth-of-type(4) {
  width: 20%;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard table tr th:nth-of-type(5) {
  width: 15%;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard table tr th:nth-of-type(6) {
  width: 15%;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard table tr:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard table td:nth-last-child(2), .content .financeInfo .financesInfo .financeCon .financeList .bankCard table td:last-child {
  cursor: pointer;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard .dialog {
  width: 460px;
  height: 510px;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard .dialog .title {
  font-size: 16px;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard .dialog .bankCode {
  display: none;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard .delInfo {
  width: 360px;
  height: 260px;
  padding: 30px 50px;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard .delInfo h3 {
  margin-bottom: 20px;
}

.content .financeInfo .financesInfo .financeCon .financeList .bankCard .delInfo p {
  line-height: 30px;
}

.content .userInfo .usersInfo {
  min-width: 920px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  margin: 0 20px 15px;
  border-radius: 3px;
}

.content .userInfo .usersInfo .titleTab ul {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
}

.content .userInfo .usersInfo .titleTab li {
  font-weight: bolder;
  padding: 10px 0;
  flex: 1;
  text-align: center;
  background: -webkit-linear-gradient(top, #ffffff, #d6d6d6);
  background: -moz-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  background: linear-gradient(top, #ffffff 0%, #d6d6d6 100%);
  cursor: pointer;
}

.content .userInfo .usersInfo .titleTab li.active {
  background: #ffffff;
  color: #f05757;
}

.content .userInfo .usersInfo .userInfoCon .userInfoItem {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  box-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -webkit-box-align: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo {
  padding: 3% 30%;
  pointer-events: none;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo .photo {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  box-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -webkit-box-align: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  margin-bottom: 10px;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo .photo label {
  margin-bottom: 14px;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo .photo label input {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  position: absolute;
  left: 0;
  z-index: 50;
  top: 0;
  opacity: 0;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo .photo label div {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  position: relative;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo .photo label div img {
  position: absolute;
  width: 80px;
  height: 80px;
  display: block;
  border-radius: 50px;
  left: 0;
  top: 0;
  z-index: 5;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo .photo label div p {
  color: #FFFFFF;
  font-size: 14px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  line-height: 80px;
  z-index: 20;
  width: 80px;
  height: 80px;
  background: rgba(0, 0, 0, 0.2);
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  box-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -webkit-box-align: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  width: 100%;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul {
  width: 100%;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  box-pack: center;
  -webkit-box-pack: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  box-align: start;
  -webkit-box-align: start;
  height: 50px;
  width: 100%;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .tagName {
  width: 100px;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .info {
  width: 100%;
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .info .date {
  height: 30px;
  border: 1px solid #ebebeb;
  background: #f9f9f9;
  position: relative;
  margin-right: 10px;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .info .date input {
  width: 100%;
  height: 100%;
  padding: 6px 10px;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .info .date i {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  right: 10px;
  line-height: 30px;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .info .select {
  height: 30px;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .info .select span {
  background: #ffffff;
  padding: 6px 10px;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .info .select i {
  font-size: 14px;
  right: 10px;
  line-height: 30px;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .info .select .upfold {
  background: #ffffff;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .info .select .upfold p:hover {
  color: #ffffff;
  background: #eb6f69;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .tel span {
  color: #3d34eb;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .tel a {
  color: red;
  margin-left: 50px;
  cursor: pointer;
  pointer-events: initial;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .name {
  padding: 5px 10px;
  font-size: 14px;
  border: 1px solid #EAEAEA;
  border-radius: 3px;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .sex {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .sex label {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  margin-right: 30px;
  line-height: 16px;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .sex label img {
  margin-right: 4px;
  width: 16px;
  height: 16px;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .sex label input {
  display: none;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .address, .content .userInfo .usersInfo .userInfoCon .baseInfo form ul li .birthday {
  margin-right: -10px;
}

.content .userInfo .usersInfo .userInfoCon .baseInfo .btn {
  width: 140px;
  height: 30px;
  background: #EB3434;
  border-radius: 3px;
  border: none;
  color: #ffffff;
  margin-top: 50px;
  pointer-events: initial;
  cursor: pointer;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo {
  padding: 10% 28%;
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  box-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  box-align: center;
  -webkit-box-align: center;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: none;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .safeTab {
  width: 100%;
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid #e5e5e5;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .safeTab span {
  flex: 1;
  margin: 0 70px;
  display: block;
  padding-bottom: 3px;
  text-align: center;
  cursor: pointer;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .safeTab span.active {
  font-weight: bolder;
  color: #EF4B4B;
  border-bottom: 2px solid #EF4B4B;
  margin-bottom: -1px;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .changePwd {
  width: 100%;
  display: none;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .changePwd .mode {
  width: 200px;
  margin: 50px auto;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .changePwd .mode p {
  padding-bottom: 20px;
  color: #3d34eb;
  cursor: pointer;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .changePwd .mode p a {
  color: #3d34eb;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .changePwd .modeMessage {
  display: none;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .changePwd .modePwd {
  display: none;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .change {
  margin-top: 50px;
  width: 100%;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .change .tag {
  width: 100%;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: center;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .change .preTel {
  margin-bottom: 14px;
  color: #999999;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .change div {
  border: 1px solid #EBEBEB;
  margin-bottom: 14px;
  height: 40px;
  line-height: 40px;
  position: relative;
  border-radius: 5px;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .change div input {
  padding: 5px 10px;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .change div .code {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 40px;
  cursor: pointer;
}

.content .userInfo .usersInfo .userInfoCon .safeInfo .change .submit {
  width: 120px;
  height: 30px;
  margin-top: 50px;
  cursor: pointer;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo, .content .userInfo .usersInfo .userInfoCon .addressInfo {
  padding: 5%;
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  display: none;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .title, .content .userInfo .usersInfo .userInfoCon .addressInfo .title {
  font-size: 16px;
  font-weight: bolder;
  margin-bottom: 20px;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .addItem, .content .userInfo .usersInfo .userInfoCon .addressInfo .addItem {
  margin-left: 20px;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .addItem input, .content .userInfo .usersInfo .userInfoCon .addressInfo .addItem input {
  width: 30%;
  background: #f5f5f5;
  padding: 14px;
  border-radius: 3px;
  margin-right: 20px;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .addItem button, .content .userInfo .usersInfo .userInfoCon .addressInfo .addItem button {
  width: 140px;
  height: 30px;
  display: block;
  margin-top: 30px;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .identityList, .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList, .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList {
  margin-top: 80px;
  margin-left: 20px;
  -moz-box-shadow: 0px 1px 61px 1px rgba(179, 179, 179, 0.2);
  -webkit-box-shadow: 0px 1px 61px 1px rgba(179, 179, 179, 0.2);
  box-shadow: 0px 1px 61px 1px rgba(179, 179, 179, 0.2);
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .identityList table, .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList table, .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList table {
  width: 100%;
  border-collapse: collapse;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .identityList table tr th, .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList table tr th, .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList table tr th, .content .userInfo .usersInfo .userInfoCon .identityInfo .identityList table tr td, .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList table tr td, .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList table tr td {
  padding: 20px 0;
  text-align: center;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .identityList table tr th:nth-of-type(1), .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList table tr th:nth-of-type(1), .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList table tr th:nth-of-type(1) {
  width: 15%;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .identityList table tr th:nth-of-type(2), .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList table tr th:nth-of-type(2), .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList table tr th:nth-of-type(2) {
  width: 15%;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .identityList table tr th:nth-of-type(3), .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList table tr th:nth-of-type(3), .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList table tr th:nth-of-type(3) {
  width: 20%;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .identityList table tr th:nth-of-type(4), .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList table tr th:nth-of-type(4), .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList table tr th:nth-of-type(4) {
  width: 30%;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .identityList table tr th:nth-of-type(5), .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList table tr th:nth-of-type(5), .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList table tr th:nth-of-type(5) {
  width: 20%;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .identityList table tr:first-child, .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList table tr:first-child, .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList table tr:first-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .identityList table td:nth-last-child(2), .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList table td:nth-last-child(2), .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList table td:nth-last-child(2), .content .userInfo .usersInfo .userInfoCon .identityInfo .identityList table td:last-child, .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList table td:last-child, .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList table td:last-child {
  cursor: pointer;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .identityList .delInfo, .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList .delInfo, .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList .delInfo {
  width: 360px;
  padding: 30px 50px;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .identityList .delInfo h3, .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList .delInfo h3, .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList .delInfo h3 {
  margin-bottom: 20px;
}

.content .userInfo .usersInfo .userInfoCon .identityInfo .identityList .delInfo p, .content .userInfo .usersInfo .userInfoCon .addressInfo .identityList .delInfo p, .content .userInfo .usersInfo .userInfoCon .addressInfo .addressList .delInfo p {
  line-height: 30px;
}

.content .userInfo .usersInfo .userInfoCon .addressInfo .addItem .row {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  box-start: start;
  -webkit-box-pack: start;
  margin-bottom: 10px;
}

.content .userInfo .usersInfo .userInfoCon .addressInfo .addItem .row:nth-of-type(2) .select {
  flex: 1;
  border: none;
}

.content .userInfo .usersInfo .userInfoCon .addressInfo .addItem .row:nth-of-type(2) .select span {
  color: #999999;
  line-height: 24px;
  font-size: 14px;
}

.content .userInfo .usersInfo .userInfoCon .addressInfo .addItem .row:nth-of-type(2) .select i {
  line-height: 44px;
}

.content .userInfo .usersInfo .userInfoCon .addressInfo .addItem .row:nth-of-type(2) .select:last-of-type {
  cursor: text;
}

.content .userInfo .usersInfo .userInfoCon .addressInfo .addItem .row:nth-of-type(2) .select:last-of-type input {
  width: 100%;
}

.content .userInfo .usersInfo .userInfoCon .addressInfo .addressList .editInfo {
  height: 550px;
}

.content .userInfo .usersInfo .userInfoCon .addressInfo .addressList .editInfo .select {
  width: 100%;
}

.content .userInfo .usersInfo .userInfoCon .addressInfo .addressList .editInfo .select span {
  background: #ffffff;
  font-size: 14px;
}

.content .userInfo .usersInfo .userInfoCon .addressInfo .addressList .editInfo .select .upfold {
  background: #ffffff;
  top: 40px;
}

.content .userInfo .usersInfo .userInfoCon .addressInfo .addressList .editInfo .select .upfold p:hover {
  color: #ffffff;
  background: #eb6f69;
}

.content .userInfo .usersInfo .userInfoCon .addressInfo .addressList .editInfo .select:last-of-type input {
  margin-bottom: 0;
  border: none;
}

.content .siteQuery .sitesQuery {
  min-width: 920px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  margin: 0 20px 15px;
  padding: 20px 20px 100px 20px;
  border-radius: 3px;
}

.content .siteQuery .sitesQuery .top {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  box-pack: jusity;
}

.content .siteQuery .sitesQuery .top i {
  display: inline-block;
  height: 10px;
  width: 3px;
  background-color: #eb3b50;
  border-radius: 15px;
  margin-right: 5px;
  margin-top: 2px;
}

.content .siteQuery .sitesQuery .top div:first-child {
  font-size: 14px;
  color: #333333;
}

.content .siteQuery .sitesQuery .sitesQueryCon {
  margin-top: 20px;
}

.content .siteQuery .sitesQuery .sitesQueryCon .site {
  margin-right: 20px;
  margin-bottom: 10px;
  -moz-box-shadow: 0 0px 30px 0px #dedede;
  -webkit-box-shadow: 0 0px 30px 0px #dedede;
  box-shadow: 0 0px 30px 0px #dedede;
  width: 30%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  float: left;
}

.content .siteQuery .sitesQuery .sitesQueryCon .site .siteLeft {
  padding: 20px;
  width: 86%;
  height: 100px;
}

.content .siteQuery .sitesQuery .sitesQueryCon .site .siteLeft p:first-child {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  box-pack: jusity;
  font-weight: bolder;
  padding-bottom: 8px;
}

.content .siteQuery .sitesQuery .sitesQueryCon .site .siteLeft .address {
  font-size: 12px;
  color: #7D7D7D;
  line-height: 18px;
}

.content .siteQuery .sitesQuery .sitesQueryCon .site .tag {
  width: 14%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -webkit-linear-gradient(0deg, #a0a0a0 0%, #c4c4c4 100%);
  background: -moz-linear-gradient(0deg, #a0a0a0 0%, #c4c4c4 100%);
  background: -o-linear-gradient(0deg, #a0a0a0 0%, #c4c4c4 100%);
  background: -ms-linear-gradient(0deg, #a0a0a0 0%, #c4c4c4 100%);
  background: linear-gradient(0deg, #a0a0a0 0%, #c4c4c4 100%);
}

.content .siteQuery .sitesQuery .sitesQueryCon .site .tag i {
  color: #BFC0BF;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.content .siteQuery .sitesQuery .sitesQueryCon .site.active .location {
  color: #E1374A;
}

.content .siteQuery .sitesQuery .sitesQueryCon .site.active .tag {
  background: linear-gradient(0deg, #de3648 0%, #eb3c4f 100%);
  background: -webkit-linear-gradient(0deg, #de3648 0%, #eb3c4f 100%);
  background: -moz-linear-gradient(0deg, #de3648 0%, #eb3c4f 100%);
  background: -o-linear-gradient(0deg, #de3648 0%, #eb3c4f 100%);
  background: -ms-linear-gradient(0deg, #de3648 0%, #eb3c4f 100%);
  background: linear-gradient(0deg, #de3648 0%, #eb3c4f 100%);
}

.content .siteQuery .sitesQuery .sitesQueryCon .site.active .tag i {
  color: #E96170;
}

.content .news .newss {
  min-width: 920px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  margin: 0 20px 15px;
  padding: 20px 20px 40px 20px;
  border-radius: 3px;
  position: relative;
}

.content .news .newss .top {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
}

.content .news .newss .top i {
  display: inline-block;
  height: 10px;
  width: 3px;
  background-color: #eb3b50;
  border-radius: 15px;
  margin-right: 5px;
  margin-top: 2px;
}

.content .news .newss .top div:first-child {
  font-size: 14px;
  color: #333333;
}

.content .news .newss .title {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -130px;
}

.content .news .newss .title span {
  padding: 14px 0;
  margin: 0 30px;
  cursor: pointer;
}

.content .news .newss .title span.active {
  border-top: 3px solid #ef4b4b;
  color: #ef4b4b;
}

.content .news .newss .newsCon {
  padding: 2% 5%;
}

.content .news .newss .newsCon .newsList {
  display: inline-block;
  width: 100%;
}

.content .news .newss .newsCon .newsList li {
  width: 30%;
  margin-left: 15px;
  margin-bottom: 15px;
  float: left;
  overflow: hidden;
  border-radius: 5px;
}

.content .news .newss .newsCon .newsList li img {
  width: 100%;
  height: 150px;
}

.content .news .newss .newsCon .newsList li .desc {
  padding: 10px;
  background: #f8f8f8;
}

.content .news .newss .newsCon .newsList li .desc h4 {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .news .newss .newsCon .newsList li .desc p {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  box-pack: jusity;
  color: #ADADAD;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding-top: 10px;
}

.content .news .newss .newsCon .newsList li .desc p i {
  vertical-align: middle;
  margin-right: 4px;
}

.content .news .newss .newsCon .dhnews {
  display: none;
}

.content .news .newss .newsCon .pages {
  margin-top: 30px;
}

.content .news .newss .newsCon .pages ul {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  box-pack: center;
  -webkit-box-pack: center;
}

.content .news .newss .newsCon .pages ul li {
  width: 30px;
  height: 30px;
  border: 1px solid #E5E5E5;
  line-height: 30px;
  text-align: center;
  color: #767576;
  margin-left: 4px;
  cursor: pointer;
}

.content .news .newss .newsCon .pages li:hover {
  background: #767576;
  color: #ffffff;
}

.content .dhGoods .dhsGoods {
  min-width: 920px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  margin: 0 20px 15px;
  padding: 20px 20px 40px 20px;
  border-radius: 3px;
  position: relative;
}

.content .dhGoods .dhsGoods .top {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
}

.content .dhGoods .dhsGoods .top i {
  display: inline-block;
  height: 10px;
  width: 3px;
  background-color: #eb3b50;
  border-radius: 15px;
  margin-right: 5px;
  margin-top: 2px;
}

.content .dhGoods .dhsGoods .top div:first-child {
  font-size: 14px;
  color: #333333;
}

.content .dhGoods .dhsGoods .dhsGoodsCon {
  padding: 2% 5%;
}

.content .dhGoods .dhsGoods .dhsGoodsCon .goodsList {
  display: inline-block;
}

.content .dhGoods .dhsGoods .dhsGoodsCon .goodsList li {
  /* width: 50%; */
  margin-left: 15px;
  margin-bottom: 15px;
  float: left;
  overflow: hidden;
  border-radius: 5px;
}

.content .dhGoods .dhsGoods .dhsGoodsCon .goodsList li img {
  width: 100%;
}

.content .dhGoods .dhsGoods .dhsGoodsCon .goodsList li .desc {
  padding: 10px;
  background: #f8f8f8;
  position: relative;
}

.content .dhGoods .dhsGoods .dhsGoodsCon .goodsList li .desc h4 {
  font-size: 14px;
  font-weight: bolder;
}

.content .dhGoods .dhsGoods .dhsGoodsCon .goodsList li .desc p {
  margin: 0;
}

.content .dhGoods .dhsGoods .dhsGoodsCon .goodsList li .desc .buy {
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -15px;
  width: 70px;
  height: 30px;
  background: #ADADAD;
  color: #fff;
  border-radius: 15px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
}

.content .dhGoods .dhsGoods .dhsGoodsCon .pages {
  margin-top: 30px;
}

.content .dhGoods .dhsGoods .dhsGoodsCon .pages ul {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  box-pack: center;
  -webkit-box-pack: center;
}

.content .dhGoods .dhsGoods .dhsGoodsCon .pages ul li {
  width: 30px;
  height: 30px;
  border: 1px solid #E5E5E5;
  line-height: 30px;
  text-align: center;
  color: #767576;
  margin-left: 4px;
  cursor: pointer;
}

.content .dhGoods .dhsGoods .dhsGoodsCon .pages li:active {
  background: #767576;
  color: #ffffff;
}

.content .costOrder .costsOrder {
  min-width: 920px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  margin: 0 20px 15px;
  padding: 20px 20px 50px 20px;
  border-radius: 3px;
  position: relative;
}

.content .costOrder .costsOrder .top {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
}

.content .costOrder .costsOrder .top i {
  display: inline-block;
  height: 10px;
  width: 3px;
  background-color: #eb3b50;
  border-radius: 15px;
  margin-right: 5px;
  margin-top: 2px;
}

.content .costOrder .costsOrder .top div:first-child {
  font-size: 14px;
  color: #333333;
}

.content .costOrder .costsOrder .banner {
  overflow: hidden;
  border-radius: 5px;
  margin: 10px 0 20px;
}

.content .costOrder .costsOrder .banner img {
  width: 100%;
  height: 100%;
}

.content .costOrder .costsOrder .costsOrderCon {
  padding: 10px 8%;
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft {
  flex: 3;
  -webkit-flex: 3;
  box-flex: 3;
  -webkit-box-flex: 3;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .row {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  margin-right: -15px;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .select {
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  position: relative;
  width: 50%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .select span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 14px;
  background: #f9f9f9;
  font-size: 12px;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .select i {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 34px;
  font-size: 24px;
  color: #999999;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .row:nth-of-type(5) {
  margin-bottom: 30px;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .row:nth-of-type(5) .select {
  width: 100%;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .row:nth-of-type(2) .select {
  width: 100%;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .row:nth-of-type(3) .select {
  width: 100%;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .row:nth-of-type(4) .select {
  width: 100%;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .textInput {
  display: inline-block;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 10px;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .textInput input {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 14px;
  font-size: 12px;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .textInput input::placeholder {
  color: #000000;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .textInput span {
  color: #858585;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .row:nth-of-type(7) .textInput {
  width: 32%;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft .row:last-of-type .select {
  width: 100%;
}

.content .costOrder .costsOrder .costsOrderCon .conLeft button {
  margin-top: 20px;
}

.content .costOrder .costsOrder .costsOrderCon .dir {
  flex: 1;
  -webkit-flex: 1;
  box-flex: 1;
  -webkit-box-flex: 1;
  margin: auto;
}

.content .costOrder .costsOrder .costsOrderCon .dir img {
  width: 80%;
  margin: 0 20px;
}

.content .costOrder .costsOrder .costsOrderCon .conRight {
  height: 100%;
  flex: 2;
  -webkit-flex: 2;
  box-flex: 2;
  -webkit-box-flex: 2;
  padding: 20px;
  border: 1px solid #e5e5e5;
  -moz-box-shadow: 0px 8px 24px 0px rgba(59, 59, 59, 0.13);
  -webkit-box-shadow: 0px 8px 24px 0px rgba(59, 59, 59, 0.13);
  box-shadow: 0px 8px 24px 0px rgba(59, 59, 59, 0.13);
  border-radius: 10px;
}

.content .costOrder .costsOrder .costsOrderCon .conRight .cost {
  background: #FCFCFC;
  border: 1px solid #E5E5E5;
}

.content .costOrder .costsOrder .costsOrderCon .conRight .cost .totalCost {
  padding: 20px;
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  box-pack: jusity;
}

.content .costOrder .costsOrder .costsOrderCon .conRight .cost .totalCost span:first-child {
  font-size: 26px;
  font-weight: bolder;
}

.content .costOrder .costsOrder .costsOrderCon .conRight .cost .totalCost span:first-child i {
  font-size: 12px;
  font-style: normal;
}

.content .costOrder .costsOrder .costsOrderCon .conRight .cost .totalCost span:last-child {
  padding: 5px 12px;
  background: #EDEDED;
  border-radius: 18px;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
}

.content .costOrder .costsOrder .costsOrderCon .conRight .cost .detailCost {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  border-top: 1px dashed #E5E5E5;
  font-size: 12px;
}

.content .costOrder .costsOrder .costsOrderCon .conRight .cost .detailCost div {
  flex: 1;
  -webkit-flex: 1;
  box-flex: 1;
  -webkit-box-flex: 1;
  border-right: 1px dashed #E5E5E5;
  text-align: center;
  padding: 10px;
}

.content .costOrder .costsOrder .costsOrderCon .conRight .dots {
  margin-top: 30px;
}

.content .costOrder .costsOrder .costsOrderCon .conRight .dots .row {
  -webkit-display: flex;
  display: box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .costOrder .costsOrder .costsOrderCon .conRight .dots span {
  -webkit-flex: 1;
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
  background: -webkit-linear-gradient(0deg, #f9f9f9 0%, white 100%);
  background: -moz-linear-gradient(0deg, #f9f9f9 0%, white 100%);
  background: -o-linear-gradient(0deg, #f9f9f9 0%, white 100%);
  background: -ms-linear-gradient(0deg, #f9f9f9 0%, white 100%);
  background: linear-gradient(0deg, #f9f9f9 0%, white 100%);
  border-radius: 25px;
}

.content .costOrder .costsOrder .costsOrderCon .conRight .dots .row:last-of-type span {
  margin-bottom: 0px;
}

.content .costOrder .costsOrder .costsOrderCon .conRight .dots .row:last-of-type span:last-of-type {
  flex: 2;
  -webkit-flex: 2;
  box-flex: 2;
  -webkit-box-flex: 2;
}

.content .suggest {
  min-width: 920px;
  height: 100%;
  overflow: auto;
  background-color: #ffffff !important;
  padding: 3% 30% 3% 16%;
}

.content .suggest .title {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: bolder;
}

.content .suggest .title .titleTab {
  margin: 20px;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
  cursor: pointer;
}

.content .suggest .title .titleTab.active {
  border-bottom: 3px solid #f05757;
  color: #f05757;
}

.content .suggest .title .vertical {
  font-style: normal;
  color: #E5E5E5;
  font-weight: normal;
  margin: 20px 0;
}

.content .suggest .suggestItem p {
  text-align: center;
  color: #666666;
}

.content .suggest .suggestItem .desc {
  width: 100%;
  height: 200px;
  margin: 30px 0;
  position: relative;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  overflow: hidden;
}

.content .suggest .suggestItem .desc textarea {
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.content .suggest .suggestItem .desc span {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.content .suggest .suggestItem .pic {
  display: inline-block;
}

.content .suggest .suggestItem .pic h4 {
  margin: 10px 0;
}

.content .suggest .suggestItem .pic .upload {
  width: 140px;
  height: 90px;
  border: 3px solid #EBEBEB;
  position: relative;
  float: left;
  margin-right: 20px;
  cursor: pointer;
}

.content .suggest .suggestItem .pic .upload input {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}

.content .suggest .suggestItem .pic .upload img {
  width: 100%;
  height: 100%;
}

.content .suggest .suggestItem .pic .upload .picMark {
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
}

.content .suggest .suggestItem .pic .upload i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -17px;
  margin-left: -17px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
}

.content .suggest .suggestItem .pic .upload span {
  font-size: 12px;
  color: #999999;
  display: block;
  padding: 5px 0;
}

.content .suggest .suggestItem .submit {
  margin-top: 50px;
  display: block;
}

.content .suggest .accuse {
  display: none;
}

.content .message .messages {
  min-width: 920px;
  height: 100%;
  overflow: auto;
  background-color: #fff;
  margin: 0 20px 15px;
  padding: 20px 20px 40px 20px;
  border-radius: 3px;
  position: relative;
}

.content .message .messages .top {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
}

.content .message .messages .top i {
  display: inline-block;
  height: 10px;
  width: 3px;
  background-color: #eb3b50;
  border-radius: 15px;
  margin-right: 5px;
  margin-top: 2px;
}

.content .message .messages .top div:first-child {
  font-size: 14px;
  color: #333333;
}

.content .message .messages .title {
  position: absolute;
  top: 15px;
  left: 50%;
  margin-left: -130px;
}

.content .message .messages .title span {
  padding: 14px 0;
  margin: 0 30px;
  cursor: pointer;
  position: relative;
}

.content .message .messages .title span .redDot {
  position: absolute;
  top: 12px;
  right: -7px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #ef4b4b;
}

.content .message .messages .title span.active {
  border-top: 3px solid #ef4b4b;
  color: #ef4b4b;
}

.content .message .messages .messageCon {
  padding: 2% 10%;
}

.content .message .messages .messageCon .messageItem {
  background-color: #FCFCFC;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  box-shadow: 0px 9px 21px 0px rgba(120, 120, 120, 0.1);
  margin-bottom: 16px;
}

.content .message .messages .messageCon .messageItem .mesLeft {
  background: linear-gradient(-88deg, #333333 0%, #4b4b4b 99%);
  width: 20%;
  min-width: 180px;
  padding: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: bolder;
}

.content .message .messages .messageCon .messageItem .mesLeft .address {
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
}

.content .message .messages .messageCon .messageItem .mesLeft .address img {
  width: 20px;
  margin: 0 4px 6px;
}

.content .message .messages .messageCon .messageItem .mesLeft .number {
  margin-top: 5px;
}

.content .message .messages .messageCon .messageItem .mesRight {
  width: 80%;
  padding: 10px 2% 2% 10px;
}

.content .message .messages .messageCon .messageItem .mesRight .mesTitle .type {
  font-size: 16px;
  font-weight: bolder;
  color: #333333;
  margin-right: 20px;
  width: 80px;
}

.content .message .messages .messageCon .messageItem .mesRight .mesTitle .orderNo {
  width: 100%;
}

.content .message .messages .messageCon .messageItem .mesRight .mesTitle .orderNo span:last-child {
  color: #999999;
}

.content .message .messages .messageCon .messageItem .mesRight .mesBottom {
  text-align: center;
  position: relative;
  padding-top: 30px;
}

.content .message .messages .messageCon .messageItem .mesRight .mesBottom .state {
  font-size: 18px;
  color: #3870FF;
  font-weight: bolder;
}

.content .message .messages .messageCon .messageItem .mesRight .mesBottom .pretime {
  font-size: 12px;
  color: #999999;
  margin-top: 5px;
}

.content .message .messages .messageCon .messageItem .mesRight .mesBottom .redButton {
  border-radius: 15px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.content .message .messages .messageCon .abnormalInfo .messageItem .state {
  color: #EF4B4B;
}

.content .message .messages .messageCon .systemInfo .messageItem .mesLeft {
  background: #EF4B4B;
}

.content .message .messages .messageCon .systemInfo .messageItem .mesRight .type {
  width: auto;
}

.content .message .messages .messageCon .systemInfo .messageItem .mesRight .time {
  color: #999999;
}

.content .message .messages .messageCon .systemInfo .messageItem .mesRight .state {
  color: #333333;
}

.content .message .messages .messageCon .pages {
  margin-top: 30px;
}

.content .message .messages .messageCon .pages ul {
  display: -webkit-flex;
  display: box;
  display: -webkit-box;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  box-pack: center;
  -webkit-box-pack: center;
}

.content .message .messages .messageCon .pages ul li {
  width: 30px;
  height: 30px;
  border: 1px solid #E5E5E5;
  line-height: 30px;
  text-align: center;
  color: #767576;
  margin-left: 4px;
  cursor: pointer;
}

.content .message .messages .messageCon .pages li:hover {
  background: #767576;
  color: #ffffff;
}
