/* head  */

body {
  background: #ffffff;
}
.content {
  display: flex;
  flex-direction: column;
  /* height: 100vh; */
  width: 100%;
  min-width: 24rem;
}
/* ------------ header -------------- */
.head_main {
  width: 100%;
  position: fixed;
  height: 2.2rem;
  left: 0;
  top: 0;
  right: 0;
  z-index: 666;
  background: #ffffff;
  border-bottom: 0.02rem solid #000000;
}
.head-cont {
  width: 28.8rem;
  min-height: 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.head_top{
  width: 100%;
  height: .6rem;
  background: #4794EF;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
}
.head_top .email{
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
}
.head_top .address{
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  margin-left: 1.92rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head_cont{
  width: 100%;
  height: 1.6rem;
  padding: 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head_cont_l{
  display: flex;
  align-items: center;
}
.head_cont img{
  width: 2.48rem;
}
.head_cont_l ul{
  display: flex;
  align-items: center;
  margin-left: 2rem;
}
.head_cont_l ul li{
  padding: 0 .4rem;
}
.head_cont_l ul li a{
  font-weight: 400;
  font-size: 0.32rem;
  color: #2E2E2E;
  line-height: 0.52rem;
}
.head_cont_l ul li.active a{
  color: #4794EF;
}
.head_cont_btn{
  width: 3.4rem;
  height: 1.02rem;
  background: #4794EF;
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  justify-content: center;

  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 0.32rem;
  color: #FFFFFF;

}
.imgW100{
  width: 100%;
}
.footer-main{
  width: 100%;
  border-top: .02rem solid #DCDCDC;
  margin-top: 3rem;
  padding-bottom: 1.4rem;
}
.footer-main-head{
  display: flex;
  justify-content: space-between;
  padding: 1.66rem 2.4rem 0;
}
.footer-main-l{
  width: 12.42rem;
}
.footer-main-l .title{
  font-family: 'Playfair Display-Medium';
  font-weight: 500;
  font-size: 0.96rem;
  color: #111111;
}
.footer-main-l .text{
  width: 6.46rem;
  font-family: 'Playfair Display-Medium';
  font-weight: 500;
  font-size: 0.48rem;
  color: #111111;
  line-height: 0.63rem;
  margin-top: .4rem;
}
.footer-main-l .text-two{
  width: 12.42rem;
  font-family: 'Poppins-Regular';
  font-weight: 400;
  font-size: 0.32rem;
  color: #747474;
  line-height: 0.62rem;
  margin-top: .4rem;
}
.footer-main-bot{
  margin-top: .64rem;
  display: flex;
  justify-content: space-between;
  padding: 0 2.4rem;
}
.footer-main-bot .foot-bot-li{
  display: flex;
}
.footer-main-bot .foot-bot-li img{
  width: .76rem;
  height: .76rem;
}
.footer-main-bot .foot-bot-li p{
  width: 5.86rem;
  font-family: 'Poppins-Medium';
  font-weight: 500;
  font-size: 0.36rem;
  color: #111111;
}
.footer-main-r{
  width: 7rem;
}
.footer-main-r ul li {
  margin-bottom: .4rem;
}
.footer-main-r ul li a{
  font-family: 'Poppins-SemiBold';
  font-weight: 600;
  font-size: 0.32rem;
  color: #2E2E2E;
}
.footer-main-r ul li.active a{
  color: #4794EF;
}
.cont_main{
    width: 100%;
    margin-top: 2.2rem;
}