/*!
 * by xf 
 */

/*.transition(@d) {
    -webkit-transition-duration: @d;
    transition-duration: @d;
}
.delay(@d) {
    -webkit-transition-delay: @d;
    transition-delay: @d;
}
.transform(@t) {
    -webkit-transform: @t;
    transform: @t;
}
.transform-origin(@to) {
    -webkit-transform-origin: @to;
    transform-origin: @to;
}
.translate3d(@x:0, @y:0, @z:0) {
    -webkit-transform: translate3d(@x,@y,@z);
    transform: translate3d(@x,@y,@z);
}
.animation(@a) {
    -webkit-animation: @a;
    animation: @a;
}
.border-box(){
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-shadow(@bs) {
    -webkit-box-shadow: @bs;
    box-shadow: @bs;
}
.animation-name(@name) {
  -webkit-animation-name: @name;
     -moz-animation-name: @name;
          animation-name: @name;
}
.animation-duration(@duration) {
  -webkit-animation-duration: @duration;
     -moz-animation-duration: @duration;
          animation-duration: @duration;
}
.animation-direction(@direction) {
  -webkit-animation-direction: @direction;
     -moz-animation-direction: @direction;
          animation-direction: @direction;
}
*/
/*
28			0.75
24			0.65
20			0.55

 */
html,
body {
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项） */
  -moz-user-select: none;
       user-select: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
ul,
ol,
dl,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
em,
i,
b,
strong {
  font-weight: normal;
  font-style: normal;
}
.t_gray {
  color: #8a8a8a;
}
.content-block {
  color: #464646;
}
.swiper-container {
  padding-bottom: 0;
}
.swiper-container .swiper-pagination-bullet {
  background: #ededed;
  opacity: 1;
  box-shadow: inset 0 1px 1px #a6a6a6;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #ff416d;
  box-shadow: inset 0 1px 1px #a40042;
}
.swiper-slide img {
  width: 100%;
}
.g_title {
  padding: 0.5rem;
  background: #fff;
}
.g_title:before,
.g_title:after {
  content: " ";
  display: table;
}
.g_title:after {
  clear: both;
}
.g_title h2 {
  font-size: 0.8rem;
  display: inline-block;
  vertical-align: bottom;
  height: 1rem;
  line-height: 1rem;
  font-weight: normal;
}
.g_title .t_more {
  float: right;
  color: #ddd;
  font-size: 1rem;
}
.g_title .t_smore {
  display: inline-block;
  font-size: 0.5rem;
  height: 0.75rem;
  line-height: 0.75rem;
  vertical-align: bottom;
  color: #8a8a8a;
}
.g_title .t_more_t {
  float: right;
  color: #8a8a8a;
  font-size: 0.75rem;
  height: 1.5rem;
  line-height: 1.5rem;
  display: inline-block;
}
.g_title.border {
  border-bottom: 1px solid #eee;
}
.g_title.border + .h_list {
  margin-top: 0;
}
.g_title + .h_list {
  margin-top: -0.5rem;
}
.list-block {
  margin: 0;
  font-size: 0.7rem;
  /* .h_list{
		margin-top: -0.5rem;
	} */
}
.list-block ul:before {
  display: none;
}
.list-block li {
  overflow: hidden;
}
.list-block li.act_del .item-content {
  position: relative;
  left: -4rem;
}
.list-block input {
  font-size: 0.7rem !important;
}
.list-block .btn_submit {
  margin: 0.75rem;
}
.list-block .mark_btn {
  margin-right: 0.5rem;
}
.list-block .item-title.label {
  width: 25%;
}
.list-block .notes {
  color: #8a8a8a;
  font-size: 0.6rem;
  text-align: center;
}
.list-block .item-del {
  width: 4rem;
  text-align: center;
  height: 100%;
  background: #ff416d;
  color: #fff;
  position: absolute;
  right: -4rem;
  top: 0;
  font-size: 0.6rem;
}
.list-block .item-del .icon {
  display: block;
  font-size: 1.2rem;
  padding: 0.5rem 0 0;
}
.h_list {
  /*类型*/
  /*描述*/
}
.h_list .item-title-row,
.h_list .item-subtitle,
.h_list .item-text {
  font-size: 0.65rem;
}
.h_list .item-title {
  color: #464646;
  font-size: 0.8rem;
}
.h_list .titles {
  color: #464646;
  font-size: 0.8rem;
  padding-top: 0.2rem;
}
.h_list p.item-title {
  padding-top: 0;
}
.h_list .item-subtitle {
  color: #8a8a8a;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}
.h_list .item-text {
  color: #8a8a8a;
  padding-top: 0.2rem;
}
.h_list p.item-text {
  height: auto;
}
.h_list .item-title-row {
  padding-top: 0.2rem;
}
.h_list p.item-title-row {
  padding-top: 0;
}
.h_list .tag_spe_w,
.h_list .tag_sec_w,
.h_list .tag_find_w {
  padding-top: 0.2rem;
}
.h_list .item-media {
  width: 33%;
  position: relative;
}
.h_list .item-inner {
  padding-right: 0.5rem;
}
.h_list .item-inner:after {
  display: none;
}
.h_list .item-content {
  border-bottom: 1px solid #eee;
  padding-left: 0;
  margin-left: 0.5rem;
  padding: 0.3rem 0;
}
.h_list img {
  width: 100%;
}
.h_list .t_price,
.h_list .h_more {
  color: #ff416d;
}
.h_list .h_icon_phone {
  color: #ff416d;
  font-size: 1.2rem;
}
.h_list .h_type {
  font-size: 0.7rem;
  margin-left: 0.75rem;
  color: #8a8a8a;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  padding: 0.5rem 0;
}
.h_list .h_des {
  font-size: 0.65rem;
  margin-left: 0.75rem;
  color: #8a8a8a;
  padding: 0.5rem 0;
  line-height: 1.8;
}
.h_list a:active {
  background: #f5f5f5;
}
.h_list_more {
  font-size: 0.65rem;
  color: #8a8a8a;
  width: 100%;
  text-align: center;
  padding: 0.6rem 0 0.1rem;
  display: block;
}
.n_list .item-media {
  width: 24%;
}
.n_list .item-media + .item-inner {
  margin-left: 0.5rem;
}
.page_artical {
  margin: 0;
  padding: 0.5rem;
}
.page_artical .content-block {
  padding: 0;
  margin: 0;
}
.page_artical h2 {
  font-size: 0.85rem;
  font-weight: bold;
  text-align: center;
  padding: 0.5rem 0;
}
.page_artical .a_times {
  font-size: 0.65rem;
  color: #ccc;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 0.5rem;
}
.page_artical .a_text {
  color: #8a8a8a;
}
.page_artical .a_text img {
  width: 100%;
  padding: 0.5rem 0.1rem;
}
.page_artical .a_text h2,
.page_artical .a_text h3 {
  font-size: 0.85rem;
  text-align: left;
  font-weight: bold;
}
.page_artical .a_text p {
  padding: 0.5rem 0;
  text-indent: 2em;
  font-size: 0.75rem;
}
/*star*/
.stars i {
  color: #b5b5b5;
  margin-right: 2px;
}
.stars .active {
  color: #ff416d;
}
.stars.stars_1 i:nth-child(1) {
  color: #ff416d;
}
.stars.stars_2 i:nth-child(1),
.stars.stars_2 i:nth-child(2) {
  color: #ff416d;
}
.stars.stars_3 i:nth-child(1),
.stars.stars_3 i:nth-child(2),
.stars.stars_3 i:nth-child(3) {
  color: #ff416d;
}
.stars.stars_4 i:nth-child(1),
.stars.stars_4 i:nth-child(2),
.stars.stars_4 i:nth-child(3),
.stars.stars_4 i:nth-child(4) {
  color: #ff416d;
}
.stars.stars_5 i:nth-child(1),
.stars.stars_5 i:nth-child(2),
.stars.stars_5 i:nth-child(3),
.stars.stars_5 i:nth-child(4),
.stars.stars_5 i:nth-child(5) {
  color: #ff416d;
}
.star_b i {
  font-size: 1rem;
}
/* footer */
.f_link {
  color: #eee;
}
.f_link a {
  color: #8a8a8a;
}
.footer {
  padding: 1rem 0;
  background: #fff;
  font-size: 0.65rem;
  margin-top: 0.5rem;
  text-align: center;
}
.footer p {
  padding-top: 0.5rem;
  color: #ccc;
  text-align: center;
}
.footer_s {
  padding: 0.8rem 0;
  text-align: center;
  color: #666;
  font-size: 0.6rem;
  width: 100%;
}
/* tag */
/* 特色 */
.ico_rz .icon {
  height: 0.8rem;
  line-height: 0.8rem;
  width: 0.8rem;
  text-align: center;
  color: #fff;
  font-size: 0.55rem !important;
  border-radius: 50%;
  margin: 0 0.05rem;
  background: #d7d7d7;
}
.ico_rz .icon:before {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.ico_rz .icon:nth-child(1).active {
  background: #6caaff;
}
.ico_rz .icon:nth-child(2).active {
  background: #d1bce0;
}
.ico_rz .icon:nth-child(3).active {
  background: #ffb359;
}
.ico_rz .icon:nth-child(4).active {
  background: #eed087;
}
.ico_rz .icon:nth-child(5).active {
  background: #bcc29c;
}
.ico_rz .icon:nth-child(6).active {
  background: #cd9ae2;
}
.ico_rz .icon:nth-child(7).active {
  background: #66ced5;
}
/* bar */
.bar {
  background: #fff;
}
.bar .bar_btn_one {
  margin: 0 0.5rem;
  top: 0.25rem;
}
.bar-nav {
  background: #ff416d;
  /*.top_share{
		color: @color-text-gray;
	}*/
}
.bar-nav:after {
  display: none;
}
.bar-nav a,
.bar-nav .button-link {
  color: #fff;
}
.bar-nav .button {
  padding: 0;
}
.bar-nav .t_gray {
  color: #8a8a8a;
}
.bar-nav .t_black {
  color: #fff;
  font-size: 0.75rem;
}
.bar-nav .button-nav.pull-right {
  margin-right: 0;
}
.bar-nav .title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
  padding: 0 2rem;
}
/* 默认tab */
.rest-tab {
  background: #eee;
}
.rest-tab:after {
  display: none;
}
.rest-tab .button.active {
  background: #fff;
  border-width: 2px;
}
/* bottom_bar */
.bar_h_bottom {
  text-align: center;
  background: #fff;
}
.bar_h_bottom .tab-item {
  color: #8a8a8a;
  font-size: 1rem;
}
.bar_h_bottom .tab-item .icon {
  color: #ff416d;
  top: -0.15rem;
  padding-bottom: 0;
  width: auto;
}
.bar_h_bottom .tab-item.active {
  background: #ff416d;
  color: #fff;
}
.bar_h_bottom .tab-item.active .icon {
  color: #fff;
}
/* title */
.title {
  font-size: 1rem;
  background: #ff416d;
  color: #fff;
}
.picker-modal .bar .title {
  color: #fff;
}
/* table */
.g_table {
  table-layout: fixed;
  font-size: 0.65rem;
}
.g_table .table_title {
  color: #8a8a8a;
}
.g_table span {
  display: table-cell;
  width: 1%;
  text-align: center;
  vertical-align: middle;
  padding: 0.2rem 0;
}
.g_table.border {
  border-left: 1px solid #eee;
  border-top: 1px solid #eee;
}
.g_table.border span {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/* model */
.modal .icon-guanbi {
  position: absolute;
  right: 0.8rem;
  top: 0;
  font-size: 0.65rem;
  width: 1.2rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  background: #fff;
  border-radius: 0 0 0.75rem 0.75rem;
  color: #d1d1d1;
}
.modal-text_s {
  font-size: 0.6rem;
}
.modal_form {
  margin-top: 0.5rem;
}
.modal_form .item-input input {
  padding-left: 0;
}
.modal_form .item-inner {
  padding-right: 0;
}
.modal_form .item-content {
  padding-left: 0.5rem;
}
.mark_btn {
  position: absolute;
  right: 0;
  top: 0.3rem;
  font-size: 0.55rem;
  height: 1.5rem;
  line-height: 1.5rem !important;
  border-radius: 0.2rem;
}
.mark_btn + .icon-guanbi {
  position: absolute;
  right: 4.5rem;
  top: 0.4rem;
}
.button.button-fill.disabled {
  color: #fff;
  background: #ccc;
}
.modal-button:first-child:after {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.modal_alert .modal-title {
  font-size: 0.7rem;
}
.modal_alert .modal-text {
  font-size: 0.6rem;
  color: #8a8a8a;
}
.modal_alert .modal-button {
  font-size: 0.7rem;
}
/* 操作表 */
.actions-modal-group {
  margin: 0;
  margin-top: 0.5rem;
}
.actions-modal-button:first-child,
.actions-modal-label:first-child {
  border-radius: 0;
}
.actions-modal-button:last-child,
.actions-modal-label:last-child {
  border-radius: 0;
}
.actions-modal-button:first-child:last-child,
.actions-modal-label:first-child:last-child {
  border-radius: 0;
}
.actions-modal-button {
  color: #464646;
}
/* form */
.form_check {
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  counter-reset: done-items undone-items;
}
.form_check input {
  display: block;
  height: 53px;
  margin: 0 0 -53px -9999px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  order: 4;
  outline: none;
  counter-increment: undone-items;
}
.form_check input:checked {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
  counter-increment: done-items;
}
.form_check input:checked + label {
  /*-webkit-box-ordinal-group: 3;
				-webkit-order: 2;
				    -ms-flex-order: 2;
				        order: 2;*/
  -webkit-animation: done .5s;
  animation: done .5s;
}
.form_check input:checked + label::before {
  color: #ff416d;
}
.form_check label {
  display: block;
  font-size: 0.65rem;
  position: relative;
  /*-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		  -ms-flex-order: 4;
		      order: 4;*/
  cursor: pointer;
  color: #8a8a8a;
  -webkit-animation: undone .5s;
  animation: undone .5s;
}
.form_check label:before {
  font-family: "iconfont";
  content: "\e613";
  color: #8a8a8a;
  vertical-align: middle;
}
.form_radio {
  display: block;
  margin: 0 0.5rem 0 0;
}
.form_radio input {
  display: block;
  height: 53px;
  margin: 0 0 -53px -9999px;
}
.form_radio input:checked + label {
  -webkit-animation: done .5s;
  animation: done .5s;
  background: #ff416d;
  color: #fff;
  border-color: #ff416d;
}
.form_radio label {
  display: block;
  font-size: 0.65rem;
  padding: 0.2rem 0.7rem;
  background: #fff;
  border: 1px solid #eee;
  text-align: center;
  border-radius: 0.2rem;
  cursor: pointer;
  color: #8a8a8a;
  -webkit-animation: undone .5s;
  animation: undone .5s;
}
.choose_sex {
  padding: 0;
  width: 4rem;
  display: inline-block;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  z-index: 10;
}
.choose_sex label {
  border: 1px solid #ff416d;
  border-radius: 0.2rem;
  font-size: 0.75rem;
}
.choose_sex label:before {
  content: '　';
  position: absolute;
  left: 0;
  top: 0;
}
.choose_sex label i {
  display: inline-block;
  width: 50%;
  text-align: center;
  color: #ff416d;
  padding: 0 0.2rem;
}
.choose_sex label i:first-child {
  border-right: 1px solid #ff416d;
}
.choose_sex label .man {
  background: #ff416d;
  color: #fff;
}
.choose_sex input:checked + label .woman {
  background: #ff416d;
  color: #fff;
}
.choose_sex input:checked + label .man {
  background: #fff;
  color: #ff416d;
}
.item-inner_select {
  padding-right: 1.5rem;
  background-image: url('../img/i-select-bottom.png');
  background-size: 0.7rem;
  background-repeat: no-repeat;
  background-position: 97% center;
  background-position: -webkit-calc(100% - .5rem) center;
  background-position: calc(100% - .5rem) center;
}
.item-inner_textarea {
  width: 100%;
  margin-right: 0.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
}
.item-inner_textarea h3 {
  font-weight: normal;
  font-size: 0.85rem;
  margin-bottom: 0.5rem;
}
.item-inner_textarea textarea {
  border: 1px solid #eee;
  border-radius: 0.2rem;
}
.item_required:before {
  content: "*";
  color: #ff416d;
}
/* share */
.share_modal {
  display: none;
}
.share_modal .actions-modal-group {
  margin-top: 0;
}
.share_modal .share_mlist {
  background: #fff;
}
.share_modal a {
  text-align: center;
  color: #464646;
  font-size: 0.7rem;
  display: inline-block;
  padding: 0.2rem 0;
}
.share_modal .icon {
  display: block;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.2;
  color: #ff416d;
}
/* picker */
.picker-items {
  font-size: 0.85rem;
}
ul.list_no {
  position: relative;
  height: 0;
}
ul.list_no:after {
  display: none;
}
ul.list_no li {
  text-align: center;
  color: #8a8a8a;
  font-size: 0.55rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
ul.list_no li .icon {
  color: #c7e1f3;
  font-size: 6rem;
  line-height: 6rem;
  display: block;
  width: 6rem;
  margin: 0 auto 0.5rem;
}
ul.list_no li span {
  display: block;
  line-height: 2;
  font-size: 0.75rem;
  color: #d2d2d2;
}
ul.list_no li img.ic {
  display: block;
  width: 6rem;
  margin: 0 auto 0.5rem;
}
.fixed_down {
  position: fixed;
  bottom: 0rem;
  left: 0;
  right: 0;
  z-index: 1000;
}
.fixed_down img {
  display: block;
  width: 100%;
}
.fixed_down a {
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
}
.fixed_down .btn_close {
  width: 15%;
  left: 0;
}
.fixed_down .btn_down {
  width: 85%;
  right: 0;
}
.bar_g ~ .fixed_down {
  bottom: 2.5rem;
}
.page {
  background: #fff;
}
.page_reg ul:after {
  display: none;
}
.page_reg .item-content {
  padding-left: 0;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.page_reg .item-inner {
  border-bottom: 1px solid #eaeaea;
}
.page_reg .item-inner:after {
  display: none;
}
.page_reg .item-title .icon {
  padding-right: 1rem;
  color: #c1c1c1;
  width: 1.7rem;
}
.page_reg .form_check {
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  counter-reset: done-items undone-items;
}
.page_reg .form_check input {
  display: block;
  height: 53px;
  margin: 0 0 -53px -9999px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  order: 4;
  outline: none;
  counter-increment: undone-items;
}
.page_reg .form_check input:checked {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
  counter-increment: done-items;
}
.page_reg .form_check input:checked + label {
  /*-webkit-box-ordinal-group: 3;
					-webkit-order: 2;
					    -ms-flex-order: 2;
					        order: 2;*/
  -webkit-animation: done .5s;
  animation: done .5s;
}
.page_reg .form_check input:checked + label::before {
  background: #ff416d;
}
.page_reg .form_check label {
  display: block;
  font-size: 0.85rem;
  position: relative;
  /*-webkit-box-ordinal-group: 5;
			-webkit-order: 4;
			  -ms-flex-order: 4;
			      order: 4;*/
  cursor: pointer;
  color: #cecece;
  -webkit-animation: undone .5s;
  animation: undone .5s;
}
.page_reg .form_check label:before {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
  display: inline-block;
  margin-right: 0.5rem;
  background: #e4e4e4;
  color: #8a8a8a;
  vertical-align: middle;
}
.page_reg .form_check {
  display: inline-block;
}
.page_reg .form_check label:before {
  color: #e4e4e4;
  margin-top: -2px;
}
.page_reg .form_check input {
  height: 0;
  line-height: 0;
  margin: 0;
  visibility: hidden;
}
.page_reg .form_check input:checked + label::before {
  color: #ff416d;
}
.page_reg .form_txt {
  font-size: 0.7rem !important;
  color: #cecece;
}
.page_reg .last {
  border-bottom: 1px solid #e1e1e1;
}
.page_reg .last .item-inner {
  border-bottom: 0;
}
.page_reg .item-inner {
  padding-right: 0;
}
.page_reg .btn_submit {
  margin: 1.5rem 1.5rem 0;
}
.page_reg .btn_submit.disabled {
  background: #c5c5c5;
}
.page_reg .item_err {
  font-size: 0.55rem;
  color: #ff97af;
}
.page_reg .mark_btn {
  margin-right: 0;
}
.page_reg .ic_pwd_v {
  font-size: 0.5rem;
  color: #dedede;
}
.page_reg .ic_pwd_v .icon-chakan_n {
  display: none;
}
.page_reg .ic_pwd_v.active .icon-chakan_n {
  display: inline-block;
}
.page_reg .ic_pwd_v.active .icon-chakan {
  display: none;
}
.page_reg .lost_pwd {
  position: absolute;
  right: 0;
  color: #b6b6b6;
  font-size: 0.65rem;
  border: 0;
}
.page_reg .to_link {
  font-size: 0.55rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  text-align: center;
  margin-top: 0.5rem;
  display: block;
  height: 1rem;
  line-height: 1rem;
  color: #8a8a8a;
}
.page_reg .to_link a {
  color: #8a8a8a;
}
.page_reg .to_link .to_reg {
  color: #ff416d;
}
.page_u_tops {
  text-align: center;
  padding-top: 1.2rem;
  padding-bottom: 0.75rem;
}
.page_u_tops a {
  color: #8a8a8a;
}
.page_u_tops .titles {
  color: #464646;
  font-size: 0.75rem;
}
.page_u_tops .u_t_avator {
  position: relative;
  display: inline-block;
  margin: 0.75rem auto 0.75rem;
  padding: 0.1rem;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
}
.page_u_tops .u_t_avator .avtors {
  width: 4rem;
  height: 4rem;
  display: block;
  padding: 0.15rem;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
}
.page_u_tops .u_sex1.active .u_t_avator {
  border-color: #bfe8ff;
}
.page_u_tops .u_sex1.active .avtors {
  background-color: #bfe8ff;
}
.page_u_tops .u_sex2.active .u_t_avator {
  border-color: #ffc3d9;
}
.page_u_tops .u_sex2.active .avtors {
  background-color: #ffc3d9;
}
.page_u_tops .name {
  font-size: 0.65rem;
  color: #8a8a8a;
}
.reg_agreement {
  height: 1.5rem;
  line-height: 1.5rem;
  color: #c8c8c8;
  font-size: 0.5rem;
  text-align: center;
  background: none;
}
.reg_agreement:before {
  display: none;
}
.page_login .item-content,
.page_lostpwd .item-content {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.page_login .item-inner,
.page_lostpwd .item-inner {
  padding-left: 0;
  padding-right: 0;
}
.login_logo {
  width: 38.4%;
  margin: 3rem auto 2rem;
}
.login_logo img {
  display: block;
  width: 100%;
}
.page_lostpwd .item-title.label {
  width: 25%;
}
