@charset "UTF-8";

.m-common-header-main {
  width: 100%;
  height: 110px;
  background: #fff;
  position: fixed;
  top: 0;
  left: 50%;
  width: 640px;
  z-index: 100;
  margin-left: -320px;
}

.m-common-header-wrap {
  width: 614px;
  height: 100%;
}

.m-common-logo-main,
.m-common-logo-main>a {
  display: block;
  width: 178px;
  height: 100%;
  position: relative;
}

.m-common-logo-main>img,
.m-common-logo-main>a>img {
  display: block;
  position: absolute;
  right: 0;
  top: 22px;
  max-width: 100%;
  max-height: 106px;
  border-radius: 12px;
}

.m-common-logo-right {
  width: 400px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.m-common-menu {
  width: ;
  height: 100%;
}

.m-common-menu>li {
  margin: 0 12px;
  height: 110px;
  float: left;
  position: relative;
}

.m-common-menu>li>a {
  line-height: 110px;
  display: block;
  color: #595757;
  font-size: 22px;
}

.m-common-hIcon-wrap {
  margin: 0;
}

.m-common-hIcon-wrap>a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 110px;
  margin: 0 12px;
  float: left;
}

.m-common-hIcon-wrap>a>img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.m-common-menu-dropDown {
  position: absolute;
  right: 0;
  top: 109px;
  width: 342px;
  left: auto;
  border-radius: 0 0 0 20px;
  padding: 6px 16px 16px;
  border: 1px solid #8a8a8a;
  border-top: 1px solid #fff;
  border-right: none;
  background: #fff;
}

.m-common-menu-dropDown>li {
  height: 64px;
  width: 100%;
  line-height: 32px;
  padding: 6px 0;
}

.m-common-menu-dropDown>li>a {
  display: block;
  width: 100%;
  height: 100%;
  color: #747474;
  font-size: 20px;
}

.m-common-menu-dropDown>li>a>img {
  width: 64px;
  margin-right: 14px;
  border-radius: 12px;
  display: block;
  float: left;
}

.m-common-menu-dropDown>li>a>span {
  max-width: 264px;
  height: 64px;
  float: left;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

/* 移动端社交样式 */
.m-shejiao {
  width: 100%;
  margin-top: 56px;
}

.m-shejiao-title {
  height: 48px;
  line-height: 24px;
  width: 436px;
  color: #fff;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
}

.m-shejiao-list {
  width: 100%;
  height: 152px;
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-shejiao-list>li {
  float: left;
  margin: 0 23px;
  width: 100px;
  height: 152px;
}

.m-shejiao-list>li>a {
  display: block;
  width: 100%;
  height: 100%;
}

.m-shejiao-list>li>a>img {
  display: block;
  width: 100%;
  height: 100px;
}

.m-shejiao-list>li>a>span {
  display: block;
  width: 100%;
  height: 52px;
  line-height: 52px;
  color: #fff;
  font-size: 20px;
  text-align: center;
}