﻿body {
    padding-top: 50px;
    padding-bottom: 66px;
    overflow-y: scroll
}

#Index {
    margin-top: 76px;
}

    #Index h3 {
        margin-top: 6px;
    }

.navbar-fixed-top {
    background: #fff;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-top: 188px;*/
    padding-left: 15px;
    padding-right: 15px;
}

#fulPositionSearch .form-control {
    display: inline-block;
    padding: 0;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #0055CC;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 6%;
    padding-bottom: 10px;
    padding-top: 12px;
    height: 34px;
}

    #fulPositionSearch .form-control:focus {
        border-bottom: 1px solid #0055CC;
    }

    #fulPositionSearch .form-control[disabled] {
        color: #aaa;
        background: none;
        opacity: 1;
    }

form p {
    color: #767676;
    text-align: center;
    padding-top: 12px;
}

.numbers {
    -webkit-box-pack: justify;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.buttonGroup {
    -webkit-box-pack: justify;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 0;
}

    .buttonGroup button {
        text-align: center;
        width: 40%;
    }

        .buttonGroup button.reset {
            background: #eee;
            color: #403f3f;
            border-color: #eee;
        }

            .buttonGroup button.reset:active {
                opacity: .5
            }

    .buttonGroup .btn:focus,
    .buttonGroup .btn:active:focus,
    .buttonGroup .btn.active:focus,
    .buttonGroup .btn.focus,
    .buttonGroup .btn:active.focus,
    .buttonGroup .btn.active.focus {
        outline: none;
    }

.navbar-fixed-bottom {
    min-height: 30px;
}

#filterBar {
    background: #fff;
    padding-top: 0;
    position: relative;
}

.Arrow {
    display: block;
    width: 60px;
    background: url(/Images/Arrow.png) right 5px no-repeat;
    padding-right: 13px;
    text-align: right;
    font-weight: bold;
}

.ArrowA {
    display: inline;
    background-position: right 6px
}

.Arrow.Current, .Arrow:hover {
    color: #e54c3f !important;
}

.Arrow:hover {
    background-position: right -13px
}

.ArrowA:hover {
    background-position: right -12px
}

.filter-head-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .filter-head-table td {
        padding: 9px 2px;
        line-height: 1em;
        vertical-align: top;
        text-align: center;
    }

        .filter-head-table td:first-child {
            text-align: left;
        }

        .filter-head-table td:last-child {
            text-align: right;
        }

        .filter-head-table td a:hover {
            cursor: pointer;
            text-decoration: none;
        }
#numbersList {
    min-height: 30rem
}
#number-table td {
    padding: 8px 2px;
}

.left-nums {
    color: #767676;
    font-family: Arial;
    font-size: 14px;
    font-weight: 500;
    width: 35%;
}

.left-place {
    color: #767676;
    font-family: Arial;
    font-size: 14px;
    font-weight: 500;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 28%;
}

.left-operator {
    color: #767676;
    font-family: Arial;
    font-size: 14px;
    font-weight: 500;
    width: 20%;
}

.list-right {
    color: #e54c3f;
    font-family: Arial;
    font-size: 14px;
    font-weight: 500;
    text-align: right;
    width: 17%;
}

.num {
    background-image: url(/Images/numbers.png);
    background-repeat: no-repeat;
}

.num2 {
    background-position: center 18px;
}

.num3 {
    background-position: center -7px;
}

.num4 {
    background-position: center -32px;
}

.num5 {
    background-position: center -57px;
}

.num6 {
    background-position: center -82px;
}

.num7 {
    background-position: center -107px;
}

.num8 {
    background-position: center -132px;
}

.num9 {
    background-position: center -157px;
}

.num10 {
    background-position: center -182px;
}

.num11 {
    background-position: center -207px;
}

.text-overflow {
    display: block;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#area_select_wrapper {
    position: absolute;
    z-index: 1031;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

#provinces {
    min-width: 120px;
    background: #F1F1F1;
    height: 322px;
    overflow-y: scroll;
    overflow: auto;
    border-right-width: 0;
    z-index: 1;
    border-radius: 4px 0 0 4px;
}

    #provinces a {
        padding: 10px 30px;
        margin-right: 0;
        line-height: 1.42857143;
        border: 0;
        border-radius: 0;
        color: #000;
    }

        #provinces a:not(.UNLIMITED):after {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #ccc;
            margin-top: 5px;
            margin-right: -10px;
        }

        #provinces a.Current,
        #provinces a:hover {
            background: #FFF;
            cursor: pointer;
            text-decoration: none;
            color: #f00;
        }

            #provinces a.Current:after,
            #provinces a:hover:after {
                border-left-color: #f00;
            }

#cities {
    min-width: 120px;
    min-height: 200px;
    background: #fff;
    padding: 0 30px;
    margin-left: -1px;
    z-index: 0;
    height: 322px;
    overflow-y: scroll;
    overflow: auto;
}

    #cities div:not(.Current) {
        display: none;
    }

    #cities p {
        cursor: pointer;
        margin: 0;
        line-height: 30px;
    }

        #cities p:hover, #cities p.Current {
            color: red;
        }

.dropdown-menu {
    max-height: 322px;
    overflow-y: scroll;
    overflow: auto;
}

    .dropdown-menu > li > a.Current {
        background-color: #FFF5F5;
        color: red;
    }

    .dropdown-menu.desc {
        left: 58px;
    }

@media (max-width: 767px) {
    .dropdown-menu.desc {
        left: -90px;
    }
}

.Number, .OtherInfoTitle {
    display: inline-block;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-shadow: 1px 1px rgba(0,0,0,.3);
    width: 120px;
}

.OtherInfoTitle {
    background-color: #888;
    border-color: #888;
}


#NumberDetails td, #otherInfo td {
    padding: 3px 7px
}

    #NumberDetails td.Left, #otherInfo td.Left {
        width: 83px;
        text-align: right;
    }

        #NumberDetails td.Left:before, #otherInfo td.Left:before {
            display: block;
            content: " ";
            float: right;
            width: 0;
            height: 0;
            border-color: transparent;
            border-style: solid;
            border-width: 5px 0 5px 5px;
            border-left-color: #eee;
            margin-top: 5px;
            margin-right: -10px;
            margin-left: 5px;
        }

#details_prompts {
    color: red
}

.showGif, .showGif1 {
    text-indent: 100px;
}

.showGif, .showGif1, .showLoading, .showLoadingH {
    background: url(/Images/AjaxLoading.gif) 0 6px no-repeat;
}

.showLoading {
    background-position-x: center;
    background-position-y: 12px;
    text-align: center;
    height: 50px;
    padding: 26px;
}

.showLoadingH {
    padding-left: 106px;
}

#loadingModal, #loading {
    text-align: center;
}

    #loadingModal p, #loading p {
        padding-bottom: 10px;
    }

    #loadingModal span, #loading span {
        background: url(/Images/Loading.gif) 0px 50% no-repeat;
        padding: 6px 6px 6px 1.5em;
    }

.queryTip {
    background: url(/Images/Loading.gif) 6px 50% no-repeat;
    padding: 0px 0px 0px 25px;
}

.magnify-modal {
    box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}

.magnify-header .magnify-toolbar {
    background-color: rgba(0, 0, 0, .5);
}

.magnify-stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-width: 0;
}

.magnify-footer .magnify-toolbar {
    background-color: rgba(0, 0, 0, .5);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.magnify-header,
.magnify-footer {
    pointer-events: none;
}

.magnify-button {
    pointer-events: auto;
}

.orderLoading {
    background: url(/Images/Loading.gif) 0px 50% no-repeat;
    padding-left: 20px;
}

a.o_arrow {
    float: right;
    color: #fff;
    text-decoration: none
}

    a.o_arrow:hover {
        color: #FFF000;
        text-decoration: none
    }

.list-group-item p {
    margin: 0;
}

.Protocol1, .Protocol2, .Protocol3 {
    border: 0;
    border-bottom: 1px solid #403f3f;
    width: 110px;
    text-align: center;
    margin: 0 6px;
}

.Protocol2, .Protocol3 {
    width: 40px;
}
/*This is the div within which the signature canvas is fitted*/
#signature {
    /*border: 1px dotted black;*/
    background-color: lightgrey;
}

[hidden] {
    display: none
}


a, p, ul, ul li {
    -webkit-tap-highlight-color: transparent
}

.center {
    text-align: center
}

.indent {
    text-indent: 2em
}

input[type=file] {
    -webkit-appearance: initial;
    background-color: initial;
    cursor: default;
    align-items: baseline;
    color: inherit;
    text-align: start !important;
    padding: initial;
    border: initial;
}

input::-webkit-input-placeholder {
    color: #a4a9b0
}

input:-moz-placeholder, input::-moz-placeholder {
    color: #a4a9b0
}

input:-ms-input-placeholder {
    color: #a4a9b0
}

.fill-wrapper {
    font-family: \\5FAE\8F6F\96C5\9ED1,Helvetica,Arial,sans-serif;
    font-size: .8125rem;
    color: #505050;
    padding: 0 .625rem;
    margin-bottom: 12px;
}

    .fill-wrapper .picture {
        width: 100%;
        height: auto;
        margin-bottom: 1em
    }

        .fill-wrapper .picture .picture-wrapper {
            padding: .625rem 0;
            background-color: transparent;
            position: relative
        }

            .fill-wrapper .picture .picture-wrapper .picture-box {
                width: 100%;
                margin: 0 auto;
                position: relative
            }

                .fill-wrapper .picture .picture-wrapper .picture-box img {
                    width: 174px;
                    height: 189px;
                    display: block;
                    margin: 0 auto
                }

form div.P {
    text-indent: 2em;
    line-height: 2em;
    font-size: 1.2em;
}

ul.inputGroup {
    list-style-type: none;
    font-size: 1.2em;
    margin-bottom: 0;
    padding-inline-start: 30px;
    padding-inline-end: 30px
}

    ul.inputGroup li {
        padding: 6px 0;
    }

.popup-title {
    font-size: 16px;
    color: #333;
    height: 1.333rem;
    line-height: 1.333rem;
    text-align: center;
    margin: 1em 0 1.25em;
}

.popup-number {
    text-align: center;
    padding-bottom: 2em;
}

    .popup-number span {
        font-size: 40px;
        color: #333;
        display: inline-block;
        width: 1.2em;
        height: 1.2em;
        line-height: 1.2em;
        margin-right: .43rem;
        border: 1px solid #e1e1e1;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        text-align: center;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

.popup-content {
    font-size: 1em;
    color: #666;
    text-align: center;
    margin-bottom: 5em;
    letter-spacing: 0;
}

.cameraButton {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    font-weight: normal;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    position: absolute;
    height: 3rem;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 3rem;
    bottom: .84rem;
    width: 100%
}

.camera-input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.cameraText {
    font-size: 16px;
    color: #fff;
    width: 100%;
    height: 100%;
}

.formOnhtml2canvas {
    padding-bottom: 120px;
}

#fixButton, #fixCopyButton {
    border-radius: 0;
    bottom: 50%;
    height: 56px;
    position: fixed;
    right: 0;
    width: 56px;
    z-index: 1;
    background: url(/Images/qr.png);
    text-align: center;
    padding-top: 8px;
    cursor: pointer;
    opacity: .76;
    touch-action: none;
    z-index: 1031;
}

#fixCopyButton {
    background: url(/Images/fixCopyButton.png);
    bottom: 40%;
}

.van-dialog {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(-50%,-50%,0);
    -webkit-transition: .3s;
    backface-visibility: hidden;
    background-color: #fff;
    border-radius: .533vw;
    left: 50%;
    overflow: hidden;
    position: fixed;
    top: 50%;
    transform: translate3d(-50%,-50%,0);
    transition: .3s;
    width: 100%;
    height: 100%;
    text-align: center;
}

.home-qr {
    -ms-flex-align: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.3em;
    margin-top: 80px;
}

.clearInputButton {
    display: none;
    position: absolute;
    width: 21px;
    height: 16px;
    margin: 10px 0 0 -30px;
    background: url(/Images/DelIcon.png) no-repeat;
    outline: none;
    z-index: 999;
}

.input::-ms-clear {
    display: none;
}

.input:valid + .clearInputButton {
    display: inline;
}

.HMDTitle {
    display: inline-block;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 6px 12px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    text-shadow: 1px 1px rgba(0,0,0,.3);
    width: 120px;
}

#hmdResult {
    margin-top: 12px;
    display: none;
}

.noSignUl {
    margin-top: 12px;
    padding: 6px 0;
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.hmdContent {
    border-top: 1px solid #d43f3a;
}

.nav li a {
}

.tipInfo {
    background: url(/Images/Ask.png) no-repeat;
    padding: 0 8px;
    margin-left: 3px;
}

@keyframes shake {
    from {
        color: #000;
    }

    50% {
        color: #F00;
    }

    to {
        color: #000;
    }
}

@-webkit-keyframes shake {
    from {
        color: #000;
    }

    50% {
        color: #F00;
    }

    to {
        color: #000;
    }
}

.shakeText {
    color: #ff0;
    animation: shake 500ms infinite;
    -webkit-animation: shake 500ms infinite;
}

table.listT {
    width: 100%;
    margin-bottom: 20px;
}

    table.listT thead td {
        color: #fff;
        background-color: #337ab7;
        border-color: #337ab7;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        padding: 2px 15px;
    }

    table.listT tbody td {
        margin-bottom: -1px;
        background-color: #fff;
        padding-top: 2px;
        padding-bottom: 2px
    }

        table.listT tbody td:first-child {
            text-align: right;
            border-bottom: 1px solid #ddd;
            border-left: 1px solid #ddd;
            min-width: 80px;
            vertical-align: top;
        }

        table.listT tbody td:last-child {
            padding-right: 5px;
            text-align: left;
            border-bottom: 1px solid #ddd;
            border-right: 1px solid #ddd;
        }

.listTitle {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 2px 15px;
    border: 1px solid #337ab7
}

.copyAllSameNum {
    color: #000
}

.checkBoxGroup label {
    font-weight: normal;
    display: block;
    line-height: 10px;
}

.checkBoxGroup td {
    width: 50px;
    text-align: center
}

.colorSuccess {
    color: #009900;
}

.colorAlert {
    color: #FF0000;
}

.wxpay {
    background-image: url(/Images/wxpay.png);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 30px;
    background-position-x: 8px;
}

.alipay {
    background-image: url(/Images/alipay.png);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 30px;
    background-position-x: 8px;
}

.preA {
    display: block;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

.btn-padding {
    margin-left: 18px;
}

.queryTable {
}

    .queryTable tbody > tr > td {
        vertical-align: middle
    }

.iconQueue, .iconInQuery, .iconCompleted {
    background: url(/Images/Queue.png) center center no-repeat;
    padding: 8px;
}

.iconInQuery {
    background-image: url(/Images/load.gif);
    background-position-x: 4px;
    padding-left: 24px;
}

.iconCompleted {
    background-image: url(/Images/Completed.png)
}

.circle {
    border-radius: 50%;
    width: 1rem;
    height: 1rem;
    background: #F00;
    position: absolute;
    right: -5px;
    top: 0;
    z-index: 1;
}

.showNumber {
    width: 16px;
    height: 16px;
    color: #fff;
    text-align: center;
    line-height: 16px;
    font-size: 1rem
}

.WarnGif {
    background: url(/Images/Warn.gif) no-repeat;
    padding: 7px 8px;
}

.input-group-addon-diy {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555555;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
}


.toggleCheckBox {
    appearance: none;
    width: 64px;
    height: 32px;
    position: relative;
    border-radius: 16px;
    cursor: pointer;
    background-color: #777;
}

    .toggleCheckBox:before {
        content: "";
        position: absolute;
        width: 28px;
        height: 28px;
        background: white;
        left: 2px;
        top: 2px;
        border-radius: 50%;
        transition: left cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
    }

    .toggleCheckBox:after {
        content: "开 关";
        text-indent: 12px;
        word-spacing: 4px;
        display: inline-block;
        white-space: nowrap;
        color: white;
        font: 14px/30px monospace;
        font-weight: bold;
    }

    .toggleCheckBox:hover:before {
        box-shadow: inset 0px 0px 5px 0px black;
    }

    .toggleCheckBox:checked {
        background-color: limegreen;
    }

        .toggleCheckBox:checked:before {
            left: 34px;
        }

        .toggleCheckBox:checked:after {
            color: black;
        }


.sq-imgs {
    display: none;
    position: absolute;
    z-index: 1035;
    right: 0;
    bottom: 28px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    width: 350px;
    background: #FFF;
    padding: 0;
}

    .sq-imgs img {
        width: 97%;
        margin: 5px;
        border: 1px solid #CCC;
    }

#formatList {
    display: none;
    position: absolute;
    z-index: 1031;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    width: 100%;
    max-width: 100%;
    padding: 8px 12px;
    margin-top: -1PX;
    height: 300px;
    overflow: auto;
    box-sizing: border-box;
}

    #formatList table {
        width: 100%;
        max-width: 100%;
        height: 100%
    }

    #formatList td {
        vertical-align: top
    }

    #formatList a {
        display: block;
        padding: 3px 12px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333333;
        white-space: nowrap;
    }

        #formatList a:hover,
        #formatList a:focus {
            color: #f00;
            text-decoration: none;
            background-color: #f5f5f5;
        }

td#formatPickerWrapper.opened {
    padding: 0;
}

    td#formatPickerWrapper.opened #formatPickerWrapperPos {
        position: relative;
        width: 60px;
    }

        td#formatPickerWrapper.opened #formatPickerWrapperPos div {
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            padding: 8px;
            position: absolute;
            z-index: 1032;
            background-color: white;
            border-radius: 4px 4px 0 0;
            font-weight: bold;
        }

    td#formatPickerWrapper.opened .Arrow {
        background: url(/Images/Arrow.png) right -13px no-repeat;
        padding-right: 13px;
        color: #e54c3f !important;
        width: 51px;
    }

.formats {
    position: relative;
    display: none;
}

    .formats ul {
        position: absolute;
        z-index: 1;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        padding: 8px;
        overflow: auto;
        box-sizing: border-box;
    }

    .formats:before {
        display: block;
        content: " ";
        background: url(/Images/ArrowUp.png) no-repeat rgb(255 255 255 / 15%);
        position: absolute;
        top: -6px;
        left: 40px;
        padding: 5px;
        z-index: 2;
        margin-bottom: -10px;
    }

#captchaImg {
    margin-bottom: 2rem
}

#formatList .formats a {
    display: inline;
    padding: 3px;
}





.u-num-container {
    padding: 3px;
}

.u-num-container {
    overflow: hidden;
    position: relative;
}





    .u-num-container > a:nth-of-type(odd) .u-num {
        padding-right: 5px;
    }

    .u-num-container > a:nth-of-type(2n) .u-num {
        padding-left: 5px;
    }

.u-num {
    margin-bottom: 8px;
}


    .u-num:after {
        display: none;
    }


.u-num {
    position: relative;
}

    .u-num:after {
        border-bottom: 1px solid #e6e6e6;
        bottom: 0;
        content: " ";
        left: 0;
        position: absolute;
        right: 0;
        -webkit-transform: scaleY(.5);
        -ms-transform: scaleY(.5);
        transform: scaleY(.5);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
    }

.u-num, .u-num-container_side {
    float: left;
    width: 50%;
}


.u-num-wrapper {
    border-radius: 16px;
    box-shadow: 1px 1px 3px #d8d8d8;
}

.u-num-bg-yd .u-num-wrapper {
    background: url(/Images/bg-yd.png) 110% 90% no-repeat;
    background-color: #fff;
    background-size: 40%;
}

.u-num-bg-lt .u-num-wrapper {
    background: url(/Images/bg-lt.png) 110% 90% no-repeat;
    background-color: #fff;
    background-size: 40%;
}

.u-num-bg-dx .u-num-wrapper {
    background: url(/Images/bg-dx.png) 110% 40% no-repeat;
    background-color: #fff;
    background-size: 41%;
}

.u-num-wrapper {
    background-color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    margin: 0 0 1px;
    overflow: hidden;
    padding: 8px 0 0 8px;
    position: relative;
}

    .u-num-wrapper.Current {
        background-color: #e9e9e9;
    }

    .u-num-wrapper:after {
        border-right: 1px solid #e6e6e6;
        bottom: 0;
        content: " ";
        position: absolute;
        right: 0;
        top: 0;
        -webkit-transform: scaleX(.5);
        -ms-transform: scaleX(.5);
        transform: scaleX(.5);
        -webkit-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
    }


.u-num-hd {
    line-height: 48px;
    margin: 2px 0;
    overflow: hidden;
}

.u-num-number {
    color: #000;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    margin-left: 3px;
}

    .u-num-number .num-active {
        color: #666;
        float: left;
    }

.u-num .num-active {
    color: #666;
    float: left;
}

.u-num .num-search {
    background: #FFFF00;
}

.u-num-number .num-split {
    float: left;
    height: 48px;
    position: relative;
    width: 10px;
}

.u-num-number .num-highlight {
    color: #ff0036;
}

.u-num .num-highlight {
    color: #ff0036;
    float: left;
}

.u-num-number .num-highlight {
    color: #e4393c;
    float: left;
}

.u-num-bd {
    height: 24px;
    line-height: 24px;
    margin: 0 0 0 3px;
    overflow: hidden;
}

.u-num-opt {
    color: #bbb;
    float: left;
}

.u-num-ext {
    -ms-overflow-style: none;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
}

.u-num-type {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    color: #fff;
    float: left;
    font-size: 14px;
    line-height: 14px;
    padding: 4px;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}

.u-num-rule {
    border-radius: 5px;
    color: #aaa;
    display: inline-block;
    padding: 0 1px;
}

.u-num-ft {
    margin: 0 0 3px 3px;
    overflow: hidden;
}

.u-num-price {
    color: #ee1a1a;
    float: left;
}

.rmb {
    position: relative;
}

.u-num-precharge {
    color: #aaa;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.u-num-collect {
    display: block;
}

.u-num-collect {
    bottom: 0;
    height: 30px;
    line-height: 30px;
    padding-top: 5px;
    position: absolute;
    right: 0;
    text-align: center;
    width: 50px;
}

    .u-num-collect .glyphicon-heart-empty, .u-num-collect .glyphicon-heart {
        color: #dfdfdf;
        font-size: 20px;
    }

.u-num-number .num-split:before {
    background-color: #c8c8c8;
    content: "";
    height: 2px;
    left: 2px;
    position: absolute;
    top: 10px;
    width: 7px;
}

.u-toast {
    height: 2.4rem;
    left: 50%;
    max-width: 30rem;
    min-width: 10rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 2
}

    .u-toast.u-toast_text {
        min-width: 2.4rem;
        width: auto
    }

.u-toast-container {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 400
}

.u-toast-mask {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.u-toast-wrapper {
    background: rgba(0,0,0,.75);
    border-radius: 1rem;
    overflow: hidden;
    position: relative
}

.u-toast-icon {
    background-color: #fff;
    color: #fff;
    display: block;
    font-size: 4rem;
    font-weight: 700;
    height: 4rem;
    line-height: 1;
    margin: 1rem auto 0;
    -webkit-mask: center no-repeat;
    mask: center no-repeat;
    -webkit-mask-size: 100%;
    mask-size: 100%;
    text-align: center;
    width: 4rem
}

.u-toast_success .u-toast-icon {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.657 18.435 3 12.778l1.414-1.414 4.95 4.95L20.678 5l1.414 1.414-12.02 12.021a1 1 0 0 1-1.415 0z' fill-rule='evenodd'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.657 18.435 3 12.778l1.414-1.414 4.95 4.95L20.678 5l1.414 1.414-12.02 12.021a1 1 0 0 1-1.415 0z' fill-rule='evenodd'/%3E%3C/svg%3E")
}

.u-toast_fail .u-toast-icon {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-.763-15.864.11 7.596h1.305l.11-7.596h-1.525zm.759 10.967c.512 0 .902-.383.902-.882 0-.5-.39-.882-.902-.882a.878.878 0 0 0-.896.882c0 .499.396.882.896.882z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10-4.477 10-10 10zm-.763-15.864.11 7.596h1.305l.11-7.596h-1.525zm.759 10.967c.512 0 .902-.383.902-.882 0-.5-.39-.882-.902-.882a.878.878 0 0 0-.896.882c0 .499.396.882.896.882z'/%3E%3C/svg%3E")
}

.u-toast_loading .u-toast-icon {
    -webkit-animation: spin 1s steps(60) infinite;
    animation: spin 1s steps(60) infinite;
    background-color: transparent;
    height: .48rem;
    overflow: hidden;
    position: relative;
    width: .48rem
}

    .u-toast_loading .u-toast-icon:after, .u-toast_loading .u-toast-icon:before {
        border: .06rem solid #fff;
        box-sizing: border-box;
        content: "";
        float: left;
        height: 100%;
        width: 50%
    }

    .u-toast_loading .u-toast-icon:before {
        border-bottom-left-radius: .48rem;
        border-top-left-radius: .48rem;
        border-width: .06rem 0 .06rem .06rem;
        -webkit-mask-image: linear-gradient(180deg,#000 8%,rgba(0,0,0,.3) 95%);
        mask-image: linear-gradient(180deg,#000 8%,rgba(0,0,0,.3) 95%)
    }

    .u-toast_loading .u-toast-icon:after {
        border-bottom-right-radius: .48rem;
        border-top-right-radius: .48rem;
        border-width: .06rem .06rem .06rem 0;
        -webkit-mask-image: linear-gradient(180deg,rgba(0,0,0,0) 8%,rgba(0,0,0,.3) 95%);
        mask-image: linear-gradient(180deg,rgba(0,0,0,0) 8%,rgba(0,0,0,.3) 95%)
    }

.u-toast_loading .u-toast-icon-dot {
    background: #fff;
    border-bottom-right-radius: .06rem;
    border-top-right-radius: .06rem;
    height: .06rem;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: .06rem
}

.u-toast-content {
    color: hsla(0,0%,100%,.9);
    font-size: 2rem;
    line-height: 1.4;
    padding: 2rem;
    text-align: center
}

.u-toast_text .u-toast-content {
    padding: 2rem
}

#userBar td {
    width: 25%;
    text-align: center;
    line-height: 30px;
}

#userBar a {
    padding: 5px;
    position: relative;
}

.dropdown-menu.CheckBoxLine > li {
    padding: 0 0 0 8px;
}

    .dropdown-menu.CheckBoxLine > li > a {
        display: inline;
        padding: 3px 6px;
        clear: both;
        font-weight: 400;
        line-height: 1.5;
        color: #333333;
        white-space: nowrap;
    }

.shortcuts {
    padding-top: 1rem;
    display:flex
}
    .liuliang,
    .shengri,
    .fengshui,
    .chahmd,
    .batQuery,
	.idCard,
    .diy {
        color: #8a8a8a;
        padding-top: 35px;
        background-position: center 0;
        background-repeat: no-repeat;
        display: block;
        height: 56px;
        text-align: center
    }

.liuliang {
    background-image: url(/Images/Icons/shortcuts/liuliang.png);
}

    .liuliang:hover {
        background-image: url(/Images/Icons/shortcuts/liuliang-actived.png);
        color: #1296db
    }

.shortcuts .shengri {
    background-image: url(/Images/Icons/shortcuts/shengri.png);
}

    .shortcuts .shengri:hover, .shortcuts .shengri.actived {
        background-image: url(/Images/Icons/shortcuts/shengri-actived.png);
        color: #1296db
    }

.shortcuts .fengshui {
    background-image: url(/Images/Icons/shortcuts/fengshui.png);
}

    .shortcuts .fengshui:hover, .shortcuts .fengshui.actived {
        background-image: url(/Images/Icons/shortcuts/fengshui-actived.png);
        color: #1296db
    }

.shortcuts .chahmd {
    background-image: url(/Images/Icons/shortcuts/hmd.png);
}

    .shortcuts .chahmd:hover,.shortcuts .chahmd.actived {
        background-image: url(/Images/Icons/shortcuts/hmd-actived.png);
        color: #1296db
    }

.shortcuts .batQuery {
    background-image: url(/Images/Icons/shortcuts/bat.png);
}

    .shortcuts .batQuery:hover, .shortcuts .batQuery.actived {
        background-image: url(/Images/Icons/shortcuts/bat-actived.png);
        color: #1296db
    }

.shortcuts .diy {
    background-image: url(/Images/Icons/shortcuts/diy.png);
}

    .shortcuts .diy:hover, .shortcuts .diy.actived {
        background-image: url(/Images/Icons/shortcuts/diy-actived.png);
        color: #1296db
    }

.idCard {
    background-image: url(/Images/Icons/shortcuts/idcard.png);
}
    .idCard:hover {
        background-image: url(/Images/Icons/shortcuts/idcard-actived.png);
        color: #1296db
    }
.PremiumInput {
    width: 70px;
    display: inline;
}
    .PremiumInput.percent {
        background: url(/Images/percent.png) no-repeat;
        background-position-x: 48px;
        background-position-y:center;
        padding-right: 20px;
    }
#cqlt-container {
    margin-top: 1rem;
}
.cqlt-showMess {
    height: 21px;
    background: url(/Images/cqlt/hideicon.webp) 50% 50% no-repeat;
    margin: 18px 0;
}
.cqlt-hideMess {
    display: none;
    height: 21px;
    margin: 18px 0;
    background: url(/Images/cqlt/showicon.webp) 50% 50% no-repeat;
}
#cqlt-imgs{
    display:none;
}
.phone-number {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}