
/*公用样式*/
*{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

/*内容-->边框、圆角*/
.box_bor{
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #e3e3e3;
    padding: 0.18rem 0.3rem 0.18rem 0.3rem; 
}
.fix-scroll-through{
	position: fixed;
	overflow: hidden;
	width: 100%;
}
.init-scroll-through{
	position: absolute;
	overflow: auto;
	width: 100%;
}

/* 请求警告提示框样式 */
.warnBox{
	border-radius: 0.16rem;
	width: 6rem;
	max-width: 6rem;
	transition-duration: 0s;
}
.warnBox .weui-dialog__hd{
	padding-top: .28rem;
}
.warnBox .weui-dialog__bd{
	font-size: .3rem;
	color: #000;
	padding: 0 1.2rem .28rem;
	line-height: 1.8;
}
.warnBox .weui-dialog__btn.primary{
	color: #f74d47;
}

/*呼叫服务弹框*/
.fix-scroll-through{
    position: fixed;
    overflow: hidden;
    width: 100%;
}
.init-scroll-through{
    position: relative;
    overflow: auto;
    width: 100%;
}
.for_service.weui-dialog.weui-dialog--visible{
    width: 6.1rem;
    max-width: 6.1rem;
    transition-duration: 0s;
    border-radius: .16rem;
    background: #fff url(../images/service_bg.png) no-repeat 15% 100%;
    background-size: 2.64rem 4.38rem;
    top: 45%;
}
.for_service .weui-dialog__hd{
    position: relative;
}
.for_service .weui-dialog__title .cancle_btn{
    position: absolute;
    top: 0;
    right: 0;
    width: .5rem;
    height: .5rem;
    background: url(../images/cancle.png) no-repeat center;
    background-size: .17rem .18rem;
}
.for_service .weui-dialog__title{
    font-size: .28rem;
    color: #000;
    font-weight: bold;
}
.for_service .weui-dialog__hd{
    height: .8rem;
    padding: 0;
    text-align: center;
    line-height: .8rem;
}
.for_service .weui-dialog__bd{
    text-align: left;
    padding: 0 .34rem;
}
.for_service .weui-dialog__bd button{
    font-size: .28rem;
    font-weight: bold;
    /*padding: 0 .1rem;*/
    text-align: center;
    border: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    height: .6rem;
    width: 1.62rem;
    margin-right: .28rem;
    margin-bottom: .2rem;
    border-radius: .14rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.for_service .weui-dialog__bd .service_name{
    color: #000;
}
.actives{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8a00), to(#ff3600)) !important;
    /*border: 0;*/
    border-radius: .14rem;
    box-shadow: 0 .1rem .5rem rgba(255, 44, 0, .5);
}
.for_service .weui-dialog__bd button:nth-child(3n){
    margin-right: 0;
}

.for_service .weui-dialog__bd p{
    font-size: .28rem;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin-bottom: .2rem;
}
.for_service .weui-dialog__bd input{
    font-size: .28rem;
    color: #ccc;
    width: 5.46rem;
    height: .48rem;
    border-radius: .48rem;
    text-align: center;
    border: 0;
    border: 1px solid #ccc;
    margin-bottom: .2rem;
    -webkit-appearance: none;
}

.for_service .weui-dialog__ft {
	width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    margin-top: 0.2rem;
	margin-bottom: 0.4rem;
	border: 0;
	border-radius: 50%;
    background:  -webkit-gradient(linear, 0 0, 0 100%, from(#ff8a00), to(#ff3600));
    box-shadow: 0 .14rem .48rem rgba(255, 44, 0, .5);
	overflow: hidden;
}

.for_service .weui-dialog__btn {
	width: 100%;
    height: 100%;
    color: #f1f2f3;
    font-size: 0.28rem;
    line-height: 2.3rem;
    background-image: url("../images/services.png");
    background-size: 1rem 1rem;
    background-repeat:no-repeat;
    background-position: center 0.1rem;
	-webkit-tap-highlight-color: transparent;
}

.for_service .start-feedback{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa365), to(#ff6c00));
}
.for_service .end-feedback{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8a00), to(#ff3600));
}
.for_service .start-feedback-btn{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa365), to(#ff6c00));
	background-size: 1rem 1rem;
    background-repeat:no-repeat;
    background-position: center 0.1rem;
	background-image: url("../images/services.png");
}
.for_service .end-feedback-btn{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff8a00), to(#ff3600));
	background-size: 1rem 1rem;
    background-repeat:no-repeat;
    background-position: center 0.1rem;
	background-image: url("../images/services.png");
}