html, body, div, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #333;
}

ul, ol {
    list-style: none;
}

img {
    border: none;
}

.app {
    width: 100%;
}

.real_name_authentication1 {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 500;
    width: 369px;
    height: 483px;
    margin-left: -184.5px;
    margin-top: -241.5px;
    background: url(../images/smrz.png) no-repeat;
    /* background-size: cover; */
}

.real_name_authentication2 {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 500;
    width: 369px;
    height: 483px;
    margin-left: -184.5px;
    margin-top: -241.5px;
    background: url(../images/smrz2.png) no-repeat;
    /* background-size: cover; */
}

.real_name_authentication3 {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 500;
    width: 369px;
    height: 483px;
    margin-left: -184.5px;
    margin-top: -241.5px;
    background: url(../images/smrz3.png) no-repeat;
    /* background-size: cover; */
}

.rz_name {
    width: 254px;
    margin: 0 auto;
    margin-top: 300px;
    *padding-top: 300px;
    height: 25px;
    position: relative;
}

.rz_name_text {
    position: absolute;
    left: 0px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #adadad;
}

.rz_name_input {
    position: absolute;
    right: 0px;
    width: 194px;
    height: 25px;
    line-height: 24px;
    border: none;
    font-size: 18px !important;
    border-bottom: 1px solid #f2f2f2;
    outline: none;
}

.rz_code {
    width: 254px;
    margin: 0 auto;
    margin-top: 20px;
    height: 25px;
    position: relative;
    zoom: 1
}

.rz_code_text {
    position: absolute;
    left: 0px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    color: #adadad;
}

.rz_code_input {
    position: absolute;
    right: 0px;
    width: 194px;
    height: 25px;
    line-height: 24px;
    border: none;
    font-size: 17px !important;
    border-bottom: 1px solid #f2f2f2;
    outline: none;
}

.rz_error {
    position: absolute;
    line-height: 30px;
    top: 260px;
    left: 118px;
    color: red;
    font-size: 12px;
}

.now_authentication {
    position: relative;
    width: 232px;
    height: 44px;
    margin: 0 auto;
    margin-top: 30px;
    background: #dfe5ea;
    color: white;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    border-radius: 3px;
}

.app .btn_box {
    width: 232px;
    height: 44px;
    margin: 0 auto;
    margin-top: 30px;
    position: relative;
}

.rz_close {
    width: 36px;
    height: 36px;
    background: url(../images/close.png) no-repeat;
    background-size: cover;
    margin: 0 auto;
    margin-top: 60px;
    cursor: pointer;
}

.pop-mask-fcm {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 400;
}
.demo_app{
    position: fixed; z-index: 500; display: block
}
.authentication {
    height: 44px;
    line-height: 44px;
    width: 100px;
    border: 1px solid #c7d2db;
    font-size: 14px !important;
    display: inline-block;
    position: absolute;
    text-align: center;
    color: #c7d2db;
    border-radius: 3px;
    left: 63px;
}

.once_play {
    height: 44px;
    width: 100px;
    line-height: 44px;
    border: 1px solid #c7d2db;
    color: #c7d2db;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    right: 0px;
    text-align: center;
    border-radius: 3px;
}

.demo_app .active {
    background: #0dacff;
    color: white;
}

.demo_app .submitting {
    background: #999;
    color: white;
}

.btn_box span {
    cursor: pointer;
    display: block !important;
}

.rz_close1 {
    width: 32px;
    height: 32px;
    background: url(../images/close1.png) no-repeat;
    background-size: cover;
    /* margin: 0 auto; */
    /* margin-top: 60px; */
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}
