﻿.header_title {
  display: flex;
  justify-content: space-between;
  padding: 14px 10%;
  position: fixed;
  top: 0;
  z-index: 999;
  width: 80%;
  background-color: #fff;
}

.header_title .logo img {
  height: 40px;
}

.header_title .title {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 60%;
}

.header_title .title .item {
  /* margin: 0 30px; */
  line-height: 40px;
}

.show-phone {
  position: relative;
  margin-right: 10px;
}

.show-phone .line {
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  transform: rotateZ(45deg);
  position: absolute;
  bottom: -20px;
  right: 10px;
  display: none;
  border-radius: 2px;
}

.phoneNumber {
  position: absolute;
  bottom: -50px;
  display: none;
  right: -45px;
  padding: 15px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

@media (width <= 1570px) {
  .header_title {
    width: 90%;
    padding: 14px 5%;
  }
}

@media (width <= 1400px) {
  .header_title {
    width: 98%;
    padding: 14px 1%;
  }
}

@media (width <= 1290px) {
  .pc_phoneNumber {
    display: none;
  }
  
  .show-phone:hover .phoneNumber, .show-phone:hover .line {
    display: inline;
  }
}


.product_list {
  position: relative;
  height: 42px;
  line-height: 40px;
}

.product_mask {
  box-shadow: 0px 2px 10px 0px rgba(51, 51, 51, 0.10);
  padding: 15px 8px;
  background-color: #fff;
  flex-direction: column;
  position: absolute;
  width: 170px;
  top: 42px;
  line-height: 24px;
  display: none;
  font-size: 14px;
  border-radius: 4px;
}

.product_mask a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.product_mask span, .product_mask a {
  padding: 6px 10px;
  cursor: pointer;
}

.product_mask span:hover {
  border-radius: 2px;
  background: #F4F8FF;
  color: #FF5000;
}

.product_list:hover .product_mask {
  display: flex;
}
.product_list .igm {
  transition: transform 0.2s;
}
.product_list:hover .igm {
  transform: rotateZ(180deg);
}

.right_btn {
  display: flex;
  align-items: center;
}

.right_btn .img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}

.right_btn .phone, .phones {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  margin-right: 45px;
}
.right_btn .login {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  margin-right: 32px;
  cursor: pointer;
}
.right_btn .register {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  background: #FF5000;
  padding: 14px 20px;
  cursor: pointer;
}
.right_btn .pc_phoneNumber{
	font-weight: bold !important;
	color: #666666 !important;
}

#aboutUs {
  padding: 80px 198px;
  display: flex;
  justify-content: space-between;
  background-color: #000;
}

@media (width< 1440px) {
  #aboutUs {
    flex-wrap: wrap;
  }
}

.aboutUs_item {
  width: 100%;
  margin: 0 15px;
  line-height: 150%;
}

.code_list {
  display: flex;
  justify-content: flex-start;
}

.code_list .item {
  margin-right: 10px;
}

.code_list .title {
  color: #6C7380;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.logo {
  height: 40px;
}

.aboutUs_item .title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.aboutUs_item .us_title {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
  /* margin-left: 10px; */
}

.aboutUs_item .content {
  color: #6C7380;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
}

.aboutUs_item .cont {
  color: #6C7380;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* margin-left: 10px; */
}

.code_list .item .code {
  margin: 20px 10px 10px 0;
}

.copy-right {
  line-height: 100px;
  color: #9A9A9A;
  text-align: center;
  background-color: #000;
}


.dialog {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.dialog_mask {
  position: relative;
}

.close {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 28px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 24px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  border-radius: 50%;
}

.fiex_right {
  position: fixed;
  right: 20px;
  bottom: 96px;
  border-radius: 4px;
  background: #FFF;
  padding: 16px 8px;
  z-index: 999;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.fiex_right .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  cursor: pointer;
}

.fiex_right .item-on:hover .phone_number {
  display: inline;
}
.fiex_right .item:hover .wechat_code {
  display: inline;
}

.phone_number {
  position: absolute;
  background-color: #fff;
  font-size: 14px;
  padding: 15px 8px;
  left: -133px;
  display: none;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.wechat_code {
  position: absolute;
  left: -236px;
  bottom: -6px;
  text-align: center;
  background-color: #fff;
  padding: 16px;
  padding-bottom: 15px;
  border-radius: 8px;
  display: none;
}

.wechat_code img {
  width: 188px;
}

.fiex_right .item .img {
  margin-bottom: 10px;
}

.fiex_right .item .cont {
  color: #444;
  font-size: 12px;
  font-weight: 500;
}

.el-message--success {
  min-width: 380px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #ebeef5;
  position: fixed;
  left: 50%;
  top: 150px;
  transform: translateX(-50%);
  transition: opacity .3s,transform .4s,top .4s;
  overflow: hidden;
  padding: 15px 15px 15px 20px;
  display: flex;
  align-items: center;
  background-color: #f0f9eb;
  color: #67c23a;
  display: none;
  z-index: 99999;
}
.prompt {
  font-size: 30px;
}

.duihao {
  padding: 2px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #67c23a;
  color: #ffffff;
  text-align: center;
  line-height: 10px;
  font-size: 8px;
  margin-right: 4px;
}

.dialog {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.dialog_mask {
  position: relative;
}

.dialog_mask {
  position: relative;
}

.swiper{
  margin-top: 70px;
}
.banner-img {
  width: 100%;
}


.swiper-text {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.characters-list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}

.characters-list .title {
  color: #333;
  font-size: 40px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 60px;
}
.characters-list .content {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  max-width: 588px;
  margin-bottom: 20px;
}

.banner-btn {
  background: #FF5000;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 30px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-right: 20px;
}

.banner-btn-right {
  color: #FF5000;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 30px;
  cursor: pointer;
  border-radius: 4px;
  border: 1.5px solid #FF5000;
  margin-right: 20px;
}

video {
  max-height: 500px;
  background-color: #000;
}

input:focus {
  border: 1px solid #FF5000 !important;
}

.gift_box {
  background-color: #FF5000;
  position: fixed;
  right: 20px;
  bottom: 260px;
  padding: 16px 8px;
  font-size: 12px;
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 150%;
  border-radius: 4px;
  cursor: pointer;
}