
* {
	-webkit-appearance: none;/*解决ios样式问题*/
	-webkit-text-size-adjust: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	font-size: 16px;
}
html,body {
    color: #333;
    margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	min-width: 320px;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}
body {
    background: #fff;
    color: #666;
	margin: 0;
	display：webkit-box；
	padding-bottom：10px；margin-bottom：-10px；
	/* 当手指从触摸屏上移开，滚动会立即停止 */
	 -webkit-overflow-scrolling: auto
	 overflow-scrolling: auto
	/*解决ios上滑动*/
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	overflow-x: scroll;
}
body{
    font-family: helvetica;
    margin: 0;
}
body *{
    -webkit-user-select: none;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: 100%;
}
a,input,button{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
button,input{
    -webkit-appearance: none;
    border-radius: 0;
}
input:focus::-webkit-input-placeholder{
    color:#6001D1;
}
input::-webkit-input-placeholder{
	color:#8c8c8c;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
	color:#8c8c8c;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#8c8c8c;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
	color:#8c8c8c;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}
a, label, button, input, select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
    border: 0;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover {
	text-decoration: none;
}
button {
    outline: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}
li {
    list-style: none;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/*---------- header -----------*/
header .aui-iconfont{
	color: #000 !important;
	font-weight: 400;
}
header .aui-title{
	color: #000;
}
header.aui-bar-light{
	background-image: -webkit-linear-gradient(90deg,#e6e6e6,#e6e6e6 50%,transparent 50%) !important
}

/*-----start-header----*/
#app{
	width: 100%; 
	height: 100%;
	max-width: 768px;
	margin: 0 auto;
	background: #f4f4f4;
	overflow: scroll;
	/* display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: flex-start; */
}
.header-user{
	width: 100%;
	height: 12rem;
	background: url(../img/header-bg.png) no-repeat;
	background-size: 100% auto;
}

.header-user .head-box{
	width: 100%;
	height: 6.5rem;
	line-height: 6.5rem;
	padding: 0 .6rem;
}
.header-user .head-box div{
	/* display: inline-block; */
}
.header-user .head-box .head{
	height: 100%;
}
.header-user .head-box #user-name{
	color: #fff;
	font-size: 1rem;
	padding-left: .5rem;
}

/*----------  选项卡 ------------*/
#box{
	width: 100%;
	margin-top: -6rem;
	flex: 0;
	z-index: 90;
}
#box .tab-tit{
	width: 100%;
	height: 2.5rem;
	line-height: 2.5rem;
}
#box .left-bg{
	background: url(../img/tag-left.png) no-repeat;
	background-size: 100% 100%;
}
#box .right-bg{
	background: url(../img/tag-right.png) no-repeat;
	background-size: 100% 100%;
}
#box .tab-tit a {
	display: inline-block;
	height: 100%;
	text-align: center;
	font-size: .7rem;
	font-weight: 600;
}
#box .tab-tit a.cur {
	font-size: .75rem;
	color: #6001D1;
}
#box .tab-con{
	background: #fff;
	padding-top: 15px;
}

#box .tab-con section div{
	display: flex;
	font-size: .6rem;
}
#box .tab-con section h5{
	flex: 1;
}
#box .tab-con section span{
	font-size: .5rem;
}
#box .tab-con section .aui-label-info{
	padding: 3px 5px;
	margin-right: 5px;
}
#box .tab-con section .info-img{
	width: 80%;
	height: 90%;
}
.imgs section{
	width: 50%;
}
/*----------服务订单查询----------*/
.imei-input, .mobile-input{
	width: 100%;
	padding: 0 .4rem;
}
.mobile-input .jybj-inputs{
	display: inline-block;
	background-color:#f4f4f4;
	font-size: .8rem;
	width: 80%;
	margin-left: 10px;
	height: 1.8rem;
	line-height: .8rem;
	padding-left: 1.3rem;
	border-radius: 2rem;
	border: 0;
	background-size: auto 40%;
}
.imei-input .btns, .mobile-input .btns{
	color: #fff;
	font-size: .6rem;
	width: 18%;
	height: 1.8rem;
	line-height: 1.8rem;
	background: #6001D1;
	border-radius: 2rem;
	border: 0;
}
.mobile-button{
	text-align: center;
}
.mobile-button .btns-box{
	color: #fff;
    font-size: .7rem;
    width: 25%;
    height: 1.8rem;
    margin-top: 10%;
    line-height: 1.8rem;
    background: #6001D1;
    border-radius: 0.8rem;
    border: 0;
}
.mobile-input .btns{
	margin-top: .4rem;
	width: 100%;
}
.imei-input .inputs, .mobile-input .inputs{
	display: inline-block;
	font-size: .8rem;
	width: 80%;
	height: 1.8rem;
	line-height: .8rem;
	padding-left: 1.3rem;
	border-radius: 2rem;
	border: 0;
	background: url('../img/search.png') #F0F0F0 no-repeat 8px center;
	background-size: auto 40%;
}
.imei-input .btns, .mobile-input .btns{
	color: #fff;
	font-size: .6rem;
	width: 18%;
	height: 1.8rem;
	line-height: 1.8rem;
	background: #6001D1;
	border-radius: 2rem;
	border: 0;
}
.mobile-input .btns{
	margin-top: .4rem;
	width: 100%;
}
.mobile-box #mobile{
	width: 100%;
	background: url('../img/mobile.png') #F0F0F0 no-repeat 8px center;
	background-size: auto 40%;
}
.mobile-code-box{
	width: 100%;
	height: 1.8rem;
	margin-top: .4rem;
	background: url('../img/lock.png') #F0F0F0 no-repeat 8px center;
	background-size: auto 40%;
	border-radius: 2rem;
}
.mobile-box #code{
	background: none;
	width: 75%;
	float: left;
}
.code-btn{
	height: 100%;
	line-height: 1.8rem;
	font-size: .6rem;
	font-weight: 400;
	color: #6F36EB;
	float: right;
	text-align: center;
	padding: 2px 10px;
}
.tab-con .imei-box .aui-content-padded h5{
	color: #000;
}
.tab-con .imei-box .aui-content-padded .aui-label{
	font-size: .6rem;
	padding: 3px 5px;
	margin-right: 5px;
}
.tab-con .imei-box .aui-content-padded .info-img{
	width: 50%;
}
img.null{
	width: 80%;
	margin: 1rem auto;
}
.content-box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.content-show {
	position: relative;
	top:   50%;
	left:  50%;
	width: 80%;
	height: 70%;
	margin-top: -70%;
	margin-left: -40%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 30;
	padding: 3rem .8rem;
	border-radius: .8rem;
}
.content-show p {
	padding: 1rem 0;
	line-height: 1.2rem;
	color: #fff;
}
.content-box .close {
	position: absolute;
	top: 0;
	right: 0;
	margin: .3rem;
	width: 8%;
}
/*-------------  订单列表  ----------------*/
.order-lists{
	margin-bottom: 2rem;
}
.order-lists .aui-card-list {
	border-radius: .6rem;
	box-shadow:0 0 9px 3px #e8e8e8;
}
.order-lists .order-lists-status{
	float: right;
}
.order-lists .order-lists-status .status{
	background-size: 100% 100%; 
	width: 4rem; 
	height: 1.6rem; 
	text-align: right; 
	font-size: .5rem; 
	line-height: 1.65rem; 
	color: #fff; 
	padding-right: .6rem; 
	font-weight: 400;
}
.status0{
	background: url(../img/status0.png) no-repeat; 
	padding-right: .3rem !important;
}
.status1{
	background: url(../img/status1.png) no-repeat; 
}
.status2{
	background: url(../img/status2.png) no-repeat; 
}
.status3{
	background: url(../img/status3.png) no-repeat;
	padding-right: .3rem !important;
}
.status4{
	background: url(../img/status4.png) no-repeat;
	padding-right: 1rem !important;
}
.orderStatus1{
	background: url(../img/orderStatus1.png) no-repeat;
	padding-right: 0.1rem !important;
}
.orderStatus2{
	background: url(../img/orderStatus2.png) no-repeat;
	padding-right: 0.3rem !important;
}
.orderStatus3{
	background: url(../img/orderStatus3.png) no-repeat;
	padding-right: 0.3rem !important;
}
.orderStatus4{
	background: url(../img/orderStatus4.png) no-repeat;
	padding-right: 0.3rem !important;
}
.orderStatus5{
	background: url(../img/orderStatus5.png) no-repeat;
	padding-right: 0.3rem !important;
}
.orderStatus6{
	background: url(../img/orderStatus6.png) no-repeat;
	padding-right: 0.3rem !important;
}
.orderStatus7{
	background: url(../img/orderStatus7.png) no-repeat;
	padding-right: 0.3rem !important;
}
.orderStatus8{
	background: url(../img/orderStatus8.png) no-repeat;
	padding-right: 0.3rem !important;
}
.orderStatus9{
	background: url(../img/orderStatus9.png) no-repeat;
	padding-right: 0.3rem !important;
}
.order-lists .lists-title{
	color: #333;
	font-size: 400;
}
.order-lists p{
	color: #999;
	font-size: .6rem;
	line-height: 1rem;
}
.order-lists .aui-card-list-footer{
	border-radius: 0 0 .6rem .6rem;
}
.order-lists .aui-card-list-footer a{
	display: block;
	width: 100%;
	color: #666;
	font-size: .7rem;
	color: #6F36EB;
	font-weight: 400;
}
.order-lists-btn, .apply-lists-btn{
	font-size: .7rem;
	background: #6F36EB;
	height: 2rem;
	line-height: 2rem;
	border-radius: 0;
	position: fixed;
	bottom: 0;
}
.apply-lists-btn{
	position: inherit;
}

.order-lists .aui-list-item-arrow:before {
	width: 0.5rem;
	height: 0.5rem;
	border: 2px solid #7831f4;
	border-top: none;
	border-right: none;
}

/*----------- 申请成功 -----------*/
.success-box {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center; 
}
.success-box .success-img{
	width: 25%;
	margin: 1rem auto;
}
.success-box h3{
	color: #333;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1rem;
}
.success-box p{
	margin-top: 2rem;
	color: #999;
	font-size: .65rem;
	line-height: 1rem;
}
.success-box .back-home{
	font-size: .6rem;
	width: 40%;
	margin: 2rem auto;
	border-radius: 2rem;
	color: #8351EE;
	border-color: #8351EE;
}

/*---------- 申请表单 -----------*/
.form-card{
	color: #333;
	border-radius: 6px;
}
.form-card .aui-list .aui-list-header{
	font-size: .7rem;
	font-weight: 600;
	background-color: #fff;
	justify-content: left;
}
.form-card .aui-list .aui-list-header:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.form-card .aui-list .aui-list-header span.star{
	color: red;
	font-size: .7rem;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
}
.form-card .aui-list .aui-list-item .aui-list-item-label, .form-card .aui-list .aui-list-item .aui-list-item-input input{
	font-size: .6rem;
	color: #333;
}
.form-card .aui-list .aui-list-item .aui-list-item-label, .form-card .aui-list .aui-list-item .aui-list-item-input p{
	font-size: .7rem;
	color: #333;
}
/*---------------- 申请明细 ------------------*/
.aui-list .aui-list-item-inner .aui-list-item-title{
	color: #333;
	font-size: .7rem;
	line-height: 1.5rem;
}
.aui-list .aui-list-item-inner p{
	color: #999;
	font-size: .6rem;
	line-height: 1rem;
}
.details-card .imgs-box .aui-flex-row{
	height: 8rem;
}
.details-card .imgs-box .aui-flex-row img, .details-card .imgs-box .pic-box{
	height: 70%;
}
@media (max-width: 350px) {
	.details-card .imgs-box .aui-flex-row{
		height: 7rem;
	}
	.details-card .shou .aui-flex-row{
		height: 5rem;
	}
	.details-card .imgs-box .aui-flex-row img, .details-card .imgs-box .pic-box{
		height: 65%;
	}
}
@media (min-width: 350px) and (max-width: 500px) {
	.details-card .imgs-box .aui-flex-row{
		height: 8rem;
	}
	.details-card .shou .aui-flex-row{
		height: 6rem;
	}
	.details-card .imgs-box .aui-flex-row img, .details-card .imgs-box .pic-box{
		height: 70%;
	}
}
@media (min-width: 500px) and (max-width: 700px) {
	.details-card .imgs-box .aui-flex-row{
		height: 9rem;
	}
	.details-card .shou .aui-flex-row{
		height: 7rem;
	}
	.details-card .imgs-box .aui-flex-row img, .details-card .imgs-box .pic-box{
		height: 70%;
	}
}
@media (min-width: 700px) {
	.details-card .imgs-box .aui-flex-row{
		height: 10rem;
	}
	.details-card .shou .aui-flex-row{
		height: 8rem;
	}
	.details-card .imgs-box .aui-flex-row img, .details-card .imgs-box .pic-box{
		height: 70%;
	}
}
.details-card .shou .aui-flex-row img{
	height: 100%;
}
.details-card .imgs-box .pic-box img{
	height: 100%;
}
.details-card .imgs-box .pic-box{
	position: relative;
}
.details-card .imgs-box .pic-box .del{
	display: block;
	width: 1rem;
	position: absolute;
	top: -.6rem;
	right: -.3rem;
	z-index: 999;
}
.details-card .imgs-box .aui-flex-row span{
	font-size: .6rem;
	line-height: .8rem;
	margin-top: .5rem;
}

.details-card .imgs-box .aui-flex-row span .star{
	color: red;
}

.form-control {
	width: 100%;
	height: 100%;
	filter:   alpha(opacity=0);  
	opacity:  0;  
	position: absolute;left:0px;top:0px;  
	z-index:  10;  
}
/*--------------- mt-popup ---------------*/
.mint-popup {
	width: 100%;
}
.mint-popup-head {
	/* 	position: absolute;
	top: 0;
	left: 0; */
	width: 100%;
	height: 2.933rem;
	background-color: #f2f2f2;
	line-height: 1.5rem;
	font-size: .3rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #999;
}

.mint-popup-head li {
	width: 50%;
	height: 100%;
	padding: 0 1.333rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mint-popup-head li:last-child {
	color: #6001D1;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.jdate-container .jdate-confirm{
	color: #6001D1 !important;
}
/*----------- 损坏部位 --------------*/
.sel-row {
	height: 15rem;
}
.sel-row .sel-item {
	width: 90%;
	font-size: .7rem;
    color: #6001D1;
    border: 1px solid #6001D1;
    border-radius: 3rem;
    line-height: 2rem;
    box-sizing: border-box;
	text-align: center;
}
.sel-row .sel-item.active {
    color: #fff;
	font-weight: 400;
    background-color: #6001D1;
}
/*------------ 渠道 -------------*/

.channel-box {
	display: -webkit-flex; /* Safari */ 
	display: flex;
	flex-direction: column; 
	justify-content: space-between; 
	align-items: center; 
	height: 100%;
}
.channel-box .channel-item {
	flex: 3;
}
.channel-box .channel-item div {
	display: table; 
	height: 50%;
}
.channel-box .channel-item div a{
	display: table-cell; 
	vertical-align: middle
}
.channel-box .channel-item div a img{
	width:  95%; 
	margin: 0 auto; 
} 
.partner {
	width: 100%;
	flex: 6;
}
.partner .partner-title{
	width: 100%;
	height: 3rem;
	line-height: 3rem;
	font-size: .95rem;
	font-weight: bold;
	text-align: center;
	background: url(../img/channel/line.png) no-repeat center;
	background-size: 80% auto;
}
.partner ul{
	width: 100%;
}
.partner ul li{
	width: 50%;
	float: left;
}
.partner ul li img{
	width: 80%;
	margin: .6rem auto;
}
/*--------- 颜色 ----------*/
.app-gb-hui{
	background-color: #F7F7F7 !important;
}
.color-999{
	color: #999 !important;
}
.bg-none{
	background: none !important;
}
.p-999{
	color:#999 !important
}
.warn-words {
    width: 100%;
    height: 2.2rem;
    line-height: 2.2rem;
    position: relative;
    font-size: 0.6rem;
    color: #FF0000;
}
.header-line{
	background-size: 90% 1px;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image: linear-gradient(0,#dddddd,#dddddd 50%,transparent 50%);
	background-image: -webkit-linear-gradient(90deg,#dddddd,#dddddd 50%,transparent 50%);
}
.btn-radius {
	width: 95%;
	margin: 0 auto;
	margin-bottom: .5rem;
	border: none;
	border-radius: 2rem !important;
}

.disabled {
	background: #929292 !important;
}

.aui-dialog-btn:last-child {
	color: #6001D1 !important;
}
span.star{
	color: red;
}

.pinganbao .btn-default {
background: transparent;
border:1px solid #ddd;
color:#333;
border-radius: 2rem !important;
height: 2.0rem;
line-height: 2.0rem;
font-size: 0.9rem;
padding: 0 1rem;
}

.pinganbao .btn-pay  {
	background: #FF6B35;
  color: #fff;
	border:none;
}

.pinganbao .btn-detail {
	background: #0099FF;
	color: #fff;
	border:none;
}

.pinganbao .price-color {
	color: #FF6B35 !important;
}

.pinganbao .code-btn {
	flex-shrink: 0;
}