html {
    color: #000;
    background: #fff;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
    cursor: pointer;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

body {
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

select,
input,
button,
textarea {
    font-family: inherit;
    font-size: 99%;
    line-height: inherit;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}


/* 弹框样式修改 */

.layer-expert {
    border: 1px solid #fff;
}

.layer-expert .layui-layer-setwin {
    top: 17px;
    right: 17px;
}

.layer-expert .layui-layer-title {
    height: 51px;
    padding-left: 15px;
    line-height: 51px;
    color: #fff;
    font-size: 18px;
    background: linear-gradient( 270deg, #299BEB 0%, #0080DA 100%);
}

.layer-expert .layui-layer-setwin a {
    background: url("../images/close_icon.png") no-repeat;
    background-position: center;
}

.layer-expert .layui-layer-btn {
    padding-bottom: 23px;
    text-align: center;
}

.layer-expert .layui-layer-btn a {
    width: 100px;
    height: 40px;
    margin: 0;
    line-height: 40px;
    font-size: 16px;
    background: linear-gradient( 0deg, #3F9EFF 0%, #1576DA 100%), #FFFFFF;
    border-radius: 32px;
    border: none;
}

.layer-expert.layui-layer-dialog .layui-layer-content {
    padding: 33px 0 0 62px;
    height: calc(100% - 63px - 51px)!important;
    line-height: 33px;
    font-size: 16px;
    color: #333333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.layer-expert.layui-layer-dialog .layui-layer-content .layui-layer-ico {
    width: 33px;
    height: 33px;
    top: 33px;
    left: 19px;
    background: url("../images/tip_icon.png") no-repeat;
}