.bgt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-fix {
  background-attachment: fixed;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 222;
}

.header::before {
  content: "";
  z-index: -1;
  background: #000;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  transition: height 0.5s;
}

.header .d1 .logo {
  flex-shrink: 0;
  margin-right: 53px;
}

.header .d1 .logo img {
  width: 190px;
}

.header .nav li {
  margin-left: 20px;
  position: relative;
}

.header .nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #fff;
  padding: 27px 25px;
  text-transform: uppercase;
}

.header .nav li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19%;
  z-index: -1;
  width: 100%;
  height: 62%;
  background: #23a0fa;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s;
}

.header .nav li:hover a, .header .nav li.on a,.header .nav li.current-menu-item > a::before {
  color: #fff;
}

.header .nav li:hover a::before, .header .nav li.on a::before ,.header .nav li.current-menu-item > a::before {
  transform: scaleX(1);
}

.header .nav li:first-child {
  margin-left: 0;
}

.header.fix, .header.fix2 {
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.175) !important;
}

.header.fix::before, .header.fix2::before {
  height: 100%;
}

.banner .slide-txt {
  padding: 227px 0 162px;
  color: #fff;
  /*     .cont {
      width: 594px;
      background: url("../img/bgk.png") no-repeat;
      background-size: 100% 100%;
      padding: 80px 60px;
      backdrop-filter: blur(20px);
      position: relative;
      z-index: 2;
    }
    .date {
      margin: 22px 0 50px;
      color: #eb77ed;
      height: 56px;
      padding: 11px 75px 11px 19px;
      border-radius: 33.98px;
      border: 1px solid #eb76ed;
    }
    .txt3 {
      line-height: 1.3;
      margin: 44px 0 24px;
    } */
}

.banner .slide-txt img {
  width: 869px;
}

.idx1 .date li {
  width: 200px;
  margin: 0 40px;
  text-align: center;
}

.idx1 .date .ul1 {
  position: relative;
}

.idx1 .date .ul1 li {
  letter-spacing: 10px;
  position: relative;
}

.idx1 .date .ul1 li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 32px;
  background-image: url(../img/dot1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.idx2 {
  background: #000;
  color: #fff;
  text-align: center;
}

.idx2 li {
  width: 343px;
}

.idx2 li .item {
  width: 343px;
  height: 343px;
  transition: ease 0.3s;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 0 55px;
  position: relative;
  overflow: hidden;
  transform: scale(0.6);
}

.idx2 li .item .bubble {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateX(-50%);
  background-image: url(../img/qiu.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 50%;
  z-index: 0;
  opacity: 0;
  animation: bubbleRise 3s ease-out forwards, bubbleWave 4s ease-in-out infinite 3s;
  visibility: hidden;
}

.idx2 li .item .num,
.idx2 li .item .tit {
  position: relative;
  z-index: 1;
}

.idx2 li .item .num .unit {
  margin-left: -15px;
}

.idx2 li .item .tit {
  padding: 0 45px;
}

.idx2 li.active .item {
  transform: scale(0.85);
  color: #23a0fa;
  border-color: transparent;
}

.idx2 li.active .bubble {
  opacity: 1;
  visibility: visible;
}

.idx3 {
  padding: 100px 0 360px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}

.idx3 .txt2 {
  margin: 50px 0;
}

.idx3 .txt2 li .item-tit {
  margin-bottom: 25px;
}

.idx3 .txt2 li .item-tit span {
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 8px 26px;
}

.idx3 .txt2 li:nth-child(2) {
  margin-left: -80px;
}

.idx3 .global {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -20px;
  text-align: center;
  -webkit-animation: bounceDown 4s linear infinite;
  -moz-animation: bounceDown 4s linear infinite;
  -o-animation: bounceDown 4s linear infinite;
  animation: bounceDown 4s linear infinite;
}

.idx4 {
  padding: 150px 0 488px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.idx4 .link {
  margin-top: 65px;
}

.idx4 .link a {
  padding: 20px 32px;
  color: #22a0fa;
  font-weight: normal;
  border: 1px solid #22a0fa;
  margin: 0 30px;
  border-radius: 42px;
  transition: all ease 0.3s;
}

.idx4 .link a.a2 {
  background: #22a0fa;
  color: #fff;
}

.idx4 .link a:hover {
  opacity: 0.88;
}

.idx4 .ban-slide-bj1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
  background: no-repeat center;
  background-size: cover;
  transition: all linear 4s;
  -webkit-transition: all linear 4s;
}

.idx4:hover .ban-slide-bj1 {
  transform: scale(1.15);
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
}

.idx5 {
  background: #000;
  color: #fff;
  text-align: center;
}

.idx5 a {
  color: #fff;
}

.idx5 .year {
  margin: 25px 0 70px;
}

.partners li a {
  color: #fff;
}

.partners li .item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.partners li .item .fitImg {
  padding-top: 100%;
}

.partners li .item .item-txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
  left: 0;
  padding: 24px 40px;
}

.partners li .item .item-txt .desc {
  margin-top: 10px;
  line-height: 1.5;
}

.partners li .item::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 0;
  background: url("../img/tc1.png") no-repeat bottom center;
  background-size: 100%;
}

.partners li .item:hover::after {
  background: url("../img/tc2.png") no-repeat bottom center;
  background-size: 100% 100%;
}

.idx6 {
  padding: 190px 0 140px;
  background: #000 url("../img/bg_idx6.jpg") no-repeat top center;
  background-size: 100% auto;
  color: #fff;
}

.idx6 .cont {
  border-radius: 40px;
  border: 4px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.1);
  padding: 70px 60px;
  text-align: center;
}

.idx6 .cont .list li .item {
  margin-bottom: 45px;
  text-align: center;
}

.idx6 .cont .list li .item .icon img {
  width: 80px;
}

.idx6 .cont .list li .item .tit {
  margin: 25px 0 15px;
}

.idx6 .cont .list li .item .desc {
  max-width: 280px;
  margin: 0 auto;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.49);
}

.idx6 .g-type {
  padding: 0 0 90px 0;
}

.idx7 .g-type {
  margin-bottom: 80px;
}

.idx7 .dl:not(:last-child) {
  margin-bottom: 80px;
}

.idx7 .dl .dt {
  margin-bottom: 50px;
}

.idx7 .dl ul {
  margin: 0 -50px;
}

.idx7 .dl ul li .item {
  padding: 5px 25px;
}

/* footer */
.footer {
  background: #000;
  color: #fff;
}

.footer a {
  color: rgba(255, 255, 255, 0.8);
}

.footer a:hover {
  color: #fff;
}

.footer .ft1 {
  padding: 60px 0 0;
}

.footer .ft1 .col1 {
  line-height: 2;
}

.footer .ft1 li {
  margin: 15px 0;
}

.footer .ft1 .subcribe {
  max-width: 332px;
  float: right;
}

.footer .ft1 .subcribe .tit {
  margin-bottom: 25px;
}

.footer .ft1 .subcribe .form {
  background: #fff;
  border-radius: 5px;
  padding: 6px 15px;
}

.footer .ft1 .subcribe .form .int input {
  width: 100%;
  height: 100%;
  font-size: inherit;
}

.footer .ft1 .subcribe .form .int input::placeholder {
  font-size: inherit;
  color: #8629e3;
}

.footer .ft1 .subcribe .form button {
  flex-shrink: 0;
  width: 35px;
  border: 0;
  background: none;
  outline: 0;
}

.footer .ft1 .subcribe .form button img {
  width: 20px;
}

.footer .ft2 {
  padding: 0 0 60px;
}

.footer .ft2 .tit {
  margin-bottom: 55px;
}

.footer .ft2 .share a {
  margin-right: 35px;
}

.footer .ft2 .share a img {
  width: 25px;
}

.footer .copyright {
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .copyright a {
  color: #fff;
}

.footer .copyright a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.gotop {
  position: fixed;
  left: auto;
  top: auto;
  right: 35px;
  bottom: 5%;
  z-index: 100;
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  background: #363636;
  color: #fff;
  transition: all 0.36s;
  opacity: 0;
  transform: scale(0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.gotop i {
  color: #fff;
}

.gotop.mc1_show {
  opacity: 1;
  transform: scale(1);
}

.gotop:hover {
  background: #23a0fa;
}

.inner-slide {
  position: relative;
  padding: 220px 0 170px;
  color: #fff;
}

.inner-slide .slide-tit {
  margin-bottom: 100px;
  text-transform: uppercase;
}

.inner-slide .slide-txt {
  background: url("../img/slide_txt.png") no-repeat;
  background-size: 100% 100%;
  padding: 58px 60px;
  line-height: 1.8;
  backdrop-filter: blur(20px);
}

.inner-slide .slide-txt p {
  margin: 15px 0;
}

/* partners */
.main {
  background: #0f2d61;
  color: #fff;
}

.main .idx5 {
  background: #0f2d61;
}

.g-type2 {
  padding-bottom: 100px;
}

/* about*/
.about {
  padding-bottom: 140px;
}

.about .ab1 {
  padding: 140px 0;
  align-items: stretch;
}

.about .ab1 .fitImg2 {
  height: 100%;
}

.about .ab1 .col2 {
  width: 548px;
  flex-shrink: 0;
  background: url("../img/bg_ab1.png") no-repeat;
  background-size: 100% 100%;
  padding: 70px;
  color: #fff;
  line-height: 1.8;
}

.about .ab1 .col2 .tit {
  margin-bottom: 15px;
}

.about .dl {
  padding: 0;
}

.about .dl .col2 {
  padding: 50px;
}

.partners2 li .item {
  border-radius: 60px 0 60px 0;
  position: relative;
}

.partners2 li .item .fitImg {
  border-radius: inherit;
}

.partners2 li .item::after {
  border-radius: inherit;
}

.partners2 li .item .link {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 0;
  z-index: 2;
  transition: all ease 0.3s;
}

.partners2 li .item .link img {
  width: 60px;
}

.partners2 li .item:hover .link {
  width: 40px;
}

/* inner-slide2 */
.inner-slide2 .wp {
  max-width: 905px;
}

.inner-slide2 .slide-txt {
  line-height: 1.5;
}

.inner-slide2 .slide-btn {
  margin-top: 60px;
}

.inner-slide2 .slide-btn a {
  padding: 0 24px;
  height: 62px;
  border-radius: 42px;
  background: #23a0fa;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.inner-slide2 .slide-btn a.a2 {
  margin: 0 60px;
}

.inner-slide2 .slide-btn a.a3 {
  background: #f78cfe;
}

.inner-slide2 .slide-btn a:hover {
  opacity: 0.8;
}

/* partners */
.partners2 .wp {
  background: #fff;
}

/* contact */
.contact {
  padding-bottom: 80px;
  color: #000;
}

.contact .contbox {
  box-shadow: 0px 2px 86px 0px rgba(8, 0, 40, 0.16);
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 45px 60px;
  margin-top: -60px;
}

.contact .contbox .info li {
  margin-bottom: 50px;
}

.contact .contbox .info li:last-child {
  margin-bottom: 0;
}

.contact .contbox .info li .add {
  margin-top: 15px;
}

.contact .contbox .info li .lxr .dd {
  margin-top: 15px;
  padding-left: 25px;
  background-position: top 5px left;
  background-repeat: no-repeat;
  position: relative;
  background-size: 16px;
}

.contact .contbox .info li .lxr .dd a {
  color: #23a0fa;
}

.contact .contbox .info li .lxr .dd:nth-child(1) {
  background-image: url("../img/lxr.png");
}

.contact .contbox .info li .lxr .dd:nth-child(2) {
  background-image: url("../img/email.png");
}

.contact .contbox .map {
  height: 600px;
  background: #eee;
}

/* media */
.media .list {
  padding: 35px 0;
}

.media .list li .item {
  border-bottom: 1px solid #eee;
  padding: 35px 0 20px;
}

.media .list li .item .item-time {
  margin: 15px 0;
  color: #666;
}

.media .list li .item .item-time .dd {
  margin-right: 15px;
}

.media .list li .item .item-time .dd i {
  margin-right: 5px;
}

.media .list li .item .item-desc {
  color: #999;
  margin-bottom: 15px;
}

.media .list li .item .item-link {
  text-align: right;
  color: #23a0fa;
}

.media .list li .item:hover .item-tit {
  color: #22a0fa;
}

.media .list li:last-child .item {
  border-bottom: 0;
}

/* eaes*/
.eaes {
  padding-bottom: 70px;
}

.eaes .dl {
  margin-bottom: 40px;
}

.eaes .dl .dt {
  padding: 80px 0;
}

.eaes .dl .dt .tit {
  background: linear-gradient(180deg, #7ecbfd 20%, #f78cfe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 100px;
}

.eaes .dl .dt .line img {
  width: 254px;
}

.eaes .dl .dt .line.line2 {
  transform: rotate(180deg);
}

.eaes .dl .cont {
  color: #fff;
  background: url(../img/bgk2.png) no-repeat top center;
  background-size: 100%;
  padding: 100px 140px 0 140px;
}

.eaes .dl .cont .item-tit {
  padding-bottom: 70px;
  position: relative;
}

.eaes .dl .cont .item-tit span {
  background: url(../img/bg_cat.png) no-repeat;
  background-size: 100% 100%;
  padding: 10px 40px;
}

.eaes .dl .cont .item-cont {
  color: #65cafd;
}

.eaes .dl .cont .item-cont li {
  padding: 80px 0;
  position: relative;
}

.eaes .dl .cont .item-cont li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background: url("../img/line2.png") repeat-x left center;
  background-size: 100% 100%;
}

.eaes .dl .cont .item-cont li .col1 {
  width: 86px;
  flex-shrink: 0;
}

.eaes .dl .cont .item-cont li .col2 {
  width: 160px;
}

.eaes .dl .cont .item-cont li .col3 .tit1 {
  margin-bottom: 40px;
}

.eaes .dl .cont .item-cont li .col3 .tit1.nob {
  margin-bottom: 0;
}

.eaes .dl .cont .item-cont li .col3 .dd {
  margin-bottom: 40px;
}

.eaes .dl .cont .item-cont li .col3 .dd .tit {
  margin-bottom: 20px;
}

.eaes .dl .cont .item-cont li .col3 .dd:last-child {
  margin-bottom: 0;
}

.eaes .dl .cont .item-cont li .col4 {
  width: 340px;
  flex-shrink: 0;
}

.eaes .dl .cont .item-cont li .desc {
  color: #fff;
}

.eaes .dl .cont .item-cont li:last-child {
  padding-bottom: 40px;
}

.eaes .dl:last-child {
  margin-bottom: 0;
}

.cookies {
  position: fixed;
  left: 0;
  width: 100%;
  bottom: 0;
  background: #23a0fa;
  color: #fff;
  z-index: 222;
  padding: 30px 0;
  line-height: 1.8;
}

.cookies a {
  color: #fff;
}

.cookies a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.cookies button {
  padding: 10px 32px;
  color: #22a0fa;
  font-weight: normal;
  border: 1px solid #22a0fa;
  border-radius: 10px;
  transition: all ease 0.3s;
}

.cookies button.btn2 {
  background: rgba(0, 0, 0, 0.3);
  margin-left: 30px;
  color: #fff;
}

.cookies button:hover {
  opacity: 0.88;
}

.cookies.hidden {
  display: none !important;
}

.tkg {
  height: 80px;
}

.page-cont {
  line-height: 1.8;
}

.page-cont p {
  margin-bottom: 15px;
}

.page-cont ol,
.page-cont ul {
  padding-left: 2em;
  margin-bottom: 10px;
}

.page-cont li {
  list-style-type: disc;
}

/* idx8 */
.idx8 {
  padding: 140px 0 100px;
  color: #fff;
}

.idx8 .g-type {
  margin-bottom: 100px;
}

.idx8 li .item {
  position: relative;
  z-index: 1;
}

.idx8 li .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 0;
  height: 100%;
  background: url("../img/bg_room.png") no-repeat bottom center;
  background-size: 100%;
  border-radius: 40px;
}

.idx8 li .item .fitImg {
  border-radius: 40px;
  padding-top: 100.6%;
}

.idx8 li .item .fitImg img {
  border-radius: inherit;
}

.idx8 li .item .txt {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 20px;
  bottom: 20px;
  z-index: 2;
  left: 0;
  color: #fff;
  line-height: 1.3;
  -webkit-line-clamp: 3;
}

/* registration */
.registration {
  color: #fff;
}

.registration .reg-type {
  padding: 120px 0;
}

.registration .reg-tips {
  margin-bottom: 25px;
}

.registration .reg-tips span {
  height: 62px;
  color: #fff;
  padding: 0 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../img/reg_type.png") no-repeat;
  background-size: 100% 100%;
}

.registration .reg-form li,.registration div.wpforms-container-full .wpforms-field.wpforms-field-checkbox{
  background: url("../img/line3.png") repeat-x bottom left;
  background-size: 100%;
}

.registration .reg-form li .item,.registration div.wpforms-container-full .wpforms-field.wpforms-field-checkbox {
  padding: 65px 0;
}

.registration .reg-form li .item .label,.registration div.wpforms-container-full legend.wpforms-field-label {
  color: #23a0fa;
  margin-bottom: 26px;
}

.registration .reg-form li .item .cont .dd {
  margin-bottom: 26px;
}

.registration .reg-form li .item .cont .dd:last-child {
  margin-bottom: 0;
}

.registration .reg-form li .item .cont .dd .ck {
  margin-right: 30px;
}

.registration .reg-form li .item .cont .dd .ck input {
  zoom: 135%;
}

.registration .reg-form li .item .cont .dd .item-cont .tit {
  min-width: 120px;
  margin: 0 30px 0 0;
}

.registration .reg-form2 {
  padding: 60px 0;
}

.registration .reg-form2 li {
  margin-bottom: 40px;
}

.registration .reg-form2 li .item .label,.registration div.wpforms-container-full .wpforms-field-text .wpforms-field-label,.registration div.wpforms-container-full .wpforms-field-select .wpforms-field-label {
  width: 320px;
  flex-shrink: 0;
  padding-right: 40px;
  text-align: right;
  color: #23a0fa;
}

.registration .reg-form2 li .item .cont .intbox {
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

.registration .reg-form2 li .item .cont .intbox input,
.registration .reg-form2 li .item .cont .intbox select {
  width: 100%;
  height: 100%;
  padding: 0 15px;
  background: none;
  color: #fff;
  outline: 0;
  font-size: inherit;
}

.registration .reg-form2 li .item .cont .intbox input::-webkit-input-placeholder,
.registration .reg-form2 li .item .cont .intbox select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-size: inherit;
}

.registration .reg-form2 li .item .cont .intbox select option {
  color: #333;
}

.registration .reg-form2 li .item2 .check1 label {
  display: flex;
  align-items: center;
  margin-right: 100px;
}

.registration .reg-form2 li .item2 .check1 label input[type="checkbox"] {
  zoom: 165%;
  border: 0;
  outline: 0;
  margin: 3px 10px 0 0;
  vertical-align: middle;
}

.registration .reg-form2 li .item2 .check1 label:last-child {
  margin-right: 0;
}

.registration .reg-form2 li .item2 .label,.registration div.wpforms-container-full #wpforms-96-field_19-container .wpforms-field-label,.registration div.wpforms-container-full #wpforms-96-field_20-container .wpforms-field-label {
  width: 480px;
  text-align:right;
  padding-right: 2.08vw;
  float:left;
  line-height:32px;
}
.registration div.wpforms-container-full #wpforms-96-field_20-container .wpforms-field-label{
	line-height:48px;
}
.registration div.wpforms-container-full #wpforms-96-field_19-container.wpforms-field-checkbox.wpforms-list-inline ul{
	width:calc( 100% - 480px );
	float:left;
}
.registration div.wpforms-container-full #wpforms-96-field_20-container input[type="text"]{
	width:calc( 100% - 480px );
	float:left;
	max-width: 536px;
}
.registration .reg-form2 li .item2 .intbox2 {
  max-width: 536px;
}

.registration .reg-form2 li .item2 .check2 {
  width: 320px;
  height: 90px;
  padding: 0 32px;
  border-radius: 16px;
  border: 1px solid #ffffff;
  cursor: pointer;
}

.registration .reg-form2 li .item2 .check2 .ck {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  margin-right: 14px;
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("../img/ck1.png");
}

.registration .reg-form2 li .item2 .check2.selected .ck {
  background-image: url("../img/ck2.png");
}

.registration .reg-form2 .reg-btn {
  padding: 40px 0 60px;
}

.registration .reg-form2 .reg-btn button,.registration div.wpforms-container-full button[type="submit"]:not(:hover):not(:active) {
  width: 98px;
  height: 49px;
  border-radius: 6px;
  background: #23a0fa;
  margin: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin:30px auto;
}
.registration .wpforms-submit-container{
	text-align:center;
}
.registration .reg-form2 .reg-btn button.btn2 {
  background: #F78CFE;
}

.registration .reg-form2 .reg-btn button:hover,.registration div.wpforms-container-full button[type="submit"]:hover {
  opacity: .88;
   width: 98px;
  height: 49px;
  border-radius: 6px;
  background: #23a0fa;
  margin: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin:30px auto;
}

#wpforms-96-field_19-container{
	padding:0;
	background:none;
}
#wpforms-96-field_19-container{
	padding-top:25px;
}