html, body {
    background: #eee;
}

/*快递物流 start*/
.express-nav {
    color: rgb(102, 102, 102);
    font-size: 12px;
    text-align: center;
    background: #fff;
    padding: 20px 0;
}

.express-nav ul {
    width: 100%;
    float: left;
}

.express-nav li {
    width: 25%;
    float: left;
    position: relative;
}

.express-nav li img {
    display: block;
    width: 50px;
    height: auto;
    margin: 0 auto 10px;
}

.express-info {
    width: 94%;
    margin: 0 auto;
}

.express-info-title {
    color: rgb(102, 102, 102);
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}

.express-info-detail {
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    float: left;
    margin-bottom: 10px;
}

.express-id-title {
    font-size: 12px;
    color: rgb(180, 153, 126);
    margin-bottom: 10px;
}

.express-id-title img {
    display: block;
    width: 13px;
    float: right;
}

.express-id-wrapper {
    color: rgb(102, 102, 102);
    font-size: 12px;
}

.express-id-wrapper img {
    display: block;
    float: left;
    width: 80px;
}

.express-idw-text {
    margin-left: 90px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 80px;
}

.express-idw-text p {
    width: 100%;
}

.express-idw-text p.grey {
    color: rgb(153, 153, 153);
}

.post-address {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0px 3%;
    font-size: 12px;
    color: rgb(153, 153, 153);
}

.post-address li {
    width: 100%;
    float: left;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.post-address .href-bg {
    background: url(../../images/public/icon-href.png) no-repeat right center / 6.5px auto;
}

.post-address li .item {
    margin-bottom: 10px;
    width: 100%;
    float: left;
}

.post-address li label {
    float: left;
    display: block;
    width: 20px;
    height: 13px;
}

input[type="text"].form-input {
    border: 0;
    background: 0;
    width: 65%;
    text-indent: 0;
    color: rgb(153, 153, 153);
    font-size: 14px;
}

input[type="text"].form-input-right {
    -webkit-appearance: none;
    text-align: right;
    float: right;
    margin-right: 3%;
    margin-top: 17.5px;
    font-size: 14px;
}

input[type="text"].form-input::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.post-address li img {
    display: block;
    width: 12px;
    margin-top: 2px;
}

.form-detail {
    background: #fff;
}

.form-detail li {
    width: 100%;
    float: left;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    padding: 0 3%;
    color: rgb(51, 51, 51);
}

.form-detail li label {
    display: block;
    float: left;
    min-width: 70px;
}

.form-detail li label.l-label {
    min-width: 95px;
}

.form-detail li label.s-label {
    min-width: 40px;
}

.form-detail li label.right {
    text-align: right;
}

.form-detail li span.grey-text {
    color: rgb(102, 102, 102);
    font-size: 14px;
}

.form-detail .form-right-text {
    text-align: right;
    float: right;
    font-size: 14px;
    color: rgb(102, 102, 102)
}

.form-detail .href-bg .form-right-text {
    margin-right: 10px;
}

.form-detail li p.text-right {
    font-size: 14px;
    color: rgb(153, 153, 153);
    float: right;
}

.weight-controller {
    height: 22px;
    line-height: 22px;
    padding: 13.5px 0;
}

.weight-controller .weight-num {
    margin: 0 5px;
}

.weight-controller img {
    display: block;
    float: left;
    width: 22px;
}

.bottomBtn {
    background: rgb(180, 153, 126);
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 49px;
    line-height: 49px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
}

/*快递物流 end*/

.post-progress {
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 0 3%;
}

.post-progress-title {
    width: 100%;
    color: rgb(51, 51, 51);
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #eee;
}

.post-progress-container {
    padding: 10px 0;
    max-width: 750px;
    margin: 7px auto 0;
    float: none
}

.post-progress-container li {
    text-align: center;
    color: rgb(102, 102, 102);
    font-size: 12px;
    float: left;
    width: 25%;
}

.dec-progress-container li {
    width: 20%;
}

.post-progress-container li p:last-child {
    font-size: 11px;
    margin-top: 7px;
    color: rgb(153, 153, 153);
}

.post-pro-bar img {
    width: 78.5%;
    display: block;
    margin: 0 auto;
}

.post-received-detail {
    box-sizing: border-box;
    padding: 0 3%;
}

.post-received-detail li:first-child {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px;
}

.post-received-detail li:last-child {
    padding-bottom: 30px;
}

.post-received-title {
    color: rgb(102, 102, 102);
    height: 40px;
    line-height: 40px;
}

.post-received-title a.cui {
    border: 1px solid rgb(180, 153, 126);
    color: rgb(180, 153, 126);
    box-sizing: border-box;
    width: 60px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
}

.post-received-title .red {
    color: rgb(164, 29, 25);
}

.post-rece-item {
    width: 100%;
    float: left;
    line-height: 18px;
    margin-bottom: 7px;
}

.post-rece-item label {
    display: block;
    float: left;
    color: rgb(153, 153, 153);
    font-size: 12px;
}

.post-rece-item label.l-label {
    min-width: 80px;
}

.post-rece-item .info {
    color: rgb(102, 102, 102);
    margin-left: 60px;
    font-size: 12px;
}

.dec-rece-item .info {
    margin-left: 85px;
}

.poster-info img {
    display: block;
    margin: 7px auto;
    width: 60px;
}

.poster-info p.poster-name {
    font-size: 13px;
    color: rgb(51, 51, 51);
    margin-bottom: 7px;

}

.poster-info p.poster-phone {
    color: rgb(51, 51, 51);
    font-size: 12px;
    margin-bottom: 7px;
}

.poster-info a {
    display: block;
    width: 50px;
    text-align: center;
    height: 15px;
    line-height: 15px;
    font-size: 11px;
    color: rgb(180, 153, 126);
    border: 1px solid rgb(180, 153, 126);
    border-radius: 3px;
    margin: 0 auto;
}

.post-success-detail {
    box-sizing: border-box;
    padding: 0 3%;
}

.post-pay {
    padding: 10px 0 20px;
}

.post-pay-item {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.post-pay-item li {
    width: 100%;
    line-height: 25px;
    color: rgb(102, 102, 102);
    font-size: 12px;
    float: left;
    box-sizing: border-box;
    padding: 0 3%;
}

.pay-coupon {
    width: 100%;
    float: left;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    color: rgb(102, 102, 102);
    font-size: 12px;
    box-sizing: border-box;
    padding: 0px 3% 0 10%;
    background: url(../../images/express/wei@2x.jpg) no-repeat 3% center / 20px 20px;
    margin-bottom: 10px;
}

.pay-coupon.active {
    background: url(../../images/express/yixuanz@2x.jpg) no-repeat 3% center / 20px 20px;
}

.bottomPayBtn {
    width: 100%;
    font-size: 17px;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    padding-left: 3%;
}

.bottomPayBtn .pay-total span {
    color: rgb(164, 29, 25);
}

.bottomPayBtn .go-pay {
    background: rgb(164, 29, 25);
    width: 125px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}

.post-evaluate {
    box-sizing: border-box;
    padding: 0 3%;
}

.post-evaluate .poster {
    height: 50px;
    line-height: 50px;
    padding: 15px 0;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.post-evaluate .poster img {
    display: block;
    width: 50px;
    float: left;
    margin-right: 10px;
}

.post-eval-list {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.post-eval-list label {
    display: block;
    float: left;
    margin-right: 10px;
    line-height: 16px;
}

.post-eval-list .star {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 5px;
    background: url(../../images/express/anxing@2x.jpg) no-repeat center /100% 100%;
}

.post-eval-list .star.active {
    background: url(../../images/express/liangx@2x.jpg) no-repeat center /100% 100%;
}

.postEvalText {
    width: 100%;
    display: block;
    height: 100px;
    background: rgb(242, 242, 242);
    border: 0;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
}

.post-track-goods {
    box-sizing: border-box;
    padding: 10px 3%;
}

.post-track-goods .img-container {
    width: 116px;
    /*height:77px;*/
}

.post-track-goods .img-container img {
    display: block;
    width: 100%;
}

.post-track-goods .text-container {
    margin-left: 126px;
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100%;
}

.post-track-goods .text-container p {
    width: 100%;
    margin-bottom: 5px;
}

.post-track-goods .text-container span {
    font-size: 13px;
}

.track-list {
    background: #fff;
    padding: 10px 3%;
    box-sizing: border-box;
}

.track-list .container {
    width: 100%;
}

.track-list li {
    margin-bottom: 30px;
    padding-left: 40px;
    background: url(../../images/express/wei2.jpg) no-repeat left center / 15px 15px;
}

.track-list li.active {
    margin-bottom: 30px;
    padding-left: 40px;
    background: url(../../images/express/lian@2x.jpg) no-repeat left center / 15px 15px;
}

.track-list li:last-child {
    margin-bottom: 0;
}

.track-list li .time {
    font-size: 13px;
    color: rgb(153, 153, 153);
    margin-top: 10px;
}

.track-list ul.track-address {
    width: 100%;
    float: left;
    position: relative;
    z-index: 10;
}

.track-list .dot-list {
    width: 15px;
    float: left;
    height: 87%;
    position: absolute;
    left: 0px;
    top: 30px;
    z-index: 6;
}

.track-list .dot-list .line {
    width: 1px;
    height: 100%;
    background: rgb(153, 153, 153);
    margin-left: 7px;
}

.track-list .dot-list ul {
    width: 15px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
}

.track-list .dot-list li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid rgb(153, 153, 153);
    margin-bottom: 32px;
}

.track-list .dot-list li.active {
    background: rgb(180, 153, 126);
    border: none
}

/* 服务预约 */
img.form-banner {
    display: block;
    width: 100%;
}

.appoint-address li {
    padding: 20px 0;
    border-bottom: 0;
}

.appoint-address li .item {
    margin-bottom: 0;
}

/* 服务预约 */

/*物业保修*/
.repair-note {
    width: 100%;
    float: left;
    padding: 0 3%;
    box-sizing: border-box;
}

.repair-note .title {
    height: 40px;
    line-height: 40px;
}

.repair-note textarea {
    width: 100%;
    height: 85px;
    padding: 10px;
    box-sizing: border-box;
    background: rgb(242, 242, 242);
    border-radius: 5px;
    border: 0;
    color: rgb(153, 153, 153);
}

.repair-note textarea::-webkit-input-placeholder {
    color: rgb(153, 153, 153);
}

.repair-imgs {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.repair-imgs .img-list .item {
    width: 75px;
    height: 75px;
    float: left;
    margin-left: 10px;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 10px;
    position: relative;
}

.repair-imgs .img-list .item img {
    display: block;
    width: 75px;
    height: 75px;
}

.repair-imgs .img-list .upload-img input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
}

/*物业保修*/

/*申请入驻*/
.location {
    width: 50px;
    height: 50px;
    float: right;
    border-left: 1px solid #eee;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: rgb(153, 153, 153);
    justify-content: center;
    position: absolute;
    top: 0;
    line-height: 20px;
    right: 0;
}

.location img {
    width: 15px;
}

.location p {
    width: 100%;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    margin-top: -10px;
}

/*申请入驻*/

/*装修申请*/
.dec-apply-checked {
    border-top: 1px solid #eee;
    margin: 10px 0;
}

.dec-apply-checked .post-progress-title {
    border-bottom: 0;
}

.dec-apply-checked .dev-ac-text {
    color: rgb(102, 102, 102);
    font-size: 12px;
}

.dec-apply-checked .dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(238, 238, 238);
    float: left;
    margin-top: 5px;
}

.dec-apply-checked .text-container {
    margin-left: 17px;
}

.dec-imgs-list {
    margin: 10px 0 0;
}

.dec-imgs-list img {
    display: block;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 75px;
}

.dec-protocol {
    font-size: 12px;
    color: rgb(102, 102, 102);
    line-height: 20px;
}

.dec-agree {
    color: rgb(102, 102, 102);
    background: url(../../images/express/wei@2x.jpg) no-repeat 0% center / 20px 20px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: right;
    padding: 0 0%;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.dec-agree.active {
    background: url(../../images/express/yixuanz@2x.jpg) no-repeat 0% center / 20px 20px;
}

/*装修申请*/

/* 活动 */
.activity-banner {
    display: block;
    width: 100%;
}

.activity-info {
    box-sizing: border-box;
    padding: 0 3% 10px;
    color: rgb(102, 102, 102);
    line-height: 25px;
}

.activity-info .title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: rgb(51, 51, 51);
    margin-bottom: 5px;
}

.activity-info .other span {
    margin-left: 8px;
}

.activity-info img {
    display: block;
    float: left;
    width: 13px;
    margin-top: 5px;
    margin-right: 5px;
}

.activity-describe {
    color: rgb(102, 102, 102);
    font-size: 12px;
    line-height: 18px;
    box-sizing: border-box;
    padding: 5px 3% 20px;
}

.activity-describe .title {
    font-size: 16px;
    color: rgb(51, 51, 51);
    line-height: 40px;
}

/* 活动 */



