.down {
  height: 100vh;
  width: 100%;
  /* background: linear-gradient(90deg, #FFD306 0%, #F4A330 100%); */
  background: url(../image/Group_162.png) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 40px;
  position: relative;
}

.down_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  margin: 0 auto;
}

.down_header_l {
    display: flex;
    align-items: center;
}

.index_header_l_text {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    color: #FFFFFF;
    display: flex;
    height: 36px;
    border-radius: 4px;
    background: #FFB242;
    text-indent: 10px;
    line-height: 36px;
    margin-left: 20px;
}

.down_header_r span {
    font-family: PingFang SC;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    margin-left: 40px;
    cursor: pointer;
    display: inline-block;
}

.down_header_active {
  color: #fff !important;
  font-weight: 500 !important;
  position: relative;
}

.down_header_active::before {
  width: 34px;
  height: 2px;
  background: #fff;
  border-radius: 1px;
  position: absolute;
  bottom: -6px;
  left:20px;
  display: block;
  content: ' ';
}

.down_title {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 800;
  font-size: 66px;
  line-height: 90px;
  color: #3D1000;
  text-align: center;
  margin-top: 95px;
}

.down_tool {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
}

.down_tool_android {
    border: 1px solid #FFB242;
    box-sizing: border-box;
    border-radius: 10px;
    height: 64px;
    width: 198px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFB242;
}

.down_tool_android a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

.down_tool_android_text {
  padding-left: 10px;
}

.down_tool_android_text_1 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #52170F;
}

.down_tool_android_text_2 {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #52170F;
}

.down_tool_ewm {
  width: 64px;
  height: 64px;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 10px;
  margin-left: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}

.down_tool_ewm:hover .down_ewm_box {
  display: block;
}

.down_ewm_box {
  position: absolute;
  top: 75px;
  background: #fff;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
  width: 130px;
  height: 153px;
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  box-sizing: border-box;
  padding-top: 16px;
  display: none;
}
.down_ewm_box img {
  width: 98px;
  display: block;
  margin: 0 auto;
}

.down_ewm_box p {
  font-family: PingFang SC;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  color: #3D1000;
  margin-top: 8px;
  text-align: center;
}


.img_bg {
  height: 500px;
  display: block;
  margin: 69px auto 0;
}