@charset "UTF-8";


  @font-face {font-family: 'iconfont';
    src: url('../fonts/iconfont.eot'); /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../fonts/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
@font-face {
  font-family: 'DINAlternateBold';
  src: url('../fonts/DINAlternateBold.ttf');
}
.DINA-Bold {
  font-family: 'DINAlternateBold';
}

.iconfont {
  font-family:"iconfont" !important;
  font-size:1.7rem;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
  margin: 0;
  padding: 0; }

body {
  font-family: "Helvetica Neue",Helvetica,STHeiTi,sans-serif;
  background-color: #f5f5f5;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #181818;
  -webkit-user-select: none;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  outline: 0; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th {
  text-align: left; }

fieldset,
img {
  border: 0; max-width: 100%; }

li {
  list-style: none; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

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

button {
  -webkit-appearance: none;
  border: 0;
  background: none; }

a {
  -webkit-touch-callout: none;
  text-decoration: none; }

:focus {
  outline: 0;
  -webkit-tap-highlight-color: transparent; }

em, i {
  font-style: normal; }

a {
  color: #46d0c3; }


::-webkit-input-placeholder {
  color: #999; 
  font-size: 1.4rem;
  }


/* 1px hack */
.ui-border-t {
  border-top: 1px solid #dedede; }

.ui-border-b {
	position: relative;
  border-bottom: 1px solid #dedede; }
.ui-border-b:after{
	position: absolute; content: ''; height: 1px; width: 100%; bottom: 0; left: 0; background:#dedede; -webkit-transform: scaleY(0.3); -moz-transform: scaleY(0.3);transform: scaleY(0.3)
}
.ui-border-tb {
  border-top: #dedede 1px solid;
  border-bottom: #dedede 1px solid;
  background-image: none; }

.ui-border-l {
  border-left: 1px solid #dedede; }

.ui-border-r {
  border-right: 1px solid #dedede; }

.ui-border {
  border: 1px solid #dedede; }

.ui-border-radius {
  border: 1px solid #dedede;
  border-radius: 4px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-border-radius {
      position: relative;
      border: 0; }
      .ui-border-radius:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #dedede;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        -webkit-box-sizing: border-box;
        border-radius: 8px;
        pointer-events: none; } }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-border {
    position: relative;
    border: 0; }

  .ui-border-t, .ui-border-b, .ui-border-l, .ui-border-r, .ui-border-tb {
  	position: relative;
    border: 0; }

  .ui-border-t {
    background-position: left top;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #dedede), to(#dedede)); }

  .ui-border-b {
    background-position: left bottom;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #dedede), to(#dedede)); }

  .ui-border-t,
  .ui-border-b,
  .ui-border-tb {
    background-repeat: repeat-x;
    -webkit-background-size: 100% 1px; }

  .ui-border-tb {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #dedede), to(#dedede)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #dedede), to(#dedede));
    background-position: top, bottom; }

  .ui-border-l {
    background-position: left top;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #dedede), to(#dedede)); }

  .ui-border-r {
    background-position: right top;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #dedede), to(#dedede)); }

  .ui-border-l,
  .ui-border-r {
    background-repeat: repeat-y;
    -webkit-background-size: 1px 100%; }

  .ui-border:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.5, transparent), color-stop(0.5, #dedede), to(#dedede)), -webkit-gradient(linear, left top, right top, color-stop(0.5, transparent), color-stop(0.5, #dedede), to(#dedede)), -webkit-gradient(linear, left top, left bottom, color-stop(0.5, transparent), color-stop(0.5, #dedede), to(#dedede)), -webkit-gradient(linear, right top, left top, color-stop(0.5, transparent), color-stop(0.5, #dedede), to(#dedede));
    -webkit-background-size: 100% 1px,1px 100% ,100% 1px, 1px 100%;
    background-size: 100% 1px,1px 100% ,100% 1px, 1px 100%;
    background-size: 100% 1px,1px 100% ,100% 1px, 1px 100%;
    background-repeat: no-repeat;
    background-position: top, right, bottom, left;
    padding: 1px;
    -webkit-box-sizing: border-box;
    z-index: 10;
    pointer-events: none; } }

/*********************按钮********************/
.ui-btn-wrap {
    padding:1.5rem;
}
.ui-btn, .ui-btn-lg, .ui-btn-s {
  height: 4.8rem;
  line-height: 4.8rem;
  padding: 0 1rem;
  min-width: 55px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
  color: #f15657;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
  background-clip: padding-box;
}

 
 
  @media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-btn, .ui-btn-lg, .ui-btn-s {
      position: relative;
      border: 0; }
      .ui-btn:before, .ui-btn-s:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        -webkit-box-sizing: border-box;
        pointer-events: none; } 
        
    }

.ui-btn:not(.disabled):not(:disabled):active,  .ui-btn-s:not(.disabled):not(:disabled):active, .ui-btn.active, .active.ui-btn-lg, .active.ui-btn-s {
  background-color: #F15657;
  background-clip: padding-box; }
.ui-border-btn-ye{color: #FA992E;}
.ui-btn:after, .ui-btn-lg:after, .ui-border-btn:after,.ui-btn-s:after,.ui-border-btn-ye:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }
.ui-border-btn:after{
	 border: 1px solid #f15657;
}
.ui-border-btn-ye:after{
	border: 1px solid #fa992e;
}

.ui-btn-primary {
  background-color: #f15657;
  color: #fff;
  background-clip: padding-box;
  box-shadow:rgba(125,0,0,0.2) 0 0.15rem 0.3rem;
}

.ui-btn-primary:not(.disabled):not(:disabled):active, .ui-btn-primary.active,.ui-btn-s:not(.disabled):not(:disabled):active, .ui-btn-s.active {
  background: #fbc628;
  color: #E60000;
  }
  .ui-btn-border:not(.disabled):not(:disabled){
  	color: #f15657;
  	background: #fff;
  }
  

.ui-border-btn:not(.disabled):not(:disabled){
	background: #fff;
}
.ui-border-btn:active,.ui-border-btn:focus{color: #f15657;}
.ui-border-btn-ye:active,.ui-border-btn-ye:focus{color: #FA992E;}
.ui-btn-disabled{
	 background: #D9D9D9;
	 color: #fff;
}



.ui-btn.disabled, .disabled.ui-btn-lg, .disabled.ui-btn-s, .ui-btn:disabled, .ui-btn-lg:disabled, .ui-btn-s:disabled,.disabled.ui-border-btn,.disabled.ui-border-btn-ye {
  border: 0;
  color: #fff;
  background: #ddd;
  background-clip: padding-box; 
 }
.disabled.ui-border-btn:after{border: none;}
.ui-btn-lg {  
  height: 4.8rem;
  line-height: 4.8rem;
  display: block;
  width:100%; 
  }


  
  @media (max-width: 320px) {
    .ui-btn-wrap {
      padding: 10px; } }

.ui-btn-s {
  padding: 0;
  width: 16rem;
  height: 4.8rem;
  line-height: 4.8rem;
  font-size: 1.6rem; 
  
  }
.ui-btn-s:not(disabled)
@media screen and (-webkit-min-device-pixel-ratio: 2) {

  .ui-btn, .ui-btn-lg, .ui-btn-s {
    border: 0; }
}
    
 .ui-btn-group {
  display: -webkit-box;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-align: center; }

.ui-btn-group button {
  display: block;
  -webkit-box-flex: 1;
  margin-right: 10px; }
  /*.ui-btn-group button:first-child {
    margin-left: 10px; }*/
    
/******************复选框************************/
.ui-checkbox, .ui-checkbox-s {
  display: inline-block; }

.ui-checkbox input, .ui-checkbox-s input {
  display: inline-block;
  width: 25px;
  height: 1px;
  position: relative;
  overflow: visible;
  border: 0;
  background: none;
  -webkit-appearance: none;
  outline: none;
  margin-right: 8px;
  vertical-align: middle; }

.ui-checkbox input:before, .ui-checkbox-s input:before {
  font-family: "iconfont" !important;
  font-size: 32px;
  line-height: 44px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  content: "";
  color: #18b4ed;
  position: absolute;
  top: -22px;
  left: -4px;
  color: #dedfe0; }

.ui-checkbox input:checked:before, .ui-checkbox-s input:checked:before {
  content: "";
  color: #18b4ed; }

.ui-checkbox-s input:before {
  content: ""; }

.ui-checkbox-s input:checked:before {
  content: ""; }

/*******************单选框***********************/
.ui-radio {
  line-height: 25px;
  display: inline-block; }

.ui-radio input {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: relative;
  overflow: visible;
  border: 0;
  background: none;
  -webkit-appearance: none;
  outline: none;
  margin-right: 8px;
  vertical-align: middle; }

.ui-radio input:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #dfe0e1;
  border-radius: 13px;
  background-clip: padding-box;
  position: absolute;
  left: 0px;
  top: 0; }

.ui-radio input:checked:after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #18b4ed;
  border-radius: 7px;
  position: absolute;
  left: 6px;
  top: 6px; }
 /***********************label类*******************/
.ui-label {
  display: inline-block;
  position: relative;
  line-height: 1.5rem;
  height: 1.5rem;
  padding: 0 15px;
  border: 1px solid #cacccd;
}
  @media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-label {
      position: relative;
      border: 0; }
      .ui-label:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #cacccd;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        -webkit-box-sizing: border-box;
        pointer-events: none; } }
  .ui-label:active {
    background-color: #f3f2f2; }

.ui-label-list {
  margin: 0 10px; }
  .ui-label-list .ui-label {
    margin: 0 10px 10px 0; }

.ui-label-s {
  font-size: 11px;
  line-height: 13px;
  display: inline-block;
  position: relative;
  padding: 0 1px;
  color: #ff7f0d;
  border: 1px solid #ff7f0d;
  border-radius: 2px; }
  @media screen and (-webkit-min-device-pixel-ratio: 2) {
    .ui-label-s {
      position: relative;
      border: 0; }
      .ui-label-s:before {
        content: "";
        width: 200%;
        height: 200%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #ff7f0d;
        -webkit-transform: scale(0.5);
        -webkit-transform-origin: 0 0;
        padding: 1px;
        -webkit-box-sizing: border-box;
        border-radius: 4px;
        pointer-events: none; } }
  .ui-label-s:active {
    background-color: #f3f2f2; }
  .ui-label-s:after {
    content: "";
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -5px;
    right: -5px; }
    
/********************弹窗类**************************/
.ui-dialog {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  background: rgba(0, 0, 0, 0.4);
  display: none; }

.ui-dialog.show {
  display: -webkit-box;
  display: box; }

.ui-dialog-hd {
  height: 2.4rem;
  line-height: 2.4rem;
  text-align: center;
  position: relative; }

.ui-dialog-cnt {
  width: 27.5rem;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  pointer-events: auto;
  background-color: rgba(253, 253, 253, 0.95);
  position: relative;
  }

.ui-dialog-bd {
  min-height: 5rem;
  border-top-left-radius: 0.4rem;
  border-top-right-radius: 0.4rem;
  padding: 2rem 1.5rem 1rem;
  display: -webkit-box;
  display: box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  -webkit-box-orient: vertical; }

.ui-dialog-bd > h4 {
  margin-bottom: 4px;
  width: 100%;
  text-align: center; }

.ui-dialog-bd > div, .ui-dialog-bd > ul {
  width: 100%; }
.ui-dialog-bd-cnt{
	padding-bottom: 1rem;
}
.ui-dialog-ft {
	width: 100%;
	height: 4rem;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  display: -webkit-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  border-top:1px solid #ccc;
  }

.ui-dialog-ft button {
	display: block;
	width: 100%;
	height: 100%;
  text-align: center;
  margin: 0 !important;
  -webkit-box-flex: 1; }
  .ui-dialog-ft button:active {
    background-color: rgba(0, 0, 0, 0.1) !important; }
  .ui-dialog-ft button:first-child {
  	border-right: 1px solid #ccc;
    border-bottom-left-radius: 0.4rem;
    
     }
  .ui-dialog-ft button:last-child {
    border-right: 0;
    border-bottom-right-radius: 0.4rem; }

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .ui-dialog-ft {
    position: relative;
  }

  .ui-dialog-ft button {
    border-right: 0;
   }
    .ui-dialog-ft button:last-child {
      background: none; } }
.ui-form {
  background-color: #fff; }

.ui-form-item-order.active {
  background-color: #e5e6e7; }

/********************通用间距*************************/
.ui-box {
  margin:1.5rem; 
}

.ui-form-item {
  position: relative;
  height: 5rem;
  line-height: 5rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem; 
  }
  .ui-form-item label:not(.ui-switch):not(.ui-checkbox):not(.ui-radio) {
  	display: inline-block;
  	height: 100%;
    padding: 0 1.5rem 0 0;
    text-align: left;
    box-sizing: border-box;
    vertical-align: middle;
    color: #666;
     }
  .ui-form-item input,
  .ui-form-item textarea {
    box-sizing: border-box;
    -webkit-appearance: none;
    border: 0;
    background: none;
    vertical-align: middle;
 }
  .ui-form-item input[type="checkbox"], .ui-form-item input[type="radio"] {
    padding-left: 0; }
  .ui-form-item .ui-icon-close {
    position: absolute;
    top: 0;
    right: 6px; }
    @media (max-width: 320px) {
      .ui-form-item .ui-icon-close {
        right: 1px; } }
  @media (max-width: 320px) {
    .ui-form-item {
      padding-left: 10px;
      padding-right: 10px; } }


.ui-form-item-textarea label {
  vertical-align: top; }

.ui-form-item-textarea textarea {
  margin-top: 15px;
  border: none; }

.ui-form-item-textarea textarea:focus {
  outline: none; }

.ui-form-item-link > li:after {
  font-family: "iconfont" !important;
  line-height: 4.8rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  display: block;
  color: rgba(0, 0, 0, 0.5);
  color: #dedede;
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -22px;
  margin-right: -10px; }
  @media (max-width: 320px) {
    .ui-form-item-link > li:after {
      right: 10px; } }

.ui-form-item-l label{
	height: 100%;
  text-align: center; 
  display: inline-block;
  
  }


.ui-form-item-l input:not([type="checkbox"]):not([type="radio"]) {
  padding-left: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ui-form-item-r {
  padding-right: 0; }

.ui-form-item-r input:not([type="checkbox"]):not([type="radio"]) {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.ui-form-item-r button {	
  position: absolute;
  top: 0.9rem;  
  right: 1.5rem;
  }
  .ui-form-item-r .btn-countDown{
	height: 5rem;
	padding: 0 10px;
	top:0;
	right: 0;
}
 .ui-btn-xs{ padding: 0 0.6em; height: 3rem;  font-size: 1.2rem; text-align: center; color: #f15657; border: 1px solid #F15657;}
.ui-form-item-r button.disabled {
  color: #bbb; }

.ui-form-item-r button:not(.disabled):active {
  background-color: #e5e6e7; }

/*****************************UI-Switch******************************/
.ui-switch {
  position: absolute;
  font-size: 16px;
  right: 15px;
  top: 50%;
  margin-top: -1.6rem;
  width: 5.2rem;
  height: 3.2rem;
  line-height: 3.2rem; }
  @media (max-width: 320px) {
    .ui-switch {
      right: 10px; } }
  .ui-switch input {
    width: 5.2rem;
    height: 3.2rem;
    position: absolute;
    z-index: 2;
    border: none;
    background: none;
    -webkit-appearance: none;
    outline: none; }
    .ui-switch input:before {
      content: '';
      width: 5rem;
      height: 3rem;
      border: 1px solid #dfdfdf;
      background-color: #fdfdfd;
      border-radius: 2.4rem;
      cursor: pointer;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
      border-color: #dfdfdf;
      box-shadow: #dfdfdf 0px 0px 0px 0px inset;
      -webkit-transition: border 0.4s, box-shadow 0.4s;
      transition: border 0.4s, box-shadow 0.4s;
      -webkit-background-clip: content-box;
      background-clip: content-box; }
    .ui-switch input:checked:before {
      border-color: #46d0c3;
      box-shadow: #46d0c3 0px 0px 0px 16px inset;
      background-color: #46d0c3;
      transition: border 0.4s, box-shadow 0.4s,  background-color 0.5s;
      -webkit-transition: border 0.4s, box-shadow 0.4s, background-color 0.5s;
      background-color: #46d0c3; }
    .ui-switch input:checked:after {
      left: 2.2rem; }
    .ui-switch input:after {
      content: '';
      width: 3rem;
      height: 3rem;
      position: absolute;
      top: 1px;
      left: 0;
      border-radius: 100%;
      background-color: #fff;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
      -webkit-transition: left 0.2s;
      transition: left 0.2s; }

/********浮层提示Tips*********/
.ui-poptips {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    padding: 0px 10px;
    box-sizing: border-box;
}
.ui-poptips-cnt {
    background-color: rgba(0, 0, 0, 0.6);
    line-height: 2rem;
    height: 2rem;
    color: #fff;
    text-align: center;
    border-bottom-left-radius: 0.4rem;
    border-bottom-right-radius: 0.4rem;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ui-poptips {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  padding: 0px 10px;
  box-sizing: border-box; }

.ui-poptips-cnt {
  background-color: rgba(0, 0, 0, 0.6);
  line-height: 4rem;
  height: 4rem;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
  max-width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }
  .ui-poptips-cnt i {
    display: inline-block;

    width: 2.5rem;
    vertical-align: middle; 

    margin-right: 1rem;
     }

    .ui-poptips-cnt i:before {
      font-family: "iconfont" !important;
      font-size:2rem;
      line-height: 2.2rem;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -webkit-text-stroke-width: 0.2px;
      display: block;
      color: rgba(0, 0, 0, 0.5);
      margin-right: 2px;
      margin-left: 4px;
      color: #fff;
      vertical-align:middle;
      
       }

.ui-poptips-info i:before {
  content: "\e601"; }

.ui-poptips-success i:before {
  content: "\e605"; }
.ui-poptips-warn i:before {
  content: "\e615"; }


/*横向平分*/
.ui-nowrap-flex {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-flex: 1;
}
.ui-nowrap-flex label{display: block}
.ui-nowrap-flex .ui-flex-1{-webkit-box-flex: 1;}
.ui-arrow{padding-right: 1.5rem;}
.ui-arrow:after{content: "\e60c"; color: #333; font-family:"iconfont" !important;  position: absolute; right:1.2rem; top: 0; text-align: right; height: 100%;}
.ui-flex-1 a{color: #333;}
/*.ui-flex-1 a.active{color: #f15657;}*/

/*半透明黑色背景提示窗*/
.ui-newstips-wrap {
	position: fixed;
	z-index: 12;
	top: 40%;
	width: 100%;
  text-align: center;
}

.ui-newstips {
  background: rgba(0,0,0,0.56);
  position: relative;
  display: -webkit-inline-box;
  -webkit-box-align: center;
  font-size: 1.3rem;
  padding: 1em;
  border-radius: 0.3rem;
  color: #fff; }

  .ui-newstips div {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-flex: 1;
    height: inherit; }


/*--------------------------- 元宝 ---------------------------*/
body{width: 100%;overflow-x: hidden;}


#ddf-header {width: 100%;height: 4.4rem;line-height: 4.4rem;position: relative;display: -webkit-box;color: #fff;background: #ff8100;}
.ui-title {width: 100%;line-height: 4.4rem;text-align: center;font-size: 1.6rem;}

.ui-tips{margin: .8rem;}
.ui-tips img{display:inline-block;width:1.5rem;height:1.5rem;position: relative;top:0.3rem;}
.ui-tips p{color: #666;}
.al{text-align: left;}
.ac{text-align: center;}
.ar{text-align: right;}
p.ui-deal-box{position: relative;padding-left: 2.5rem;color: #999;margin: 1.5rem 0;}
.ui-btn-primary{background: #ff8100;border-radius: 10px;margin: 1rem 0;box-shadow: none;}

.ui-checkbox-round {-webkit-appearance: none;border: none;position: absolute;left: 0;top: 0.15rem;width: 1.8rem;height: 1.8rem;background: url(../images/register/checkbox_no@2x.png) no-repeat 0 0;background-size: 1.8rem auto;}
.ui-checkbox-round:checked {background-image: url(../images/register/checkbox_on@2x.png);}


/*--------------------------- 娜 ---------------------------*/
.ui-m30{margin: 0 1.5rem;}
.qudao-box img{display: block;margin-left:auto;margin-right: auto;}
.l-mt34{margin-top: 1.7rem;}
.l-mt26{margin-top: 1.3rem;}
.ui-goodness{padding-left: 6.7rem;height: 5.2rem;margin-bottom: 1.8rem;position: relative;color:#474E5C;
display:-webkit-box;-webkit-box-orient:vertical;-webkit-box-pack:center;box-sizing: border-box;}
.ui-goodness dd{font-size: 1.3rem;}
.ui-goodness:before{content: "";position: absolute;top:0;left:0;width:5.2rem;height: 5.2rem;
background-image:url(../images/register/goodness_icon.png);background-repeat:no-repeat ;
background-size:22rem auto;}
.ui-goodness1:before{background-position: 0 0;}
.ui-goodness2:before{background-position:-8.4rem 0;}
.ui-goodness3:before{background-position:-16.8rem 0;}
a.ui-register-link{display: block;width:100%;position: relative;color:#ff8100;text-align: center;margin-top: 2.5rem;}
.ui-register-link:before,.ui-register-link:after{content: '';position: absolute;top:50%;left:0;width:30%;height:1px;background:#ff8100;}
.ui-register-link:after{left:auto;right:0;}


/*20180305注册页改版*/
.highHint{display:block;margin:0 auto;width:24.4rem;text-align:center;height:3.6rem;line-height:3.4rem;background: #FFF3C4;color: #F69D55;font-size:1.4rem;border-radius:0 0 10px 10px;}
.form-wrap .ui-btn-lg:disabled{background: #CECECE;background: #e9ebec;box-shadow:none;}
.form-wrap p.ui-deal-box{font-size:1.3rem;color:#fff;line-height:1.6;margin:2.1rem auto 0;padding:0 1.2rem;}
.form-wrap p.ui-deal-box .ui-checkbox-round{-webkit-appearance: none;border: none;display:inline-block;width:1.4rem;height:1.4rem;position:relative;top:-1px;;vertical-align:middle;margin-right:.5rem;background:url(../images/register/btn_check@3x.png) no-repeat -3rem 0;background-size:6rem auto;border-radius:0;}
.form-wrap p.ui-deal-box .ui-checkbox-round:checked {background:url(../images/register/btn_check@3x.png) no-repeat 0 0;background-size:6rem auto;}
.form-wrap p.ui-deal-box a{color:#fff;font-weight: bold;}
.ui-dialog-cnt{border-radius:8px;}
.PwdDialog .ui-dialog-cnt{position:relative;background:#fff;color:#181818;font-size:1.5rem;width:28.1rem;padding: 3rem 4.5rem 3.5rem 4.5rem;box-sizing: border-box;}
.PwdIpt::-webkit-input-placeholder{color: #999;font-size:1.5rem;}
.PwdIpt{display:block;width:100%;text-align:center;padding:0.8rem 0;font-size:1.5rem;}
.PwdClose{position:absolute;width:3.8rem;height:3.8rem;top:0;right:0;}
.PwdClose:before{content:'';position:absolute;top:1.2rem;right:1.2rem;width:1.4rem;height:1.4rem;background: url(../images/register/icon_box@3x.png) no-repeat -3rem 0;background-size: 6rem auto;}
.PwdTipsError{position: absolute;left:0;bottom:0;width:100%;height: 3.5rem;line-height: 3.5rem;font-size: 1.3rem;color: #F65D4D;text-align: center;}
/* .PwdTipsError:before{content:'';display:inline-block;vertical-align:-2px;margin-right:0.7rem;width:1.5rem;height:1.5rem;background: url(../images/register/icon_box@3x.png) no-repeat 0 0;background-size: 6rem auto;} */

.qudao-wrap img{display:block;}
.login{position:relative;padding:0 1rem;margin-top:-2rem;margin-bottom:3.2rem;}
.ui-login-box{padding:0 1rem;}
.form-wrap{border-radius: 0;padding:1.5rem 0.9rem;}
.ui-form-login{position:relative;background: #fff;border-radius: 5px;height:5.2rem;margin-bottom:1rem;}
.ui-form-login input::-webkit-input-placeholder{color: #999;}
.ui-form-login input{font-size: 1.4rem;color: #666;border-radius: 5px;height:5.2rem;padding-left:1.3rem;-webkit-appearance:none;border:0; width: 100%;box-sizing: border-box;}
.ui-forget-psw{margin-top:1.5rem;}
.form-wrap .ui-btn-lg{
  height: 4.4rem;line-height: 4.4rem;border-radius:4.4rem;display: block;width:100%;    color: #E60000;font-size:1.7rem;font-weight:400;
  border:0;    background: #ffdd61;box-shadow: 0 2px 4px 0 rgba(198,0,0,0.50), inset 0 -4px 0px 0 #ffcb30;
}
.form-wrap .ui-btn-lg:disabled{background: #B2B2B2;;box-shadow:none;color:#fff;}
.form-wrap .ui-form-login .checkCode{position: absolute;right:1.6rem;top:50%;-webkit-transform:translateY(-50%);min-width:8rem;height:3.2rem;line-height:3.2rem;color: #B2B2B2;font-weight:bold;background:none;font-size: 1.4rem;border-radius:3.2rem;box-sizing:border-box;z-index: 2;}
.form-wrap .ui-form-login .checkCode.light{color: #FE7D32;border:1px solid #FE7D32;}/*倒计时变亮是加类名light*/
.form-wrap .ui-form-login .checkCode[disabled]{
  color: #B2B2B2;
  border: #B2B2B2 1px solid;
}
.mobile-text{width:9.6rem;height:3rem;position: absolute;right:1rem;top:50%;margin-top:-1.5rem;background: #B2B2B2;}
.mobile-text .PwdImgCode{display:block;width:100%;height:100%;}
.ui-form-login .PwdTipsError{width:9rem;font-size:0.5rem;line-height:2.5rem;left:8rem;}
.input-tip{color:#fff;font-size:0.9rem;padding-left:1.3rem;margin-bottom:1rem;}

.reason{padding:2.2rem 0.8rem;background: #FFFFFF;-webkit-border-radius: 1rem; margin: 0 1rem;}
.reason-info{display:-webkit-box;}
.reason-lst{line-height:1.7;font-size: 1.2rem;text-align: center;-webkit-box-flex: 1;}
.reason-info .reason-lst:nth-child(2n){}
.reason-l{padding-left:1.6rem;font-weight:bold;margin-right:2rem;font-size: 1.4rem;color: #E97956;}
.reason-l img{display:inline-block;width:2.7rem;height:2.7rem;vertical-align:middle;margin-right:0.8rem;}
.reason-lst img{width:4.2rem;height:auto}
.reason-lst .step{width:1.3rem;height:auto;}
.title{
  font-size: 1.5rem;
  color: #EA7957;
  text-align: center;
  padding-bottom: 1.5rem;
}
.title:before{
  content:'';
  background-image:url(../images/register/parallel-slash-bars.png);
  background-size:2.6rem 1.7rem;
  position: absolute;
  width:2.6rem;
  height:1.7rem;
  margin-left: -3.2rem;
  margin-top: 0.4rem;
}
.title:after{
  content:'';
  background-image:url(../images/register/parallel-slash-bars.png);
  background-size:2.6rem 1.7rem;
  position: absolute;
  width:2.6rem;
  height:1.7rem;
  margin-left: 0.7rem;
}
.download{position: fixed;bottom:0rem;z-index:10;width:100%;height:5rem;}
.download .PwdClose{position: absolute; left:0;top:0.6rem;}
.download .right{float:right;margin-right:2rem;margin-top:1.3rem;background:#FE8431;padding:0.5rem 1rem;border-radius: 2rem;color:#ffffff;}
.download-pop{background:rgb(238, 238, 238);width:100%;height:100%;position: absolute;top:0;left:0;height:5rem;}
.download .left{width:4rem;float: left;margin-left:3.5rem;margin-top:0.5rem;}
.download .text{float: left;margin-top:1rem;margin-left:1rem;}
.download .text .appname{font-size:1.5rem;color:#000000;font-weight: 600;}
.download .apptext{font-size:1rem;}
.ui-dialog-bd h4{color:#666;font-size:1.5rem;font-weight:bold;text-align: center;margin-bottom:1rem;}

/*loading*/
.loading{position: fixed;width:100%;height: 100%;top:0;left:0;background:rgba(0,0,0,.5);display: -webkit-box;-webkit-box-pack:center;-webkit-box-align:center;-webkit-box-orient: vertical;z-index:10000;}
.loadImg{width:15.5rem;height: 6.5rem;line-height:6.5rem;padding-left:8.8rem;color:#fff;background:url(../images/loading.gif) no-repeat -.5rem center;background-size:auto 6rem;box-sizing: border-box;}
#dynamicTxt{font-size: 1rem;padding: 1rem;color: #676767;}
#dynamicTxt .bottom2{color: #b75037;}