.logo{
	position: absolute;
	top: 0.88rem;
	left: 0.22rem;
	z-index: 2;
}
.logo a{
	display: flex;
	align-items: center;
}
.logo img{
	width: 0.89rem;
	height: 0.78rem;
}
.logo span{
	font-size: 0.34rem;
	font-weight: bold;
	color: #031441;
	padding-left: 0.23rem;
}

.banner{
	position: relative;
}
.banner.reportpage{
	position: relative;
	padding:  0.3rem 0.22rem 0;
}
.banner.reportpage img{
	width: 100%;
}
.banner img{
	width: 7.5rem;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom: 1.56rem;
}
.banner .swiper-pagination-bullet {
  width: 0.1rem;
  height: 0.1rem;
  background: rgba(57,98,255,0.2);
  opacity: 1;
  transition: .5s;
  -webkit-transition: .5s;
}
.banner .swiper-pagination-bullet-active {
  width: 0.16rem;
  height: 0.1rem;
  background: #3962FF;
  border-radius: 0.07rem;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 0.05rem;
}
.main{
	position: relative;
	z-index: 3;
	padding-bottom: 1.38rem;
}
.box{
	background: #F5F6F8;
	padding: 0.3rem 0.22rem ;
	overflow: hidden;
}
.hide{
	display: none;
}
.regbox{
	margin-top: -0.32rem;
	border-top-left-radius: 0.2rem;
	border-top-right-radius: 0.2rem;
	background: #ffffff;
	padding: 0.3rem 0.32rem ;
	margin-bottom: 0.3rem;
	overflow: hidden;
}
.regbox input{
	background: #F5F5F5;
}
.regbox_title {
	font-size: .3rem;
	text-align: left;
	line-height: 1.2rem;
}
.title{
	color: #3D4566;
	font-size: 0.3rem;
	padding: 0.36rem 0;
}
.title span{
	font-size: 0.26rem;
	padding-left: 0.08rem;
}
.feedline {
	background: #FFFFFF;
	padding: 0 0.24rem;
	display: flex;
	border-radius: 0.2rem;
	border-bottom: 1px solid #F5F5F5;
}
.bottom_border_0{
	border:none;
	height: .9rem;
}
.feedleft{
	width: 25%;
	height: 1rem;
	line-height: 1rem;
	vertical-align: middle;
	color:#999;
}
.feedright{
	width: 75%;
	text-align: right;
	height: 1rem;
	line-height: 1rem;
	color:#333;
}
.feed_text_line{
	width: 100%;
	line-height: .5rem;
	padding-bottom: .3rem;
}
.departmentGroup {
	background: #FFFFFF;
	padding: 0 0.24rem;
	margin-bottom: .3rem;
	display: flex;
	border-radius: 0.2rem;
}
.btn-list {
    
	padding: 0 0.24rem;
	margin-bottom: .3rem;
	display: flex;
	border-radius: 0.2rem;
}
.departmentGroup .department{
	width: 25%;
	height: 1.14rem;
	line-height: 1.14rem;
	vertical-align: middle;
	color:#333;
}
.departmentGroup .departmentlist{
	width: 75%;
}
.selectstyle{
	appearance: none;
}
select.selectstyle option{
	appearance: none;
	height: 1.14rem;
	line-height: 1.14rem;
}
.radioGroup_group {
	background: #FFFFFF;
	padding: 0.24rem;
	margin-bottom: .3rem;
	border-radius: 0.2rem;
}
.radioGroup{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.22rem;
	padding-bottom: 0.14rem;
}
.radioGroup .radio{
	margin:0 0 0.22rem 0.22rem;
	/*flex:calc(25% - 0.22rem) 0;*/
	min-width: 1.44rem;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	position: relative;
	/*overflow: hidden;*/
}
.radioGroup .radio_plus{
	margin:0 0 0.22rem 0.22rem;
	flex:calc(50% - 0.22rem) 0;
	width: 50%;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	position: relative;
	overflow: auto;
}

.radioGroup .radio .danxuan,
.imgGroup .file input{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.radioGroup .radio span{
	color: #999999;
	font-size: 0.24rem;
	font-weight: bold;
	display: block;
	height: 0.6rem;
	border: 1px solid #F5F5F5;
	background: #FFFFFF;
	border-radius: 0.3rem;
	padding:0 0.2rem;
}
.radioGroup .radio_plus span{
	height: 0.9rem;
	border-radius: 0.2rem;
	background: #F2F2F2;
	font-size: 0.28rem;
}
.radioGroup .radio .danxuan:checked+span{
	background: #EAEEFF no-repeat right 0.23rem ;
	background-size: 0.36rem 0.36rem;
	border:1px solid #3962FF;
	color: #3962FF;

}
.radioGroup .radio_plus .danxuan:checked+span{
	background: #3962FF no-repeat right 0.23rem;
	background-size: 0.36rem 0.36rem;
	border:1px solid #3962FF;
	color: #FFFFFF;
}
.textarea{
	position: relative;
	margin: 0.36rem 0;
}
.textarea textarea{
	width: 100%;
	height: 2.6rem;
	border-radius: 0.2rem;
	outline:none;
	border: 0px;
	color: #3D4566;
	font-size: 0.3rem;
	font-family: "microsoft yahei";
	padding: 0.24rem;
	box-sizing: border-box;
	resize: none;
	overflow: auto;
}
.textarea .bom{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.24rem 0.24rem;
}
.textarea .bom span,
.textarea .bom p{
	color: #999999;
	font-size: 0.26rem;
}
.textarea .bom span{
	background: url(../images/yuyin.png) no-repeat left center;
	background-size:0.36rem 0.36rem;
	padding-left: 0.42rem;
}
.inputText{
	display: flex;
	align-items: center;
	margin-bottom: .3rem;
}
.imgGroup {
	margin-bottom: .3rem;
}
.feed_imgGroup {
	padding: .3rem 0 0;
	position: relative;
}
.feedtext{
	position: absolute;
	bottom: .2rem;
	left: .1rem;
	padding: .05rem;
	border-radius: 0.1rem;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
}
.feed_imgGroup img{
	width: 3.5rem;
	height: 3.5rem;
	border-radius: .1rem;
}
.inputText span{
	height: 1.14rem;
	line-height: 1.14rem;
	display: block;
	color: #3D4566;
	font-size: 0.3rem;
	width: 1.6rem;
	margin-right: 0.12rem;
}
.inputText .text,
.inputText p{
	width: 100%;
	height: 1.14rem;
	line-height: 1.14rem;
	border: 0;
	outline: none;
	color: #3D4566;
	font-size: 0.3rem;
	border-radius: 0.2rem;
	padding: 0 0.24rem;
}
.inputText .text::-webkit-input-placeholder {
	color: #999999;
}

.inputText .text::-moz-placeholder {
	color: #999999;
}

.inputText .text:-ms-input-placeholder {
	color: #999999;
}

.inputText .text:-moz-placeholder {
	color: #999999;
}
.inputText .weizhi{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.inputText .weizhi img{
	width: 0.4rem;
	height: 0.4rem;
}
.inputText .weizhi p{
	/* width: 5.38rem; */
	width: 5.9rem;
	height: auto;
	line-height: 0.35rem;
	color: #3D4566;
	font-size: 0.3rem;
	word-break: break-all;
}
.inputText .weizhi .close{
	width: 0.4rem;
	height: 0.4rem;
	background: url(../images/close.png) no-repeat;
	background-size: 0.4rem 0.4rem;
	display: none;
}
.inputTextstyl{
	display: block;
	padding-bottom: 0.33rem;
}
.submit{
	background: #3962FF;
	display: block;
	height: 0.88rem;
	line-height: 0.88rem;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.32rem;
	border-radius: 0.2rem;
}
.select,.selectNext{
	cursor:pointer;
	position:relative;
	height: 1.14rem;
	line-height: 1.14rem;
	font-size: 0.3rem;
	color: #666666;
	width: 73%;
}
.xl-icon,.xl-iconNext{
	position: absolute;
	width: 0.4rem;
	height: 0.4rem;
	background: url("../images/select-arrow.png") no-repeat;
	background-size:0.4rem 0.4rem;
	right: 0;
	top:50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: .5s;
	-webkit-transition: .5s;
}
.selectVal{
	width: 100% !important;
}
.sq-icon{
	top: 33%;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
}
/*--下拉选择列表样式--*/
.selectList,.selectListNext{
	z-index:999;
	display:none;
	width: 100%;
	border: 1px solid #CCCCCC;
	position: absolute;
	top:1.14rem;
	left:0;
	padding: 0.1rem 0;
	background-color: #FFFFFF;
}
.listA,.listANext{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.24rem;
	color: #3D4566;
	text-align: center;
	display: block;
	background-color: #FFFFFF;
}
.downBar{
	width: 100%;
	height: 0.98rem;
	background: #FFFFFF;
	border-top: 1px solid rgba(51,51,51,0.15);
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 99;
}
.downBar a{
	color: #878B99;
	font-size: 0.22rem;
	padding-top: 0.54rem;
	/*margin:0 1.1rem;*/
	width: 100%;
	text-align: center;
	display: block;
}

.downBar .shuoshi{
	background: url("../images/shuoshi-icon.png") no-repeat center top;
	background-size:0.48rem 0.48rem;
}
.downBar .chaxun{
	background: url("../images/chaxun-icon.png") no-repeat center top;
	background-size:0.48rem 0.48rem;
}
.downBar .usercenter{
	background: url("../images/user-icon.png") no-repeat center top;
	background-size:0.48rem 0.48rem;
}
.downBar .shuoshi.on{
	background: url("../images/shuoshi-icon-blue.png") no-repeat center top;
	background-size:0.48rem 0.48rem;
	color: #476CFF;
}
.downBar .chaxun.on{
	background: url("../images/chaxun-icon-blue.png") no-repeat center top;
	background-size:0.48rem 0.48rem;
	color: #476CFF;
}
.downBar .usercenter.on{
	background: url("../images/user-icon-blue.png") no-repeat center top;
	background-size:0.48rem 0.48rem;
	color: #476CFF;
}
.topTitle{
	height: 0.88rem;
	line-height: 0.88rem;
	color: #000000;
	font-size: 0.34rem;
	font-weight: bold;
	text-align: center;
	background: #ffffff;
}
.jinduBox{
	text-align: center;
}
.jinduBox img{
	width: 7.06rem;
	height: 2.56rem;
}
.main2{
	padding: 0.4rem 0.22rem 1.2rem;
}
/* .main2 .title{
	color: #3D4566;
	font-size: 0.3rem;
	line-height: 0.4rem;
}
.main2 .cont{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #EBEBEB;
	padding: 0.24rem 0 0.36rem;
}
.main2 .cont p{
	color: #AAACB5;
	font-size: 0.26rem;
}
.main2 .cont span{
	font-size: 0.24rem;
	width: 1.32rem;
	height: 0.46rem;
	line-height: 0.46rem;
	border-radius: 0.1rem;
	text-align: center;
}
.main2 .cont span.green{
	color: #1CC27D;
	border:1px solid #1CC27D;
}
.main2 .cont span.red{
	color: #F64967;
	border:1px solid #F64967;
}
.main2 .cont span.orange{
	color: #FEA03D;
	border:1px solid #FEA03D;
}
.main2 .imgCont{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.24rem;
}
.main2 .imgCont img{
	margin:0 0 0.24rem 0.24rem;
	flex:calc(33.3% - 0.24rem) 0;
	width: 1.98rem;
	height: 1.98rem;
} */
.topBack{
	height: 0.88rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background: #FFFFFF;
	border-bottom: 1px solid rgba(51,51,51,0.25);
}
.topBack .return{
	width: 0.48rem;
	height: 0.48rem;
	background: url(../images/back.png) no-repeat;
	background-size: 0.48rem 0.48rem;
	margin-left: 0.24rem;
}
.subBox{
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.subBox img{
	width: 3.4rem;
	height: 3.4rem;
}
.subBox p{
	font-size: 0.4rem;
	font-weight: bold;
	color: #2E6AE5;
	padding: 0.14rem 0 0.3rem;
}
.subBox span{
	color: #878B99;
	font-size: 0.28rem;
}
.subBox .back{
	display: block;
	width: 2.9rem;
	height: 0.88rem;
	line-height: 0.88rem;
	background: #3962FF;
	border-radius: 0.2rem;
	color: #FFFFFF;
	font-size: 0.32rem;
	font-weight: bold;
	margin:1rem auto 0;
}
.select{
	position: relative;
}
select {
  width: 100%;
  height: 1.14rem;
  font-size: 0.3rem;
  color: #999999;
  border: none;
  background: url("../images/select-arrow.png") no-repeat right center #FFFFFF;
  background-size: 0.4rem 0.4rem;
	-webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
}

select:focus {
  outline: none;
  background-color: #fff;
}

select option:selected {
  background-color: #2E2E2E;
  color: #fff;
	padding: 15px 0;
}
select option {
	padding: 5px 0;
}
.main2 .libox{
	width: 100%;
	display: flex;
	padding: 0.24rem 0;
	justify-content: space-between;
}
.main2 .libox .add_time{
	 color: #999999;
	line-height: 0.42rem;
 }
.dealfix{

}
.main2 .boxend{
	padding: 0.1rem 0 0.15rem;
 }
.main2 .type{
	width: 4rem;
	color: #999999 !important;
	line-height: 0.35rem;
	font-size: 0.3rem;
}
.main2 .type,
.main2 .tent,
.main2 .tent_result{
	font-size: 0.28rem;
	color: #000000;
	line-height: 0.35rem;
}
.main2 .tent{
	width: 40%;
	margin-left: 0.24rem;
	text-align: right;
}
.main2 .tentbox{
	font-size: 0.3rem;
	color: #333333;
	line-height: 0.35rem;
	text-align: left;
	font-weight: 460;
}
.tentinnerbox{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main2 .time{
	font-size: 0.26rem;
	color: #AAACB5;
	line-height: 0.3rem;
	border-top: 1px solid #EBEBEB;
	padding: 0.24rem 0;
}
.main2 .libs{
	padding: 0.18rem 0 0;
	border-top: 1px solid #F2F2F2;
	display: flex;
	justify-content: space-between;
}
.result_left{
	width: 25%;
}
.result_left img{
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.2rem;
}
.result_right{
	min-width: 75%;
}
.main2 .libs .tent{
	width: 4.04rem;
}
.main2 .libs .reportbox{
	line-height: .4rem;
	margin-top: .2rem;
	width: 100%;
}
.main2 .libs .reportbox_time{
	line-height: .4rem;
	margin-top: .2rem;
	width: 100%;
	color: #999999;
}
.main2 .box{
	position: relative;
	padding-top: 0.36rem;
	padding-bottom: 0.36rem;
}
.main2 .boxlist{
	background: #FFFFFF;
	border-radius: 0.2rem;
	margin-bottom: 0.32rem;
}
.box_top{
	width: 100%;
}
.imgbox{
	display: flex;
	justify-content: space-between;
	margin-bottom: .2rem;
}
.imgbox .left_box{
	width: 45%;
	background: #999999;
	align-items: center;
	height: 3rem;
	border-radius: 0.2rem;
	position: relative;
}
.imgbox .left_box .dealtips{
	background: rgba(0,0,0,0.5);
	align-items: center;
	position: absolute;
	bottom: 0.15rem;
	left: 0.15rem;
	padding: 0.05rem 0.1rem;
	color: #fff;
	border-radius: 0.1rem;
	font-size: 0.25rem;
}
.imgbox > .left_box > img{
	width: 3rem;
	height: 3rem;
	border-radius: 0.2rem;
}
.left_box_inner{
	width: 100%;
	height: 100%;
	background: #F5F6F8;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 0.2rem;
	flex-direction: column;
}
.image_tips{
	width: 0.5rem;
	height: 0.5rem;
}
.inner_tips{
	color: #999999;
	margin-top: .1rem;
}
.content_box{
	width: 100%;
}
.main2 .state{
	/*width: 1.42rem;*/
	height: 0.42rem;
	line-height: 0.42rem;
	border-radius: 0.1rem;
	font-size: 0.24rem;
	font-weight: bold;
	/*padding-left: 0.46rem;*/
}
.main2 .state.green{
	color: #1CC27D;
	font-weight: bold;
	text-align: right;
}
.main2 .state.red{
	color: #F64967;
	font-weight: bold;
	text-align: right;
}
.main2 .state.yellow{
	background: url(../images/yellow.png) no-repeat 0.14rem center #FFF6D7;
	background-size:0.24rem 0.24rem;
	border: 1px solid #FEA03D;
	color: #FEA03D;
}
.justifybet{
	justify-content: space-between;
}
.main2 .imgCont{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.main2 .imgCont img{
	width: 2rem;
	margin:0.12rem 0.12rem 0 0;
	height: 2rem;
	border-radius: 0.2rem;
}
.main2 .imgCont img:last-child{
	margin-right: auto;
	margin-left: 5px;
}
.main2 .imgCont img:first-child{
	margin-left: none;
}
.main2 .imgCont img:nth-child(3n){
	margin-right: 0;
}
.main2 .libs.red .type,
.main2 .libs.red .tent{
	color: #F64967;
}
.main2 .subox{
	border-top: 1px solid #EBEBEB;
	text-align: center;
	margin-top: 0.24rem;
	padding-top: 0.24rem;
}
.main2 .subox .sub{
	font-size: 0.26rem;
	font-weight: bold;
	color: #3962FF;
	line-height: 0.3rem;
	display: inline-block;
	position: relative;
	padding-right: 0.34rem;
}
.main2 .subox .sub:after{
	content: "";
	width: 0.24rem;
	height: 0.24rem;
	background: url(../images/al.png) no-repeat;
	background-size: 0.24rem 0.24rem;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: .5s;
	-webkit-transition: .5s;
}
.main2 .subox .sub.on:after{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	top: 12%;
}
.main2 .submit2{
	width: 2.68rem;
	height: 0.68rem;
	line-height: 0.68rem;
	font-size: 0.26rem;
	border-radius: 0.1rem;
	background: #3962FF;
	display: block;
	margin:0 auto;
	text-align: center;
	color: #FFFFFF;
}
.main2 .toggle{
	display: none;
}
.submit_btn{
	font-size: .32rem;
    color: #fff;
    /* font-weight: normal; */
    height: 0.88rem;
    border-radius: 0.2rem;
    width: 100%;
    background: #3962ff;
    text-align: center;
    line-height: .88rem;border:none;
	margin: 0 auto;
	display: block;
}
.submit_btn.btn_bind{
	background: url("/static/home/default/images/btn/btn_bind.png") no-repeat center;
	background-size: cover;
}
.talkbtnlist{
    padding: 0 0.22rem 0;
}
.submit_btn.btn_report{
	background: url("/static/home/default/images/btn/btn_report.png") no-repeat center;
	background-size: cover;
}
.submit_btn.btn_feedback{
	background: url("/static/home/default/images/btn/btn_feedback.png") no-repeat center;
	background-size: cover;
}
.fixed_bottom {
	width: 100%;
	text-align: center;
	position: fixed;
	bottom: 30px;
}
.regbody{
	background: #FFFFFF;
}

.fixtype{
    display: flex;
    width: 100%;
    line-height: 0.6rem;
    outline: none;
    border: 0px;
    color: #3D4566;
    font-weight: bold;
    font-size: 0.35rem;
    justify-content: space-between;
    margin-bottom: 0.1rem;
}

.fixtype span{
    font-weight: normal;
    font-size: 0.25rem;
    color: #999999;
}

.fixtype span.warning{
    font-weight: normal;
    font-size: 0.25rem;
    color: #FF5757;
}

.evaluate {
	padding: 0.24rem 0;

}
.evaluate .evaluatelist{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.evaluate .evaluatelist > div{
	width: 30%;
	font-size: 0.25rem;
	line-height: 1.5;
	background: #F2F2F2;
	border-radius: 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0.1rem;
	padding-right: 0.2rem;
	margin-top: 0.25rem;
}
.evaluate .evaluatelist div img{
	width: 0.5rem;
	height: 0.5rem;
	align-items: center;
}
.feeddetail{
	background: #ffffff;
	border-radius: 0.1rem;
}
.feedimg {
	background: #FFFFFF;
	padding: 0 0.24rem;
	display: flex;
	border-radius: 0.2rem;
}

*{margin: 0;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*{-webkit-tap-highlight-color: transparent;-webkit-font-smoothing: antialiased;}
html{font-size: 48px;}
@media (min-width: 320px){html{font-size: 42.6667px;}}
@media (min-width: 360px){html{font-size: 48px;}}
@media (min-width: 375px){html{font-size: 50px;}}
@media (min-width: 384px){html{font-size: 51.2px;}}
@media (min-width: 411px){html{font-size: 54.8px;}}
@media (min-width: 412px){html{font-size: 54.9333px;}}
@media (min-width: 414px){html{font-size: 55.2px;}}
@media (min-width: 425px){html{font-size: 56.6667px;}}
@media (min-width: 480px){html{font-size: 64px;}}
@media (min-width: 600px){html{font-size: 80px;}}
@media (min-width: 640px){html{font-size: 85.333px;}}
@media (min-width: 750px){html{font-size: 100px;}}
body,html{height: 100%;}
body{font-size:0.26rem;font-family: "Helvetica Neue",Helvetica,Arial,"PingFang SC","Microsoft YaHei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei", sans-serif; color: #333;background: #fff;/*line-height: 1.5;*/background: #f5f5f5;}
ul{padding: 0;margin: 0;}
ul, li {list-style: none;}
body{moz-user-select: -moz-none;-moz-user-select: none;-o-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;}
input{outline:none;}
a{color:#212121;text-decoration: none;}
a:hover, a:focus{color:#333;}
img{border:none;vertical-align: middle;}

/*a, button, input, input[type=text], input[type=search], option, select, textarea {outline: none;border: 0;-webkit-appearance: none;border-radius: 0;background: none;}*/
.clear{ clear:both; height:0px;  margin:0; padding:0;width:0; border:none; overflow:hidden;}
::-webkit-scrollbar{width:0;}
::-webkit-scrollbar-thumb,
::-webkit-scrollbar-track{background-color:unset}
::-webkit-scrollbar-thumb:active,
::-webkit-scrollbar-thumb:hover{background-color:unset}
.fl { float:left}
.fr { float:right}
.text-center{text-align: center;}
.flex{display:-webkit-box;display:-ms-flexbox;display:flex}
.flex1{-webkit-box-flex: 1;flex: 1;-webkit-flex: 1;-o-flex: 1;-ms-flex: 1;}
.bd_weixin_popup{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.mb10{margin-bottom: 10px;}
.container,.wrap{max-width: 7.5rem;margin:0 auto;}
.wrap .row,
.container .row{margin-left: -0.3rem;margin-right: -0.3rem;}
/*public*/
.btn-block{display: block;width: 100%;}
.acea-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-lines:multiple;-moz-box-lines:multiple;-o-box-lines:multiple;-ms-flex-wrap:wrap;flex-wrap:wrap}
.acea-row.row-middle{-webkit-box-align:center;-o-box-align:center;-ms-flex-align:center;align-items:center}
.acea-row.row-top{-webkit-box-align:start;-o-box-align:start;-ms-flex-align:start;align-items:flex-start}
.acea-row.row-bottom{-webkit-box-align:end;-o-box-align:end;-ms-flex-align:end;align-items:flex-end}
.acea-row.row-center{-webkit-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;justify-content:center}
.acea-row.row-right{-webkit-box-pack:end;-o-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.acea-row.row-left{-webkit-box-pack:start;-o-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.acea-row.row-between{-webkit-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.acea-row.row-around,
.acea-row.row-column-around{-ms-flex-pack:distribute;justify-content:space-around;-webkit-justify-content:space-around}
.acea-row.row-column-around{-ms-flex-direction:column;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}
.acea-row.row-column,
.acea-row.row-column-between{-webkit-box-orient:vertical;-o-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}
.acea-row.row-column-between{-webkit-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.acea-row.row-center-wrapper{-webkit-box-pack:center;-o-box-pack:center;-ms-flex-pack:center;justify-content:center}
.acea-row.row-between-wrapper,
.acea-row.row-center-wrapper{-webkit-box-align:center;-o-box-align:center;-ms-flex-align:center;align-items:center}
.acea-row.row-between-wrapper{-webkit-box-pack:justify;-o-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}

.line1, .line2 {overflow: hidden;}
.line1 {text-overflow: ellipsis;white-space: nowrap;width: 100%;}
.line2 {word-break: break-all;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

.router{position:absolute;width:100%}
/*.cart-color {color: #ff3700!important;border: 1px solid #ff3700!important;}
.bg-color-red {background-color: #476CFF!important;}
.font-color-red {color: #476CFF!important;}*/
.cart-color {color: #476CFF!important;border: 1px solid #476CFF!important;}
.bg-color-red {background-color: #476CFF!important;}
.font-color-red {color: #476CFF!important;}

.checkbox-wrapper{position:relative}
.checkbox-wrapper input{display:none}
.checkbox-wrapper .icon{position:absolute;left:0;top:50%;display:inline-block;width:0.34rem;height:0.34rem;border:1px solid #ccc;border-radius:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.checkbox-wrapper input:checked+.icon{background-color:#476CFF;border-color:#476CFF;background-image:url(../images/checkbox_icon.png);background-size:.20rem .13rem;background-repeat:no-repeat;background-position:50%}

.top_banner{}
.banner_pic{text-align: center;}
.banner_pic img{max-width: 100%;}
.bgfff{background: #f5f5f5;}
/*header*/
.top_pd{height:1rem;}
.top{z-index: 100;position: relative;height:1rem;top: 0;width:100%;background: #fff;}
.top.fixed{position: fixed;}
.top .logo{overflow: hidden;width: 80%;display:block;height:0.7rem;color:#fff;margin-top:0.1rem;}
.top .logo a{color:#fff;}
.top .logo img{height:0.7rem;}
.top .col-xs-3{float: right;width:auto;padding-left:0;}
.top .login{display: table-cell;vertical-align: middle;height: 0.9rem;}
.top .login .btn{display: inline-block;vertical-align: middle;padding:4px 10px;}
.user_top {border-bottom: 1px solid #666;}
.goBack{display: block;position: absolute;top: 0;left: 0;width:1rem;height: 1rem;z-index: 1000;}

.goHome{height: 0.9rem;width: 0.9rem;position: absolute;right: 0;top: 0;text-align: center;font-size: 0.36rem;}
.page_title{height: 100%;text-align: center;line-height: 1rem;font-size: 0.36rem;padding:0 0.8rem;border-bottom: 1px solid #eaeaea;}
.left_jiantou{width:0.5rem;height:0.5rem;position:absolute;left:50%;top:50%;z-index: 2;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.left_jiantou:after{position: absolute;content: "";left:50%;top: 50%;width: 0.2rem;height: 0.2rem;background: none;border: 0.03rem solid transparent;border-top-color:#444;border-left-color:#444;border-radius: 0.02rem 0 0;-webkit-transform: translate(-50%,-50%) rotate(-45deg);transform: translate(-50%,-50%) rotate(-45deg);}

/*footer*/
.footer_nav_pd{height: 1.4rem;}
#footer .footer{position:fixed;width:100%;height:1.4rem;bottom:0;left:0;background-color:#fff;z-index:2000;line-height: 1.4;}
#footer .footer .item{-webkit-box-flex:1;flex:1;-webkit-flex:1;-o-flex:1;-ms-flex:1;text-align:center;font-size:.2rem;color:#282828}
#footer .footer .item.on{color:#476CFF}
#footer .footer .item .iconfont{font-size:.35rem;height:.50rem;line-height:.50rem;margin-bottom: 0.1rem;}

#footer .footer .item .icon-home{background: url(../images/f_icon_1_0.png) no-repeat center;}
#footer .footer .on .icon-home{background: url(../images/f_icon_1_1.png) no-repeat center;}
#footer .footer .item .icon-app{background: url(../images/f_icon_2_0.png) no-repeat center;}
#footer .footer .on .icon-app{background: url(../images/f_icon_2_1.png) no-repeat center;}
#footer .footer .item .icon-cart-simple{background: url(../images/f_icon_3_0.png) no-repeat center;}
#footer .footer .on .icon-cart-simple{background: url(../images/f_icon_3_1.png) no-repeat center;}
#footer .footer .item .icon-user{background: url(../images/f_icon_4_0.png) no-repeat center;}
#footer .footer .on .icon-user{background: url(../images/f_icon_4_1.png) no-repeat center;}
#footer .footer .item .iconfont{background-size:0.5rem 0.5rem;}

.home{position:fixed;bottom:2.8rem;color:#fff;text-align:center;z-index:3300;right:.1rem;}
.home .homeCon{overflow:hidden;width:.86rem;border-radius:.5rem;transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;opacity:0;transform:scale(0);-webkit-transform:scale(0);-ms-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);height:0;color:#476CFF}
.home .homeCon.on{opacity:1;transform:scale(1);-webkit-transform:scale(1);-ms-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);height:3rem;padding:.34rem 0;margin-bottom:.2rem}
.home .homeCon .iconfont{font-size:.48rem;color:#fff;display:inline-block;height:.9rem;margin:0 auto;line-height: 1;}
.home .picture{width:.86rem;height:.86rem;border-radius:50%;opacity: 0.8;}
.home .picture .image{width:100%;height:100%;border-radius:50%}
.mask {position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 55;background-color: rgba(0,0,0,.5);}

.index_body .home,.store_body .home{display: none;}

/*分页*/
.pagelink .pager{text-align: center;padding:0.3rem 0;}
.pagelink .pager li{display: inline-block;width: 1.7rem;font-size: 0.28rem;line-height: 0.76rem;border-radius: 0.76rem;margin:0 0.2rem;border: 1px solid #ddd;background: #fff;position: relative;overflow: hidden;}
.pagelink .pager li>*:before{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: #fff;}
.pagelink .pager li:first-child > *:before{content:'上一页';}
.pagelink .pager li:last-child > *:before{content:'下一页';}
.pagelink .pager li.disabled{color:#b9b9b9;border-color: #eee;}


.page_link .pager{text-align: center;}
.page_link .pager li{display: inline-block;width: 1.7rem;font-size: 0.28rem;line-height: 0.76rem;border-radius: 0.76rem;margin:0 0.2rem;border: 1px solid #ddd;background: #fff;position: relative;overflow: hidden;}
.page_link .pager li>*:before{display: block;width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: #fff;}
.page_link .pager li:first-child > *:before{content:'上一页';}
.page_link .pager li:last-child > *:before{content:'下一页';}
.page_link .pager li.disabled{color:#b9b9b9;border-color: #eee;}

/*index*/

/*register*/
.register {
	/*background-image: -webkit-gradient(linear,left top,left bottom,from(#eb5447),to(#ff8e3b));
    background-image: linear-gradient(180deg,#eb5447 0,#ff8e3b);
    background-image: -moz-linear-gradient(to bottom,#eb5447 0,#ff8e3b 100%);*/
	/*background:url(../images/login_bg.jpg) no-repeat top center #fff;*/
	-webkit-background-size: 7.5rem 5.11rem;
	background-size: 7.5rem 5.11rem;
	width: 100%;
	height: 100%;
	/*min-height: 100vh;*/
	position: relative;
}
.register .shading{/*background-image:url(../images/registerw.b3c17e1c.png);background-repeat:no-repeat;background-size:100% 100%;width:100%;height:2.86rem;*/padding-top:2rem}
/*.register .shading .picture{width:1.72rem;height:1.72rem;border-radius:50%;background-color:hsla(0,0%,100%,.8);margin:0 auto}*/
.register .shading .picture img{width:1.8rem;/*height:1.64rem;border-radius:50%;*//*display:block*/}
.register .login_title{padding-top: 5.3rem;text-align: center;color:#333;font-size: 0.42rem;}
.register .whiteBg{width:6.6rem;border-radius:.16rem;/*background-color:#fff;*/margin:.3rem auto 0 auto;padding:.45rem .3rem 0 .3rem}
.register .whiteBg .title{font-size:.36rem;color:#282828;text-align:center;font-weight:700}
.register .whiteBg .title .item~.item{margin-left:.85rem}
.register .whiteBg .title .item{color:#999;border-bottom:.05rem solid #fff;padding-bottom:.1rem}
.register .whiteBg .title .item.on{color:#282828;border-bottom-color:#f35749}
.register .whiteBg .list .item{position:relative;background: #F7F7F7;padding-left: 0.35rem;margin-top: 0.4rem;padding-right: 0.35rem;border-radius: 1rem;}
.register .whiteBg .list .item .acea-row{height: 1rem;}
.register .whiteBg .list .item .name{font-size:.26rem;color:#2d3342;margin-bottom:.27rem;text-align:left}
.register .whiteBg .list .item .icon{font-size:.35rem;}
.register .whiteBg .list .item input{font-size:.33rem;width:4.5rem;}
.register .whiteBg .list .item input::-webkit-input-placeholder{color:#8D8D8D}
.register .whiteBg .list .item input::-moz-placeholder{color:#8D8D8D}
.register .whiteBg .list .item input:-ms-input-placeholder{color:#8D8D8D}
.register .whiteBg .list .item input::-ms-input-placeholder{color:#8D8D8D}
.register .whiteBg .list .item input::placeholder{color:#8D8D8D}
.register .whiteBg .list .item .codeIput{width:2.5rem}
.register .whiteBg .list .item .code{position:absolute;width:1.5rem;height:.5rem;background-color:#f35446;border-radius:.3rem;color:#fff;line-height:.5rem;text-align:center;bottom:.17rem;right:0;font-size:.25rem}
.register .whiteBg .list .item .code.on{background-color:#bbb}
.register .whiteBg .list .forgetPwd{text-align:right;font-size:.28rem;color:#ccc;margin-top:.2rem}
.register .whiteBg .list .forgetPwd .iconfont{font-size:.3rem;margin-right:.1rem;vertical-align:middle}
.register .whiteBg .logon{font-size:.34rem;color:#fff;font-weight:normal;height:.86rem;border-radius:.43rem;
	/*background:-webkit-gradient(linear,left top,right top,from(#f35447),to(#ff8e3c));
    background:linear-gradient(90deg,#f35447 0,#ff8e3c);
    background:-moz-linear-gradient(to right,#f35447 0,#ff8e3c 100%);*/
	background: #476CFF;
	text-align:center;
	line-height:.88rem;
	margin-top:.6rem;
}
.register .whiteBg .tip{height:1.1rem;text-align:center;line-height:1.05rem;font-size:.3rem;color:#ccc}
.register .whiteBg{padding-top: 0;margin-top: 0;}
.register .whiteBg .list .item .icon{width: 0.5rem;height: 0.5rem;}
.register .whiteBg .list .item .user_name{background:url(../images/f_icon_4_0.png) no-repeat center;}
.register .whiteBg .list .item .user_mobile{background:url(../images/icon1.png) no-repeat center;}
.register .whiteBg .list .item .password{background:url(../images/icon2.png) no-repeat center;}
.register .whiteBg .list .item .icon{
	-webkit-background-size: 0.5rem 0.5rem;
	background-size: 0.5rem 0.5rem;
}

.login_desc{color:#666;padding-top: 0.4rem;line-height: 1.8;}
.login_desc a{color:#666;}

.register .login_title{padding-top: 1.7rem;padding-bottom: 0.5rem;}
.register .whiteBg .list .item{background:none;border-bottom: 1px solid #CBCBCB;border-radius: 0;padding-left: 0.15rem;}
.register .whiteBg .list .item input{width: 4.7rem;}
.register .whiteBg .logon{border-radius: 0.1rem;}


.ChangePassword{padding-top: 1px;}
.ChangePassword .phone{font-size:.32rem;font-weight:700;text-align:center;margin-top:.55rem}
.ChangePassword .phone span{font-weight: normal;}
.ChangePassword .list{width:90%;margin:.23rem auto 0 auto;}
.ChangePassword .list .item{width:100%;height:1.1rem;border-bottom:.02rem solid #f0f0f0;padding: 0 .23rem}
.ChangePassword .list .item input{width:100%;height:100%;font-size:.32rem;outline: none;border: 0;-webkit-appearance: none;border-radius: 0;background: none;background: #ffffff;padding: 0 .23rem}
.ChangePassword .list .item input::-webkit-input-placeholder{color:#b9b9bc}
.ChangePassword .list .item input::-moz-placeholder{color:#b9b9bc}
.ChangePassword .list .item input:-ms-input-placeholder{color:#b9b9bc}
.ChangePassword .list .item input::-ms-input-placeholder{color:#b9b9bc}
.ChangePassword .list .item input::placeholder{color:#b9b9bc}
.ChangePassword .list .item input.codeIput{width:3.4rem}
.ChangePassword .list .item .code{font-size:.32rem}
.ChangePassword .list .item .code.on{color:#b9b9bc!important}
.ChangePassword .confirmBnt{border: none;font-size:.32rem;width:5.8rem;height:.9rem;border-radius:.45rem;color:#fff;margin:.92rem auto 0 auto;text-align:center;line-height:.9rem}


.create_success_body{background: #fff;}
.create_success .nav{height:auto;min-height: 3rem;border-radius: 0.2rem;margin-top: -2rem;}
.create_success .header{height:auto;}
.create_success .header .picTxt{height:auto;}
.create_success .header .picTxt .text .name{margin: 0;padding:0.3rem 0;font-size: 0.4rem;}

.public-btn{display: block;width: 5.5rem;height: .86rem;margin: 0 auto;line-height: .86rem;text-align: center;color: #fff;border-radius: .5rem;font-size: .3rem;font-weight: 700;}
.create_success_btns .public-btn{margin-top: 0.5rem;color:#fff;}
.create_success_btns{overflow: hidden;padding:0.5rem 0;}

.create_success_info{background: #fff;border-radius: 0.2rem 0.2rem 0 0;padding:0.5rem 0;}
.create_success_info .picture img{height: 0.9rem;}
.create_success_info .msg{padding:0 0.2rem;font-size: 0.4rem;}


/*user*/
.user .header{padding:0 .3rem;height:2.6rem;position:relative;background-color: #476CFF;background: #476CFF;
	background-image: -webkit-linear-gradient(to right,#EA3624, #FD7B41);
	background-image: -o-linear-gradient(to right,#EA3624, #FD7B41);
	background-image: linear-gradient(to right,#EA3624, #FD7B41);
	background: #476CFF;

}
.user .header:after{position:absolute;left:0;right:0;bottom:-.98rem;z-index:-1;content:"";height:1rem;width:100%;border-radius:0 0 50% 50%;background-color:#476CFF;
	height: 1.5rem;
	bottom: -1.5rem;border-radius: 0;
	background: #476CFF;
	background-image: -webkit-linear-gradient(to right,#EA3624, #FD7B41);
	background-image: -o-linear-gradient(to right,#EA3624, #FD7B41);
	background-image: linear-gradient(to right,#EA3624, #FD7B41);
	display: none;
}
.user .header .picTxt .picture{width:1.58rem;height:1.58rem}
.user .header .picTxt .picture img{width:100%;height:100%;border-radius:50%;/*border:.03rem solid #f5f5f5*/}
.user .header .picTxt .text{width:3rem;color:#fff;margin-left:.35rem;text-align:left}
.user .header .picTxt .text .name{font-size:.36rem;max-width:2.6rem;width:unset}
.user .header .picTxt .text .member{padding:0 .1rem;height:.36rem;background-color:rgba(0,0,0,.2);font-size:.2rem;border-radius:.3rem;margin-left:.17rem}
.user .header .picTxt .text .member img{width:.28rem;height:.28rem;font-size:.2rem;margin-right:.08rem}
.user .header .picTxt .text .id{/*color:hsla(0,0%,100%,.6);*/font-size:.32rem;margin-top:.15rem;}
.user .header .picTxt .text .id .iconfont{font-size:.3rem;margin-left:.12rem}
.user .header .icon-shezhi{font-size:.36rem;color:#fff;margin-top:-.52rem}
.user .header .header-right{width: 4em;font-size: 0.28rem;text-align: right;}
.user .header .header-info{font-size: 0.36rem;color:#fff;}
.user .header .header-logout{color:#fff;display: inline-block;margin-bottom: 0.25rem;}
.user .wrapper{padding:0 .2rem 0.2rem;}
.user .wrapper2{padding-left: 0;padding-right: 0;}
.user .wrapper .nav{background-color:#fff;border-radius:.2rem;height:1.6rem;height: 2.5rem;
	-webkit-box-shadow: 0 0.13rem 0.3rem rgba(255,97,77,0.2);
	box-shadow: 0 0.13rem 0.3rem rgba(255,97,77,0.2);
}
.user .wrapper .nav .item{-webkit-box-flex:1;flex:1;-webkit-flex:1;-o-flex:1;-ms-flex:1;text-align:center;font-size:.26rem;color:#aaa;position:relative}
.user .wrapper .nav .item~.item:after{position:absolute;content:"";left:0;width:1px;height:1.2rem;background-color:#eee;top:50%;margin-top:-.6rem}
.user .wrapper .nav .item .num{margin-bottom:.1rem;font-size:.50rem;color:#282828}
.user .wrapper .nav .item .line{width: 0.9rem;height: 0.08rem;border-radius: 0.08rem;margin:0.35rem auto 0;}
.user .wrapper .nav .item .line1{background: #476CFF;}
.user .wrapper .nav .item .line2{background: #FBA918;}
.user .myOrder{background-color:#fff;border-radius:.1rem;margin-top:.1rem}
.user .myOrder .title,
.user .myService .title{height:.88rem;padding:0 .3rem;border-bottom:1px solid #eee;font-size:.3rem;color:#282828;}
.user .myOrder .title .allOrder{font-size:.26rem;color:#666}
.user .myOrder .title .allOrder .iconfont{font-size:.25rem;margin-left:.07rem}
.user .myOrder .orderState{height:1.6rem}
.user .myOrder .orderState .item{font-size:.26rem;color:#454545;-webkit-box-flex:1;flex:1;-webkit-flex:1;-o-flex:1;-ms-flex:1;text-align:center}
.user .myOrder .orderState .item .picture{width:.55rem;height:.55rem;margin:0 auto .18rem auto}
.user .myOrder .orderState .item .picture img{width:100%;height:100%}
.user .myService{background-color:#fff;border-top: 0.2rem solid #E9E9E9;}
.user .myService .serviceList{padding:.08rem 0 .27rem 0}
.user .myService .serviceList .item{width:25%;text-align:center;font-size:.26rem;color:#333;margin-top:.3rem}
.user .myService .serviceList .item .picture{width:.52rem;height:.52rem;margin:0 auto .16rem auto}
.user .myService .serviceList .item .picture.fa:before{font-size:0.4rem;color:#f24434;line-height: 0.5rem;}
.user .myService .serviceList .item .picture img{width:100%;height:100%}
.user .logOut{font-size:.32rem;width:6.9rem;height:.9rem;text-align:center}
.user .logOut{border-radius:.45rem;margin:.3rem auto 0}
.user{padding-bottom: 0.5rem;}


/*个人资料*/
.personal-data .wrapper{margin:.1rem 0;background-color:#fff;padding:.36rem .3rem .13rem .3rem}
.personal-data .wrapper .title{margin-bottom:.3rem;font-size:.32rem;color:#282828}
.personal-data .wrapper .wrapList .item{width:6.9rem;height:1.6rem;background-color:#f8f8f8;border-radius:.2rem;margin-bottom:.22rem;padding:0 .3rem;position:relative;border:.02rem solid #f8f8f8}
.personal-data .wrapper .wrapList .item.on{border-radius:.2rem;}
.personal-data .wrapper .wrapList .item .picTxt{width:4.45rem}
.personal-data .wrapper .wrapList .item .picTxt .picture{width:.96rem;height:.96rem;position:relative}
.personal-data .wrapper .wrapList .item .picTxt .picture img{width:100%;height:100%;border-radius:50%}
.personal-data .wrapper .wrapList .item .picTxt .picture .alter{width:.3rem;height:.3rem;border-radius:50%;position:absolute;bottom:0;right:0}
.personal-data .wrapper .wrapList .item .picTxt .text{width:3.25rem}
.personal-data .wrapper .wrapList .item .picTxt .text .name{width:100%;font-size:.3rem;color:#282828}
.personal-data .wrapper .wrapList .item .picTxt .text .phone{font-size:.24rem;color:#999;margin-top:.1rem}
.personal-data .wrapper .wrapList .item .bnt{font-size:.24rem;background-color:#fff;border-radius:.27rem;width:1.4rem;height:.54rem;border:.02rem solid #FF4D73}
.personal-data .wrapper .wrapList .item .currentBnt{position:absolute;right:0;top:0;font-size:.26rem;background-color:rgba(233,51,35,.1);width:1.4rem;height:.48rem;border-radius:0 .2rem 0 .2rem}
.personal-data .list{background-color:#fff}
.personal-data .list .item{padding:.3rem .3rem .3rem 0;border-bottom:1px solid #f2f2f2;margin-left:.3rem;font-size:.32rem;color:#282828}
.personal-data .list .item .picture{width:.88rem;height:.88rem}
.personal-data .list .item .picture img{width:100%;height:100%;border-radius:50%}
.personal-data .list .item .input{width:4.15rem;text-align:right;color:#868686}
.personal-data .list .item .input input{color:#868686;text-align:right;width:100%;outline: none;border: 0;-webkit-appearance: none;border-radius: 0;background: none;font-size: .32rem}
.personal-data .list .item .input .id{width:100%;}
.personal-data .list .item .input .iconfont{font-size:.35rem}
.personal-data .list .item .input .iconfont.icon-xiangyou{font-size:.3rem;margin-left:.27rem}
.personal-data .modifyBnt{color:#fff;border-radius:.5rem;line-height:.9rem;margin:.76rem auto 0 auto}
.personal-data .logOut,
.personal-data .modifyBnt{font-size:.32rem;width:6.9rem;height:.9rem;text-align:center;border:none;}
.personal-data .logOut{border-radius:.45rem;margin:.3rem auto .7rem auto}


/*20201204*/
input[type="button"] { appearance: none; -moz-appearance: none; -webkit-appearance: none; border-radius: 0; }
.m_cell_hd, .m_cell_ft { display: table-cell; vertical-align: middle; word-wrap: break-word; word-break: break-all; white-space: nowrap; overflow: hidden;}
.m_cell_primary { width: 2000px; white-space: normal;}
.t_input{ margin-top: 0.43rem;}
.t_input input{ display: block; border: 0; width: 100%; font-size: 0.33rem; color: #0d0d0d; padding: 0.26rem 0 0.26rem 0.70rem; border-radius: 0.50rem; box-sizing: border-box;}

.get_code{ display: block; border: 0; width: 2.0rem; height: 0.90rem; border-radius: 0.50rem; margin-left: 0.15rem; font-size: 0.28rem; color: #000000; background-color: #ff9f19;}
.code_input_box{border-bottom: 1px solid #CBCBCB;}


/*20201222*/
.mt25{margin-top: 0.25rem;}
.user_talk{padding-top: 0.01rem;}
.user_talk .bgfff{padding:0.2rem 0.3rem;}
.textarea_box .textarea{background-color:#f9f9f9;width:100%;height:3.1rem;border-radius:.03rem;margin-top:.1rem;padding:.25rem .28rem;border: 1px solid #a0a0a0;}
.textarea_box .textarea::-webkit-input-placeholder{color:#ccc}
.textarea_box .textarea::-moz-placeholder{color:#ccc}
.textarea_box .textarea:-ms-input-placeholder{color:#ccc}
.textarea_box .textarea::-ms-input-placeholder{color:#ccc}
.textarea_box .textarea::placeholder{color:#ccc}
.form_tit{font-size: 0.28rem;color:#333;}
.form_item{width: 4rem;}
.form_item .form_input{width: 100%;border: 1px solid #a0a0a0;height:0.66rem;padding:0 0.15rem;}
.user_talk_form{padding-bottom: 0.5rem;}
/*.submit_btn{font-size:.34rem;color:#fff;font-weight:normal;height:.88rem;border-radius:.88rem;width: 3.5rem;*/
/*	background: #476CFF;*/
/*	background-image: -webkit-linear-gradient(#476CFF, #d21918);*/
/*	background-image: -o-linear-gradient(#476CFF, #d21918);*/
/*	background-image: linear-gradient(#476CFF, #d21918);*/
/*	text-align:center;*/
/*	line-height:.88rem;*/
/*	margin:.8rem auto 0;*/
/*	box-shadow: 0.05rem 0.1rem 0.25rem rgba(209,25,24,0.4);}*/

.uploadify{height: .74rem;width: 2.50rem;line-height:.74rem;overflow: hidden;}
.uploadify-button{position: absolute;top: 0;left: 0;height: 100%;width: 100%;text-align: center;z-index: 0;font-size: .26rem;}
.uploadify .uploadifyfile{display: block;width: 5rem;height:3rem;padding: 0;position: absolute;right: 0;top: 0;opacity: 0;z-index:10;cursor: pointer;filter:alpha(opacity=0); font-size:100px;}
.fileinput-new .uploadify{position: relative;}
.fileinput-new .uploadify .swfupload{position: absolute;left: 0;top: 0;}
.fileinput-new .layui-btn-file{padding: 0;}
.upload-img-box{width: 4.13rem;max-height:2.95rem;}
.upload-img-box>img{max-height: 100%;max-width: 100%;}

.layui-btn{display: inline-block;}
.layui-btn-default{border:0.01rem solid #ccc;}
.layui-btn-file{}