.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;
  font-size: 16px;
  white-space: nowrap;
}

.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;
  }
}

@media (width <= 1200px) {
	.header_title .title .item{
		margin: 0 13px;
	}
}

.right_btn .pc_phoneNumber{
	font-weight: bold !important;
	color: #0C1734 !important;
	font-size: 19px !important;
}


.product_list {
  position: relative;
  height: 42px;
  line-height: 40px;
  font-size: 16px;
}

.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: 40px;
  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: #1F64FF;
}

.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;
  margin-left: 15px;
  cursor: pointer;
}
.right_btn .register {
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  background: #1F64FF;
  padding: 14px 20px;
  cursor: pointer;
}

#aboutUs {
  /* padding: 80px 198px; */
  padding: 80px 10%;
  display: flex;
  padding-bottom: 0px !important;
  justify-content: center;
  background-color: #000;
}

@media (width< 1440px) {
  #aboutUs {
    flex-wrap: wrap;
  }
}

.aboutUs_item {
  max-width: 350px !important;
  width: 100%;
  margin: 0 25px;
  line-height: 150%;
}

.code_list {
  display: flex;
  justify-content: flex-start;
}

.code_list .item {
  margin-right: 10px;
}

.code_list .item .code {
  margin: 20px 10px 10px 0;
}

.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: 15px;
  font-weight: 500;
  margin-bottom: 16px;
  line-height: 46px;
  height: 46px;
  /* margin-left: 10px; */
}

.aboutUs_item .content {
  color: #fff !important;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 8px;
  white-space: nowrap;
}
.aboutUs_item .content a{
	color: #fff !important;
	font-size: 14px;
	font-weight: 400;
}

.aboutUs_item .cont {
  color: white;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  /* 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: 24px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  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: 16px;
  font-weight: bold;
  padding: 20px;
  right: 65px;
  display: none;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.phone_number span{
	font-weight: bold !important;
}

.wechat_code {
  position: absolute;
  right: 65px;
  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: 120px;
  transform: translateX(-50%);
  transition: opacity .3s,transform .4s,top .4s;
  overflow: hidden;
  padding: 15px 30px 15px 30px;
  display: flex;
  align-items: center;
  background-color: #f0f9eb;
  color: #67c23a;
  display: none;
  z-index: 999;
  border-radius: 4px;
}
#el-message--error {
	background-color: #fef0f0;
	color: #f56c6c;
	border-color: #fde2e2;
}
#el-message--error .duihao{
	background-color: #f56c6c !important;
}

.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;
  left: 1rem;
  width: calc(100% - 2rem);
  bottom: 1rem;
}

.characters-list .title {
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
  margin: 10px 0;
}
.characters-list .content {
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  max-width: 588px;
  margin-bottom: 20px;
} */

.characters-list {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10%;
}

.characters-list .title {
  color: #FFF;
  font-size: 48px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 60px;
}
.characters-list .content {
  color: rgba(255, 255, 255, 0.80);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  max-width: 588px;
  margin-bottom: 20px;
}

.banner-btn {
	border-radius: 7px;
  background: #ffffff;
  color: #1F64FF;
  font-size: 18px;
  font-weight: 400;
  padding: 12px 30px;
  border: none;
  margin-top: 40px;
  cursor: pointer;
  margin-right: 20px;
}

video {
  max-height: 500px;
  background-color: #000;
}

input:focus {
  border: 1px solid #1F64FF !important;
}

.contact_Ous {
  background-color: #fff;
  padding: 80px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.contact_Ous .title {
  color: #333;
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 40px;
}

.contact_Ous .inp_list {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}

.contact_Ous .inp_list .inp {
  height: 52px;
  border-radius: 8px;
  border: 1.5px solid #DEE2E9;
  margin: 0 20px;
  padding: 0 20px;
  width: calc(45% - 80px);
}

.blue_btn {
  border-radius: 8px;
  background: #1F64FF;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  padding: 14px 20px;
  margin-right: 10px;
  cursor: pointer;
}

.gift_box {
  background-color: #1F64FF;
  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;
}


#scroll_top {
  width: 46px;
  height: 56px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 999;
  cursor: pointer;
}