.common_width {
  width: 1210px;
  height: auto;
  margin: 0 auto;
}
.public_header {
  background: #0e0e0e;
}
.public_footer {
  background: #0e0e0e;
}
.public-header-new {
  min-width: 1210px;
  width: 100%;
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  background: #0e0e0e;
  z-index: 666;
}
.public-header-new .common-width {
  width: 1210px;
  height: auto;
  margin: 0 auto;
}
.public-header-new .common-width .logo-section {
  padding: 10px;
  float: left;
  text-decoration: none;
  color: #333;
  background-color: transparent;
  margin-right: 20px;
}
.public-header-new .common-width .logo-section img {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 40px;
}
.public-header-new .common-width .logo-section .slogan {
  width: auto;
  height: 26px;
  margin-left: 10px;
  margin-top: 5px;
}
.public-header-new .common-width .menubar {
  border-bottom: none;
  border-right: none;
  list-style: none;
  position: relative;
  margin: 0;
  padding-left: 0;
}
.public-header-new .common-width .menubar .index {
  width: 50px !important;
  margin-left: 18px !important;
}
.public-header-new .common-width .menubar .universal {
  color: #fff;
  border-bottom-color: transparent;
  padding: 0 12px;
  font-size: 16px;
  height: 60px;
  width: 100px;
  line-height: 60px;
  margin: 0;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
  box-sizing: border-box;
  position: relative;
  -webkit-box-sizing: border-box;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
  text-align: center;
}
.public-header-new .common-width .menubar .universal a {
  display: block;
  color: #fff;
}
.public-header-new .common-width .menubar .universal a:hover {
  color: #8493fa !important;
}
.public-header-new .common-width .menubar .universal a:hover .universal-img {
  transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.public-header-new .common-width .menubar .universal a .universal-img {
  height: 10px;
  width: 12px;
  margin-left: 6px;
  transition: transform 0.3s;
}
.public-header-new .common-width .menubar .universal:hover .menu {
  display: block;
}
.public-header-new .common-width .menubar .universal .menu {
  position: absolute;
  top: 60px;
  left: -50px;
  min-width: 200px;

  padding: 6px 0;
  display: none;
  transition: transform 2s;
}
.public-header-new .common-width .menubar .universal .menu a {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  background: #0e0e0e;
}
.public-header-new .common-width .menubar .universal .menu a:hover {
  color: #8493fa !important;
}
.public-header-new .common-width .menubar .universal .menu .submit-active {
  color: #8493fa;
}
.public-header-new .common-width .menubar .submit {
  display: inline-block;
  color: #fff;
  background-color: #8493fa;
  border-color: #8493fa;
  border-radius: 20px;
  font-size: 14px;
  padding: 8px 23px;
}
.public-header-new .common-width .menubar .submit a {
  color: #fff;
}
.public-header-new .common-width .menubar .header-active {
  color: #8493fa !important;
  border-bottom-color: #8493fa;
}
.header-layer {
  display: none;
  position: fixed;
  z-index: 700;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding-top: 15vh;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
.header-layer .dialog {
  background: url(./../img/img_contact_left.png) left top no-repeat #fff;
  padding-left: 220px;
  position: relative;
  margin: 0 auto 50px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  width: 40%;
  min-width: 600px;
}
.header-layer .dialog .title {
  padding: 28px 20px 10px 40px;
  line-height: 24px;
  font-size: 18px;
  color: #333;
}
.header-layer .dialog .apply {
  padding: 30px 40px;
}
.header-layer .dialog .apply .item {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
}
.header-layer .dialog .apply .item .name-label {
  width: 80px;
  height: 32px;
  line-height: 32px;
}
.header-layer .dialog .apply .item .name-label:before {
  content: '*';
  color: #FF3838;
  margin-right: 4px;
}
.header-layer .dialog .apply .item .company-select {
  flex-grow: 1;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  margin-left: 14px;
  background: white;
}
.header-layer .dialog .apply .item .company-select:focus {
  outline: none;
  border: 1px solid red;
}
.header-layer .dialog .apply .item .company-name {
  flex-grow: 1;
  display: inline-block;
  vertical-align: middle;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  margin-left: 14px;
}
.header-layer .dialog .apply .item .company-name:focus {
  outline: none;
  border: 1px solid red;
}
.header-layer .dialog .apply .button {
  display: flex;
  flex-direction: row-reverse;
}
.header-layer .dialog .apply .button .close {
  font-size: 12px;
  border-radius: 3px;
  padding: 9px 15px;
  display: inline-block;
  cursor: pointer;
  background: #FFF;
  border: 1px solid #DCDFE6;
  color: #666;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  margin-right: 16px;
}
.header-layer .dialog .apply .button .close:hover {
  background-color: #dcdfe6ad;
  border-color: #6982f4;
  color: #6982f4;
}
.header-layer .dialog .apply .button .submit {
  font-size: 12px;
  border-radius: 3px;
  display: inline-block;
  cursor: pointer;
  color: #FFF;
  background-color: #8493FA;
  border: 1px solid #8493FA;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: 0.1s;
  font-weight: 500;
  width: 80px;
  -webkit-appearance: none!important;
}
.header-layer .dialog .apply .button .submit:hover {
  background-color: #8494faa8;
  border-color: #8494faa8;
}
.fixed_right_section {
  position: fixed;
  right: 0;
  top: 20%;
  z-index: 889;
}
.fixed_right_section a {
  position: relative;
  display: block;
  width: 68px;
  height: 68px;
  background-image: url(../img/v1905/icon_right.png);
  background-repeat: no-repeat;
}
.fixed_right_section a .text {
  display: none;
  width: 62px;
  height: 62px;
  line-height: 20px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  color: #f6f6f6;
  border-radius: 100%;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fixed_right_section a .first_layer {
  display: none;
  box-sizing: border-box;
  position: absolute;
  right: 62px;
  background-position: center center;
  background-repeat: no-repeat;
}
.fixed_right_section a.icons_contact_QQ {
  background-position: -1px 1px;
}
.fixed_right_section a.icons_contact_QQ .first_layer {
  width: 210px;
  height: 261px;
  background-image: url(../img/v1905/contact_bg.png);
  top: 0;
  padding-top: 24px;
}
.fixed_right_section a.icons_contact_QQ .first_layer .item {
  font-size: 14px;
  padding-left: 60px;
  background-repeat: no-repeat;
  background-position: 20px 4px;
  background-size: 25px 25px;
  margin-bottom: 10px;
}
.fixed_right_section a.icons_contact_QQ .first_layer .item .btn {
  width: 108px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  color: #fff;
  text-align: center;
}
.fixed_right_section a.icons_contact_QQ .first_layer .item .text_g {
  color: #999;
  line-height: 30px;
  text-align: left;
}
.fixed_right_section a.icons_contact_QQ .first_layer .item.enter {
  background-image: url(../img/v1905/contact_enter.png);
}
.fixed_right_section a.icons_contact_QQ .first_layer .item.enter .btn {
  background-color: #fe8921;
}
.fixed_right_section a.icons_contact_QQ .first_layer .item.seller {
  background-image: url(../img/v1905/contact_seller.png);
}
.fixed_right_section a.icons_contact_QQ .first_layer .item.seller .btn {
  background-color: #fcb315;
}
.fixed_right_section a.icons_contact_QQ .first_layer .item.user {
  background-image: url(../img/v1905/contact_user.png);
}
.fixed_right_section a.icons_contact_QQ .first_layer .item.user .btn {
  background-color: #4993fa;
}
.fixed_right_section a.icons_contact_phone {
  background-position: -1px -68px;
}
.fixed_right_section a.icons_contact_phone .first_layer {
  width: 210px;
  height: 128px;
  background-image: url(../img/v1905/pic_tel2.png);
  bottom: 0;
}
.fixed_right_section a.icons_contact_qrcode {
  background-position: -1px -137px;
}
.fixed_right_section a.icons_contact_qrcode .first_layer {
  width: 214px;
  height: 356px;
  top: 0;
}
.fixed_right_section a.icons_contact_qrcode .first_layer div {
  width: 214px;
  height: 356px;
  background: url(../img/v1905/bg_qrcode.png) center center no-repeat;
  padding-top: 16px;
}
.fixed_right_section a.icons_contact_qrcode .first_layer img {
  display: block;
  width: 100px;
  height: auto;
  margin-left: 76px;
  margin-bottom: 5px;
  /*margin-top: 38px;*/
}
.fixed_right_section a.icons_contact_qrcode .first_layer img:last-child {
  margin-top: -6px;
  width: 120px;
  margin-left: 66px;
}
.fixed_right_section a.backTOP {
  background-position: -1px -206px;
}
.fixed_right_section a.activity {
  position: absolute;
  width: 68px;
  height: 256px;
  top: 270px;
  left: 0;
  background: url(../img/newYearGift/new_year_hide.png) center center no-repeat;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fixed_right_section a.activity:hover {
  width: 341px;
  left: -286px;
  background: url(../img/newYearGift/new_year_show.png) center center no-repeat;
}
.fixed_right_section a.dailyActivity {
  position: absolute;
  width: 68px;
  height: 291px;
  top: 278px;
  left: 0;
  background: url(../img/newYear2021/new_year_hide.png) center center no-repeat;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.fixed_right_section a.dailyActivity:hover {
  width: 265px;
  height: 243px;
  left: -200px;
  background-image: url(../img/newYear2021/new_year_show.png);
}
@media screen and (max-width: 1366px) {
  .fixed_right_section {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  .fixed_right_section a.icons_contact_qrcode .first_layer {
    top: 40px;
    right: 86px;
  }
  .fixed_right_section a.icons_contact_qrcode .first_layer div {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
  }
}