/*重复号码 所需样式  start*/
.dialog-repeat-phone {
    display: none;
    position: fixed;
    z-index: 150;
    background-color: white;
    min-height: 200px;
    top: calc(50% - 310px);
    left: calc(50% - 200px);
    font-size: 14px;
}

.dialog-repeat-phone p {
    margin: 0 0 10px;
}

.dialog-repeat-phone .dsv-main {
    position: relative;
    z-index: 100;
    background-color: white;
    border-radius: 4px;
    padding: 2rem;
    box-sizing: border-box;
    width: 450px;
}

.dialog-repeat-phone .dsv-mask {
    position: fixed;
    z-index: 15;
    top: 0;
    left: 0;
    display: inherit;
    width: 100%;
    height: 100%;
    opacity: .2;
    background: black;
}

.dialog-repeat-phone .dsv-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dialog-repeat-phone .dsv-close:before {
    color: #bbb;
}

.dialog-repeat-phone .dsv-head b {
    font-size: 16px;
}

.dialog-repeat-phone .repeat-title {
    font-weight: bold;
    font-size: 18px;
    color: #000000;
}

.dialog-repeat-phone .rpeat-phone {
    font-size: 20px;
    font-weight: bold;
    color: #FFAA5B;
    padding: 10px 0 8px 8px;
}

.dialog-repeat-phone .repeat-content {
    overflow: auto;
    min-height: 200px;
    max-height: 400px;
}

.dialog-repeat-phone .repeat-content::-webkit-scrollbar {
    display: none;
}

.dialog-repeat-phone .repeat-card {
    border: 1px solid #cccccc;
    border-radius: 4px;
    margin-bottom: 8px;
}

.dialog-repeat-phone .repeat-card .repeat-card-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.dialog-repeat-phone .repeat-card .repeat-card-item .card-label {
    width: 80px;
    text-align: right;
    color: #777777;
}

.dialog-repeat-phone .repeat-card .repeat-card-operation {
    padding: 8px;
    border-top: 1px solid #cccccc;
    text-align: center;
    background-color: #f7f9fa;
    color: rgba(0, 0, 0, 0.2);
    line-height: 33px;
    border-radius: 0 0 4px 4px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.dialog-repeat-phone .check-item {
    display: flex;
    align-items: center;
    margin: 10px 0;
    line-height: 1.8;
}

.dialog-repeat-phone .check-item .check-label {
    width: 110px;
    text-align: right;
    color: #777777;
}

.dialog-repeat-phone .repeat-flex {
    display: flex;
}

.dialog-repeat-phone .hidden {
    display: none !important;
}

.dialog-repeat-phone .repeat-padding-md {
    padding: 16px;
}

.dialog-repeat-phone .repeat-btn-spacing {
    letter-spacing: 5px;
    text-indent: 5px;
}

.dialog-repeat-phone .repeat-disabled {
    cursor: not-allowed !important;
    background: #ddd !important;
    color: white !important;
    pointer-events: none;
}


.repeat-toast-panel {
    position: fixed;
    z-index: 10002;
    background-color: rgba(0, 0, 0, 0.75);
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 5px;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    color: #FFFFFF;
}

.repeat-toast-panel > div {
    display: flex;
    align-items: center;
    min-width: 150px;
    max-width: 600px;
    box-sizing: border-box;
    padding: 14px 21px;
}

.repeat-toast-panel .isvg {
    font-size: 1.34rem;
    margin-right: 7px;
}

.dialog-repeat-phone .repeat-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 2px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dialog-repeat-phone .repeat-btn :active, .dialog-repeat-phone .repeat-btn .active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.repeat-btn-blue {
    color: #fff;
    background-color: #09b6f4;
    border-color: #09afea;
}

.repeat-btn-blue :focus, .repeat-btn-blue .focus {
    color: #fff;
    background-color: #09b2ef;
    border-color: #08abe5;
}

.repeat-btn-blue :hover {
    color: #fff;
    background-color: #09afea;
    border-color: #08a7e0;
}

.repeat-btn-blue :active, .repeat-btn-blue .active {
    color: #fff;
    background-color: #0899cd;
    border-color: #0791c3;
}

.repeat-btn-blue :active:hover, .repeat-btn-blue :active:focus, .repeat-btn-blue :active.focus, .repeat-btn-blue .active:hover, .repeat-btn-blue .active:focus, .repeat-btn-blue .active.focus {
    color: #fff;
    background-color: #0899cd;
    border-color: #0791c3;
}

.repeat-btn-blue :active, .repeat-btn-blue .active,
.open > .repeat-btn-blue .dropdown-toggle {
    background-image: none;
}

.repeat-btn-blue .disabled:hover, .repeat-btn-blue .disabled:focus, .repeat-btn-blue .disabled.focus, .repeat-btn-blue [disabled]:hover, .repeat-btn-blue [disabled]:focus, .repeat-btn-blue [disabled].focus,
fieldset[disabled] .repeat-btn-blue :hover,
fieldset[disabled] .repeat-btn-blue :focus,
fieldset[disabled] .repeat-btn-blue .focus {
    background-color: #09b6f4;
    border-color: #09afea;
}

.repeat-btn-blue .badge {
    color: #09b6f4;
    background-color: #fff;
}


.repeat-btn-red {
    color: #fff;
    background-color: #ff6566;
    border-color: #ff5b5c;
}

.repeat-btn-red :focus, .repeat-btn-red .focus {
    color: #fff;
    background-color: #ff6061;
    border-color: #ff5657;
}

.repeat-btn-red :hover {
    color: #fff;
    background-color: #ff5b5c;
    border-color: #ff5152;
}

.repeat-btn-red :active, .repeat-btn-red .active,
.open > .repeat-btn-red .dropdown-toggle {
    color: #fff;
    background-color: #ff3c3d;
    border-color: #ff3233;
}

.repeat-btn-red :active:hover, .repeat-btn-red :active:focus, .repeat-btn-red :active.focus, .repeat-btn-red .active:hover, .repeat-btn-red .active:focus, .repeat-btn-red .active.focus,
.open > .repeat-btn-red .dropdown-toggle:hover,
.open > .repeat-btn-red .dropdown-toggle:focus,
.open > .repeat-btn-red .dropdown-toggle.focus {
    color: #fff;
    background-color: #ff3c3d;
    border-color: #ff3233;
}

.repeat-btn-red :active, .repeat-btn-red .active,
.open > .repeat-btn-red .dropdown-toggle {
    background-image: none;
}

.repeat-btn-red .disabled:hover, .repeat-btn-red .disabled:focus, .repeat-btn-red .disabled.focus, .repeat-btn-red [disabled]:hover, .repeat-btn-red [disabled]:focus, .repeat-btn-red [disabled].focus,
fieldset[disabled] .repeat-btn-red :hover,
fieldset[disabled] .repeat-btn-red :focus,
fieldset[disabled] .repeat-btn-red .focus {
    background-color: #ff6566;
    border-color: #ff5b5c;
}

.repeat-btn-red .badge {
    color: #ff6566;
    background-color: #fff;
}

.repeat-btn-orange {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #efa945;
}

.repeat-btn-orange:focus, .repeat-btn-orange.focus {
    color: #fff;
    background-color: #f0ab49;
    border-color: #efa640;
}

.repeat-btn-orange:hover {
    color: #fff;
    background-color: #efa945;
    border-color: #eea43b;
}

.repeat-btn-orange:active, .repeat-btn-orange.active,
.open > .repeat-btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #ed9c28;
    border-color: #ec971f;
}

.repeat-btn-orange:active:hover, .repeat-btn-orange:active:focus, .repeat-btn-orange:active.focus, .repeat-btn-orange.active:hover, .repeat-btn-orange.active:focus, .repeat-btn-orange.active.focus,
.open > .repeat-btn-orange.dropdown-toggle:hover,
.open > .repeat-btn-orange.dropdown-toggle:focus,
.open > .repeat-btn-orange.dropdown-toggle.focus {
    color: #fff;
    background-color: #ed9c28;
    border-color: #ec971f;
}

.repeat-btn-orange:active, .repeat-btn-orange.active,
.open > .repeat-btn-orange.dropdown-toggle {
    background-image: none;
}

.repeat-btn-orange.disabled:hover, .repeat-btn-orange.disabled:focus, .repeat-btn-orange.disabled.focus, .repeat-btn-orange[disabled]:hover, .repeat-btn-orange[disabled]:focus, .repeat-btn-orange[disabled].focus,
fieldset[disabled] .repeat-btn-orange:hover,
fieldset[disabled] .repeat-btn-orange:focus,
fieldset[disabled] .repeat-btn-orange.focus {
    background-color: #f0ad4e;
    border-color: #efa945;
}

.repeat-btn-orange .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.dialog-repeat-phone .input{
    height: 36px ;
    width: 100% ;
    box-sizing: border-box;
    padding: 0 12px ;
    font-size: 14px ;
    margin-right: 14px ;
}
.dialog-repeat-phone input:focus, .dialog-repeat-phone input:hover{
    border-color: #4d9bed;
}

.dialog-repeat-phone .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.dialog-repeat-phone .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.dialog-repeat-phone .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
.dialog-repeat-phone .form-control:-ms-input-placeholder {
    color: #999; }
.dialog-repeat-phone .form-control::-webkit-input-placeholder {
    color: #999; }
.dialog-repeat-phone .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
.dialog-repeat-phone .form-control[disabled], .dialog-repeat-phone .form-control[readonly],
fieldset[disabled] .dialog-repeat-phone .form-control {
    background-color: #eee;
    opacity: 1; }
.dialog-repeat-phone .form-control[disabled],
fieldset[disabled] .dialog-repeat-phone .form-control {
    cursor: not-allowed; }


/*重复号码 所需样式  end*/
