
@media (max-width:1139px) {
    .wrap-title {
        /* margin: 56px auto 36px; */
        padding: 56px 0 36px;
        margin: 0 auto;
        text-align: center;
    }

    .wrap-title .wrap-text {
        font-size: 28px;
        font-weight: 600;
        color: #12491D;
        line-height: 32px;
        letter-spacing: 6px;
    }

    .wrap-title .wrap-letter {
        line-height: 28px;
        font-size: 16px;
        font-weight: 400;
        color: #3C3C3B;
        line-height: 28px;
        letter-spacing: 3px;
    }
	.monster {
    position: absolute;

    width: 219px;
    height: 171px;
    position: absolute;
    left: 394px;
    bottom: -30px;
    z-index: 1;
    background-image: url(../img/monster.png);
    background-position: center;
    background-repeat: no-repeat;
	display:none;
}
}

@media (min-width:1140px) {
    .wrap-title {
        padding: 64px 0 54px;
        margin: 0 auto;
        /* margin: 64px auto 54px; */
        text-align: center;
    }

    .wrap-title .wrap-text {
        font-size: 32px;
        font-weight: 600;
        color: #12491D;
        line-height: 45px;
        letter-spacing: 8px;
    }

    .wrap-title .wrap-letter {
        line-height: 37px;
        font-size: 16px;
        font-weight: 400;
        color: #3C3C3B;
        line-height: 67px;
        letter-spacing: 8.14px;
    }
}




.wrap2 {
    width: 100%;
    padding: 64px 0;
	float:left;
    /*  height: 100%; */
}

.enter_wrap {
    width: 100%;
    position: relative;
	float:left;
}

.monster {
    position: absolute;

    width: 219px;
    height: 171px;
    position: absolute;
    left: 394px;
    bottom: -30px;
    z-index: 1;
    background-image: url(../img/monster.png);
    background-position: center;
    background-repeat: no-repeat;
}

.enter_wrap .wrap-content {
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #3C3C3B;
    line-height: 25px;
}

.enter_wrap .enter_btn {
    width: 180px;
    height: 50px;
    background: rgba(240, 100, 33, 0.2000);
    border-radius: 15px 0px 15px 0px;

    font-size: 20px;
    font-weight: 600;
    color: #F06421;
    line-height: 50px;
    margin: 76px auto;
    text-align: center;
}

.topic_wrap {
    display: none;
}

.topic_wrap .fade_wrap {
    width: 740px;
    height: 266px;
    margin: 0 auto 64px;
    background: #FFFFFF;
    border-radius: 15px 0px 15px 0px;
    opacity: 1;
    border: 5px solid rgba(80, 180, 35, 0.3000);
    position: relative;
    z-index: 2;
    box-shadow: 10px 10px 0 0 rgba(128, 196, 28, 0.3000);
}

.topic_wrap .wrap_top1 {
    width: 100%;
}

.topic_wrap .wrap_top1 .topic_title {
    font-size: 20px;
    font-weight: 600;
    color: #50B425;
    line-height: 25px;
    text-align: center;
    margin: 50px auto;
    padding: 0 64px;
}

.topic_wrap .wrap_center {
    position: absolute;
    bottom: 54px;
    width: 100%;
}

.topic_wrap .wrap_center .topic_option {
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
    text-align: center;
}

.topic_wrap .wrap_center .topic_option .option_item {
    width: 240px;
    height: 50px;
    background: rgba(240, 100, 33, 0.1000);
    border-radius: 10px 0px 10px 0px;
    opacity: 1;
    border: 2px solid rgba(240, 100, 33, 0.3000);

    font-size: 20px;
    font-weight: 600;
    color: #F06421;
    line-height: 50px;
}

/* .topic_wrap .wrap_center .topic_option .option_item:nth-child(2) {
    width: 240px;
    height: 50px;
    background: rgba(30, 125, 196, 0.1000);
    border-radius: 10px 0px 10px 0px;
    opacity: 1;
    border: 2px solid rgba(30, 125, 196, 0.3000);

    font-size: 20px;
    font-weight: 600;
    color: #1E7DC4;
    line-height: 50px;
} */

.topic_wrap .wrap_center .topic_option .select {
    width: 240px;
    height: 50px;
    background: rgba(30, 125, 196, 0.1000);
    border-radius: 10px 0px 10px 0px;
    opacity: 1;
    border: 2px solid rgba(30, 125, 196, 0.3000);

    font-size: 20px;
    font-weight: 600;
    color: #1E7DC4;
    line-height: 50px;
}

.topic_wrap .warap_btn {
    margin: 0 auto;
    width: 200px;
    height: 62px;
    /* background: #289A0C;
    border-radius: 10px 0px 10px 0px;
    opacity: 1;
    font-size: 20px;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 62px;
    text-align: center;
    position: relative; */
}

.topic_wrap .warap_btn .waeap-img {
    margin: 0 auto;
    width: 200px;
    height: 62px;
}

.topic_wrap .warap_btn .warap_arow {
    /* width: 50px;
    height: 0px;
    border: 1px solid #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 50%; */
    width: 60px;
    height: 22px;
    background: url(../img/jt.png) no-repeat 100% center;
    margin-left: 6px;
    display: inline-block;
}

.over_wrap {
    display: none;
}

.over_wrap .wrap_center {
    width: 740px;
    min-height: 266px;
    /* overflow: hidden; */
    padding: 0 24px;
    box-sizing: border-box;
    margin: 0 auto 64px;
    background: #FFFFFF;
    border-radius: 15px 0px 15px 0px;
    opacity: 1;
    border: 5px solid rgba(80, 180, 35, 0.3000);
    position: relative;
    z-index: 2;
    box-shadow: 10px 10px 0 0 rgba(128, 196, 28, 0.3000);
}

.over_wrap .wrap_center .over_des {
    overflow: hidden;
    /* width: 68%;
    margin: 0 auto;
    background: #F8F8F8;
    padding: 6%; */
}

.over_wrap .wrap_center .over_des .des_title {
    width: 386px;
    height: 28px;
    margin: 64px auto 36px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #50B425;
    line-height: 25px;
    display: block;
}

.over_wrap .wrap_center .over_des .des_content {
    /* width: 129px; */
    /* max-width: 386px;
    height: 25px;
    background: rgba(128, 196, 28, 0.8000);
    opacity: 1;
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    border-radius: 15px 0px 15px 0px; */
}

.over_wrap .wrap_center .over_des .des_content .des_keyword {
    line-height: 4.0rem;
    color: #da2f45;
    font-size: 2.0rem;
    text-align: center;
}

.over_wrap .wrap_center .over_des .des_content .dec_det {
    text-align: center;
}

.over_wrap .wrap_center .over_des .des_content .des_detail {
    /* max-width: 386px; */
    height: 25px;
    background: rgba(128, 196, 28, 0.8000);
    opacity: 1;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 25px;
    border-radius: 10px 0px 10px 0px;
    text-align: center;
    margin: auto;
    padding: 0 12px;
    position: relative;
}

.over_wrap .wrap_center .over_des .des_content .des_detail::before {
    /* max-width: 386px; */
    content: '';
    width: 160px;
    height: 0px;
    opacity: 1;
    border: 1px solid #50B425;
    position: absolute;
    left: -172px;
    top: 50%;
}

.over_wrap .wrap_center .over_des .des_content .des_detail::after {
    /* max-width: 386px; */
    content: '';
    width: 160px;
    height: 0px;
    opacity: 1;
    border: 1px solid #50B425;
    position: absolute;
    right: -172px;
    top: 50%;
}

.over_wrap .wrap_center .over_des .des_content .des_con {
    margin: 30px auto 65px;
    font-size: 16px;
    font-weight: 300;
    color: #8B8E8C;
    line-height: 22px;
    text-align: center;
}

.over_wrap .wrap_center .over_des .des_content .des_contetn {
    font-size: 16px;
    font-weight: 300;
    color: #8B8E8C;
    line-height: 22px;
}