body{
    background-color: #f7f7f7;
}
.mineHeadWrap{
    background-image: linear-gradient(-29deg,#accbee 0%, #e7f0fd 100%),linear-gradient(#ffd6c9,#ffd6c9);
    /*margin-bottom: 10px;*/
    padding-bottom: 10rem;
}
.mineInfoWrap{
    margin-top: 1.5rem;
    margin-bottom: 0;
}
.mineInfoCon{
    display: flex;
    align-items: center;
}
.mineInfoCon img{
    width: 5.3rem;
    height: 5.3rem;
    margin-right: 1rem;
}
.mineInfo{
    color: #777;

}
.mineInfo p:first-child{
    font-size: 1.8rem;
    color: #222;
    padding-bottom: .5rem;
}
.goSite{
    width: 1.6rem;
    height: 1.6rem;
    background-image: url("/skin/v1/img/sitePng.png");
    background-size: 1.6rem 1.6rem;
    background-position: center center;
}
.otherServiceWrap{
    position:relative;
    top: -7rem;
}
.orderDetailTit {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}
.otherService{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    flex-wrap: wrap;

}
.otherService li{
    width:25%;
    /*background-image: linear-gradient(-52deg,#f9dced 0%, #e5f9fa 100%),linear-gradient(#c1fff3,#c1fff3);*/
    /*background-blend-mode: normal, normal;*/
    border-radius: 10px;
    padding: 2rem 0;
    /*margin-bottom: 1rem;*/
}
.otherService li em{
    display: block;
    margin: 0 auto .5rem;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 50%;
    padding: 1.4rem;
    background-color: #fff;

    background-size: 2.4rem 2.4rem;
    background-position: center center;
    background-repeat: no-repeat;
}
.otherService li em.icon1{
    background-image: url("/skin/v1/img/icon1.png");
}
.otherService li em.icon2{
    background-image: url("/skin/v1/img/icon2.png");
}
.otherService li em.icon3{
    background-image: url("/skin/v1/img/icon3.png");
}
.otherService li em.icon4{
    background-image: url("/skin/v1/img/icon4.png");
}
.otherService li em.icon5{
    background-image: url("/skin/v1/img/icon5.png");
}
.otherService li em.icon6{
    background-image: url("/skin/v1/img/icon6.png");
}
.otherService li em.icon7{
    background-image: url("/skin/v1/img/icon7.png");
}
.otherService li em.icon8{
    background-image: url("/skin/v1/img/icon8.png");
}
.otherService li p{
    width: 100%;
    text-align: center;
}
.onLineWrap{
    width:100%;
    height: 100%;
   background-color: rgba(0,0,0,.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    display: none;
}
.onlineBox{
    display: none;
    position: absolute;
    bottom: 33%;
    left: 0;
    width: 100%;
    z-index: 10;
}
.onlineList{
    background-color: #fff;
    width: 80%;
    border-radius: 10px;
   padding: 6rem 3rem;
    margin: 0 auto;
}
.onlineList a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .8rem 5.8rem;
    background-image: linear-gradient(161deg,#96c0ff 0%,#1a50ff 100%),linear-gradient(#ffffff,#ffffff);
    background-blend-mode: normal,normal;
    border-radius: 30px;
    color: #fff;
    font-size: 1.6rem;
    margin: 1.5rem 0;
}
.onlineList a:last-child{
    background-image: linear-gradient(161deg,#fac881 0%, #ffbc1a 100%),linear-gradient(#ffffff,#ffffff);
}
.onlineList a img{
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
}
.onlineClose{
    width: 3.5rem;
    height: 3.5rem;
    margin: 2rem auto 0;
    background-image: url("/skin/v1/img/closeBs.png");
    background-repeat: no-repeat;
    background-size: 3.5rem 3.5rem;
    background-position: center;
}
/*意见反馈*/
.bgWhite{
    background-color: #fff;
}
.complainWrap,.userprofileWrap{
    background-color: #fff;
    border-radius: 10px;
    margin: 5px auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.fillInfo{
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    border-bottom: 1px solid #eee;
}
.fillInfo:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.fillInfo span{
    color: #777;
    font-size: 1.4rem;
}
.fillInfo input{
    border: none;
    text-align: right;
    width: 60%;
    font-size: 1.4rem;
}
.complainTit{
    font-size: 1.4rem;
    color: #777;
    padding-bottom: 1.5rem;
}
.complain{
    border: none;
    width: 100%;
    font-size: 1.4rem;
    height: 12rem;

}
.complainTips{
    color: #555;
    padding-top: 1rem;
    line-height: 1.7;
}
a.yellowcolor{
    color: #f27302;
    padding-right: 2rem;
}
.complainBtnBox{
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 1rem 4%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.1);
}
.submitB {
    display: block;
    height: 4rem;
    width: 85%;
    line-height: 4rem;
    background-image: linear-gradient(-5deg,#f2023a 0%,#fff6e6 100%),linear-gradient(#ffffff,#ffffff);
    background-blend-mode: normal, normal;
    border-radius: 36px;
    border: none;
    color: #fff!important;
    font-size: 1.8rem;

}
/*支付成功*/
.payCon{
    padding-top: 6rem;
    text-align: center;
    color: #777;
}
.payCon img{
    width: 8rem;
}
.payFinish{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
}
.payFinish a{
    color: #777;
    padding: 0.5rem 1.5rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 0 1rem;
}
/*登录页面*/
.logoWrap img{
    width: 16rem;
    padding-top: 6rem;
    margin: 0 auto;
    display: block;
}
.loginWrap{
    width: 80%;
    margin: 5rem auto 0;
}
.loginWrap input{
    border: none;
    font-size: 1.6rem;
}
.loginList{
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}
.loginTel{
    display: flex;
    align-items: center;
}
.loginTel span{
    color: #777;
    padding-right: 1rem;
}
.telNum{
    max-width: 17rem;
}
.codePhoto img{
    width: 9rem;
    border: 1px solid #eee;
    border-radius: 4px;
}
.loginWrap input.zphone{
    font-size: 1.4rem;
    background-color: #fff;
}
.findpwd_button_submit {
    display: block;
    margin: 3.6rem auto 0 auto;
    background-color: inherit;
    font-size: 1.8rem;
    line-height: 4rem;
    height: 4rem;
    border: none;
    color: #FFF;
    width: 100%;
    background-image: linear-gradient(-19deg, #ea4545 0%, #ff8d4f 100%), linear-gradient( #ff4200,#ff4200);
    background-blend-mode: normal, normal;
    border-radius: 38px;
}
.loginTip{
    margin-top: 2rem;
    color: #999;
}
.loginTip a{
    color: #092ff0;
}
/*个人信息*/
.userprofileList{
    display: flex;
    align-items: center;
}
.userprofileList span{
    color: #222;
}
.userprofileList input{
    text-align: left;
}
.userprofileList .profileListName{
    padding-right: 3rem;

}
/*反馈历史*/
.complainHead .goBack{
    margin-right: 4.4rem;
}
.complainHead  .goComplainList{
    width: 6rem;
    text-align: right;
    color: #092ff0;

}

.complainListWrap{
    background-color: #fff;
    border-radius: 10px;
    margin: 5px 2%;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    font-size: 1.4rem;
}
.complainListQues {
    display: flex;

}
.complainListQues img{
    width: 1.8rem;
    height: 1.8rem;
    margin-right: .5rem;
}
.complainListWrap .time{
    color: #999;
  font-size: 1.2rem;
    padding-left: 2.3rem;
}
.complainRad{
    display: flex;
    align-items: center;
    justify-content: space-between;
   padding-top: .5rem;
}
.complainListAnswer{
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid #eee;
}
.greencolor{
    color:#1ea350;
}