h2.page-header {
  margin: 10px 0 25px 0;
  padding-bottom: 15px;
}
.user-baseinfo {
  margin-bottom: 25px;
}
.user-baseinfo table tr td {
  color: #999;
}
@media (min-width: 992px) {
  .user-center .avatar-text,
  .user-center .avatar-img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
    line-height: 150px;
    font-size: 70px;
  }
  .user-center .avatar-img {
    font-size: 0;
  }
  .user-center .avatar-img img {
    height: 150px;
    width: 150px;
    border-radius: 150px;
  }
}
.sidebar-toggle {
  display: none;
}
@media (max-width: 991px) {
  .sidenav {
    position: fixed;
    top: 50px;
    z-index: 1029;
    height: calc(100vh - 50px);
    padding: 20px 0 20px 0;
    min-width: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    width: 250px;
    left: -250px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sidebar-toggle {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 70px;
    border-radius: 50%;
    background: #eee;
    font-size: 22px;
    padding: 10px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    text-align: center;
    z-index: 999999;
  }
}
body.sidebar-open .sidenav {
  left: 0;
  width: 250px;
  box-shadow: 0 6px 27px rgba(0, 0, 0, 0.075);
}
body.sidebar-open .sidebar-toggle i:before {
  content: "\f00d";
}

/* 销售明细 */
.phone{width:100%; max-width:750px; margin:auto;line-height:1.5; padding:0; }
.head_1{ background-color: #f8ebdb;}
.head_1 .container{ height: 9.5rem; display: flex; align-items: center; justify-content: center; position: relative;}
.head_1 .container .txt{ color: #c7120b; font-size: 3.8rem; font-weight: bold;}
.head_1 .container .goback{ position: absolute; left: 2rem; top: 50%;transform:translateY(-50%);-webkit-transform:translateY(-50%); background-image: url(../images/back2.png); background-position: center center; background-repeat: no-repeat; background-size: cover; width: 2.2rem; height: 3.9rem;}
.sale_m{ padding: 2rem;}
.sale_m .sale1{ background-color: #fff; padding: 4.5rem 4.3rem; margin-bottom: 1rem; font-size: 3.6rem; font-weight: 500;}
.sale_m .sale_list ul li{ background-color: #fff; border-radius: 5px; padding: 2.8rem 3.6rem; margin-bottom: 2rem; display: flex; align-items: flex-start;}
.sale_m .sale_list ul li .photo img{ width: 10.3rem; height: 10.3rem; border-radius: 50%;}
.sale_m .sale_list ul li .content{ flex: 1; overflow: hidden; margin-left: 3rem;}
.sale_m .sale_list ul li .content .title{ font-size: 3.6rem; color: #212121; margin-bottom: 2rem;font-weight: 500; display: flex; align-items: center;}
.sale_m .sale_list ul li .content .desc{ color: #828282; margin: 2px 0px;}
.sale_m .sale_list ul li .content .red{ color: #c7120b; }
.sale_m .sale_list ul li .content .green{ color: #358770; }
.sale_m .sale_list ul li .content .desc .eye{ width: 3.6rem; height: 3.6rem;background-image: url(/assets/img/eye1.png); background-position: center center; background-repeat: no-repeat; background-size: cover; margin-left: 1.6rem;}
.sale_m .sale_list ul li .content .desc .eye.active{background-image: url(/assets/img/eye2.png);}

.head_2{ padding-top: 2rem;}
.head_2 .tpleft{}
.head_2 .tpleft .goback{background-image: url(/assets/img/back1.png); background-position: center center; background-repeat: no-repeat; background-size: cover; width: 2.2rem; height: 3.9rem; display: inline-block; margin-right: 3rem;}
.head_2 .tpleft .txt{ font-size: 4rem;color: #212121; }
.head_2 .tpright .pic img{width: 5.4rem; height: 5.4rem; border-radius: 50%;}
.head_2 .tpright .pic{ position: relative; margin-right: 0.8rem;}
.head_2 .tpright .pic .icon{ width: 7.2rem; position: absolute; right: 80%; top: -2rem; }
.head_2 .tpright .pic .icon img{border-radius: 0px; width: 100%; height: auto;}
.head_2 .tpright .content{  flex:1;}
.head_2 .tpright .content .title{ font-size: 2.9rem;color: #212121;}
.head_2 .tpright .content .desc{ font-size: 2.2rem; color: #a5a6a8; }
.sale_m .search_1{ background-color:rgba(255,255,255,1); height: 6.7rem; padding: 0px 2.2rem; border-radius: 1.5rem; margin-bottom: 2rem;}
.sale_m .search_1 .formbit{ flex:1; overflow: hidden; background: none; border: 0px; outline: none; height: 6.3rem; line-height: normal; }
.sale_m .search_1 .mysumbit{ background: none; border: 0px; cursor: pointer;}
.sale_m .search_1 .mysumbit img{ width: 2.9rem; height: auto;}
.sale_m .search_1 .formbit::-webkit-input-placeholder {
	color: #a5a6a8;
	}
.sale_m .sale_list.no1 ul li .content .title{ margin-bottom: 0px;}
.sale_m .sale_list.no1 ul li.active .content .title img{ height: 2.5rem; width: auto; margin-left: 2rem;}
.dbmenu{background:#f5f6f8; position: fixed; width: 100%; max-width: 750px; left: 50%;transform:translateX(-50%);-webkit-transform:translateX(-50%); bottom: 0px; z-index: 20; padding: 1.5rem 2rem;}
.dbmenu a{ background-color: #538c3b; color: #fff; height: 8.8rem; display: flex; align-items: center; justify-content: center; border-radius: 5rem; font-size: 3.6rem; font-weight: bold;}
.hold{ height: 12rem;}
/*# sourceMappingURL=user.css.map */