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/1.231 "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;
}

::-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;
}


.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.title_1 b,
.sug_txt_1 b {
    color: #bf0c0d;
}

.sug_txt_1 td {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    vertical-align: middle;
    padding: 10px 0 5px 0;
}

input,
select,
textarea {
    font-size: 14px;
    vertical-align: middle;
}

input,
button,
textarea,
fieldset,
img {
    border: 0 none;
}

img {
    vertical-align: bottom;
}


.ewb-submit {
    display: block;
    width: 90px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #d2d2d2;
    background: #007ad8;
    color: white;
    text-decoration: none;
    font-size: 16px;
    z-index: 0;
}

.ewb-reset {
    display: block;
    width: 90px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border: 1px solid #9f9f9f;
    background: #9f9f9f;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    z-index: 0;
}


.container{
    width: 1240px;
    margin: 0 auto;
}

.box{
    box-shadow: 0px 3px 18px 0px rgb(115 113 113 / 12%);
}

.main{
    padding: 32px 32px 40px 32px;
}


.modal-auth {
    height: 370px;
    width: 800px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -185px;
    margin-left: -400px;
    background-color: #fff;
    z-index: 99999;
    padding: 40px;
    box-sizing: border-box;
}
.modal-auth * {
    box-sizing: border-box;
}
.modal-auth .title {
    margin-bottom: 40px;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
.modal-auth .close {
    font-family: mailbox;
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 22px;
    color: #bdbdbd;
    cursor: pointer;
}
.modal-auth .step-box {
    margin-bottom: 30px;
    overflow: hidden;
}
.modal-auth .step-box .step {
    overflow: hidden;
}
.modal-auth .step-box .tip-text {
    float: left;
    width: 727px;
    height: 120px;
    text-indent: 4em;
}
.modal-auth .step-box .tip-text p {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: bold;
    float: left;
}
.modal-auth .step-box .tip-text .status {
    float: left;
    width: 70px;
    height: 35px;
    padding: 5px;
    text-align: center;
    line-height: 25px;
    color: #fff;
    margin-left: 15px;
    background: #bdbdbd;
    margin-top: 2.5px;
}
.modal-auth .step-box .tip-text .status.complete {
    background: #60b775;
}
.modal-auth .step-box .btn {
    float: right;
    padding: 0 50px;
    border-radius: 0;
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    background-color: #4489ca;
    color: #fff;
}
.modal-auth .step-box .btn.disabled {
    background-color: #bdbdbd;
    cursor: not-allowed;
}
.modal-auth .step-box .img-box {
    margin-top: 20px;
    height: 180px;
}
.modal-auth .step-box .img-box img {
    height: 180px;
}
.modal-auth .btn-group {
    text-align: center;
    padding-top: 10px;
}
.modal-auth .btn-group .btn {
    width: 300px;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 0;
}
.modal-auth .btn-group .btn.disabled {
    background-color: #bdbdbd;
    margin: auto;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 88888;
    background-color: rgba(0, 0, 0, 0.6);
}