div,
span {
  box-sizing: border-box;
}
.box {
  overflow: hidden;
  position: relative;
  background: url('../images/box_bg.png') repeat-y center 800px;
}
.banner {
  height: 1114px;
  background: url('../images/banner_bg.png') no-repeat top center;
  box-sizing: border-box;
  padding-top: 18px;
  position: relative;
}
.fly {
  position: absolute;
  top: 236px;
  left: -17px;
  width: 578px;
  height: 179px;
  background: url('../images/fly.png') no-repeat center;
  animation-name: fly_ani;
  animation-duration: 1s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-delay: 1s;
}
@keyframes fly_ani {
  0% {
    top: 276px;
    left: 187px;
  }


  50% {
    top: 256px;
    left: 97px;
  }


  100% {
    top: 236px;
    left: -17px;
  }
}
.gift {
  position: absolute;
  right: -200px;
  top: 157px;
  width: 148px;
  height: 169px;
  background: url('../images/gift_icon.png') no-repeat center;
}
.htlogo {
  display: flex;
  justify-content: center;
}
.banner-line ul {
  height: 176px;
  display: flex;
  justify-content: space-between;
  background: url('../images/line_bg.png') no-repeat  center 51px;
  /* mix-blend-mode: screen;   */
}
.banner-line ul li {
  width: 25%;
  background: url('../images/cir_icon.png') no-repeat center 55px;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 0 0;
  text-align: center;
}
.banner-line ul li p {
  font-size: 24px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FFFFFF;
  text-shadow: 0px 3px 0px rgba(101, 28, 4,1);
  margin-bottom: 50px;
}
.li-word {
  width: 226px;
  height: 41px;
  line-height: 41px;
  background: url('../images/time_bg.png') no-repeat center;
  box-shadow: 0px 12px 18px 0px rgba(101, 28, 4,.8);
  border-radius: 10px;
  margin: auto;
  font-size: 22px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FBFAF7;
}
.banner-line ul li.active {
  background: url('../images/conduct.png') no-repeat center 26px;
}
.banner-line ul li.active p {
  background: linear-gradient(0deg, #FCCB6F 0%, #FAE5D5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}
.banner-line ul li.active .li-word {
  background: url('../images/time_bg1.png') no-repeat center;
  color: #94130F;;
}
.banner-title {
  margin:  auto ;
}
.banner-word {
  display: flex;
  justify-content: center;
  margin-top: -30px;
  box-sizing: border-box;
  padding-left: 50px;
}
.banner-word span {
  margin: 0 6px;
  width: 78px;
  line-height: 78px;
  /* background: url('../images/cir_bg.png') no-repeat center; */
  text-align: center;
}
.banner-ul {
  display: flex;
  margin-top: 200px;
}
.gd-video {
  cursor: pointer;
}
.banner-ul li {
  width: 239px;
  height: 406px;
  background: url('../images/li_bg2.png') no-repeat center;
  box-sizing: border-box;
  padding: 12px;
}
.banner-ul li:nth-child(1) {
  background: url('../images/li_bg1.png') no-repeat center;
}
.li-head1 {
  position: relative;
}
.li-head1:before {
  content: '';
  display: none;
  width: 99px;
  height: 91px;
  background: url('../images/video_icon.png') no-repeat center;
  position: absolute;
  top: 0;
  left: -19px;
}
.li-head {
  line-height: 61px;
  font-size: 22px;
  font-family: FZLanTingHeiS-B-GB;
  color: #FCFBFB;
  text-shadow: #9F0703 1px 0 0, #9F0703 0 1px 0, #9F0703 -1px 0 0, #9F0703 0 -1px 0;
  text-align: center;
}
.li-img1 {
  margin: auto;
}
.banner-ul li p {
  line-height: 51px;
  text-align: center;
  font-size: 20px;
  font-family: FZLanTingHeiS-L-GB;
  color: #000000;
}
.li-img {
  width: 188px;
  height: 255px;
  /* background: #FBF6F5; */
  margin: 6px auto 12px;
  overflow: hidden;
}
.li-img img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.li-img img:hover {
  transform: scale(1.1);
}
.box1 .wrap {
  padding: 40px 0 0;
}
.title {
  width: 584px;
  height: 212px;
  background: url('../images/titlee_bg.png') no-repeat center;
  margin: auto;
  box-sizing: border-box;
  padding: 137px 0 0;
  position: relative;
  z-index: 2;
}
.title img {
  margin: auto;
}
.box-bg1 {
  position: relative;
  z-index: 0;
  border: 8px solid #f7d27c;
  box-sizing: border-box;
  padding: 14px;
  border-radius: 40px;
  background: #e84d30;
}
.title-box {
  position: relative;
}
.title-box:before {
  display: block;
  content: '';
  width: 1204px;
  height: 110px;
  background: url(../images/box_top.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  left: -4px;
  bottom: -39px;
  z-index: 0;
}
.box-bg2 {
  background: #fff;
  border: 6px solid #f7d27c;
  box-sizing: border-box;
  border-radius: 30px;
}
.box1-content {
  padding: 40px 22px 50px;
}
.box1-ul {
  height: 775px;
  overflow: hidden;
}
.box1-ul li {
  float: left;
  width: 259px;
  height: 374px;
  border: 6px solid #ff6e4c;
  background: #f8eccb;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 8px 27px;
  padding: 58px 30px 0;
  position: relative;
}
.box1-ul li:nth-child(1) {
  width: 531px;
}
.box1-ul li:nth-child(1) .box1-footer {
  width: 525px;
  background: url('../images/box1_bg1.png') no-repeat center;
}
.box1-ul li:nth-child(1) .box1-footer a {
  width: 134px;
  height: 42px;
  line-height: 20px;
  background: linear-gradient(0deg, #EC3B00, #F97D27);
  margin-right: 34px;
}
.box1-head {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 172px;
  height: 40px;
  line-height: 40px;
  background: linear-gradient(0deg, #fd9234, #ec3b00);
  box-shadow: 0px 0px 6px 0px rgba(252, 120, 88, 0.49);
  border-radius: 10px 0 40px 0;
  text-align: center;
  font-size: 19px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-right: 10px;
}
.box1-img {
  width: 100%;
  height: 202px;
  background: #fff;
  overflow: hidden;
}
.box1-img img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.box1-img img:hover {
  transform: scale(1.1);
}
.box1-footer {
  position: absolute;
  bottom: -6px;
  left: -6px;
  width: 254px;
  height: 92px;
  background: url('../images/box1_bg2.png') no-repeat center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 12px;
}
.price p {
  font-size: 20px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FCFAFA;
}
.price p span {
  font-size: 36px;
  font-weight: 600;
}
.price p:nth-child(2) {
  padding-left: 30px;
}
.box1-footer a {
  width: 74px;
  height: 74px;
  background: linear-gradient(0deg, #EC3B00, #F97D27);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 12px 16px;
  font-size: 20px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FFFFFF;
  line-height: 24px;
  text-align: center;
}
.more {
  position: absolute;
  right: 57px;
  bottom: -24px;
  width: 126px;
  height: 37px;
  z-index: 99;
}
.more > div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e84d30;
  color: #FDFBFA;
  font-size: 18px;
  cursor: pointer;
}
.more > div img {
  margin-left: 5px;
}
.more .show {
  border-radius: 0 0  10px 10px;
}
.more .hide {
  display: none;
  border-radius: 10px 10px  0 0 ;
  position: absolute;
  top: -38px;
}
.title2 {
  background: url('../images/titlee_bg1.png') no-repeat center;
}
.box2-content {
  padding: 10px 65px 27px;
}
.box2-fl {
  width: 600px;
  float: left;
  box-sizing: border-box;
  padding: 27px 0 0;
}
.box2-time {
  line-height: 80px;
  background: linear-gradient(89deg, #FC741E, #F7A520);
  border-radius: 0 50px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 0 40px 0 16px;
}
.box2-time p {
  font-size: 28px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FFFFFF;
}
.box2-time a {
  width: 145px;
  height: 45px;
  background: #F7E6B5;
  /* box-shadow: 0px 6px 6px 0px rgba(0, 0, 0,.2); */
  border-radius: 22px;
  text-align: center;
  line-height: 45px;
  font-size: 22px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #BB2C1D;
}
.box2-jz {
  line-height: 67px;
  background:#fff;
  box-shadow: -9px -4px 43px 0px rgba(181, 23, 23, 0.3);
}
.box2-jz {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #F47D1E;
}
.box2-jz span {
  width: 120px;
  height: 2px;
  background: #F7751E;
  margin-right: 8px;
}
.box2-footer {
  margin-top: 28px;
}
.box2-f-fl {
  width: 75px;
  height: 218px;
  background: url('../images/box2_f_bg.png') no-repeat center;
  box-sizing: border-box;
  padding: 50px 20px 0;
  font-size: 26px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FFFFFF;
  line-height: 34px;
}
.box2-f-fr li {
  width: 494px;
  height: 61px;
  background: #FDE8E4;
  border-radius: 10px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  margin-bottom: 17px;
  font-size: 24px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #BB2C1D;
}
.box2-f-fr li:last-child {
  margin-bottom: 0;
}
.box2-f-fr li img {
  margin-right: 23px;
}
.box2-fr {
  float: right;
  width: 341px;
  background: url('../images/box2_fr.png') no-repeat center bottom;
}
.box2-fr img {
  margin: auto;
}
.box2-word {
  height: 95px;
  background: linear-gradient(89deg, #EC3B00, #FF873C);
  box-shadow: 0px -10px 15px 0px rgba(181, 23, 23, 0.3);
  margin-top: -38px;
  position: relative;
  z-index: 3;
  box-sizing: border-box;
  padding: 20px 40px;
  font-size: 20px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FFFFFF;
  line-height: 30px;
}
.teacher-content {
  padding: 20px 30px 47px 40px;
  display: flex;
}
.teacher-fl {
  width: 221px;
  /* height: 147px; */
  background: url('../images/t3_bg.png') no-repeat center 40px;
  position: relative;
}
.teacher-detail {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 147px;
  background: linear-gradient( 90deg, #ec3b00 0%, #ff873c 100%);
  box-shadow: 0px -10px 15px 0px rgba(181, 24, 23, 0.3);
  box-sizing: border-box;
  padding: 15px 13px;
  font-size: 16px;
  font-family: "Adobe Heiti Std";
  color: rgb(255, 255, 255);
  line-height: 22px;
  letter-spacing: -0.5px;
}
.teacher-center {
  width: 583px;
  margin: 0 35px;
  padding-top: 20px;
}
.teacher-center li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 9px;
}
.li-th, .li-td {
  width: 286px;
  text-align: center;
}
.li-th {
  height: 58px;
  line-height: 58px;
  background: linear-gradient( 90deg, rgb(252,116,30) 0%, rgb(247,165,32) 100%);
  font-size: 24px;
  font-family: "Adobe Heiti Std";
  color: rgb(255, 255, 255);
}
.li-th:nth-child(1) {
  border-radius: 20px 0 0;
}
.li-th:nth-child(2) {
  border-radius: 0 20px 0 0;
}
.li-td {
  height: 54px;
  line-height: 54px;
  border-radius: 10px;
  background-color: rgb(253, 232, 228);
  font-size: 20px;
  color: #bb2c1d;
}
.lectures {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 336px;
  height: 70px;
  border-radius: 32px;
  background: linear-gradient( 0deg, rgb(244,52,16) 0%, rgb(252,118,30) 100%);
  margin: 20px auto 0;
  font-size: 28px;
  color: rgb(255, 255, 255);
  letter-spacing: 5px;
}
.lectures img {
  margin-right: 10px;
}
.teacher-fr {
  width: 208px;
  padding-top: 20px;
  background: url('../images/code_bg.png') no-repeat center bottom;
}
.teacher-fr h2 {
  text-align: center;
  font-size: 26px;
  font-family: "Adobe Heiti Std";
  color: rgb(245, 63, 18);
}
.teacher-fr .code-bg {
  border: 5px solid rgb(255, 135, 61);
  border-radius: 8px;
  background-color: rgb(255, 255, 255);
  width: 161px;
  height: 161px;
  box-sizing: border-box;
  padding: 6px;
  margin: 13px auto 19px;
}
.teacher-fr .code-bg img {
  width: 100%;
}
.teacher-fr p {
  width: 138px;
  height: 40px;
  border-radius: 19px;
  background: linear-gradient( -90deg, rgb(250,199,19) 1%, rgb(247,144,33) 100%);
  margin: auto;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-family: "FZLTZHJW";
  color: rgb(255, 255, 255);
}
.box3 .wrap {
  padding: 30px 0;
}
.box3-content {
  padding: 40px 22px;
}
.box3-ul li {
  float: left;
  position: relative;
  width: 259px;
  height: 374px;
  background: linear-gradient(232deg, #FE3F22, #FF8A3D);
  margin: 0 8px 20px;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
}
.box3-img {
  width: 239px;
  height: 262px;
  background: #FBF4DE;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 25px 32px;
}
.img-box {
  width: 100%;
  height: 100%;
  /* background: #B5C73F; */
}
.img-box img {
  width: 100%;
  height: 100%;
}
.box3-ul .box1-footer {
  width: 261px;
  left: 0;
  bottom: 0;
  background: url('../images/box3_f.png') no-repeat center;
}
.box3-ul .box1-footer .price p {
  font-size: 17px;
  line-height: 26px;
}
.box3-ul .box1-footer .price p:nth-child(2) {
  padding-left: 0;
}
.box3-ul .box1-footer .price p span {
  font-size: 31px;
}
.box3-ul {
  height: 374px;
  overflow: hidden;
}
.box4-content {
  padding: 40px 30px;
}
.box4-ul {
  height: 323px;
  overflow: hidden;
}
.box4-ul li {
  float: left;
  width: 351px;
  height: 323px;
  box-sizing: border-box;
  padding: 10px;
  margin: 0 5px 20px;
  position: relative;
  border-radius: 10px;
}
.color1 {
  background: linear-gradient(-77deg, #EC3B00, #F6711C);
}
.color2 {
  background: linear-gradient(112deg, #54C4F8, #1FA6E4);
}
.color3 {
  background: linear-gradient(268deg, #B263FC, #E971FB);
}
.li-tip {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 69px;
  height: 62px;
  border-radius: 0 0 50px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FBF6F6;
  line-height: 22px;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.color1 .li-tip {
  background: #E15A2D;
  box-shadow: 0px 0px 30px 0px rgba(66, 32, 2, 0.15);
}
.color2 .li-tip {
  background: #25BDD4;
  box-shadow: 0px 0px 30px 0px rgba(4, 100, 136, 0.15);
}
.color3 .li-tip {
  background: #BC7DF7;
  box-shadow: 0px 0px 30px 0px rgba(161, 59, 241, 0.15);
}
.box4-img {
  width: 100%;
  height: 205px;
  background: #fff;
  box-sizing: border-box;
  padding: 6px;
  border-radius: 5px;
}
.box4-img-box {
  width: 100%;
  height: 100%;
  background: #F8E0C2;
}
.box4-ul li p {
  text-align: center;
  font-size: 20px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FEFBFB;
  line-height: 29px;
  margin: 4px 0;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.box4-ul li a {
  display: block;
  width: 136px;
  line-height: 39px;
  border-radius: 19px;
  margin: auto;
  text-align: center;
  font-size: 20px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FFFFFF;
}
.color1 a {
  background: linear-gradient(-267deg, #F79021, #FAC715);
}
.color2 a {
  background: linear-gradient(-96deg, #46BFF6, #47DED5);
}
.color3 a {
  background: linear-gradient(90deg, #F1BDF9, #EA9BF6);
}
.box5 .wrap {
  padding: 30px 0;
}
.box5-content {
  padding: 40px 15px;
}
.box5-ul {
  height: 354px;
  overflow: hidden;
  margin-top:15px
}
.box5-ul li {
  float: left;
  width: 338px;
  height: 354px;
  background: url('../images/box5_bg.png') no-repeat center;
  margin: 0 15px 20px;
  position: relative;
  box-sizing: border-box;
  padding: 50px 42px 0;
  text-align: center;
}
.li-icon {
  position: absolute;
  left: 5px;
  top: 35px;
  font-size: 20px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #FFFFFF;
  transform: rotate(-45deg);
}
.box5-price {
  font-size: 52px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #FC4622;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.box5-price span {
  font-size: 48px;
  font-family: Impact;
  font-weight: 400;
  color: #E0482B;
  line-height: 110px;
  background: -webkit-linear-gradient(-90deg, #F79420 0%, #FC4122 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box5-ul li p {
  font-size: 23px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #424242;
  line-height: 32px;
  margin: 2px 0;
}
.box5-ul li a {
  display: block;
  width: 218px;
  line-height: 50px;
  background: url('../images/buy_bg.png') no-repeat center;
  box-shadow: 0px 9px 18px 0px rgba(0, 0, 0, 0.26);
  border-radius: 23px;
  margin: 35px auto 0;
  font-size: 28px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #DE464E;
}
.fixed-prize {
  position: fixed;
  right: 10px;
  bottom: 30px;
  width: 208px;
  height: 200px;
  background: url('../images/djs.png') no-repeat center;
  background-size: 100%;
  box-sizing: border-box;
  padding: 135px 0 0 20px;
  text-align: center;
}
.fixed-prize p {
  text-align: center;
  font-size: 16px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FCF8F8;
}
.open {
  margin: 13px auto 0;
  width: 91px;
  line-height: 35px;
  background: #a20e0a;
  border-radius: 30px;
  font-size: 16px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 600;
  color: #da3832;
  cursor: not-allowed;
}
.open.active {
  cursor: pointer;
  color: #BB2C1D;
  background: url('../images/open_bg.png') no-repeat center;
}
/* .fixed-fl {
  position: fixed;
  top: 260px;
  left: 20px;
} */
.watch {
  width: 90px;
  line-height: 26px;
  border: 2px solid #FEB839;
  border-radius: 22px;
  text-align: center;
  font-size: 16px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FCFBFB;
  cursor: pointer;
  margin: 5px auto 0;
  position: relative;
}
.watch:hover .fixed-code {
  display: block;
}
.fixed-code {
  display: none;
  width: 173px;
  height: 169px;
  background: #FDFDFC;
  border-radius: 10px;
  position: absolute;
  bottom: -179px;
  left: -34px;
  box-sizing: border-box;
  padding: 18px;
}
.fixed-code-bg {
  width: 100%;
  height: 100%;
  background: #EEB15D;
}
.fixed-code-bg img {
  width: 100%;
  height: 100%;
}
.fixed-ul {
  display: none;
  position: fixed;
  right: 10px;
  top: 20px;
  width: 232px;
  height: 430px;
  background: url('../images/fixed_bg.png') no-repeat center;
  box-sizing: border-box;
  padding: 140px 51px 0 43px;
  z-index: 100;
}
.fixed-ul li {
  width: 138px;
  height: 40px;
  border-radius: 30px;
  background: linear-gradient(89deg, #FAA238, #EC3C00);
  box-shadow: 0px 0px 7px  rgba(231, 61, 61, 0.3);
  margin-bottom: 16px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #FCFBFB;
  cursor: pointer;
}
.fixed-ul li:hover {
  background: #FAA238;
}
.toTop {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #FCFBFB;
  cursor: pointer;
  margin-top: 15px;
}
.toTop img {
  margin-left: 3px;
}
.fixed-window {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  z-index: 101;
}
.fixed-window-code-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 380px;
  height: 600px;
  background: #BB2C1D;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 30px;
}
.fixed-window2 .fixed-window-code-bg {
  height: 400px;
}
.fixed-window-code-bg img {
  width: 100%;
  height: 100%;
}
.close {
  position: absolute;
  right: -20px;
  top: -40px;
  transition: all .3s;
  cursor: pointer;
}
.close:hover {
  transform: rotate(180deg);
}
.shadow {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 3;
}

.form {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 502px;
  height: 400px;
  padding: 24px 30px 0;
  transform: translate(-50%, -50%);
  z-index: 4;
  background-color: #f22c2c;
  border-radius: 20px;
}
.form h2 {
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
}

.close {
  position: absolute;
  top: -58px;
  right: 0;
  transition: transform .5s ease;
  cursor: pointer;
}

.close:hover {
  transform: rotate(-180deg);
}

.input, .select {
  display: block;
  width: 100%;
  height: 64px;
  margin-bottom: 10px;
  border-radius: 10px;
  background-color: #fff;
  font-size: 18px;
  text-indent: 1em;
}

.input.active {
  float: left;
  width: 210px;
}

.send {
  float: left;
  width: 210px;
  text-indent: 0;
  margin-left: 20px;
  background-color: #fca112;
  color: #fff;
  cursor: pointer;
  transition: opacity .5s ease;
}

.send:hover {
  opacity: .9;
}

.hide {
  display: none;
}

.select {
  float: left;
  width: 210px;
  outline: none;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: url(../images/arrow.png) no-repeat 92% center #fff;
}

.select.active {
  margin-left: 20px;
}

.button {
  display: block;
  width: 260px;
  height: 70px;
  margin: 14px auto 0 auto;
  border-radius: 40px;
  font-size: 28px;
  background: linear-gradient(to right, #feef05, #fffbc7);
  cursor: pointer;
  transition: opacity .5s ease;
}

.button:hover {
  opacity: .9;
}


@media only all and (max-width:1080px) {
  .banner {
    height: 13.1rem;
    background-size: 170%;
    padding-top: 1.5rem;
  }
 
}