@font-face {
  font-family: "Montserrat-Light";
  src: url(Montserrat-Light-6.otf);
}

.menu-fix{
    position: fixed;
    right: 0;
    top:80px;
    width: 300px;
}

.scroll_height {
  height: 200px;
  overflow: hidden;
  margin-top: 60px;
}
.merch-form{
  padding: 30px;
}
.step-info{
  min-height: 80vh;
  text-align: center;
  line-height: 3em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .scroll_height {
    height: 120px;
  }
  .menu-fix{
      display: none;
  }
  .merch-form{
    padding: unset;
  }
}

body {
  font-family: Montserrat-Light;
  background-color: #f6f8f9;
}
.icon {
  color: #ccc;
}
.root {
  max-width: 750px;
  margin: 0 auto;
}
a {
  color: #007bff;
}
a:hover {
  text-decoration: none;
}
.header{
  background-color: #f58020;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 500;
}

.home {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  width: 100vw;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color:#fff;
  /* box-shadow:1px 1px 5px #ccc; */
  /* justify-content: space-between; */
}
.home > a > svg {
  width: 25px;
  height: 25px;
}
.home-title{
    /* margin-left: 15px; */
}

.menu > a {
  display: block;

  margin: 0 auto;
  text-align: center;

  padding: 5px;
}

.menu > a > svg {
  width: 50px;
  height: 50px;
  padding-top: 10px;
  margin-bottom: 10px;
  color: #f58020;
}

.menu > a > svg:hover {
  color: blue;
}

.logo > svg {
  width: 80px;
}
.logo {
  text-align: center;
}
.logo > img {
  width: 80px;
}
.font-small {
  font-size: 0.8em;
  color: rgb(78, 76, 76);
  text-align: left;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 5px;
}

.font-small-2 {
  font-size: 0.8em;
  color: rgb(78, 76, 76);
  text-align: left;

  margin-top: 5px;
}
small {
  /* font-size: 0.4em; */
  line-height: 0.5em;
}
.root-top {
  padding-top: 80px;
}
.title {
  margin-bottom: 20px;
  border-left: 3px solid #f58020;
  padding-left: 5px;
  line-height: 0.8em;
  font-size: 1.2em;
}

.title > strong {
  font-weight: 400;
}

.con-block {
  background-color: #fff;
  border-radius: 5px;
  /* padding: 5px; */
}

.con-block-2 {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px;
  margin-top: 10px;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow:1px 1px 5px rgb(238, 238, 238);
}

.err_mes {
  position: fixed;
  top: 20px!important;
  right: 0;
  width: 80%;
  text-align: center;
  z-index: 2000;
  border-radius: 0;
  margin-right: 10%;
  margin-left: 10%;
  /* background-color: #fff; */
  border-radius: 40px;
  /* border:0; */
  transition: top 0.5s ease-out;
}

.login{
  max-width: 250px;
  min-height: 80vh;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}

.user-phone-input{
  background-color: #F6F6F6;
  border:0;
  font-size: 1.4em;
  line-height: 1.8em;
  /* font-weight: 700; */
  /* max-width: 300px; */
  margin: 0 auto;
}

.merch-pos{
  display: flex;
  justify-content: start;
  align-items: center;
  flex-direction: row;
  margin-top: 5px;
  margin-bottom: 5px;
}
.merch-pos>svg{
  width: 15px;
  height: 15px;
  color: #ccc;
}
.merch-pos>div{
  margin-left: 5px;
  color: rgb(182, 182, 182);
  font-size: 0.8em;
}

.wx-help{
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 600;
  display: none;
}
.kefu-online{
  position:fixed;
  bottom: 15px;
  right: 15px;
  display: flex;
  align-items: center;
}
.kefu-online>a{
  -webkit-border-radius:30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #0eb55e;
  border:0;
  font-size: 0.8em;
  
}
.kefu-online>a>svg{
  width: 20px;
  height: 20px;
}

.red-user-list{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  border-bottom: 1px solid #f2f2f2;
}

.red-user-list>div>img{
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin-right: 10px;
}
.red-user-list>div>span{
  font-size: 0.8em;
}