header.bar {
    background-color: #fff;
    background-image: none;
}
header .title {
    color: #000;
}
.content,.content-block {
    background-color: #EDEDED;
    padding: 3px;
    margin: 0;
}
.service_contianer {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0;
    background-color: #fff;
}
.service_contianer ul {
    padding: 5px 7px;
}
.service_contianer ul li {
    width: 95%;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 7px;
}
.service_contianer ul li:nth-child(4) {
    border: none;
    padding-bottom: 10px;
}
.in-list .in-item {
    height: 44px;
    line-height: 44px;
    padding: 0 0 0 10px;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    vertical-align: middle;
}
.couponIn-icon {
    height: 100%;
    display: table-cell;
    margin-right: 10px;
    line-height: 44px;
    vertical-align: top;
}
.w-18 {
    width: 24px;
    padding-left: 7px;
    float: left;
}
.in-item .in-item-info {
    vertical-align: middle;
    padding-right: 5px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}
.bdbr-1px, .bdbt-1px {
    position: relative;
}
.couponIn-icon img {
    width: 100%;
    vertical-align: middle;
}
.fl {
    height: 100%;
    float: left;
    vertical-align: middle;
    line-height: 40px;
}
.in-item-info span {
    display: inline-block;
    vertical-align: middle;
}
.fr {
    height: 100%;
    float: right;
    vertical-align: middle;
    line-height: 40px;
    color: #B0B0B0;
    font-size: 12px;
}
.myMX-arrow {
    width: 6px;
    height: 10px;
    background: url(../images/user_g_arr.fw.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 4px;
    margin-right: 5px;
}
/*投诉建议*/
.textarea_container {
    width: 100%;
    padding-bottom: 7px;
    background-color: #fff;
    overflow: hidden;
    display: block;
    margin-top: 7px;
}
.textarea_container textarea {
    font-size: 14px;
    resize:none;
    outline:none;
    text-align: left;
    border: none;
    /*border: 1px solid #F9676B;*/
    /*border-radius: 4px;*/
    margin-top: 5px;
    text-align: left!important;
}
.border {
    padding: 10px;
    margin-left: 7px;
    margin-right: 7px;
    margin-bottom: 10px;
    border: 1px solid #F9676B;
    border-radius: 4px;
}
/*set_up_warning*/
.set_up_warning {
    top:40%;
    width: 90%;
    left: 5%;
    height: 107px;
    border-radius: 4px;
    font-size: 14px;

}
.set_up_warning p {
    height: 58px;
    line-height: 38px;
    margin: 0;
    text-align: center;
    color: #d9534f;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
}
.set_up_warning span {
    width: 100%;
    overflow: hidden;
    float: left;
    text-align: center;
    padding-top: 10px;
    color: #3385FF;
    font-size: 14px;
}
.label-switch {
    float: right;
}
.label-switch .checkbox {
    width: 2.2rem;
    height: 1.1rem;
}
.label-switch .checkbox:before {
    width: 2rem;
    height: 0.9rem;
}
.label-switch .checkbox:after {
    width: 0.8rem;
    height: 0.8rem;
}
.label-switch input[type=checkbox]:checked+.checkbox {
    background: #F9676B;
}
#service_confirm {
    width: 44%;
    float: right;
    margin-top: 5px;
    margin-right: 7px;
    background-color: #F9676B;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: 0;
    padding: 5px 0;
}
#service_cancel {
    width: 44%;
    float: left;
    margin-top: 5px;
    margin-left: 7px;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    border: 0;
    padding: 5px 0;
}
.tel_link {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.copyright {
     width: 100%;
     overflow: hidden;
     display: block;
     margin: 0 auto;
 }
.copyright p {
    font-size: 12px;
    text-align: center;
}