

.conf_top{
    background-image: url('/www/img/top/Page_1.jpg');
}

.conf_title{
    font-weight: bold;
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-align: center;
}
.conf_title>span{
    line-height: 3rem;
}
.conf_desc_wrap{
    margin-top: 40px;
}

.conf_detail_wrap{
    margin: 40px auto;
    background-color: #fff;
    padding: 40px;
    max-width: 600px;
    box-shadow: 8px 8px 16px 0.2rem rgba(140,198,51,0.25);
}

.regi_btn{
    padding-top: 20px;
    text-align: center;
}
.conf_logo_wrap{
    min-height:300px;
}
.conf_logo{
    padding: 20px 0;
    text-align: center;
}
.conf_logo_img{
    max-width: 80%;
    right: 0;
    left: 0;
    position: absolute;
    text-align: center;
    bottom: 0;
    margin: auto;
}

.conf_detail{
    margin-bottom: 10px;
}
.regi_label{
}
.regi_cont{
    font-weight: bold;
    color: rgba(0,0,0,0.7);
}
.conf_desc{

    word-break: KEEP-ALL;
    max-width: 60%;
    text-align: center;
    margin-top: auto;
    padding: 50px 0 20px 0;
    line-height: 2rem;
    margin: auto;
}

.rl_right{
    display: inline-block;
    /*margin-left: 20%;*/
}
.regi_label{
    padding-right: 0;
}
.rc_detail{
    display: block;
}
.rc_detail > a{
    color: #222222;

}

.rc_detail > a:hover{
    color: #000;

}
@media (max-width: 1220px) {
}
@media (max-width: 767px) {

    .conf_desc_wrap{
        margin-top: 0px;
    }
    .conf_title{
        font-size: 2rem;
        line-height: 2.5rem;
        margin-top: 20px;
    }
    .conf_desc{
        text-align: left;
        max-width: inherit;

    }
    .conf_detail_wrap{

        max-width: inherit;
        margin: 20px;
        padding: 30px 20px 10px 20px;
    }
    .rl_right{
        margin-left: 0;
    }
    .conf_detail{
        font-size: 0.85rem;
    }
    .regi_btn {
        padding-bottom: 20px;
    }
    .conf_logo_wrap {
        min-height: 200px;
    }
}

@media (max-width: 575px){

}