html,body{
    position: relative;
    width: 100%;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
div,h1{
    padding: 0;
    margin: 0;
}
.wrapper {
    background: url('bg.png') no-repeat center top;
    background-size: 100% auto;
    width: 100%;
    position: relative;
    padding-top:100px;
    max-width: 640px;
    margin: 0 auto;
}
.fwlogo {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 142px;
}
.check-content {
    border-radius: 10px !important;
    padding: 10px;
    margin: 0 15px;
    position: relative;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1);
    background:#fff url('../../FW/image/check2021/bottom_bg.png') no-repeat center bottom;
    background-size: 100% auto;
}
.check-content:before, .check-content:after{
    position: absolute;
    content: "";
    top: 100px;
    bottom: 32px;
    left: 37px;
    right: 28px;
    z-index: -1;
    box-shadow: 0 0 40px 13px #d3e3f3;
}
.check-border {
    padding-top: 20px;
    border: 1px solid #d4e0f6;
    border-radius: 10px !important;
}
.box-flex{
    display: flex;
}
.box-item{
    flex: 1;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
img {
    vertical-align: text-bottom;
    border: 0;
}
.text-center{
    text-align: center;
}
.form-group{
    padding: 10px 0 40px;
}
.btn-cla{
    border: none;
    height: 40px;
    line-height: 38px;
    font-size: 14px;
    background:#5696ee;
    color: #fff;
    margin-top: 10px;
    border-radius: 30px !important;  
    font-weight: 600;  
    width: 135px;
    letter-spacing: 2px;
    box-shadow: 0px 1px 2px 0px #b5ccfe;
}
.check_box{
    justify-content: space-around;
    align-items: center;
    padding: 0 5px;
}
.remark{
    margin: 5px 0;
    text-align: center;
    color: #6c7793;
}
.check_box input{
    width: 90%;
    border-radius: 3px !important;
    font-size: 16px;
    color: #333;
    height: 34px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #d6d6d6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-appearance: none;
    margin: auto;
}
.check_box .box-item{
    text-align: center;
}
.toastBox {
    background: none;
    position: fixed;
    top: 46%;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 6;
}
.toastBox span {
    padding: 15px 35px;
    background: rgba(0,0,0,0.7);
    font-size: 14px;
    color: #fff;
    border-radius: 5px !important;
}
.process-box{
    margin-top: 20px;
}
.process-title{
    color: #1d3152;
    font-size: 18px;
    text-align: center;
    background: url('../../FW/image/check2021/title_bg.png') no-repeat center center;
    background-size: 265px auto;
    height: 35px;
    line-height: 34px;
    margin-bottom: 20px;
}
.copyright {
    position: fixed;
    width: 100%;
    bottom:0;
    padding: 15px 0;
    text-align: center;
    color: #d4d4d4;
    font-size: 13px;
}