.myAccountBox {
  padding: 30px 0 50px 0;
  min-height: 580px;
}
.myAccountBox > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.myAccountBox .myAccount-right {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.myAccountBox .myAccount-right-title {
  height: 40px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  line-height: 40px;
  color: #4098db;
  font-size: 14px;
  background-color: #f9f9f9;
}
.myAccountBox .myAccount-right-title .icon-rhombus {
  display: inline-block;
  width: 12px;
  height: 14px;
  margin: 0 5px 0 10px;
  position: relative;
  top: 2px;
}
.myAccount-left {
  min-width: 180px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
     -moz-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 20px;
}
.myAccount-left .nav-head {
  width: 100%;
  background-color: #f9f9f9;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 10px;
}
.myAccount-left .nav-head > a {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin-bottom: 17px;
}
.myAccount-left .nav-head > a > img {
  width: 100px;
  height: 100px;
}
.myAccount-left .nav-head > p {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}
.myAccount-left .browser-history {
  margin-top: 10px;
}
.myAccount-left .browser-history > a {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.myAccount-left .browser-history .history {
  background: url('../images/icon_history.svg') no-repeat;
}
.myAccount-left .browser-history .history:hover {
  background: url('../images/icon_history_st.svg') no-repeat;
}
.myAccount-left .browser-history .collect {
  background: url('../images/icon_collect.svg') no-repeat;
  margin: 0 10px;
}
.myAccount-left .browser-history .collect:hover {
  background: url('../images/icon_collect_st.svg') no-repeat;
}
.myAccount-left .nav-body {
  background-color: #f9f9f9;
  width: 100%;
  line-height: 40px;
  font-size: 0;
  padding-bottom: 10px;
}
.myAccount-left .title {
  color: #333333;
  font-size: 12px;
  font-weight: bold;
}
.myAccount-left .title > img {
  margin: 10px 5px 13px 10px;
}
.myAccount-left .hightLight {
  display: inline-block;
  height: 20px;
  border-right: 3px solid #61aee9;
  position: absolute;
  top: 9px;
  left: 0;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  display: none;
}
.nav-child {
  padding: 0;
}
.nav-child > li {
  list-style: none;
  position: relative;
}
.nav-child > li > a {
  font-size: 12px;
  display: block;
  padding-left: 35px;
  height: 40px;
  color: #999999;
  cursor: pointer;
}
.nav-child > li > a:focus {
  text-decoration: none;
}
.nav-child > li:hover {
  background-color: #ffffff;
}
.nav-child > li:hover > a {
  color: #61aee9;
}
.nav-child > li:hover .hightLight {
  display: block;
}
.nav-child .child-st {
  background-color: #ffffff;
}
.nav-child .child-st > a {
  color: #61aee9;
}
.nav-child .child-st .hightLight {
  display: block;
}
