﻿
body {
    background: #f8f8f8;
}

.base-title-word {
    font-size: var(--size-b3);
    font-weight: bold;
    color: var(--mr);
    text-align: center;
}

.base-title-line {
    width: 320px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .base-title-line .sp1, .base-title-line .sp3 {
        width: 130px;
        height: 2px;
        background: var(--mrlight)
    }

    .base-title-line .sp2 {
        width: 60px;
        height: 20px;
        position: relative;
    }

        .base-title-line .sp2:before {
            position: absolute;
            left: calc(50% - 10px);
            width: 20px;
            height: 20px;
            display: block;
            background: var(--mrlight);
            content: "";
            webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            transform-origin: center center;
        }

.foot-button-ry {
    height: 200px;
}

.box-shadow {
    box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, .03);
}

.newweb-head {
    height: 88px;
    min-height: 88px;
    background: linear-gradient(45deg, #014baa, #0099ff);
    color: #fff;
}

.head-logo {
    width: 70px;
    height: 70px;
    margin-left: 20px;
    margin-right: 20px;
}

.webname {
    font-size: var(--size-b2);
    color: #fff;
    font-weight: bold;
}

.button-login {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--white);
    color: var(--mr);
    text-align: center;
    line-height: 60px;
}

.button-menu {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--white);
    color: var(--mr);
    text-align: center;
    line-height: 60px;
    margin-left: 30px;
    margin-right: 20px;
}

.history-back {
    /* arrow-left */
    width: 48px;
    height: 48px;
    background: url(/images/new/arrow-left.png) center center no-repeat;
    display: block;
    margin-left: 32px;
    text-indent: -9999em;
}

.back-home {
    /* arrow-left */
    width: 48px;
    height: 48px;
    background: url(/images/icon/home.png) center center no-repeat;
    display: block;
    margin-left: 32px;
    text-indent: -9999em;
}

.history-close {
    width: 48px;
    height: 48px;
    background: url(/images/new/i-cross.png) center center no-repeat;
    background-size: 48px 48px;
    display: block;
    margin-left: 32px;
    text-indent: -9999em;
}

.head-title {
    color: rgba(255, 255, 255, 1);
    font-family: 'bold';
    font-weight: 700;
    font-size: 28px;
    line-height: 52px;
    text-align: center;
    text-transform: capitalize;
}

.head-search {
    width: 48px;
    height: 48px;
    background: url(/images/new/search.png) center center no-repeat;
    display: block;
    margin-right: 32px;
    text-indent: -9999em;
}

.head-zw {
    width: 48px;
    height: 48px;
    display: block;
    margin-right: 32px;
    text-indent: -9999em;
}

.head-item {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin: 0 18px;
}

    .head-item.atc {
        color: rgba(0, 153, 255, 1);
    }




.pdbox-header {
    background: var(--mr);
}


#payment-modal .pay-btn {
    background: var(--green);
    color: #fff;
    font-size: var(--size);
}

.serviceHtml {
    font-size: var(--size);
    line-height: 1.6;
    background: #fff;
    /*        border-radius: 0 0 calc(20px) calc(20px);*/
}

    .serviceHtml .item {
        padding-bottom: 20px;
    }

    .serviceHtml .ll {
        min-width: 40px;
    }

    .serviceHtml .mm {
        padding-left: 40px;
        min-width: 80px;
    }

    .serviceHtml .rr {
        flex-grow: 1;
        word-wrap: break-word;
    }
