.container {
  width: 100%;
  height: 100vh;
  display: inline-block;
  background-color: #F7F8FC;
}

.main {
  width: 100%;
  min-height: 100vh;
  max-width: 800px;
  margin: 0 auto;
}

.main-bg {
  width: 100%;
  background: url(../../images/new_hk_icon/per_bg.jpg) no-repeat;
  background-size: 100% auto;
  display: inline-block;
  min-height: 50vh;
  padding-bottom: 3rem;
}

.user-box {
  width: 100%;
  float: left;
  padding: 10vh 5vw 0;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  opacity: 0;
  transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
}

.user-head {
  flex: 0 0 3rem;
}

.user-head .head-box {
  width: 2.5rem;
  height: 2.5rem;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 3rem;
  cursor: pointer;
}

.user-head .head-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 2rem;
  display: inline-block;
}

.user-info {
  flex: 1;
}

.user-info .txt {
  width: 100%;
  float: left;
  color: #FFFFFF;
  text-align: left;
}

.user-info .txt1 {
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.user-info .txt2 {
  font-size: 0.5rem;
}

.user-info .icon-rz {
  height: 0.75rem;
  float: left;
}

.menu-box {
  width: 100%;
  float: left;
  padding: 0 2.5vw;
  box-sizing: border-box;
}

.menu-box ul {
  width: 100%;
  float: left;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 0 0.4rem;
  box-sizing: border-box;
  margin-bottom: 0.4rem;
}

.menu-box li {
  width: 100%;
  float: left;
  line-height: 2.3rem;
  height: 2.3rem;
  background: url(../../images/new_hk_icon/home_list_op_r.png) no-repeat;
  background-size: 0.5rem 1rem;
  background-position: right center;
  border-bottom: 1px solid #F0F0F0;
  cursor: pointer;
}

.menu-box li:last-child {
  border-bottom: none;
}

.footer li:active,
.menu-box li:active {
  opacity: 0.6;
}

.menu-box li span {
  padding-left: 1.2rem;
  color: #333333;
  font-size: 0.625rem;
  line-height: 1rem;
  display: inline-block;
}

.menu-box .icon01 {
  background: url(../../images//new_hk_icon/frame_rz_icon.png);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left center;
}

.menu-box .icon02 {
  background: url(../../images//new_hk_icon/frame_wx_icon.png);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left center;
}

.menu-box .icon03 {
  background: url(../../images//new_hk_icon/frame_mm_icon.png);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left center;
}

.menu-box .icon04 {
  background: url(../../images//new_hk_icon/frame_tc_icon.png);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left center;
}

.menu-box .icon05 {
  background: url(../../images//new_hk_icon/frame_gr_icon.png);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left center;
}

.menu-box .icon06 {
  background: url(../../images//new_hk_icon/frame_zj_icon.png);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left center;
}

.menu-box .icon07 {
  background: url(../../images//new_hk_icon/frame_hh_icon.png);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left center;
}

.menu-box .icon08 {
  background: url(../../images//new_hk_icon/frame_cp_icon.png);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left center;
}

.menu-box .icon-ed {
  background: url(../../images//new_hk_icon/frame_wx_icon_ed.png);
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: left center;
}

.menu-box .icontip {
  float: right;
  color: #FE6054;
  font-size: 0.5rem;
  padding: 0 0.7rem;
  background: url(../../images/new_hk_icon/icon_err_tip.png) no-repeat;
  background-size: 0.6rem;
  background-position: left center;
  display: none;
  line-height: 2.3rem;
}

.webuploader-pick-hover {
  background: transparent;
}

.webuploader-pick {
  padding: 0;
  margin: 0;
  background: transparent;
}

#ur_user_name {
  cursor: pointer;
}