html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    padding: 0;
    margin: 0;
    outline: 0;
    font-family: "Helvetica Neue For Number", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
    word-wrap: break-word;
}

html,
body {
    width: 100%;
    height: 100%;
    background: rgb(254,254,254);
}

body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

a {
    text-decoration: none !important;
    ;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a: hover,
a: visited,
a: active,
a: link {
    text-decoration: none !important;
    ;
}

ul,
ol {
    list-style-type: none;
}

textarea {
    resize: none;
}

input,
button,
textarea {
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 225, 225, 0);
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
}


.wrap {
    width: 100%;
    min-width: 1080px;
}

.con {
    width: 1080px;
    margin: 0 auto;
    height: 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clr:after {
    content: "";
    display: table;
    clear: both
}

.clr {
    *zoom: 1;
}

.input_error_style {
    border-color: #ff4d4f !important;
}

.input_error_text.text-muted {
    color: #ff4d4f !important;
}

.warning_wrap {
    position: fixed;
    z-index: 100000000;
    top: 80px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.warning_contain {
    padding: 9px;
    min-width: 320px;
    background:#4C4C4C;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    margin-bottom: 10px;
}

.warning_contain img {
    width: 22px;
    display: block;
    float: left;
    margin-right: 7px;
}

.warning_text {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    float: left;
    max-width: 500px;
    word-break: break-all;
}

.warning_hide {
    display: none;
}

.warning_contain .btn-close{
    float:right;
    width: 12px;
    height: 12px;
    font-size: 8px;
    outline:none;
    background:transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    margin-top: 5px;
}

.public_page_wrap{
    text-align: left;
    color: #ccc;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
}

.public_page_wrap a{
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin: 0 5px;
    border-radius: 6px;
    vertical-align: middle;
    font-size:12px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(72,76,87,1);
    border-radius:4px;
    border:1px solid rgba(233,233,233,1);
    cursor: pointer;
    transition: .3s;

}

.public_page_wrap a:hover{
    text-decoration: none;
}

.public_page_wrap span.current{
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin: 0 5px;
    color: #fff;
    background-color: rgba(57, 123, 255, 1);
    border: 1px solid rgba(57, 123, 255, 1);
    border-radius: 6px;
    vertical-align: middle;
    font-size: 12px;
}

.public_page_wrap span.disabled{
    display: inline-block;
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin: 0 5px;
    color: #333;
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 1);
    border-radius: 4px;
    vertical-align: middle;
    font-size: 12px;
}

.public_page_wrap .nextPage,
.public_page_wrap .prevPage {
    font-size: 17px;
    cursor: pointer;
    line-height: 28px;
}
.public_page_wrap span.disabled{
    line-height: 28px;
}
.public_page_wrap .nextPage img,
.public_page_wrap .prevPage img,
.public_page_wrap span.disabled img{
    width: 8px;
}

.public_table_wrap {
    width: 100%;
    margin-top: 14px;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #606266;
    line-height: 20px;
    letter-spacing: 1px;
    /*table-layout: fixed;*/
}

.public_table_title {
    height: 52px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
}

.public_table_title th {
    text-align: center;
    white-space:nowrap;
    color:rgb(48,135,220);
}

.public_table_con {
    height: 30px;
    border-bottom: 1px solid #f9f9f9;
}

.public_table_con td {
    text-align: center;
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color:rgb(0,20,72);
    padding: 5px;
    white-space:nowrap;
}

/*.page_models .in{
    display: flex !important;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}


.modal-dialog,.modal-dialog{
    width: 620px;
    max-width: 620px;
}

.modal-header,.modal-header{
    border-bottom: none;
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 18px;
    padding: 0;
    z-index: 8;
}*/

/*.modal-body,.modal-body {
    padding: 30px;
}*/

.form-group {
    margin-bottom: 25px;
}

.sms-form-group{
    display: flex;
}

.sms-form-group>div{
    width: 100%;
}

.public_send_sms{
    width: 100px;
    padding: 5px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #A09B94;
    margin-left: 20px;
    background: #232026;
    color:#fff;
}

.form-group input::placeholder {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #A09B94;
}

.form-control {
    width: 100%;
    padding: 16px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #A09B94;
}

.public_modal_submit {
    width: 100%;
    height: 56px;
    background: #232026;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.model_form{
    display: flex;
    flex-direction:column;
    margin-top: 20px;
}

.checked_block{
    display: block !important;
}

.model_info{
    display: flex;
    justify-content:space-between;
    margin-bottom: 20px;
}
.model_info_text{
    margin-bottom: 20px;
}