/* PC端 footer */
.footer {
  background: linear-gradient(90deg, #982bad 0%, #362bb0 100%);
  padding: 20px 0;
}

.footer .container {
  width: 800px;
  margin: 0 auto;
}

.footer .container .row .item img {
  height: 50px;
}

.footer .container .row .item .btn {
  width: 100px;
  height: 40px;
}

.footer .container .row .item .selectCountry button {
  width: 185px;
}

.footer .container .row .item .selectCountry .dropdown-menu {
  left: 50%;
  right: 0;
  float: right;
}

.footer .container .row .item .appleBtn {
  margin-right: 20px;
  background: url("../assets/images/webp/appleBtn.webp") no-repeat;
  background-size: 100%;
  background-position: center;
}

.footer .container .row .item .googleBtn {
  background: url("../assets/images/webp/googleBtn.webp") no-repeat;
  background-size: 100%;
  background-position: center;
}

.footer .container .row .item .block_span {
  display: block;
  color: #ffffff;
}

.footer .container .row .item .hand {
  cursor: pointer;
}

.footer .container .row .item .in_block_span {
  display: inline-block;
  height: 25px;
  color: #ffffff;
}

.footer .container .row .item .image_div {
  display: inline-block;
}

.footer .container .row .item .image_div img {
  height: 20px;
  margin: 5px 10px 0 0;
  cursor: pointer;
}

.footer .container .row .font_white {
  line-height: 40px;
  color: #ffffff;
  font-size: 20px;
  text-align: right;
}

.footer .container .row .font_white_16 {
  color: #ffffff;
  font-size: 16px;
  text-align: right;
}

.footer .container .row .font_14 {
  color: #ffffff;
  font-size: 14px;
  text-align: right;
}

.footer .container .row .font_16 {
  color: #ffffff;
  font-size: 16px;
  text-align: right;
}

.footer .container .row .font_16_l {
  font-size: 16px;
  text-align: left;
}

.footer .container .row .font_16_m {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.footer .container .row .font_20 {
  height: 33px;
  line-height: 33px;
  font-size: 20px;
}

.footer .container .row .item .text_ver_center {
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
}

/* 手机端 footer */
.mobile-footer {
  background: linear-gradient(90deg, #982bad 0%, #362bb0 100%);
  padding: 20px 0;
}

.mobile-footer .container {
  /* margin: 0 4%; */
}

.mobile-footer .container .row .item .logo_img {
  width: 160px;
}

.mobile-footer .container .row .item .selectCountry button {
  float: right;
  width: 140px;
}

.mobile-footer .container .row .item p {
  color: #ffffff;
  font-size: 16px;
}

.mobile-footer .container .row .item .text_p {
  height: 40px;
  line-height: 40px;
}

.mobile-footer .container .row .item .icon_img {
  width: 20px;
}

.mobile-footer .container .row .item .btns {
  width: 100px;
  height: 40px;
  border: none;
  margin: 10px 0 0;
}

.mobile-footer .container .row .item .appleBtn {
  margin-right: 30px;
  margin-left: 15px;
  border-radius: 5px;
  background: url("../assets/images/webp/appleBtn.webp") no-repeat;
  background-size: 100%;
  background-position: center;
}

.mobile-footer .container .row .item .googleBtn {
  border-radius: 5px;
  background: url("../assets/images/webp/googleBtn.webp") no-repeat;
  background-size: 100%;
  background-position: center;
}

.mobile-footer .container .row .img_div {
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.mobile-footer .container .row .img_icon {
  height: 35px;
  margin-left: 10px;
}

.mobile-footer .container .row .nav {
  margin-bottom: 15px;
  padding-right: 0;
}

.mobile-footer .container .row .nav span {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
}

.mobile-footer .container #msdnm {
  margin-bottom: 10px;
}

.mobile-footer .container #msdnm span {
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.mobile-footer .container .row .foot p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

.mobile-footer .container .row .foot .font_white_16 {
  color: #ffffff;
  font-size: 16px;
  text-align: right;
}
