body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

p {
  padding: 0;
  margin: 0;
}

ul,
li,
h4,
h5,
h6,
h3,
h2,
p {

  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

/*通用*/

.inb-wrapper {
  width: 1240px;
  margin: 60px auto 0;
}

.inb-wrapper--has-bg {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: linear-gradient(86deg, rgba(255, 255, 255, .79) 0, rgba(255, 255, 255, .77) 28%, rgba(255, 255, 255, 0) 95%);
}

.inb-wrapper--has-bg .inb-content {
  width: 1240px;
  margin: 0 auto;
  z-index: 100;
  position: relative;
}

.inb-wrapper--has-bg::after {
  content: " ";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.inb-wrapper .caption {
  font-family: PingFangSC-Medium;
  font-size: 40px;
  color: #373C4B;
  font-weight: normal;
  margin: 0 auto 54px;
  text-align: center;
}

/*顶部----旧*/

.f-igixEP-top {
  display: flex;
  flex-direction: column;
  position: relative;
}

.f-igixEP-top-bgc {
  background-image: url(../img/banner.jpg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: cover;
  /* min-height: 430px; */
}

.f-igixEP-top-header {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  margin: 14px 20px 0 240px;
  z-index: 50;
}

.f-igixEP-top-header-logo {
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  flex: 2;
}

.inb-header-nav {
  font-family: PingFangSC-Medium;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  padding: 0 5px 0 0;
  text-align: center;
  flex: 1 1 0;
}

.inb-header-nav .nav--item:hover::after {
  transform: scale(1);
}


.inb-header-nav .nav--item {
  white-space: nowrap;
  flex-shrink: 0;
  cursor: pointer;
  font-family: PingFangSC-Medium;
  font-size: 16px;
  padding: 0 2%;
  margin: 0 10px 0 0;
  color: rgba(0, 0, 0, 0.75);
  height: 32px;
  line-height: 32px;
  position: relative;
}

.inb-header a {

  color: rgba(0, 0, 0, 0.75);
}

.inb-header-nav .nav--item::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  transform: scale(0);
  bottom: -2px;
  height: 2px;
  background: #1890ff;
  animation: 0.2s transform linear;
}


.inb-header-nav .nav--item:hover .f-igixEP-top-header-dropdown {
  display: block;
}

.f-igixEP-top-header-dropdown {
  display: none;
  position: absolute;
  width: 100%;
  margin-top: 8.5px;
  background-color: white;
}

.f-igixEP-top-header-dropdown>a {
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #333333;
  text-align: left;
  line-height: 40px;
  font-weight: 400;
  text-decoration: none;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0px 14px 8px 14px;
  height: 30px;
}

.f-igixEP-top-header-dropdown>a:hover {
  color: #2986ff !important;
  cursor: pointer;
  background-color: #e0f4ff;
}

.f-igixEP-top-header-func {
  font-family: PingFangSC-Medium;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 16px;
  /* height: 32px; */
}

.f-igixEP-top-header-logIn {
  font-family: PingFangSC-Medium;

  color: rgba(0, 0, 0, 0.75);
  font-weight: 400;
  min-width: 35px;
  padding: 0 5px 0 5px;
  text-align: right;
  cursor: pointer;
}

.f-igixEP-top-header-welcome {
  display: inline-block;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.75);
  font-weight: 400;
  border-radius: 10px;
  height: 27px;
  min-width: 35px;
  margin-left: 17px;
  text-align: center;
  padding: 5px 5px 0 5px;
  max-width: 100px;
  cursor: pointer;
}


.f-igixEP-top-header-register {
  /* flex: 2; */
  display: inline-block;
  font-family: PingFangSC-Regular;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  background-image: linear-gradient(54deg, #ffb83f 0%, #fe9401 100%);
  border-radius: 10px;
  width: 83px;
  height: 27px;
  margin-left: 17px;
  text-align: center;
  padding: 0 5px 0 5px;
  max-width: 100px;
  cursor: pointer;
}

.f-igixEP-top-content {
  flex: 7;
  z-index: 2;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  margin-left: 100px;
  margin-top: 3%;
}

.f-igixEP-top-content-text {
  font-size: 42px;
  color: #3e4b5e;
  font-weight: 500;
  width: 590px;
  font-family: HYYaKuHei-85J;
  /* font-size: 50px; */
  flex: 2;
}

.f-igixEP-top-content-text-sm {
  width: 350px;
  height: 35px;
  /* font-family: PingFangSC-Semibold; */
  font-size: 19px;
  color: #3e4b5e;
  line-height: 35px;
  /* font-weight: 600; */
  margin: 30px 0 40px 0;
  flex: 2;
}

.f-igixEP-top-content-btnGroup {
  flex: 1;
  display: block;
  margin-top: 50px;
  position: relative;
  margin-bottom: 30px;
}

.f-igixEP-top-content-btnBgc {
  position: absolute;
  top: 0;
}

.f-igixEP-top-content-btn1 {
  position: absolute;
  top: 12px;
  left: 40px;
  width: 220px;
  height: 28px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(196, 153, 97, 0.5);
  font-weight: 500;
}

.f-igixEP-top-content-part2-btnGroup {
  flex: 1;
  display: flex;
}

.f-igixEP-top-content-part3 {
  flex: 1;
  /* min-width: 930px; */
}

.inb-header--btn-wrapper {
  width: 172px;
  height: 89px;
  cursor: pointer;
  font-weight: 500;
  background: url('../img/downloadInbuilderCommuntiy.svg') no-repeat;
}

.inb-header--btn-wrapper a {
  color: #ffffff;
  text-align: center;
  display: block;
  width: 165px;
  height: 44px;
  line-height: 44px;
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 0;
  text-shadow: 0 1px 0 rgba(196, 153, 97, 0.5);
}

/*导航响应式*/
.nav-icon-wrapper {
  display: none;
}

.inb-header-logo {
  z-index: 50;
  position: absolute;
  top: 20px;
  left: 65px;
}

.inb-login-wrapper {
  margin: 0 0 0 auto;
}

.inb-header-logo img {
  height: 18px;
}

.inb-sidebar-mask {
  position: fixed;
  background: rgba(246, 246, 246, 0.4);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  transform: translate(100%, 0);
}

/*尾部*/
.inb-footer {
  background: #2E3033;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.86);
}

.inb-footer a {
  color: rgba(255, 255, 255, 0.86);
}

.inb-footer .inb-footer--content {
  display: flex;
  padding: 35px 0 33px;
}

.inb-footer .about-and-support {
  margin: 0 0 20px 28px;
  flex: 1 1 0;
  padding-top: 30px;
  min-width: 240px;
}

.inb-footer .about-and-support b,
.inb-footer .join-list b {
  display: block;
  margin: 0 0 25px;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.86);
  font-weight: 500;
}

.inb-footer .about-and-support li {
  margin: 0 0 10px;
}

.inb-footer .join-list {
  padding-right: 28px;
  flex: 1 1 0;
}

.inb-footer .join-list li {
  display: inline-block;
  margin-left: 99px;
  text-align: center;
}

.inb-footer .join-list li:first-child {
  margin-left: 0;
}

.inb-footer .join-list b {
  margin-bottom: 15px;
}

.inb-footer .join-list img {
  width: 144px;
  height: 144px;
}

.inb-footer-address {
  padding: 18px 0 13px;
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
  background: #232528;
}

.inb-footer .inb-footer--content {
  width: 1240px;
  margin: 0 auto;
}

/*试用*/
.inb-ontrial-sidebar {
  position: fixed;
  bottom: 75px;
  right: 0;
  z-index: 200;
}

.ontrial-icon {
  width: 25px;
  height: 25px;
  display: block;
  background-repeat: no-repeat;
  background-image: url('../img/on-trial-bg.svg');
}

.inb-ontrial-sidebar .ontrial-text {
  width: 62px;
  padding: 30px 20px 0;
  height: 190px;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 24px;
  background-image: linear-gradient(46deg, #2E77FF 0%, #2A87FF 100%);
  box-shadow: 0px 0px 20px 0px rgba(94, 112, 153, 0.16);
  border-radius: 31px;
}

.inb-ontrial-sidebar .ontrial-text i {
  background-position: 0 -123px;
  margin-bottom: 8px;
}

.inb-ontrial-sidebar .ontrial-icon-wrapper {
  width: 62px;
  cursor: pointer;
  height: 62px;
  margin: 12px 0 0;
  padding-top: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(94, 112, 153, 0.16);
  border-radius: 31px;
}

.inb-ontrial-sidebar .ontrial-icon-wrapper i {
  background-position: 0 -163px;
  width: 28px;
  margin: 0 auto 0;
}

.inb-ontrial-sidebar .ontrial-content {
  position: absolute;
  right: 70px;
  bottom: 0;
  width: 0;
  font-size: 14px;
  color: #434E5C;
  line-height: 22px;
  font-weight: 400;
  transition: 0.2s width;
  overflow: hidden;
}

.inb-ontrial-sidebar .advice-list-wrapper {
  margin: 0 10px 0 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.inb-ontrial-sidebar .advice-list-wrapper::after {
  content: '';
  background: url(../img/new-dialog-icon.svg) no-repeat;
  width: 8px;
  height: 14px;
  bottom: 24px;
  position: absolute;
  z-index: 100;
  right: 3px;
}

.inb-ontrial-sidebar .advice-list {
  overflow: hidden;
  width: 406px;
  padding: 20px 20px 20px 54px;
}

.inb-ontrial-sidebar .advice-list b {
  font-size: 18px;
  color: #000000;
  line-height: 24px;
  font-weight: normal;
  display: block;
  margin: 0 0 10px;
}

.inb-ontrial-sidebar .advice-list li {
  margin: 0 0 14px;
  position: relative;

}

.inb-ontrial-sidebar .advice-list a {
  color: #0262DD;
}

.inb-ontrial-sidebar .advice-list .ontrial-icon {
  position: absolute;
  top: -2px;
  left: -34px;
}

.inb-ontrial-sidebar .advice-list .advice-qq {
  background-position: 0 -43px;
}

.inb-ontrial-sidebar .advice-list .advice-replay {
  background-position: 0 -81px;
}

.inb-ontrial-sidebar .advice-list li:last-child {
  margin: 0;
}

/*加入*/
.inb-popularize--join {
  min-height: 362px;
  font-size: 18px;
  color: #67728B;
  flex-shrink: 0;
}

.inb-popularize--join h5 {
  font-size: 40px;
  color: #373C4B;
  margin-top: 30px;
}

.inb-popularize--join p {
  margin: 6px 0 19px;
  line-height: 26px;
}

.inb-popularize--join::after {
  background-image: url('../img/join-bg.jpg')
}

.inb-popularize--join .join-list {
  padding-top: 16px;
  padding-bottom:16px;
}

.inb-popularize--join .join-list li {
  display: inline-block;
  margin: 0 60px 0 0;
}

.inb-popularize--join .join-list img {
  width: 120px;
  height: 120px;
}

.inb-popularize--join .join-list span {
  font-size: 14px;
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}

/*常见问题*/
.inb-popularize--questions {
  text-align: center;
  /* overflow: hidden; */
}

.inb-popularize--questions .questions-list {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  align-items: stretch;
}

.inb-popularize--questions .question-container {
  width: 50%;
  margin: 0 0 30px;
}

.inb-popularize--questions .question-container--content {
  margin: 0 15px;
  height:100%;
  min-height: 176px;
  position: relative;
  text-align: left;
  background-image: linear-gradient(180deg, #EEF3FA 0%, #FFFFFF 100%);
  border: 2px solid #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 32, 81, 0.1);
  border-radius: 4px;
}

.inb-popularize--questions .question-detail {

  /* position: absolute; */
  margin-left: 30%;
  padding: 36px 0 16px 0;
  font-size: 16px;
  color: #3C4C74;
  line-height: 24px;
  width: 62%;
}

.inb-popularize--questions .question-detail h4 {
  font-size: 26px;
  color: #000000;
  margin: 0 0 12px;
  line-height: 1.2;
  font-weight: normal;
}

.inb-popularize--questions .question-icon {
  position: absolute;
  top: 30px;
  left: 10%;
  width: 70px;
  height: 50px;
  display: block;
  background-size: 76px auto;
  background-repeat: no-repeat;
  background-image: url(../img/icons.png);

  background-position: 0 -694px;
}

.inb-popularize--questions .icon01 {
  background-position: 0 -677px;
  background-size: 84px auto;
}

.inb-popularize--questions .icon02 {
  background-position: 0 -694px;
}

.inb-popularize--questions .icon03 {
  background-position: 0 -783px;
}

.inb-popularize--questions .icon04 {
  background-position: 0 -866px;
}

/*更多按钮*/
.inb-popularize .gift-more,
.inb-download .gift-more {
  text-align: center;
  min-width: 117px;
  margin: 0 auto;
  display: inline-block;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 2px;
  color: #3A3A3B;
  border: 1px solid #B8B8B8;
}

.inb-popularize--gift .gift-more span,
.inb-download .gift-more span {
  font-size: 20px;
  line-height: 20px;
}
.inb-toast{    
  background: rgba(254,245,236,1);
  border: 1px solid #FAD0A1;
  width: 250px;
  position: fixed;
  left: 50%;
  right: 0;
  margin-left: -100px;
  color: #2D2F33;
  font-size: 14px;
  transform-origin: 0 0;
  top: 20px;
  z-index: 300;
  border-radius: 8px;
  text-align: center;
  padding: 12px;  
  transform: translateY(-200%);
  opacity: 0;
  transition:transform 0.2s linear,opacity 0.2s linear;
}
.inb-toast.fadeIn{
  transform: translateY(0);
  opacity: 1;
}

/*滚入动画*/
.inb-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both
}

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
    visibility: visible
  }

  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.inb-animate-slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp
}

@media (min-width: 1320px) {

  .f-igixEP-top-header-register {
    height: 29px !important;
  }

}

@media (max-width:1060px) {

  .f-igixEP-top-content-btn1 {
    top: 8px !important;
  }
}


/*响应式*/
@media (max-width:1240px) {
  .inb-wrapper {
    width: auto;
    overflow: hidden;
    /*;影响计算scrollTop */
  }
  .inb-wrapper>*{
    zoom: 0.9
  }
  .inb--intro-show h2.show-caption,
  .inb--intro-show .intro-show-container{
    width: 90% !important;;
    margin-left:auto;
    margin-right: auto;
  }
  .inb-download--use-step{
    overflow: initial!important;
  }
  .inb--knowmore {
    zoom: 1;
  }
  .inb--knowmore>*{
    zoom: 1;
  }

  .inb-download--version {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inb-wrapper--has-bg .inb-content {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .inb-footer .inb-footer--content {
    width: auto;
    flex-wrap: wrap;
  }

  .inb-footer .join-list {
    padding-left: 28px;
    margin-left: 0;
  }
}


@media (max-width:1000px) {
  .inb-header-logo {
    left: 20px;
  }
  .inb-wrapper{
    padding-left: 20px;
    padding-right: 20px;
  }
  /* .inb-wrapper.inb-wrapper--has-bg{
    padding-left: 0;
    padding-right: 0;
  }
  */
  .f-igixEP-top-content img {
    width: 60% !important;
  }

  .f-igixEP-top-header {
    margin-left: 165px;
  }

  .f-igixEP-top-header-content {
    margin: 0;
    zoom: 0.9;
  }

  .inb-header-nav .nav--item {
    font-size: 15px;
    padding: 0 1%;
  }

  .f-igixEP-top-header-func {
    font-size: 15px;
  }

  .f-igixEP-top-content-btnGroup {
    margin-bottom: 0;
  }
}

@media (max-width:830px) {
  .inb-wrapper {
    margin-top: 20px !important;
    overflow: hidden;
  }

  /* .inb--intro-show{
    padding:0;
  } */
  .f-igixEP-top-content img {
    width: 50% !important;
  }

  .f-igixEP-top-content-btnGroup {
    margin-top: 30px;
  }

  .inb--knowmore {
    padding: 0;
  }

  .inb-footer .inb-footer--content {
    width: 100%;
    padding: 20px;
    flex-wrap: wrap;
  }


  .knowmore-list {
    flex-direction: column;
  }


  .knowmore-list .knowmore-list--item {
    display: flex;
    padding: 20px 20px!important;
  }

  .knowmore-list .description {
    flex: 1 1 0;
  }



  .inb-wrapper--has-bg .inb-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width:740px) {
  .inb-popularize--questions .question-icon{
    left:5%;
  }
  .inb-popularize--questions .question-detail{
    margin-left:110px;
  }

  .inb-header-nav .nav--item:nth-child(2),
  .inb-header-nav .nav--item:nth-child(3) {
    display: none;
  }

}

@media (max-width:639px) {
  .inb-popularize--questions .question-container {
    width: 100%;
  }
  .inb-popularize--join h5,
  .inb-wrapper .caption{
    font-size:32px;
  }
  .nav-icon-wrapper {
    display: block;
    transition: 0.2s transform linear;
    cursor: pointer;
    z-index: 50;
    position: absolute;
    right: 30px;
    top: 10px;
  }
  .sidebar-open .nav-icon-wrapper{
    display:none;
  }
  .sidebar-hide .nav-icon-wrapper{
    display:block;
  }
  .nav-icon-wrapper svg {
    width: 25px;
    height: 25px;
    display: block;
  }

  .nav-icon-wrapper:hover {
    transform: rotate(180deg);
  }

  .inb-header {
    box-shadow: -6px 0 10px 0 rgba(0, 0, 0, 0.1);
    border-radius: 8px 0 0 8px;
    background: rgba(246, 246, 246, 0.8);
    position: fixed;
    right: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 30%;
    min-width: 240px;
    bottom: 0;
    z-index: 1000;
    display: block;
    padding-top: 112px;
    opacity: 0;
    transform: translate(100%, 0px);
  }

  .inb-header .inb-header-nav {
    flex-direction: column;
    text-align: left;
    padding: 0 12px;
    margin: 0;
  }

  .inb-header .inb-header-nav .nav--item {
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    padding-left: 30px;
    margin-right: 0;
  }

  .inb-header-nav .nav--item a,
  .inb-header a,
  .inb-header .inb-header-login a {
    color: rgba(0, 0, 0, 0.75);
  }

  .inb-header .inb-header-nav .nav--item::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 50%;
    margin-top: -8px;
    background: url(../img/add_nav_icon.png) no-repeat;
    background-size: 16px 16px;
    opacity: 0.8;
  }

  .inb-header .inb-header-nav .nav--item::after {
    background: #1890ff;
    top: 0;
    bottom: 0;
    height: auto;
    z-index: -1;
    border-radius: 8px;
    opacity: 0.2;
  }
  .inb-header .inb-header-nav .nav--item.active::after{
    transform: scale(1);
  }

  .inb-header .inb-login-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    padding: 12px;
    text-align: center;
  }

  .inb-header .inb-login-wrapper .inb-login-actions {
    flex-direction: column;
  }

  .inb-header .inb-login-wrapper .inb-header-login,
  .inb-header .inb-login-wrapper .inb-header-logout {
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 0 16px;
    border: 1px solid #fe9401;
    height: 32px;
    line-height: 32px;
    border-radius: 10px;
  }

  .inb-header .inb-login-wrapper .inb-header-regist {
    max-width: initial;
    width: 100%;
    height: 32px;
    line-height: 32px;
    margin: 0;
    background: linear-gradient(54deg, #ffb83f 0%, #fe9401 100%);
  }

  .inb-header .inb-login-wrapper .inb-header-name {
    line-height: 32px;
  }

  .inb-header .inb-login-wrapper .inb-header-logout {
    max-width: initial;
    width: 100%;
  }

  .inb-ontrial-sidebar {
    display: none;
  }

  /*整个页面禁用滚动*/
  .sidebar-open {
    overflow: hidden;
  }

  .sidebar-open .inb-sidebar-mask {
    transform: translate(0, 0);
    transition: 0.2s transform linear;
  }

  .sidebar-hide .inb-sidebar-mask {
    transition: 0.2s transform linear;
  }

  .sidebar-open .inb-header {
    transition: 0.2s transform linear, 0.2s opacity linear;
    opacity: 1;
    transform: translate(0px, 0px);
  }

  .sidebar-hide .inb-sidebar-mask {
    transition: 0.2s transform linear, 0.2s opacity linear;
  }

  .f-igixEP-top-content {
    zoom: 0.8;
    margin-left: 40px;
    margin-bottom: 0;
  }

  .f-igixEP-top-content img {
    width: 60% !important;
    margin-top: 50px !important;
  }
}

@media(max-width:420px) {
  .knowmore-list .knowmore-list--item{
    padding:16px 10px 10px !important;
  }
  .f-igixEP-top-content-btnGroup {
    margin-top: 15px;
    
  }

  .inb-header--btn-wrapper {
    height: 69px;
    zoom:0.9;
  }

  .inb-popularize--join .join-list li {
    margin-right: 30px;
  }
}
@media(orientation:landscape) and (max-height:420px){
  .inb-ontrial-sidebar{
    display: none;
  }
}