html,
body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
	font-size: 10px;
  /* min-width: 120rem; */
}

.flex-item {
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  display: flex;
  /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}

.first-page{
  width: 100%;
}

.first-page>div {
  width: 100%;
  height: auto;
  text-align: center;
}

.tab-bar-hidden{
  padding: 2em 10% 2em;
  width: 100% !important;
  justify-content: space-between;
  align-items: center;
}

.tab-item a:link,
.tab-item a:visited {
  color: #000000;
  text-decoration: none;
}

.tab-active a:link,
.tab-active a:visited,
.tab-active a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.tab-item:hover a:link,
.tab-item:hover a:visited,
.tab-item:hover a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

.tab-item a {
  display: inline-block;
  padding: .5em 1.5em;
}

.tab-left {
  width: 15em;
}

.tab-right {
  font-size: 1.8em;
}

.tab-item {
  border-radius: 5px;
}

.tab-active {
  background-color: #0BBAE9;
  color: #FFFFFF;
}

.tab-item:hover {
  background-color: #0BBAE9;
  color: #FFFFFF;
  cursor: pointer;
}

.div-blue {
  background-color: #0BBAE9;
}

.top-img {
  margin-top: 4em;
  width: 100% !important;
}

body>div>div>img {
  height: auto;
  width: 100%;
}

.qr-code {
  width: 20em;
  height: auto;
}

.div-top-content {
  color: #FFFFFF;
  position: absolute;
  top: 7em;
  left: 10%;
  width: 80% !important;
  font-size: 5px;
  align-items: center;
  flex-flow: row nowrap;
  justify-content: space-between;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.div-top-content-left {
  margin-right: 10em;
  width: 60%;
}

.div-top-content-title {
  font-size: 5.6em;
  font-weight: 900;
  text-align: left;
  margin-bottom: 1em;
}

.div-top-content-words {
  font-size: 2.8em;
  text-align: left;
}

.div-top-buttons {
  font-size: 3.6em;
  margin-top: 1em;
}

.div-top-button-left {
  margin-right: 30%;
}

.div-top-button {
  padding: 5px 1em .5em;
  border: 1px solid #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

.div-top-qrcode-contain {
  margin-right: 10em;
}

.div-top-phone {
  text-align: left;
  margin-top: 2em;
  font-size: 2.4em;
}

.div-top-wechat {
  text-align: left;
  margin-top: 1em;
  font-size: 2.4em;
}

.div-top-qrcode-title {
  font-size: 2.4em;
}

.copyright {
  font-size: 14px;
  color: #000;
  padding: 20px 0;
  text-align: center;
}

.phone-btn {
  position: fixed;
  bottom: 2em;
  right: 2em;
}

.phone-btn img {
  height: 8em;
  width: 8em;
}

.tips-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.tips {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin: -200px 0 0 -200px;
  z-index: 1000;
  background: #FFF;
  padding: 30px;
  flex-flow: column nowrap;
  align-items: center;
  border-radius: 10px;
  display: none;
}

.tips-title {
  width: 100%;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  justify-content: space-between;
}

.closeApply {
  width: 30px;
  height: 30px;
  cursor: pointer;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
  margin: -40px -40px 0 0;
}

.tips-select-contain {
  width: 100%;
  margin-top: 20px;
  height: 40px;
  flex-flow: row nowrap;
  justify-content: space-between;
}

select {
  height: 40px;
  width: 100px;
}

input {
  width: 100%;
  margin-top: 20px;
  height: 40px;
  padding-left: 10px;
}

.tips-submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #0BBAE9;
  color: #FFFFFF;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
  -moz-user-select: none;
  /*火狐*/
  -webkit-user-select: none;
  /*webkit浏览器*/
  -ms-user-select: none;
  /*IE10*/
  -khtml-user-select: none;
  /*早期浏览器*/
  user-select: none;
}

.second-page{
  width: 100%;
  margin: 10em auto 0;
  display: none;
  padding: 0 10%;
  font-size: 10px;
  background-color: #0BBAE9;
  color: #FFFFFF;
  padding-bottom: 1.5em;
}

.list-item-title{
  font-size: 4.8em;
  font-weight: 900;
  align-items: center;
  padding-top: 1em;
}

.circle-outter{
  width: .5em;
  height: .5em;
  border-radius: .5em;
  padding: .1em;
  border: 1px solid #FFFFFF;
  margin: .05em .2em 0 0;
}

.circle-inner{
  width: .5em;
  height: .5em;
  border-radius: .5em;
  background-color: #FFFFFF;
  margin: -0.1em;
}

.list-item-content{
  background-color: #FFFFFF;
  color: #000000;
  font-size: 2em;
  padding: 2em;
  margin-top: .5em;
}

.vertical-line{
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
}

.circle{
  width: .8em;
  height: .8em;
  border-radius: .8em;
  background-color: #0BBAE9;
}

.line{
  border-left: 1px solid #0BBAE9;
  height: 2em;
}

.list-item-content-0{
  background-color: #FFFFFF;
  color: #000000;
  font-size: 2em;
  padding: 2em;
  margin-top: .5em;
  letter-spacing: .1em;
  line-height: 2.6em;
}

.list-item-content-1{
  letter-spacing: .1em;
  line-height: 3em;
  margin-left: 1.5em;
}

.contact-us-contain{
  background-color: #FFFFFF;
  color: #000000;
  font-size: 2em;
  padding: 1em 2em;
  letter-spacing: .1em;
  line-height: 1.7em;
  justify-content: space-between;
}

.contact-us-title-text{
  margin-left: 1em;
  font-size: 1.2em;
  font-weight: 900;
}

.contact-us-title{
  flex-flow: row nowrap;
  align-items: center;
}

.contact-us-content{
  margin: .5em 0 0 2em;
  line-height: 3em;
}

.contact-us-img{
  width: 10em;
}

.third-page{
  width: 100%;
  margin: 10em 0 0;
  font-size: 10px;
  background-color: #0BBAE9;
  color: #FFFFFF;
  padding: 1.5em 10%;
  display: none;
}

.img-bg{
  width: 80%;
}