body {
  background-color: #f2f5f7!important;
  overflow-x: hidden;
  font-family: "微软雅黑","Helvetica Neue",Helvetica,"Microsoft YaHei","PingFang SC","Hiragino Sans GB","冬青黑体","WenQuanYi Micro Hei","文泉驿微米黑",SimSun,"宋体",sans-serif!important;
}
@media screen and (min-width: 1000px){
  #page-container .container,.container-fluid {
    max-width: 1000px !important;
  }
}

@media screen and (max-width: 767px){
  /* .container,.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col-sm-9 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .col-sm-12,.col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  } */
  .h3, h3 {
    font-size: 16px !important;
  }
  .h4, h4 {
    font-size: 14px !important;
  }

}
a {
  cursor: pointer;
  text-decoration: none !important;
}
.pointer {
  cursor: pointer;
  text-decoration: none !important;
}

[v-cloak] {
  display: none;
}
button:focus{
  outline: none !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.margin-left-5 {
  margin-left: 5px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
#qrcode {
  width:100px;
  height:100px;
}
#qrcode img {
  position: fixed;
}
.qrcode-container {
  display: none;
  width:100px;
  height:130px;
  float: right;
  margin-top:15px;
  margin-right: 15px;
}

@media screen and (max-width: 999px) {
  .qrcode-container {
    display: none;
  }
}
.signup {
  width:100px;
  float: right;
  margin-top:30px;
  position: fixed;
  right: 0;
  z-index: 20;
  margin-right: 15px;
}
.signup button,.signup button:active,.signup button:hover {
  background: #e03131;
  color: white!important;
}
.input-group-btn input {
  background-color: #FF4242;
  color: white;
  padding: 6px 12px;
  line-height: 1.42857143;
}
.search-container {
  margin-top: 20px;
  width: 100%
}
.margin-top-10 {
  margin-top: 10px;
}
.full-width {
  width: 100%;
}
.color-white {
  color:white
}

.footer-scan {
  border-left: 1px solid #4d4d4d;
  padding: 0 30px;
}
.footer_title {
  font-size: 20px;
}
.footer-scan-text {
  font-size: 14px;
  padding-top: 30px;
  float: left;
  width: 150px;
  padding-left: 20px;
}
.footer_content {
  font-size: 17px;
  font-weight: normal;
  /* color: #b3b3b3; */
}
.footer_left img {
  width: 100%;
  max-width: 320px;
}
.footer-top {
  border-top: 1px solid #4d4d4d;
  margin-top: 20px;
}
.footer-links {
  padding-top: 20px;
  color: #777
}
.footer a{
  color:#777 !important;
  margin-right: 5rem;
}

.link_text {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.link_text a {
  margin:5%;
}
.footer {
  color:#FFF;
  padding: 50px;
  background-color:#000;
  position: relative;
  font-size: 12px;
  width: 100%;
  margin-top: 0;
}

.footer .footer-scan img{
  width: 100px;
  height: 100px;
  display:inline-block;
  margin: 2rem 2rem 1rem 2rem;
}

.footer h6{
  font-weight:lighter;
  margin: 3rem;
}

.copyright {
  text-align: left;
}
.learn-more {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .learn-more {
    text-align: left;
  }
  .footer-scan {
    border-top: 1px solid #4d4d4d;
    border-left: none;
    margin-top: 20px;
    padding-left: 0px !important;
  }
}

/* nav {
  height: 80px;
} */
#navbar{
  padding-top: 20px;
}
.sub-left-bar {
  padding-top: 10px;
  padding-left: 30px;
  float: left;
}
.sub-right-bar {
  padding-top: 10px;
  float: right;
}
.sub-left-bar .active {
  border-bottom: 2px solid #ffff;
}

a:hover {
  cursor: pointer;
}

nav {
  /* height: 80px; */
  /* background-color: #FF4242; */
  /*margin-bottom: 10px*/
}

.logo{
	color:#FFF !important;
  /*font-family: "Tw Cen MT";*/
  margin-left: 10px;
  font-size: 15px;
  float: left;
}
/* nav a {
  color:#FFF !important;
  text-decoration: none;
} */

.btn-signup {
  background-color: #FF4242;
  border-radius: 0;
  border: 1px solid;
  border-color: white;
}
.btn-signup:hover {
  background-color: #FF4242;
  color: #fff;
}
.top-right-banner-bar div {
  display: inline-block;
  line-height: 30px;
}
.top-right-banner-bar-element{
  margin-right: 10px;
  font-size: 14px;
}
.sub-right-bar .btn{
  padding: 0px 12px !important;
}
@media screen and (max-width: 359px) {
  .sub-left-bar, .sub-right-bar {
    width: 210px!important;
  }
}
@media screen and (max-width: 500px) and (min-width: 360px) {
  .sub-left-bar, .sub-right-bar {
    width: 260px!important;
  }
}
@media screen and (max-width: 500px){
  /* nav {
    height: 90px;
  } */
  .top-right-banner-bar-element {
    margin-right: 3px!important;
    font-size: 11px!important;
    line-height: 17px;
  }
  .sub-right-bar .btn{
    font-size: 11px!important;
  }
  .sub-left-bar, .sub-right-bar {
    margin-right: 1px!important;
    font-size: 11px!important;
    padding-left: 10px!important;
    float: right;
  }
  .sub-left-bar {
    padding-top: 20px;
  }
  .sub-right-bar {
    padding-top: 10px;
  }
  .logo img {
    padding-top: 30px;
    width: 80px!important;
  }
  #navbar {
    padding-top: 0px !important;
  }

}
.no-padding {
  padding: 0 !important;
}
.opcity-0 {
  opacity: 0;
}
.noopcity {
  opacity: 1
}
#subscription .field-wrapper {
  background: white;
  margin-bottom: 15px;
}

#subscription .field-header {
  font-weight: bold;
  font-size: 17px;
  padding: 10px;
}

#subscription .fields {
  position: relative;
}

#subscription .row {
  font-size: 15px;
  padding: 15px 26px;
  border-top: 1px solid #efefef;
  overflow: hidden;
  padding-right: 8px;
  position: relative;
}

#subscription .backdrop {
  position: absolute;
  background: rgba(242,245,247,0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
}

#subscription .field-name {
  width: 66%;
  display: inline-block
}

#subscription label {
  margin-bottom: 0;
  max-width: 100%;
  word-wrap: break-word;
  color: #666;
  font-weight: normal;
  vertical-align: middle;
  font-weight: bold;
  display: inline-block;
}

#subscription .explain {
  font-size: 14px;
  font-weight: normal;
  color: #999;
}

#subscription .field-input {
  text-align: right;
  width: 33%;
  display: inline-block;
  vertical-align: top;
}

#subscription .toggle {
  width: 58px;
  height: 24px;
}

#subscription .toggle:before {
  content: "";
}

#subscription .toggle.active:before {
  content: "";
}

#subscription .toggle .toggle-handle {
  width: 22px;
  height: 22px;
}

#subscription .toggle.active .toggle-handle {
  -webkit-transform: translate3d(34px, 0, 0);
  -ms-transform: translate3d(34px, 0, 0);
  transform: translate3d(34px, 0, 0)
}