/*top*/
.top {
  height: 80px;
  top: 0px;
  left: 0px;
  right: 0px;
  margin-left: auto;
  margin-right: auto;
  z-index: 99;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.top .top-content {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto;
  user-select: none;
}
/*top-nav ul*/
.top .top-nav {
  min-width: 1180px;
  padding: 0 218px;
  text-align: start;
}
.top .top-nav .plate-ul {
  display: inline-block;
  padding-top: 28px;
  height: 36px;
  transition: all 0.3s;
}
.top .top-nav .plate-ul .plate-li {
  position: relative;
  float: left;
  margin-left: 31px;
  margin-right: 31px;
  margin-left: 24px\9;
  margin-right: 24px\9;
  font-size: 18px;
  font-size: 16px\9;
  cursor: pointer;
}
.top .top-nav .plate-ul .plate-li a {
  transition-duration: 0.3s;
}
/* 
.top .top-nav .plate-ul .plate-li.un-active a{
	opacity: 0.8;
} */
.top .top-nav .plate-ul .plate-li.more {
  width: 50px;
  height: 50px!important;
  font-size: 30px;
  line-height: 5px;
}
/* .top .top-nav .plate-ul .plate-li.more:hover a{
	color: #6A70E9;
} */
.top .top-nav .plate-ul .plate-li.more:hover .moreBox {
  display: block;
}
.top .top-nav .plate-ul .plate-li.more .moreBox {
  display: none;
  position: absolute;
  left: -15px;
  top: 35px;
  padding: 24px;
  border-radius: 12px;
  background: #FFF;
  white-space: nowrap;
  box-shadow: 0px 0px 40px 0px rgba(174, 174, 174, 0.25);
}
.top .top-nav .plate-ul .plate-li.more .moreBox::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 20px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #FFF;
}
.top .top-nav .plate-ul .plate-li.more .moreBox a {
  float: left;
  color: #666666;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  padding-bottom: 20px;
}
.top .top-nav .plate-ul .plate-li.more .moreBox a:last-child {
  padding-bottom: 0;
}
.top .top-nav .plate-ul .plate-li.more .moreBox a:hover {
  color: #6A70E9;
}
.top .top-nav .plate-ul .plate-li,
.top .top-nav .plate-ul .plate-li a {
  color: #4a4a4a;
  padding-bottom: 10px;
}
.top .top-nav .plate-ul .plate-li .borderBox {
  display: none;
  width: 80%;
  height: 3px;
  margin: 8px auto 0 auto;
  background-color: #fff;
  border-radius: 3px;
}
.top .top-nav .plate-ul .plate-li.active .borderBox {
  display: block;
}
/* .top .top-nav .plate-ul .plate-li.un-active .borderBox{
	opacity: 0.8;
} */
.top .top-nav .plate-ul .plate-li a:hover ~ .borderBox {
  display: block;
}
.top .top-nav .plate-ul .plate-li.navdian {
  margin-right: 0px;
  width: 22px;
  height: 24px;
}
.top .top-nav .plate-ul .plate-li.navdian .navdian-ico {
  top: 10px;
  left: 0px;
  display: inline-block;
  width: 20px;
  height: 4px;
  background-image: url("../images/top/menu-dots-grey.png");
  background-size: 20px 4px;
  background-repeat: no-repeat;
  background-position: center;
}
.top .top-nav .plate-ul .plate-li.navdian .navdian-ico:hover {
  background-image: url("../images/top/menu-dots-purple.png");
}
.top .top-nav .plate-ul .plate-li .float-nav-jiantou {
  position: absolute;
  top: -8px;
  left: 60px;
  width: 20px;
  height: 12px;
  background: url('../images/top/Path.png') center no-repeat;
  background-size: 20px 12px;
}
.top .top-nav .plate-ul .plate-li.navdian .float-nav-content {
  margin-bottom: 18px;
}
.top .top-nav .plate-ul .plate-li.navdian .float-nav-box {
  width: 160px;
  left: -73px;
}
.top .top-nav .plate-ul .plate-li.navdian .float-nav-jiantou {
  left: 74px;
}
.top .top-nav .plate-ul .plate-li.navdian .float-nav-list li {
  clear: both;
}
/*top fixed*/
.top.top-nav-fixed .top-nav .plate-ul .plate-li,
.top.top-nav-fixed .top-nav .plate-ul .plate-li a {
  color: #4a4a4a;
}
.top.top-nav-fixed .top-nav .plate-ul .plate-li a:hover {
  color: #6A70E9;
}
.top.top-nav-fixed .top-nav .plate-ul .plate-li .borderBox {
  display: none;
  width: 80%;
  height: 3px;
  margin: 8px auto 0 auto;
  background-color: #6A70E9;
  border-radius: 3px;
}
.top.top-nav-fixed .top-nav .plate-ul .plate-li a:hover ~ .borderBox {
  display: block;
}
.top.top-nav-fixed .top-nav .plate-ul .plate-li.more:hover > a {
  color: #6A70E9;
}
/*top-left*/
.top .top-item-left {
  width: 228px;
  height: 36px;
  top: 22px;
  left: 60px;
  text-align: left;
  transition: all 0.3s;
}
.top .top-item-left .logo {
  display: inline-block;
  width: 130px;
  height: 36px;
  background-image: url("../images/top/logo-miz-grey-v2.0.png");
  background-size: 130px 36px;
  background-position: center;
  background-repeat: no-repeat;
  color: transparent;
}
/*top-right*/
.top .top-item-right {
  top: 20px;
  right: 60px;
  transition: all 0.3s;
}
.top .top-item-right .vip-pro {
  margin-right: 20px;
  width: 48px;
  height: 48px;
  background-image: url("../images/head/Vector@1x.png");
  background-size: 48px 48px;
  background-position: center;
  background-repeat: no-repeat;
}
.top .top-item-right .login-button {
  color: #fff;
  width: 80px;
  height: 36px;
  font-size: 14px;
  letter-spacing: 2px;
  background-color: #6B74E6;
  border-radius: 50px;
  line-height: 36px;
  position: relative;
  top: 2px;
}
.top .top-item-right .login-button:hover {
  box-shadow: 0 4px 20px rgba(115, 113, 239, 0.5);
}
.top .top-item-right .signon-pro {
  margin-right: 10px;
  width: 59px;
  height: 40px;
  background-image: url("../images/top/attendance.png");
  background-size: 60px 42px;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.face-img {
  width: 36px;
  height: 36px;
  margin-top: 6px;
  cursor: pointer;
}
.face-img img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.user-menu-out-box {
  width: 280px;
  top: 26px;
  right: 0;
  box-shadow: 0 0 20px 0 rgba(136, 136, 136, 0.15);
  margin-top: 20px;
}
.user-menu-box {
  width: 280px;
  padding: 20px;
  box-shadow: 0px 0px 20px 0px rgba(136, 136, 136, 0.15);
  background-color: #fff;
  border-radius: 12px;
  text-align: left;
  cursor: auto;
}
.copy-success-tipHeader {
  position: absolute;
  width: 150px;
  height: 50px;
  background-color: #000;
  border-radius: 15px;
  opacity: 50%;
  left: 70px;
  top: 90px;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  z-index: 99;
}
.copy-success-tipHeader-icon {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background: url(../../images/home/dui@1.png) no-repeat center;
  background-size: 20px 20px;
  vertical-align: sub;
}
/* .user-menu-out-box{width:199px;top:25px;right:-15px;+width:197px;padding:2px;text-align:left;} */
/* .user-menu-box{width:195px;box-shadow: 0 0 4px rgba(0,0,0,0.2);background-color: #fff;margin-top:20px;padding-bottom:10px;border-radius:4px;border:1px solid #ececec\9;} */
.user-menu-arr-triangle {
  position: absolute;
  width: 50px;
  top: 38px;
  height: 30px;
  left: -5px;
}
.user-menu-arr {
  width: 16px;
  height: 12px;
  background: url('../images/VIP_btn.png') -183px -13px no-repeat;
  background-size: 249px 316px;
  top: 0px;
  left: 19px;
  z-index: 9;
}
.user-menu-info {
  width: 100%;
  display: flex;
  align-items: center;
  height: 48px;
  margin-bottom: 16px;
}
.user-menu-info .user-menu-face {
  width: 48px;
  height: 48px;
  position: relative;
}
.user-menu-info .user-menu-face img {
  border-radius: 50%;
}

.user-menu-info .user-menu-face .ep-vip-box {
  background: #6A70E9;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.user-menu-info .user-menu-face .ep-vip-box .coner-img {
  width: 14px;
  height: auto;
}
.user-menu-info .user-menu-face img {
  width: 48px;
  height: 48px;
}
.user-menu-info .user-menu-idbox {
  margin-left: 20px;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  align-items: center;
}
.user-menu-info .user-menu-idbox .user-menu-name-box{
  display: flex;
    flex-direction: column;
}
.user-menu-info .user-menu-idbox .user-menu-name-box .user-menu-usename{
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: #4a4a4a;
  max-width: 126px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.user-menu-info .user-menu-idbox .user-menu-name-box .user-menu-useId{
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  color: #888;
  margin-top: 4px;
}

.user-menu-name {
  color: #282828;
  height: 24px;
  position: relative;
}
.user-menu-name span.user-menu-usename {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 132px;
  font-weight: 600;
  display: inline-block;
  height: 24px;
}
.user-menu-name span.user-menu-user-tag {
  color: #ffffff;
  background: #6a70e9;
  border-radius: 4px;
  margin-left: 4px;
  height: 18px;
  width: 48px;
  position: absolute;
  display: inline-block;
  top: 50%;
  margin-top: -9px;
}
.user-menu-name span.user-menu-user-tag .user-menu-user-text {
  font-size: 20px;
  transform: scale(0.5);
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  top: -6px;
  left: -8px;
}
.user-menu-name span.tag-green:last-child {
  background: #37da90;
}
.user-menu-name span.tag-purple:last-child {
  background: #6a70e9;
}
/* .user-menu-name{color:#282828;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;} */
.user-menu-id {
  color: #191919;
  line-height: 20px;
}
.clipbtnHeader {
  background: url(../images/home/icon_select_copy.png) no-repeat center;
  background-size: 12px 12px;
  display: inline-block;
  margin-left: 8px;
  cursor: pointer;
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
}

.icon_select_switch {
  background: url(../images/home/icon_select_switch.png) no-repeat center;
  background-size: 14px 14px;
}
.user-menu-getvip {
  margin: auto;
  width: 100%;
  height: 54px;
  line-height: 54px;
  overflow: visible;
}
.user-menu-getvip .vip-c {
  height: 134px;
  cursor: pointer;
}

.vip-box-not-opened-container {
  background-color: #fafafa;
  border-radius: 8px;
}
.vip-box-not-opened {
  width: 100%;
  display: flex;
  height: 44px;
  line-height: 44px;
  align-items: center;
  justify-content: space-between;
  background-color: #fafafa;
  border-radius: 8px;
  margin-top: 12px;
  position: relative;
}
.vip-box-not-opened.vip-box-not-opened-top {
  margin-top: 16px;
}
.vip-box-not-opened:not(:first-child) {
  margin-top: -10px;
}
.vip-box-not-opened p {
  display: flex;
  align-items: center;
  margin-left: 12px;
}
.vip-box-not-opened .has-coupon{
  display: inline-block;
    background: linear-gradient(90.3deg, #FB00FF -0.82%, #FF7900 98.16%);
    color: #fff;
    position: absolute;
    border-radius: 4px 4px 4px 0;
    right: -10px;
    top: -3px;
    font-size: 12px;
    width: 57px;
    height: 16px;
    line-height: 16px;
    text-align: center;
}
.vip-box-not-opened a.vip-box-btns.btn-green {
  background: #37da90;
  border: 1px solid #37da90;
}
.vip-box-not-opened a.vip-box-btns {
  border: 1px solid #6a70e9;
  background: #6a70e9;
  color: #fff;
  width: 72px;
  height: 24px;
  line-height: 22px;
  border-radius: 14px;
  margin: 0;
  margin-right: 12px;
}

.have-person-vip {
  display: flex;
  align-items: center;
}
.have-person-vip-forever {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: start;
}
.have-person-vip-forever .vip-box-opened-one-title{
  display: flex;
  align-items: center;
  justify-content: start;
}
.have-person-vip-forever .vip-box-opened-one-title .vip-des{
  height: 20px;
  font-family: PingFang SC;
  font-weight: 600;
  line-height: 20px;
  color: #4a4a4a;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
.have-person-vip-forever .vip-box-opened-one-title .super-vip{
  display: flex;
    align-items: center;
    height: 20px;
    padding: 3px 4.5px;
    border-radius: 4px;
    margin-top: 0;
    margin-left: 4px;
    background: linear-gradient(85.95deg, rgba(54, 71, 255, 0.1) 2.49%, rgba(163, 68, 255, 0.1) 39.69%, rgba(255, 110, 214, 0.1) 74.14%);
}
.have-person-vip-forever .vip-box-opened-one-title .super-vip img{
  width: 16px;
  margin-right: 3px;
}
.have-person-vip-forever .vip-box-opened-one-title .super-vip span{
  margin-left: 3px;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-align: left;
  color: #3647FF;
  background: linear-gradient(85.95deg, #3647FF 2.49%, #A344FF 39.69%, #FF6ED6 74.14%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.have-person-vip-forever .vip-box-person-line2{
  height: 16px;
    color: #888888;
    font-family: PingFang SC;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    margin-top: 8px;
}

.endtime-box .ent-time-box {
  color: #888888;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
}
.endtime-box .xufei-btn {
  background: #6A70E9;
  width: 72px;
  height: 23px;
  padding: 6px 12px;
  border-radius: 14px;
  color: #FFFFFF;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  margin-right: 4px;
  cursor: pointer;
}
.vip-box-opened-one-title .company-show {
  line-height: 20px;
  color: #4a4a4a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}
.vip-box-opened-one-title .company-show .show-company-name {
  max-width: 149px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  align-items: center;
}
.vip-box-opened-one-title .company-show .long-space-to-show-name {
  max-width: 210px;
}
.vip-box-opened-one-title .company-show .no-company-to-create {
  background: url(../images/home/icon_edit_fill_default.png) no-repeat center;
  background-size: 14px 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 4px;
}
.vip-box-opened-one-title .company-show .create-company-btn:hover .no-company-to-create {
  background: url(../images/home/icon_edit_fill_hover.png) no-repeat center;
  background-size: 14px 14px;
}
.vip-box-opened-one-title .company-show .multi-company-to-change {
  display: flex;
  align-items: center;
  margin-left: 4px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: #000;
}
.vip-box-opened-one-title .company-show .multi-company-to-change:hover .icon_select_switch {
  background: url(../images/home/icon_select_switch_hover.png) no-repeat center;
  background-size: 14px 14px;
}
.vip-box-opened-one-title .company-show .multi-company-to-change i {
  margin-left: 4px;
}
.vip-box-opened-one-title .gap-icon {
  transform: scale(0.6);
  display: inline-block;
  padding: 0 2px;
}
.vip-box-opened-one-title .multi-company-to-change i {
  width: 14px;
  display: inline-block;
  height: 14px;
}
.vip-box-opened-one-tip {
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  margin-top: 8px;
}
.vip-box-opened-one-tip .company-tag-item{
  height: 20px;
  display: flex;
  align-items: center;
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 8px;
  background: rgba(106, 112, 233, 0.10);
  color: #6A70E9;
}
.vip-box-opened-one-tip .company-tag-item img{
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.vip-box-opened-one-tip .company-tag-item-super{
  height: 20px;
  display: flex;
  align-items: center;
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 8px;
  background: linear-gradient(85.95deg, rgba(54, 71, 255, 0.1) 2.49%, rgba(163, 68, 255, 0.1) 39.69%, rgba(255, 110, 214, 0.1) 74.14%);
}
.vip-box-opened-one-tip .company-tag-item-super .text {
  color: #3647FF;
  background: linear-gradient(85.95deg, #3647FF 2.49%, #A344FF 39.69%, #FF6ED6 74.14%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.vip-box-opened-one-tip .company-tag-item-super img{
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.vip-box-opened-one-tip .company-tag-item-media{
  height: 20px;
  display: flex;
  align-items: center;
  padding: 2px 4px;
  border-radius: 4px;
  margin-left: 8px;
  background: rgba(54, 71, 255, 0.1);
}
.vip-box-opened-one-tip .company-tag-item-media .text {color: #6A70E9;}
.vip-box-opened-one-tip .company-tag-item-media img{
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.vip-box-opened-one-tip .img-box {
  width: 76px;
  border-radius: 0 !important;
}
.vip-box-opened-one-tip .icon-box-v {
  display: flex;
  margin-left: 4px;
}
.vip-box-opened-one a.vip-box-btns {
  background: #37da90;
  border: 1px solid #37da90;
  color: #fff;
  width: 72px;
  height: 24px;
  line-height: 22px;
  border-radius: 14px;
  margin: 0;
  padding: 0 12px;
}
.vip-box-opened-one-title p:first-child {
  height: 20px;
  color: #4a4a4a;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
.vip-box-opened-one-title .vip-name {
  height: 20px;
  color: #4a4a4a;
  max-width: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
}
.vip-box-opened-one-title p:last-child {
  height: 16px;
  line-height: 16px;
  margin-top: 8px;
}
/** 企业会员 **/
.vip-c .enterprise-vip-bg-select {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.vip-c .enterprise-vip-bg-select img{
  height: 134px;
  border-radius: 0 !important; 
}

.vip-c .enterprise-vip-container{
  position: absolute;
  width: 100%;
  z-index: 9;
  top: 44px;
}
.vip-c .vip-box-opened-one {
  margin-top: 0;
  padding: 0 12px;
  width: 100%;
}
.vip-c .endtime-box {
  padding: 0 12px;
  height: 23px;
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.user-menu-getvip .vip-c-unSelect {
  height: 108px;
}
.user-menu-getvip .vip-c-unSelect .enterprise-vip-bg img{
  height: 108px;
}
.user-menu-getvip .vip-c-unSelect .enterprise-vip-container {
  top: 16px;
}
.user-menu-getvip .vip-c-unSelect .enterprise-vip-container .endtime-box {
  margin-top: 14px;
}
/** 企业会员end **/
/** 个人会员 **/
.person-vip-end {
  margin-top: 12px;
  position: relative;
  width: 100%;
  height: 108px;
  cursor: pointer;
}
.person-vip-end .vip-sign-bg-select, .person-vip-updrade .vip-sign-bg-select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.person-vip-end .vip-sign-bg-select img, .person-vip-updrade .vip-sign-bg-select img{
  border-radius: 0 !important;
  height: 108px;
  width: 100%;
}
.person-vip-updrade .vip-sign-bg-select img {
  height: 136px;
}

.person-vip-end .vip-container {
  position: absolute;
  z-index: 2;
  top: 44px;
  width: 100%;
  padding: 12px;
}
.person-vip-updrade {
  position: relative;
  width: 100%;
  height: 136px;
  margin-top: 12px;
  cursor: pointer;
}
.person-vip-updrade .vip-sign-bg img{
  border-radius: 0 !important;
  height: 136px;
  width: 100%;
}
.person-vip-updrade .vip-container {
  position: absolute;
  z-index: 2;
  top: 44px;
  width: 100%;
  padding: 0 12px;
}
.person-vip-updrade .person-vip-line {
  width: 100%;
  height: 1px;
  background-color: #f1f2f4;
  margin-top: 12px;
  margin-bottom: 6px;
}
.person-vip-updrade .limit-box {
  height: 23px;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.person-vip-end-unSelect-end {
  height: 80px;
}
.person-vip-end-unSelect-end .vip-sign-bg img {
  height: 80px;
}
.person-vip-end-unSelect {
height: 108px;
}
.person-vip-end-unSelect .vip-sign-bg img {
  height: 108px;
}
.person-vip-end-unSelect .vip-container {
  top: 16px;
}
.person-vip-end-unSelect .limit-box {
  margin-top: 18px;
}
/** 个人会员 end **/

.icon_select_vip {
  width: 16px;
  height: 16px;
  background: url(../images/home/icon_select_vip.png) no-repeat;
  background-size: 16px;
  display: inline-block;
  margin-right: 10px;
}

.user-menu-list {
  width: 100%;
  margin-top: 24px;
}
.user-menu-list a {
  height: 40px;
  line-height: 40px;
  padding-left: 12px;
  color: #4a4a4a;
  display: flex;
  align-items: center;
}
.user-menu-list a span {
  padding-left: 8px;
}
.user-menu-list a::before {
  vertical-align: middle;
  width: 16px;
  height: 19px;
  content: "";
  /* background: url(https://static-qn.51miz.com/assets-v2/images/header/icon_select_homepage.png) no-repeat; */
  display: inline-block;
}
.user-menu-list a.icon_select_homepage::before {
  background: url(../images/home/icon_select_homepage.png) no-repeat center;
  background-size: 16px 16px;
}
.user-menu-list .icon_select_balance {
  color: #4a4a4a;
  padding-left: 12px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.user-menu-list .icon_select_balance:hover {
  background: #FAFAFA;
  border-radius: 8px;
}
.user-menu-list .icon_select_balance .title-box {
  display: flex;
  align-items: center;
}
.user-menu-list .icon_select_balance .title-box .icon-ic_money {
  padding-right: 8px;
  font-size: 18px;
}
.user-menu-list .icon_select_balance .money-box {
  display: flex;
  align-items: center;
}
.user-menu-list .icon_select_balance:hover .money-num {
  display: none;
}
.user-menu-list .icon_select_balance .money-box .to-prestore {
  display: none;
}
.user-menu-list .icon_select_balance:hover .money-box .to-prestore {
  display: block;
  color: #6A70E9;
  cursor: pointer;
}
.user-menu-list .icon_select_balance .money-box .icon-arrowright {
  display: inline-block;
  transform: rotate(-90deg);
  color: #bbb;
}
.user-menu-list a.icon_select_download::before {
  background: url(../images/home/icon_select_download.png) no-repeat center;
  background-size: 16px 16px;
}
.user-menu-list a.icon_select_collect::before {
  background: url(../images/home/icon_select_collect.png) no-repeat center;
  background-size: 16px 16px;
}
.user-menu-list a.icon_select_Upload::before {
  background: url(../images/home/icon_select_Upload.png) no-repeat center;
  background-size: 16px 16px;
}
.user-menu-list a.icon_select_message::before {
  background: url(../images/home/icon_select_message.png) no-repeat center;
  background-size: 16px 16px;
}
.user-menu-list a.icon_select_exit::before {
  background: url(../images/home/icon_select_exit.png) no-repeat center;
  background-size: 16px 16px;
}
.user-menu-list a:hover {
  background: #FAFAFA;
  border-radius: 8px;
}
/* .user-menu-list{width:100%;} */
/* .user-menu-list a{height:35px;line-height: 35px;padding-left: 36px;color:#282828;} */
/* .user-menu-list a:hover,.user-menu-exit:hover{color:#7371ef;} */
.user-menu-exit {
  width: 150px;
  height: 40px;
  line-height: 40px;
  margin: auto;
  padding-left: 15px;
  border-top: 1px solid #f0f0f0;
  padding-left: 30px;
  color: #282828;
}
.user-menu-vip {
  margin: auto;
  width: 150px;
  height: 70px;
  line-height: 54px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.user-menu-viptype {
  width: 150px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  background: url('../images/VIP_btn.png') 0 -250px no-repeat;
  background-size: 249px 316px;
  margin-top: 9px;
}
.user-menu-viptype:hover {
  background-position: 0 -280px;
}
.vip-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background: url('../images/VIP_btn.png') -181px -25px no-repeat;
  background-size: 249px 316px;
}
.user-menu-endtime {
  width: 150px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}
.user-menu-endtime a:hover {
  text-decoration: underline;
}
/*search-box*/
.tsearch-box {
  width: 640px!important;
  left: 50%;
  margin-left: -320px;
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 22px;
  background-color: #FBFBFB;
  z-index: 10;
}
.tsearch-menu {
  width: 140px;
  height: 42px;
  line-height: 42px;
  border-right: 1px solid #eaeaea;
  box-sizing: content-box;
}
.tsearch-menu-class {
  height: 24px;
  cursor: pointer;
  line-height: 24px;
  margin-top: 9px;
  color: #282828;
  width: 140px!important;
}
.tsearch-menu-box {
  width: 140px;
  border: 1px solid #ececec;
  top: 42px;
  left: 0px;
  background-color: #fff;
  padding: 10px 0;
  border-radius: 4px;
  z-index: 9;
}
.tsearch-menu-list {
  height: 26px;
  line-height: 26px;
  text-align: left;
  padding-left: 25px;
  color: #282828;
  cursor: pointer;
}
.tsearch-menu-list:hover {
  background-color: #7371ef;
  color: #fff;
}
.tsearch-menu-child a {
  height: 28px;
  line-height: 28px;
  font-size: 13px;
  color: #5a5e66;
  cursor: pointer;
  padding-left: 35px;
  text-align: left;
}
.tsearch-menu-child a:hover {
  background-color: #7371ef;
  color: #fff;
}
.tsearch-menu-head {
  margin: 5px 0 0 34px;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  width: 62px;
  text-align: center;
}
.tsearch-menu-icon {
  width: 20px;
  height: 22px;
  background: url("../images/element_search_p1.png") 5px -131px no-repeat;
  background-size: 71px 156px;
}
.tsearch-input {
  width: 490px!important;
  text-indent: 10px;
  height: 42px;
  line-height: 42px;
  border: none!important;
  float: left;
  display: inline-block;
  padding-left: 20px;
  font-size: 14px;
  background-color: #FBFBFB;
}
.tsearch-submit {
  width: 80px;
  height: 44px;
  background: #6a70e9;
  cursor: pointer;
  right: 0;
  top: -1px;
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
  background-image: url(../../images/home-icon-search.png) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.tsearch-submit:hover {
  background: #5c62cb;
  background-image: url(../../images/home-icon-search.png) !important;
  background-repeat: no-repeat;
  background-position: center;
}
.search-category-plates {
  height: 22px;
  margin-top: 29px;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #4a4a4a;
  cursor: pointer;
  margin-left: -490px;
}
.search-category-plates:hover > span {
  color: #7371ef;
}
.search-category-plates:hover > .search-category-plates-icon {
  background-image: url(../../images/menu-bold-hover1@1x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.search-category-plates .search-category-plates-content {
  position: absolute;
  width: 140px;
  background-color: #fff;
  z-index: 100;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  left: 50%;
  margin-left: -70px;
  margin-top: 10px;
}
.search-category-plates .search-category-plates-content .search-category-plates-content-detail {
  margin: 20px 0;
}
.search-category-plates .search-category-plates-content li {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 37px;
}
.search-category-plates .search-category-plates-content .search-category-plates-content-detail a {
  color: #4a4a4a;
  font-weight: normal;
  font-size: 16px;
}
.search-category-plates .search-category-plates-content .search-category-plates-content-detail li:hover {
  background-color: #f0f1f4;
}
.search-category-plates span {
  display: inline-block;
  margin-right: 10px;
}
.search-category-plates .search-category-plates-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(../../images/menu-bold@1x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  vertical-align: middle;
  margin-top: -2px;
}
/*@media*/
@media screen and (min-width: 1px) {
  .top .top-item-left .logo {
    background-image: url("../../images/top/logo-miz-grey-v2.0@2x.png");
  }
  .top .top-nav .plate-ul .plate-li .float-nav-jiantou {
    background-image: url('../images/top/Path@2x.png');
  }
  .top .top-nav .plate-ul .plate-li.navdian .navdian-ico {
    background-image: url("../images/top/menu-dots-grey@2x.png");
  }
  .top .top-nav .plate-ul .plate-li.navdian .navdian-ico:hover {
    background-image: url("../images/top/menu-dots-purple@2x.png");
  }
  .clipbtnHeader {
    background: url(../images/home/icon_select_copy.png) no-repeat center;
    background-size: 12px 12px;
  }
  .search-category-plates .search-category-plates-icon {
    background-image: url(../../images/menu-bold@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
  }
  .search-category-plates:hover > .search-category-plates-icon {
    background-image: url(../../images/menu-bold-hover@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
  }
}
@media screen and (min-width: 1500px) {
  .top .top-nav .plate-ul {
    display: inline-block;
  }
  .top .top-nav .plate-ul .plate-li {
    margin-right: 31px;
    margin-left: 31px;
    font-size: 18px;
  }
}
@media (min-width: 1280px) and (max-width: 1500px) {
  .top .top-nav .plate-ul {
    display: block;
  }
  .top .top-nav .plate-ul .plate-li {
    margin-right: 16px;
    margin-left: 16px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1280px) {
  .top .top-nav .plate-ul {
    display: block;
  }
  .top .top-nav .plate-ul .plate-li {
    margin-right: 10px;
    margin-left: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1500px) {
  .search-category-plates {
    margin-left: -420px;
  }
  .search-category-plates span {
    display: inline-block;
  }
}
@media screen and (max-width: 1280px) {
  .search-category-plates {
    margin-left: -346px;
  }
  .search-category-plates span {
    display: none;
  }
}
@media (min-width: 1280px) and (max-width: 1500px) {
  .search-banner .search-input-for-change {
    width: 520px !important;
    margin-left: 110px !important;
  }
}
@media screen and (max-width: 1280px) {
  .search-banner .search-input-for-change {
    width: 520px !important;
    margin-left: 36px !important;
  }
}


/** 企业选择 **/
.company-list-change-container {
  width: 471px;
  position: absolute;
  height: 600px;
  top: 130px;
  right: 280px;
  background: transparent;
  z-index: 999;
}
.company-list-change-container .company-list-box {
  width: 463px;
  height: auto;
  background: #fff;
  padding: 16px 12px;
  border-radius: 12px;
}
.company-list-change-container .company-list-box .list-header {
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
}
.company-list-change-container .company-list-box .list-header .header-title{
  font-size: 12px;
  color: #888;
  font-weight: 500;
}
.company-list-change-container .company-list-box .list-header .close-img{
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.list-content {
  
}
.company-list-change-container .company-list-box .list-content .list-item{
  margin-top: 10px;
  height: 72px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  cursor: pointer;
}
.company-list-change-container .company-list-box .list-content .list-item:hover{
  background: #fafafa;
}
.company-list-change-container .company-list-box .list-content .activeOn {
  background: #fafafa;
}
.company-list-change-container .company-list-box .list-content .list-item .item-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.company-list-change-container .company-list-box .list-content .list-item .item-left .left-icon{
  width: 36px;
  height: 36px;
  background: #6A70E9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-list-change-container .company-list-box .list-content .list-item .item-left .left-icon img{
  width: 24px;
  height: 24px;
}

.company-list-change-container .company-list-box .list-content .list-item .item-left .left-info {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 48px;
}
.company-list-change-container .company-list-box .list-content .list-item .item-left .left-info .info-name{
  font-size: 14px;
  color: #222;
  line-height: 22px;
  width: 220px;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.company-list-change-container .company-list-box .list-content .list-item .item-left .left-info .info-tip{
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 220px;
}
.company-list-change-container .company-list-box .list-content .list-item .item-left .left-info .info-tip .tip-text{
  font-size: 12px;
    color: #888;
}
.company-list-change-container .company-list-box .list-content .list-item .item-left .left-info .info-tip .tip-type{
  background: rgba(106, 216, 148, 0.1);
  font-size: 12px;
  color: #6AD894;
  padding: 2px 5px;
  border-radius: 4px;
  margin-left: 4px;
}
.company-list-change-container .company-list-box .list-content .list-item .item-left .left-info .info-tip .super-type{
  background: rgba(106, 112, 233, 0.1);
  color: #6A70E9;
}
.company-list-change-container .company-list-box .list-content .list-item .item-left .left-info .info-tip .special-type{
  background: linear-gradient(85.95deg, rgba(54, 71, 255, 0.1) 2.49%, rgba(163, 68, 255, 0.1) 39.69%, rgba(255, 110, 214, 0.1) 74.14%);
}
.company-list-change-container .company-list-box .list-content .list-item .item-left .left-info .info-tip .special-type .tip-text{
  color: #3647FF;
  background: linear-gradient(85.95deg, #3647FF 2.49%, #A344FF 39.69%, #FF6ED6 74.14%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}


.company-list-change-container .company-list-box .list-content .list-item .item-right {
  display: flex;
  align-items: center;
}
.company-list-change-container .company-list-box .list-content .list-item .item-right .right-info{
  margin-right: 40px;
}
.company-list-change-container .company-list-box .list-content .list-item .item-right .right-info .info-limt{
  height: 20px;
    line-height: 20px;
    margin-bottom: 4px;
    font-size: 12px;
    color: #222;
}
.company-list-change-container .company-list-box .list-content .list-item .item-right .right-info .info-msg{
  height: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.company-list-change-container .company-list-box .list-content .list-item .item-right .right-info .info-msg .msg-text{
  font-size: 12px;
    color: #999;
}
.company-list-change-container .company-list-box .list-content .list-item .item-right .right-info .info-msg .msg-tip{
  width: 12px;
  height: 12px;
  margin-left: 4px;
}
.company-list-change-container .company-list-box .list-content .list-item .item-right .right-check img{
  width: 16px;
  height: 16px;
}
.company-list-item-limit-show {
  width: 100px;
  height: auto;
  padding: 10px;
  background-color: #fff;
  position: absolute;
  top: 20px;
  box-shadow: 0px 0px 20px 0px #88888826;
  border-radius: 8px;
  z-index: 9;
}