/* document CSS reset */
html,
body {
  height: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

body {
  max-width: 750px;
  font-size: 0.7rem;
  font-family: "Microsoft YaHei", "Myriad Set Pro", "Sukhumvit Set",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  background: #f6f8fa;
  color: #141414;
  min-width: 320px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
form {
  margin: 0;
  font-weight: normal;
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

div,
p,
ul,
li,
input,
select,
textarea,
nav,
dfn,
a {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: "Microsoft YaHei", "Myriad Set Pro", "Sukhumvit Set",
    "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 0.7rem;
  outline: none;
  border: none;
  box-shadow: none;
  background-color: #fff;
  margin: 0;
  padding: 0;
}

button,
select,
textarea,
input[type="button"],
input[type="text"],
input[type="password"],
input[type="number"],
input[type="datetime-local"],
input[type="date"],
input[type="search"] {
  -webkit-appearance: none;
}

input[type=search]::-webkit-search-cancel-button, /* webkit input search close none */
input[type=date]::-webkit-clear-button, /* webkit input date close down button none */
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=number]::-webkit-inner-spin-button {
  display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cfd7da;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

/* placeholder font color */
/*input:disabled,*/ /* IOS input disabled font color opacity */
/*input[disabled] {
    color: #333;
    -webkit-text-fill-color: #333;
    -webkit-opacity: 1;
    opacity: 1;
}*/

/*input:disabled::-webkit-input-placeholder,
input[disabled]::-webkit-input-placeholder {
    color: #C6C9CF;
    -webkit-text-fill-color: #C6C9CF;
    -webkit-opacity: 1;
    opacity: 1;
}
*/
a {
  text-decoration: none;
  color: #141414;
}

/*a:hover{ text-decoration: none;}
a:active{ 
  opacity: .7; 
  transition: .5s;
}*/
a,
a:focus,
a:hover,
button,
input,
select,
span,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-user-select: auto;
  outline: none !important;
}

input {
  -webkit-touch-callout: default;
}

a::-moz-focus-inner {
  -moz-tap-highlight-color: transparent;
}

button::-moz-focus-inner {
  border: 0;
  outline: none;
}

dfn,
em,
i,
th {
  font-style: normal;
}

img {
  border: none;
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.bg-white {
  background-color: #fff;
}

.pd-tb20-per {
  padding: 20% 0;
}

.disabled {
  background: #dddfe2 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/*滚动条*/
::-webkit-scrollbar {
  width: 0px;
  height: 1px;
  display: none;
}
::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}

.nowrap {
  white-space: nowrap;
}

.hr-bg {
  font-size: 0;
  height: 0.5rem;
  background: #f3f4f8;
}

.scroll-h {
  -webkit-overflow-scrolling: touch;
}

.bg-linear-gradient {
  background: #f55f66;
  background: -webkit-linear-gradient(left, #f55f66, #f56d5f);
  background: linear-gradient(to right, #f55f66, #f56d5f);
  box-shadow: 0 3px 6px rgba(245, 95, 102, 0.4);
}

.n-main {
  padding-top: 2rem;
}

.n-main .n-head {
  position: fixed;
  width: 100%;
  max-width: 750px;
  top: 0;
  left: 50%;
  z-index: 4000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 1px solid #e7eaf1;
  -webkit-tap-highlight-color: transparent;
}

.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex1 {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-default {
  color: #dddfe2;
}

.border-b {
  position: relative;
  border-bottom: none !important;
}

.border-t {
  position: relative;
  border-top: none !important;
}

.border-b:after,
.border-t:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #e7eaf1;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.border-t:before {
  bottom: initial;
  top: 0;
}

/* 2倍屏 */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .border-b:after {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
  .border-t:before {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}

/* 3倍屏 */
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .border-b:after {
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
  }
  .border-t:before {
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}

.n-main .n-head,
.n-main .n-foot {
  -webkit-align-items: stretch /* center */;
  align-items: stretch /* center */;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 2rem;
  background-color: #fff;
}
/* 首页头部 */
.n-main .new-head {
  -webkit-align-items: stretch /* center */;
  align-items: stretch /* center */;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
  height: 2.2rem /* 44/20 */;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4000;
  background-color: #fff;
}
.new-head .search-header {
  width: 12.75rem /* 255/20 */;
  background-color: #f5f5f9;
  height: 1.5rem /* 30/20 */;
  line-height: 1.5rem;
  border-radius: 0.75rem /* 15/20 */;
  padding-left: 0.5rem /* 10/20 */;
  color: #bec1c4;
}
.new-head .search-header .ico-search {
  width: 0.7rem /* 14/20 */;
  height: 0.7rem /* 14/20 */;
  background-image: url(../images/ico-search1.png);
  margin-right: 0.4rem /* 8/20 */;
}
/* 首页头部滚动时固定并且切换样式 */
.new-head.new-head-fiexed {
  background: none;
  color: #ffffff;
}
.new-head.new-head-fiexed .ico-arrowd {
  background-image: url(../images/ico-w-arrowd.png);
}
.new-head.new-head-fiexed .ico-user {
  background-image: url(../images/ico-user-white.png);
}
.new-head.new-head-fiexed .ico-user-logined {
  background-image: url(../images/ico-user-logined-white.png);
}
.new-head.new-head-fiexed .search-header {
  background-color: #ffffff;
}
.n-main .n-head2 {
  height: 4.5rem;
  line-height: normal;
  border-bottom: 1px solid #e7eaf1;
}

.n-main .n-cont {
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
}

.n-head > a,
.n-head > span {
  position: relative;
  z-index: 200;
}

.n-head .p-title {
  font-size: 0.85rem;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 100;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 10em;
  line-height: 2rem;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
}

.n-head .button {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  display: -webkit-flex;
  display: flex;
  height: 2rem;
  -webkit-align-items: center;
  align-items: center;
}

/* flex list */
.fl-c {
  display: -webkit-box;
  display: box;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  box-pack: justify;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row; /* left */
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.fl-c .fl-l {
  display: -webkit-box;
  display: box;
  -webkit-box-align: center;
  -moz-box-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
}

.fl-c .fl-r {
  display: -webkit-box;
  display: box;
  -webkit-box-pack: end;
  box-pack: end;
  -webkit-box-align: center;
  box-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 100%;
  -webkit-flex: 1;
  flex: 1;
}

.fl-c .fl-h1 {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

/* form */
/*.but{*/
/*display: inline-block;*/
/*font: normal .7rem "Microsoft YaHei","Myriad Set Pro","Sukhumvit Set","Helvetica Neue","Helvetica","Arial","sans-serif";*/
/*cursor: pointer;*/
/*height: 1.5rem;*/
/*line-height: 1.5rem;*/
/*border-radius: .15rem;*/
/*background-color: #EEE;*/
/*color: #333;*/
/*border: 1px solid #BBB;*/
/*vertical-align: middle;*/
/*text-align: center;*/
/*-moz-user-select: none;*/
/*-webkit-user-select: none;*/
/*}*/
/*.but-code,*/
/*.but-end3,*/
/*.but-end4{*/
/*display: inline-block;*/
/*width: 7.7rem; height: 1.5rem; line-height: 1.5rem;*/
/*border: 1px solid #E7EAEF;*/
/*border-radius: 2.1rem;*/
/*text-align: center;*/
/*margin-left: .25rem;*/
/*}*/
/*.but-end1{*/
/*display: block;*/
/*height: 2.5rem;*/
/*text-align: center;*/
/*background: -webkit-linear-gradient( left, #F2705B, #EE5A69);*/
/*background:    -moz-linear-gradient( left, #F2705B, #EE5A69);*/
/*background:      -o-linear-gradient( left, #F2705B, #EE5A69);*/
/*color: #FFF;*/
/*font-size: .8rem;*/
/*}*/
/*.but-end3,*/
/*.but-end4{*/
/*height: 2rem; line-height: 2rem;*/
/*margin-left: 0;*/
/*width: 100%;*/
/*}*/
/*.but-end4{*/
/*background: -webkit-linear-gradient( left, #F2705B, #EE5A69);*/
/*background:    -moz-linear-gradient( left, #F2705B, #EE5A69);*/
/*background:      -o-linear-gradient( left, #F2705B, #EE5A69);*/
/*color: #FFF;*/
/*border: none;*/
/*}*/
/*.but:active{
  opacity: .7;
  text-decoration: none;
}*/
.text {
  border: none;
  width: 100%;
  height: 100%;
  text-align: right;
}

.text-search {
}

.text-day {
}

.select {
  border: none;
  padding: 0 0.2rem;
  color: #333;
  height: 1.5rem;
  line-height: 1.5rem;
  border-radius: 0.15rem;
  vertical-align: middle;
}

.textarea {
  width: 100%;
  border: none;
  resize: none;
  color: #333;
  padding: 1rem 0;
  border-bottom: 1px solid #e7eaf1;
  min-height: 3rem;
}

.textarea-p {
  margin: 0.25rem 0 0.5rem;
  text-align: right;
  color: #cfd7da;
  font-size: 0.6rem;
}

.text:focus,
.textarea:focus {
}

/* checkbox radio switch  */
.checkbox,
.radio,
.switch {
  vertical-align: middle;
  display: inline-block;
  font-size: 0;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  position: relative;
}

.checkbox .mo-box,
.radio .mo-box,
.switch .mo-box {
  position: absolute;
  width: 0.8rem;
  height: 8rem;
  line-height: 0.55rem;
  background-color: #f3f4f8;
  left: 50%;
  top: 50%;
  margin: -0.4rem 0 0 -0.4rem;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
  padding: 1px;
}

.checkbox .mo-int:checked + .mo-box:after,
.checkbox .mo-box:before,
.radio .mo-int:checked + .mo-box:after,
.radio .mo-box:before,
.switch .mo-box:before,
.switch .mo-int:checked + .mo-box:after {
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  animation: checkbox1 0.3s;
  animation-iteration-count: 1;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
}

.radio .mo-int:checked + .mo-box:after {
  border: 3px solid #303135;
  background: #fff;
}

.checkbox .mo-box:before,
.radio .mo-box:before {
  animation: checkbox2 0.3s;
  background-color: #f3f4f8;
}

.radio .mo-box,
.radio .mo-int:checked + .mo-box:after,
.radio .mo-box:before {
  border-radius: 50%;
}

.switch {
  width: 3rem;
}

.switch .mo-box {
  width: 1.7rem;
}

.switch .mo-box:before,
.switch .mo-int:checked + .mo-box:after {
  width: 50%;
  animation: switch1 0.3s;
  animation-iteration-count: 1;
  margin-left: -50%;
}

.switch .mo-int:checked + .mo-box:after {
  animation: switch2 0.3s;
  margin-left: 50%;
  background-color: #f60;
}

.checkbox .mo-int,
.checkbox .mo-int:checked + .mo-box:before,
.radio .mo-int,
.radio .mo-int:checked + .mo-box:before,
.switch .mo-int,
.switch .mo-int:checked + .mo-box:before {
  display: none;
}

@keyframes checkbox1 {
  from {
    width: 0;
    height: 0;
    -webkit-transform: rotate(0deg);
  }
  to {
    width: 110%;
    height: 110%;
    -webkit-transform: rotate(360deg);
  }
}

@keyframes checkbox2 {
  from {
    width: 110%;
    height: 110%;
    -webkit-transform: rotate(360deg);
    background-color: #bbb;
  }
  to {
    width: 0;
    height: 0;
    -webkit-transform: rotate(0deg);
    background-color: #fff;
  }
}

@keyframes switch1 {
  from {
    margin-left: 50%;
    background-color: #f60;
  }
  to {
    margin-left: -50%;
    background-color: #bbb;
  }
}

@keyframes switch2 {
  from {
    margin-left: -50%;
    background-color: #bbb;
  }
  to {
    margin-left: 50%;
    background-color: #f60;
  }
}

/* */
.disabled {
}

/* tag */
.tag {
}

.error {
}

.loadBox {
  line-height: 1.2rem;
  height: 1.2rem;
  text-align: center;
  display: none;
}

.loadBox.loading {
  display: block;
}

.loadBox span {
  display: inline-block;
}

.loadBox.loading span {
  position: relative;
  padding-left: 1.05rem;
}

.loadBox.loading span:before {
  content: "";
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  background-image: url("../images/ico-loading.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: 10;
  -webkit-animation: loadingRotate 1s linear infinite;
  animation: loadingRotate 1s linear infinite;
}

@-webkit-keyframes loadingRotate {
  form {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes loadingRotate {
  form {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/*  tabpanel */
.tpl-h {
  height: 2rem;
  line-height: 2rem;
  display: -webkit-box;
  display: box;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  box-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
}

.tpl-h li {
  display: -webkit-box;
  display: box;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-flex: 1;
  box-flex: 1;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  position: relative;
}

.tpl-h .checked {
  color: #e33453;
}

.tpl-h .checked:after {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 3px;
  background: #e33453;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  margin-left: -0.5rem;
}

/* pop message */
/*.n-mask{ */
/*position: fixed;*/
/*left: 0;*/
/*top: 0;*/
/*background-color:rgba(0,0,0,0.8);*/
/*width: 100%;*/
/*height: 100%;*/
/*opacity: .4;*/
/*z-index: 10;*/
/*}*/

/* other */
.name:target {
}

/* checked */
.name:empty {
  display: none;
}

/* null */
.dro-s {
  -webkit-filter: drop-shadow(5px 5px 10px #000);
  filter: drop-shadow(5px 5px 10px #000);
}

.obj-c {
  -webkit-object-fit: contain;
  object-fit: contain;
}

.obj-h {
  -webkit-object-fit: cover;
  object-fit: cover;
}

.obj-p {
  -webkit-object-position: 0 0;
  object-position: 0 0;
}

.no-copy {
  -moz-user-select: none;
  -webkit-user-select: none;
}

.tx-break {
  word-wrap: break-word;
  white-space: normal;
  word-break: break-all;
}

.tx-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tx-ellipsis2 {
  display: -webkit-box;
  display: box;
  font-size: 1rem;
  line-height: 150%;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Step */
/*.step-a{*/
/*height: 4.8rem;*/
/*display: -webkit-flex; display: flex;*/
/*-webkit-align-items: center; align-items: center;*/
/*}*/
/*.step-a .step-ac{*/
/*position: relative;*/
/*margin: 0 1rem;*/
/*-webkit-flex: 1; flex: 1;*/
/*height: 3px;*/
/*background: #F3F4F9;*/
/*border-radius: 2.1rem;*/
/*}*/
/*.step-a .step-ah{*/
/*background: #F06F5C;*/
/*height: 100%;*/
/*}*/
/*.step-a .step-am{*/
/*position: absolute;*/
/*width: 1rem; height: .5rem;*/
/*top: -.175rem;*/
/*background: -webkit-linear-gradient( left, #F2705B, #EE5A69);*/
/*background:    -moz-linear-gradient( left, #F2705B, #EE5A69);*/
/*background:      -o-linear-gradient( left, #F2705B, #EE5A69);*/
/*border-radius: .35rem;*/
/*box-shadow: 2px 2px 5px #FFC5CB;*/
/*}*/
/*.step-a span{ */
/*position: absolute;*/
/*left: 0; top: .5rem;*/
/*color: #D0D5D9; */
/*}*/
/*.step-a span + span{ left: 25%;}*/
/*.step-a span + span + span{ left: 50%;}*/
/*.step-a span + span + span + span{ left: 82%;}*/
/*.step-a .step-add{ color: #F03258;}*/

/* */
/*.triangle{ */
/*width: 0; */
/*height: 0; */
/*display: inline-block;*/
/*}*/
/*.tri-l{ */
/*border-top: .25rem solid transparent;*/
/*border-right: .25rem solid #333;*/
/*border-bottom: .25rem solid transparent;*/
/*}*/
/*.tri-t{ */
/*border-left: .25rem solid transparent;*/
/*border-right: .25rem solid transparent;*/
/*border-bottom: .25rem solid #333;*/
/*}*/
/*.tri-r{ */
/*border-top: .25rem solid transparent;*/
/*border-left: .25rem solid #333;*/
/*border-bottom: .25rem solid transparent;*/
/*}*/
/*.tri-b{ */
/*border-left: .25rem solid transparent;*/
/*border-right: .25rem solid transparent;*/
/*border-top: .25rem solid #333;*/
/*}*/

/* ICO or MCO */
.mco-a {
  display: inline-block;
  height: 0.8rem;
  line-height: 0.8rem;
  background: #fef4ea;
  color: #f0ac6b;
  padding: 0 0.25rem;
  font-size: 0.5rem;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
}

.icon,
.ico-addr,
.ico-arrowd,
.ico-arrowt,
.ico-arrowr,
.ico-arrowtb,
.ico-arrowtbs,
.ico-arrowtbd,
.ico-arrowtbu,
.ico-back,
.ico-clear,
.ico-index,
.ico-search,
.ico-user,
.ico-menu,
.ico-server1,
.ico-server2,
.ico-server3,
.ico-time,
.ico-delete,
.ico-server4 {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.ico-w-arrowd,
.ico-w-arrowu,
.ico-arrowd,
.ico-arrowt,
.ico-arrowr {
  width: 0.6rem;
  height: 0.6rem;
}

.ico-w-arrowd {
  background-image: url("../images/ico-w-arrowd.png");
}

.ico-w-arrowu {
  background-image: url("../images/ico-w-arrowu.png");
}

.ico-arrowd {
  background-image: url("../images/ico-arrowd.png");
}

.ico-arrowt {
  background-image: url("../images/ico-arrowt.png");
}

.ico-arrowr {
  background-image: url("../images/ico-arrowr.png");
}

.ico-arrowtb {
  width: 0.35rem;
  height: 0.6rem;
  background-image: url("../images/ico-arrowtb.png");
}

.ico-arrowtbs {
  width: 0.35rem;
  height: 0.6rem;
  background-image: url("../images/ico-arrowtbs.png");
}

.ico-arrowtbd {
  width: 0.35rem;
  height: 0.6rem;
  background-image: url("../images/ico-arrowtbd.png");
}

.ico-arrowtbu {
  width: 0.35rem;
  height: 0.6rem;
  background-image: url("../images/ico-arrowtbu.png");
}

.ico-back {
  width: 0.4rem;
  height: 0.7rem;
  background-image: url("../images/ico-back.png");
}

.ico-search,
.ico-user,
.ico-user-logined,
.ico-menu {
  width: 1.05rem;
  height: 1.05rem;
}

.ico-search {
  background-image: url("../images/ico-search.png");
}

.ico-user {
  background-image: url("../images/ico-user.png");
}

.ico-user-white {
  width: 1.05rem;
  height: 1.05rem;
  background-image: url("../images/ico-user-white.png");
}

.ico-user-logined {
  background-image: url("../images/ico-user-logined.png");
}

.ico-menu {
  background-image: url("../images/ico-menu.png");
}

.ico-menu-current {
  background-image: url("../images/ico-menus.png");
}

.ico-index {
  width: 2rem;
  height: 2rem;
}

.ico-index1 {
  background-image: url("../images/ico-index1.png");
}

.ico-index2 {
  background-image: url("../images/ico-index2.png");
}

.ico-index3 {
  background-image: url("../images/ico_home_map.png");
}

.ico-index4 {
  background-image: url("../images/ico-index4.png");
}

.ico-index5 {
  background-image: url("../images/ico_home_news.png");
}

.ico-index6 {
  background-image: url("../images/ico-index6.png");
}

.ico-index7 {
  background-image: url("../images/ico-index7.png");
}

.ico-index8 {
  background-image: url("../images/ico_home_me.png");
}

.ico-index9 {
  background-image: url("../images/ico-index9.png");
}
.ico-index10 {
  background-image: url("../images/ico-index10.png");
}
.ico-index11 {
  background-image: url("../images/ico-index11.png");
}

.ico-server1,
.ico-server2,
.ico-server3,
.ico-server4 {
  width: 1.6rem;
  height: 1.6rem;
}

.ico-server1 {
  background-image: url("../images/ico-server1.png");
}

.ico-server2 {
  background-image: url("../images/ico-server2.png");
}

.ico-server3 {
  background-image: url("../images/ico-server3.png");
}

.ico-server4 {
  background-image: url("../images/ico-server4.png");
}

.ico-clear {
  width: 2.5rem;
  height: 2rem;
  background-image: url("../images/ico-clear.png");
}

.icon-wechat-login {
  width: 1.85rem;
  height: 1.85rem;
  margin: 3rem auto 0.5rem;
  background: url("../images/icon-wechat.png") no-repeat;
  background-size: 100%;
}
.ico-delete {
  width: 0.4rem;
  height: 0.4rem;
  background-image: url("../images/ico-delete.png");
}

.ico-addr {
  background-image: url("../images/ico-index-addr.png");
}

.ico-time {
  width: 0.7rem;
  height: 0.7rem;
  background-image: url("../images/ico-time.png");
}

.ico-down {
  width: 0.35rem;
  height: 0.5rem;
  background-image: url("../images/ico-down.png");
}

.ico-up {
  width: 0.35rem;
  height: 0.5rem;
  background-image: url("../images/ico-up.png");
}

.ico-favorite {
  width: 1rem;
  height: 0.85rem;
  background-image: url("../images/ico-favorite.png");
}

.ico-favorited {
  width: 1rem;
  height: 0.85rem;
  background-image: url("../images/ico-favorited.png");
}

.ico-share {
  width: 1.05rem;
  height: 0.85rem;
  background-image: url("../images/ico-share.png");
}

.ico-build-share {
  background-image: url("../images/icon_details_share.png");
  width: 1rem;
  height: 0.9rem;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.ico-phone {
  width: 0.55rem;
  height: 0.7rem;
  background-image: url("../images/ico-phone.png");
}

.ico-wechat,
.ico-fzone,
.ico-weibo,
.ico-qzone,
.ico-qq {
  width: 2.5rem;
  height: 2.5rem;
}

.ico-wechat {
  background-image: url("../images/ico-wechat.png");
}

.ico-fzone {
  background-image: url("../images/ico-fzone.png");
}

.ico-weibo {
  background-image: url("../images/ico-weibo.png");
}

.ico-qzone {
  background-image: url("../images/ico-qzone.png");
}

.ico-qq {
  background-image: url("../images/ico-qq.png");
}

.ico-left,
.ico-right {
  width: 2rem;
  height: 2rem;
}

.ico-left {
  background-image: url("../images/ico-left.png");
}

.ico-right {
  background-image: url("../images/ico-right.png");
}

.ico-logo {
  width: 7.75rem;
  height: 2.25rem;
  background-image: url("../images/ico-logo.png");
}

.ico-logo1 {
  width: 7.9rem /* 158/20 */;
  height: 7.85rem /* 157/20 */;
  background-image: url("../images/pic_setting_logo.png");
}

.ico-smsg {
  width: 0.7rem;
  height: 0.6rem;
  background-image: url("../images/ico-smsg.png");
}

.ico-psw {
  width: 0.55rem;
  height: 0.7rem;
  background-image: url("../images/ico-psw.png");
}

.ico-choose {
  width: 0.7rem;
  height: 0.7rem;
  background-image: url("../images/ico-choose.png");
}

.ico-smile {
  width: 1rem;
  height: 1rem;
  background-image: url("../images/ico-smile.png");
}

.ico-bm {
  width: 0.55rem;
  height: 0.7rem;
  background-image: url("../images/ico-bm.png");
}

.ico-house {
  width: 0.55rem;
  height: 0.7rem;
  background-image: url("../images/ico-house.png");
}

.ico-msg {
  width: 0.7rem;
  height: 0.55rem;
  background-image: url("../images/ico-msg.png");
}

.ico-yhq {
  width: 0.7rem;
  height: 0.55rem;
  background-image: url("../images/ico-yhq.png");
}

.ico-n-bmjl {
  width: 2.8rem;
  height: 3.75rem;
  background-image: url("../images/ico-n-bmjl.png");
}

.ico-n-sc {
  width: 3rem;
  height: 3.75rem;
  background-image: url("../images/ico-n-sc.png");
}

.ico-n-yhq {
  width: 3.75rem;
  height: 2.85rem;
  background-image: url("../images/ico-n-yhq.png");
}

.ico-n-xx {
  width: 2.5rem;
  height: 3.75rem;
  background-image: url("../images/ico-n-xx.png");
}

.ico-n-house {
  width: 4.2rem;
  height: 5rem;
  background-image: url("../images/ico-n-house.png");
}

.ico-n-order {
  width: 3.5rem;
  height: 3.75rem;
  background-image: url("../images/ico-n-order.png");
}

.ico-hongb,
.ico-yue,
.ico-top {
  display: block;
  width: 2.2rem;
  height: 2.2rem;
}

.ico-hongb {
  -webkit-animation: hb_shake 1.2s linear infinite;
  animation: hb_shake 1.2s linear infinite;
  background-image: url("../images/ico-hongb.png");
}

.ico-yue {
  margin-top: 0.75rem;
  background-image: url("../images/ico-yue.png");
}

.icon-consultant-main {
}
.icon-consultant-p {
  width: 3.2rem;
  height: 3.2rem;
  overflow: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 8px 0px rgba(50, 50, 51, 0.13);
  border-radius: 50%;
}
.icon-consultant-p > img {
  width: 100%;
  height: 100%;
}
.icon-consultant-w {
  position: relative;
  top: -0.5rem;
  left: 0.15rem;
  width: 2.9rem;
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  font-size: 0.55rem;
  text-align: center;
  background: linear-gradient(
    52deg,
    rgba(245, 95, 102, 1),
    rgba(245, 109, 95, 1)
  );
  box-shadow: 0px 6px 10px 0px rgba(245, 95, 102, 0.2);
  border-radius: 1rem;
}

@-webkit-keyframes hb_shake {
  0% {
    -webkit-transform: rotate(0deg);
  }

  25% {
    -webkit-transform: rotate(15deg);
  }

  50% {
    -webkit-transform: rotate(0deg);
  }

  75% {
    -webkit-transform: rotate(-15deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes hb_shake {
  0% {
    transform: rotate(0deg);
  }

  25% {
    transform: rotate(15deg);
  }

  50% {
    transform: rotate(0deg);
  }

  75% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.ico-top {
  display: none;
  margin-top: 1rem;
  background-image: url("../images/ico-top.png");
}

.ico-top.show {
  display: block;
}

.ico-name {
  width: 0.55rem;
  height: 0.7rem;
  background-image: url("../images/ico-name.png");
}

/* layout */
.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

.pos-f {
  position: fixed;
}

.pos-i {
  position: initial;
}

.t0 {
  top: 0;
}

.r0 {
  right: 0;
}

.b0 {
  bottom: 0;
}

.l0 {
  left: 0;
}

/* font */
.f22 {
  font-size: 1.1rem;
}

.f20 {
  font-size: 1rem;
}

.f18 {
  font-size: 0.9rem;
}

.f17 {
  font-size: 0.85rem;
}

.f16 {
  font-size: 0.8rem;
}

.f14 {
  font-size: 0.7rem;
}

.f13 {
  font-size: 0.65rem;
}

.f12 {
  font-size: 0.6rem;
}

.f0 {
  font-size: 0;
}

.f-y {
  font-family: "Microsoft YaHei";
}

.f-a {
  font-family: "Myriad Set Pro";
}

.tex-u {
  text-decoration: underline;
}

.tex-n {
  text-decoration: none;
}

.wei-n {
  font-weight: normal;
}

.wei-b {
  font-weight: bold;
}

/* border */
:root .bor-s {
  border: 1px solid #e7eaf1;
}

:root .bor-t {
  border-top: 1px solid #e7eaf1;
}

:root .bor-r {
  border-right: 1px solid #e7eaf1;
}

:root .bor-b {
  border-bottom: 1px solid #e7eaf1;
}

:root .bor-l {
  border-left: 1px solid #e7eaf1;
}

:root .bor-n {
  border: none;
}

:root .bor-tn {
  border-top: none;
}

:root .bor-rn {
  border-right: none;
}

:root .bor-bn {
  border-bottom: none;
}

:root .bor-ln {
  border-left: none;
}

:root .bor-r5 {
  border-radius: 0.25rem;
}

/* background or font color */
:root .b-a {
  background: #fff;
}

:root .b-b {
  background: #f6f8fa;
}

:root .c-a {
  color: #fff;
}

:root .c-b {
  color: #f66167;
}

/* 灰色 */
:root .c-c {
  color: #7f8386;
}

/* 玫红 */
:root .c-d {
  color: #f55f66;
}

/*浅蓝*/
:root .c-e {
  color: #75a6ff;
}

/* width or height */
:root .w-a {
  width: auto;
}

:root .h-a {
  height: auto;
}

:root .w-p10 {
  width: 10%;
}

:root .w-p20 {
  width: 20%;
}

:root .w-p30 {
  width: 30%;
}

:root .w-p40 {
  width: 40%;
}

:root .w-p50 {
  width: 50%;
}

:root .w-p60 {
  width: 60%;
}

:root .w-p70 {
  width: 70%;
}

:root .w-p80 {
  width: 80%;
}

:root .w-p90 {
  width: 90%;
}

:root .w-p100 {
  width: 100%;
}

.w-fill {
  width: -webkit-fill-available;
  width: -moz-fill-available;
  width: -moz-available; /* FireFox目前这个生效 */
  width: fill-available;
}

.w-e14 {
  width: 0.7rem;
}

.h-e30 {
  height: 1.5rem;
}

.h-e40 {
  height: 2rem;
}

.h-e50 {
  height: 2.5rem;
}

.h-p100 {
  height: 100%;
}

:root .l-e0 {
  line-height: normal;
}

.l-e30 {
  line-height: 1.5rem;
}

.l-e40 {
  line-height: 2rem;
}

.l-e50 {
  line-height: 2.5rem;
}

.l-hp150 {
  line-height: 150%;
}

/* display */
:root .dis-n {
  display: none;
}

.dis-b {
  display: block;
}

.dis-ib {
  display: inline-block;
}

.dis-t {
  display: table;
}

.dis-tc {
  display: table-cell;
}

.dis-f {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
}

.ofw-h {
  overflow: hidden;
}

.ofw-v {
  overflow: visible;
}

.ofw-a {
  overflow: auto;
}

.ofw-y {
  overflow-y: auto;
}

.ofw-x {
  overflow-x: auto;
}

.ofw-s {
  overflow: scroll;
}

/* alignment or flex */
:root .f-l {
  float: left;
}

:root .f-r {
  float: right;
}

:root .f-b {
  clear: both;
}

:root .a-l {
  text-align: left;
}

:root .a-c {
  text-align: center;
}

:root .a-r {
  text-align: right;
}

:root .a-t {
  vertical-align: top;
}

:root .a-m {
  vertical-align: middle;
}

:root .a-b {
  vertical-align: bottom;
}

:root .cur-p {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

:root .cur-d {
  cursor: default;
}

:root .fx-zl {
  -webkit-flex-direction: row;
  flex-direction: row;
}

:root .fx-zr {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

:root .fx-zt {
  -webkit-flex-direction: column;
  flex-direction: column;
}

:root .fx-zb {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

:root .fx-l {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

:root .fx-c {
  -webkit-justify-content: center;
  justify-content: center;
}

:root .fx-r {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

:root .fx-lr {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

:root .fx-t {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

:root .fx-m {
  -webkit-align-items: center;
  align-items: center;
}

:root .fx-b {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

:root .fx-tb {
  -webkit-align-items: baseline;
  align-items: baseline;
}

:root .fl1 {
  -webkit-flex: 1;
  flex: 1;
}

:root .clear-fix {
  *zoom: 1;
}

:root .clear-fix:after {
  content: "";
  display: inline-block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}

/* padding or margin */
:root .pd0 {
  padding: 0 !important;
}
:root .pd5 {
  padding: 0.25rem;
}
:root .pd10 {
  padding: 0.5rem;
}
:root .pd15 {
  padding: 0.75rem;
}
:root .pd20 {
  padding: 1rem;
}
:root .pd-t5 {
  padding-top: 0.25rem;
}
:root .pd-t10 {
  padding-top: 0.5rem;
}
:root .pd-t15 {
  padding-top: 0.75rem;
}
:root .pd-t20 {
  padding-top: 1rem;
}
:root .pd-t25 {
  padding-top: 1.25rem;
}
:root .pd-t40 {
  padding-top: 2rem;
}
:root .pd-r5 {
  padding-right: 0.25rem;
}
:root .pd-r10 {
  padding-right: 0.5rem;
}
:root .pd-r15 {
  padding-right: 0.75rem;
}
:root .pd-r20 {
  padding-right: 1rem;
}
:root .pd-b0 {
  padding-bottom: 0;
}
:root .pd-b5 {
  padding-bottom: 0.25rem;
}
:root .pd-b10 {
  padding-bottom: 0.5rem;
}
:root .pd-b15 {
  padding-bottom: 0.75rem;
}
:root .pd-b20 {
  padding-bottom: 1rem;
}
:root .pd-b30 {
  padding-bottom: 1.5rem;
}
:root .pd-b35 {
  padding-bottom: 1.75rem;
}
:root .pd-b50 {
  padding-bottom: 2.5rem;
}
:root .pd-l5 {
  padding-left: 0.25rem;
}
:root .pd-l10 {
  padding-left: 0.5rem;
}
:root .pd-l15 {
  padding-left: 0.75rem;
}
:root .pd-l20 {
  padding-left: 1rem;
}
:root .mg {
  margin: 0 !important;
}
:root .mg5 {
  margin: 0.25rem;
}
:root .mg10 {
  margin: 0.5rem;
}
:root .mg15 {
  margin: 0.75rem;
}
:root .mg20 {
  margin: 1rem;
}
:root .mg-t0 {
  margin-top: 0 !important;
}
:root .mg-t5 {
  margin-top: 0.25rem;
}
:root .mg-t10 {
  margin-top: 0.5rem;
}
:root .mg-t15 {
  margin-top: 0.75rem;
}
:root .mg-t20 {
  margin-top: 1rem;
}
:root .mg-t25 {
  margin-top: 1.25rem;
}
:root .mg-t80 {
  margin-top: 4rem;
}
:root .mg-r5 {
  margin-right: 0.25rem;
}
:root .mg-r10 {
  margin-right: 0.5rem;
}
:root .mg-r15 {
  margin-right: 0.75rem;
}
:root .mg-r20 {
  margin-right: 1rem;
}
:root .mg-b0 {
  margin-bottom: 0 !important;
}
:root .mg-b5 {
  margin-bottom: 0.25rem;
}
:root .mg-b10 {
  margin-bottom: 0.5rem;
}
:root .mg-b15 {
  margin-bottom: 0.75rem;
}
:root .mg-b20 {
  margin-bottom: 1rem;
}
:root .mg-l5 {
  margin-left: 0.25rem;
}
:root .mg-l10 {
  margin-left: 0.5rem;
}
:root .mg-l15 {
  margin-left: 0.75rem;
}
:root .mg-l20 {
  margin-left: 1rem;
}

html {
  font-size: 20px;
}

@media screen and (min-width: 500px) {
  html {
    font-size: 26px;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 28px;
  }
}

/*头部尾部公共样式*/
.index-title {
  height: 2.25rem;
  line-height: 2.25rem;
  margin: 0 0.75rem;
}
.index-title > strong {
  font-size: 1rem;
}
.index-title > div span {
  color: #989da2;
  padding-right: 0.4rem /* 8/20 */;
}
.index-menu {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  margin: 0.75rem;
  -webkit-box-pack: justify;
}

.index-menu a {
  text-align: center;
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  max-width: 25%;
}

.index-menu a dfn {
  margin-bottom: 0.25rem;
}

.text-gzh {
  font-size: 0.6rem;
  line-height: 1rem;
}

.foot {
  background: #2c2d31;
  color: #fff;
  padding: 0 0.75rem;
}
.foot .exempt {
  line-height: 1.5;
  font-size: 0.5rem;
  color: #7f8386;
}
.foot a {
  color: #fff;
}

.foot .foot-r {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

.foot-box {
  overflow: hidden;
  margin-bottom: 0.25rem;
}

.foot-box .foot-logo {
  float: left;
  width: 4.95rem;
  height: 1.25rem;
  background-image: url("../images/foot-logo.png");
  margin-right: 0.75rem;
}

.foot-box .tel p {
  line-height: 0.5rem;
  font-size: 0.4rem;
  color: #7f8386;
  margin-bottom: 0.2rem;
}

.foot-box .tel a {
  line-height: 0.6rem;
  font-size: 0.5rem;
  color: #dddfe2;
  display: inline-block;
}

.text-copyright {
  font-size: 0.3rem;
  color: #7f8386;
}

.foot .foot-link {
  border-bottom: 1px solid #7f8386;
  height: 2rem;
  line-height: 2rem;
}

.foot .foot-link a,
.foot .foot-hosn a {
  color: #fff;
  font-size: 0.6rem;
  margin-right: 0.75rem;
}

.foot .foot-hosn {
  padding: 0.5rem 0;
  line-height: 1.4rem;
}

.foot .foot-cont .fl-l img {
  width: 3.5rem;
  height: 3.5rem;
}

.foot .foot-cont .fl-r img {
  width: 11.625rem;
  height: initial;
}

/*弹层*/
.c-popup, /*公共弹层*/
.popup,
.fzh-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.7);
}

.c-popup,
.diffZindex,
.fzh-popup,
.popup.popup-max {
  z-index: 10000;
}

.popup .wrap {
  max-width: 750px;
  margin: 2rem auto 0 auto;
  max-height: 90%;
  max-height: -webkit-calc(100vh - 4rem);
  max-height: calc(100vh - 4rem);
  overflow-y: auto;
}

.c-popup .wrap {
  max-width: 640px;
  margin: 0 auto;
}

.c-popup .wrap.flex-box {
  height: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  overflow-x: hidden;
  overflow-y: auto;
}

.fzh-popup .fzh-wrap {
  position: absolute;
  width: 100%;
  padding: 0 0.75rem;
  max-width: 750px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 3.3rem;
}

.fzh-popup .fzh-wrap .img {
  width: 100%;
}

.fzh-popup .fzh-close-wrap {
  padding: 0.75rem;
  min-width: 1.75rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -1.65rem;
  z-index: 1000;
}

.fzh-popup .fzh-wrap .fzh-close {
  display: inline-block;
  width: 1.75rem;
  height: 1.75rem;
  background-image: url("../images/fzh_close.png");
}

.yue-box {
  padding: 0.75rem;
  width: 13.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  background: #fff;
}

.yue-box .p-a {
  font-size: 0.85rem;
  line-height: 1.25rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.yue-box .p-b {
  font-size: 0.6rem;
  line-height: 0.8rem;
  color: #81888e;
}

.yue-box .p-c {
  display: -webkit-box;
  display: box;
  -webkit-box-align: center;
  box-align: center;
  -webkit-box-pack: start;
  box-pack: start;
  /*    display: -webkit-flex;
    display: flex;*/
  height: 2.5rem;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.yue-box .p-c input {
  display: -webkit-box;
  -webkit-box-flex: 1;
  flex: 1;
}

.yue-box .p-c .btn-a {
  font-size: 0.6rem;
  color: #f55f66;
}

.yue-box .ico-smsg {
  margin-right: 0.4rem;
}

.yue-box .radio-box label {
  line-height: 1rem;
  padding-right: 0.25rem;
  color: #81888e;
}

.yue-box .radio-box input[type="radio"] {
  display: none;
  opacity: 0;
}

.yue-box .radio-box label:last-child {
  padding-right: 0;
}

.yue-box .radio-box i {
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  border: 1px solid #e7eaf1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 0.25rem;
}

.yue-box .radio-box input[type="radio"]:checked + i {
  border: 0;
  background: #f55f66;
}

.yue-box .button {
  display: block;
  width: 100%;
  height: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
  box-shadow: 0 3px 6px rgba(245, 95, 102, 0.4);
}

.yue-box .t-logo {
  display: block;
  height: 2rem;
  background-image: url("../images/ico-success.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
  margin-bottom: 0.5rem;
}

.yue-box .t-logo.ico-fail {
  background-image: url("../images/ico-sorrow.png");
}

.yue-box .r-msg {
  font-size: 0.85rem;
  line-height: 1.1rem;
  text-align: center;
}

.yue-box .r-tip {
  font-size: 0.6rem;
  color: #81888e;
  line-height: 1rem;
  text-align: center;
}

.yue-box .r-tip a {
  color: #3d6be0;
  margin-left: 0.35rem;
}

/*水平垂直居中*/
.vh-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vh-fix-center {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*星星公共样式*/
.star {
  display: -webkit-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.star li {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  background-image: url("../images/ico-star.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-right: 0.2rem;
}

.star li:last-child {
  margin-right: 0;
}

/*无记录-默认图*/
.none-box {
  height: 100%;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-pack: center;
  box-pack: center;
  -webkit-box-align: center;
  box-align: center;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.mg-t48-percent {
  margin-top: 48%;
}

.none-box p {
  line-height: 0.7rem;
  color: #81888e;
}

.none-box .button {
  color: #fff;
  display: inline-block;
  padding: 0 0.75rem;
  text-align: center;
  line-height: 2rem;
  height: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
}

/*右边底部浮层按钮*/
.side-box {
  position: fixed;
  right: 0.475rem;
  bottom: 3rem;
  z-index: 900;
}

/*弹出框样式*/
.wu_prompt_box {
  font-size: 0.6rem;
  color: #fff;
  padding: 0.5rem;
  position: fixed;
  max-width: 8.3rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  word-break: break-all;
  z-index: 99999;
}

/*weui 样式*/
.weui_mask {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.weui_dialog {
  position: fixed;
  z-index: 1999999;
  width: 85%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fafafc;
  text-align: center;
  border-radius: 3px;
}

.weui_dialog_hd {
  padding: 1.2em 0 0.5em;
}

.weui_dialog_confirm .weui_dialog .weui_dialog_hd {
  padding: 1.2em 20px 0.5em;
}

.weui_dialog_title {
  font-weight: 400;
  font-size: 17px;
}

.weui_dialog_confirm .weui_dialog .weui_dialog_bd {
  text-align: left;
}

.weui_dialog_bd {
  padding: 0 20px;
  font-size: 15px;
  color: #888;
}

.weui_dialog_ft {
  position: relative;
  line-height: 42px;
  margin-top: 20px;
  font-size: 17px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.weui_dialog_ft:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #d5d5d6;
  color: #d5d5d6;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.weui_dialog_confirm .weui_dialog_ft a {
  position: relative;
}

.weui_btn_dialog.default {
  color: #353535;
}

.weui_dialog_ft a {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3cc51f;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.weui_dialog_confirm .weui_dialog_ft a:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #d5d5d6;
  color: #d5d5d6;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(0.5);
  transform: scaleX(0.5);
}

.weui_btn_dialog.primary {
  color: #0bb20c;
}

.switch-box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3000;
  overflow: auto;
}

.switch-box .mask {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.switch-box .wrap {
  background: #fff;
  margin: 2rem auto 0 auto;
  max-width: 750px;
  position: relative;
  z-index: 1100;
}

.city-list {
  padding: 0.7rem 0.75rem 0.35rem 0.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.city-list .label {
  color: #141414;
  margin: 0.35rem 0 0.14rem 0;
}

.city-list .city {
  overflow: hidden;
}

.city-list .city span {
  display: inline-block;
  float: left;
  min-width: 20%;
  max-width: 30%;
  padding: 0 0.25rem;
  text-align: center;
  line-height: 1.4rem;
  height: 1.4rem;
  color: #7f8386;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.city-list .city span a {
  color: inherit;
}

.city-list .city span.selected,
.city-list .city span.selected a {
  color: #f55f66;
}

/*.menu-list > .li {
    display: block;
    padding: 0 .75rem;
    line-height: 2rem;
    height: 2rem;
    color: #141414;
    border-bottom: 1px solid #f0f2f5;
}

.menu-list > .li:last-child {
    border-bottom: none;
}
*/

.menu-list .item {
  display: block !important;
}

.menu-list .i-name {
  display: block;
  padding: 0 1.25rem 0 0.75rem;
  height: 2rem;
  line-height: 2rem;
  border-bottom: 1px solid #e7eaf1;
}

.menu-list .arrow {
  position: relative;
}

.menu-list .arrow:after {
  content: "";
  display: block;
  width: 0.4rem;
  height: 0.4rem;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/ico-arrowd-gray.png);
  position: absolute;
  right: 0.75rem;
  top: 50%;
  margin-top: -0.2rem;
  z-index: 10;
}

.menu-list .current .arrow:after {
  background-image: url(../images/ico-arrowt.png);
}

.menu-list .selection {
  display: none;
}

.menu-list .current .selection {
  display: block;
}

.menu-list .selection .link {
  display: block;
  padding: 0 0.7rem;
  line-height: 2rem;
  height: 2rem;
  font-size: 0.65rem;
  color: #7f8386;
  border-bottom: 1px solid #fff;
  background-color: #f0f2f5;
}

.menu-list .selection .link:last-child {
  border-bottom: 1px solid #e7eaf1;
}

/*新增loading样式 author:zhangds*/
.loadingBox {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  font-size: 0;
}
.dis-f-r-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.loadingBox img {
  width: 5rem;
  height: 5rem;
}

/*小弹框*/

.little-dialog {
  display: inline-block;
  font-size: 0;
  opacity: 0.98;
  padding-bottom: 4px;
}

.little-dialog .d-box {
  overflow: hidden;
  -webkit-box-shadow: 0 0 4px rgba(245, 95, 102, 0.4);
  box-shadow: 0 0 4px rgba(245, 95, 102, 0.4);
}

.little-dialog.little-dialog-blue .d-box {
  -webkit-box-shadow: 0 0 4px rgba(29, 156, 243, 0.4);
  box-shadow: 0 0 4px rgba(29, 156, 243, 0.4);
}

.little-dialog.little-dialog-gray .d-box {
  -webkit-box-shadow: 0 0 4px rgba(129, 136, 142, 0.4);
  box-shadow: 0 0 4px rgba(129, 136, 142, 0.4);
}

.little-dialog .status {
  float: right;
  display: inline-block;
  width: 49px;
  font-size: 10px;
  height: 25px;
  line-height: 25px;
  background: #fff;
  text-align: center;
  float: right;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  overflow: hidden;
}

.little-dialog .info {
  float: left;
  text-align: center;
  font-size: 10px;
  color: #fff;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  width: 49px;
  box-sizing: border-box;
  background: #f55f66;
  background: -webkit-linear-gradient(to left, #f55f66, #f56d5f);
  background: linear-gradient(to left, #f55f66, #f56d5f);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.little-dialog.little-dialog-merge .info {
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.little-dialog .arrow {
  display: block;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #f56563;
  position: absolute;
  bottom: 0;
  left: 20.5px;
  margin-top: -1px;
}

.little-dialog.little-dialog-blue .info {
  background: #1d9cf3;
  background: -webkit-linear-gradient(to left, #1d9cf3, #2eb6ff);
  background: linear-gradient(to left, #1d9cf3, #2eb6ff);
}

.little-dialog.little-dialog-blue .arrow {
  border-top: 4px solid #1da1ff;
}

.little-dialog.little-dialog-gray .info {
  background: #81888e;
}

.little-dialog.little-dialog-gray .arrow {
  border-top: 4px solid #81888e;
}

.little-dialog.selected .d-box {
  -webkit-box-shadow: 0 0 4px rgba(52, 50, 54, 0.4);
  box-shadow: 0 0 4px rgba(52, 50, 54, 0.4);
}

.little-dialog.selected .arrow {
  border-top: 4px solid #2c2d31;
}

.little-dialog.selected .info {
  background: #2c2d31;
}

/*红包*/
.red-packet {
  width: 14rem;
  height: 20rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.red-packet img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.red-packet .info {
  position: relative;
  z-index: 20;
  padding: 8.5rem 0.5rem 0.75rem 0.5rem;
  text-align: center;
  font-weight: bold;
}

.red-packet .info .p-a {
  color: #fff;
}

.red-packet .info .p-b {
  font-size: 1.1rem;
  color: #fff63c;
}

.red-packet .info .c-yellow {
  color: #fff63c;
}

.red-packet .info .btn-lq {
  margin: 1.25rem auto 0 auto;
  display: block;
  font-size: 1rem;
  color: #fff;
  width: 9.75rem;
  line-height: 2.45rem;
  height: 2.45rem;
  -webkit-border-radius: 2.45rem;
  border-radius: 2.45rem;
  background: #fd7641;
  background: -webkit-linear-gradient(top, #fdbd41, #fd7641);
  box-shadow: 0 0.1rem 0.2rem rgba(253, 118, 65, 0.6);
  border: 1px solid #f56b60;
}

.ico-red-close {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-image: url("../images/ico-close.png");
  background-size: 1.6rem 1.6rem;
  background-position: center;
}

/*领券的结果提示框*/
.result-warn {
  width: 13.75rem;
  padding: 1rem 0.75rem;
  background: #fff;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  z-index: 1999999;
}

.result-warn .t-logo {
  display: block;
  height: 2rem;
  background-image: url("../images/ico-success.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
  margin-bottom: 0.7rem;
}

.result-warn .t-logo.ico-fail {
  background-image: url("../images/ico-sorrow.png");
}

.result-warn .r-msg {
  font-size: 0.85rem;
  line-height: 1.1rem;
}

.result-warn .r-tip {
  font-size: 0.6rem;
  color: #81888e;
  line-height: 1rem;
}

.result-warn .r-tip a {
  color: #3d6be0;
  margin-left: 0.35rem;
}

.result-warn button {
  display: block;
  width: 100%;
  height: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
}

/*返现券 领取成功*/
/*.fxq-success {*/
/*}*/

.fxq-success .info {
  color: #fff;
  width: 13.15rem;
  height: 8.5rem;
  padding: 2.75rem 0 0 1.85rem;
  background-image: url("../images/bg-lqcg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: -0.7rem;
  position: relative;
}

.fxq-success .i-a {
  line-height: 0.7rem;
  margin-bottom: 0.6rem;
}

.fxq-success .i-b {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5rem;
  margin-bottom: 0.35rem;
}

.fxq-success .i-c {
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #ffcaca;
}

.fxq-success .rule {
  font-size: 0.5rem;
  color: #81888e;
  line-height: 1rem;
  background: #fff;
  margin: 0 0.85rem;
  padding: 0.5rem 0.75rem;
  border-radius: 0 0 0.15rem 0.15rem;
  box-shadow: 0 1px 6px rgba(69, 73, 76, 0.23);
}

.fxq-success .rule .gray {
  color: #b5b8ba;
}

.fxq-success .rule .gray a {
  color: #3d6be0;
}

.fxq-success button {
  display: block;
  width: 4.5rem;
  height: 2rem;
  -webkit-border-radius: 2rem;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
  margin: 1rem auto 0 auto;
  box-shadow: 2px 4px 9px rgba(66, 43, 43, 0.17);
}
/* 购房优惠弹窗 */
.pop-build-discount {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5000;
}
.pop-build-discount .wrap {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  z-index: 6000;
}
.pop-build-discount .wrap > img {
  width: 100%;
  height: 100%;
}
.pop-build-discount .wrap .form-wrap {
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.pop-build-discount .wrap input {
  width: 11.75rem;
  height: 2rem;
  border-radius: 0.2rem;
  padding: 0.6rem;
  font-size: 12px;
}
.pop-build-discount .wrap img.btn-sure {
  width: 13.75rem;
}
.pop-build-discount .wrap .icon-close {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/icon_reg_close_white.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.pop-build-discount .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5010;
}

.btn-build-discount {
  width: 6.25rem;
  height: 5.35rem;
  position: fixed;
  right: 0;
  bottom: 3rem;
  z-index: 900;
}
.btn-build-discount > img {
  width: 100%;
  height: 100%;
}

/* 帮我找房弹窗 */
.pop-find-house {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 5000;
}

.pop-find-house .wrap {
  width: 13.75rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 0.15rem;
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
  z-index: 6000;
}
.pop-find-house .wrap .top {
  width: 100%;
  height: 6.5rem;
}
.pop-find-house .wrap .icon-close {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../images/icon_reg_close_back.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.pop-find-house .wrap .top > img {
  width: 100%;
  height: 100%;
}
.pop-find-house .wrap .form-wrap {
  padding: 1rem;
}
.pop-find-house .wrap .form-wrap .form-item {
  position: relative;
}
.pop-find-house .wrap .form-wrap .form-item .lable-item {
  width: 100%;
  height: 2rem;
  padding: 0.6rem;
  margin-bottom: 0.6rem;
  border-radius: 0.2rem;
  background-color: #f2f4f7;
}
.pop-find-house .wrap .form-wrap .form-item .placeholder {
  color: #bbbdbf;
}
.pop-find-house .wrap .form-wrap .form-item .right {
  position: absolute;
  height: 2rem;
  line-height: 2rem;
  right: 0.6rem;
  top: 0;
}
.pop-find-house .wrap .form-wrap .form-item .right > span {
  vertical-align: middle;
}
.pop-find-house .wrap .form-wrap .form-item .right .icon-down-arr {
  display: inline-block;
  width: 0.35rem /* 7/20 */;
  height: 0.25rem /* 5/20 */;
  background-image: url(../images/icon_down_black.png);
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: middle;
}
.pop-find-house .wrap .form-wrap .form-item > input {
  display: block;
  width: 100%;
  height: 2rem;
  padding: 0.6rem;
  margin-bottom: 0.6rem;
  border-radius: 0.2rem;
  background-color: #f2f4f7;
}
.pop-find-house .wrap .btn-sure {
  display: block;
  width: 100%;
  height: 2rem;
  background-color: #ff534d;
  color: #ffffff;
  border-radius: 0.2rem;
  font-size: 14px;
}
.pop-find-house .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5010;
}
/* 选择器插件样式 */
.picker {
  z-index: 7000 !important;
}
.picker .picker-panel,
.picker .picker-panel .picker-choose {
  border-radius: 0.6rem 0.6rem 0 0 !important;
  overflow: hidden !important;
}
.picker .picker-panel .picker-choose .picker-title {
  background-color: #f3f6f9 !important;
  color: #313233 !important;
  font-weight: 600;
}
.picker .picker-panel .picker-choose .confirm {
  color: #313233 !important;
}
.picker .picker-panel .picker-choose .cancel,
.picker .picker-panel .picker-choose .confirm {
  padding: 10px 20px !important;
}

.picker .picker-panel .picker-content .mask-top:after,
.picker .picker-panel .picker-content .mask-bottom:before {
  position: absolute;
  left: 50% !important;
  transform: translateX(-50%);
  width: 90% !important;
  border-color: #ebeef2 !important;
}
