[v-cloak]{
  display: none;
}
html,body {
  width: 100%;
  height: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.kefu-consult-page .head {
  height: 44px;
  font-size: 0.48rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  background: #ffffff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.back-btn{
  position: absolute;
  left: .48rem;
  width: .48rem;
  height: .48rem;
}

.country-content {
  min-height: 100%;
  padding: 0 0.4rem;
  margin-top: 0.4rem;
}
.module-wrap {
  background-color: #fff;
  border-radius: 0.32rem;
}
.country-module-wrap {
  width: 100%;
  padding-bottom: 0.32rem;
}
.country-module-wrap {
  margin-bottom: .32rem;
}
.module-title {
  font-family: PingFangSC-Regular, PingFang SC;
  font-size: 0.43rem;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #000000;
  line-height: 0.59rem;
  padding: 0.4rem 0.4rem 0;
}
.module-content {
  clear: both;
}
.country-item {
  width: 25%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* padding-bottom: 0.64rem; */
  padding-bottom: 0.24rem;
  margin-top: 0.53rem;
}
.country-item .item-icon {
  width: 0.8rem;
  height: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.13rem;
}
.country-item .item-icon .country-image {
  width: 0.8rem;
  height: 0.8rem;
}
.country-item .country-icon {
  width: 1.17rem;
  height: 0.8rem;
  margin-bottom: 0.13rem;
}
.country-item .country-icon .country-image{
  width: 100%;
  height: 100%;
}
.country-item .country-name {
  font-size: 0.32rem;
  color: #333;
}