* {
    margin: 0;
    right: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="date"],
input[type="text"] {
    -webkit-appearance: none;
    appearance: none;
}


textarea {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
}

select {
    direction: rtl;
}

select option {
    direction: ltr;
}

input::-webkit-input-placeholder {
    color: #333;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}



body {
    color: #333;
    font-family: "Microsoft Yahei", Helvetica, Arial, "sans-serif" !important;
    font-size: 1rem;
    background: #fff;
}

ul li {
    list-style: none;
}

.box-content {
    padding-bottom: 100px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.row [class*="col-xs"] {
    float: left;
    line-height: 36px;
}

.row [class*="col-xs"] {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10s {
    width: 80%;
}

.col-xs-8 {
    width: 66.66666667%;
}



.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2s {
    width: 20%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.clear {
    clear: both;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

.txt-left {
    text-align: left !important;
}


.txt-name {
    color: #666;
}

.txtColor {
    color: #333 !important;
}

.txtColorBlue,
.cur {
    color: #4287ff !important;
}

.txtColorOrange {
    color: #fc8d34 !important;
}

.BorderBottomStyle {
    border-bottom: 1px solid rgba(201, 201, 201, 0.6);
}

// input {
//     float: right !important;
// }

.bg-blue {
    background: #4c85ff;
}

.bg-yellow {
    background: #ffcb52;
}


/**************/
:root {
    --swiper-theme-color: #fff !important;
}

.bg_blue {
    background-color: #4287ff;
}

.bg_green {
    background-color: #38c8a4;
}

.bg_green2 {
    background-color: #28be2c;
}

.bg_red {
    background-color: #f07d54;
}

.bg_pink {
    background-color: #ff9191;
}

.bg_gray {
    background-color: #f3f5f7;
}

.bg_orange {
    background-color: #fc8d34;
}

.bg_white {
    background-color: rgb(255, 255, 255);
}

.bg_yellow {
    background-color: #ffc045;
}

.border_orange {
    border: 1px solid #fc8d34;
}

.border_green2 {
    border: 1px solid #28be2c !important;
}

.border_green {
    border: 1px solid #28be2c;
}

.border_blue {
    border: 1px solid #4c85ff;
}

.Required {
    color: #ff9191;
}

.TextareaStyle {
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    height: 100px;
    border: 0;
    width: 100%;
    box-sizing: border-box;
    resize: none;
}

.MagBootm {
    margin-bottom: 10px;
}

.MagBootm15 {
    margin-bottom: 15px;
}

.PaddingSeting {
    padding-top: 58px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.PaddingSeting2 {
    padding-top: 58px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 15px !important;
}

.PaddingSeting3 {
    padding-top: 18px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 15px !important;
}

.PaddingSeting4 {
    padding-top: 8px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 15px !important;
}

.PaddingSeting5 {
    padding-top: 0px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 15px !important;
    margin: 0px 0 60px;
}

.PaddingSeting6 {
    padding-top: 18px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 15px !important;
    width: 100% !important; 
}

.PaddingStyle {
    padding: 15px;
}

.PaddingStyle2 {
    padding: 20px !important;
}

.BodyMaring {
    padding: 0 15px;
}

.weui-grid__icon img {
    width: 36px;
    height: auto !important;
}

.box {
    // padding: 0 15px;
    overflow-x: hidden;

    header {
        height: 36pt;
        line-height: 36pt;
        display: flex;
        justify-content: space-between;
        position: fixed;
        top: 0;
        width: calc(100% - 30px);
        z-index: 99;
        background-color: #fff;

        .Head_icon {
            img {
                margin-top: 14px;
            }
        }
    }
}

/*********底部选项卡**********/
.Ficon a {
    color: #8591A2;
    padding-top: 1px;
    display: block;
}

.Ficon a i {
    font-size: 24px;
}

.Ficon a p {
    font-size: 12px;
    margin: 0;
    padding: 0;
    margin-top: -10px;
    line-height: 24px;

}

footer {
    position: fixed;
    bottom: 0;
    z-index: 98;
    background-color: #fff;
    width: 100%;
    height: 58px;
}

footerend {
    position: fixed;
    bottom: 0;
    z-index: 98;
    background-color: #fff;
    width: 100%;
    height: 58px;
    border-top: 1px solid rgba(215, 215, 215, 0.68);
}

/******************/
.BmenuList {
    .weui-grid {
        padding: 6px 10px;
    }

    .weui-grid__icon {
        height: 40px;
        width: 40px;
        border-radius: 4px;
        overflow: hidden;
    }

    .BmenuList {
        .weui-grid__label {
            color: #333;
            font-weight: 400;
        }
    }

}

.BmenuList .weui-grids:after,
.BmenuList .weui-grids:before,
.BmenuList .weui-grid:before,
.BmenuList .weui-grid:after {
    border: 0;
}

.Btitle {
    font-size: 14pt;
}

.banner,
.banner img {
    border-radius: 4PX;
    overflow: hidden;

}

.swiper-pagination-bullet {
    background: #fff;
}

.Bnew {
    .weui-media-box__title {
        font-size: 15px;
    }

    .weui-panel:before {
        border: 0;
    }

    .weui-panel__hd {
        padding: 4px 10px 10px 10px;
        font-size: 16px;
        color: #333;
    }

    .weui-media-box_appmsg .weui-media-box__hd {
        line-height: 34px;
        width: 40px;
        height: 34px;
    }

    .weui-media-box__title {
        font-size: 14x;
        margin-bottom: 2px;
    }

    .New_page {
        width: 34px;
        height: 34px;
        border-radius: 4px;

        img {
            width: 50%;
        }
    }

}

.margin_bottom {
    margin-bottom: 8px;
}

.Bline {
    height: 10px;
    background-color: #f3f4f9;
}

/**************车辆管理列表***********************/
.Car_box {
    padding: 0px;
    overflow-x: hidden;
    font-size: 16px;

    .fixdTop {
        position: fixed;
        top: 0;
        z-index: 999;
        width: calc(100% - 30px);
        padding: 5px 15px 5px;
        background-color: rgb(255, 255, 255);

        .SearchBox input {
            height: 38px;
            line-height: 38px;
            border: 1px solid #afafaf;
            width: 100%;
            border-radius: 100px;
            margin: 10px 0;
            background: url("../img/search_icon.png") no-repeat 12px center;
            text-indent: 42px;
            font-size: 18px;

        }
    }

    header {
        height: 36pt;
        line-height: 36pt;
        display: flex;
        justify-content: space-between;



        .Btitle {
            a {
                i {
                    font-size: 30px;
                    float: left;
                    padding-right: 10px;
                    line-height: 34pt;

                }

                color: #333;
            }
        }

        .Head_icon {
            img {
                margin-top: 14px;
            }
        }

    }

    .content4 {
        padding: 18px 15px 80px;
        height: calc(100% - 18px - 80px);

        .weui-cell {
            border-radius: 4px !important;
            overflow: hidden;

        }

        .weui-cell:before {
            border: 0;
        }

        .weui-swiped-btn {
            border-radius: 4px;
            margin-left: 4px;
            line-height: 72px;
        }

        .Car_section {
            dl {
                padding: 4px 0 2px;

                dt {
                    float: right;
                    border-radius: 4px;
                    padding: 3px 12px;
                    color: #fff;
                    font-size: 16px;
                }

                dd {
                    span {
                        display: block;
                        width: 32px;
                        height: 32px;
                        border-radius: 4px;
                        text-align: center;
                        float: left;
                        margin-right: 10px;

                        img {
                            margin-top: 8px;
                        }
                    }

                    font-size: 20px;
                }
            }

            p {
                color: #818181;
                font-weight: 300;
                font-size: 16px;
            }
        }
    }

    .content3 {
        padding: 15px 15px 15px;

    }

    .content2 {
        padding: 87px 15px 15px;

    }

    .content {
        padding: 72px 15px 80px;
        height: calc(100% - 72px - 80px);

        .weui-cell {
            border-radius: 4px !important;
            overflow: hidden;

        }

        .weui-cell:before {
            border: 0;
        }

        .weui-swiped-btn {
            border-radius: 4px;
            margin-left: 4px;
            line-height: 72px;
        }

        .Car_section {
            dl {
                padding: 4px 0 2px;

                dt {
                    float: right;
                    border-radius: 4px;
                    padding: 3px 12px;
                    color: #fff;
                    font-size: 16px;
                }

                dd {
                    span {
                        display: block;
                        width: 32px;
                        height: 32px;
                        border-radius: 4px;
                        text-align: center;
                        float: left;
                        margin-right: 10px;

                        img {
                            margin-top: 8px;
                        }
                    }

                    font-size: 20px;
                }
            }

            p {
                color: #818181;
                font-weight: 300;
                font-size: 16px;
            }
        }
    }

    /**************添加车辆*************/
    .Title {
        color: #4288fd;
        line-height: 40px;
        border-bottom: 1px solid rgba(174, 174, 174, 0.36);
        padding: 0 6px;
    }

    .FromBox {
        margin: 14px;

        .Rborder_bottom {
            border-bottom: 1px solid rgba(174, 174, 174, 0.2);
            padding: 10px 0;
            color: #999;
            font-size: 16px;
        }


    }

    .Finput_style {
        width: 100%;
        line-height: 36px;
        border: 0;
        text-align: right;
        font-size: 16px;
        background: #fff;
        // color: #333;
    }

    .Title:before {
        content: '';
        border-left: 5px solid #4c85ff;
        border-radius: 10px;
        margin-right: 10px;
    }

    footer {
        position: fixed;
        bottom: 0;
        z-index: 998;
        width: calc(100% - 30px);
        padding: 15px;
    }

    footerend {
        position: fixed;
        bottom: 0;
        z-index: 998;
        width: calc(100% - 30px);
        padding: 15px;
    }
    /**************检测站列表*************/

    .ItemBox {
        width: 100%;
        background-color: rgba(255, 255, 255, .95);
        padding: 8px 15px;
        box-sizing: border-box;
        position: fixed;
        bottom: 0;


        .ItemLine {
            width: 16px;
            margin: 0 auto;
        }

        .ItemSection {
            padding: 12px 0;
            height: 380px;
            overflow: auto;

            .BorderBottom {
                border-bottom: 1px solid #e0e0e0;
                padding: 15px 0;
            }

            .row {
                a {
                    color: #333;

                    &:hover {
                        color: #4288fd;
                    }
                }

                .DetectionName {
                    font-size: 18px;
                    line-height: 22px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                    margin: 6px 0 6px;
                }

                p {

                    color: rgba(0, 0, 0, 0.4);
                    line-height: 26px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: nowrap;

                    span {
                        margin-right: 10px;
                    }

                }


                .ItemIcon {
                    background: #8ba3c0;
                    width: 34px;
                    height: 34px;
                    line-height: 34px;
                    text-align: center;
                    border-radius: 50%;
                    margin: 0 auto;

                    i {
                        color: #fff;
                    }
                }
            }
        }
    }

    /**************检测预约*************/

    .paddingLR {
        padding: 0 15px;
    }

    .AboutPadding {
        padding: 15px;
    }

    .BasicInformation {
        padding: 15px 22px 18px;

        span {
            display: block;
            width: 32px;
            height: 32px;
            line-height: 36px;
            text-align: center;
            border-radius: 4px;
            margin-right: 10px;
            color: #fff;

            i {
                font-size: 20px;
            }

        }

        .InAddress {
            font-size: 16px;
            font-weight: 400;
            line-height: 32px;
            display: inline-block;

            span {
                background: url("../img/bg_blue.png") no-repeat center;
            }
        }

        .InTel {
            span {
                margin-top: 2px;
                background: url("../img/bg_green.png") no-repeat center;
            }

            .InAuxiliary {
                font-weight: 200;
                font-size: 12px;
                margin-top: -8px;
            }
        }
    }

    .weui-agree a,
    .weui-agree__checkbox:checked:before {
        color: #4288fd;
    }

    .AboutContent {

        p {
            line-height: 26px;
            font-size: 15px;
            text-indent: 20px;
        }
    }

    /**************添加检测预约*************/

    .Add_icon {

        .AddButton {
            width: 26px;
            height: 26px;
            line-height: 24px;
            font-size: 20px;
            border: 0;
            border-radius: 50%;
            color: #fff;
            text-align: center;
            float: right;

        }
    }

    .CalculatorBox {
        .weui-count {
            border: 1px solid #dadada;
            border-radius: 4px;
            height: 28px;
            float: right;
            overflow: hidden;
            position: relative;
            top: 4px;


            .weui-count__btn {
                height: 28px;
                width: 28px;
                line-height: 28px;
                display: inline-block;
                position: relative;
                border: 0;
                border-radius: 0px;
                background: #f4f4f4;

            }

            .weui-count__number {
                font-size: 16px;
            }

            .weui-count__increase:after,
            .weui-count__increase:before,
            .weui-count__btn:after,
            .weui-count__btn:before {
                background-color: #333;
            }
        }
    }

    .NumberStyle {
        font-size: 28px;
        color: #ff701c;

        span {
            font-size: 18px;
        }
    }

    /**************订单详情*************/

    .TextColor_gray {
        color: #999
    }

    .OrderBox {
        padding: 0 15px;
        background-color: #fff;
        border-radius: 4px;
        box-shadow: 0px 0px 8px 1px rgba(201, 201, 201, 0.25);


        .OrderBox_top,
        .OrderBox_bottom {
            padding: 8px 0;
            width: 100%;
        }

        .NoBorder {
            border-bottom: 0px dashed #dedede !important;
        }

        .OrderBox_top {
            border-bottom: 1px dashed #dedede;
            padding: 18px 0 11px;

            .row [class*="col-xs"] {
                line-height: 26px;
            }

            .OrderTitle {
                font-size: 20px;
                font-weight: 600;
            }

            .MyOrderTitle {
                font-size: 18px;
                font-weight: 600;
            }

            .OrderDate {
                font-weight: 300;
                color: #666;
                font-size: 15px;
            }

            .OrderMoney {
                color: #fc8d34;
                font-size: 20px;
            }

            .MoneyTxt {
                color: #999;

            }

            .OrderIcon {
                width: 56px;
                height: 56px;
                line-height: 56px;
                border-radius: 50%;
                text-align: center;
                color: #fff;
                font-size: 26px;
                margin-right: 15px;
            }

            .OrderIcon2 {
                width: 46px;
                height: 46px;
                line-height: 46px;
                border-radius: 50%;
                text-align: center;
                color: #fff;
                font-size: 26px;
                margin-right: 15px;
            }

            .OrderIcon_blue {
                background: url("../img/bg_blue.png") no-repeat center;
            }

            .OrderIcon_orange {
                background: url("../img/bg_orange.png") no-repeat center;
            }

        }

        .OrderBox_bottom {
            .OrderTxt {
                font-size: 14px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            button {
                font-size: 16px;
                padding: 4px 15px;
                border-radius: 4px;
                border: 0;
                color: #fff;
            }
        }

    }

    /*************申请退款*************/

    .Input_bottom {
        border-bottom: 1px solid rgba(174, 174, 174, 0.2);
        padding: 0;
        color: #999;
        font-size: 16px;
    }

    /*************评价*************/

    .StarsTile {
        line-height: 40px;
    }

    .weui-rater a {
        color: #ddd;
        margin-left: 15px;

    }

    .weui-rater a.on,
    .weui-rater a:hover {
        color: #f77c7c !important;
    }

    /*************我的预约*************/



    .fixdTop2 {
        position: fixed;
        top: 0;
        z-index: 999;
        width: 100%;

        // width: calc(100% - 30px);
        // padding: 5px 15px 5px;
        // background-color: rgb(255, 255, 255);
        header,
        .FlNav {
            background: #fff;
            padding: 0 15px;
        }

    }

    .MarginTop42 {
        margin-top: 42%;
    }

    .Type span {
        padding: 3px 6px;
        border-radius: 20px;
        font-size: 12px;
        margin-right: 6px;
        color: #fff;
    }

    .TypeReCheck span {
        border-radius: 20px;
        font-size: 12px;
        margin-right: 1px;
        color: #fff;
    }

    .TypeIcon i {
        width: 48px;
        height: 20px;
        border-radius: 20px;
        text-align: center;
        line-height: 20px;
        color: #fff;
    }

    .Mask_bg {
        background: #000;
        height: 100%;
        opacity: 0.4;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        display: none;
    }

    .FlNav li {
        float: left;
        margin-right: 22px;
        margin-bottom: 5px;
    }

    .Search_content,
    .Search_content2 {
        padding: 0px;
        border-radius: 0 0 12px 12px;
        background: #fff;
        overflow: hidden;
    }

    .SearchButton,
    .SearchSumbit {
        border: 0;
        padding: 0;
        height: 42px;
        line-height: 42px;
        width: 100%;
        font-size: 16px;
    }

    .SearchSumbit {
        color: #fff;
    }

    .SearchButton {
        background: #f0f0f0;
    }

    /*************个人中心*************/

    .HeadPortrait {
        margin-bottom: 6px;
        margin-top: 14px;

        .Photo {
            width: 84px;
            height: 84px;
            border-radius: 100%;
            overflow: hidden;
            border: 1px solid #fff;
            margin: 0 auto;
        }

        p {
            text-align: center;
            line-height: 36px;
        }

    }

    .PerTitle {
        position: relative;
        height: 36px;
        line-height: 36px;
        text-align: center;
        color: #fc8d34;
    }

    .PerTitle:before,
    .PerTitle:after {
        position: absolute;
        background: #ccc;
        content: "";
        height: 1px;
        top: 50%;
        width: 120px;
    }


    .PerTitle:before {
        left: 10px;
    }

    .PerTitle:after {
        right: 10px;
    }

    .PerMenu {
        .weui-cells {
            margin-top: 0.8rem;
            font-size: 16px;
            margin-left: 18px;
            margin-right: 18px;
        }

        .weui-cells:before {
            border-top: 0;
        }

        .weui-cells:after {
            border-bottom: 0;
        }

        .MenuBorderBottom {
            border-bottom: 1px solid #f1f1f1;
            margin: 8px 0;
        }

        .weui-cell {
            padding: 10px 0 14px;
        }



        .weui-cell__ft {
            font-size: 15px;
        }

        .ImgStyle img {
            width: 20px;
            margin-right: 15px;
            display: block;
        }

        .weui-cell {
            border-radius: 0px !important;
            overflow: hidden;

        }

    }

    .Verification {
        border: 0;
        border-radius: 4px;
        height: 36px;
        line-height: 36px;
        color: #fff;
        background-color: #4288fd;
        padding: 0 10px;
        float: right;
    }

    .TipTxt {
        font-size: 14px;
        line-height: 24px;
        margin: 10px 0;
        color: #999;
    }

    /*************消息中心*************/

    .New_page2 {
        width: 46px;
        height: 46px;
        border-radius: 4px;
        position: relative;

        img {
            width: 100%;
        }
    }

    .weui-media-box__title span {
        float: right;
        font-size: 14px;
    }

    .weui-media-box {
        padding: 15px 0px;
    }

    .weui-media-box__hd {
        width: 46px;
        height: 46px;
        line-height: 46px;
    }

    .weui-media-box__desc {
        font-size: 14px;
    }

    .New_page2::before {
        content: " ";
        border: 4px solid #f77c7c;
        border-radius: 4px;
        position: absolute;
        z-index: 1000;
        right: 0;
        margin-top: -2px;
        margin-right: -2px;
    }

    /*************消息中心*************/
    .EssayTitle {
        font-size: 18px;
        text-align: center;
        line-height: 36px;
        font-weight: 600;
    }

    .EssayDate {
        font-size: 14px;
        text-align: center;
        color: #999;
        line-height: 20px;

        span {
            margin-left: 20px;
        }
    }

    .EssayContent {
        padding: 15px 0;
        line-height: 26px;
    }

    /*************占位符*************/
    .Place {

        .PlaceImg {
            width: 100%;

            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-align-content: center;
            align-content: center;
            margin-top: 26%;

        }

        .PlaceImg img {
            margin: 0 auto;
        }

        p {
            margin-top: 10%;
        }


    }

    .txt-style {
        font-size: 20px !important;

    }

    .txt-style-color {
        color: #28be2c !important;
    }
}