/* *弹出层*/

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16.5rem;
    height: 18.75rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: white;
    z-index: 1002;
    /* overflow: auto; */
    border-radius: 10px;
}

.white_content .close_box img {
    width: .938rem;
}

.white_content .close_box .closeSize {
    padding: 10px 20px;
    float: right;
}

.white_content .xly_success_box {
    text-align: center;
}

.white_content .xly_success_box h2 {
    font-size: 0.938rem;
    font-weight: normal;
    padding: 0 22px 15px;
    text-align: left;
}

.white_content .xly_success_box .box1 {
    width: 13.125rem;
    border: 1px solid #ccc;
    margin: 0 auto;
    border-radius: .313rem;
}

.white_content .xly_success_box .box2 {
    border: 1px solid #ccc;
    width: 7.188rem;
    /* height: 2.5rem; */
    border-radius: .313rem;
}

.white_content .xly_success_box input {
    width: 11.25rem;
    height: 2.4rem;
    padding-left: .3125rem;
    outline: none;
    font-size: .938rem;
    border: none;
}

.white_content .xly_success_box label {
    height: 2.813rem;
    width: 13.125rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: .625rem;
}

.white_content .xly_success_box label .input {
    width: 5.625rem;
}

.white_content .xly_success_box label .yzm_btn input {
    display: inline-block;
    width: 5.313rem;
    height: 100%;
    line-height: 2.813rem;
    font-size: .938rem;
    background-color: #06c68b;
    color: #fff;
    border-radius: .313rem;
    padding-left: 0px;
}


/* 分享弹出页面 */

/* .bg_img {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
}

.bg_img .bg_img_box {
    height: 100%;
}

.bg_img .bg_img_box img {
    width: 100%;
    height: 100%;
}  */
.btn {
    margin-top: 1.563rem;
    color: #06c68b;
}

.btn a {
    padding: .625rem 4.219rem;
    background-color: #06c68b;
    color: #fff;
    border-radius: .313rem;
    font-size: 0.939rem;
}
.red{
    color: red;
}