html {
    height: 100%;
}

body {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background: #f2f6ff;
    font-size: .28rem;
}

#listBox {
    overflow: auto;
}

.mescroll {
    position: fixed;
    top: 1.18rem;
    bottom: 0;
    width: 100%;
    height: auto;
}

ul {
    overflow-x: hidden;
}

#noList {
    margin-top: 2.98rem;
    padding-bottom: 3rem;
    text-align: center;
}

#noList img {
    width: 2.84rem;
    height: 2.84rem;
}

.order-box {
    position: relative;
    margin: 0 auto .2rem;
    padding-bottom: .24rem;
    width: 7rem;
    background-color: #fff;
}

.kefu {
    top: 70% !important;
}

.status-img {
    position: absolute;
    right: .16rem;
    top: 0;
    width: 1.2rem;
    height: .93rem;
    opacity: 0.6;
}

.goods-img {
    position: absolute;
    left: .41rem;
    top: .41rem;
    width: 1.69rem;
    height: 1.69rem;
    border-radius: .04rem;
}

.goods-info {
    padding-top: .4rem;
    padding-left: 2.44rem;
    top: .33rem;
    width: 4.4rem;
}

.goods-info p {
    font-family: PingFang-SC-Medium;
    font-size: .24rem;
    line-height: .35rem;
    color: #666;
}

.goods-info p:nth-child(1) {
    width: 4.5rem;
    margin-bottom: .12rem;
    font-family: PingFang-SC-Medium;
    font-weight: 700;
    font-size: .32rem;
    color: #1546a0;
}

.blue-list {
    color: #5e7ec9 !important;
}

.logo {
    margin: auto auto .3rem auto;
    background: url(../../img/continentInsurance/orderList/logo.png) no-repeat;
    background-size: 100%;
    width: 1.94rem;
    height: .6rem;
}

.order-item .tip {
    float: left;
    display: inline-block;
    width: 1.2rem;
    height: .26rem;
    text-align: justify;
    text-align-last: justify;
}

.order-item .tip:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.order-item .res {
    float: left;
    margin-left: .4rem;
}

.query-ticket {
    margin-top: .1rem;
    margin-right: .38rem;
    float: right;
    width: 1.2rem;
    height: .38rem;
    border-radius: .19rem;
    border: solid .02rem #1546a0;
    font-family: PingFang-SC-Medium;
    font-size: .24rem;
    line-height: .38rem;
    text-align: center;
    color: #1546a0;
    cursor: pointer;
}

.goods-info > p:before, .goods-info > p:after {
    display: table;
    clear: both;
    content: "";
}

.goods-info > p > span {
    float: left;
    display: inline-block;
    width: 1rem;
    height: .36rem;
    text-align: justify;
    text-align-last: justify;
    margin-right: .18rem;
}

.goods-info > p > span:after {
    content: "";
    display: inline-block;
    width: 100%;
}

/*顶部导航*/
.nav-order {
    position: fixed;
    width: 100%;
    height: .98rem;
    background-color: #d9e5ff;
    z-index: 10;
}

.nav-order ul {
    display: flex;
    width: 100%;
    height: .98rem;
}

.nav-order li {
    height: .98rem;
    line-height: .98rem;
    flex: 1;
    text-align: center;
    font-family: PingFang-SC-Medium;
    font-size: .32rem;
    color: #6f8dd1;
}

.nav-order .active {
    color: #1546a0;
}

.nav-order li span {
    width: auto;
    display: inline-block;
}

.nav-order .active span:after {
    content: '';
    display: block;
    width: .86rem;
    height: .06rem;
    margin: -.04rem auto 0;
    background-color: #1546a0;
    border-radius: .03rem;
}

.xian {
    position: absolute;
    left: 50%;
    top: .33rem;
    display: block;
    width: .02rem;
    height: .33rem;
    background-color: #6f8dd1;
}

#confirmGetGoods {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 11;
}

#confirmGetGoods .box {
    width: 5.45rem;
    height: 3.98rem;
    margin: 3.27rem auto 0;
    background-color: #ffffff;
    border-radius: .08rem;
}

.box img {
    width: 100%;
    height: 1.42rem;
}

.box p {
    width: 100%;
    line-height: 1;
    margin-top: .46rem;
    font-family: PingFang-SC-Medium;
    font-size: .34rem;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    color: #333;
}

.box div {
    margin-top: .52rem;
}

.box div span {
    display: inline-block;
    width: 2.1rem;
    height: .76rem;
    line-height: .76rem;
    text-align: center;
    font-size: .32rem;
    border-radius: .38rem;
    border: solid 1px #154ac3;
    color: #154ac3;
}

.box .cannel {
    margin-left: .52rem;
}

.box .confirm {
    margin-left: .22rem;
    color: #fff;
    background-image: linear-gradient(0deg,
    #1146c0 0%,
    #467ae7 100%);
}

.goods-info-entity {
    width: 100%;
    left: .34rem;
}

.confirm-entity-receipt {
    float: right;
    display: none;
    margin-top: .16rem;
    margin-right: .16rem;
    width: 1.9rem;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(0deg,
    #1146c0 0%,
    #467ae7 100%);
    border-radius: .35rem;
    font-size: .3rem;
}

.type-hide {
    display: none;
}

.type-show {
    display: block;
}

.goods-info.goods-info-entity {
    padding-left: 0;
}

.goods-info.goods-info-entity p {
    box-sizing: border-box;
    padding-left: .35rem;
    width: auto;
}

.goods-info.goods-info-entity p:nth-child(1) {
    width: 5.4rem;
}

