.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-start {
  display: flex;
  align-items: center;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.column-between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.column-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.column-around {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.ellipsis {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
header *{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana,Geneva,sans-serif;
}
header h1, h2, h3, h4, h5, h6, p {
  margin: 0 ;
  padding: 0;
}
header a{
  color: #666 ;
  text-decoration: none !important;
}
header {
  display: flex;
  width: 100%;
  height: 86px;
  position: fixed;
  z-index: 19891015;
  background: #FFFFFF;
  top: 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
}

header .marker .logo_box {
  width: calc(((100% - 1180px) / 2 ) + 275px);
  min-width: 275px;
  height: 86px;
  background-image: url(../image/bg_logo.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  position: absolute;
  z-index: 10;
}


header .marker .logo_box .logo {
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translateY(-50%);
}

header .marker .nav {
  width: 100%;
  height: 46px;
  position: absolute;
  background: #68788B;
  left: 0;
  bottom: 0;
}

header .mt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header .mt .logo_box {
  position: relative;
  z-index: 100;
}

header .mt .logo_box .logo {
  width: 155px;
}

header .mt .nav {
  width: calc(100% - 190px);
  height: 86px;
}

header .mt .nav .top {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 40px;
  position: relative;
}
header .mt .nav .top .hd_box {
  width: 80px;
  min-width: 80px;
  height: 72px;
  background-image: url(../image/header-hd.png);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  z-index: 10;
  margin-right: -90px;
  margin-left: 10px;
  margin-top: 35px;
  cursor: pointer;
}
header .registerInfo {
  position: absolute;
  top: 5px;
  right: -80px;
  width: 72px;
  height: 53px;
  background: linear-gradient(135deg, #F15959 0%, #FF6D2C 100%);
  box-shadow: 0px 3px 8px 1px rgba(55, 84, 113, 0.2);
  color: #FFFFFF;
  font-size: 12px;
  border-radius: 4px;
  padding:0 5px;
}
header .registerInfo::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: 12px;
  transform: rotate(90deg);
  border-top: 8px solid #F26056;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
header .registerInfo-close {
  width: 16px;
  height: 16px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -4px;
  cursor: pointer;
}
header .benefit {
  width: 120px!important;
  right: -130px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-left: 8px;
  cursor: pointer;
}
header .mt .nav .top .login_btn {
  height: 32px;
  border-radius: 8px;
  border: 1px solid #999;
  color: #fff;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  border: 1px solid #0D7BFF;
  background: #0597f3;
  padding: 0px 10px;
  margin-left: 3px;
  cursor: pointer;
  box-sizing: border-box;
}

/* header .mt .nav .top .login_btn:hover {
  color: #fff;
  background: #3977FF;
} */

header .mt .nav .top .login_btn:active {
  color: #fff;
  background: #085ABC;
}

header .mt .nav .top .login {
  position: relative;
  margin-left: 18px;
  cursor: pointer;
}

header .mt .nav .top .login .user-box:hover >i {
  color: #0d7bff!important;
}
header .mt .nav .top .login .user-box {
  width: 142px;
  cursor: pointer;
}
header .mt .nav .top .login .user-box .userImg {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #37d180 0%, #0d7bff 100%);
  position: relative;
  cursor: pointer;
}
header .mt .nav .top .login .user-box .userImg .imgbox {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF;
}
header .mt .nav .top .login .user-box .userImg .imgbox img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
header .mt .nav .top .login .user-box .userImg .message {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 10px;
  height: 10px;
  background: #FF534D;
  border-radius: 50%;
}
header .mt .nav .top .login .user-box .login_name {
  width:87px;
  text-align:center;
  font-size:12px;
}
header .mt .nav .top .login .login_list {
  width: 120px;
  background-color: #fff;
  border-radius: 2px;
  font-size: 16px;
  z-index: 10;
  position: absolute;
  z-index: 101;
  color: #666;
  right: 50%;
  transform: translateX(50%);
  visibility: hidden;
  top: 40px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  
}
/* header .mt .nav .top .login:hover{
  visibility: visible;
  transition: all 1s linear;
} 
header .mt .nav .top .login:hover #login_list {
  visibility: visible;
  transition: all 1s linear;
} */
header .mt .nav .top .login .login_list .login_name {
  padding: 0 10px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #f5f5f5;
}
header .mt .nav .top .login .login_list span {
  font-size: 14px;
}
header .mt .nav .top .login .login_list li {
  margin: 0 12px;
  cursor: pointer;
  color: #888;
  font-size: 13px;
}
header .mt .nav .top .login .login_list li > i {
  font-size: 20px;
}
header .mt .nav .top .login .login_list li:hover {
  color: #0D7BFF;
}
header .mt .nav .top .login .login_list a {
  height: 40px;
  display: block;
  display: flex;
  align-items: center;
}
header .mt .nav .top .login .login_list a:last-child li:hover {
  color: #F14646;
}
header .mt .nav .top .login .login_list .message {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: -10px;
  width: 10px;
  height: 10px;
  background: #FF534D;
  border-radius: 50%;
}


header .mt .nav .top .langue {
  width: 78px;
  height: 26px;
  background: #f1f3f5;
  opacity: 1;
  border-radius: 4px;
  line-height: 26px;
  box-sizing: border-box;
  margin-right: 20px;
  text-align: center;
  cursor: pointer;
  box-shadow: 0px 3px 8px 1px rgba(55, 84, 113, 0.2);
  border-radius: 4px;
  padding: 5px 8px;
}
header .mt .nav .top .langue > .icon-yuyan {
  font-size: 16px;
  margin-right: 3px;
}
header .mt .nav .top .langue span {
  font-size: 12px;
  font-weight: 400;
  line-height: 28px;
  color: #333333;
  height: 16px;
  line-height: 16px;
}
header .mt .nav .top .langue .line {
  width: 0px;
  height: 12px;
  border: 1px solid #EEEEEE;
}

header .mt .nav .but {
  height: 46px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

header .mt .nav .but .option {
  display: flex;
  height: 100%;
  align-items: center;
}

header .mt .nav .but .option div {
  width: 100px;
  height: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  color: #666666;
  text-align: center;
  position: relative;
  cursor: pointer;
   margin-left:30px;
}

header .mt .nav .but .option div a {
  position: relative;
  line-height: 46px;
  z-index: 9;
  color: #ffffff;
}

header .mt .nav .but .option .nav_list {
  display: block;
  position: relative;
  margin-left:30px;
}

header .mt .nav .but .option .nav_list .shade {
  display: none;
  position: absolute;
  top: 0;
  left: -32px;
  background: url(../image/bg_nav.png) no-repeat;
  background-size: 100% 100%;
  width: 160px;
  height: 100%;
  z-index: 8;
}
header .mt .nav .but .option .nav_list > h2,
header .mt .nav .but .option .nav_list_multi > h2 {
  display: inline-block;
  height: 46px;
  font-size: 12px;
}
header .mt .nav .but .option .nav_list > h2 > a {
  font-size: 16px;
  position: relative;
  z-index: 11;
  display: inline-block;
  width: 100%;
  height: 100%;
}

header .mt .nav .but .option .nav_list:hover > h2 > a {
  color: #e49101;
}

header .mt .nav .but .option .nav_list_multi {
  position: relative;
}

header .mt .nav .but .option .nav_list_multi .shade {
  display: none;
  position: absolute;
  top: 0;
  left: -14px;
  background: url(../image/bg_nav1.png) no-repeat;
  background-size: 100% 100%;
  width: 125px;
  height: 100%;
  z-index: 8;
}

header .mt .nav .but .option .nav_list_multi > h2 > a {
  font-size: 16px;
  position: relative;
  z-index: 11;
}

header .mt .nav .but .option .nav_list_multi:hover > h2 > a {
  color: #e49101;
  font-weight: bold;
}

header .mt .nav .but .option .nav_list_multi:hover .shade, header .mt .nav .but .option .nav_list_multi:hover .nav_children {
  display: block;
}

header .mt .nav .but .option .active > h2 > a {
  font-weight: bold;
  color: #e49101;
  position: relative;
  z-index: 11;
}


header .mt .nav .but .option .active .shade {
  display: block;
}

header .mt .nav .but .option .nav_children {
  width: 120px;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 45px;
  display: none;
}

header .mt .nav .but .option .nav_children > ul {
  border: 1px solid #E6E8EE;
  background-color: #fff;
  margin-top: 5px;
  border-radius: 4px;
}

header .mt .nav .but .option .nav_children > ul li {
  height: 49px;
  text-align: center;
  line-height: 48px;
  font-size: 14px;
  color: #444;
  cursor: pointer;
}

header .mt .nav .but .option .nav_children > ul li:hover {
  color: #e49101;
  background: #F0F7FF;
}
header .mt .nav .but .createBtn {
  position: absolute;
  right: 0px;
  cursor: pointer;
}
header .mt .nav .but .createBtn-content {
  width: 90px;
  height: 34px;
  background: linear-gradient(135deg, #EEF6FF 0%, #BBD9FF 100%);
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  padding: 5px;
  display: flex;
}

.fabuhuiyi1 {
  width: 105px;
  height: 34px;
  background: linear-gradient(135deg, #EEF6FF 0%, #BBD9FF 100%);
  border-radius: 4px 4px 4px 4px;
  overflow: hidden;
  padding: 5px;
  display: flex;
  cursor: pointer;
}

header .mt .nav .but .createBtn-content > h2, .createBtn-content > span {
  display: inline-block;
  width: max-content;
  margin-left: 5px;
  color: #39506B;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
  word-break: break-all;
}
header .mt .nav .but .createTips {
  right: 20px;
}
header .mt .nav .but .createTips::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 12px;
  top: -5px;
  transform: rotate(180deg);
  border-top: 5px solid #E0EEFF;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
header .mt .nav .but .createTips .createBtn-content {
  width: 34px;
}
header .mt .nav .but .createTips .createBtn-content:hover {
  width: 142px;
  transition: width 0.6s ease 0s;
}



/*  新加*/





