html, body {
    font-size: 16px;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    height: auto!important;
    background-image: none!important;
    background-color: #e6e5da !important;
    cursor: default!important;
    overflow-x: hidden;
    /*user-select: none;*/
    overflow-y:scroll;
}

main.gen {
    background-image: url("../images/gen/bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    /*overflow: hidden;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.gen-initial--font {
    margin: 10px 0 0;
    font-size: 14px;
    text-align: center;
}

.gen-circle {
    background-image: url("../images/gen/bg_circle.jpg") !important;
}

.gen-stamp-container {
    position: relative;
    width: 900px;
    margin: 50px 0;
}

.gen-stamp-box {
    margin: auto;
    position: relative;
    width: 300px;
    height: 300px;
    text-align: center;
    line-height: 1;
    font-size: 0;
    color: white;
    background-image: url("../images/gen/gen_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap-reverse;
    flex-direction: column;
}

.gen-circle .gen-stamp-box {
    background-image: url("../images/gen/gen_bg_circle.png");
    width: 300px;
    height: 300px;
    padding: 0;
    font-size: 0;
}

/*=============== 方形 1个 ================*/
.gen-stamp-box.gen-text-count-1 .stamp-item {
    font-size: 260px !important;
}

/*=============== 方形 2个 ================*/
.gen-stamp-box.gen-text-count-2 {
    width: 150px !important;
}

.gen-stamp-box.gen-text-count-2 .stamp-item {
    font-size: 135px !important;
}

/*=============== 方形 3个 ================*/
.gen-stamp-box.gen-text-count-3 .stamp-item:nth-child(1),
.gen-stamp-box.gen-text-count-3 .stamp-item:nth-child(2) {
    font-size: 135px !important;
}

.gen-stamp-box.gen-text-count-3 .stamp-item:nth-child(3) {
    font-size: 135px !important;
    transform: scaleY(2.1) !important;
}

/*=============== 方形 4个 ================*/
.gen-stamp-box.gen-text-count-4 {
    font-size: 135px !important;
}

/*=============== 方形 5个 ================*/
.gen-stamp-box.gen-text-count-5 .stamp-item:nth-child(1),
.gen-stamp-box.gen-text-count-5 .stamp-item:nth-child(2),
.gen-stamp-box.gen-text-count-5 .stamp-item:nth-child(3) {
    font-size: 90px !important;
}

.gen-stamp-box.gen-text-count-5 .stamp-item:nth-child(4),
.gen-stamp-box.gen-text-count-5 .stamp-item:nth-child(5) {
    width: 180px !important;
    font-size: 135px !important;
    transform: scaleX(1.333333333333) !important;
}

/*=============== 方形 6个 ================*/
.gen-stamp-box.gen-text-count-6 {
    height: 435px !important;
    font-size: 135px !important;
}

/*=============== 方形 7个 ================*/
.gen-stamp-box.gen-text-count-7 {
    height: 435px !important;
}

.gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(1),
.gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(2),
.gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(3),
.gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(4) {
    width: 135px !important;
    font-size: 100px !important;
    transform: scaleX(1.35) !important;
}

.gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(5),
.gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(6),
.gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(7) {
    font-size: 135px !important;
}

/*=============== 方形 8个 ================*/
.gen-stamp-box.gen-text-count-8 {
    height: 435px !important;
}

.gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(1),
.gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(2),
.gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(3),
.gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(4),
.gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(5),
.gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(6),
.gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(7),
.gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(8) {
    width: 135px !important;
    font-size: 100px !important;
    transform: scaleX(1.35) !important;
}

/*=============== 方形 9个 ================*/
.gen-stamp-box.gen-text-count-9 .stamp-item {
    font-size: 90px !important;
}

/*=============== 圆形 ================*/
.gen-circle .gen-stamp-box {
    width: 300px !important;
    height: 300px !important;
}

/*=============== 圆形 1个 ================*/
.gen-circle .gen-stamp-box.gen-text-count-1,
.gen-circle .gen-stamp-box.gen-text-count-2
{
    padding: 5px;
}
.gen-circle .gen-stamp-box.gen-text-count-1 .stamp-item {
    font-size: 220px !important;
}

/*=============== 圆形 2个 ================*/
.gen-circle .gen-stamp-box.gen-text-count-2 .stamp-item {
    font-size: 110px !important;
    transform: scaleX(1.875) !important;
}

/*=============== 圆形 3个 ================*/
.gen-circle .gen-stamp-box.gen-text-count-3 .stamp-item:nth-child(1),
.gen-circle .gen-stamp-box.gen-text-count-3 .stamp-item:nth-child(2) {
    font-size: 110px !important;
    width: 85px;
    display: flex;
    justify-content: center;
}

.gen-circle .gen-stamp-box.gen-text-count-3 .stamp-item:nth-child(3) {
    font-size: 110px !important;
    transform: scaleY(2.1) scaleX(1.5) !important;
}

/*=============== 圆形 4个 ================*/
.gen-circle .gen-stamp-box.gen-text-count-4
{
    padding: 5px;
}
.gen-circle .gen-stamp-box.gen-text-count-4 .stamp-item {
    font-size: 120px !important;
    width: 90px;
    display: flex;
    justify-content: center
}

/*=============== 圆形 5个 ================*/
.gen-circle .gen-stamp-box.gen-text-count-5
{
    padding: 5px;
}
.gen-circle .gen-stamp-box.gen-text-count-5 .stamp-item:nth-child(1),
.gen-circle .gen-stamp-box.gen-text-count-5 .stamp-item:nth-child(2),
.gen-circle .gen-stamp-box.gen-text-count-5 .stamp-item:nth-child(3) {
    font-size: 80px !important;
    width: 60px;
    display: flex;
    justify-content: center;
}

.gen-circle .gen-stamp-box.gen-text-count-5 .stamp-item:nth-child(4),
.gen-circle .gen-stamp-box.gen-text-count-5 .stamp-item:nth-child(5) {
    width: 100px !important;
    font-size: 120px !important;
    transform: scaleX(1.33333333) !important;
    display: flex;
    justify-content: center;
}

/*=============== 圆形 6个 ================*/
.gen-circle .gen-stamp-box.gen-text-count-6
{
    padding: 5px;
}
.gen-circle .gen-stamp-box.gen-text-count-6 .stamp-item {
    width: 80px !important;
    font-size: 80px !important;
    transform: scaleX(1.5) !important;
}

/*=============== 圆形 7个 ================*/
.gen-circle .gen-stamp-box.gen-text-count-7
{
    padding: 5px;
}

.gen-circle .gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(1),
.gen-circle .gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(2),
.gen-circle .gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(3),
.gen-circle .gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(4) {
    width: 80px !important;
    font-size: 60px !important;
    transform: scaleX(2) !important;
}

.gen-circle .gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(5),
.gen-circle .gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(6),
.gen-circle .gen-stamp-box.gen-text-count-7 .stamp-item:nth-child(7) {
    width: 80px !important;
    font-size: 80px !important;
    transform: scaleX(1.5) !important;
}

/*=============== 圆形 8个 ================*/
.gen-circle .gen-stamp-box.gen-text-count-8
{
    padding: 5px;
}
.gen-circle .gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(1),
.gen-circle .gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(2),
.gen-circle .gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(3),
.gen-circle .gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(4),
.gen-circle .gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(5),
.gen-circle .gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(6),
.gen-circle .gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(7),
.gen-circle .gen-stamp-box.gen-text-count-8 .stamp-item:nth-child(8) {
    width: 80px !important;
    font-size: 60px !important;
    transform: scaleX(2) !important;
}

/*=============== 圆形 9个 ================*/
.gen-circle .gen-stamp-box.gen-text-count-9
{
    padding: 5px;
}
.gen-circle .gen-stamp-box.gen-text-count-9 .stamp-item {
    font-size: 80px !important;
    width: 60px!important;
    display: flex;
    justify-content: center;
}

.gen-stamp-image {
    margin: auto;
}

.gen-stamp-box {
    font-family: "JDZ";
}

.gen-circle .gen-stamp-box{
    font-family: "FZXZT";
}

.gen-stamp-target {
    /*display: none;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    margin: auto;
    z-index: 10;
}

.gen-download {
    margin-top: 40px;
    text-align: center;
}

.gen-download img {
    width: 70px;
}

.gen-download > .gen-description,
.gen-download.is_wexin_android > a {
    display: none;
}

.gen-download.is_wexin_android {
    margin-top: 10px !important;
}

.gen-download.is_wexin_android > .gen-description {
    display: block;
}

.gen-input-box {
    width: 100%;
    padding: 15px 50px;
    margin-top: 40px;
    background-color: #FFFFFF;
    border-radius: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gen-input-text {
    font-family: "font", sans-serif;
    padding: 0;
    width: 100%;
    height: 40px;
    flex: 1;
    background: none;
    border: 0;
    outline: none;
    color: #989898;
    border-radius: 0;
    border-right: 1px solid #8b8b8b;
}

.gen-input-button {
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    cursor: pointer;
    color: #000000;
    background: none;
    outline: none;
    border: 0;
}

.gen-input-text,
.gen-input-button {
    font-size: 22px;
    font-family: "font", sans-serif;
}

.gen-description {
    font-size: 20px;
    margin-top: 30px;
    /*text-align: right;*/
    color: #595854;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gen-description.text-center {
    justify-content: center;
}

.gen-description-item {
    margin-top: 10px;
}

@media (max-width: 991px) {
    .gen-stamp-container {
        width: 600px;
    }

    .gen-download img {
        width: 60px;
    }

    .gen-input-text {
        height: 30px;
    }

    .gen-input-text,
    .gen-input-button {
        font-size: 18px;
    }

    .gen-description {
        margin-top: 20px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    html, body {
        font-size: 14px;
    }

    .gen-stamp-container {
        width: 400px;
    }

    .gen-download,
    .gen-input-box {
        margin-top: 30px;
    }

    .gen-download img {
        width: 45px;
    }

    .gen-input-box {
        padding: 10px 30px;
    }

    .gen-input-text {
        height: 25px;
    }

    .gen-input-text,
    .gen-input-button {
        font-size: 16px;
    }

    .gen-description {
        font-size: 14px;
    }

    .gen-description {
        margin-top: 15px;
    }
}

@media (max-width: 565px) {
    .gen-stamp-container {
        width: 300px;
    }

    .gen-description-item {
        width: 100%;
        text-align: right;
    }
}
