.container {
  min-width: 1200px;
}
.container .mobile-content {
  display: none;
}
.container .content {
  min-width: 1200px;
}
.container .content .head-seat {
  height: 158px;
}
.container .content .head_main {
  width: 100%;
  height: 158px;
  position: fixed;
  top: 0;
  z-index: 9999;
  /* background: transparent; */
  /* background-color: #102453; */
  padding: 0 18.5%;
  /* padding-top: 20px; */
  background-image: url('../images/logo-bg.png');
  background-size: 100% 100%;
}
.container .content .head_main .head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  height: 100%;
  min-width: 800px;
}
.container .content .head_main .head .logo {
  font-size: large;
  font-weight: bold;
  color: black;
  width: 417px;
  height: 60px;
  /* margin-right: 120px; */
  /* transform: scale(.7);
  -webkit-transform: scale(.7);
  -moz-transform: scale(.7);
  -ms-transform: scale(.7); */
}
.container .content .head_main .head .logo img {
  width: 100%;
  height: 100%;
}
.container .content .head_main .nav {
  height: 80px;
  line-height: 80px;
}
.container .content .head_main .nav a {
  margin-left: 30px;
  display: inline-block;
  line-height: 33px;
  font-family: Roboto-Regular, Roboto;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
.container .content .head_main .nav .actived {
  border-bottom: 3px solid #fff;
  /* font-weight: bold;
  color: #000; */
  font-family: Roboto-Black, Roboto;
  font-weight: 900;
  color: #fff;
 
}
.container .content .head_main .whiteBG {
  background: #fff;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.container .content .banner {
  height: auto;
  /* padding-left: 18.5%; */
  width: 100%;
  background-color: #fff;
  /* display: flex; */
  /* align-items: center; */
  position: relative;
}
.container .content .banner  img{
  width: 100%;
  height: auto;
  object-fit: contain;
}
.container .content .banner .appStore{
  height: 50px;
  position: absolute;
  left: 20%;
  bottom: 10%;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}
.container .content .banner .appStore-img{
  width: 200px;
}
.container .content .banner .appStore-email{
  display: flex;
  align-items: center;
  width: 414px;
  height: 63px;
  margin-left: 16px;
  background: #C0EAD8;
  border-radius: 12px;
  padding: 0 21px;
}
.container .content .banner .appStore-email img{
  width:48px;
  height: 48px;
}
.container .content .banner .appStore-email span{
  width: 231px;
  font-weight: bold;
  font-size: 18px;
  color: #0B7A4B;
  line-height: 22px;
  margin-left: 15px;
}

.container .content .banner .appStore .download{
  width:165px;
  /* width: 32%; */
  height: auto;
  object-fit: contain;
}
.container .content .banner .email-container{
  width: 280px;
  background: #DCE3FF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  font-family: MontserratRoman-Bold, MontserratRoman;
  font-weight: bold;
  color: #403AB8;
 
}
.container .content .banner .email-container .cont{
  font-size: 12px;
  font-family: MontserratRoman-SemiBold, MontserratRoman;
  font-weight: 600;
  color: #403AB8;
}
.container .content .banner .email-container img{
  height: auto;
  width: 10%;
  margin-right: 10px;
}

.container .content .banner .banner-rigth-img {
  width: 710px;
  height: 682px;
}
.container .content .img-container img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=index.css.map */