﻿.bi_item .selectsim {
    background: #f2f2f2 url(../images/iconxl.png) no-repeat 98% center;
    line-height: 40px;
    font-size: 16px;
    height: 45px;
    width: 100%;
    border-radius: 10px;
    border: 0;
    box-sizing: border-box;
    padding: 0 10px;
    border: 1px solid #f2f2f2;
}
.error .selectsim {
    border-color: #f00;
}
b.red_text {
    font-size: 12px;
    color: #FF6666;
    margin-left: 10px;
}
.next button {
    border: 0;
}
#formdiv .eature {
    display: none;
}

#formdiv .condenter {
    display: block;
}
.searchBox {
    position: absolute;
    left: 0;
    top: 79px;
    width: 99.7%;
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #d5d5d5;
    background: #fff;
    border-radius: 0 0 4px 4px;
    z-index: 40;
    box-shadow: 2px 2px 8px #666;
    display: none;
}

    .searchBox::-webkit-scrollbar {
        width: 2px;
        height: 10px;
        background-color: #F5F5F5;
    }

    .searchBox::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(100,100,100,0.3);
        -webkit-box-shadow: inset 0 0 6px rgba(100,100,100,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .searchBox::-webkit-scrollbar-thumb {
        border-radius: 10px;
        box-shadow: inset 0 0 6px rgba(204,204,204,.3);
        -webkit-box-shadow: inset 0 0 6px rgba(204,204,204,.3);
        background-color: #555;
    }

    .searchBox p {
        border-bottom: 1px solid #d5d5d5;
        padding: 10px 0;
        line-height: 30px;
        margin-bottom: 0;
        padding: 10px;
        box-sizing: border-box;
        cursor: pointer;
    }

        .searchBox p:last-child {
            border-bottom: none;
        }
.py_item img{}

.uc_items dl p {
    display: inline-block;
    margin: 0;
    text-align: left;
    line-height: 20px;
    word-wrap: break-word;
    vertical-align: top;
    word-break: break-all;
}
.uc_tab .buttonlanse {
    display: inline-block;
    width: 118px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    background: #1a9fff;
    color: #fff;
}
.uc_tab .buttonlanse a:hover {
    color: #fff;
}


.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

    .pagination > li {
        display: inline
    }

        .pagination > li > a, .pagination > li > span {
            position: relative;
            float: left;
            padding: 6px 12px;
            margin-left: -1px;
            line-height: 1.42857143;
            color: #337ab7;
            text-decoration: none;
            background-color: #fff;
            border: 1px solid #ddd
        }

            .pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
                z-index: 2;
                color: #23527c;
                background-color: #eee;
                border-color: #ddd
            }

        .pagination > li:first-child > a, .pagination > li:first-child > span {
            margin-left: 0;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px
        }

        .pagination > li:last-child > a, .pagination > li:last-child > span {
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px
        }

    .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7
    }

    .pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
        color: #777;
        cursor: not-allowed;
        background-color: #fff;
        border-color: #ddd
    }

.pagination-lg > li > a, .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}

.pagination-sm > li > a, .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd
}

.signup_panel {
    padding-right: 15px;
    text-align: left;
    height: calc(100vh - 165px);
    max-height: calc(100vh - 165px);
    overflow-x: hidden;
    overflow-y: auto;
}

/* 针对缺省样式 (必须的) #ms为选择器*/
.signup_panel::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}
/* 滚动条的滑轨背景颜色 */
.signup_panel::-webkit-scrollbar-track {
    background-color: #eee;
    border-radius: 3px;
}
/* 滑块颜色 */
.signup_panel::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}
/*内层轨道的颜色*/
.signup_panel::-webkit-scrollbar-track-piece {
    background-color: #eee;
    border-radius: 3px;
}
/* 滑轨两头的监听按钮颜色 */
.signup_panel::-webkit-scrollbar-button {
    background-color: #eee;
    width: 0;
    height: 0;
}
/* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.signup_panel::-webkit-scrollbar-corner {
    background-color: #eee;
}

.safety_payTwo li {
    width: 31.2%;
    float: left;
    font-size: 18px;
    position: relative;
    margin-right: 3%;
    box-sizing: border-box;
}
button{
    cursor:pointer;
}
[v-cloak] {
    display: none;
} 

/* 表单搜索框的样式*/

.lc-search {
    display: inline-block;
    margin: 0px;
}

    .lc-search > ul > li {
        list-style: none;
        margin-bottom: 10px;
        margin-right: 40px;
        width: 300px;
        display: inline-block;
        float: left;
        height: 54px;
    }

        .lc-search > ul > li label {
            text-align: left;
            width: 100%;
            margin-bottom: 0px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inline-block;
            max-width: 100%;
            margin-bottom: 5px;
            font-weight: 700;
        }

        .lc-search > ul > li input {
            width: 100%;
            box-shadow: initial;
            display: initial;
        }

        .lc-search > ul > li select {
            width: 100%;
        }

        .lc-search > ul > li .el-select {
            width: 100%;
        }

        .lc-search > ul > li .chosen-container {
            width: 100%;
        }

            .lc-search > ul > li .chosen-container .chosen-results {
                width: calc(100% - 4px);
            }
    .lc-search .input-control {
        -webkit-text-size-adjust: 100%;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        list-style: none;
        box-sizing: border-box;
        margin: 0;
        font: inherit;
        font-family: inherit;
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
        border-color: #E5E6E7;
        width: 100%;
        box-shadow: initial;
        display: initial;
    }
.lc-search .btn {
    margin-bottom: 10px;
    margin-right: 40px;
    display: inline-block;
    float: left;
}
.btn-success {
    margin: .3125em;
    padding: .625em 2em;
    box-shadow: none;
    font-weight: 500;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #337ab7;
    color: #fff;
    font-size: 1.0625em;
    display: inline-block;
    border-left-color: rgb(48, 133, 214);
    border-right-color: rgb(48, 133, 214);
}

    .btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
        background-color: #1a7bb9;
        border-color: #1a7bb9;
        color: #FFF
    }

    .btn-success.active, .btn-success:active, .open .dropdown-toggle.btn-success {
        background-image: none;
    }

        .btn-success.active[disabled], .btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
            background-color: #1f90d8;
            border-color: #1f90d8
        }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            background-color: #1f90d8;
            border-color: #1f90d8
        }