body {
  background-color: #ff96c5;
}

.language_box_page {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 16vw;
}

.language_box_page .banner {
  width: 100%;
}

.language_box_page .banner img {
  display: block;
  width: 100%;
}

.language_box_page .part_nav {
  width: 100%;
  background: url(../images/nav_bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 3vw;
  padding: 4vw;
  box-sizing: border-box;
}

.language_box_page .part_nav .item_box {
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  background: rgba(255, 150, 197, 0.8);
  padding: 4vw 0vw;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
}

.language_box_page .part_nav .item_box .item {
  padding: 0 2vw;
  box-sizing: border-box;
  position: relative;
}

.language_box_page .part_nav .item_box h3 {
  font-size: 4vw;
  font-weight: 700;
}

.language_box_page .part_nav .item_box p {
  font-size: 3.6vw;
  padding-top: 5px;
}

.language_box_page .part_nav .item_box .item2 {
  width: 40vw;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.language_box_page .part1_box {
  width: 90%;
  margin: 0 auto;
  padding: 18vw 0vw 0vw 0vw;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin-top: 5vw;
  border-radius: 10px;
}

.language_box_page .part1_box .title {
  text-align: center;
  font-size: 6vw;
  font-weight: 700;
  color: #fff;
  background: url(../images/tit_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0vw;
  width: 95%;
  height: 20vw;
  line-height: 28vw;
}

.language_box_page .part1_box .main {
  width: 100%;
  padding: 5vw 4vw 5vw 4vw;
  box-sizing: border-box;
}

.language_box_page .part1_box .main .s_tit {
  color: #ff3690;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
}

.language_box_page .part1_box .main .s_tit img {
  vertical-align: middle;
  width: 7vw;
}

.language_box_page .part1_box .main .content_box {
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 3vw;
  margin-top: 3vw;
  border: 2px solid #ff3690;
}

.language_box_page .part1_box .main .content_box .s_tit2 {
  text-align: center;
  color: #ff3690;
  font-weight: 700;
  font-size: 6vw;
}

.language_box_page .part1_box .main .content_box ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 4vw;
}

.language_box_page .part1_box .main .content_box ul li {
  flex: 1;
  box-sizing: border-box;
  text-align: center;
}

.language_box_page .part1_box .main .content_box ul li img {
  width: 10vw;
  height: 10vw;
  margin: 0 auto;
}

.language_box_page .part1_box .main .content_box ul li em {
  display: block;
  color: #ff3690;
  font-weight: 700;
  font-size: 4vw;
}

.language_box_page .part1_box .main .content_box ul li P {
  font-size: 3.8vw;
  color: #000000;
  padding-top: 5px;
}

.language_box_page .part2_box {
  width: 90%;
  margin: 0 auto;
  padding: 18vw 0vw 0vw 0vw;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin-top: 5vw;
  border-radius: 10px;
}

.language_box_page .part2_box .title {
  text-align: center;
  font-size: 6vw;
  font-weight: 700;
  color: #fff;
  background: url(../images/tit_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0vw;
  width: 90%;
  height: 20vw;
  line-height: 28vw;
}

.language_box_page .part2_box .main {
  width: 100%;
  border-radius: 15px;
}

.language_box_page .part2_box .main ul {
  width: 100%;
  box-sizing: border-box;
  padding: 10vw 5vw 5vw 5vw;
}

.language_box_page .part2_box .main ul li {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 5vw;
  border: 2px solid #ff3690;
  border-radius: 20vw;
  padding: 5px 2px;
  box-sizing: border-box;
}

.language_box_page .part2_box .main ul li .lf_img {
  width: 33vw;
}

.language_box_page .part2_box .main ul li .lf_img img {
  display: block;
  width: 100%;
}

.language_box_page .part2_box .main ul li .des {
  box-sizing: border-box;
  padding-left: 3vw;
}

.language_box_page .part2_box .main ul li .des p {
  display: inline-block;
  font-size: 4.2vw;
  color: #fff;
  background-color: #ff3690;
  font-weight: 700;
  padding: 3px 10px;
  border-radius: 15px 15px 0 15px;
}

.language_box_page .part2_box .main ul li .des span {
  display: block;
  font-size: 3.6vw;
  padding-top: 5px;
  word-break: break-all;
}

.language_box_page .part3_box {
  width: 90%;
  margin: 0 auto;
  padding: 18vw 0vw 0vw 0vw;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin-top: 5vw;
  border-radius: 10px;
}

.language_box_page .part3_box .title {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 700;
  color: #fff;
  background: url(../images/tit_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0vw;
  width: 90%;
  height: 20vw;
  line-height: 28vw;
}

.language_box_page .part3_box .main {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 2vw;
  border-radius: 15px;
  padding-top: 3vw;
}

.language_box_page .part3_box .main ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 4vw 4vw;
  box-sizing: border-box;
}

.language_box_page .part3_box .main ul li {
  width: 30%;
  box-sizing: border-box;
  margin-top: 5vw;
  background-color: #ff3690;
  border-radius: 5px;
}

.language_box_page .part3_box .main ul li img {
  display: block;
  width: 100%;
}

.language_box_page .part3_box .main ul li p {
  color: #fff;
  font-size: 3.2vw;
  padding: 3px;
  box-sizing: border-box;
}

.language_box_page .part4_box {
  width: 90%;
  margin: 0 auto;
  padding: 18vw 0vw 0vw 0vw;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin-top: 5vw;
  border-radius: 10px;
}

.language_box_page .part4_box .title {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 700;
  color: #fff;
  background: url(../images/tit_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0vw;
  width: 85%;
  height: 20vw;
  line-height: 28vw;
}

.language_box_page .part4_box .main {
  width: 100%;
  background-color: #fff;
  padding: 8vw 3vw 5vw 3vw;
  box-sizing: border-box;
  border-radius: 15px;
}

.language_box_page .part4_box .main .s_tit {
  color: #fff;
  font-size: 5vw;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ff3690;
  border-radius: 10vw;
  width: 96%;
  margin: 0 auto;
  letter-spacing: 1px;
  display: flex;
}

.language_box_page .part4_box .main .s_tit i {
  background-color: #ff3690;
  border-radius: 10vw;
  padding: 0 5px;
  width: 35%;
}

.language_box_page .part4_box .main .s_tit em {
  background-color: #fff;
  color: #ff3690;
  padding: 0 5px;
  border-radius: 10vw;
}

.language_box_page .part4_box .main img {
  display: block;
  width: 100%;
  margin-top: 3vw;
}

.language_box_page .part5_box {
  width: 90%;
  margin: 0 auto;
  padding: 18vw 0vw 0vw 0vw;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin-top: 5vw;
  border-radius: 10px;
}

.language_box_page .part5_box .title {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 700;
  color: #fff;
  background: url(../images/tit_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0vw;
  width: 85%;
  height: 20vw;
  line-height: 28vw;
}

.language_box_page .part5_box .main {
  width: 100%;
  background-color: #fff;
  padding: 12vw 3vw 5vw 3vw;
  box-sizing: border-box;
  border-radius: 15px;
}

.language_box_page .part5_box .main ul {
  width: 100%;
}

.language_box_page .part5_box .main ul li {
  width: 100%;
  position: relative;
  margin-top: 12vw;
  border: 2px solid #ff3690;
  padding: 3vw 3vw 3vw 30vw;
  box-sizing: border-box;
  border-radius: 8px;
}

.language_box_page .part5_box .main ul li .lf_img {
  width: 25vw;
  position: absolute;
  left: 3vw;
  bottom: 2vw;
}

.language_box_page .part5_box .main ul li .lf_img img {
  display: block;
  width: 100%;
}

.language_box_page .part5_box .main ul li .des {
  font-size: 3.2vw;
  color: #2c2c2c;
  background: url(../images/part5_li_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 8px 5px;
  box-sizing: border-box;
}

.language_box_page .part5_box .main ul li:nth-child(1) {
  margin-top: 0;
}

.language_box_page .part6_box {
  width: 90%;
  margin: 0 auto;
  padding: 18vw 0vw 0vw 0vw;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin-top: 5vw;
  border-radius: 10px;
}

.language_box_page .part6_box .title {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 700;
  color: #fff;
  background: url(../images/tit_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0vw;
  width: 75%;
  height: 20vw;
  line-height: 28vw;
}

.language_box_page .part6_box .main {
  width: 100%;
  background-color: #fff;
  padding: 8vw 3vw 5vw 3vw;
  box-sizing: border-box;
  border-radius: 15px;
}

.language_box_page .part6_box .main img {
  display: block;
  width: 100%;
}

.language_box_page .part7_box {
  width: 90%;
  margin: 0 auto;
  padding: 18vw 0vw 0vw 0vw;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin-top: 5vw;
  border-radius: 10px;
}

.language_box_page .part7_box .title {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 700;
  color: #fff;
  background: url(../images/tit_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0vw;
  width: 75%;
  height: 20vw;
  line-height: 28vw;
}

.language_box_page .part7_box .main {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 5vw 3vw 5vw 3vw;
  box-sizing: border-box;
}

.language_box_page .part7_box .main ul {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.language_box_page .part7_box .main ul li {
  width: 32%;
  box-sizing: border-box;
  position: relative;
  background-color: #ff96c5;
  color: #fff;
  padding: 5.5vw 3px 3px 3px;
  margin-top: 8vw;
  border-radius: 5px;
}

.language_box_page .part7_box .main ul li img {
  display: block;
  width: 100%;
}

.language_box_page .part7_box .main ul li .s_tit {
  width: 95%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3vw;
  height: 6.5vw;
  line-height: 6.5vw;
  text-align: center;
  border-radius: 6.5vw;
  background-color: #ff3690;
  font-size: 3.2vw;
}

.language_box_page .part7_box .main ul li .s_tit i {
  display: inline-block;
  color: #ff3690;
  background-color: #fff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  margin-right: 2px;
}

.language_box_page .part7_box .main ul li .des {
  font-size: 3.2vw;
}

.language_box_page .part8_box {
  width: 90%;
  margin: 0 auto;
  padding: 18vw 0vw 2vw 0vw;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border-radius: 15px;
  margin-top: 5vw;
}

.language_box_page .part8_box .title {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 700;
  color: #fff;
  background: url(../images/tit_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0vw;
  width: 75%;
  height: 20vw;
  line-height: 28vw;
}

.language_box_page .part8_box .main {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 8vw 3vw 5vw 3vw;
  box-sizing: border-box;
}

.language_box_page .part8_box .main img {
  display: block;
  width: 100%;
}

.language_box_page .part9_box {
  width: 90%;
  margin: 0 auto;
  padding: 18vw 0vw 0vw 0vw;
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  margin-top: 5vw;
  border-radius: 10px;
}

.language_box_page .part9_box .title {
  text-align: center;
  font-size: 5.5vw;
  font-weight: 700;
  color: #fff;
  background: url(../images/tit_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0vw;
  width: 60%;
  height: 20vw;
  line-height: 28vw;
}

.language_box_page .part9_box .main {
  width: 100%;
  background-color: #fff;
  border-radius: 15px;
  padding: 12vw 3vw 5vw 3vw;
  box-sizing: border-box;
}

.language_box_page .part9_box .main ul {
  width: 100%;
  display: flex;
  justify-content: space-around;
}

.language_box_page .part9_box .main ul li {
  width: 30%;
}

.language_box_page .part9_box .main ul li img {
  display: block;
  width: 100%;
}

.language_box_page .part9_box .main .des {
  font-size: 4vw;
  color: #2c2c2c;
  text-align: center;
  border: 1px dashed #ff96c5;
  border-radius: 5px;
  width: 85%;
  margin: 0 auto;
  padding: 3vw;
  box-sizing: border-box;
  margin-top: 5vw;
}

.language_box_page .part9_box .main p {
  width: 100%;
  font-size: 3.2vw;
  color: #666;
  text-align: center;
  padding-top: 5vw;
}

.hide {
  display: none !important;
}
