html {
  font-size: 56px;
}

html,
body {
  height: 100%;
}

body {
  background: #eeeeee;
  font-size: 16px;
}

.navbar-brand {
  padding: 0;
  margin-left: 0 !important;
  height: auto;
}

.navbar-collapse.collapse {
  padding-right: 0;
}

.wrapper {
  position: relative;
  padding-bottom: 0.6rem;
  padding-top: 0.8rem;
  min-height: 100vh;
  overflow: hidden;
}

.wrapper.home {
  padding-top: 0;
}

.wrapper.home .banner_center {
  margin-top: 50vh !important;
  transform: translateY(-1.95rem) !important;
}

.wrapper .pages {
  background: #efefef;
  padding: 0.5rem 0;
}

.wrapper .pages-w {
  padding: 0.5rem 0;
}

.wrapper .apply-info h3 {
  position: relative;
  line-height: 0.3rem;
  font-size: 0.22rem;
  padding-left: 0.5rem;
}

.wrapper .apply-info h3 i {
  font-size: 0.3rem;
  margin-right: 0.2rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.wrapper .apply-info .info {
  font-size: 0.16rem;
  color: #7c7c7c;
  margin-top: 0.3rem;
  margin-left: 0.5rem;
  margin-bottom: 0.8rem;
}

.wrapper .apply-info .area-box .btn-default {
  background: #bbbbbb;
  color: #fff;
}

.wrapper .apply-info .area-box .btn {
  line-height: 0.56rem;
  padding: 0 0.5rem;
  border-radius: 0;
  display: block;
  width: 100%;
  margin-bottom: 0.2rem;
}

.wrapper .con-box {
  background: #fff;
}

.wrapper .con-box .con-hd {
  height: 0.7rem;
  font-size: 0.22rem;
  padding: 0 0.2rem;
  line-height: 0.7rem;
  border-bottom: 1px solid #eaeaea;
}

.wrapper .con-box .con-bd .pdbox {
  padding: 1rem 1rem 1.6rem 1rem;
  text-align: center;
}

.wrapper .con-box .con-bd .pdbox h1 {
  margin: 0;
  font-size: 0.3rem;
  line-height: 0.4rem;
}

.wrapper .con-box .con-bd .pdbox h1 i {
  font-size: 0.4rem;
  line-height: 1;
  vertical-align: top;
  display: inline-block;
  margin-right: 0.2rem;
}

.wrapper .navbar {
  background: #fff;
  margin: 0;
  border: 0 none;
  border-radius: 0;
  box-shadow: 0rem 0rem 0.07rem 0rem rgba(153, 153, 153, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.wrapper .navbar.nor {
  border-bottom: 1px solid #dfdfdf;
}

.wrapper .navbar .navbar-brand {
  height: 0.3rem;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.wrapper .navbar .r-side {
  color: #d22529;
  line-height: 0.3rem;
  margin-top: 0.25rem;
  font-size: 0.16rem;
}

.wrapper .navbar-toggle {
  padding: 0.09rem 15px;
  margin-top: .2rem;
  margin-bottom: .2rem;
  margin-right: 0;
}

.wrapper .navbar-toggle .icon-bar {
  background: #373D41;
  width: 0.32rem;
  height: .03rem;
  margin-top: .05rem;
}

.wrapper .navbar-toggle .icon-bar:first-child {
  margin-top: 0;
}

.wrapper .avatar-toggle {
  padding: 0;
  float: right;
  border-radius: 50%;
  margin: .2rem 15px 0 0;
  overflow: hidden;
}

.wrapper .avatar-toggle img {
  width: .40rem;
  height: .40rem;
}

.wrapper .navbar-collapse .navbar-nav {
  font-size: 0.16rem;
}

.wrapper .navbar-collapse .navbar-nav a {
  color: #000;
}

.wrapper .navbar-collapse .navbar-nav a:hover {
  background: transparent;
  color: #e94638;
}

.wrapper .navbar-collapse .navbar-nav a.cur {
  color: #e94638;
}

.wrapper .navbar-collapse .navbar-nav .console {
  color: #fff;
  margin: 0 15px;
  text-align: center;
}

.wrapper.err-page {
  background: url(../img/error.png) top center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 2rem 0;
}

.wrapper.err-page .navbar {
  background: transparent;
  border-bottom: 0 none;
}

.wrapper.err-page .navbar .r-side {
  color: #fff;
}

.wrapper.err-page h1 {
  font-size: 1.6rem;
}

.wrapper.err-page h3 {
  font-size: .34rem;
}

.wrapper.err-page p {
  margin-top: .30rem;
  font-size: .24rem;
}

.wrapper.err-page button {
  font-size: .22rem;
  border-width: 1px;
  border-color: #d22529;
  border-style: solid;
  background-color: #d22529;
  height: .56rem;
  text-align: center;
  padding: 0 .54rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
}

.wrapper.sign-page {
  background: url(../img/sign.mini.png) top center no-repeat;
  background-size: cover;
  padding: 0;
}

.wrapper.sign-page .navbar {
  background: transparent;
  border-bottom: 0 none;
  box-shadow: none;
  position: relative;
  top: 0;
}

.wrapper.sign-page .navbar .r-side {
  color: #fff;
}

.wrapper.sign-page .signup-box {
  width: 4.5rem;
  background-color: #f7f7f7;
  padding: 0.3rem 0.5rem;
  margin: 1.36rem auto 1.5rem;
}

.wrapper.sign-page .signup-box.forget {
  padding: 0.5rem 0.5rem .60rem;
}

.wrapper.sign-page .signup-box.forget .form-horizontal .form-group.action {
  margin-top: 0.8rem;
}

.wrapper.sign-page .signup-box .toggle-nav {
  height: 0.54rem;
  padding: 0 0.2rem;
  list-style: none;
}

.wrapper.sign-page .signup-box .toggle-nav li {
  line-height: 0.52rem;
  font-size: 0.24rem;
  text-align: center;
}

.wrapper.sign-page .signup-box .toggle-nav li a {
  display: inline-block;
  padding: 0 0.1rem;
  cursor: pointer;
  color: #333;
  text-decoration: none;
}

.wrapper.sign-page .signup-box .toggle-nav li.active a {
  border-bottom: 2px solid #d22529;
}

.wrapper.sign-page .signup-box>h3 {
  margin: 0;
  font-size: 0.24rem;
  text-align: center;
}

.wrapper.sign-page .signup-box .send-complate {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  border-radius: #d22529;
  border-radius: 0.5rem;
  border: 2px solid #d22529;
  line-height: 0.8rem;
  text-align: center;
  margin: 0.35rem auto 0.2rem;
}

.wrapper.sign-page .signup-box .send-complate i {
  width: 0.76rem;
  height: 0.76rem;
  line-height: 0.7rem;
  display: block;
  font-size: 0.48rem;
  color: #d22529;
  text-indent: -0.04rem;
}

.wrapper.sign-page .signup-box .send-txt h3 {
  font-size: 0.24rem;
  text-align: center;
  margin-bottom: 0.35rem;
}

.wrapper.sign-page .signup-box .send-txt p {
  font-size: 0.14rem;
  line-height: 1.6;
}

.wrapper.sign-page .signup-box .faq {
  font-size: 0.12rem;
  padding-top: 0.2rem;
}

.wrapper.sign-page .signup-box .faq ul {
  padding: 0;
  list-style: none;
}

.wrapper.sign-page .signup-box .faq ul li {
  line-height: 1.6;
  color: #5c5c5c;
}

.wrapper.sign-page .signup-box .form-horizontal {
  margin-top: 0.15rem;
  overflow: hidden;
}

.wrapper.sign-page .signup-box .form-horizontal .form-group {
  margin: 0.2rem 0 0 0;
}

.wrapper.sign-page .signup-box .form-horizontal .form-group .control-label {
  font-size: 0.32rem;
  padding-top: 0.08rem;
  line-height: 1;
  text-align: center;
  color: #5c5c5c;
  margin-right: 0.2rem;
}

.wrapper.sign-page .signup-box .form-horizontal .form-group .control-item {
  border-bottom: 2px solid #c2c2c2;
}

.wrapper.sign-page .signup-box .form-horizontal .form-group .form-control {
  line-height: 0.48rem;
  height: 0.48rem;
  background: none;
  border: 0 none;
  box-shadow: none;
  border-radius: 0;
  font-size: 0.16rem;
}

.wrapper.sign-page .signup-box .form-horizontal .form-group .tips {
  color: #5c5c5c;
  font-size: 0.16rem;
  margin-right: 0.4rem;
  line-height: 1.8;
}

.wrapper.sign-page .signup-box .form-horizontal .form-group.check {
  font-size: 0.16rem;
}

.wrapper.sign-page .signup-box .form-horizontal .form-group.check label {
  font-weight: normal;
  font-size: 0.16rem;
}

.wrapper.sign-page .signup-box .form-horizontal .btn {
  height: 0.5rem;
  display: block;
  width: 100%;
  font-size: 0.16rem;
}

.wrapper.sign-page .signup-box .tit-line {
  margin-top: 0.38rem;
  margin-bottom: 0.25rem;
}

.wrapper.sign-page .signup-box .tit-line span {
  background-color: #f7f7f7;
  font-size: 0.16rem;
}

.wrapper.sign-page .signup-box .login-type {
  line-height: 1;
  font-size: 0.48rem;
  text-align: center;
}

.wrapper.sign-page .signup-box .login-type a {
  margin: 0 0.2rem;
}

.wrapper.sign-page .signup-box .login-type a.wechat {
  display: inline-block;
  color: #58bc46;
  text-decoration: none;
}

.wrapper.sign-page .signup-box .login-type a.phone {
  display: inline-block;
  color: #75a2d6;
  text-decoration: none;
}

.wrapper .footer {
  border-top: 1px solid #efefef;
  padding: 0.4rem 0;
}

.wrapper .footer .copy {
  text-align: center;
  font-size: 0.16rem;
  line-height: .2rem;
}

.top-nav {
  list-style: none;
}

.top-nav li {
  float: left;
  margin-left: 0.4rem;
}

.top-nav li a {
  line-height: 0.77rem;
  font-size: 0.16rem;
  color: #000;
  padding: 0 0.05rem;
  display: block;
  text-decoration: none;
}

.top-nav li a:hover {
  background: transparent;
  color: #e94638;
}

.top-nav li a.cur {
  color: #e94638;
  border-bottom: 3px solid #e94638;
}

.console {
  background: #e94638;
  font-size: 0.16rem;
  line-height: 0.32rem;
  padding: 0 0.15rem;
  border-radius: 0.5rem;
  display: block;
  margin-left: 1.5rem;
  color: #fff;
  text-decoration: none;
  margin-top: 0.24rem;
}

.console:hover {
  color: #fff;
  text-decoration: none;
  background: #ec5244;
}

.banner {
  color: #333333;
}

.banner h3 {
  font-size: 0.5rem;
  margin: 0 0 0.4rem 0;
}

.banner p {
  font-size: 0.24rem;
  line-height: 1.9;
  margin: 0;
}

.banner>.container {
  height: 100%;
}

.banner>.container>div {
  margin-top: 2.2rem;
}

.banner.news {
  background: center center no-repeat;
  background-size: cover;
  height: 7.3rem;
}

.banner.em {
  background: url(../img/em/banner.png) center center no-repeat;
  background-size: cover;
  height: 9.67rem;
}

.banner.em .em-center {
  margin-top: 0;
  height: 100%;
}

.banner.em .em-center h5 {
  font-size: .20rem;
  position: relative;
  margin-bottom: .75rem;
}

.banner.em .em-center h5:after {
  content: "";
  left: 0;
  bottom: -0.3rem;
  position: absolute;
  height: .02rem;
  width: .54rem;
  background: #fff;
}

.banner.em .em-center h3 {
  margin-bottom: .30rem;
}

.banner.em .em-center p {
  font-size: .22rem;
  line-height: 1.4;
  color: #dd6174;
}

.banner.em .em-center .more {
  width: 1.37rem;
  height: .38rem;
  background: #fff;
  color: #fff;
  font-size: .16rem;
  display: block;
  line-height: .38rem;
  text-align: center;
  margin-top: .54rem;
  text-decoration: none;
  margin-bottom: .30rem;
}

.banner.em .em-center .more:hover {
  opacity: .9;
}

.banner.miniprogram {
  background: url(../img/miniprogram/banner.png) center center no-repeat;
  background-size: cover;
  height: 9.67rem;
}

.banner.miniprogram .miniprogram-center {
  margin-top: 0;
  height: 100%;
}

.banner.miniprogram .miniprogram-center h5 {
  font-size: .20rem;
  position: relative;
  margin-bottom: .75rem;
}

.banner.miniprogram .miniprogram-center h5:after {
  content: "";
  left: 0;
  bottom: -0.3rem;
  position: absolute;
  height: .02rem;
  width: .54rem;
  background: #D22529;
}

.banner.miniprogram .miniprogram-center h3 {
  margin-bottom: .30rem;
}

.banner.miniprogram .miniprogram-center p {
  font-size: .22rem;
  line-height: 1.4;
}

.banner.miniprogram .miniprogram-center .more {
  width: 1.37rem;
  height: .38rem;
  background: #E94638;
  color: #fff;
  font-size: .16rem;
  display: block;
  line-height: .38rem;
  text-align: center;
  margin-top: .54rem;
  text-decoration: none;
  margin-bottom: .30rem;
}

.banner.miniprogram .miniprogram-center .more:hover {
  opacity: .9;
}

.banner.product-person {
  background: url(../img/products/1.png) center center no-repeat;
  background-size: cover;
  height: 7.3rem;
}

.banner.product-company {
  background: url(../img/products/2.png) center center no-repeat;
  background-size: cover;
  height: 7.3rem;
}

.banner.about {
  background: url(../img/about/banner.mini.png) center center no-repeat;
  background-size: cover;
  height: 7.3rem;
}

.banner.about .about-center {
  text-align: center;
}

.banner.about .about-center img {
  display: block;
  margin: 0 auto .50rem auto;
  max-width: 90%;
}

.products {
  padding: 0.6rem 0;
  background: #eeeeee;
}

.products>h3 {
  font-size: 0.2rem;
  margin-bottom: 0.3rem;
  line-height: 1;
  font-weight: 600;
}

.products .nav {
  text-align: center;
}

.products .nav>li {
  margin: 0 0.4rem;
  float: none;
  display: inline-block;
}

.products .nav>li>a {
  font-size: 0.2rem;
  height: 0.7rem;
  display: block;
  line-height: 0.47rem;
  margin-right: 0;
  color: #333333;
  border-radius: 0;
  background: transparent;
}

.products .nav>li>a:hover {
  background: transparent;
  border: 1px solid transparent;
}

.products .nav>li>a:focus {
  background: transparent;
  outline: none;
}

.products .nav>li.active>a {
  border-radius: 0;
  border: 1px solid transparent;
  border-bottom: 3px solid #d22529;
  color: #d22529;
}

.products .tab-content {
  padding: 0.3rem 0 0 0;
}

.products .product-item {
  background: #fff;
  border: 1px solid #dddddd;
  margin-bottom: 0.3rem;
  position: relative;
}

.products .product-item.api::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0.41rem;
  height: 0.41rem;
  background: url(../img/products/arr.png) 0 0 no-repeat;
  background-size: contain;
}

.products .product-item.disabled {
  pointer-events: none;
  opacity: .2;
}

.products .product-item .pro-pic {
  padding-top: 58%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.products .product-item .pro-info {
  padding: 0.25rem;
}

.products .product-item .pro-info h3 {
  font-size: 0.24rem;
  margin: 0 0 0.25rem 0;
}

.products .product-item .pro-info p {
  font-size: 0.2rem;
  margin-bottom: 20px;
}

.products .product-item .pro-info p span {
  margin: 0 0.2rem;
  color: #999;
}

.products .product-item .pro-action {
  border-top: 1px solid #eeeeee;
  margin: 0 0.1rem;
  padding: 0.25rem 0.25rem 0.4rem 0.25rem;
}

.products .product-item .pro-action a {
  border: 1px solid #e94638;
  width: 1.35rem;
  height: 0.35rem;
  display: block;
  color: #e94638;
  text-align: center;
  line-height: .35rem;
  margin: 0 auto;
  text-decoration: none;
  -webkit-transition: all .1s linear;
  -moz-transition: all .1s linear;
  -ms-transition: all .1s linear;
  transition: all .1s linear;
  font-size: 0.18rem;
}

.products .product-item .pro-action a:hover {
  background: #e94638;
  color: #fff;
}

.pagination-wrap {
  margin: 0.4rem 0 0 0;
  text-align: center;
}

.pagination-wrap .pagination {
  vertical-align: top;
  padding: 0 0.2rem;
}

.pagination-wrap .pagination>li>a,
.pagination-wrap .pagination>li>span {
  background: none;
  padding: 0.1rem 0.16rem;
  margin: 0 0.03rem;
  border-color: #c8c8c8;
  font-size: 0.14rem;
  color: #717171;
  border-radius: 0.03rem;
}

.pagination-wrap .pagination>li:first-child>a,
.pagination-wrap .pagination>li:first-child>span {
  padding: 0.1rem 0.13rem;
  border-radius: 0.03rem;
}

.pagination-wrap .pagination>li:first-child>a::after,
.pagination-wrap .pagination>li:first-child>span::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  margin: 0.05rem 0 0.05rem 0.04rem;
}

.pagination-wrap .pagination>li:last-child>a,
.pagination-wrap .pagination>li:last-child>span {
  padding: 0.1rem 0.13rem;
  border-radius: 0.03rem;
}

.pagination-wrap .pagination>li:last-child>a::after,
.pagination-wrap .pagination>li:last-child>span::after {
  content: "";
  width: 0.1rem;
  height: 0.1rem;
  border-left: 1px solid #999;
  border-top: 1px solid #999;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  display: block;
  margin: 0.05rem 0.04rem 0.05rem 0;
}

.pagination-wrap .pagination>li.active>a {
  background: #e94638;
  color: #ffffff;
  border-color: #e94638;
}

.carousel-indicators li {
  margin: 0 0.1rem;
}

.news-col {
  padding: 1.2rem 0;
  background: #fbfcfc;
}

.news-col .news-box {
  box-shadow: 0rem 0rem 0.26rem 0rem rgba(197, 197, 197, 0.3);
  padding: 0.6rem 0.36rem;
  text-align: center;
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  transition: all .3s linear;
}

.news-col .news-box:hover {
  box-shadow: 0rem 0rem 0.36rem 0rem rgba(197, 197, 197, 0.8);
}

.news-col .news-box.p1 {
  background: url(../img/news/1.png) center center no-repeat #ffffff;
  background-size: cover;
}

.news-col .news-box.p2 {
  background: url(../img/news/2.png) center center no-repeat #ffffff;
  background-size: cover;
}

.news-col .news-box.p3 {
  background: url(../img/news/3.png) center center no-repeat #ffffff;
  background-size: cover;
}

.news-col .news-box.p4 {
  background: url(../img/news/4.png) center center no-repeat #ffffff;
  background-size: cover;
}

.news-col .news-box .icon {
  height: 0.52rem;
  text-align: center;
  margin-bottom: 0.4rem;
  display: block;
}

.news-col .news-box .icon img {
  vertical-align: top;
  height: 0.52rem;
}

.news-col .news-box h3 {
  font-size: 0.22rem;
  margin: 0;
}

.news-col .news-box p {
  font-size: 0.16rem;
  line-height: 1.8em;
  height: 5.4em;
  margin: 0.24rem 0 0 0;
}

.contact {
  background: center center no-repeat;
  background-size: cover;
  padding: 1.2rem 0;
  color: #fff;
}

.contact p {
  font-size: 0.2rem;
  margin-bottom: 0.6rem;
}

.contact p span {
  color: #979797;
}

.contact .cont {
  line-height: 0.44rem;
  font-size: 0.3rem;
}

.contact .cont i {
  border: 2px solid #fff;
  width: 0.44rem;
  height: 0.44rem;
  border-radius: 50%;
  line-height: 0.44rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  margin-right: 0.38rem;
}

footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0.16rem;
  color: #888888;
  line-height: 0.6rem;
  text-align: center;
  background: #111111;
  padding: .1rem;
}

footer p {
  margin: 0;
  line-height: .4rem;
}

.tit-line {
  position: relative;
  text-align: center;
}

.tit-line>span {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 0 0.1rem;
  color: #5c5c5c;
}

.tit-line:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  right: 0;
  border-bottom: 1px solid #dbdbdb;
}

.c-success {
  color: #58bc46 !important;
}

.c-theme {
  color: #d22529 !important;
}

.c-gray {
  color: #bdbdbd !important;
}

.c-action {
  color: #f59147 !important;
}

.link {
  text-decoration: none;
}

.link:hover {
  text-decoration: none;
  opacity: .8;
}

.fs16 {
  font-size: 0.16rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

.fs18 {
  font-size: 0.18rem;
}

input[type=checkbox] {
  position: relative;
  vertical-align: -0.02rem;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  outline: none;
}

input[type=checkbox],
input[type=radio] {
  margin: 2px 0 0;
  margin-top: 1px\9;
  line-height: normal;
  outline: none;
  box-sizing: border-box;
  padding: 0;
}

input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: none;
}

input[type=checkbox]:checked:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0.05rem;
  display: table;
  width: 0.06rem;
  height: 0.1rem;
  border: 2px solid #fff;
  border-top-width: 0;
  border-left-width: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input[type=checkbox]:after {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  margin-top: -0.02rem;
  margin-right: 0.05rem;
  border: 1px solid #9da6b6;
  border-radius: 0.03rem;
  -webkit-transition: .24s;
  transition: .24s;
}

input[type=checkbox]:checked:after {
  background-color: #d22529;
  border-color: #d22529;
}

.btn-primary {
  background-color: #d22529;
  border-color: #d22529;
}

.btn-primary:hover {
  background-color: #dd3235;
  border-color: #dd3235;
}

.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus {
  background-color: #be1417;
  border-color: #be1417;
}

.btn:active,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.login-success-modal .modal-dialog {
  width: 90%;
  max-width: 4.32rem;
  margin-left: auto;
  margin-right: auto;
}

.login-success-modal .modal-dialog .modal-body {
  padding: 0.42rem 0.2rem;
  text-align: center;
}

.login-success-modal .modal-dialog .modal-body .icon {
  font-size: 0.52rem;
  line-height: 1;
}

.login-success-modal .modal-dialog .modal-body .tit {
  font-size: 0.24rem;
  line-height: 1;
  margin: 0.2rem 0 0.3rem;
}

.login-success-modal .modal-dialog .modal-body .desc {
  font-size: 0.18rem;
  color: #888888;
  line-height: 1.4;
}

.login-success-modal .modal-dialog .modal-footer {
  padding: 0;
  line-height: 0.6rem;
}

.login-success-modal .modal-dialog .modal-footer a {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  font-size: 0.18rem;
  text-decoration: none;
  color: #000;
  position: relative;
}

.login-success-modal .modal-dialog .modal-footer a:last-child::before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid #e5e5e5;
  position: absolute;
}

.products-detail {
  padding: 0.3rem 0 0.4rem;
}

.products-detail .pro-box {
  background: #fff;
}

.products-detail .pro-box+.pro-box {
  margin-top: 0.2rem;
}

.products-detail .pro-box .pro-hand {
  background: url(../img/products/hand.png) 0 0 no-repeat;
  background-size: cover;
  height: 3rem;
}

.products-detail .pro-box .pro-buy {
  background: url(../img/products/detail.png) 0 0 no-repeat;
  background-size: 100% 100%;
  padding: 0.4rem 0.3rem;
  height: 3rem;
}

.products-detail .pro-box .pro-buy h3 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 0.15rem 0;
}

.products-detail .pro-box .pro-buy p {
  font-size: 0.14rem;
  color: #858585;
  margin: 0;
  line-height: 1.8;
  height: 7.2em;
}

.products-detail .pro-box .pro-buy .price {
  line-height: 1.4;
  font-weight: 400;
  font-size: 0.2rem;
  color: #999;
}

.products-detail .pro-box .pro-buy .price span {
  font-weight: 600;
  font-size: 0.34rem;
  color: #e94638;
}

.products-detail .pro-info {
  background: #fff;
  padding: 0.36rem 0.24rem;
}

.products-detail .pro-info .form-horizontal {
  margin: 0 0.15rem;
}

.products-detail .pro-info .form-horizontal .form-group {
  line-height: 0.5rem;
  margin-bottom: 0.4rem;
}

.products-detail .pro-info .form-horizontal .form-group:last-child {
  margin-bottom: 0px;
}

.products-detail .pro-info .form-horizontal .form-group .control-label {
  padding: 0;
  text-align: left;
  font-size: 0.18rem;
  font-weight: 600;
}

.products-detail .pro-info .radio {
  cursor: pointer;
  height: 0.5rem;
  line-height: 0.5rem;
  float: left;
  padding: 0;
  margin: 0 0.1rem 0.1rem 0;
  text-align: center;
  position: relative;
  font-weight: normal;
}

.products-detail .pro-info .radio.name-radio {
  width: 2.3rem;
}

.products-detail .pro-info .radio.month-radio {
  width: 0.92rem;
}

.products-detail .pro-info .radio .tip {
  background: #e94638;
  color: #fff;
  line-height: 0.25rem;
  padding: 0 0.15rem;
  position: absolute;
  bottom: 100%;
  white-space: nowrap;
  left: 0;
  margin-bottom: 0.08rem;
  display: none;
}

.products-detail .pro-info .radio .tip::after {
  content: "";
  border-top: 0.06rem solid #e94638;
  border-left: 0.06rem solid transparent;
  border-right: 0.06rem solid transparent;
  position: absolute;
  left: 0.1rem;
  bottom: -0.06rem;
}

.products-detail .pro-info .radio>div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid rgba(133, 133, 133, 0.8);
}

.products-detail .pro-info .radio input {
  display: none;
}

.products-detail .pro-info .radio input:checked+div {
  border: 1px solid #e94638;
  color: #e94638;
}

.products-detail .pro-info .radio:hover .tip {
  display: block;
}

.products-detail .pro-info .btn {
  width: 2.6rem;
  height: 0.5rem;
  background: #e94638;
  color: #fff;
  font-size: 0.16rem;
  border: 0 none;
  border-radius: 0;
}

.products-detail .pro-info .btn:hover {
  background: #ee4f41;
}

.products-detail .detail {
  padding-top: 0.13rem;
  font-size: 0.16rem;
  color: #7b7b7b;
}

.products-detail .detail h3 {
  font-size: 0.2rem;
  color: #4b4b4b;
}

.products-detail .detail p {
  margin-bottom: 0.4rem;
}

.products-detail .detail p:last-child {
  margin: 0;
}

.wbg {
  background: #fff;
}

.wbg .bread {
  border-bottom: 1px solid #d22529;
}

.bread {
  background: #fff;
  padding: 0.25rem 0;
}

.bread h3 {
  font-size: 0.3rem;
  font-weight: 500;
  padding: 0 0 0 0.2rem;
  line-height: 1;
  border-left: 3px solid #d22529;
  float: left;
}

.bread p {
  float: left;
  line-height: 0.3rem;
  margin-left: 0.2rem;
  font-size: 0.18rem;
}

.steps {
  margin: 0.25rem 0;
  overflow: hidden;
  background: #cccccc;
  border-radius: 0.03rem;
}

.steps .step {
  height: 0.32rem;
  line-height: 0.32rem;
  color: #fff;
  text-align: center;
  position: relative;
}

.steps .step::after {
  content: "";
  position: absolute;
  right: -0.1rem;
  top: 50%;
  border-right: 3px solid #eee;
  border-top: 3px solid #eee;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.25rem;
  z-index: 10;
}

.steps .step.cur {
  background: #d22529;
}

.steps .step.cur::after {
  background: #d22529;
}

.steps .step.compalte {
  background: #f37e74;
}

.steps .step.compalte::after {
  background: #f37e74;
}

.order-wrap {
  background: #fff;
  margin: 0.25rem 0 0.4rem 0;
}

.order-wrap .hd {
  border-bottom: 2px dashed #ddd;
  height: 0.7rem;
  line-height: 0.7rem;
  padding: 0 0.5rem;
  font-size: 0.2rem;
  font-weight: 600;
}

.order-wrap .bd {
  padding: 0.2rem 0.5rem;
}

.order-wrap .bd p {
  margin-bottom: 0.15rem;
  font-size: 0.14rem;
  color: #333;
}

.order-wrap .bd p label {
  color: #111;
}

.order-wrap .bd p:last-child {
  margin-bottom: 0;
}

.order-wrap .bd .pay {
  border: 1px solid #ccc;
  float: left;
  padding: 0.12rem 0.2rem;
  width: 1.8rem;
  text-align: center;
  margin: 0 0.1rem 0 0;
}

.order-wrap .bd .pay img {
  vertical-align: top;
}

.order-wrap .table .thead {
  background: #e2e2e2;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.2rem;
  font-weight: bold;
}

.order-wrap .table .thead>div {
  margin: 0;
}

.order-wrap .table .thead>div>div:first-child {
  padding-left: 0.5rem;
}

.order-wrap .table .tbody>div {
  border-bottom: 1px solid #dbdbdb;
  margin: 0;
}

.order-wrap .table .tbody>div:last-child {
  border-bottom: 0 none;
}

.order-wrap .table .tbody>div>div {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.order-wrap .table .tbody>div>div:first-child {
  padding-left: 0.5rem;
}

.order-wrap .table .tbody>div>div h3 {
  font-size: 0.16rem;
  color: #333;
  font-weight: 600;
  line-height: 1;
}

.order-wrap .table .tbody>div>div p {
  font-size: 0.16rem;
  color: #5c5c5c;
}

.order-wrap .table .tbody>div>div h3+p {
  margin-top: 0.18rem;
}

.order-wrap .pd {
  padding: 0.3rem 0.5rem;
}

.order-wrap .pd label {
  font-size: 0.16rem;
  margin-bottom: 0.1rem;
}

.order-wrap .pd input {
  border-radius: 0;
}

.order-action {
  text-align: right;
  font-size: 0.16rem;
  margin-bottom: 0.6rem;
}

.order-action>div {
  margin-top: 0.3rem;
  font-size: 0.16rem;
  font-weight: 600;
}

.order-action>div>span.price {
  font-size: 0.3rem;
}

.order-action>div .btn {
  width: 1.3rem;
  height: 0.42rem;
  border-radius: 0;
}

.order-success {
  background: #fff7f6;
  padding: 0.7rem;
  margin-bottom: 0.6rem;
  text-align: center;
}

.order-success .icon {
  font-size: 0.6rem;
  color: #58bc46;
  line-height: 1;
  display: block;
}

.order-success h1 {
  margin: 0.2rem 0;
  font-size: 0.3rem;
  text-indent: 1em;
}

.order-success p {
  font-size: 0.16rem;
  color: #5c5c5c;
}

.form-control {
  font-size: 0.16rem;
  height: 0.36rem;
}

.avatar-wrap {
  position: relative;
  width: 0.36rem;
  height: 0.36rem;
  margin-top: 0.22rem;
  border-radius: 50%;
  margin-left: 1rem;
  float: left;
}

.avatar-wrap .account-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.15rem;
  margin-right: -0.1rem;
  background: #fff;
  box-shadow: 0 0 0.2rem 0 rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
}

.avatar-wrap .account-menu::before {
  content: "";
  right: 0.18rem;
  top: -0.15rem;
  border-bottom: 0.15rem solid #fff;
  border-right: 0.1rem solid transparent;
  border-left: 0.1rem solid transparent;
  position: absolute;
}

.avatar-wrap .account-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.avatar-wrap .account-menu ul li {
  text-align: center;
  width: 1.2rem;
}

.avatar-wrap .account-menu ul li.tl {
  border-top: 1px solid #ddd;
}

.avatar-wrap .account-menu ul li a {
  line-height: 0.32rem;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 0.14rem;
}

.avatar-wrap .account-menu ul li a:hover {
  background: #d22529;
  color: #fff;
}

.avatar-wrap:hover .account-menu {
  display: block;
}

.avatar {
  width: 0.36rem;
  height: 0.36rem;
  border-radius: 50%;
  overflow: hidden;
}

.avatar img {
  width: 0.36rem;
  height: 0.36rem;
  vertical-align: top;
}

.order-list {
  overflow-x: auto;
  margin: 0.2rem 0;
  border: 1px solid #ddd;
}

.order-list .pagination-wrap {
  margin-top: 0;
  text-align: right;
}

.order-list table {
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.order-list table thead tr td {
  background: #e6e6e6;
  line-height: 0.7rem;
  font-weight: 600;
}

.order-list table thead tr td:first-child {
  padding-left: 0.2rem;
}

.order-list table tbody tr td {
  padding: 0.2rem 0;
  border-bottom: 1px solid #ddd;
}

.order-list table tbody tr td:first-child {
  padding-left: 0.2rem;
}

.order-list table tbody tr:last-child td {
  border-bottom: 0 none;
}

.qr-pay {
  margin: 1rem auto 2rem auto;
  background: #fff;
  width: 5rem;
  padding: 0.6rem 0.8rem;
}

.qr-pay h3 {
  font-size: 0.2rem;
  font-weight: 600;
  line-height: 0.3rem;
  text-align: center;
  margin-bottom: 0.2rem;
}

.qr-pay h3 i {
  width: 0.3rem;
  height: 0.3rem;
  vertical-align: top;
  display: inline-block;
  margin: 0 0.1rem 0 0;
  background: url(../img/products/wx.png) 0 0 no-repeat;
  background-size: contain;
}

.qr-pay p {
  text-align: center;
  font-size: 0.16rem;
  line-height: 0.22rem;
}

.qr-pay p span.price {
  color: #e94638;
  font-weight: 600;
  font-size: 0.22rem;
  vertical-align: top;
}

.qr-pay .qr {
  border: 1px solid #ccc;
  width: 3.2rem;
  height: 3.2rem;
  margin: 0.2rem;
}

.qr-pay .qr img {
  width: 100%;
  vertical-align: top;
}

.about-box {
  margin-top: -0.87rem;
  margin-bottom: 1.0rem;
}

.about-box img {
  display: block;
  max-width: 100%;
}

.about-box .info {
  padding: 2.0rem 0 0 0;
  margin-left: .2rem;
}

.about-box .info h3 {
  font-size: .22rem;
  margin: 0 0 .46rem 0;
}

.about-box .info p {
  font-size: .16rem;
  line-height: 1.6;
  margin: 0 0 .26rem 0;
}

.map {
  height: 5.45rem;
  #background: url(../img/about/map.png) center center no-repeat;
  background-size: cover;
}

.about-contact {
  padding: 1.0rem 0;
}

.about-contact h3 {
  font-size: .36rem;
  line-height: 1;
  margin-bottom: .1rem;
}

.about-contact h4 {
  font-size: .16rem;
  font-weight: normal;
}

.about-contact p {
  font-size: .16rem;
  line-height: 1.6;
  margin-top: .25rem;
}

@media (min-width: 768px) {
  .wrapper .apply-info .area-box {
    margin-left: 0.5rem;
    margin-bottom: 2rem;
  }

  .wrapper .apply-info .area-box .btn-default {
    background: #bbbbbb;
    color: #fff;
  }

  .wrapper .apply-info .area-box .btn {
    float: left;
    line-height: 0.4rem;
    padding: 0 0.5rem;
    border-radius: 0;
    margin-right: 0.3rem;
    width: auto;
  }
}

.flex {
  display: box;
  box-orient: horizontal;
  box-pack: center;
  box-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -ms-box;
  -ms-box-pack: center;
  -ms-box-align: center;
}

.flex.flex-middle {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
}

.flex.flex-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex .flex-s {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.or1 {
  order: 1;
}

.or2 {
  order: 2;
}

.control-item {
  position: relative;
}

.is-err .control-item {
  margin-bottom: 30px;
}

.error-tips {
  font-size: 12px;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 10px;
  line-height: 20px;
  color: #df3131;
}

@font-face {
  font-family: 'iconfont';
  /* project id 799254 */
  src: url('//at.alicdn.com/t/font_799254_1b4qebqvhgk.eot');
  src: url('//at.alicdn.com/t/font_799254_1b4qebqvhgk.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_799254_1b4qebqvhgk.woff') format('woff'), url('//at.alicdn.com/t/font_799254_1b4qebqvhgk.ttf') format('truetype'), url('//at.alicdn.com/t/font_799254_1b4qebqvhgk.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: inherit;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
  content: "\e601";
}

.icon-password:before {
  content: "\e655";
}

.icon-wechat:before {
  content: "\e605";
}

.icon-email:before {
  content: "\e683";
}

.icon-phone-full:before {
  content: "\e652";
}

.icon-email-full:before {
  content: "\e602";
}

.icon-location:before {
  content: "\e611";
}

.icon-post:before {
  content: "\e67a";
}

.icon-send:before {
  content: "\e623";
}

.icon-success:before {
  content: "\e650";
}

.icon-info:before {
  content: "\e603";
}

.icon-phone:before {
  content: "\e654";
}

.icon-vercode:before {
  content: "\e6ad";
}

.icon-otp:before {
  content: "\e76a";
}

.icon-company:before {
  content: "\e600";
}

.icon-success-full:before {
  content: "\e604";
}