.content-container {
  background-color: #F3F2F0;
}

.content-container .img1 {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.content-container .img2 {
  display: block;
  width: 1356px;
  margin: 0 auto;
}

.content-container .img3 {
  display: block;
  width: 1356px;
  margin: 0 auto;
}

.content-container .slogan-wrapper {
  position: relative;
  z-index: 5;
  background-color: transparent;
  width: 405px;
  background: #FFFFFF;
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.05);
  margin-right: 135px;
  padding-top: 45px;
  padding-bottom: 45px;
  margin-bottom: 0;
  box-sizing: border-box;
  height: 437px;
  /* transition: height 200ms ease-out; */
}

.content-container .case-wrapper {
  width: 1356px;
  margin: 40px auto;
  padding: 0 0 80px 0;
  background-color: #ebe4df;
}

.content-container .case-wrapper .title {
  padding: 40px;
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: 500;
}

.content-container .case-wrapper .case-swiper {
  width: 1196px;
  height: 360px;
  margin: 0 auto;
}

.content-container .case-wrapper .swiper-slide {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.content-container .subscribe-form .submit-btn {
  width: 305px;
  height: 48px;
  background: linear-gradient(143deg, #B83132 15.52%, #91191E 73.66%);
  border-radius: 2px 2px 2px 2px;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.section1 {
  height: calc(100vh - 60px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.section1 .video-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section1 .subscribe-form .left-cell {
  float: none;
}

.section1 .subscribe-form input {
  color: #000;
  border: none;
}

.section1 .form-title {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  font-style: normal;
  text-transform: none;
}

.section1 .form-title span {
  font-weight: 600;
  font-size: 24px;
  color: #91191E;
  font-style: normal;
  text-transform: none;
}

.address-bg {
  position: absolute;
  left: -100vw;
  top: -100vh;
  width: 300vw;
  height: 300vh;
  /* background: rgba(0,0,0,0.15); */
}

#list {
  position: absolute;
  top: 50px;
  left: -110px;
  width: 500px;
  /* height: 360px; */
  padding-bottom: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  z-index: 999;
  overflow-y: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

#list>li {
  font-weight: 800;
  cursor: pointer;
  /* height: 25px;
	line-height: 25px; */
}

/* .province-item{
	border-bottom: 1px solid rgba(216, 216, 216, 0.4);
} */
.province-item p img {
  width: 16px;
  height: 16px;
  margin-top: 10px;
}

.province-item p {
  font-size: 14px;
  color: #1A1B1F;
  display: flex;
  justify-content: space-between;
}

.province-list,
.city-list,
.area-list {
  display: flex;
  flex-wrap: wrap;
  padding-right: 22px;
  padding-left: 12px;
  padding-top: 12px;
}

.province-list li,
.city-list li,
.area-list li {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 12px 16px;


}

.province-list li:hover,
.city-list li:hover,
.area-list li:hover {
  color: #91191E;
}

.province-list .red,
.city-list .red,
.area-list .red {
  color: #91191E;
  font-weight: 600;
}

.address-title {
  font-weight: 500;
  font-size: 14px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  line-height: 49px;
  border-bottom: 1px solid #EEEEEE;
  padding-left: 30px;
}

.province-text,
.city-text {
  line-height: 48px;
  margin-right: 38px;
}

.province-text.active,
.city-text.active,
.area-text.active {
  color: #91191E;
  border-bottom: 2px solid #91191E;
  padding-bottom: 14px;
}

.subscribe-form .aggrement .helper-error {
  text-align: center;
}

.subscribe-form .helper-error {
  bottom: -16px;
}

.form-group.error2 .helper-error {
  display: block !important;
  bottom: -22px;
}

.subscribe-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #969799;
}

.subscribe-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #969799;
}

.subscribe-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #969799;
}

.subscribe-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #969799;
}

.slogan-wrapper .subscribe-form .submit-btn {
  margin-top: 23px;
}

.subscribe-form .input-control {
  height: 60px;
  padding: 0;
  width: 200px;
}

.slogan-wrapper .subscribe-form .form-group {
  margin-bottom: 22px;
  border-bottom: 1px #F3F3F3 solid;
}

.slogan-wrapper .subscribe-form .form-group.aggrement {
  border-bottom: none;
}

.subscribe-form .form-control {
  color: #969799;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding-bottom: 0;
}

.form-group-phone .form-control,  .form-group-region .form-control{
  justify-content: space-between;
}

.aggrement .form-control {
  justify-content: center;
  font-size: 12px;
}

.subscribe-wrapper a.link,
.modal-alert .modal-wrap a.link {
  color: #000;
}

.form-group-phone {
  margin-top: 25px;
}

.subscribe-wrapper .checkbox {
  width: 24px;
  height: 24px;
}

.send-code {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  text-align: left;
  font-style: normal;
  text-decoration: underline;
  text-transform: none;
  cursor: pointer;
}
.address-icon {
  width: 20px;
  height: 20px;
}
.rorate180{
  transform: rotateX(180deg);
}

.sms-btn {
  color: #CCCCCC;
  text-decoration: none;
}

.sumbit-success {
  text-align: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 300ms cubic-bezier(0.0, 0.0, 0.58, 1.0),
    transform 300ms cubic-bezier(0.0, 0.0, 0.58, 1.0);
}

.success-icon {
  width: 56px;
}

.success-content {
  margin-top: 20px;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  color: #000000;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.success-tip {
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
  color: #2F2F2F;
  text-align: center;
  font-style: normal;
  text-transform: none;
}

.success-phone,
.success-address {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.success-phone .success-label,
.success-address .success-label {
  font-weight: 400;
  font-size: 12px;
  color: #7F7F7F;
  text-align: left;
  font-style: normal;
  text-transform: none;
  flex-shrink: 0;
}

.success-phone .success-name,
.success-address .success-name {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
  text-align: right;
  font-style: normal;
  text-transform: none;
}

.success-phone {
  margin: 60px auto 0;
  padding-top: 30px;
  border-top: 1px solid #F3F3F3;
  width: 325px;
}

.success-address {
  width: 325px;
  margin: 20px auto 0;
}

.success-form .subscribe-wrapper {
  display: none;
}

.success-form .sumbit-success {
  display: block;
  animation: slideIn 300ms cubic-bezier(0.0, 0.0, 0.58, 1.0) 200ms forwards;
}
@keyframes slideIn {
      to {
          opacity: 1;
          transform: translateY(0);
      }
  }

.hei520 .slogan-wrapper {
  height: 520px;
}

.success-form {
  height: 388px !important;
  transition: height 200ms ease-out;
}

 .slogan-wrapper .form-wrap {
  width: auto;
 }