.d_container {
  background: #eef0f7;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: start;
  position: relative;
}
.horiz_bar {
  position: fixed;
  top: 0;
  left: 0;
  height: 71px;
  background: #fff;
  width: 100%;
  z-index: 67;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.message-cont {
  padding-right: 34px;
  cursor: pointer;
  display: block;
}
.horiz_bar .hb_cont {
  font-size: 14px;
  height: 71px;
  margin-right: 50px;
  line-height: 71px;
  color: #122b4d;
  cursor: pointer;
  position: relative;
}
.horiz_bar .hb_cont .sigle_logo {
  margin-right: 5px;
}
.horiz_bar .hb_cont .arrow {
  background: url(../img/user_center/arrow.png) no-repeat center;
  width: 10px;
  height: 11px;
  margin-left: 7px;
  display: inline-block;
}
.horiz_bar .hb_cont:hover .arrow {
  transform: rotate(180deg);
}
.horiz_bar .hb_cont:hover .user_box {
  display: block;
}
.hb_cont .user_box {
  left: -15px;
  position: absolute;
  width: 205px;
  height: 144px;
  border-radius: 8px;
  text-align: left;
  background: #ffffff;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.15);
  transition: all .3s;
  display: none;
}
.hb_cont .user_box .user_data {
  color: #586883;
  display: flex;
  align-items: center;
  height: 48px;
  line-height: 48px;
  column-gap: 10px;
  border-bottom: 1px solid #F2F7FF;
  padding-left: 20px;
  box-sizing: border-box;
}
.hb_cont .user_box .user_data img{
  width: 22px;
  height: 22px;
}
.horiz_bar .hb_cont .user_box .user_data p {
  font-size: 12px;
}
.horiz_bar .hb_cont .user_box .user_data .u_id {
  font-weight: bold;
  color: #081b3f;
}
.horiz_bar .hb_cont .user_box .user_data .u_email {
  color: #969ba9;
}
.horiz_bar .hb_cont .user_box .log_out_btn {
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  border: none;
}
.horiz_bar .hb_cont .user_box .user_data:hover {
  background: #f3f5fc;
}
.language_box {
  height: 71px;
  line-height: 71px;
  margin-right: 50px;
}
.language_box .langu_tip {
  position: relative;
  margin-left: 7px;
  cursor: pointer;
}
.language_box .langu_tip span {
  width: auto;
  display: inline-block;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  color: #122b4d;
}
.language_box .select_down {
  background: url(../img/user_center/arrow.png) no-repeat center;
  width: 10px;
  height: 11px;
  display: inline-block;
  position: static;
  transform: none;
}
.language_box .langu_tip .li_language {
  position: absolute;
  width: 100px;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
  left: 0px;
  top: 65px;
  display: none;
}
.language_box .langu_tip .li_language .lang_click {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding-left: 8px;
  text-align: left;
}
.language_box .langu_tip .li_language .lang_click:hover {
  background-color: #e8f0f2;
  border-radius: 1px;
}
.language_box .langu_tip:hover .li_language {
  display: block;
}
.language_box .langu_tip:hover .select_down {
  transform: rotate(180deg);
}
.left_menu {
  width: 330px;
  background-color: #031a42;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 70;
}
.left_menu .logo {
  background: url(http://static.cherryproxy.com/img/new_index/logo_w.svg) no-repeat center;
  width: 144px;
  height: 41px;
  display: block;
  margin-left: 59px;
  margin-top: 29px;
  background-size: 100% 100%;
}
.menu_cont {
  padding-left: 50px;
  margin-top: 45px;
  text-align: left;
}
.menu_cont li {
  font-size: 16px;
  color: rgba(255, 255, 255, 50%);
}
.fa_tab {
  position: relative;
  height: 60px;
  line-height: 60px;
  padding-left: 9px;
}
.fa_tab.ft_on {
  color: #ffffff;
}
.fa_tab .front_logo {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.fa_tab .f_logo1 {
  background: url(../img/user_center/ic_1.png) no-repeat center;
  width: 16px;
  height: 18px;
}
.fa_tab .f_logo2 {
  background: url(../img/user_center/coupon_li.png) no-repeat center;
  width: 18px;
  height: 18px;
}

.fa_tab .f_logo4 {
  background: url(../img/user_center/f_logo4.png) no-repeat center;
  width: 16px;
  height: 18px;
  background-size: 100% 100%;
}
.fa_tab span {
  display: inline-block;
  margin-left: 38px;
}
.child_tab {
  width: 280px;
  height: auto;
  border-radius: 4px;
  color: rgba(255, 255, 255, 50%);
}
.child_tab a {
  height: 54px;
  line-height: 54px;
  font-weight: normal;
  display: block;
  font-size: 14px;
  box-sizing: border-box;
  padding-left: 42px;
  color: rgba(255, 255, 255, 50%);
  position: relative;
}
.child_tab a:hover {
  color: #ffffff;
}
.child_tab .tab_on {
  color: #ffffff;
  border-left: 4px solid #3d6eec;
  background-color: rgba(255, 255, 255, 10%);
  width: 96%;
}
.dash_container {
  height: 700px;
  width: calc(100% - 330px);
  margin-left: 330px;
  margin-top: 71px;
}
.dash_cont {
  box-sizing: border-box;
  padding: 40px;
  margin: 20px 0 0 30px;
  width: calc(100% - 50px);
  padding-bottom: 60px;
  background-color: #ffffff;
  /* margin: 20px auto 30px auto;padding-top: 30px; */
}
table {
  border-collapse: collapse;
}
#box {
  width: 96.1%;
  height: 680px;
  display: none;
}
.fa_tab .f_logo3 {
  width: 20px;
  height: 20px;
  background: url(../img/invite/earn_user_logo.png) no-repeat center;
  background-size: cover;
}
.fa_tab .f_logo6 {
  width: 22px;
  height: 22px;
  background: url(../img/user_center/tool_inco.png) no-repeat center;
  background-size: cover;
}
.afflogo_img {
  position: absolute;
  width: 53px;
  top: -27px;
  right: 0;
}
.left_menu a.u_down_logo {
  height: 44px;
  line-height: 44px;
  width: 210px;
  text-align: center;
  background-color: #3d6eec;
  border-radius: 5px;
  display: block;
  position: absolute;
  bottom: 10px;
  left: 63px;
  display: block;
  align-items: center;
  color: #ffffff;
  font-size: 16px;
}
.left_menu a.u_down_logo img {
  width: 12px;
  margin-right: 14px;
  position: relative;
  top: -2px;
}
.left_menu a.u_down_logo:hover {
  background-color: #4b7cf7;
}
.dash_container::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
.dash_container::-webkit-scrollbar-track {
  background-color: #fff;
}
.dash_container::-webkit-scrollbar-thumb {
  background-color: #eeecec;
}
.dash_container::-webkit-scrollbar-thumb:hover {
  background-color: #d6d2d2;
}

.message-cont span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../common/nav/img/message.png) no-repeat center;
  background-size: cover;
}

.front_logo_f_logo2_i {
  display: inline-block;
  margin-left: 18px;
  box-sizing: border-box;
  padding: 0 8px;
  width: 109px;
  height: 26px;
  background: url("../img/user_center/front_logo_f_logo2_i.png");
  background-size: cover;
  font-weight: bold;
  font-size: 14px;
  color: #153e8e;
  line-height: 26px;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

.front_logo_f_logo2_i.active {
  pointer-events: auto;
  opacity: 1;
}
