html,body{
  background: #f4f4f4;
}
.clearfix:after {content:""; display:block; height:0; visibility:hidden; clear:both;}

/*首页*/



/*flx布局+兼容写法*/

.flx {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-r {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/*文本超出*/

.text_clamp1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    -o-text-overflow:ellipsis;
}

.text_clamp2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    -o-text-overflow:ellipsis;
}


/*公共样式*/

.text_bule {
    color: #337dfb;
}

.radio {
    border-radius: 1rem;
}

.pd_20 {
    padding: 0 .5rem;
}

.w100 {
    width: 100%;
    box-sizing: border-box;
}

.btn_blue {
    text-align: center;
    box-shadow: 2px 2px 5px #90c0f9;
    background: linear-gradient(to right, #3b6efd, #53a2ff);
    color: #FFFFFF;
    letter-spacing: .125rem;
}
.btn_gray{
  text-align: center;
  box-shadow: 2px 2px 5px #90c0f9;
  background: #fff;
  color: #FFFFFF;
  letter-spacing: .125rem;
  color: #337dfb;
  border: 1px solid #337dfb;
}
.btn_line {
    width: 14.25rem;
    box-sizing: border-box;
    margin: 0 auto;
    height: 2.2rem;
    line-height: 2.2rem;
    border-radius: 2.2rem;
    display: block;
}

.btn_blue:active {
    opacity: .9;
    filter: alpha(opacity=90);
}


/*蓝色*/

.title_bule {
    background: url('../image/paymw/icon_2.png') no-repeat !important;
    background-size: 100% auto !important;
    color: #fff !important;
}


/*头部返回栏*/

.title {
    width: 100%;
    font-size: 0.85rem;
    color: #333333;
    background: #fff;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.title_text {
    text-align: center;
    line-height: 2rem;
    height: 2rem;
    float: left;
    width: 60%;
}

.title_left {
    width: 20%;
    height: 2rem;
    float: left;
    box-sizing: border-box;
    padding-left: 1.4rem;
}

.title_left img {
    width: .525rem;
}

.title_home {
    float: right;
    width: 20%;
    height: 2rem;
    box-sizing: border-box;
    padding-right: 1.4rem;
    justify-content: flex-end;
}

.title_home img {
    width: 0.9rem
}
/*统一头部*/
.tab_header{
  width: 100%;
  background: url(../image/home/header.png) no-repeat;
  background-size: 100%;
  text-align: center;
  font-size: 0.85rem;
  color: #fff;
}
.tab_header>div{
  line-height: 2rem;
  height: 2rem;
}
.tab_header span{
  display: none;
}
.tab_header .header_active{
  display: block;
}
/*tab*/
.footers{
  height: 2.8rem;
  border-top: 1px solid #e4e4e4;
  font-size: .65rem;
  color: #1c1c1c;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #f4f4f4;
  z-index: 100000;
}
.footers>div{
  float: left;
  width: 25%;
  height: 100%;
}
.menu span{
  margin-top:1.55rem;
  font-size: .7rem;
}
.footers .tab_active span{
  background: -webkit-gradient(linear, 0 0, 0 100%, from(#36caff), to(#1a8aff));
	background: -webkit-linear-gradient(#1266f7, #08a1fb);
	background: -moz-linear-gradient(#1266f7, #08a1fb);
	background: -o-linear-gradient(#1266f7, #08a1fb);
  -webkit-background-clip: text;
  color: transparent;
}


/*大厅*/
.home_top{
  height: 13.75rem;
  background: url('../image/home/icon1.png') no-repeat;
  background-size: 100% auto;
  padding-top: 6.5rem;
  position: relative;
  overflow: hidden;
}
#aui-slide1{
  height: 7.5rem;
}
.home_bt{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.aui-slide-wrap .aui-slide-node{
  box-sizing: border-box;
  padding: 0 .5rem !important;
  background: none !important;
}
.swiper_home{
  width: 100%;
  height: 100%;
  background: url(../image/home/home1_1.png) no-repeat;
  background-size: 100%;
  box-sizing: border-box;
  padding: 1.5rem  0  0 .875rem;
  font-size: .85rem;
  line-height: 1.5rem;
  color: #000;
}
.swiper_home>div>span:first-child{
  width: 50%;
}
.swiper_home>div>span:last-child{
  width: 45%;
  font-size: .8rem;
}
.notLoginText{
  text-align: center;
  font-size: .85rem;
  color: #333;
}
.notLoginText2{
  font-size: .6rem;
  color: #666;
}
.swiper_adress{
  font-size: .8rem;
  color: #999999;
}

.home_btn{
  width: 15.375rem;
  height: 2rem;
  border-radius: 2rem;
  background: linear-gradient(to right, #53a2ff, #3b6efd);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 0;
  overflow: hidden;
  font-size: .75rem;
  color: #fff;
}
.home_btn>div{
  float: left;
  width: 50%;
  box-sizing: border-box;
  height: 1.25rem;
  margin-top: .375rem;
}
.home_btn>div:first-child{
  border-right: 1px solid #1b4cd8;
}
.home_btn>div span{
  margin-left: .7rem;
}
.home_btn>div img{
  width: .825rem;
}
.homes{
  background: #fff;
  overflow: hidden;
  padding: .5rem 0;
  margin-top: .5rem;
}
.homes>div{
  float: left;
  width: 25%;
  height: 5rem;
  color: #333333;
  font-size: .7rem;
}
.homes>div img{
  width: 1.95rem;
  margin-bottom: .45rem;
}

.home_notice{
  background: #fff;
  padding: .5rem .875rem;
  margin-top: .375rem;
  overflow: hidden;
}

.home_notice>img{
  float: left;
  width: 2rem;
  margin-top: .625rem;
}
.home_notice_lie{
  float: right;
  width: 80%;
}
.home_notice_list{
  overflow: hidden;
  font-size: .7rem;
  color: #333;
  line-height: 1.5rem;
}
.home_notice_list span:first-child{
  float: left;
  /*width: 70%;*/
  width: 100%;
}
/*.home_notice_list span:last-child{
  float: right;
  width: 30%;
  color: #999;
  text-align: right;
}*/

.home_srcoll_title{
  font-size: .75rem;
  color: #000;
  line-height: 2.875rem;
  padding-left: .875rem;
}
.home_srcolls{
	height: 4.5rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.swiper-container{
	width: 100%;
	height: 100%;
}

.home_cons>div{
	float: left;
	width: 22%;
	height: 4.5rem;
	background: #fff;
  border-radius: 1rem;
  color: #333333;
  font-size: .7rem;
  margin-left: 3%;
}
.home_cons>div img{
	width: 1.95rem;
  margin-bottom: .4rem;
}



.home_srcoll_box{
	height: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
}



.consult_box{
  background: #fff;
  padding: 0 .875rem;
  margin-top: .375rem;
}
.consult_title{
  font-size: .75rem;
  color: #000;
  line-height: 2.5rem;
}
.consult_box img{
  width: 7.7rem;
  height:5rem;
  margin-bottom: 1.125rem;
}
/*我的*/
.User_login{
  line-height: 2.5rem;
  display: inline-block;
  color: #fff;
}
.self_bg{
  width: 100%;
  height: 7.5rem;
  background: url(../image/home/icon2.png) no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.self_line{
  padding: 0 1.4rem;
  overflow: hidden;
  margin-top: 2rem;
}
.self_l img{
  width: 2.5rem;
  height: 2.5rem;
  box-sizing: border-box;
  border: 2px solid #6ea4ff;
  border-radius: 50%;
}
.self_l span{
  font-size: 1rem;
  color: #fff;
  font-weight: bold;
  margin-left: 1rem;
}
.self_l{
  float: left;
}
.self_r{
  float: right;
  width: 3.5rem;
  height: 1.2rem;
  background: #8bacfe;
  border-radius: 1.2rem;
  font-size: .65rem;
  color: #fff;
  margin-top: .65rem;
}
.self_r img{
  width: .75rem;
  height: .75rem;
  margin-right: .375rem;
}
.self_list{
  height: 2.5rem;
  background: #fff;
  color: #333333;
  font-size: .75rem;
  padding: 0 .875rem;
}
.self_user,.slef_text{
  float: left;
  height: 100%;
}
.slef_text{
  margin-left: .4rem;
}
.self_ico{
  float: right;
  height: 100%;
}
.self_ico img{
  width: .3rem;
}
.self_user:first-child img{
  width: .85rem;
}
.self_user:nth-child(2) img{
  width: .85rem;
}
.self_user:nth-child(3) img{
  width: .95rem;
}
.self_user:nth-child(4) img{
  width: .85rem;
}

.self_mt{
  margin-bottom: .375rem;
}

/*我的信息*/

.info_bg{
  width: 100%;
  min-height: 8rem;
  background: url(../image/home/icon1_1.png) no-repeat;
  background-size: 100%;
  overflow: hidden;
  padding-top: 6.5rem;
}
.info_line{
  background: #fff;
  overflow: hidden;
  height: 5rem;
}
.info_line>div{
  float: left;
  width: 25%;
  height: 100%;
}
.info_line img{
  width: 1.8rem;
  margin-bottom: .45rem;
}
.info_line span{
  color: #666666;
  font-size: .7rem;
}

.info_mts{
  margin-top: .375rem;
}


/*我的业务*/
.process_mt{
  margin-top: .375rem;
}
.process_bg{
  width: 100%;
  min-height: 8rem;
  background: url(../image/home/icon1_1.png) no-repeat;
  background-size: 100%;
  overflow: hidden;
  padding-top: 6.5rem;
}
.process_box{
  background: #fff;
}
.process_title{
  height: 2.5rem;
  font-size: .75rem;
  color: #333333;
  padding: 0 .875rem;
}
.process_title >div{
  border-bottom: 1px solid #f4f4f4;
}
.process_title >div>div{
  height:2.5rem;
  padding-left: 2rem;
}
.process_title img{
  width: .8rem;
}
.process_line{
  height: 5rem;
}
.process_line>div{
  float: left;
  width: 25%;
  height: 100%;
}
.process_line img{
  width: 1.8rem;
  margin-bottom: .45rem;
}
.process_line span{
  color: #666666;
  font-size: .7rem;
}
/*绑定户号*/

.bound img {
    display: block;
    width: 100%;
}

.bound_url {
    text-align: center;
    font-size: .7rem;
}

.bound_url span {
    display: inline-block;
}

.bound_url span:nth-child(2) {
    padding-left: 0.5rem;
    padding-right: 0.8rem;
}

.bound_box {
    width: 100%;
    padding: .95rem 1.75rem 1.6rem 1.75rem;
    box-sizing: border-box;
}
.bound_box #trigger1:before{
    position: absolute;
    content: "";
    height: 1.25rem;
    width: .675rem;
    background: url(../image/bound/xia.png) no-repeat;
    background-size: 100%;
    z-index: 1;
    top: 50%;
    margin-top: -.06rem;
    right: 1rem;
}
.bound_box #trigger1:after{
  position: absolute;
    left: .8rem;
    top: 50%;
    margin-top: -.625rem;
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    background: url(../image/bound/ics.png) no-repeat;
    background-size: 100%;
    z-index: 1;
}

.bound_box #trigger2:before{
    position: absolute;
    content: "";
    height: 1.25rem;
    width: .675rem;
    background: url(../image/bound/xia.png) no-repeat;
    background-size: 100%;
    z-index: 1;
    top: 50%;
    margin-top: -.06rem;
    right: 1rem;
}
.bound_box #trigger2:after{
  position: absolute;
    left: .8rem;
    top: 50%;
    margin-top: -.625rem;
    content: "";
    height: 1.25rem;
    width: 1.25rem;
    background: url(../image/bound/ics.png) no-repeat;
    background-size: 100%;
    z-index: 1;
}


.bound_input {
    width: 100%;
    box-sizing: border-box;
    height: 2.2rem;
    border: 1px solid #e1e1e1;
    border-radius: 2.2rem;
    overflow: hidden;
    position: relative;
}
#trigger1{
    line-height: 2.2rem;
    padding-left: 2.5rem;
}
#trigger2{
    line-height: 2.2rem;
    padding-left: 2.5rem;
    padding-right:1.5rem;
}
.bound_icon {
    float: left;
    width: 2.75rem;
    height: 100%;
}

.bound_icon img {
    display: block;
    width: 1.25rem;
}

.bound_icon_x {
    float: right;
    width: 2.825rem;
    height: 100%;
}

.bound_icon_x img {
    display: block;
    width: .675rem;
}

.bound_code {
    float: left;
    line-height: 2.2rem;
    color: #666666;
    font-size: .7rem;
}

.bound_number {
    float: left;
    width: 60% !important;
    color: #666666;
    font-size: .7rem;
}

.bound_input:last-of-type {
    margin-top: .9rem;
}

.check_icon {
    position: relative;
    width: .7rem;
    height: .7rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
}

.check_icon::after {
    display: inline-block;
    width: .7rem;
    height: .7rem;
    content: '';
    box-sizing: border-box;
    border: 1px solid #337dfb;
    border-radius: 2px;
}

.check_icon:checked:before {
    ;
    position: absolute;
    content: '';
    width: .575rem;
    height: .425rem;
    background: url('../image/bound/icon_gou.png') no-repeat;
    background-size: 100%;
    top: .3rem;
    left: .1rem;
}

.bound_text {
    font-size: .6rem;
    margin-left: .575rem;
    line-height: 22px;
}

.bound_hard {
    overflow: hidden;
    margin-left: 2.175rem;
    margin-bottom: .6rem;
}

.bound_chocie, .bound_text {
    float: left;
}

.binding {
    text-align: center;
    font-size: .7rem;
    margin-top: .75rem;
}

.bound_prompt {
    position: fixed;
    ;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5.25rem;
    background: url('../image/bound/icon_1.png') no-repeat;
    background-size: 100%;
}

.bound_ti {
    color: #000000;
    font-size: .55rem;
    line-height: 1rem;
    width: 100%;
    box-sizing: border-box;
    padding-left: 1.25rem;
    position: absolute;
    left: 0;
    bottom: .3rem;
}


/*信息核对*/

.showinfo_title {
    height: 4.7rem;
    margin-top: .375rem;
}

.showinfo_title>div {
    height: 100%;
    background: #fff;
    padding: 0 .875rem;
}

.showinfo_title>div>div{
    width: 2.125rem;
	height: 2.5rem;
	background: url(../image/bound/icon_2.png) no-repeat;
	background-size: 100%;
}

.showinfo_title>div>span {
    color: #000000;
    margin-left: 1.5rem;
    font-size: .9rem;
}

.showinfo_box {
    margin-top: .375rem;
}

.showinfo_cont {
    background: #fff;
    color: #000000;
    font-size: .7rem;
    padding: 1rem .875rem;
}

.showinfo_cont>div {
    overflow: hidden;
    width: 100%;
    line-height: 1.375rem;
}

.showinfo_cont>div>span:first-child {
    float: left;
    width: 25%;
}

.showinfo_cont>div>span:last-child {
    float: left;
    width: 75%;
    color: #666666;
}

.info_mt {
    margin-top: 1.625rem;
}


/*户号管理*/

.edit_line {
    background: #fff;
    margin-top: .375rem;
    padding: 0 .875rem;
}

.edit_group {
    font-size: .65rem;
    color: #666666;
    overflow: hidden;
    height: 2.375rem;
    line-height: 2.375rem;
    border-bottom: 1px solid #f4f4f4;
}

.edit_group>span {
    float: left;
}

.edit_group>div {
    float: right;
    font-size: .7rem;
}

.edit_b {
    padding: 0 .5rem;
}

.edit_list>div {
    overflow: hidden;
    height: 3.5rem;
    border-bottom: 1px solid #f4f4f4;
}

.edit_list>div:last-child {
    border: 0;
}

.edit_list .edit_icon {
    height: 100%;
    float: left;
}

.edit_icon > div {
    width: 1.1rem;
	height: 1.1rem;
	background: url(../image/bound/icon_3.png) no-repeat;
	background-size: 100%;
}

.edit_list .edit_cont {
    float: left;
    width: 60%;
    height: 100%;
    margin-left: .6rem;
}

.edit_list .edit_oper {
    float: right;
    height: 100%;
}

.edit_oper img {
    width: 1.25rem;
}

.edit_oper img:first-child {
    margin-right: 1rem;
}

.edit_cont span:first-child {
    font-size: .85rem;
    color: #333333;
}

.edit_cont span:last-child {
    font-size: .7rem;
    color: #999999;
}

.edit_mt {
    margin: 1.5rem auto 1rem auto;
}

.edit_dialog {
    width: 270px;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.edit_header {
    padding: 10px 15px 0 15px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    color: #000000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.const {
    background: #fff;
    padding: 10px 28px;
}

.const>div {
    overflow: hidden;
}

.edit_hu span, .edit_fz span {
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.edit_hu span:last-child {
    color: #999999;
    margin-left: 30px;
}

.edit_fz {
    margin-top: 5px;
    margin-bottom: 5px;
}

.edit_fz span:last-child {
    color: #999999;
    margin-left: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d3d4d7;
    box-sizing: border-box;
    width: 150px;
    padding-left: 5px;
    position: relative;
}

.edit_fz span:last-child::after {
    position: absolute;
    content: "";
    height: 7px;
    width: 10px;
    background: url(../image/bound/icon_6.png) no-repeat;
    background-size: 100%;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.edit_dialog_btn {
    background: #fff;
    height: 44px;
    overflow: hidden;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 1px solid #dddddd;
}

.edit_dialog_btn>div {
    float: left;
    width: 50%;
    box-sizing: border-box;
    line-height: 44px;
    text-align: center;
    color: #0894ec;
}

.edit_dialog_btn>div:first-child {
    border-right: 1px solid #dddddd;
}


/*我的账户*/

.paymw_user {
    height: 18.3rem;
    background: url(../image/paymw/icon_1.png) no-repeat;
    background-size: 100%;
    overflow: hidden;
}

.paymw_line {
    overflow: hidden;
    height: 5rem;
    margin-top: .8rem;
    margin-bottom: .8rem;
}

.paymw_line_img, .paymw_line_text {
    float: left;
}

.paymw_line_qie {
    float: right;
}

.paymw_line_img, .paymw_line_text, .paymw_line_qie {
    height: 100%;
}

.paymw_line_img img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    border: 2px solid #6ba2ff;
}

.paymw_line_img {
    margin-left: .925rem;
}

.paymw_line_text {
    margin-left: 1rem;
    color: #f2f2f2;
    font-size: 1.2rem;
    font-weight: bold;
}

.paymw_line_qie {
    margin-right: 1rem;
}

.paymw_line_qie span {
    color: #ffffff;
    font-size: .6rem;
    background: #6fa4fe;
    border-radius: 1.75rem;
    width: 3.5rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 1.2rem;
    text-align: center;
}

.paymw_info {}

.paymw_infos {
    background: #fff;
    padding: .7rem .875rem 0 .875rem;
    font-size: .8rem;
    color: #666666;
}

.paymw_infos>div {
    overflow: hidden;
    padding: .25rem 0;
}

.paymw_infos>div span {
    float: left;
}

.paymw_infos>div span:first-child {
    width: 25%;
}

.paymw_infos>div span:last-child {
    width: 75%;
    color: #333333;
}

.paymw_infos>div:last-of-type {
    padding-bottom: .7rem;
    border-bottom: 1px solid #f4f4f4;
}

.paymw_money {
    height: 3.5rem;
    overflow: hidden;
    display: block;
    line-height: 3.5rem;
}

.paymw_money>span {
    float: left;
}

.paymw_money>span:first-child {
    width: 25%;
}

.paymw_money>span:nth-child(2) {
    font-size: 12px;
    color: #333333;
    line-height: 3.7rem;
}

.paymw_money>span:nth-child(3) {
    font-size: 1.2rem;
    color: #333333;
}

.paymw_money>span:nth-child(4) {
    float: right;
    height: 100%;
    position: relative;
}

.paymw_money>span:nth-child(4) span {
    color: #337dfb;
    font-size: .6rem;
    width: 3.55rem;
    height: 1.25rem;
    text-align: center;
    line-height: 1.25rem;
    border-radius: 1.25rem;
    border: 1px solid #337dfb;
}

.paymw_list_l {
    height: 2.4rem;
    padding: 0 .875rem;
    background: #fff;
    border-radius: 2.4rem;
    line-height: 2.4rem;
    color: #333333;
    font-size: .8rem;
}
.paymw_list_l>div{
    height: 100%;
    float: left;
}
.paymw_list_l>div:first-child img{
    width: 1.1rem;
}
.paymw_list_l>div:first-child > .paymw_list_l_1{
    width: 1.1rem;
	height: 1.1rem;
	background: url(../image/paymw/icon_6.png) no-repeat;
	background-size: 100%;
}
.paymw_list_l>div:first-child > .paymw_list_l_2{
    width: 1.1rem;
	height: 1.1rem;
	background: url(../image/paymw/icon_5.png) no-repeat;
	background-size: 100%;
}

.paymw_list_l>div:last-child img{
    width: .3rem;
}
.paymw_list_l>div:first-child{
  margin-right: .45rem;
}
.paymw_list_l>div:last-child {
  float: right;
}
.paymw_list .paymw_list_l:last-child{
  margin-top: .6rem;
}

/*切换户号*/

.changelist{
  height: 3.5rem;
  background: #fff;
  padding: 0 .875rem;
  margin-top: .375rem;
}
.change_icon ,.change_value{
  height: 100%;
  float: left;
}
.change_value{
  margin-left: .6rem;
}
.change_value span:first-child{
    font-size: .85rem;
    color: #333333;
}
.change_value span:last-child{
    font-size: .7rem;
    color: #999999;
}
.change_icon > div {
    width: 1.1rem;
    height: 1.1rem;
    background: url(../image/bound/icon_3.png) no-repeat;
    background-size: 100%;
}
.change_choice{
  float: right;
  height: 100%;
  padding-left: 1.5rem
}
.change_choice img{
  width: 1rem;
}


/*水费缴纳*/
.choice_title{
  margin-top: .375rem;
  height: 4.3rem;
  background: url(../image/payment/icon_1.png) no-repeat;
  background-size: 100%;
  color: #f2f2f2;
  font-size: .9rem;
  font-weight: bold;
}

.choice_title img{
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 50%;
  border: 2px solid #6ba2ff;
  margin-left: .875rem;
}
.choice_title span{
  margin-left: .5rem;
}
.choice_icon img{
  width: .3rem;
}
.choice_icon span{
  color: #999999;
  font-size: .7rem;
  margin-right: 10px;
}

.all_list{
  margin-top: .375rem;
}

.all_list>div span:first-child {
    width: 38%;
}

.all_list>div span:last-child {
    width: 62%;
    color: #333333;
}
.all_bor{
  border-top: 1px solid #f4f4f4;
  padding-top: .6rem !important;
  margin-top: .4rem;
}
.success_box{
  background: #fff;
  height: 11rem;
  margin-top: .375rem;
  margin-bottom: .375rem;
}
.success_box img{
  width: 2.8rem;
  margin-top: 1.675rem;
  margin-bottom: 2.2rem;
}
.success_box > span{
  color: #333333;
  font-size: .75rem;
}
.success_box > div{
  color: #333333;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.success_box > div::after{
  position: absolute;
  content: "￥";
  left: -15px;
  bottom: 5px;
  font-size: .7rem;
}
.success_info{
  background: #fff;
  padding: .5rem .875rem;
  font-size: .8rem;
  color: #666666;
}
.success_info div{
  overflow: hidden;
  padding: .25rem 0;
}
.success_info div span{
  float: left;
}
.success_info div span:first-child{
  width: 32%;
}
.success_info div span:last-child{
  width: 68%;
  color: #333333;
}

.all_pay{
  background: #fff;
  margin-top: .375rem;
  padding: 0 .875rem;
  display: block;
  overflow: hidden;
}
.all_title{
  height: 1.5rem;
  color: #333333;
  font-size: .8rem;
  margin-top: .5rem;
}
.all_title span:last-child{
  position: relative;
  padding-left: 1.2rem;
}
.all_title span:last-child::after{
  position: absolute;
  content: "";
  width: .75rem;
  height: .75rem;
  background: url(../image/payment/icon_3.png) no-repeat;
  background-size: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 4px;
}
.all_input{
  position: relative;
}
.all_input::after{
  position: absolute;
  content: "￥";
  color: #333333;
  left: 5px;
  bottom: 8px;
}
.all_input input{
  font-size: 1.25rem;
  color: #333333;
  box-sizing: border-box;
  width: 100%;
  padding-left: 1rem;
}
.all_choice{
  height: 4.05rem;
  border-top:1px solid #f4f4f4;
  border-bottom:1px solid #f4f4f4;
}
.all_choice > div{
  text-align: center;
  font-size: .8rem;
  color: #333333;
  height: 2.1rem;
  width: 4.875rem;
  background: #f1f6fd;
  line-height: 2.1rem;
  border-radius:3px;
}
.all_Breach{
  height: 2.5rem;
  font-size: .8rem;
}
.all_Breach span:first-child{
    color: #666666;
}
.all_Breach span:last-child{
  color: #333333;
}

.all_way_title{
  line-height: 2.3rem;
  color: #333333;
  font-size: .8rem;
}
.all_way{
  padding-bottom: 3.25rem;
  display: block;
}
.all_way_line{
  height: 2.625rem;
  color: #333333;
  font-size: .8rem;
  overflow: hidden;
  background: #fff;
  border-radius: 2.625rem;
  padding: 0 .875rem;
  margin-bottom: .375rem;
}
.all_way_line div:nth-child(2){
  line-height: 2.625rem;
  margin-left: .5rem;
}
.all_way_line div:nth-child(1),.all_way_line div:nth-child(2){
  float: left;
  height: 100%;
}
.all_way_line div:nth-child(3){
  float: right;
  height: 100%;
}
.all_way_line div:nth-child(1) img{
  width: 1.1rem;
}
.all_way_line div:nth-child(3) img{
  width: 1rem;
}

.all_way_line div:nth-child(3) span{
  width: 1rem;
  height: 1rem;
  background: url(../image/paymw/icon_8.png) no-repeat;
  background-size: 100%;
}
.all_way_line div:nth-child(3) .payment_tyurl{
	background: url(../image/paymw/icon_7.png) no-repeat;
	background-size: 100%;
}


.all_choice .all_active{
  background: #337dfb;
  color: #fff;
}
.pay_all_money{
  height: 2.8rem;
  background: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  border-top: 1px solid #dedede;
  font-size: .8rem;
  color: #333333;
  padding: 0 .7rem;
}
.pay_btn{
  width: 4.85rem;
  height: 1.875rem;
  line-height: 1.875rem;
  border-radius: 1.875rem;
  background: #2d79fb;
  color: #fff;
  text-align: center;
}
/*缴费记录*/
.record_box{
  background: #fff;
  height: 3.4rem;
  overflow: hidden;
  margin-top: .375rem;
  padding: 0 .875rem;
}
.record_box > div:nth-child(1),.record_box > div:nth-child(2),.record_box > div:nth-child(3){
  float: left;
  height: 100%;
}
.record_box > div:nth-child(3){
  float: right;
}
.record_box > div:nth-child(1) img{
  width: 1.675rem;
}
.record_box > div:nth-child(3) > span:first-child{
  color: #343434;
  font-size: .9rem;
  font-weight: bold;
  text-align: right;
  position: relative;
}
.record_box_text{
	font-size: .6rem;
}
/*.record_box > div:nth-child(3) > span:first-child::after{
  position: absolute;
  content:"￥";
  font-size: .6rem;
  left: -13px;
  bottom:3px;
}*/
.record_box > div:nth-child(3) > span:last-child{
  color: #999999;
  font-size: .75rem;
  text-align: right;
}

.record_box > div:nth-child(2) span:first-child{
  color: #000000;
  font-size: .85rem;
}
.record_box > div:nth-child(2) span:last-child{
  color: #999999;
  font-size: .75rem;
}
.record_box > div:nth-child(2){
  margin-left: .75rem;
}

/*用水清单*/
.bill_box{
  background: #fff;
  overflow: hidden;
  margin-top: .375rem;
  padding: 0 .875rem;
}
.bill_lie{
  overflow: hidden;
  height: 3.4rem;
}
.bill_lie > div:nth-child(1),.bill_lie > div:nth-child(2),.bill_lie > div:nth-child(3){
  float: left;
  height: 100%;
}
.bill_lie > div:nth-child(3){
  float: right;
}
.bill_lie > div:nth-child(1) img{
  width: 1.675rem;
}
.bill_lie > div:nth-child(3) > span:first-child{
  color: #343434;
  font-size: .9rem;
  font-weight: bold;
  text-align: right;
  position: relative;
}
.bill_lie > div:nth-child(3) > span:first-child::after{
  position: absolute;
  content:"￥";
  font-size: .6rem;
  left: -5px;
  bottom:3px;
}
.bill_lie > div:nth-child(3) > span:last-child{
  color: #999999;
  font-size: .75rem;
  text-align: right;
}

.bill_lie > div:nth-child(2) span:first-child{
  color: #000000;
  font-size: .85rem;
}
.bill_lie > div:nth-child(2) span:last-child{
  color: #999999;
  font-size: .75rem;
}
.bill_lie > div:nth-child(2){
  margin-left: .75rem;
}
.bill_color{
  color: #f37b1d !important;
}
.bill_down{
  padding-left: 2.425rem;
  font-size: .75rem;
  color: #333333;
  border-top: 1px solid #f4f4f4;
  line-height: 1.5rem;
  padding-top: .4rem;
  padding-bottom: .4rem;
}
.down_none{
  display: none;
}

/*缴费账单*/
.detail_line{
  background: #fff;
  padding: 0 .875rem;
  margin-top: .375rem;
}
.detail_lines{
  font-size: .8rem;
  color: #333333;
  line-height: 1.5rem;
  border-bottom: 1px solid #f4f4f4;
  padding: .5rem  0;
}
.detail_lines:first-child{}
.detail_lines>div{
  overflow: hidden;
}
.detail_lines>div span{
  float: left;
}
.detail_lines>div span:first-child{
  width: 5.25rem;
  color: #666666;
}

.detail_money{
  height: 2.5rem;
  margin-top: .375rem;
  background: #fff;
  border-radius: 2.5rem;
  line-height: 2.5rem;
  padding: 0 .875rem;
  font-size: .8rem;
  color: #333333;
}
.detail_money span{
  float: left;
}
.detail_money span:first-child{
  width: 5.25rem;
  color: #666666;
}

/*电子磁卡*/
.mycard_list:nth-child(n){
  border-radius: 10px;
  height:5.5rem;
  background: url(../image/mycard/icon_1.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 2px 2px 9px rgba(84,195,242,.8);
  color: rgb(84,195,242);
  margin-top: .7rem;
  padding: 1rem .875rem 0 .875rem;
}
.mycard_list:nth-child(2n){
  border-radius: 10px;
  height:5.5rem;
  background: url(../image/mycard/icon_2.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 2px 2px 9px rgba(255,171,118,.8);
  color: rgb(255,171,118);
  margin-top: .7rem;
  padding: 1rem .875rem 0 .875rem;
}
.mycard_list:nth-child(3n){
  border-radius: 10px;
  height:5.5rem;
  background: url(../image/mycard/icon_3.png) no-repeat;
  background-size: 100% 100%;
  box-shadow: 2px 2px 9px rgba(251,104,145,.8);
  color: rgb(251,104,145);
  margin-top: .7rem;
  padding: 1rem .875rem 0 .875rem;
}
.mycard_list>div{
  overflow: hidden;
}
.mycard_list>div:first-child img{
  float: left;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
}
.mycard_list>div:first-child span{
  float: left;
  color: #ffffff;
  font-size: .9rem;
  line-height: 1.8rem;
  margin-left:.5rem;
}
.mycard_list>div:last-child{
  height: 1.5rem;
  margin-top: .3rem;
}
.mycard_list>div:last-child span:first-child{
  color: #fff;
  font-size: .8rem;
}
.mycard_list>div:last-child span:last-child{
  width: 3.5rem;
  height: 1.2rem;
  border-radius: 1.2rem;
  text-align: center;
  line-height: 1.2rem;
  background: #fff;
  font-size: .6rem;
}

.card_cont{
  border-radius: 10px;
  height:9rem;
  margin-top: .375rem;
  padding: 1rem .875rem 0 .875rem;

}
.card_cont>div:first-child{
  overflow: hidden;
}
.card_cont>div:first-child img{
  float: left;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
}
.card_cont>div:first-child span{
  float: left;
  color: #ffffff;
  font-size: .9rem;
  line-height: 1.8rem;
  margin-left:.5rem;
}
.card_cont>div:nth-child(2){
  color: #ffffff;
  font-size: 1rem;
  padding: .5rem 0;
  border-bottom: 1px solid #bbddff;
}
.card_cont>div:nth-child(3){
  margin-top: .6rem;
}
.card_cont>div:nth-child(3),.card_cont>div:nth-child(4){
  font-size: .7rem;
  color: #fff;
}
.card_bar{
  margin-top: .375rem;
  height: 4.7rem;
  background: #fff;
}

/*电子账单*/
.elect_top{
  height: 5.425rem;
  background: url(../image/bill/icon_1.png) no-repeat;
  background-size: 100%;
  margin-top: .375rem;
  padding: 0 .875rem;
  overflow: hidden;
}
.elect_title{
  height: 1.75rem;
  margin-top: 1rem;
}
.elect_title span:last-child{
  color: #ffffff;
  font-size: .6rem;
  background: #6fa4fe;
  width: 3.5rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: 1.2rem;
  text-align: center;
}
.elect_title span:first-child{
  color: #fff;
  font-size: .9rem;
}
.elect_top div:last-child{
  font-size: .8rem;
  color: #fff;
}
.elect_list{
  height: 3.45rem;
  background: #fff;
  margin-top: .375rem;
  padding: 0 .875rem;
  overflow: hidden;
}
.elect_time{
  float: left;
  width: 3rem;
  height: 100%;
  margin-right: .6rem;
}
.elect_time span:first-child{
  font-size: .8rem;
}
.elect_time span:last-child{
  font-size: .7rem;
  color: #999999;
}
.elect_money{
  float: left;
  height: 100%;
  padding-left: 1.125rem;
  position: relative;
}
.elect_money > div:nth-child(2){
  font-size: .7rem;
  color: #999999;
}

.elect_money > div:first-child{
  font-size: .8rem;
  color: #000000;
  position: relative;
}
.elect_money > div:first-child::after{
  position: absolute;
  content: "";
  width: 1px;
  height: 2.25rem;
  background: #f4f4f4;
  left: -1rem;
}
.elect_view{
  float: right;
  height: 100%;
}
.elect_view >div{
  height: 1.35rem;
  line-height: 1.35rem;
  border-radius: 1.35rem;
  width: 4rem;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #337dfb;
  text-align: center;
  font-size: .7rem;
}
.elect_pay{
  position: absolute;
  right: -1.75rem;
  top: .8rem;
  width: 2.15rem;
  height: .75rem;
  color: #fff;
  border-radius: 3px;
  font-size: .55rem;
  text-align: center;
  line-height: .75rem;
}
.elect_color1{
  background: #66cc00;
}
.elect_color2{
  background: #ff9900;
}
.text_yellow{
  color: #ff9900;
}
/*电子账单详情*/
.elect_detail_cont{
  background: #fff;
  padding: 0 .875rem;
  margin-top: .375rem;
}
.elect_tops{
  height: 2.5rem;
  color: #333333;
  font-size: .8rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.elect_tops img{
  position: absolute;
  width: 3.7rem;
  height: 2.875rem;
  right: 0;
  top: .2rem;
}
.elect_conts{
  padding: .5rem 0;
}
.elect_conts>div{
  overflow: hidden;
  font-size: .75rem;
  color: #999999;
  line-height: 1.4rem;
}
.elect_conts>div span:first-child{
  float: left;
}
.elect_conts>div span:last-child{
  float: right;
  color: #333333;
  width: 70%;
  text-align: right;
}
.elect_ladder{
  background: #fff;
  padding: 0 .875rem;
  margin-top: .375rem;
}
.ladder_tops{
  overflow: hidden;
  height: 2.5rem;
  color: #333333;
  font-size: .8rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #f4f4f4;
}
.ladder_tops span:first-child{
  float: left;
}
.ladder_tops span:last-child{
  float: right;
}
.ladder_list{
  padding-left: 1rem;
  position: relative;
  padding-top: .3rem;
  padding-bottom: .3rem;
  border-bottom: 1px solid #f4f4f4;
}
.ladder_line{
  overflow: hidden;
  line-height: 1.4rem;
  font-size: .75rem;
}
.ladder_line > span:nth-of-type(1){
  float: left;
  color: #999999;
  position: relative;
}
.ladder_list::after{
  position: absolute;
  content: "";
  width: .525rem;
  height: .675rem;
  background: url(../image/bill/icon_3.png) no-repeat;
  background-size: 100%;
  left: 0;
  top: .65rem;
}
.ladder_line > span:nth-of-type(2){
  float: right;
  color: #333333;
  text-align: right;
}
.ladder_color span{
  color: #333333 !important;
}
.ladder_colors span{
  color: #999999 !important;
}
.elect_mt{
  margin-top: 1.25rem;
}

/*登录*/
.login_tel{
  width: 100%;
  min-height: 9rem;
  background: url(../image/login/bg1.png) no-repeat;
  background-size: 100%;
}
.login_tel_box{
  width:14.25rem;
  height: 2.2rem;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 2.2rem;
  padding-left: 2.75rem;
  position: relative;
  margin: 1.7rem auto 1.2rem auto;
}
.login_tel_box::after{
  position: absolute;
  content: "";
  width: 1.15rem;
  height: 1.25rem;
  background: url(../image/login/icon1.png) no-repeat;
  background-size: 100%;
  left: .85rem;
  top: 50%;
  transform: translateY(-50%);
}
.login_tel_code{
  width:14.25rem;
  height: 2.2rem;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 2.2rem;
  padding-left: 2.75rem;
  position: relative;
  margin-bottom: 3rem;
}

.login_tel_code::after{
  position: absolute;
  content: "";
  width: 1.025rem;
  height: 1.225rem;
  background: url(../image/login/icon2.png) no-repeat;
  background-size: 100%;
  left: .85rem;
  top: 50%;
  transform: translateY(-50%);
}


.login_code{
  position: absolute;
  width: 4.6rem;
  height: 1.55rem;
  background: #337dfb;
  border-radius: 1.55rem;
  color: #fff;
  font-size: .6rem;
  line-height: 1.55rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: .3rem;
}
.login_hide{
  position: absolute;
  width: 4.6rem;
  height: 1.55rem;
  background: #f4f4f4;
  border-radius: 1.55rem;
  color: #666666;
  font-size: .6rem;
  line-height: 1.55rem;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  right: .3rem;
  display: none;
}
.login_switch{
  font-size: .7rem;
  margin: 5.6rem auto 0 auto;
  text-align: center;
}
.login_switch span:nth-child(2){
  padding: 0 .3rem;
}
.forget_tel{
  padding: 0 .875rem;
  background: #fff;
  margin-top: .375rem;
  height: 5rem;
}
.forget_tel>div{
  overflow: hidden;
  font-size: .7rem;
  position: relative;
  height: 2.5rem;
}
.forget_tel>div:first-child{
  border-bottom: 1px solid #f4f4f4;
}
.forget_tel>div span{
  float: left;
  width: 4.5rem;
  line-height: 2.5rem;
}
.forget_tel>div input{
  float: left;
  width: 60%;
  height: 100%;
}
.login_text{
  width: 14.25rem;
  text-align: right;
  font-size: .7rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

/*我的业务*/
.business_list_tab{
  margin-top: 2.875rem;
}
.business_title{
  height:2.5rem;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #53a2ff;
  font-size: .8rem;
  color: #000000;
  position: fixed;
  left: 0;
  top: 0;
  line-height: 2.5rem;
  background: #fff;
  z-index: 10000;
}
.business_title>div{
  float: left;
  width: 20%;
  height: 100%;
  text-align: center;
}
.electro_bus>div{
	width: 33.33%;
}
.nav_tes{
  position: absolute;
  border-bottom: 3px solid #4e96ff;
  transition: 0.2s all linear;
  width: 20%;
  bottom: -1px;
  left: 0;
}
.electro_bus>.nav_tes{
	width: 33.33%;
}
.nav_tes::after{
  content: "";
  position: absolute;
  bottom: -8px;
  width: 0px;
  height: 0px;
  border-top: 5px solid #4e97ff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  left: 50%;
  transform: translateX(-50%);
}
.business_list{
  margin-top: .375rem;
  display: none;
}
.business_line{
  background: #fff;
  padding: 0 .875rem;
  margin-bottom: .4rem;
}
.business_top{
  height: 2.5rem;
  line-height: 2.5rem;
  overflow: hidden;
  border-bottom: 1px solid #f4f4f4;
}
.business_top>span:first-child{
  float: left;
  color: #333;
  font-size: .75rem;
  padding-left: .7rem;
  position: relative;
}
.business_top>span:first-child::after{
  position: absolute;
  content: "";
  width: 3px;
  height: 15px;
  background: #337dfb;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.business_top>span:last-child{
  float: right;
  color: #999999;
  font-size: .75rem;
}
.business_cont{
  font-size: .75rem;
  color: #999999;
  line-height: 1.375rem;
  padding: .5rem 0;
  border-bottom: 1px solid #f4f4f4;
}
.business_cont>div{
  overflow: hidden;
}
.business_cont>div>span{
  float: left;
}
.business_cont>div>span:first-child{
  width: 40%;
}
.business_cont>div>span:last-child{
  width: 60%;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -o-text-overflow：ellipsis;
}
.business_operation{
  height: 2.5rem;
  font-size: .8rem;
  color: #337dfb;
  text-align: center;
  line-height: 2.5rem;
}
.business_operation .bus_br{
  border-left: 1px solid #f4f4f4;
  height: 100%;
}
.business_list_tab .my_list_active{
  display: block;
}
.business_title .nav_active {
  color: #337dfb;
}

.business_details{
  background: #fff;
  margin-top: .375rem;
  padding: 0 .875rem;
  overflow: hidden;
}
.bus_details_top{
  overflow: hidden;
  height: 2.25rem;
  line-height: 2.25rem;
  margin-top: .875rem;
  margin-bottom: 1rem;
}
.bus_details_top>div:nth-child(1){
  float: left;
  font-size: .9rem;
  color: #000000;
}
.bus_details_top>div:nth-child(1) img{
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  margin-right: .6rem;
}
.bus_details_top >div:nth-child(2){
  float: right;
  font-size: .75rem;
  color: #337dfb;
}
.bus_details_top >div:nth-child(2) img{
  width: .8rem;
  margin-right: .2rem;
}

.bus_details_conts{
  padding: .5rem 0;
}

.bus_details_conts>div{
  font-size: .75rem;
  color: #999999;
  line-height: 1.375rem;
  overflow: hidden;
}
.bus_details_conts>div span:first-child{
  float: left;
  width: 40%;
}
.bus_details_conts>div span:last-child{
  float: right;
  width: 60%;
  color: #333333;
  text-align: right;
}
.business_details_img{
  overflow: hidden;
  font-size: .7rem;
  color: #333;
  flex-wrap: wrap;
  padding: .875rem 0 .2rem 0;
}
.business_lines_img{
  width: 50%;
}
.business_lines_img span{
  padding: .5rem 0;
  text-align: center;
}
.business_lines_img >div{
  width: 100%;
  box-sizing: border-box;
  height: 3.75rem;
  overflow: hidden;
  padding: 0 .5rem;
}
.business_lines_img img{
	width: 80%;
  margin: auto auto;
}

/*停水公告*/
.water_line{
  background: #fff;
  height: 3.4rem;
  overflow:hidden;
  padding: 0 .875rem;
  margin-top: .375rem;
}
.water_line > div:nth-child(1){
  width: 1.675rem;
  height: 100%;
  float: left;
}
.water_line > div:nth-child(1) img{
  width: 100%;
}
.water_line > div:nth-child(1) div{
  width: 1.675rem;
  height: 1.675rem;
  background: url(../image/information/icon1.png) no-repeat;
  background-size: 100%;
}

.water_line > div:nth-of-type(2){
  float: left;
  height: 100%;
  margin-left: .75rem;
  width: 75%;
  font-size: .8rem;
  color: #000;
  box-sizing:border-box;
}
.water_line .water_text{
  color: #999999;
  font-size: .75rem;
}
.water_line > div:nth-of-type(3){
  width: .3rem;
  height: 100%;
  float: right;
}
.water_line > div:nth-of-type(3) img{
  width: 100%;
}
/*我的消息*/
.newlist_top{
  width: 4rem;
  height: 1.375rem;
  border-radius: 1.375rem;
  font-size: .7rem;
  background: #fff;
  margin-left: .5rem;
  margin-bottom: .375rem;
  margin-top: .375rem;
}
.newlist_top img{
  width: .675rem;
  margin-right: .2rem;
}

.my_newlist{
  width: 100%;
  box-sizing: border-box;
  padding: .375rem .5rem;
  padding-top: 0;
}
.slide_li {
  height: 100%;
  margin-bottom: .375rem;
  position: relative;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.slide_cont{
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.my_new_line{
  width: 100%;
  box-sizing: border-box;
  padding: 0 .875rem;
  background: #FFFFFF;
  margin-bottom: .4rem;
}

.newlist_box_title{
  height: 2.5rem;
  line-height: 2.5rem;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  box-sizing: border-box;
  padding-left: .7rem;
  color: #333;
  font-size: .75rem;
}
.newlist_box_title::after{
  position: absolute;
  content: "";
  width: 3px;
  height: 15px;
  background: #337dfb;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.my_new_line_cent{
  overflow: hidden;
  padding: .5rem 0;
  position: relative;
  z-index: 10000;
  background: #fff;
}
.my_new_line_cent .slide_item{
  overflow: hidden;
  font-size: .75rem;
  color: #999999;
  line-height: 1.375rem;
}
.slide_item{
  overflow: hidden;
}
.slide_item span{
  float: left;
}
.slide_item span:first-child{
  width: 40%;
}
.slide_item span:last-child{
  width: 60%;
  color: #000000;
}
.slide_items{
  font-size: .75rem;
  color: #000;
  line-height: 1.375rem;
  width: 100%;
}
.my_new_line_detail{
  height: 2.5rem;
  font-size: .8rem;
  color: #337dfb;
  text-align: center;
  line-height: 2.5rem;
  border-top: 1px solid #f4f4f4;
}
.sl_opts{
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index:1;
  font-size: .65rem;
  background: #fff;
}
.my_new_line_cent_box{
  position: relative;
}
.animated {
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
}
.sl_opts div{
  width: 3.25rem;
  height: 100%;
  box-sizing: border-box;
  border-left: 1px solid #f4f4f4;
}
.sl_opts div img{
  width: 1.2rem;
  margin-bottom: .3rem;
}
.opts_yellow{
  color: #f29d32;
}
.opts_red{
  color: #f3333e;
}
.new_set_box{
  padding: 0 .875rem;
  background: #fff;
  margin-top: .375rem;
}
.new_set_box>div:first-child{
  height: 3.75rem;
  font-size: .9rem;
  color: #000000;
  border-bottom: 1px solid #f4f4f4;
}
.new_set_box>div:first-child img{
  width:  1.95rem;
  margin-right: .75rem;
}
.new_set_box>div:last-child{
  color: #909090;
  font-size: .7rem;
  padding: .5rem;
}
.new_set_lin{
  height: 2.5rem;
  font-size: .8rem;
  color: #000000;
  background: #fff;
  margin-top: .375rem;
  padding: 0 .875rem;
}
.new_set_lin img{
  width: .3rem;
}
.new_set_lins{
  font-size: .7rem;
  color: #999999;
  padding-left: .875rem;
  line-height: 1.8rem;
}

.new_set_btn{
  text-align: center;
  font-size: .8rem;
  background: #fff;
  height: 2.5rem;
  line-height: 2.5rem;
}

.management_title{
  font-size: .7rem;
  color: #999999;
  line-height: 3rem;
}
.management_box>div{
  background: #fff;
  padding: 0 .875rem;
  margin-bottom: .375rem;
  height: 2.5rem;
  font-size: .8rem;
  color: #000000;
}

.management_box>div span:last-child{
  color: #337dfb;
  font-size: .7rem;
  height: 1.375rem;
  width: 3.925rem;
  background: #fff;
  border: 1px solid #337dfb;
  text-align: center;
  line-height: 1.375rem;
  border-radius: 1.375rem;
}

.management_no{
  width: 100%;
}

/*设置*/
.basic_title{
  height: 2.5rem;
  font-size: .8rem;
  background: #fff;
  padding: 0 .875rem;
  margin-top: .375rem;
  color: #333333;
}
.basic_title span:last-child{
  color: #999999;
}
.basic_cont{
  background: #fff;
  font-size: .8rem;
  color: #333333;
  margin-top: .375rem;
  padding: 0 .875rem;
}
.basic_line{
  height: 2.5rem;
  border-bottom: 1px solid #f4f4f4;
}
.basic_line>div .basic_img{
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
}
.basic_line>div .basic_l{
    width: .3rem;
    margin-left: .5rem;
}
.basic_text{
  color: #999999;
}
.set_basic{
  background: #fff;
  height: 2.5rem;
  margin-top: .375rem;
  font-size: .8rem;
  color: #333333;
  padding: 0 .875rem;
}
.set_basic>img{
  width: .3rem;
}
.set_basic>div>img{
  width: 1.125rem;
  margin-right: .45rem;
}
.about_img{
  width: 5.5rem;
  margin: 2.875rem auto 1rem auto;
}
.about_text1{
  font-size: .8rem;
  color: #333333;
  text-align: center;
}
.about_text2{
  font-size: .7rem;
  color: #333333;
  text-align: center;
}


/*表单*/
.form_tab{
	height: 2.5rem;
	background: #fff;
	border-bottom: 1px solid #53a2ff;
	font-size: .8rem;
	color: #000000;
	position: relative;
}
.form_tab>div{
	width: 50%;
	float: left;
	line-height: 2.5rem;
	text-align: center;
}
.form_tes{
	position: absolute;
	border-bottom: 3px solid #4e96ff;
	transition: 0.2s all linear;
	width: 50%;
	bottom: -1px;
	left: 0;
}
.form_tes::after {
	content: "";
	position: absolute;
	bottom: -8px;
	width: 0px;
	height: 0px;
	border-top: 5px solid #4e97ff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	left: 50%;
	transform: translateX(-50%);
}

.form_tab_active{
	color: #53a2ff;
}

.form_list{
	display: none;
}
.form_box .form_active{
	display: block;
}
.basic_form{
	background: #fff;
	margin-top: .5rem;
	padding: 0 .875rem;
	font-size: .8rem;
	color: #333333;
}
.form_title{
	/* height: 2.5rem; */
	border-bottom: 1px solid #f4f4f4;
	line-height: 2.5rem;
	color: #000000;
}
.form_line{
	width: 100%;
	border-bottom: 1px solid #f4f4f4;
	box-sizing: border-box;
}
.form_span{
	float: left;
	line-height: 2.5rem;
	position: relative;
}
.form_line .form_input{
 	float: right;
	width: 60%;
	height: 2.5rem;
	color: #333333;
	text-align: right;
}
.form_tory .form_span::after{
	content: "*";
	color: red;
	position: absolute;
	top: .2rem;
	right: -.5rem;
}
.form_line:last-child{
	border: 0;
}
.form_textarea{
	float: right;
	width: 60%;
	text-align: right;
	height: 5rem;
	margin-top: .7rem;
}

/*复选框*/
.mgc-danger:checked {
    background-color: #cf3b3a;
    border-color: #337dfb;
}
.mgc-danger {
    background-color: #fff;
    border: 1px solid #337dfb;
}
.mgc {
    position: relative;
    width: 16px;
    height: 16px;
    background-clip: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -.15px .6px 0 0;
    vertical-align: text-bottom;
    border-radius: 3px;
    -webkit-transition: background-color .25s;
    background-color: #fff;
    border: 1px solid #337dfb;
}
.mgc-lg:checked:after {
    top: 3px;
    left: 3px;
    height: 5px;
    width: 10px;
}

.mgc:checked:after {
    content: '';
    display: block;
    height: 4px;
    width: 7px;
    border: 0 solid #337dfb;
    border-width: 0 0 2px 2px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 3px;
    left: 3px;
}
.form_check{
	float: right;
	width: 60%;
	font-size: .75rem;
}
.form_check span{
	vertical-align: middle;
	margin-left: .5rem;
}
.form_check label{
	margin-right: .6rem;
	display: inline-block;
	margin-top: .65rem;
	margin-bottom: .65rem;
}

/*单选*/
.mgr-warning {
    background-color: #fff;
    border: 1px solid #337dfb;
}
.mgr {
    position: relative;
    width: 16px;
    height: 16px;
    background-clip: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: -.15px .6px 0 0;
    vertical-align: text-bottom;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #337dfb;
}
.mgr:before {
    content: '';
    display: block;
    height: 0;
    width: 0;
}
.mgr-danger:checked:before {
    background-color: #337dfb;
}
.mgr:checked:before {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    margin: 3px 0 0 3px;
}
.form_radio{
	float: right;
	width: 60%;
	font-size: .75rem;
}
.form_radio span{
	vertical-align: middle;
	margin-left: .5rem;
}
.form_radio label{
	margin-right: .6rem;
	display: inline-block;
	margin-top: .65rem;
	margin-bottom: .65rem;
}

.form_select{
	float: right;
	width: 60%;
	line-height: 2.5rem;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.form_select::after{
	position: absolute;
	content: "";
	width: .35rem;
	height: .5rem;
	background: url('../image/shareyo/icon13.png') no-repeat;
	background-size: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.form_group{
	float: left;
	width: 100%;
	line-height: 2rem;
}
.form_slects{
	width: 100%;
	position: relative;
}
.form_slects::after{
	position: absolute;
	content: "";
	width: .35rem;
	height: .5rem;
	background: url('../image/shareyo/icon13.png') no-repeat;
	background-size: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.form_add{
	float: right;
	width: 60%;
	line-height: 2.5rem;
	text-align: right;
	color: #4e96ff;
}
.form_del{
	width: 100%;
	text-align: center;
	color: red;
}

.form_time{
	float: right;
	width: 60% !important;
	height: 2.5rem !important;
	position: relative;
}
.form_after{
	position: relative;
}
.form_after::before{
	position: absolute;
	content: "";
	width: .35rem;
	height: .5rem;
	background: url('../image/shareyo/icon13.png') no-repeat;
	background-size: 100%;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.file_upload input{
	opacity: 0;
	width: 100%;
	height: 100%;
}
.file_upload{
	width: 4.25rem;
	height: 3.25rem;
	box-sizing: border-box;
	background-image:url('../image/shareyo/icon14.png');
	background-color: #f4f4f4;
	background-repeat: no-repeat;
	background-size: 1.3rem 1.3rem;
	background-position: center;
	border-radius: .5rem;
}
.file_img {
	padding-top: .4rem;
	border-bottom: 1px solid #f4f4f4;
	padding-bottom: .4rem;
}
.file_img:last-child{
	border: 0;
}
.file_input>div{
	float: left;
	margin-right: .7rem;
	margin-top: .4rem;
}
.upload_img{
	width: 4.25rem;
	height: 3.25rem;
	border-radius: .5rem;
	position: relative;
}
.upload_img img{
	width: 100%;
	height: 100%;
	border-radius: .5rem;
}
.up_del{
	position: absolute;
	width: 30px;
	height: 30px;
	background: url('../image/shareyo/icon15.png') no-repeat center;
	display: block;
	top: -.7rem;
	right: -.6rem;
	background-size: 60%;
	z-index: 10;
}
.file_upload{
	position: relative;
}
.file_loading{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: .7rem;
	background: #F4F4F4;
	padding: .5rem 0;
	color: #337dfb;
}
/* 表单 */
.sign_line {
  background: #fff;
  margin-top: .375rem;
  padding: .875rem;
}
.sign_box .tips{
  font-size: .7rem;
  color: #333333;
  margin-bottom: .9rem;
}
.sign_box .protocolItem{
  margin-bottom: .2rem;
  font-size: .7rem;
  color: #337dfb;
}
.sign_box .agreeItem{
  font-size: .7rem;
  color: #333;
  margin-top: 1.4rem;
  display: block;
}
.sign_box .agreeItem input{
  position: relative;
  top: .1rem;
}
.sign_bts{font-size: .8rem;overflow: hidden;width: 100%;box-sizing: border-box;}
.sign_bts>div:first-child{float: left;}
.sign_bts>div:last-child{float: right;color: #337dfb}
.sign_box .check_icon::after {
  /*border: 1px solid #333;*/
}
.sign_btn{
  margin: 1.7rem auto 1rem;
}
.account_choice_box{
  background: #fff;
  margin-top: .375rem;
  padding: 0 .875rem;
}
.account_choice_box .choice_line{
  width: 100%;
  height: 2.5rem;
  box-sizing: border-box;
  border-bottom: 1px solid #f4f4f4;
}
.account_choice_box .choice_line .label{
  height: 2.5rem;
  line-height: 2.5rem;
  display: inline-block;
}
.account_choice_box .choice_input{
  width: 12rem;
  height: 2.5rem;
  float: right;
  line-height: 2.5rem;
  color: #ccc;
}
.account_choice_box #trigger1:before{
  position: absolute;
  content: "";
  height: 1.25rem;
  width: .675rem;
  background: url(../image/bound/xia.png) no-repeat;
  background-size: 100%;
  z-index: 100;
  top: 50%;
  margin-top: -.06rem;
  right: 1rem;
}
.account_choice_box .add_line{
  font-size: .8rem;
  color: #337dfb;
  text-align: center;
  height: 2rem;
  line-height: 2rem;
}
.account_choice_box .add_line img{
  width: 0.875rem;
  height: 0.875rem;
  display: inline-block;
  position: relative;
  top: .15rem;
}
.account_choice_box .item{
  font-size: .7rem;
  color: #000;
  margin-bottom: .625rem;
}
.account_choice_box .item span{
  color: #666;
  margin-left: 1rem;
}
.detail_box{
  padding-top: 1.3rem;
  padding-bottom: 1.3rem;
}
.protocol_tips{
  font-size: .6rem;
  color: #ccc;
  text-align: center;
  margin-top: 1.8rem;
  margin-bottom: .9rem;
}
.protocol_btn{
  margin-top: 1rem;
}
.form_group_input span{
	float: left;
}
.form_group_input input{
	float: right;
	width: 60%;
	text-align: right;
}

/*文案信息*/
.write_form,.write_imgbox,.write_lx{
	background: #fff;
	margin-top: .5rem;
	padding: 0 .875rem;
	color: #000;
	font-size: .8rem;
}
.write_text{
	line-height: 2.5rem;
	border-bottom: 1px solid #f4f4f4;
}

.write_down{
	overflow: hidden;
	/* height: 2.5rem; */
	line-height: 2.5rem;
	font-size: .8rem;
}
.write_down>div:first-child{
	float: left;
}
.write_down>div:last-child{
	float: left;
	margin-left: 1.5rem;
}
.write_down>div:last-child>span{
	font-size: .7rem;
	padding: .25rem .5rem;
	border: 1px solid #53a2ff;
	color: #53a2ff;
	border-radius: .8rem;
}
.write_down>div:last-child>span:first-child{
	margin-right: .8rem;
}
.write_img p{
	color: #333;
	font-size: .7rem;
	line-height: 1.2rem;
}
.write_img span{
	color: #ff0000;
}
.write_img{
	padding: .5rem 0;
}

/*预览图片*/
.page{
	position: fixed;
	width: 100%;
	left: 50%;
	top: 55%;
	transform: translate(-50%,-55%);
	z-index: 100;
	display: none;
}
div.pinch-zoom {
    position: relative;
}
div.pinch-zoom div.description {
    position: absolute;
    top: 500px;
    left: 210px;
}
.pinch-zoom,.pinch-zoom img{
	width: 100%;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
}
.pinch-zoom img{
	width: 100%;
	-webkit-user-drag: none;
	-moz-user-drag: none;
	-ms-user-drag: none;
	user-drag: none;
	margin: 0 auto;
}
.body_mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20;
	background: rgba(0,0,0,.5);
	display: none;
}
.write_lx{
	padding: .5rem .875rem;
	color: #333;
  font-size: .7rem;
}

/*营业网点*/
.brantitle{
	background: #FFFFFF;
	height:2.4rem;
	font-size: .75rem;
	color: #337dfb;
}
.brantitle img{
	width: 1.2rem;
	margin-right: .4rem;
}
.paymw_list_l{
	border-radius: 1rem !important;
}
.bran_bg{
	background: #fff;
	color: #000000;
	font-size: .75rem;
	padding: 0 .875rem;
}
.bran_top{
	overflow: hidden;
	height: 2.4rem;
	position: relative;
	padding-left: 1.4rem;
	line-height: 2.4rem;
	border-bottom: 1px solid #f4f4f4;
}
/* .bran_top img:nth-of-type(1){
	position: absolute;
	width: .9rem;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
} */
.bran_top div{
	position: absolute;
	width: .9rem;
	height: .9rem;
	background: url(../image/shareyo/icon18.png) no-repeat;
	background-size: 100%;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

.bran_top img:nth-of-type(1){
	position: absolute;
	width: .4rem;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.bran_top span{
	display: block;
	width: 80%;
	height: 100%;
	overflow: hidden;
}
.bran_cont{
	color: #666666;
	font-size: .75rem;
	padding: .5rem 0;
}
.bran_cont>div{
	overflow: hidden;
}
.bran_cont>div>span:first-child{
	float: left;
}
.bran_cont>div>span:last-child{
	float: left;
	width: 12rem;
}
.bran_bg{
	margin-bottom: .375rem;
}

/*进度查询*/
.progress_text{
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	color: #000000;
	font-size: .8rem;
}
.progress_input{
	background-color: #fff !important;
	border-radius: 1rem !important;
	padding-left: 1.5rem !important;
}

.progress_detail{
	margin-top:.75rem;
	background: #fff;
	font-size: .75rem;
	color: #000000;
	padding: .875rem .875rem 0 .875rem;
}

.progress_detail div{
	overflow: hidden;
}
.progress_detail div span:first-child{
	float: left;
}
.progress_detail div span:last-child{
	float: right;
	width: 60%;
	text-align: right;
}
.progress_current{
	line-height: 2rem;
	border-top: 1px solid #f4f4f4;
	margin-top: .875rem;
}
.progress_current span{
	float: none !important;
}
.progress_text{
	color: #3b6efd;
	font-size: .75rem;
}



/*无数据*/
.nodata{text-align: center;margin-top: 8rem;}
.nodata > div{width: 12rem !important;height: 12rem;margin: 0 auto;background: url(../image/qs/nodata.png) no-repeat;background-size: 100%;}
.nodata span{display: block;margin-top: 1rem;}


/*电子发票*/

.elec_fix{
	position: fixed;
	width: 100%;
	top: 2.5rem;
	padding-top: .7rem;
	padding-bottom: .4rem;
	background: #F4F4F4;
}
.elechoose{
	float: left;
	color: #333333;
	font-size: .75rem;
	height: 1.5rem;
	line-height: 1.5rem;
	border-radius: 1.5rem;
	background: #FFFFFF;
	margin-left: .5rem;
	padding: 0 1.625rem 0 .875rem;
	position: relative;
}

.elechoose::after{
	position: absolute;
	content: "";
	width: .5rem;
	height: .3rem;
	background: url('../image/shareyo/icon20.png') no-repeat;
	background-size: 100%;
	top: 50%;
	transform: translateY(-50%);
	right: .5rem;
}
.eleyear{
	float: right;
	margin-right: .5rem;
	font-size: .75rem;
	color: #333333;
	height: 1.5rem;
	line-height: 1.5rem;
	position: relative;
	border-radius: 1.5rem;
	background: #FFFFFF;
}
.eleyear_l,.eleyear_r{
	position: absolute;
	height: 1.5rem;
	width: 1.5rem;
}
.eleyear_c{
	padding: 0 1.7rem;
}
.eleyear_l img{
	transform:rotate(90deg);
	width: .5rem;
	height: .3rem;
}
.eleyear_r img{
	transform:rotate(-90deg);
	width: .5rem;
	height: .3rem;
}
.eleyear_l{
	left: 0;
	top: 0;
}
.eleyear_r{
	right: 0;
	top: 0;
}
.electronic_box{
	margin-top: 5.3rem;
	overflow: hidden;
}
.electronic_box_list{
	background: #FFFFFF;
	padding: 0 .875rem;
	height: 4rem;
	margin-bottom: .375rem;
}
.electronic_box_list>img{
	float: left;
	width: 1.65rem;
	height: 1.65rem;
	margin-top: 1.175rem;
}

.electronic_box_list>div:first-child{
	float: left;
	width: 1.65rem;
	height: 1.65rem;
	background: url(../image/shareyo/icon21.png) no-repeat;
	background-size: 100%;
	margin-top: 1.175rem;
}

.electronic_info{
	margin-left: .75rem;
	float: left;
	width: 8rem;
	height: 4rem;
	overflow: hidden;
}
.electronic_info>div:first-child{
	color: #000000;
	font-size: .8rem;
}

.electronic_info>div:last-child{
	color: #999999;
	font-size: .75rem;
}

.electronic_check{
	float: right;
	height: 4rem;
}
.electronic_check>div:first-child{
	color: #343434;
	font-size: .9rem;
	font-weight: bold;
	text-align: right;
}
.electronic_check>div:last-child{
	color: #337dfb;
	font-size: .65rem;
	box-sizing: border-box;
	text-align: center;
	padding: .2rem .5rem;
	border: 1px solid #337dfb;
	border-radius: 1.3rem;
	margin-top: .2rem;
}
.electronic_detail{
	background: #FFFFFF;
	margin-top: .375rem;
	padding: .5rem .875rem;
	color: #999999;
	font-size: .75rem;
}
.electronic_detail>div{
	padding: .15rem 0;
}
.electronic_detail>div>div:last-child{
	color: #333333;
	width: 10rem;
	text-align: right;
	float: right;
}
.electronic_detail>div>div:first-child{
	float: left;
}
.electronic_detail_text{
	text-align: center;
	border-top: 1px solid #f4f4f4;
	color: #337dfb;
	padding-top: .65rem !important;
}
.last_detail_text{
	padding-bottom: .5em !important;
}

.electron_send>span{
	color: #333333;
	font-size: .65rem;
	display: block;
}

.electron_send>span:first-child{
	margin-top: .5rem;
}

.electron_send_input{
	background: #FFFFFF;
	height: 2.625rem;
	padding: 0 .875rem;
	margin-top: .8rem;
	position: relative;
}
.electron_send_input>span{
	float: left;
	line-height: 2.625rem;
	font-size: .75rem;
	color: #333333;
}
.electron_send_input>input{
	float: left;
	width: 11rem;
	margin-left: 1rem;
	height: 2.625rem;
	font-size: .75rem;
}

.electron_send_fix>div{
	width: 48%;
	background: #FFFFFF;
	height: 2.625rem;
	text-align: center;
	border-radius: 1rem;
	line-height: 2.625rem;
	font-size: .75rem;
	color: #337dfb;
}
.electron_send_fixs{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 2rem;
}
.electron_send_modify{
	position: absolute;
	float: none !important;
	right: .875rem;
	padding-left: .75rem;
	color: #337dfb !important;
}


/*支付订单*/
.order_pay_box{
	background: #FFFFFF;
	padding: 0 .875rem;
	font-size: .8rem;
	color: #666666;
	margin-top: .375rem;
}
.order_pay_box>div{
	overflow: hidden;
	height: 2rem;
	line-height: 2rem;
	border-bottom: 1px solid #F4F4F4;
}
.order_pay_box>div>span:first-child{
	float: left;
}
.order_pay_box>div>span:last-child{
	float: right;
	width: 10rem;
	text-align: right;
}
.order_pay_box>div:last-child{
	border: 0;
}



/*业务表单下载*/
.businessdown_unit_line{
	background: #fff;
	overflow: hidden;
	padding: 0 .875rem;
	height: 2.5rem;
	margin-bottom: .375rem;
}
.businessdown_title{
	line-height: 2rem;
  font-weight: bold;
  color: #000000;
  position: relative;
  padding-left: .5rem;
}
.businessdown_title:after{
	position: absolute;
	content: "";
	display: block;
	top: 13px;
	left: 3px;
	width: 2px;
	height: .7rem;
	background: #0497f4;
}
.businessdown_unit_line span:first-child{
	float: left;
	color: #333333;
	line-height: 2.5rem;
}
.businessdown_unit_line span:last-child{
	float: right;
	color: #FFFFFF;
	background: #0497f4;
	width: 2.75rem;
	height: 1.15rem;
	text-align: center;
	line-height: 1.15rem;
	font-size: .7rem;
	border-radius: 1.15rem;
	margin-top: .675rem;
}

.form_success>div{
	width: 2.5rem;
	height: 2.5rem;
	background: url(../image/shareyo/success_form.png) no-repeat;
	background-size: 100%;
	margin: 0 auto;
}

#payinfotip>div>div{
	width: .8rem;
	height: .8rem;
	float: left;
	margin-top: .1rem;
	margin-left: .3rem;
	background: url(../image/new/icon53.png) no-repeat;
	background-size: 100%;
}

.btnnone{
	display: none;
}


/* 一户多表 */
.Morecodelist{
	background: #fff;
	padding: 0 .875rem;
	margin-top: .375rem;
	position: relative;
}

.Morecodelist > div:nth-child(1){
	width: 1.1rem;
	height: 1.1rem;
	background: url(../image/bound/icon_3.png) no-repeat;
	background-size: 100%;
	position: absolute;
	left: .875rem;
	top: 50%;
	transform: translateY(-50%);
}
.Morecodelist > div:nth-child(2){
	width: 100%;
	box-sizing: border-box;
	padding: .5rem .7rem .5rem 1.8rem;
}
.Morecodelist > div:nth-child(3){
	width: .3rem;
	height: .6rem;
	background: url(../image/paymw/icon_4.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: .875rem;
	top: 50%;
	transform: translateY(-50%);
}
.MoreCont{
	font-size: .7rem;
}


