﻿
body {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
}

header {
    position: relative;
    box-sizing: border-box;
    overflow-x: hidden;
}
/*遮蔽层*/
.load {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    bottom: 0%;
    width: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 80;
}

.load-inpUp {
    height: 200% !important;
}

#Calendarload {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 1004;
}

#LicenseShow {
    display: none;
    position: fixed;
    top: 3rem;
    width: 100%;
    height: 6rem;
    z-index: 1005;
    float: left;
}

#CalendarShow {
    display: none;
    position: fixed;
    top: 3rem;
    width: 100%;
    height: 6rem;
    z-index: 1005;
    float: left;
}
/*PickNotice*/
.PickInfoContent {
    position: absolute;
    width: 100%;
    top: 1.4rem;
    bottom: 0rem;
    overflow-y: auto;
    display: none;
}

.PickInfoItem {
    border-bottom: 1px solid #eeeeee;
}

.cricleImg {
    display: inline-block;
    width: 0.2rem;
    height: 0.3rem;
    background: url(../img/Cricle.png) no-repeat center;
    background-size: 0.2rem auto;
    float: left;
    margin: 0.1rem 0 0 0.5rem;
}

.PickInfoUp p {
    margin: 0.4rem 0.2rem 0 1rem;
    color: #707070;
    font-size: 0.38rem;
    text-align: left;
}

.PickInfoDown {
    margin: 0.2rem 0.2rem 0.1rem 1rem;
}

    .PickInfoDown p {
        font-size: 0.3rem;
        display: inline-block;
        height: 0.5rem;
        color: #999999;
        vertical-align: bottom;
    }

        .PickInfoDown p:nth-child(2) {
            float: right;
        }
/*日历控件*/
.Table_div {
    height: 6rem;
    background-color: #FFFFFF;
}

.CalTitle {
    z-index: 2000;
    width: 100%;
    height: 1rem;
    background-color: #fe5d37;
}

    .CalTitle span {
        width: 0.5rem;
        height: 1rem;
        background-size: 0.3rem auto;
    }

    .CalTitle div {
        margin-left: 0.7rem;
        margin-right: 0.6rem;
        height: 1rem;
        text-align: center;
        vertical-align: middle;
    }

    .CalTitle p {
        font-size: 0.45rem;
        color: #FFFFFF;
        padding-top: 0.2rem;
    }

.Yspan {
    display: block;
    background: url(../img/yt.png) no-repeat center;
    float: right;
    margin-right: 0.2rem;
}

.Zspan {
    display: block;
    background: url(../img/zt.png) no-repeat center;
    float: left;
    margin-left: 0.2rem;
}

.calTable {
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
}

    .calTable .first_tr {
        height: 1.2rem;
        font-size: 0.42rem;
        font-weight: 500;
    }

    .calTable .other_tr {
        height: 1rem;
        font-size: 0.4rem;
        color: #7b8392;
    }

    .calTable .onclick {
        background: url(../img/TimeCricle.png)no-repeat center;
        background-size: 0.9rem auto;
    }

.bnt {
    width: 100%;
    border: none;
    margin-top: 0.5rem;
    height: 1.2rem;
    border-radius: 0.3rem;
    background-color: #fe5d37;
    font-size: 0.4rem;
    color: #ffffff;
}

    .bnt:active {
        background-color: #d2d2d2;
    }

.bluebnt {
    background-color: #1dc2ff;
}

/*CardInfo*/
.title {
    margin-top: 0.4rem;
    margin-bottom: 0.2rem;
}

.infoImg {
    display: table-cell;
    width: 0.7rem;
    height: 0.7rem;
    background: url(../img/InfoImg.png) no-repeat center;
    background-size: 0.7rem auto;
    float: left;
    margin-left: 0.5rem;
}

.submitImg {
    background: url(../img/orderImg.png) no-repeat center;
    background-size: 0.7rem auto;
}

.infofont {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    font-size: 0.5rem;
    color: #fe5c37;
    font-weight: 700;
    padding-left: 0.1rem;
}

.div_block {
    display: -webkit-box; /* android 2.1-3.0, ios 3.2-4.3 */
    display: -webkit-flex; /* Chrome 21+ */
    display: -ms-flexbox; /* WP IE 10 */
    display: flex; /* android 4.4 */
    display: -moz-box;
    border: 1px solid;
    border-color: #d2d2d2;
    border-radius: 0.2rem;
    margin-top: 0.2rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    padding: 0.15rem 0.3rem 0.2rem 0.3rem;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-box-align: center;
}

    .div_block .name {
        width: 2.8rem;
        font-size: 0.4rem;
        color: #666666;
        font-weight: 400;
    }

    .div_block .value {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        vertical-align: middle;
        word-break: break-all;
    }

        .div_block .value input {
            width: 100%;
            vertical-align: middle;
        }

    .div_block .valuebnt {
        color: #348CD0;
        font-size: 0.4rem;
        text-decoration: none;
    }

    .div_block input {
        border: 1px solid #d2d2d2;
        width: 100%;
        height: 0.6rem;
        background-color: #EFEFEF;
        width: 3rem;
        border-radius: 0.1rem;
        border-top-width: 0.06rem;
        border-left-width: 0.06rem;
    }

        .div_block input:-webkit-input-placeholder {
            color: #333333;
        }

.redG {
    font-size: 0.38rem;
    color: red;
    margin: 0 2% 0 2%;
    vertical-align: middle;
}

.redX {
    height: 0.6rem;
    vertical-align: middle;
}


/*OrderService*/
.Orderheader {
    width: 100%;
    background-color: #ff7352;
    height: 1.4rem;
}


    .Orderheader .BackImg {
        display: table-cell;
        float: left;
        width: 0.5rem;
        height: 1.2rem;
        background: url(../img/zt.png) no-repeat center;
        background-size: 0.4rem auto;
    }

.Ordertitle {
    width: 100%;
    background-color: #fe5d37;
    height: 1rem;
    font-size: 0.54rem;
}

    .Ordertitle .dirbnt {
        float: left;
        width: 1.5rem;
        height: 1rem;
        background-color: #ff4a1f;
        border: none;
        color: #FFFFFF;
        font-size: 0.28rem;
        font-weight: 600;
    }

.dirbnt:active {
    background-color: #cccccc;
}

.Ordertitle .datediv {
    height: 1rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    text-align: center;
}

.datediv div {
    margin: 0 auto;
    width: 3.2rem;
}

.datediv .calendarImg {
    display: table-cell;
    float: left;
    width: 0.7rem;
    height: 1rem;
    background: url(../img/calendarImg.png) no-repeat center;
    background-size: 0.47rem auto;
}

.dateFont {
    display: table-cell;
    vertical-align: middle;
    height: 1.1rem;
    font-size: 0.41rem;
    color: #FFFFFF;
}

.ItemDiv {
    border-bottom: 1px solid #c9c9c9;
    height: 1.6rem;
}

    .ItemDiv .Dtime {
        width: 2.5rem;
        height: 1.6rem;
        float: left;
        vertical-align: middle;
        text-align: center;
        color: #8f8f8f;
        font-size: 0.37rem;
        font-weight: 600;
    }

        .ItemDiv .Dtime p {
            margin-top: 0.6rem;
            font-weight: 600;
        }

    .ItemDiv .DBnt button {
        width: 1.8rem;
        height: 0.8rem;
        margin-top: 0.3rem;
        border: none;
        border-radius: 0.4rem;
        background-color: #fe5d37;
        font-size: 0.37rem;
        color: #FFFFFF;
    }

    .ItemDiv .DBnt {
        width: 2.4rem;
        height: 1.6rem;
        vertical-align: middle;
        text-align: center;
        color: #8f8f8f;
        font-size: 0.36rem;
        font-weight: 600;
        float: right;
    }

.DInfo {
    padding-top: 0.34rem;
    margin-left: 2.5rem;
    margin-right: 2.4rem;
    height: 1.6rem;
    text-align: left;
    font-size: 0.36rem;
    color: #8f8f8f;
    font-weight: 600;
    margin-left: 33%;
}
/*OrderInfoDetails*/
.OrderInfoContent {
    background: url(../../Content/img/InfoDetails1.png) no-repeat center;
    background-size: 100% 100%;
    min-height: 16.5rem;
    margin: 0rem 0.2rem 0rem 0.2rem;
}

    .OrderInfoContent .title {
        text-align: center;
        font-size: 0.54rem;
        color: #FFFFFF;
        padding-top: 0.2rem;
        margin-top: 0rem;
    }

    .OrderInfoContent .Infocontent {
        margin-top: 1rem;
        color: #666666;
        font-size: 0.4rem;
        margin-left: 0.2rem;
        margin-right: 0.2rem;
    }

        .OrderInfoContent .Infocontent .InfoItem {
            display: -webkit-box; /* android 2.1-3.0, ios 3.2-4.3 */
            display: -webkit-flex; /* Chrome 21+ */
            display: -ms-flexbox; /* WP IE 10 */
            display: flex; /* android 4.4 */
            padding-bottom: 0.34rem;
            width: 100%;
            -webkit-align-items: center;
            -ms-align-items: center;
            -moz-box-align: center;
        }

.InfoItem span:nth-child(1) {
    -webkit-box-flex: 0.6;
    -webkit-flex: 0.6;
    -ms-flex: 0.6;
    flex: 0.6;
    text-align: right;
    margin-right: 0.6rem;
}

.InfoItem span:nth-child(2) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    word-break: break-all;
}
/*AccountSetting*/
.tx {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto;
    border-radius: 50%;
    /*background: url(../img/tx.png) no-repeat center;
    background-size: 2.4rem 2.4rem;*/
    margin-top: 0.7rem;
    margin-bottom: 0.7rem;
}

    .tx img {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
    }

.info_block {
    height: 1.2rem;
    border: 1px solid #d2d2d2;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    margin-bottom: 0.6rem;
}

    .info_block .Tkey {
        display: block;
        width: 1rem;
        height: 1.2rem;
        background: url(../img/wxlogo.png) no-repeat center;
        background-size: 0.7rem auto;
        float: left;
        margin-left: 0.2rem;
    }

    .info_block .Tvalue {
        display: table-cell;
        font-size: 0.38rem;
        height: 1.2rem;
        vertical-align: middle;
        color: #999999;
    }
/*侧滑*/
#popView {
    /*左侧弹出窗口的长宽、圆角、背景颜色*/
    height: 100%;
    width: 5rem;
    background-color: #FFFFFF;
    /*布局排版*/
    position: fixed;
    top: 0%;
    left: -5rem;
    /*字体设置*/
    text-align: center;
    z-index: 100;
}

.PeopleInfo {
    height: 4rem;
}

    .PeopleInfo .ptx {
        display: block;
        margin: 0 auto;
        margin-top: 0.6rem;
        width: 2rem;
        height: 2rem;
        border-radius: 5rem;
    }

    .PeopleInfo .pname {
        display: block;
        height: 0.3rem;
        margin-top: 0.2rem;
        text-align: center;
        font-size: 0.3rem;
        border-bottom: 2px dashed #e5e5e5;
        padding-bottom: 0.2rem;
    }

.popItem {
    height: 1rem;
    color: #666666;
    font-weight: 500;
    margin-bottom: 0.4rem;
}

    .popItem span {
        display: table-cell;
    }

    .popItem .Tb {
        width: 1rem;
        height: 1rem;
    }

    .popItem .Tb1 {
        background: url(../img/poplogo3.png) no-repeat center;
        background-size: 0.6rem auto;
    }

    .popItem .Tb2 {
        background: url(../img/poplogo1.png) no-repeat center;
        background-size: 0.6rem auto;
    }


    .popItem .Tb3 {
        background: url(../img/poplogo2.png) no-repeat center;
        background-size: 0.6rem auto;
    }

    .popItem .Tb4 {
        background: url(../img/poplogo4.png) no-repeat center;
        background-size: 0.7rem auto;
    }

    .popItem .Tb5 {
        background: url(../img/poplogo5.png) no-repeat center;
        background-size: 0.7rem auto;
    }

    .popItem .TbName {
        width: 3rem;
        text-align: left;
        vertical-align: middle;
        font-size: 0.45rem;
        padding-left: 0.2rem;
    }

/*SubmitOrder*/
.checkPlate {
    border: none;
    width: 1.4rem;
    height: 0.6rem;
    font-size: 0.28rem;
    border-radius: 0.1rem;
    background-color: #FF5D36;
    vertical-align: middle;
    text-align: center;
    color: #FFFFFF;
    margin-left: 2%;
}
/*MyOrder*/
.MyorderImg {
    background: url(../img/myOrderLogo.png) no-repeat center;
    background-size: 0.6rem auto;
}

.OrderInfoItem:nth-child(1) {
    border-top: 2px solid #f2f2f2;
}

.OrderInfoItem {
    background-color: #FFFFFF;
    border-bottom: 0.12rem solid #f4f4f4;
}

.massage {
    display: table-cell;
    width: 100%;
    margin-right: 7rem;
    border-right: 3px dashed #f2f2f2;
    vertical-align: middle;
    padding: 0.2rem 0 0.2rem 0;
}

    .massage div {
        margin: 0.14rem 0 0.14rem 0;
        font-size: 0.38rem;
        color: #707070;
        margin-left: 0.4rem;
        vertical-align: top;
        word-break: break-all;
    }

.OrderButton {
    display: table-cell;
    width: 5rem;
    height: 3.8rem;
    vertical-align: middle;
}

.MyorderBntD1 {
    width: 3rem;
}

.MyorderBntR {
    width: 2.4rem;
    height: 0.8rem;
    border-radius: 0.4rem;
    margin: 0 auto;
    background-color: #FF7352;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.4rem;
    color: #FFFFFF;
}

.MyorderBntB {
    background-color: #69c7ff;
}

.MyorderBntRed {
    background-color: #FF7352;
}

.MyorderBntB:active {
    background-color: #d2d2d2;
}

.OrderStatus {
    display: inline-block;
    width: 100%;
    height: 0.8rem;
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.4rem;
    color: red;
}

/*alert*/
.AlertContent {
    position: fixed;
    float: left;
    width: 100%;
    top: 0rem;
    z-index: 1005;
}

.AlertFont {
    width: 6.334rem;
    height: 4rem;
    background: url(../img/alertImg.png) no-repeat center;
    background-size: auto 4rem;
    margin: 0 auto;
    margin-top: 3.5rem;
}

.AlertFontContent {
    padding-top: 2rem;
    height: 2rem;
}

    .AlertFontContent div {
        text-align: center;
    }

.AlertTitle {
    color: #fe5d37;
    font-size: 0.5rem;
    margin-bottom: 0.3rem;
}

.AlertWord {
    color: #7a7a7a;
    font-size: 0.4rem;
}

.AlertBntContent {
    width: 6.334rem;
    margin: 0 auto;
}

.AlertBnt {
    display: table-cell;
    text-align: center;
    height: 0.8rem;
    vertical-align: middle;
    font-size: 0.38rem;
    color: #FFFFFF;
}

.AlertCancelBnt {
    width: 3.96rem;
    border-bottom-left-radius: 0.2rem;
    border-bottom: 1px solid #69c7ff;
    background-color: #69c7ff;
}

.AlertSureBnt {
    width: 3.97rem;
    border-bottom-right-radius: 0.2rem;
    border-bottom: 1px solid #fe5d37;
    background-color: #fe5d37;
}
/*辅助控件*/
/*加载控件*/
#loadshow {
    display: none;
    width: 1.8rem;
    height: 1.8rem;
    background: url(../img/loading.gif)no-repeat center;
    background-size: 1.8rem auto;
    margin: 0 auto;
    margin-top: 5rem;
    z-index: 1000;
}

.loadshowContent {
    position: fixed;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
}
/*弹窗主体*/
.NewAlertContent {
    width: 90%;
    margin: 0 auto;
    margin-top: 4rem;
    border-radius: 0.3rem;
    background-color: #FFFFFF;
}

.NewAlertHeader {
    width: 3.5rem;
    margin: 0 auto;
    padding-top: 0.3rem;
}

.AlertHeaderIcon {
    display: inline-block;
    vertical-align: bottom;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../img/AlertImg1.png)no-repeat center;
    background-size: auto 0.8rem;
}

.WarningIcon {
    background: url(../img/AlertImg3.png)no-repeat center;
    background-size: auto 0.8rem;
}

.ErrorIcon {
    background: url(../img/AlertImg3.png)no-repeat center;
    background-size: auto 0.8rem;
}

.AlertHeaderTitle {
    display: inline-block;
    height: 0.8rem;
    font-size: 0.55rem;
    margin-left: 0.1rem;
    vertical-align: bottom;
    color: #fb5830;
}

.AlertWorldDiv {
    width: 80%;
    margin: 0 auto;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: 0.42rem;
    color: #666666;
    min-height: 3rem;
    text-align: center;
}

.AlertWorldCont {
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    -webkit-box-align: center;
    display: -moz-box;
    -moz-box-orient: horizontal;
    -moz-box-pack: center;
    -moz-box-align: center;
    display: -o-box;
    -o-box-orient: horizontal;
    -o-box-pack: center;
    -o-box-align: center;
    display: -ms-box;
    -ms-box-orient: horizontal;
    -ms-box-pack: center;
    -ms-box-align: center;
    display: box;
    box-orient: horizontal;
    box-pack: center;
    box-align: center;
    min-height: 3rem;
}

.AlertButton {
    width: 6rem;
    font-size: 0.45rem;
    margin: 0 auto;
    text-align: center;
    border-radius: 1rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background-color: #ff7452;
    color: #FFFFFF;
    vertical-align: middle;
}

.confirmContent {
    margin: 0 auto;
    width: 8rem;
    padding-bottom: 0.2rem;
}

.CheckBtn {
    width: 3.9rem;
    font-size: 0.45rem;
    text-align: center;
    height: 1.2rem;
    background-color: #ff7452;
    color: #FFFFFF;
    border-radius: 0.3rem;
    line-height: 1.2rem;
}

.AlertBtn1 {
    display: inline-block;
    /*float: left;*/
}

.AlertBtn2 {
    display: inline-block;
    float: right;
    border-radius: 0.3rem;
    margin-left: 0.2rem;
}

/*new login*/
.NewLoginHeader {
    height: 2.2rem;
    background-color: #FE5F30;
}

    .NewLoginHeader img {
        height: 2.2rem;
        width: 4.6rem;
        float: left;
    }

    .NewLoginHeader div {
        height: 2.2rem;
        line-height: 2.2rem;
        font-size: 0.65rem;
        color: #FFFFFF;
        margin-left: 5rem;
        text-align: left;
    }

.NewLoginContent {
    margin: 0rem 0 0 0;
    background-color: #FFFFFF;
}

.NewLoginDiv {
    height: 1.2rem;
    margin: 1rem 0.5rem 0rem 0.5rem;
    border-bottom: 1px solid #dfdfdf;
    z-index: 1001;
}

    .NewLoginDiv div {
        display: inline-block;
    }

    .NewLoginDiv input {
        height: 0.64rem;
        border: none;
        font-size: 0.42rem;
        width: 3rem;
        vertical-align: bottom;
        color: #888787;
    }

.NewLoginFont {
    display: inline-block;
    font-size: 0.55rem;
    width: 2.3rem;
    color: #fb5830;
    vertical-align: bottom;
    margin-left: 0.2rem;
}

.AccoutImg {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
    background: url(../img/AccoutImg.png) no-repeat center;
    background-size: auto 0.8rem;
    margin-left: 0.5rem;
    vertical-align: bottom;
}

.PassIntImg {
    background: url(../img/PassIntImg.png) no-repeat center;
    background-size: auto 0.8rem;
}

.SeatImg {
    background: url(../img/seatImg.png) no-repeat center;
    background-size: auto 0.8rem;
}

.WxImg {
    background: url(../img/wxloginImg.png) no-repeat center;
    background-size: auto 0.8rem;
}

.PhoneImg {
    background: url(../img/phoneImg.png) no-repeat center;
    background-size: auto 0.8rem;
}

.TimeImg {
    background: url(../img/timeImg.png) no-repeat center;
    background-size: auto 0.8rem;
}

.emptImg {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../img/EmptyImg.png) no-repeat center;
    background-size: auto 0.6rem;
    vertical-align: bottom;
    display: none;
}

.passImg {
    float: right;
    width: 0.7rem;
    height: 0.6rem;
    margin-top: 0.2rem;
    margin-right: 0.2rem;
}

.showImg {
    background: url(../img/showImg.png) no-repeat center;
    background-size: auto 0.7rem;
}

.unshowImg {
    background: url(../img/unshowImg.png) no-repeat center;
    background-size: auto 0.7rem;
}

.productImg {
    background: url(../img/productImg.png) no-repeat center;
    background-size: auto 0.85rem;
}

.NewBnt {
    border-radius: 2rem;
    height: 1.4rem;
    margin: 0.6rem 1rem 0.8rem 1rem;
    background-color: #fb6743;
    line-height: 1.4rem;
    text-align: center;
    color: #FFFFFF;
    font-size: 0.5rem;
}

    .NewBnt:active {
        background-color: #d2d2d2;
    }

.BottomImg {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    height: 1.2rem;
    z-index: -1;
    background: url(../img/ButtomImg.png);
    background-size: auto 1.2rem;
}

.handle {
    height: 1.2rem;
    color: #666666;
    text-align: right;
    margin-top: 0.2rem;
    margin-right: 0.5rem;
    font-size: 0.39rem;
}

    .handle a {
        margin-right: 0.5rem;
        text-decoration: none;
    }

        .handle a:link {
            text-decoration: none;
            color: #666666;
        }

        .handle a:visited {
            text-decoration: none;
            color: #666666;
        }

        .handle a:hover {
            text-decoration: none;
            color: #666666;
        }

        .handle a:active {
            text-decoration: none;
            color: #666666;
        }

/*CustomerQuery*/
.GEheader {
    height: 1.4rem;
    background-color: #ff7352;
    z-index: 5;
}

.closeImg {
    height: 0.6rem;
    width: 0.6rem;
    margin-top: 0.28rem;
    margin-left: 0.2rem;
    background: url(../img/X.png) no-repeat center;
    background-size: 0.5rem auto;
    float: left;
}

.LeftImg {
    height: 1.4rem;
    width: 0.6rem;
    margin-left: 0.2rem;
    float: left;
}

.RightImg {
    height: 1.4rem;
    width: 0.6rem;
    margin-right: 0.2rem;
    background-size: 0.58rem auto;
    float: right;
}

.RightFont {
    height: 1.4rem;
    width: 1.5rem;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 0.44rem;
    line-height: 1.4rem;
}

.changeLoginImg {
    background: url(../img/changeLoginImg.png) no-repeat center;
    background-size: 0.56rem auto;
}

.goImg {
    background: url(../img/yt.png) no-repeat center;
    background-size: 0.56rem auto;
}

.backImg {
    background: url(../img/zt.png) no-repeat center;
    background-size: 0.56rem auto;
}

.trigImg {
    background: url(../img/trigImg.png) no-repeat center;
    background-size: 0.38rem auto;
}

.NavImg {
    background: url(../img/NavImg.png) no-repeat center;
    background-size: 0.56rem auto;
}

.refurImg {
    background: url(../img/refurbish.png) no-repeat center;
    background-size: 0.56rem auto;
}

.GEtitle {
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    text-align: center;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.54rem;
    margin-top: 0.03rem;
    color: #FFFFFF;
}

.ConditionFrame {
    padding:0.2rem 0.4rem 0.2rem 0.4rem;
    font-size: 0;
    letter-spacing: 0px;
    background-color:#FFFFFF;
}


.DateFrame {
    display: inline-block;
    width: 46%;
    height: 1rem;
    border: 1px solid #cccccc;
    vertical-align: bottom;
}

.Genre {
    display: inline-block;
    width: 6%;
    height: 1rem;
    font-size: 0.34rem;
    line-height: 1rem;
    color: #9A9A9A;
    text-align: center;
}

.frameL {
    margin-right: 1.3rem;
}

.ConditionBnt {
    display: inline-block;
    width: 1.2rem;
    height: 1rem;
    text-align: center;
    line-height: 1rem;
    background-color: #FF724B;
    color: #FFFFFF;
    font-size: 0.38rem;
    border-radius: 0.1rem;
    float: right;
    border: none;
}

    .ConditionBnt:active {
        background-color: #d2d2d2;
    }

.DateFrame input {
    display: inline-block;
    border: none;
    width: 75%;
    height: 1rem;
    font-size: 0.4rem;
    color: #9B9B9B;
    vertical-align: middle;
    background-color: transparent;
    text-indent: 0.2rem;
}

.DateFrame span {
    display: inline-block;
    width: 25%;
    height: 1rem;
    vertical-align: middle;
    background: url(../img/calendarImg1.png) no-repeat center;
    background-size: 0.6rem auto;
}

.MyOrderTitle {
    line-height: 1.4rem;
    font-size: 0.5rem;
    color: #fff;
    text-align: center;
    margin: 0 1.2rem 0 1.2rem;
}

    .MyOrderTitle .check {
        font-weight: 800;
        color: #FFD752;
        border-bottom: 2px solid;
    }

    .MyOrderTitle span {
        display: inline-block;
        height: 1.25rem;
        font-size: 0.5rem;
        margin: 0rem 0.15rem 0rem 0.15rem;
        font-weight: 100;
    }

/*下拉控件样式*/
.loaddiv {
    display: block;
    background-color: #f4f4f4;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    width: 100%;
    vertical-align: middle;
}

    .loaddiv span {
        display: inline-block;
        width: 0.58rem;
        height: 0.58rem;
        border-radius: 0.58rem;
        border: 3px solid #f60;
        border-bottom-color: transparent;
        -webkit-animation: rotate 1.4s infinite linear;
        animation: rotate 1.4s infinite linear;
        vertical-align: top;
        margin-top: 0.2rem;
    }

    .loaddiv p {
        display: inline-block;
        height: 0.8rem;
        vertical-align: middle;
        line-height: 0.8rem;
        color: #666666;
        margin-left: 0.1rem;
    }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.RefreshFilt {
    background-color: #FFFFFF;
    height: 1.2rem;
    color: #ffffff;
    background-color: #fe5d37;
    padding: 0rem 0.25rem 0rem 0.25rem;
    position: fixed;
    width: 100%;
    z-index: 2;
    font-size: 0.36rem;
}

    .RefreshFilt div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
    }
/*暂无信息样式*/
.NoInfoImg {
    display: block;
    width: 3.5rem;
    height: auto;
    margin: 0 auto;
    margin-top: 3rem;
}

.NoInfoFont {
    width: 4rem;
    margin: 0 auto;
    margin-top: 0.2rem;
    color: #A8A5A5;
    text-align: center;
    font-size: 0.5rem;
}
    /*.NoInfoFont p:nth-child(1) {
    text-align:center;    
}*/
    .NoInfoFont p {
        padding-bottom: 0.32rem;
        text-align: center;
    }

.scan {
    width: 5rem;
    margin: 0 auto;
}

.ScanBnt {
    height: 1.4rem;
    background-color: #FB6743;
    margin-top: 0.2rem;
    line-height: 1.4rem;
    border-radius: 2rem;
    text-align: center;
    font-size: 0.45rem;
    color: #FFFFFF;
}

.ScanImg {
    /*border:1px solid;*/
    height: 5rem;
    border-radius: 100%;
    background: url(../img/ScanImg.png) no-repeat center;
    background-size: auto 3rem;
}

.TimeFraList {
    width: 96%;
    border-bottom: 1px solid #c9c9c9;
    display: -webkit-box; /* android 2.1-3.0, ios 3.2-4.3 */
    display: -webkit-flex; /* Chrome 21+ */
    display: -ms-flexbox; /* WP IE 10 */
    display: flex; /* android 4.4 */
    display: -moz-box;
    align-items: center;
    text-align: center;
    font-weight: 500;
    padding-bottom: 0.24rem;
    padding-top: 0.24rem;
    color: #8f8f8f;
    font-size: 0.4rem;
    margin: 0rem 2% 0rem 2%;
}

.TRStauts {
    color: #FF4A1F;
}


.TimeFraList div:nth-child(1) {
    font-size: 0.37rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
}

.TimeFraList p {
    padding-bottom: 0.05rem;
    padding-top: 0.05rem;
}

.TimeFraList div:nth-child(2) {
    font-size: 0.36rem;
    -webkit-box-flex: 2;
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2;
}

.TimeFraList div:nth-child(3) {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

    .TimeFraList div:nth-child(3) button {
        width: 2rem;
        height: 0.8rem;
        border: none;
        border-radius: 0.4rem;
        background-color: #fe5d37;
        font-size: 0.37rem;
        color: #FFFFFF;
    }

.Mbnt {
    border: 1px solid;
    width: 2rem;
    height: 0.8rem;
    border-radius: 0.2rem;
    font-size: 0.32rem;
    background-color: #FB6743;
    color: #ffffff;
    float: right;
}

    .Mbnt:active {
        background-color: #cccccc;
    }

/*解绑css*/
.unbindImg {
    width: 6rem;
    height: 4rem;
    background: url(../img/unbindImg.png) no-repeat center;
    background-size: auto 6rem;
    margin: 0 auto;
    margin-top: 1.5rem;
}

.line {
    border-top: 1px solid #cccccc;
    margin: 0 0.8rem 0 0.8rem;
}

.linehihtDiv {
    text-align: center;
    margin-top: -0.25rem;
}

.linehiht {
    display: inline;
    background-color: #fff;
    color: #888787;
    text-align: center;
    font-size: 0.35rem;
    padding: 0rem 0.5rem 0 0.5rem;
}

.bindGetDiv {
    margin: 0.4rem 0 0 1.1rem;
}

    .bindGetDiv span {
        display: inline-block;
        vertical-align: middle;
        color: #8E8E8E;
        font-size: 0.35rem;
    }

        .bindGetDiv span:nth-child(1) {
            width: 0.5rem;
            height: 0.5rem;
            border-radius: 4rem;
        }

        .bindGetDiv span:nth-child(2) {
            margin-left: 0.15rem;
            font-weight: 500;
        }

        .bindGetDiv span:nth-child(3) {
            float: right;
            margin-right: 0.6rem;
        }

.tickCricle {
    background: url(../img/tickCricleimg.png) no-repeat center;
    background-size: 0.5rem auto;
}

.tickImg {
    background: url(../img/getinImg.png) no-repeat center;
    background-size: 0.5rem auto;
}

.forget-span {
    margin: 0.2rem 0.8rem 0rem 0.8rem;
    font-size: 0.3rem;
    color: #FB5830;
    text-align: right;
}

/*我的信息*/
.myInfotop {
    text-align: center;
    padding-top: 0.6rem;
}

    .myInfotop span {
        display: block;
        margin: 0 auto;
    }

        .myInfotop span:nth-child(1) {
            width: 2.4rem;
            height: 2.4rem;
            border-radius: 100%;
        }

        .myInfotop span:nth-child(2) {
            margin-top: 0.4rem;
            font-size: 0.45rem;
        }

.myInfoContent {
    margin-top: 0.6rem;
    background-color: #FFFFFF;
    border-bottom: 1px solid #D5D4D8;
    border-top: 1px solid #D5D4D8;
}

.myInfoItem {
    height: 1.5rem;
}

    .myInfoItem span:nth-child(1) {
        float: left;
        width: 1rem;
        height: 1.5rem;
        width: 1rem;
    }

    .myInfoItem span:nth-child(2) {
        display: block;
        height: 100%;
        border-bottom: 1px solid #D5D4D8;
        margin-left: 1rem;
    }

.top {
    margin-top: 2.5rem !Important;
}

.centerImg {
    height: 4rem;
    margin: auto 0;
    margin-top: 1.6rem;
}

.Red {
    color: #FF7352;
}

.Gray {
    color: #ADAAAD;
}

.centerFont {
    font-size: 0.56rem;
    text-align: center;
    word-break: break-all;
    margin-top: 0.2rem;
}

.successImg {
    background: url(../img/successImg.png) no-repeat center;
    background-size: auto 4rem;
}

.newInfoContent {
    background-color: #FFFFFF;
    margin: 0.2rem 0.2rem 0.4rem 0.2rem;
    padding-bottom: 0.2rem;
}

    .newInfoContent div {
        display: -webkit-box; /* android 2.1-3.0, ios 3.2-4.3 */
        display: -webkit-flex; /* Chrome 21+ */
        display: -ms-flexbox; /* WP IE 10 */
        display: flex; /* android 4.4 */
        display: -moz-box;
        margin-left: 0.5rem;
        color: #615E61;
        font-size: 0.42rem;
        border-bottom: 1px solid #E8E6E8;
        padding-bottom: 0.2rem;
        padding-top: 0.2rem;
        vertical-align: middle;
    }

        .newInfoContent div:nth-child(1) {
            padding-left: 0.5rem;
            margin-left: 0rem;
            font-size: 0.46rem;
            border-bottom: 1px solid #E8E6E8;
            font-weight: 400;
        }

        .newInfoContent div:nth-last-child(1) {
            border: 0px solid;
        }

    .newInfoContent span {
        word-break: break-all;
    }

        .newInfoContent span:nth-child(1) {
            /*width:3rem;*/
            -webkit-box-flex: 1;
            -webkit-flex: 1;
            -ms-flex: 1;
            flex: 1;
        }

        .newInfoContent span:nth-child(2) {
            color: #9C9A9D;
            -webkit-box-flex: 2;
            -webkit-flex: 2;
            -ms-flex: 2;
            flex: 2;
        }
/*帮助指引*/
.StateInfo p {
    padding: 0rem 0.3rem 0rem 0.3rem;
    font-size: 0.36rem;
    color: #808080;
    font-weight: 400;
    line-height: 0.65rem;
    margin-bottom: 0.2rem;
}
/*扣分界面样式*/
.kou-qm {
    text-align: right;
}

    .kou-qm img {
        width: 0.45rem;
        height: auto;
        vertical-align: middle;
    }

    .kou-qm span {
        vertical-align: middle;
        font-size: 0.36rem;
        margin: 0rem 0.5rem 0rem 0.1rem;
    }

.kou-cont {
    background-color: #FF6945;
    font-size: 0.4rem;
    color: #ffffff;
    padding-top: 0.2rem;
}

.kou-padding-top {
    padding-top: 0.2rem;
    padding-left: 0.5rem;
}

.kou-padding {
    width: 3rem;
    height: 3rem;
    margin: 0 auto;
    text-align: center;
}

.kou-padding-cricle {
    border: 3px solid;
    border-radius: 50%;
    margin-bottom: 0.2rem;
}

    .kou-padding-cricle p:nth-child(1) {
        padding-top: 0.8rem;
        padding-bottom: 0.2rem;
        font-size: 0.38rem;
    }

    .kou-padding-cricle p:nth-child(2) {
        font-size: 0.55rem;
    }

.kou-module {
    position: relative;
    color: #CECECE;
    text-align: center;
}

.kou-module-line {
    border-bottom: 1px solid #CECECE;
    margin: 0.2rem 0.4rem 0rem 0.4rem;
}

.kou-module-text {
    position: absolute;
    width: 2rem;
    left: 50%;
    margin-left: -1rem;
    top: -0.24rem;
    font-size: 0.4rem;
    z-index: 2;
    background-color: #ffffff;
}

.kou-module-list {
    position: absolute;
    top: 7.2rem;
    bottom: 0rem;
    overflow: scroll;
    width: 100%;
}

.kou-module-item {
    border-bottom: 1px solid #CECECE;
    display: -webkit-box; /* android 2.1-3.0, ios 3.2-4.3 */
    display: -webkit-flex; /* Chrome 21+ */
    display: -ms-flexbox; /* WP IE 10 */
    display: flex; /* android 4.4 */
    display: -moz-box;
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    margin: 0rem 0.4rem 0rem 0.4rem;
}

    .kou-module-item div:nth-child(1) {
        display: block;
        -webkit-box-flex: 6;
        -webkit-flex: 6;
        -ms-flex: 6;
        flex: 6;
    }

    .kou-module-item span {
        display: block;
        color: #6C6C6C;
        font-size: 0.38rem;
        padding-top: 0.05rem;
        padding-bottom: 0.05rem;
        word-break: break-all;
    }

    .kou-module-item div:nth-child(2) {
        display: -webkit-box; /* android 2.1-3.0, ios 3.2-4.3 */
        display: -webkit-flex; /* Chrome 21+ */
        display: -ms-flexbox; /* WP IE 10 */
        display: flex; /* android 4.4 */
        display: -moz-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-align-items: center;
        -ms-align-items: center;
        -moz-box-align: center;
        align-items: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -webkit-justify-content: center;
        justify-content: center;
    }

        .kou-module-item div:nth-child(2) span {
            color: #FF6945;
            font-size: 0.45rem;
        }

.kou-input {
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    background-color: #FFFFFF;
    height: 1rem;
    border-radius: 0.2rem;
    margin-right: 1.8rem;
}

.kou-input-bnt {
    height: 1rem;
    background: url(../img/Cart.png) no-repeat center;
    background-size: 0.7rem auto;
    float: right;
    width: 0.8rem;
    margin-right: 0.1rem;
}

.kou-input input {
    border: none;
    width: 95%;
    height: 100%;
    border-radius: 0.2rem;
    margin-left: 0.2rem;
}

.kou-bnt-search {
    float: right;
    width: 1.2rem;
    height: 0.8rem;
    margin-top: 0.1rem;
    margin-right: 0.4rem;
    background-color: #FF6945;
    border-radius: 0.2rem;
    line-height: 0.8rem;
    color: #FFFFFF;
    text-align: center;
    font-size: 0.4rem;
}

.indexed-list {
    font-size: 0.38rem;
    color: #747474;
    position: absolute;
    width: 100%;
    top: 2.8rem;
    bottom: 0rem;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}

.flexStyle {
    display: -webkit-box; /* android 2.1-3.0, ios 3.2-4.3 */
    display: -webkit-flex; /* Chrome 21+ */
    display: -ms-flexbox; /* WP IE 10 */
    display: flex; /* android 4.4 */
    display: -moz-box;
    -webkit-align-items: center;
    -ms-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.indexed-ltem {
    border-top: 2px solid #F4F4F4;
    border-bottom: 2px solid #F4F4F4;
    padding: 0.3rem 0.4rem 0.3rem 0.4rem;
}

.indexed-ltem-left {
    -webkit-box-flex: 4;
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    border-right: 3px dashed #F2F2F2;
}

.indexed-ltem-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .indexed-ltem-right div {
        text-align: center;
    }

        .indexed-ltem-right div:nth-child(1) {
            color: #E13A12;
            margin-bottom: 0.2rem;
        }

        .indexed-ltem-right div:nth-child(2) {
            margin: 0 0.2rem 0 0.2rem;
            border-radius: 0.4rem;
            color: #ffffff;
            background-color: #69C7FF;
            height: 0.65rem;
            line-height: 0.65rem;
        }

.grade-cont {
    margin: 1.6rem 0.5rem 0 0.5rem;
    font-size: 0.38rem;
    color: #767474;
}

.grade-padding-top {
    border-bottom: 2px solid #F4F4F4;
    position: relative;
    padding: 0.2rem 0 0.2rem 0;
}

.grade-padding-top-left {
    display: table-cell;
}

    .grade-padding-top-left img {
        width: 3.2rem;
        height: 2.5rem;
    }

.grade-padding-top-right {
    display: table-cell;
    height: 2.5rem;
    vertical-align: middle;
    padding-left: 0.6rem;
}

    .grade-padding-top-right div {
        margin-bottom: 0.1rem;
        word-break: break-all;
    }

.grade-padding-center {
    margin: 0.4rem 0rem 0 0rem;
    color: #7E7D80;
    font-size: 0.42rem;
    border-bottom: 2px solid #F4F4F4;
}

.grade-padding-center-header {
    color: #666668 !important;
    font-weight: 500;
    margin-bottom: 0.2rem;
}

.grade-padding-center-item {
    margin-bottom: 0.6rem;
    height: 0.7rem;
}

    .grade-padding-center-item div {
        display: inline-block;
    }

        .grade-padding-center-item div:nth-child(1) {
            line-height: 0.7rem;
            width: 3.2rem;
            margin-left: 0.1rem;
        }

.startScore span {
    display: inline-block;
    height: 0.7rem;
    width: 0.6rem;
    vertical-align: middle;
    line-height: 0.7rem;
    margin-left: 0.3rem;
    font-size: 0.4rem;
    text-align: right;
}

.startCheck {
    background: url(../img/StartImg1.png) center no-repeat;
    background-size: auto 0.7rem;
}

.startUnCheck {
    background: url(../img/StartImg2.png) center no-repeat;
    background-size: auto 0.7rem;
}

.grade-padding-bottom {
    margin-top: 0.4rem;
    background-color: #FBF8FB;
    border: 1px solid #DCDCDE;
    padding: 0.2rem 0.2rem 0 0.2rem;
}

    .grade-padding-bottom textarea {
        background-color: #FBF8FB;
        color: #9D9D9F;
        width: 100%;
        resize: none;
        height: 2rem;
        border: none;
    }

.grade-padding-bnt {
    background-color: #FF7352;
    border-radius: 0.2rem;
    height: 1.2rem;
    margin-top: 0.4rem;
    color: #ffffff;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.4rem;
    margin-bottom: 0.2rem;
}

.ItemContent {
    border-right: 3px dashed #f2f2f2;
    border-left: 3px dashed #f2f2f2;
}

    .ItemContent div {
        display: block;
        margin-bottom: 0.15rem;
        margin-right: 0.2rem;
        margin-left: 0.2rem;
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
        font-size: 0.38rem;
        color: #707070;
        word-break: break-all;
    }

.ItemContentP {
    background-color: #FFFFFF;
    border-bottom: 0.12rem solid #f4f4f4;
}

    .ItemContentP:nth-child(1) {
        margin-top: 0.3rem;
        border-top: 2px solid #f2f2f2;
    }

.headerLBnt {
    float: left;
}

.headerRBnt {
    float: right;
    border: 1px solid;
}

.switchBnt {
    position: relative;
    width: 1.8rem;
    height: 0.78rem;
    border-radius: 0.4rem;
    margin: 0 auto;
    /*background-color: #fe5d37;*/
    background-color: #FFFFFF;
    border: 0.05rem solid #ddd;
    font-size: 0.4rem;
}

    .switchBnt span {
        display: inline-block;
        vertical-align: middle;
        line-height: 0.8rem;
        color: #999999;
        font-size: 0.38rem;
    }

        .switchBnt span:nth-child(1) {
            position: relative;
            width: 0.8rem;
            height: 0.75rem;
            border-radius: 0.4rem;
            box-shadow: 0.2rem 0.2rem 0.1rem rgba(0,0,0,.4);
            -webkit-box-shadow: 0.02rem 0.06rem 0.14rem rgba(0,0,0,.4);
            background-color: #FFFFFF;
        }

        .switchBnt span:nth-child(2) {
            position: absolute;
            left: 0.85rem;
        }

.common-list-content {
    position: absolute;
    top: 1.4rem;
    bottom: 0rem;
    overflow-y: scroll;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}

.status1 {
    background: url(../img/label1.png) no-repeat center;
    background-size: 1.7rem auto;
}

.status2 {
    background: url(../img/label2.png) no-repeat center;
    background-size: 1.7rem auto;
}

.status3 {
    background: url(../img/label3.png) no-repeat center;
    background-size: 1.7rem auto;
}

.addImg {
    position: absolute;
    top: 0.04rem;
    right: 2%;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../img/addImg.png) no-repeat center;
    background-size: 0.5rem auto;
}

.checkbox {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
    background: url(../img/check_box_n.png) no-repeat center;
    background-size: 0.5rem auto;
}

.checkbox-check {
    background: url(../img/check_box_p.png) no-repeat center;
    background-size: 0.5rem auto;
}

.bottom-toggle {
    width: 100%;
    position: fixed;
    bottom: -0.42rem;
    background-color: #FFFFFF;
    font-size: 0.42rem;
    z-index: 1001;
    display: none;
}

.bottom-toggle-title {
    color: #767676;
    font-size: 0.39rem;
    padding: 0.4rem 0rem 0.4rem 0.6rem;
    border-bottom: 1px solid #F4F4F4;
}

.bottom-toggle-list {
    color: #313131;
}

    .bottom-toggle-list li {
        padding: 0.4rem 0rem 0.4rem 0rem;
        margin-left: 0.6rem;
        border-bottom: 1px solid #F4F4F4;
    }

    .bottom-toggle-list img {
        width: 0.68rem;
        height: auto;
        vertical-align: middle;
    }

    .bottom-toggle-list span {
        vertical-align: middle;
        margin-left: 0.2rem;
    }

.planContent {
    position: absolute;
    width: 100%;
    overflow: scroll;
    top: 3.27rem;
    bottom: 0rem;
}

.clf1 {
    width: 0.6rem;
    text-align: center;
    margin-right: 0.4rem;
}

.clf2 {
    -webkit-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    font-size: 0.34rem;
    color: #666666;
}

    .clf2 div {
        margin: 0.1rem 0 0.1rem 0;
    }

        .clf2 div:nth-child(1) span:nth-child(1) {
            margin-right: 0.4rem;
        }

        .clf2 div:nth-child(1) span:nth-child(2) {
            font-size: 0.32rem;
        }

.clf3 {
    width: 1.5rem;
}

    .clf3 span {
        display: inline-block;
        width: 1.5rem;
        height: 0.58rem;
        text-align: center;
        font-size: 0.32rem;
        border: 1px solid;
        line-height: 0.58rem;
        background-color: #FF7352;
        color: #ffffff;
        border-radius: 0.4rem;
    }

.fc {
    text-align: center;
}

    .fc img {
        width: 80%;
        height: auto;
        margin: 0.2rem 1rem 0.2rem 1rem;
    }

.SwitchTab {
    width: 100%;
    position: absolute;
    z-index: 10;
    background-color: #fda28e;
}

.rdt {
    height: 1rem;
    background-color: #ffffff;
    border-bottom: 2px solid #E8E6E8;
}

    .rdt i {
        display: inline-block;
        width: 0.6rem;
        height: 1rem;
    }

    .rdt p {
        margin: 0rem 0.6rem 0rem 0.6rem;
        height: 1rem;
        text-align: center;
        color: #5F605F;
        font-size: 0.4rem;
    }

    .rdt i:nth-child(1) {
        float: left;
    }

    .rdt i:nth-child(2) {
        float: right;
    }

    .rdt span:nth-child(2) {
        line-height: 1rem;
    }

.gzaImg {
    background: url(../img/gzarrowImg.png) center no-repeat;
    background-size: 0.5rem auto;
}

.gyaImg {
    background: url(../img/gyarrowImg.png) center no-repeat;
    background-size: 0.5rem auto;
}

.rpied {
    text-align: center;
    position: relative;
    margin: 0.4rem;
    padding-bottom: 0.4rem;
    background-color: #FFFFFF;
    border: 1px solid #EFECEF;
}

.pcan {
    width: 3.8rem;
    height: 3.8rem;
    margin: 0 auto;
    margin-top: 0.2rem;
}

    .pcan canvas {
        width: 100%;
        height: 100%;
    }

.pcount {
    position:absolute;
    width: 2.6rem;
    top:1.7rem;
    left: 50%;
    margin-left:-1.3rem;
    font-size: 0.36rem;
    color: #6E6F6E;
}

.pcImg {
    background: url(../img/pcImg.png) center no-repeat;
    background-size: 0.38rem auto;
}

.pcImg1 {
    background: url(../img/pcImg1.png) center no-repeat;
    background-size: 0.38rem auto;
}

.pcImg2 {
    background: url(../img/pcImg2.png) center no-repeat;
    background-size: 0.38rem auto;
}

.pcImg3 {
    background: url(../img/pcImg3.png) center no-repeat;
    background-size: 0.38rem auto;
}

#PieInfo {
    margin: 0.4rem 5% 0rem 5%;
}

.PieInfoItem {
    color: #5D5D5D;
    text-align: left;
    margin: 0.15rem 0rem 0.15rem 0rem;
}

    .PieInfoItem span {
        display: inline-block;
        height: 0.6rem;
        line-height: 0.6rem;
        font-size: 0.38rem;
        vertical-align: top;
    }

        .PieInfoItem span:first-child {
            width: 0.6rem;
        }

        .PieInfoItem span:last-child {
            float: right;
        }

.rdc {
    position: absolute;
    bottom: 0rem;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.rtable {
    margin: 0.4rem;
    background-color: #FFFFFF;
    border: 1px solid #EFECEF;
}

    .rtable table {
        width: 100%;
        font-size: 0.38rem;
        /*margin-left:5%*/
    }

    .rtable tr:nth-child(even) {
        background-color: #F7F7F7;
    }

    .rtable th {
        text-align: center;
        color: #E98E72;
        height: 1rem;
    }

        .rtable th:first-child {
            width: 40%;
        }

    .rtable td {
        text-align: center;
        height: 1rem;
        color: #5D5D5D;
        word-break: break-all;
        padding: 0.1rem 0rem 0.1rem 0rem;
    }

.rtred {
    color: #FC5758!important;
}

.rptl {
    padding: 0.25rem 0 0.25rem 0;
    word-break: break-all;
    font-weight: 500;
    font-size: 0.366rem;
    border-bottom: 1px solid #eeeeee;
}

    .rptl div:nth-child(1) {
        margin-left: 0.4rem;
        margin-right: 0.3rem;
    }

        .rptl div:nth-child(1) span {
            display: inline-block;
            width: 1rem;
            height: 1rem;
            vertical-align: middle;
        }

    .rptl div:nth-child(2) {
        color: #707070;
        -webkit-box-flex: 8;
        -webkit-flex: 8;
        -ms-flex: 8;
        flex: 8;
    }

        .rptl div:nth-child(2) p {
            padding: 0.05rem 0rem 0.05rem 0rem;
        }

.rptlgay {
    color: #BBA9A9;
}

.rptl div:nth-child(3) {
    color: #FFFFFF;
    font-size: 0.34rem;
    margin-right: 0.2rem;
    padding-bottom: 0.15rem;
}

    .rptl div:nth-child(3) span {
        display: block;
        width: 2rem;
        height: 0.8rem;
        vertical-align: middle;
        text-align: center;
        line-height: 0.8rem;
    }

.mrpul {
    text-align: center;
}

    .mrpul li {
        padding: 0.2rem 0rem 0.2rem 0rem;
    }

        .mrpul li:nth-child(2) {
            font-size: 0.28rem;
        }

        .mrpul li:nth-child(3) {
            font-size: 0.55rem;
            color: #FFFAAF;
            font-weight: 600;
        }

.rpmenu {
    margin: 0.2rem;
    background-color: #ffffff;
}

    .rpmenu li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 1rem 0rem 1rem 0rem;
        text-align: center;
        border: 1px solid #F0F0F0;
        color: #5D5D5D;
        font-size: 0.4rem;
    }

    .rpmenu i {
        display: block;
        width: 100%;
        height: 1rem;
        padding: 0.2rem 0rem 0.2rem 0rem;
    }

.shipImg {
    background: url(../img/shipImg.png) no-repeat center;
    background-size: 1rem auto;
}

.bookImg {
    background: url(../img/bookImg.png) no-repeat center;
    background-size: 0.8rem auto;
}

.hornImg {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background: url(../img/hornImg.png) no-repeat center;
    background-size: 0.5rem auto;
}

.calendarImg1 {
    display: inline-block;
    width: 0.8rem;
    height: 0.96rem;
    background: url(../img/calendarImg1.png) no-repeat center;
    background-size: 0.55rem auto;
    vertical-align: top;
}

.chartCont {
    margin: 0.2rem;
    background-color: #FFFFFF;
}

.chartTitle {
    font-size: 0.4rem;
    color: #5D5D5D;
    text-align: center;
    padding: 0rem 0rem 0.2rem 0rem;
}
.rtItem {
    color:#5D5D5D;
    border:3px solid #F9F9FB;
}
.rtItemT {
    margin:0 5% 0 5%;
    font-size:0.38rem;
    border-bottom:2px solid #F9F9FB;
    padding:0.2rem 0rem 0.2rem 0rem;
}
.rtItemB {
    margin:0 5% 0 5%;
    font-size:0.38rem;
}
.rtItemB div {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height:0.8rem;
    color:#E98E72;
    text-align:center;
}
.redC {
    color: #F77652;
}