html {
    color: #000;
    background: #fff;
}

*,
:before,
:after {
    background-repeat: no-repeat;
    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: 14px "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    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;
}

button,
input {
    border: none;
    outline: none;
}

::-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;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.local {
    height: 55px;
    line-height: 55px;
    padding-left: 18px;
    background: url(../images/local.png) no-repeat 0 center;
}
.local a {
    margin: 0 5px;
}
.local span {
    color: #fe8606;
    font-weight: bold;
}
.banner {
    height: 80px;
    line-height: 80px;
    background: url(../images/apply-banner.jpg) no-repeat center;
}
.logo {
    float: left;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    margin: 10px 0 0 40px;
}
.banner p {
    float: left;
    margin-left: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.main {
    background: #fff;
    padding: 1px 30px 56px 30px;
}
.common-btn {
    display: block;
    margin: 40px auto 0 auto;
    width: 150px;
    height: 45px;
    line-height: 45px;
    background: #1d8ffb;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s;
}
.common-btn:hover {
    background: #1866b1;
}
.common-btn1 {
    width: 150px;
    height: 45px;
    line-height: 43px;
    color: #1d8ffb;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
    transition: all 0.3s;
    border: 1px solid #1d8ffb;
}
.common-btn1:hover {
    background: #c9dff3;
}
.btns {
    height: 45px;
    text-align: center;
}
.btns a {
    display: inline-block;
    margin: 0 15px;
}

.flow-title {
    height: 130px;
    text-align: center;
    padding-top: 27px;
    margin: 0 -20px;
}
.flow-title .item {
    display: inline-block;
    width: 70px;
    font-size: 16px;
    text-align: center;
    margin: 0 105px;
    color: #999999;
    position: relative;
}
.flow-title .item.cur {
    color: #666666;
}
.flow-title .item.finish {
    color: #333;
}
.flow-title .item div {
    margin: 0 auto;
    width: 46px;
    height: 46px;
    line-height: 36px;
    border: 5px solid #dedede;
    border-radius: 50%;
    font-size: 24px;
    font-weight: bold;
    color: #dcdcdc;
    margin-bottom: 10px;
}
.flow-title .item.cur div {
    border: 5px solid #1d8ffb;
    color: #45a3fc;
}
.flow-title .item.finish div {
    border: 5px solid #1d8ffb;
    background: #1d8ffb;
    color: #fff;
}
.flow-title .item + .item:after {
    position: absolute;
    content: "";
    width: 230px;
    height: 6px;
    background: #dcdcdc;
    top: 20px;
    left: 0;
    margin-left: -222px;
}
.flow-title .item + .item.finish:after,
.flow-title .item + .item.cur:after {
    background: #1d8ffb;
}

.custom-layer .layui-layer-title {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    background-color: #fff;
    border: none;
}

.custom-layer .layui-layer-setwin {
    width: 26px;
    height: 26px;
}

.custom-layer .layui-layer-setwin a {
    width: 26px;
    height: 26px;
    margin-left: 0;
    background: url("../images/icon-layerclose.png") no-repeat center;
}

.custom-layer .layui-layer-setwin .layui-layer-close2 {
    top: 0;
    right: 10px;
}

.custom-layer .layui-layer-setwin .layui-layer-close2:hover {
    background: url("../images/icon-layerclose.png") no-repeat center;
}

.custom-layer .layui-layer-btn {
    padding: 30px 0;
}

.custom-layer .layui-layer-btn a {
    width: 150px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    margin: 0;
    background-color: #228ae0;
}

.pager {
    overflow: hidden;
    padding: 0 15px;
}

.pager * {
    display: inline-block;
    text-align: center;
}

.m-pagination-page li {
    margin: 0 5px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.m-pagination-page li.active {
    border-color: #60a9ef;
    background-color: #60a9ef;
    color: #fff;
}

.m-pagination-page li a {
    padding: 0 10px;
    line-height: 24px;
}

.m-pagination-info {
    float: right;
}



.ewb-container {
    width: 1200px;
    margin: 0 auto;
}
