﻿#xy_tanChu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: none;
}

#xy_tanChu .xy_tanChuText {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: 187px;
    border-radius: 5px;
    background-color: #fff;
    text-align: center;
    padding: 50px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 20px rgba(0, 0, 0, .3);
}

#xy_tanChu .xy_tanChuText p {
    margin-bottom: 55px;
    font-size: 18px;
}

#xy_tanChu .xy_tanChuText button {
    border: none;
    width: 80px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    background: #295de0;
    cursor: pointer;
    font-size: 16px;
}

.cont {
    min-height: 300px;
    padding: 30px 0 30px;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
}

.cont h2 {
    text-align: center;
    margin-bottom: 30px;
}


/* 信件须知 start */

.xxxz_right {
    margin-bottom: 40px;
}

.xxxz_right .jumpInput {
    margin-top: 50px;
    position: relative;
}

.xxxz_right .jumpInput>div {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

.xxxz_right .jumpInput label {
    display: block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 348px;
    background: #fff;
    border: 1px solid #295de0;
    border-radius: 3px;
}

.xxxz_right .jumpInput input:checked+label::before {
    display: block;
    content: "\2714";
    text-align: center;
    font-size: 16px;
    color: #295de0;
    line-height: 16px;
}

.xxxz_right .jumpInput input {
    width: 16px;
    height: 16px;
    border: none;
    cursor: pointer;
    margin-right: 10px;
}

.xxxz_right .jumpInput span {
    font-size: 14px;
    color: #666;
}

.xxxz_right .jumpInput button {
    display: block;
    width: 115px;
    height: 48px;
    line-height: 48px;
    border: none;
    font-size: 18px;
    color: #fff;
    cursor: not-allowed;
    margin-left: 15px;
    background-color: #999;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
    border-radius: 5px;
}

.xxxz_right .jumpInput button.active1 {
    transition: .3s;
    cursor: pointer;
    background: #295de0;
}


/* 信件须知 end */