#content .kuang {
  width: 100%;
  height: 144%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
#content .kuang .kuang_child1 {
  width: 100%;
  background: #2CD3DE;
}
#content .kuang .kuang_child1 .kuang_child {
  width: 1280px;
  background: #2CD3DE;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
  overflow: hidden;
  padding: 32px 116px 0;
  box-sizing: border-box;
}
#content .kuang .kuang_child1 .kuang_child .sousuo {
  width: 1047px;
  display: flex;
  background-color: #fff;
  border-radius: 30px;
}
#content .kuang .kuang_child1 .kuang_child .sousuo a {
  display: block;
  width: 62px;
  height: 76px;
  background-color: #fff;
  border-radius: 30px 0 0 30px;
  text-align: right;
  line-height: 76px;
}
#content .kuang .kuang_child1 .kuang_child .sousuo a img {
  width: 32px;
  height: 32px;
}
#content .kuang .kuang_child1 .kuang_child .sousuo input {
  width: 985px;
  height: 76px;
  border-radius: 0 30px 30px 0;
  background-color: #fff;
  border: none;
  padding-left: 10px;
  box-sizing: border-box;
}
#content .kuang .kuang_child1 .kuang_child .game_biaoqian {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#content .kuang .kuang_child1 .kuang_child .game_biaoqian a {
  margin-right: 12px;
  background: #FFFFFF;
  border-radius: 50px 50px 50px 50px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  font-family: FuturaPT-Bold;
  color: #586168;
  line-height: 19px;
  padding: 12px 24px;
  font-weight: bold;
  margin-bottom: 12px;
}
#content .kuang .kuang_child1 .kuang_child .game_biaoqian a:hover {
  background-color: #FC813D;
  color: #fff;
  border: 1px solid #FC813D;
}
footer {
  width: 100%;
  background-color: #fff;
}
footer .foot {
  width: 1280px;
  margin: 0 auto;
  height: 170px;
  background-color: #fff;
  padding: 53px 27px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
footer .foot .left {
  display: flex;
}
footer .foot .left img {
  width: 94px;
  height: 70px;
  margin-top: 15px;
  margin-right: 12px;
}
footer .foot .left p {
  height: 24px;
  font-size: 16px;
  font-family: FuturaPT-Bold;
  font-weight: 400;
  color: #9A9EA6;
  line-height: 24px;
  margin-top: 36px;
}
footer .foot .right img {
  width: 165px;
  height: 109px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 6px 6px 6px 6px;
  opacity: 1;
  margin-right: 30px;
}
footer .foot .right a:nth-child(4) img {
  margin-right: 0;
}
@media (min-width: 360px) and (max-width: 543px) {
  #content .kuang {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  #content .kuang .kuang_child1 {
    width: 100%;
    background: #2CD3DE;
  }
  #content .kuang .kuang_child1 .kuang_child {
    width: 360px;
    background: #2CD3DE;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin: 0 auto;
    overflow: hidden;
    padding: 32px 20px 0;
    box-sizing: border-box;
  }
  #content .kuang .kuang_child1 .kuang_child .sousuo {
    width: 100%;
    display: flex;
    background-color: #fff;
    border-radius: 30px;
  }
  #content .kuang .kuang_child1 .kuang_child .sousuo p {
    width: 62px;
    height: 76px;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    font-size: 18px;
    text-align: right;
    line-height: 76px;
  }
  #content .kuang .kuang_child1 .kuang_child .sousuo input {
    width: 273px;
    height: 76px;
    border-radius: 0 30px 30px 0;
    background-color: #fff;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
  }
  #content .kuang .kuang_child1 .kuang_child .game_biaoqian {
    margin-top: 22px;
  }
  #content .kuang .kuang_child1 .kuang_child .game_biaoqian a {
    margin-right: 12px;
    background: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-family: FuturaPT-Bold;
    color: #586168;
    line-height: 19px;
    padding: 12px 24px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 12px;
  }
  #content .kuang .kuang_child1 .kuang_child .game_biaoqian a:hover {
    background-color: #FC813D;
    color: #fff;
    border: 1px solid #FC813D;
  }
  footer {
    background-color: #fff;
  }
  footer .foot {
    width: 360px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 9px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  footer .foot .left {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  footer .foot .left img {
    width: 94px;
    height: 70px;
    margin-top: 15px;
    margin-right: 12px;
  }
  footer .foot .left p {
    height: 24px;
    font-size: 16px;
    font-family: FuturaPT-Bold;
    font-weight: 400;
    color: #9A9EA6;
    margin: 0px auto 16px;
  }
  footer .foot .right {
    margin-bottom: 20px;
  }
  footer .foot .right img {
    width: 78px;
    height: 48px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    margin-right: 5px;
  }
  footer .foot .right a:nth-child(4) img {
    margin-right: 0;
  }
}
@media (min-width: 744px) and (max-width: 1180px) {
  #content .kuang {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    display: none;
  }
  #content .kuang .kuang_child1 {
    width: 100%;
    background: #2CD3DE;
  }
  #content .kuang .kuang_child1 .kuang_child {
    width: 744px;
    background: #2CD3DE;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin: 0 auto;
    overflow: hidden;
    padding: 32px 12px 0;
    box-sizing: border-box;
  }
  #content .kuang .kuang_child1 .kuang_child .sousuo {
    width: 100%;
    display: flex;
  }
  #content .kuang .kuang_child1 .kuang_child .sousuo p {
    width: 62px;
    height: 76px;
    background-color: #fff;
    border-radius: 30px 0 0 30px;
    font-size: 18px;
    text-align: right;
    line-height: 76px;
  }
  #content .kuang .kuang_child1 .kuang_child .sousuo input {
    width: 985px;
    height: 76px;
    border-radius: 0 30px 30px 0;
    background-color: #fff;
    border: none;
    padding-left: 10px;
    box-sizing: border-box;
  }
  #content .kuang .kuang_child1 .kuang_child .game_biaoqian {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
  }
  #content .kuang .kuang_child1 .kuang_child .game_biaoqian a {
    margin-right: 12px;
    background: #FFFFFF;
    border-radius: 50px 50px 50px 50px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    font-size: 16px;
    font-family: FuturaPT-Bold;
    color: #586168;
    line-height: 19px;
    padding: 12px 24px;
    font-weight: bold;
    margin-bottom: 12px;
    display: block;
  }
  #content .kuang .kuang_child1 .kuang_child .game_biaoqian a:hover {
    background-color: #FC813D;
    color: #fff;
    border: 1px solid #FC813D;
  }
  footer {
    background-color: #fff;
  }
  footer .foot {
    width: 744px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    padding: 20px 12px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  footer .foot .left {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  footer .foot .left img {
    width: 94px;
    height: 70px;
    margin-top: 15px;
    margin-right: 12px;
  }
  footer .foot .left p {
    height: 24px;
    font-size: 16px;
    font-family: FuturaPT-Bold;
    font-weight: 400;
    color: #9A9EA6;
    margin: 0px auto 16px;
  }
  footer .foot .right {
    margin-bottom: 20px;
  }
  footer .foot .right img {
    width: 152px;
    height: 106px;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 6px 6px 6px 6px;
    opacity: 1;
    margin-right: 30px;
  }
  footer .foot .right a:nth-child(4) img {
    margin-right: 0;
  }
}
