@charset "UTF-8";
/* Normalize */
* {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, ul, ol, dl, dt, dd, img, p, input, button {
  margin: 0;
  padding: 0; }

html, body {
  font-family: -apple-system-font, "Helvetica Neue","Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  font-size: 12px; }

/* Removes webkit border when the element is on focus */
a, a:active, a:focus,
button, button:active,
input, input:focus,
select, select:focus,
textarea, textarea:focus {
  outline: none;
  border: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

input, button, textarea, select, optgroup, option, i {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0; }

a {
  text-decoration: none;
  color: #0079FF; }

img {
  width: 100%;
  display: block;
  vertical-align: middle; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
  margin: 0; }

body {
  background: #f6f6f6; }

.ui-page-content {
  margin: 0 auto;
  max-width: 10rem;
  font-size: 0.37333rem; }

.f-fl {
  float: left; }

.f-fr {
  float: right; }

.f-bold {
  font-weight: bold; }

.f-clearfix:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden; }

/* Normalize */
.ui-header {
  height: 1.12rem;
  line-height: 1.12rem;
  position: relative;
  background: #03a5ef;
  font-size: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  z-index: 7; }

.ui-header h3 {
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.50667rem; }

.ui-header .back-prev, .ui-header .fast-login-link, .ui-header .pcenter, .ui-header .dropdown, .ui-header .reg {
  width: 1.2rem;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  color: #fff; }

.ui-header .back-prev:active, .ui-header .fast-login-link:active {
  background: #0197dc; }

.ui-header .back-prev:after {
  content: '';
  position: absolute;
  top: 0.34667rem;
  left: 0.4rem;
  width: 0.22667rem;
  height: 0.37333rem;
  background: url(../images/zixun/icon-back-prev.png) no-repeat;
  background-size: cover; }

.header-leftLink {
  margin-left: 0.4rem;
  color: #fff; }

.ui-header .location {
  width: 2.4rem;
  height: 100%;
  display: block;
  color: #fff;
  padding-left: 1rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-header .location:after {
  content: '';
  position: absolute;
  top: 0.32rem;
  left: 0.4rem;
  width: 0.36rem;
  height: 0.46667rem;
  background: url(../images/zixun/icon-location.png) no-repeat;
  background-size: cover; }

.ui-header .logo {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1; }

.ui-header .logo a {
  position: absolute;
  top: 0.26667rem;
  left: 30%;
  width: 2.33333rem;
  height: 0.6rem;
  background: url(../images/zixun/logo.png) no-repeat;
  background-size: cover; }

.ui-header .fast-login-link:after, .ui-header .pcenter:after {
  content: '';
  position: absolute;
  top: 0.26667rem;
  left: 0.34667rem;
  width: 0.45333rem;
  height: 0.50667rem;
  background-image: url(../images/icon/user-icon.png);
  background-size: cover;
  cursor: pointer;
  color: #333; }

.ui-header .dropdown:after {
  content: '';
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.54667rem;
  height: 0.33333rem;
  background-image: url(../images/zixun/icon-dropdown.png);
  background-size: cover;
  cursor: pointer; }

.ui-header span {
  display: inline-block;
  margin: 0 7px;
  color: #fff;
  font-size: 16px; }

.ui-header span.active {
  border-bottom: 2px solid #1186cb;
  color: #fff; }

.footer {
  padding-top: 0.45333rem;
  padding-bottom: 0.37333rem; }

.footer nav {
  text-align: center;
  margin-bottom: 0.16rem;
  color: #999; }

.footer nav a {
  line-height: 0.32rem;
  font-size: 0.37333rem;
  padding: 0 0.32rem;
  color: #999; }

.footer p {
  text-align: center;
  font-size: 0.37333rem;
  color: #999;
  line-height: 0.64rem;
  margin-left: 0.24rem; }

.footer p span {
  padding: 0 0.26667rem; }

.footer .link-mode {
  margin-left: 0.08rem;
  margin-bottom: 0.8rem; }

.footer .link-mode a {
  color: #999;
  padding: 0 0.26667rem; }

.ui-flexbox {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.ui-flex-1 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  flex-shrink: 0;
  flex-basis: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: 0; }

.ui-flex-2 {
  display: block;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-basis: 0;
  -webkit-flex-basis: 0; }

/*导航*/
.dropdown-warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none; }

.dropdown-warp .d-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  width: 50%;
  height: 100vh;
  background: #232323;
  box-shadow: 0 2px 2px #000; }

.dropdown-warp .d-list {
  position: relative;
  z-index: 3;
  float: right;
  padding-top: 1.12rem;
  width: 50%; }

.dropdown-warp .d-list li {
  margin-bottom: 0.26667rem; }

.dropdown-warp .d-list li a {
  padding: 0.1rem 0.5rem;
  display: block; }

.dropdown-warp .d-list li a:hover {
  background: #181818; }

.dropdown-warp .d-list .icon {
  display: inline-block;
  margin-right: 0.3rem;
  width: 1.12rem;
  height: 1.12rem;
  vertical-align: middle;
  background: url(../images/icon/drop-icon.png) no-repeat;
  background-size: 100% 100%; }

.dropdown-warp .d-list .icon2 {
  background-image: url(../images/icon/drop-icon2.png); }

.dropdown-warp .d-list .icon3 {
  background-image: url(../images/icon/drop-icon3.png); }

.dropdown-warp .d-list .icon4 {
  background-image: url(../images/icon/drop-icon4.png); }

.dropdown-warp .d-list a {
  color: #fff; }

.dropdown-warp .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: -10%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); }

.sn-bar {
  position: fixed;
  bottom: 55px;
  right: 18px;
  z-index: 5; }

@media screen and (min-width: 320px) and (max-width: 375px) {
  .sn-bar {
    position: fixed;
    bottom: 55px;
    right: 10px; } }

.hotline, .backtop, .consult {
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.hotline {
  background-image: url("../images/icon/hotline-icon.png"); }

.backtop {
  background-image: url("../images/icon/backtop-icon.png"); }

.consult {
  background-image: url("../images/icon/consult-icon.png"); }

.hotline a, .consult a {
  display: block;
  width: 100%;
  height: 100%; }

.swiper-container .swiper-pagination-bullet {
  margin: 0 0.06667rem !important;
  width: 0.13333rem;
  height: 0.13333rem;
  background: #fff;
  opacity: 0.8; }

.swiper-container .swiper-pagination-bullet-active {
  background: #03a5ef; }

.scrollerWrap {
  position: absolute;
  top: 1.12rem;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%; }

.scroller {
  margin: 0 auto;
  width: 100%;
  max-width: 10rem;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000; }

#scroller-pullDown, #scroller-pullUp {
  background: #fff;
  height: 1.06667rem;
  line-height: 1.06667rem;
  font-weight: bold;
  font-size: 0.32rem;
  color: #888;
  text-align: center;
  display: none;
  position: relative; }

#scroller-pullDown .pullDownIcon, #scroller-pullUp .pullUpIcon {
  display: inline-block;
  width: 0.8rem;
  height: 0.53333rem;
  margin-right: 0.13333rem;
  vertical-align: middle;
  background: url(../images/icon/iscroll-arrow.png) center 0 no-repeat;
  background-size: contain;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 250ms; }

#scroller-pullDown .pullDownIcon {
  -webkit-transform: rotate(0deg) translateZ(0); }

#scroller-pullUp .pullUpIcon {
  -webkit-transform: rotate(-180deg) translateZ(0); }

#scroller-pullDown.flip .pullDownIcon {
  -webkit-transform: rotate(-180deg) translateZ(0); }

#scroller-pullUp.flip .pullUpIcon {
  -webkit-transform: rotate(0deg) translateZ(0); }

#scroller-pullDown.loading .pullDownIcon, #scroller-pullUp.loading .pullUpIcon {
  background-image: url(../images/icon/alert-loading.gif); }

.sex {
  width: 64px;
  height: 23px;
  position: absolute;
  border-radius: 3px;
  border: 1px solid #a1acb2;
  top: 0.26667rem;
  right: 0.25333rem; }

.sex span {
  position: absolute;
  width: 32px;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  border-radius: 3px;
  color: #a1acb2;
  top: -1px;
  text-align: center; }

.sex .cur {
  background: red;
  color: #fff; }

.male {
  left: -1px; }

.female {
  right: -1px; }

.picker-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  overflow: auto;
  -webkit-user-select: none;
  z-index: 6; }

.city-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 95%;
  margin-top: 1.12rem; }

.picker-box dt {
  background-color: #F0F0F0;
  line-height: 1.2rem;
  font-size: 0.45333rem;
  padding-left: 16px; }

.picker-box dd {
  line-height: 1rem;
  font-size: 0.45333rem;
  border-bottom: 1px solid #dbdbdb;
  padding-left: 16px; }

.picker-box dd:active {
  background: #eee; }

.picker-box .hot-list {
  padding-bottom: 15px; }

.picker-box .hot-list:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.picker-box .hot-list dd {
  display: block;
  border: 1px solid #dbdbdb;
  float: left;
  margin: 15px 3px 0 9px;
  width: 28%;
  height: 1rem;
  text-align: center;
  padding: 0 0.3rem; }

.picker-box .hot-list dd:active {
  background: #eee; }

.navbar {
  position: fixed;
  top: 50%;
  right: 0.1rem;
  width: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border-radius: 5px; }

.navbar a {
  display: block;
  text-align: center;
  color: #333;
  font-size: 0.35rem; }

/* .navbar.active {
    background-color: grey;
}
.navbar.active a {
    color: #fff;
} */
.navbar.active a {
  color: #999; }

.picker-box .letterprompt {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: 0.6rem;
  border-radius: 50%;
  background-color: gray;
  color: #fff;
  text-align: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* Normalize */
* {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html, body, ul, ol, dl, dt, dd, img, p, input, button {
  margin: 0;
  padding: 0; }

html, body {
  font-family: -apple-system-font, "Helvetica Neue","Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
  -webkit-user-select: none;
  -webkit-user-drag: none;
  font-size: 12px; }

/* Removes webkit border when the element is on focus */
a, a:active, a:focus,
button, button:active,
input, input:focus,
select, select:focus,
textarea, textarea:focus {
  outline: none;
  border: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

input, button, textarea, select, optgroup, option, i {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  outline: 0; }

a {
  text-decoration: none;
  color: #0079FF; }

img {
  width: 100%;
  display: block;
  vertical-align: middle; }

ol, ul {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
  margin: 0; }

body {
  background: #f6f6f6; }

.ui-page-content {
  margin: 0 auto;
  max-width: 10rem;
  font-size: 0.37333rem; }

.f-fl {
  float: left; }

.f-fr {
  float: right; }

.f-bold {
  font-weight: bold; }

.f-clearfix:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  overflow: hidden; }

/* Normalize */
.ui-header {
  height: 1.12rem;
  line-height: 1.12rem;
  position: relative;
  background: #03a5ef;
  font-size: 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  z-index: 7; }

.ui-header h3 {
  color: #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.50667rem; }

.ui-header .back-prev, .ui-header .fast-login-link, .ui-header .pcenter, .ui-header .dropdown, .ui-header .reg {
  width: 1.2rem;
  height: 100%;
  display: block;
  position: relative;
  cursor: pointer;
  color: #fff; }

.ui-header .back-prev:active, .ui-header .fast-login-link:active {
  background: #0197dc; }

.ui-header .back-prev:after {
  content: '';
  position: absolute;
  top: 0.34667rem;
  left: 0.4rem;
  width: 0.22667rem;
  height: 0.37333rem;
  background: url(../images/zixun/icon-back-prev.png) no-repeat;
  background-size: cover; }

.header-leftLink {
  margin-left: 0.4rem;
  color: #fff; }

.ui-header .location {
  width: 2.4rem;
  height: 100%;
  display: block;
  color: #fff;
  padding-left: 1rem;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ui-header .location:after {
  content: '';
  position: absolute;
  top: 0.32rem;
  left: 0.4rem;
  width: 0.36rem;
  height: 0.46667rem;
  background: url(../images/zixun/icon-location.png) no-repeat;
  background-size: cover; }

.ui-header .logo {
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1; }

.ui-header .logo a {
  position: absolute;
  top: 0.26667rem;
  left: 30%;
  width: 2.33333rem;
  height: 0.6rem;
  background: url(../images/zixun/logo.png) no-repeat;
  background-size: cover; }

.ui-header .fast-login-link:after, .ui-header .pcenter:after {
  content: '';
  position: absolute;
  top: 0.26667rem;
  left: 0.34667rem;
  width: 0.45333rem;
  height: 0.50667rem;
  background-image: url(../images/icon/user-icon.png);
  background-size: cover;
  cursor: pointer;
  color: #333; }

.ui-header .dropdown:after {
  content: '';
  position: absolute;
  top: 0.4rem;
  right: 0.4rem;
  width: 0.54667rem;
  height: 0.33333rem;
  background-image: url(../images/zixun/icon-dropdown.png);
  background-size: cover;
  cursor: pointer; }

.ui-header span {
  display: inline-block;
  margin: 0 7px;
  color: #fff;
  font-size: 16px; }

.ui-header span.active {
  border-bottom: 2px solid #1186cb;
  color: #fff; }

.footer {
  padding-top: 0.45333rem;
  padding-bottom: 0.37333rem; }

.footer nav {
  text-align: center;
  margin-bottom: 0.16rem;
  color: #999; }

.footer nav a {
  line-height: 0.32rem;
  font-size: 0.37333rem;
  padding: 0 0.32rem;
  color: #999; }

.footer p {
  text-align: center;
  font-size: 0.37333rem;
  color: #999;
  line-height: 0.64rem;
  margin-left: 0.24rem; }

.footer p span {
  padding: 0 0.26667rem; }

.footer .link-mode {
  margin-left: 0.08rem;
  margin-bottom: 0.8rem; }

.footer .link-mode a {
  color: #999;
  padding: 0 0.26667rem; }

.ui-flexbox {
  display: box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex; }

.ui-flex-1 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  flex-shrink: 0;
  flex-basis: 0;
  -webkit-flex-shrink: 0;
  -webkit-flex-basis: 0; }

.ui-flex-2 {
  display: block;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  flex: 2;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
  flex-basis: 0;
  -webkit-flex-basis: 0; }

/*导航*/
.dropdown-warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none; }

.dropdown-warp .d-nav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  margin: 0;
  width: 50%;
  height: 100vh;
  background: #232323;
  box-shadow: 0 2px 2px #000; }

.dropdown-warp .d-list {
  position: relative;
  z-index: 3;
  float: right;
  padding-top: 1.12rem;
  width: 50%; }

.dropdown-warp .d-list li {
  margin-bottom: 0.26667rem; }

.dropdown-warp .d-list li a {
  padding: 0.1rem 0.5rem;
  display: block; }

.dropdown-warp .d-list li a:hover {
  background: #181818; }

.dropdown-warp .d-list .icon {
  display: inline-block;
  margin-right: 0.3rem;
  width: 1.12rem;
  height: 1.12rem;
  vertical-align: middle;
  background: url(../images/icon/drop-icon.png) no-repeat;
  background-size: 100% 100%; }

.dropdown-warp .d-list .icon2 {
  background-image: url(../images/icon/drop-icon2.png); }

.dropdown-warp .d-list .icon3 {
  background-image: url(../images/icon/drop-icon3.png); }

.dropdown-warp .d-list .icon4 {
  background-image: url(../images/icon/drop-icon4.png); }

.dropdown-warp .d-list a {
  color: #fff; }

.dropdown-warp .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: -10%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5); }

.sn-bar {
  position: fixed;
  bottom: 55px;
  right: 18px;
  z-index: 5; }

@media screen and (min-width: 320px) and (max-width: 375px) {
  .sn-bar {
    position: fixed;
    bottom: 55px;
    right: 10px; } }

.hotline, .backtop, .consult {
  width: 1.2rem;
  height: 1.2rem;
  margin-bottom: 5px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center; }

.hotline {
  background-image: url("../images/icon/hotline-icon.png"); }

.backtop {
  background-image: url("../images/icon/backtop-icon.png"); }

.consult {
  background-image: url("../images/icon/consult-icon.png"); }

.hotline a, .consult a {
  display: block;
  width: 100%;
  height: 100%; }

.swiper-container .swiper-pagination-bullet {
  margin: 0 0.06667rem !important;
  width: 0.13333rem;
  height: 0.13333rem;
  background: #fff;
  opacity: 0.8; }

.swiper-container .swiper-pagination-bullet-active {
  background: #03a5ef; }

.scrollerWrap {
  position: absolute;
  top: 1.12rem;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%; }

.scroller {
  margin: 0 auto;
  width: 100%;
  max-width: 10rem;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000; }

#scroller-pullDown, #scroller-pullUp {
  background: #fff;
  height: 1.06667rem;
  line-height: 1.06667rem;
  font-weight: bold;
  font-size: 0.32rem;
  color: #888;
  text-align: center;
  display: none;
  position: relative; }

#scroller-pullDown .pullDownIcon, #scroller-pullUp .pullUpIcon {
  display: inline-block;
  width: 0.8rem;
  height: 0.53333rem;
  margin-right: 0.13333rem;
  vertical-align: middle;
  background: url(../images/icon/iscroll-arrow.png) center 0 no-repeat;
  background-size: contain;
  -webkit-transition-property: -webkit-transform;
  -webkit-transition-duration: 250ms; }

#scroller-pullDown .pullDownIcon {
  -webkit-transform: rotate(0deg) translateZ(0); }

#scroller-pullUp .pullUpIcon {
  -webkit-transform: rotate(-180deg) translateZ(0); }

#scroller-pullDown.flip .pullDownIcon {
  -webkit-transform: rotate(-180deg) translateZ(0); }

#scroller-pullUp.flip .pullUpIcon {
  -webkit-transform: rotate(0deg) translateZ(0); }

#scroller-pullDown.loading .pullDownIcon, #scroller-pullUp.loading .pullUpIcon {
  background-image: url(../images/icon/alert-loading.gif); }

.sex {
  width: 64px;
  height: 23px;
  position: absolute;
  border-radius: 3px;
  border: 1px solid #a1acb2;
  top: 0.26667rem;
  right: 0.25333rem; }

.sex span {
  position: absolute;
  width: 32px;
  height: 23px;
  line-height: 23px;
  font-size: 12px;
  border-radius: 3px;
  color: #a1acb2;
  top: -1px;
  text-align: center; }

.sex .cur {
  background: red;
  color: #fff; }

.male {
  left: -1px; }

.female {
  right: -1px; }

body {
  padding-bottom: 1.33333rem; }

.btn-fixed {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 167, 235, 0.9); }
  .btn-fixed a {
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 0.50667rem;
    height: 1.33333rem;
    line-height: 1.33333rem;
    color: #fff;
    text-align: center; }
  .btn-fixed i {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0.26667rem;
    width: 0.66667rem;
    height: 0.66667rem;
    background: url("../images/icon/money-icon.png") no-repeat 0 0;
    background-size: contain; }

.services {
  margin: 0.2rem 0 0.13333rem 0; }
  .services input {
    vertical-align: middle;
    margin-right: 0.13333rem; }
  .services a {
    color: #efb25f; }

.ui-form {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  padding: 0.4rem 1.33333rem;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  color: #fff; }
  .ui-form .title {
    text-align: center;
    font-size: 0.42667rem; }
    .ui-form .title i {
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.26667rem;
      width: 0.66667rem;
      height: 0.66667rem;
      background: url("../images/icon/icon-btn.png") no-repeat 0 0;
      background-size: 100%; }
  .ui-form .ui-form-item {
    position: relative;
    margin-top: 0.53333rem;
    height: 40px; }
    .ui-form .ui-form-item .icon {
      position: absolute;
      top: 0.26667rem;
      left: 0.53333rem;
      width: 0.52rem;
      height: 0.6rem; }
    .ui-form .ui-form-item .icon-f-dk {
      background: url("../images/icon/icon-dk.png") no-repeat;
      background-size: 100% 100%; }
    .ui-form .ui-form-item .icon-f-phone {
      background: url("../images/icon/icon-phone.png") no-repeat;
      background-size: 100% 100%; }
    .ui-form .ui-form-item .icon-f-code {
      background: url("../images/icon/icon-code.png") no-repeat;
      background-size: 100% 100%; }
    .ui-form .ui-form-item .icon-f-pic-code {
      background: url("../images/icon/icon-pic-code.png") no-repeat;
      background-size: 100% 100%; }
    .ui-form .ui-form-item .icon-f-pic {
      background: url("../images/icon/icon-pic.png") no-repeat;
      background-size: 100% 100%; }
    .ui-form .ui-form-item .icon-city {
      background: url("../images/icon/icon-city.png") no-repeat;
      background-size: 100% 100%; }
    .ui-form .ui-form-item .ui-input {
      position: relative;
      height: 1.06667rem;
      border: #fff solid 1px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px; }
      .ui-form .ui-form-item .ui-input .ui-text {
        display: block;
        width: 100%;
        padding: 0.13333rem 0 0 1.46667rem;
        line-height: 0.8rem;
        font-size: 0.37333rem;
        background: none;
        color: #fff; }
      .ui-form .ui-form-item .ui-input select.ui-text {
        top: -2px;
        width: 98%;
        -webkit-appearance: none;
        color: transparent; }
    .ui-form .ui-form-item .verify-msg {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 0.53333rem;
      height: 1.06667rem;
      line-height: 1.06667rem;
      color: #ecb160;
      cursor: pointer;
      background: none; }
    .ui-form .ui-form-item .verify-img {
      position: absolute;
      top: 0;
      right: 0;
      height: 1.06667rem;
      line-height: 1.06667rem;
      color: #ecb160;
      cursor: pointer;
      background: none; }
      .ui-form .ui-form-item .verify-img img {
        height: 100%; }
    .ui-form .ui-form-item .msgs1 {
      cursor: default; }
    .ui-form .ui-form-item .short {
      width: 4.26667rem; }
    .ui-form .ui-form-item .code-box {
      position: absolute;
      top: 0;
      right: 0;
      width: 2.66667rem;
      height: 1.04rem; }
      .ui-form .ui-form-item .code-box .code {
        height: 1.04rem; }
    .ui-form .ui-form-item .inpt {
      width: 100%;
      font-size: 0.37333rem;
      background: transparent;
      color: #fff;
      padding: 10px 5px 8px 1.6rem;
      line-height: 20px; }
    .ui-form .ui-form-item .unit {
      position: absolute;
      top: 10px;
      right: 20px; }
    .ui-form .ui-form-item .send-code {
      position: absolute;
      top: 0;
      right: 0;
      padding: 0 0.53333rem;
      height: 1.06667rem;
      line-height: 1.06667rem;
      color: #ecb160;
      cursor: pointer;
      background: none; }
  .ui-form .item-none {
    display: none; }
  .ui-form .form-tab {
    *height: 1%;
    position: relative;
    margin-top: 9px;
    width: 7.25333rem;
    height: 1.06667rem;
    line-height: 1.06667rem;
    border: #fff solid 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .ui-form .form-tab:after {
      clear: both;
      content: '.';
      display: block;
      height: 0;
      line-height: 0;
      overflow: hidden; }
    .ui-form .form-tab .gender-item {
      position: absolute;
      top: -1px;
      width: 50%;
      height: 1.06667rem;
      line-height: 1.06667rem;
      font-size: 0.37333rem;
      text-align: center;
      color: #fff;
      cursor: pointer; }
      .ui-form .form-tab .gender-item.man {
        left: -1px; }
      .ui-form .form-tab .gender-item.woman {
        right: -1px; }
      .ui-form .form-tab .gender-item.active {
        background: #efb25f;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
      .ui-form .form-tab .gender-item input {
        display: none; }
  .ui-form .ui-submit-btn {
    width: 100%;
    height: 1.06667rem;
    color: #fff;
    background: #efb25f;
    font-size: 0.45333rem;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
  .ui-form .select-list {
    position: relative; }
  .ui-form .select-list .ui-text {
    background: transparent;
    color: #fff; }
  .ui-form .select-list select.ui-text {
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    z-index: 2; }
  .ui-form .select-list .select-arrow-icon {
    position: absolute;
    top: 0;
    right: -3px;
    display: block;
    width: 35px;
    height: 8px;
    z-index: 2; }
  .ui-form .select-list .select-arrow-icon:before {
    content: '';
    position: absolute;
    top: 19px;
    left: 0;
    border-top: 8px solid #354b6a;
    border-left: 8px dashed transparent;
    border-right: 8px dashed transparent; }
  .ui-form .select-list .select-arrow-icon:after {
    content: '';
    position: absolute;
    top: 17px;
    left: 0;
    border-top: 8px solid #FFF;
    border-left: 8px dashed transparent;
    border-right: 8px dashed transparent; }
  .ui-form .close {
    margin-top: 0.37333rem;
    display: inline-block;
    width: 1.06667rem;
    height: 1.06667rem;
    background: url("../images/icon/close.png") no-repeat 0 0;
    background-size: 100%; }
  .ui-form .max {
    margin-top: 0.4rem;
    font-size: 0.34667rem; }
  .ui-form .error-box {
    font-size: 0.37333rem; }

@media screen and (min-width: 320px) and (max-width: 460px) {
  .ui-form .ui-form-item {
    margin-top: 0.26667rem; } }

@media screen and (max-width: 320px) {
  .ui-form .title {
    padding: 0.26667rem 0; }
  .ui-form .form-box .ui-form-item {
    margin-top: 0.26667rem; }
    .ui-form .form-box .ui-form-item .ui-text {
      padding: 6px 5px 8px 1.6rem; }
    .ui-form .form-box .ui-form-item .icon {
      top: 0.24rem; } }

.ui-header .reg {
  padding-right: 0.4rem;
  width: 2.4rem;
  text-align: right; }
  .ui-header .reg:after {
    content: '';
    width: 0.4rem;
    height: 0.4rem;
    left: 0.6rem;
    position: absolute;
    background: url(../images/icon/icon-tel2.png) no-repeat;
    top: 0.33rem;
    background-size: contain; }

.swiper1, .swiper1 img {
  height: 4.53333rem; }

.mod-box .swiper-container {
  padding: 0.53333rem 0 0.53333rem 0.4rem;
  width: 100%;
  height: 3.06667rem; }

.mod-box .swiper-slide {
  position: relative;
  text-align: left;
  font-size: 0.37333rem;
  background: #fff;
  width: 48.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  -webkit-justify-content: left;
  justify-content: left;
  -webkit-box-align: left;
  -ms-flex-align: left;
  -webkit-align-items: left;
  align-items: left; }
  .mod-box .swiper-slide .pic {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0.13333rem 0.13333rem 0 0; }
    .mod-box .swiper-slide .pic img {
      width: 1.70667rem;
      height: 1.70667rem;
      border: #dcdcdc solid 1px; }
  .mod-box .swiper-slide .con {
    margin-left: 1.8rem; }
  .mod-box .swiper-slide .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.52rem; }
  .mod-box .swiper-slide p {
    color: #666;
    display: block; }
  .mod-box .swiper-slide .tags {
    color: #22a2dc; }
  .mod-box .swiper-slide a {
    color: #333; }

.service {
  margin: 0 0 0.26667rem 0;
  background: #fff;
  border-bottom: #dcdcdc solid 1px;
  border-top: #dcdcdc solid 1px; }
  .service .flex1 {
    position: relative;
    border-right: #dcdcdc solid 1px; }
    .service .flex1:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      background: url("../images/zixun/new-item-iocn.png") no-repeat;
      width: 0.96rem;
      height: 0.96rem;
      background-size: cover; }
  .service .item {
    display: block;
    color: #333;
    font-size: 0.4rem; }
    .service .item img {
      display: inline-block; }
    .service .item span {
      display: block; }
    .service .item:active {
      background: #eee; }
    .service .item:focus {
      background: #eee; }
    .service .item.active {
      background: #eee; }
  .service .item1 {
    padding: 0.66667rem 0;
    text-align: center; }
    .service .item1 img {
      margin-top: 0.26667rem;
      width: 2.68rem;
      height: 2.32rem; }
  .service .item2 {
    padding: 0.93333rem 0 0.93333rem 0.4rem;
    *height: 1%;
    border-bottom: #dcdcdc solid 1px; }
    .service .item2:after {
      clear: both;
      content: '.';
      display: block;
      height: 0;
      line-height: 0;
      overflow: hidden; }
    .service .item2 span {
      float: left; }
    .service .item2 .gray {
      display: block;
      color: #999;
      font-size: 0.32rem;
      font-style: normal; }
    .service .item2 img {
      margin-left: 0.4rem;
      width: 1.17333rem;
      height: 0.76rem; }
  .service .item3 {
    padding: 0.2rem 0 0.53333rem 0.41333rem; }
    .service .item3 span {
      float: left;
      margin-top: 0.33333rem; }
    .service .item3 img {
      margin-left: 0.4rem;
      width: 1.76rem;
      height: 0.93333rem; }

.nav-box {
  border-top: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
  *height: 1%;
  background: #fff; }
  .nav-box:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden; }
  .nav-box .item {
    float: left;
    padding: 0.66667rem 0 0.66667rem 0.4rem;
    width: 33%;
    color: #333;
    font-size: 0.4rem; }
    .nav-box .item:active {
      background: #eee; }
    .nav-box .item:focus {
      background: #eee; }
    .nav-box .item.active {
      background: #eee; }
    .nav-box .item img {
      float: left;
      margin-right: 0.13333rem;
      width: 1.09333rem;
      height: 1.09333rem; }
    .nav-box .item span {
      display: block; }
  .nav-box .item1 {
    width: 33%; }
  .nav-box .item2 {
    width: 33%; }

.recommend {
  background: #fff;
  border-bottom: #dcdcdc solid 1px;
  height: 2.42667rem;
  overflow: hidden; }
  .recommend .item {
    position: relative;
    float: left;
    padding: 0.4rem 0 0.10667rem 0.53333rem;
    width: 50%;
    line-height: 1.66667rem;
    color: #333;
    font-size: 0.4rem; }
    .recommend .item:active {
      background: #eee; }
    .recommend .item:after {
      content: '';
      position: absolute;
      top: 0.66667rem;
      right: 0.53333rem;
      width: 1.8rem;
      height: 1.12rem;
      background: url(../images/icon/icon8.png) no-repeat;
      background-size: 100% 100%; }
    .recommend .item .tit {
      margin-bottom: 0.26667rem; }
    .recommend .item img {
      display: inline-block;
      margin-left: 0.26667rem;
      width: 1.74667rem;
      height: 1.06667rem; }
  .recommend .item2:after {
    content: '';
    position: absolute;
    top: 0.6rem;
    right: 0.53333rem;
    width: 1.86667rem;
    height: 1.2rem;
    background: url(../images/icon/icon7.png) no-repeat;
    background-size: 100% 100%; }

.mod-box {
  margin-top: 0.26667rem;
  border-top: #dcdcdc solid 1px;
  border-bottom: #dcdcdc solid 1px;
  background: #fff; }
  .mod-box .hd {
    position: relative;
    padding: 0 0.4rem 0 0.93333rem;
    border-bottom: #dcdcdc solid 1px;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.42667rem; }
    .mod-box .hd:before {
      content: '';
      position: absolute;
      top: 0.46667rem;
      left: 0.4rem;
      background: url(../images/icon/icon-tit1.png) no-repeat;
      background-size: cover;
      width: 0.36rem;
      height: 0.36rem; }
    .mod-box .hd .hd-link {
      display: block;
      color: #333; }
    .mod-box .hd .more {
      float: right;
      font-size: 0.34667rem;
      color: #999; }

.m-news .hd:before {
  background: url(../images/icon/icon-tit2.png) no-repeat;
  background-size: cover; }

.m-news .hd:active {
  background: #eee; }

.m-news li {
  position: relative;
  *height: 1%;
  padding: 0.4rem;
  border-bottom: #dcdcdc solid 1px;
  font-size: 0.37333rem; }
  .m-news li:after {
    clear: both;
    content: '.';
    display: block;
    height: 0;
    line-height: 0;
    overflow: hidden; }
  .m-news li:last-child {
    border: 0; }
  .m-news li .link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.52rem; }
  .m-news li .pic {
    float: left;
    margin-right: 0.26667rem;
    border: #dcdcdc solid 1px; }
    .m-news li .pic img {
      width: 2.29333rem;
      height: 1.72rem; }
  .m-news li .title {
    padding: 0.13333rem 0;
    height: 0.93333rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .m-news li .tags .tag {
    float: left;
    padding: 0 0.13333rem;
    height: 0.53333rem;
    line-height: 0.53333rem;
    color: #03a5ef;
    font-size: 0.32rem;
    border: #03a5ef solid 1px; }
  .m-news li .tags .comt {
    float: right;
    font-size: 0.32rem;
    color: #999; }
  .m-news li a {
    color: #333; }
  .m-news li:active {
    background: #eee; }

.upgrade-box {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  text-align: center; }
  .upgrade-box .con {
    position: relative;
    top: 50%;
    margin: -4.66667rem auto 0;
    padding-top: 3.04rem;
    line-height: 0.53333rem;
    width: 6.4rem;
    height: 7.05333rem;
    font-size: 0.37333rem;
    background: url("../images/bg/upgrade.png") no-repeat;
    background-size: 100% 100%;
    border-radius: 0.13333rem; }
  .upgrade-box .img {
    margin: 0 auto 0.4rem;
    width: 3.09333rem;
    height: 0.90667rem; }
  .upgrade-box .btn {
    margin-top: 0.4rem;
    display: inline-block;
    width: 2.66667rem;
    height: 0.8rem;
    line-height: 0.8rem;
    background: #efb25f;
    color: #fff;
    border-radius: 0.13333rem;
    font-size: 0.37333rem; }
