.hide {
  display: none;
}
html,
body {
  max-width: 750px;
  margin: auto;
  color: #666666;
}
img {
  display: block;
}
.unhappyMessage {
  display: block;
  color: #c7254e!important;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 8;
  overflow: hidden;
}
.agreement {
  display: none;
}
.agreement .window {
  position: fixed;
  z-index: 9;
  padding: 0 22px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600;
  width: 80vw;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.agreement .body {
  height: 100%;
  color: #333333;
  line-height: 24px;
  padding-bottom: 20px;
}
.agreement .head {
  font-size: 18px;
  margin: 20px 0 10px;
  text-align: center;
}
.agreement .close {
  position: absolute;
  right: 10px;
  top: 5px;
}
.agreement .close:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 10 10' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.774 5L9.846.927a.534.534 0 0 0 0-.75L9.824.154a.533.533 0 0 0-.75 0L5.002 4.233.93.155a.533.533 0 0 0-.75 0l-.023.02a.524.524 0 0 0 0 .75L4.231 5 .158 9.074a.534.534 0 0 0 0 .75l.023.022a.533.533 0 0 0 .75 0l4.072-4.074 4.071 4.074a.533.533 0 0 0 .75 0l.022-.023a.534.534 0 0 0 0-.75L5.774 4.999V5z' fill='%23D7D7D7' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.container .banner img {
  width: 100%;
}
.container .main-content {
  padding: 0 20px 30px;
}
.container .main-content .item .title {
  margin-top: 30px;
  margin-bottom: 15px;
}
.container .main-content .item .title img {
  margin: 0 auto;
  width: 62%;
}
.content form .input-group {
  margin-bottom: 15px;
}
.content form .input-group label {
  color: white;
  font-size: 17px;
  margin-bottom: 5px;
  display: inline-block;
}
.content form .input-group label.require::after {
  content: ' *';
  color: #f85959;
}

.content form .input-group input,
.content form .input-group select {
  display: block;
  padding: 0;
  box-sizing: border-box;
  border-radius: 2px;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-image: linear-gradient(180deg, #F9FAFC 0%, #F7F0F3 100%);
  border: 2px solid #DC1860;
  box-shadow: 0 4px 8px 0 rgba(224,26,107,0.40);
}
.content form .input-group select,
.content form .input-group option {
  color: #666;
}
.content form .agreement-group span {
  color: #3B88FD;
}
.content form .agreement-group input {
  float: left;
  margin: 3px;
}
.content form .btn {
  margin-top: 20px;
}
.content form .btn button {
  display: block;
  width: 100%;
  color: #fff;
  border: 0;
  background-color: transparent;
  outline: none;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  background: #DC1860;
  background-image: linear-gradient(180deg, rgba(255,255,255,0.22) 0%, rgba(0,0,0,0.22) 100%);
  box-shadow: 0 4px 10px 0 rgba(248,89,89,0.50);
  border-radius: 4px;
}
.content .video {
  position: relative;
}
.content .video .play {
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 30px;
  padding: 120px 200px 20px 20px;
}
.content video {
  width: 100%;
  margin-bottom: 5px;
}
.content .swiper-slide img {
  width: 100%;
}
.content .tel-btn {
  margin-top: 30px;
}
.content .tel-btn a {
  display: block;
}
.content .tel-btn a img {
  width: 100%;
}
.swiper-pagination {
  width: 100%!important;
}
.swiper-pagination-bullet {
  height: 4px;
  width: 4px;
  opacity: 1;
  border-radius: 2px;
  background: #fff;
}
.swiper-pagination-bullet-active {
  height: 4px;
  width: 18px;
  border-radius: 2px;
  background: #057AFF;
}
.bottom-img{
  width: 100%;
  margin-top: -200px;
}
.bottom-img img{
  width: 100%;
}
.img-list{
  width: 100%;
}
.img-list img{
  display: block;
  width: 100%;
}