.part1 {
  width: 100%;
  font-size: 0;
  padding: 60px 0;
}

.part1-title {
  font-size: 46px;
  line-height: 1;
  padding-bottom: 40px;
  border-bottom: 2px solid #b9b9ba;
  font-weight: bold;
  color: #dd1e2c;
}

.part1-content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px 0;
}

.part1-content .title,.part2-content .title {
  font-size: 26px;
  color: #000;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 30px;
}

.part1-content .desc {
  font-size: 26px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
  line-height: 1;
}

.part1-content .desc span {
  display: block;
  width: 140px;
  margin-right: 10px;
}

.part1-content-right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: center;
}

.part1-content-right img,.part2-content-right img {
  width: 135px;
}

.part1-content-right p,.part2-content-right p {
  font-size: 18px;
  line-height: 1;
  margin-top: 14px;
}

.part1-content-right-item {
  margin-left: 20px;
}

.map {
  width: 100%;
  height: 335px;
}

.map #map_company {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1680px) {
  .part1 {
    width: 100%;
    font-size: 0;
    padding: 52.5px 0;
  }
  .part1-title {
    font-size: 40.25px;
    line-height: 1;
    padding-bottom: 35px;
    border-bottom: 1.75px solid #b9b9ba;
    font-weight: bold;
    color: #dd1e2c;
  }
  .part1-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 52.5px 0;
  }
  .part1-content .title,.part2-content .title {
    font-size: 22.75px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 26.25px;
  }
  .part1-content .desc {
    font-size: 22.75px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 13.125px;
    line-height: 1;
  }
  .part1-content .desc span {
    display: block;
    width: 122.5px;
    margin-right: 8.75px;
  }
  .part1-content-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: center;
  }
  .part1-content-right img,.part2-content-right img {
    width: 118.125px;
  }
  .part1-content-right p,.part2-content-right p {
    font-size: 15.75px;
    line-height: 1;
    margin-top: 12.25px;
  }
  .part1-content-right-item {
    margin-left: 20px;
  }
  .map {
    width: 100%;
    height: 293.125px;
  }
  .map #map_company {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1440px) {
  .part1 {
    width: 100%;
    font-size: 0;
    padding: 45px 0;
  }
  .part1-title {
    font-size: 34.5px;
    line-height: 1;
    padding-bottom: 30px;
    border-bottom: 1.5px solid #b9b9ba;
    font-weight: bold;
    color: #dd1e2c;
  }
  .part1-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 0;
  }
  .part1-content .title,.part2-content .title {
    font-size: 19.5px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 22.5px;
  }
  .part1-content .desc {
    font-size: 19.5px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 11.25px;
    line-height: 1;
  }
  .part1-content .desc span {
    display: block;
    width: 105px;
    margin-right: 7.5px;
  }
  .part1-content-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: center;
  }
  .part1-content-right img,.part2-content-right img {
    width: 101.25px;
  }
  .part1-content-right p,.part2-content-right p {
    font-size: 13.5px;
    line-height: 1;
    margin-top: 10.5px;
  }
  .part1-content-right-item {
    margin-left: 20px;
  }
  .map {
    width: 100%;
    height: 251.25px;
  }
  .map #map_company {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1366px) {
  .part1 {
    width: 100%;
    font-size: 0;
    padding: 42px 0;
  }
  .part1-title {
    font-size: 32.2px;
    line-height: 1;
    padding-bottom: 28px;
    border-bottom: 1.4px solid #b9b9ba;
    font-weight: bold;
    color: #dd1e2c;
  }
  .part1-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 42px 0;
  }
  .part1-content .title,.part2-content .title {
    font-size: 18.2px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 21px;
  }
  .part1-content .desc {
    font-size: 18.2px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10.5px;
    line-height: 1;
  }
  .part1-content .desc span {
    display: block;
    width: 98px;
    margin-right: 7px;
  }
  .part1-content-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: center;
  }
  .part1-content-right img,.part2-content-right img {
    width: 94.5px;
  }
  .part1-content-right p,.part2-content-right p {
    font-size: 12.6px;
    line-height: 1;
    margin-top: 9.8px;
  }
  .part1-content-right-item {
    margin-left: 20px;
  }
  .map {
    width: 100%;
    height: 234.5px;
  }
  .map #map_company {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .part1 {
    width: 100%;
    font-size: 0;
    padding: 39.6px 0;
  }
  .part1-title {
    font-size: 30.36px;
    line-height: 1;
    padding-bottom: 26.4px;
    border-bottom: 1.32px solid #b9b9ba;
    font-weight: bold;
    color: #dd1e2c;
  }
  .part1-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 39.6px 0;
  }
  .part1-content .title,.part2-content .title {
    font-size: 17.16px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 19.8px;
  }
  .part1-content .desc {
    font-size: 17.16px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 9.9px;
    line-height: 1;
  }
  .part1-content .desc span {
    display: block;
    width: 92.4px;
    margin-right: 6.6px;
  }
  .part1-content-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: center;
  }
  .part1-content-right img,.part2-content-right img {
    width: 89.1px;
  }
  .part1-content-right p,.part2-content-right p {
    font-size: 11.88px;
    line-height: 1;
    margin-top: 9.24px;
  }
  .part1-content-right-item {
    margin-left: 20px;
  }
  .map {
    width: 100%;
    height: 221.1px;
  }
  .map #map_company {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .part1 {
    width: 100%;
    font-size: 0;
    padding: 31.8px 0;
  }
  .part1-title {
    font-size: 24.38px;
    line-height: 1;
    padding-bottom: 21.2px;
    border-bottom: 1.06px solid #b9b9ba;
    font-weight: bold;
    color: #dd1e2c;
  }
  .part1-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 31.8px 0;
  }
  .part1-content .title,.part2-content .title {
    font-size: 13.78px;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 15.9px;
  }
  .part1-content .desc {
    font-size: 13.78px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 7.95px;
    line-height: 1;
  }
  .part1-content .desc span {
    display: block;
    width: 74.2px;
    margin-right: 5.3px;
  }
  .part1-content-right {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    text-align: center;
  }
  .part1-content-right img,.part2-content-right img {
    width: 71.55px;
  }
  .part1-content-right p,.part2-content-right p {
    font-size: 9.54px;
    line-height: 1;
    margin-top: 7.42px;
  }
  .part1-content-right-item {
    margin-left: 20px;
  }
  .map {
    width: 100%;
    height: 177.55px;
  }
  .map #map_company {
    width: 100%;
    height: 100%;
  }
}

@media screen and (max-width: 799px) {
  .part1 {
    width: 100%;
    font-size: 0;
    padding: 0.6rem 0;
  }
  .part1-title {
    font-size: 0.46rem;
    line-height: 1;
    padding-bottom: 0.4rem;
    border-bottom: 2px solid #b9b9ba;
    font-weight: bold;
    color: #dd1e2c;
  }
  .part1-content {
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
  }
  .part1-content .title,.part2-content .title {
    font-size: 0.36rem;
    color: #000;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.3rem;
  }
  .part1-content .desc {
    font-size: 0.26rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.15rem;
    line-height: 1;
  }
  .part1-content .desc span {
    display: block;
    width: 1.4rem;
    margin-right: 0.1rem;
  }
  .part1-content-right {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    margin-top: .4rem;
    flex-wrap: wrap;
  }
  .part1-content-right img,.part2-content-right img {
    width: 2.2rem;
  }
  .part1-content-right p,.part2-content-right p {
    font-size: .2rem;
    line-height: 1;
    margin-top: 0.14rem;
  }
  .part1-content-right-item {
    margin-left: 0.6rem;
    margin-bottom:20px;
  }
  .part1-content-right-item:first-child {
    margin-left: 0;
  }
  .part1-content-right-item:nth-child(2n-1) {
    margin-left: 0;
  }
  .map {
    width: 100%;
    height: 5.28rem;
  }
  .map #map_company {
    width: 100%;
    height: 100%;
  }
}

.part2-content{
  margin-bottom:50px;
}

.part2-content-right {
  display: flex;
  flex-wrap: wrap;
}

.part2-content-right p{
  text-align: center;
}

.part2-content-right-item {
  margin-right: 20px;
}

@media screen and (max-width: 799px) {
  .part2-content-right-item {
    margin-left: 0.6rem;
    margin-bottom:20px;
  }

  .part2-content-right-item:nth-child(2n-1) {
    margin-left: 0;
  }

  .part2-content-right{
    padding: 0 .4rem;
  }

  .part2-content-right-item {
    margin-right: 0;
  }
}


/* ÒþË½ÌáÊ¾ÑùÊ½ */
.warning{
  width: 26px;
  height: 26px;
  display: inline-block;
  margin-left:5px;
  cursor: pointer;
}

.part1-content .desc{
  position: relative;
}

.privacy-tips{
  position:absolute;
  bottom:-25px;
  width: fit-content;
  display: block;
  text-align: center;
  /* background-color:#fff; */
  font-size:12px;
  line-height: 1.5;
  color:#7d807e;
}

@media screen and (max-width: 1680px) {
  .warning{
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 1440px) {
  .warning{
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .warning{
    width: 17px;
    height: 17px;
  }
}

@media screen and (max-width: 1024px) {
  .warning{
    width: 13px;
    height: 13px;
  }
}

@media screen and (max-width: 799px) {
  .warning{
    width: 0.26rem;
    height: 0.26rem;
  }

  .privacy-tips{
    font-size:10px;
    bottom:-20px;
  }
}