body {
    position: relative;
    max-width: 750px;
    margin: 0 auto;
    padding-bottom: 1rem;
	background: url(/Public/Home/jz/bj.png) no-repeat;
	background-size: 100%;
	background-attachment: fixed;
	padding-top: 2.84rem;
	font-size: .24rem;
}
.goback{
	position: absolute;
	display: block;
	height: 1rem;
	width: 100%;
	top: 0.7rem;
}
.top img {
    width: 4.02rem;
    height: 0.8rem;
}
.top a {
    color: #ffffff;
    font-size: 0.26rem;
    text-decoration: none;
    font-weight: bold;
}
.main {
    overflow: hidden;
    min-height: 83vh;
    border-radius: .6rem .6rem 0 0;
    background-color: #ffffff;
}
.main-top {
    color: #2B3334;
    font-size: 0.28rem;
    padding: 0.32rem;
    margin-bottom: 0.32rem;
    background-color: #f9fff6;
}
.main-inner {
    padding: .48rem 0.32rem 0;
}
.main-inner .title {
    display: flex;
    align-items: center;
    font-size: 0.44rem;
}
.main-inner .title img {
    width: 0.44rem;
    height: 0.44rem;
    margin-right: 0.16rem;
}
.icon-tips-must {
    display: flex;
    align-items: center;
    color: #E80F0F;
    font-size: 0.3rem;
    font-weight: bold;
}
.icon-tips-must img {
    width: 0.28rem;
    height: 0.28rem;
    margin-right: 0.12rem;
}

.title-txt {
    font-size: 0.26rem;
    color: rgba(0, 0, 0, 0.3);
}

.main-box {
    padding: .24rem;
    background: #F4F3FB;
}

form {
    position: relative;
}
select, .input, textarea{
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  border: 1px solid #cecece;
  width: 100%;
  padding: 10px;
  font-size: .3rem;
}
select{
  background: #ffffff url(../images/down.png) no-repeat center right .2rem;
  background-size: .28rem;
}
.cell-box {
    padding: .24rem;
    background: #fff;
    border-radius: 4px;
    margin-bottom: 0.24rem;
}

.cell-box .n-ht {
    font-size: .32rem;
    font-weight: bold;
}

i.act,
span.act {
    font-style: normal;
    color: #E80F0F;
    font-size: 0.36rem;
    vertical-align: -0.1rem;
}
.cell-box .inp-box{
  font-size: .3rem;
  line-height: 22px;
}
.cell-box .inp-box .text{
  padding: .16rem 0;
}
.cell-box .inp-box .text .t1{
  color: rgba(0, 0, 0, 0.3);
}
.cell-box .inp-box .inp-cell{
  padding: .12rem 0;
  display: flex;
  align-items: center;
}
.cell-box .inp-box .inp-cell .radio{
  margin-right: .2rem;
  border-color: rgba(0, 0, 0, 0.3);
  width: 0.4rem;
  height: 0.4rem;
}
.cell-box .textarea{
  border: none;
  resize: none;
  padding: 0;
  height: 1.6rem;
}

.ellipsis{
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 90%;
}

.tips{
    color: rgba(0, 0, 0, 0.7);
    line-height: 0.4rem;
    font-size: 0.26rem;
    border-radius: 5px;
    padding: .16rem 0.24rem;
    background-color: #F9FFF6;
}
.tips a{
	color: rgba(0, 0, 0, 0.7);
	line-height: 0.4rem;
	font-size: 0.26rem;
}
.tips span {
    color: #FFA514;
    font-weight: bold;
}
.textarea textarea {
    min-width: 100%;
    min-height: 2rem;
    padding: 0.28rem 0.26rem 0 0.48rem;
}
.jk-money span {
    display: block;
    margin-left: 0.32rem;
    margin-bottom: 0.14rem;
}
.jk-money i {
    font-style: normal;
    font-size: 0.36rem;
}
.jk-money-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.16rem;
}
.label {
    width: 1.5rem;
    height: 0.8rem;
    font-size: 0.28rem;
    border: 0.02rem solid #CADBE0;
    border-radius: 0.16rem;
    font-weight: bold;
    color: #28433A;
    display: flex;
    align-items: center;
    justify-content: center;
}
.label.active {
    color: #ffffff;
    font-weight: bold;
    border-color: #FFA514;
    background-color: #FFA514;
}
.jk-money .other {
    width: auto;
    height: 0.8rem;
    padding: 0 0.3rem;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 0.02rem solid #CBE5E4;
}
.jk-money .other input {
    height: 0.7rem;
    border: 0;
    outline: none;
}

.fp .fp-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.fp .fp-top span {
    width: 1.02rem;
    height: 0.62rem;
    border-radius: 2rem;
    background: #E3E3E3;
    position: relative;
    box-shadow: 0rem 0.06rem 0.16rem 0rem rgba(0,0,0,0.1);
}
.fp .fp-top span::after {
    content: '';
    display: block;
    position: absolute;
    top: 0.04rem;
    left: 0.04rem;
    width: 0.54rem;
    height: 0.54rem;
    border-radius: 50%;
    background: #FFFFFF;
    transition: left 0.2s;
}
.fp .fp-top.act span {
    background-color: #FFA514;
}
.fp .fp-top.act span::after {
    left: 0.44rem;
}
.fp .fp-box {
    display: none;
}
.fp .fp-box.act {
    display: block;
}
.bd-sel .ipt-div {
    width: 100%;
    display: none;
    padding: 0 0.26rem 0 0.48rem;
    border: 2px solid #CBE5E4;
    border-top: 0 !important;
    border-radius: 0 0 5px 5px !important;
}
.bd-sel input.ipt {
    border: 0;
    border-top: 2px dashed #CBE5E4;
    border-radius: 0;
    outline: none;
    padding: 0 !important;
}

.btn-submit, .app-btn-group {
    width: 100%;
    height: 1rem;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: 750px;
    z-index: 999;
    outline: none;
    background: #FFA514;
    font-size: 0.32rem;
    color: #ffffff;
    text-align: center;
    line-height: 1rem;
    font-weight: bold;
    cursor: pointer;
    box-sizing: content-box;
    border: 0;
    /* border-top: 0.32rem solid #ffffff; */
}

.app-btn-group {
    height: 1.4rem;
    display: flex;
    background: #fff;
    border: none;
    box-shadow: 0 -5px 6px 0 rgba(0,0,0,0.1);
}

.btn-app {
    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    border: none;
    outline: none;
    background: transparent;
    font-size: .34rem;
    font-weight: bold;
    color: #28433A;
}
.btn-app img {
    width: .48rem;
    margin-right: 3px;
}
.btn-app:first-child::after {
    content: '';
    position: absolute;
    top: 30%;
    right: 0;
    width: 1px;
    height: 40%;
    background: #28433A;
}
.btn-app.one::after {
    display: none;
}

.footer i {
    font-style: normal;
}



#PoPy {
    height: 40% !important;
    position: fixed !important;
    max-width: 750px;
    left: 50% !important;
    transform: translateX(-50%);
}
._citys {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
    background-color: #ffffff
}
._citys span {
    color: #FFA514;
    height: 0.3rem;
    width: 0.3rem;
    line-height: 0.3rem;
    text-align: center;
    border-radius: 3px;
    position: absolute;
    right: 1em;
    top: 0.2rem;
    border: 1px solid #FFA514;
    cursor: pointer;
}
._citys0 {
    width: 100%;
    height: 0.7rem;
    display: inline-block;
    border-bottom: 2px solid #FFA514;
    padding: 0;
    margin: 0;
}
._citys0 li {
    float: left;
    height: 0.7rem;
    line-height: 0.7rem;
    overflow: hidden;
    font-size: 0.3rem;
    color: #888;
    width: 1.6rem;
    text-align: center;
    cursor: pointer;
}
.citySel {
    background-color: #FFA514;
    color: #fff !important;
}
._citys1 {
    width: 100%;
    height: 80%;
    display: inline-block;
    overflow: auto;
}
._citys1 a {
    height: 0.7rem;
    display: block;
    color: #666;
    padding-left: 0.2rem;
    margin-top: 0.1rem;
    line-height: 0.7rem;
    cursor: pointer;
    font-size: 0.3rem;
    overflow: hidden;
}

._citys1 a:hover { color: #fff; background-color: #FFA514; }
.ui-content{
    border: 1px solid #EDEDED;
}li{
     list-style-type: none;
 }

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder { /* WebKit browsers 适配谷歌 */
    color: #28433A;
}
textarea:-moz-placeholder,
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 适配火狐 */
    color: #28433A;
}
textarea::-moz-placeholder,
input::-moz-placeholder { /* Mozilla Firefox 19+ 适配火狐 */
    color: #28433A;
}
textarea:-ms-input-placeholder,
input:-ms-input-placeholder { /* Internet Explorer 10+  适配ie*/
    color: #28433A;
}