.pg{
    width: 100%;
    position: relative;
    color: #763514;
    text-align: center;
    padding-bottom: 5%;
}
.logo{
    width: 100%;
    padding-top: 4%;
    background: url(../img/logo.png) center no-repeat;
    background-size: contain;
    position: relative;
}
.pc-hide{display: none;}
.mb-hide{display: block;}
.scroll-lock{overflow: hidden;}
img{width: 100%;}
.pg1{
    height: auto;
    padding-top: 46.7%;
}
.bg1{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: url(../img/bg1.jpg)top center no-repeat;
    background-size: 100%;
}
.content{
    width: 100%;
    max-width: 1700px;
    position: relative;
}
.slogan{
    width: 100%;
    padding-top: 43%;
    background: url(../img/slogan.png)center no-repeat;
    background-size: contain;
}
.list-box{
    width: 80%;
    position: relative;
}
.btn-box {
    width: 100%;
    height: auto;
    margin: 2% auto 3.5%;
}
#btnjfb,#btnjsteam{
    width: 29%;
    margin: 0% 3%;
}
.notice-box{
    width: 79%;
    margin-bottom: 3%;
}
.title{width: 27%;}
.notice-list{
    width: 95%;
    text-align: left;
    font-size: 15pt;
    font-weight: bold;
    color: #471d00;
    line-height: 28pt;
}
#jumpwall{
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #000000da;
    top: 0;
    left: 0;
    z-index: 10;
    padding-top: 3%;
    overflow-y: scroll;
}
.boxj-code{
    width: 80%;
    max-width: 820px;
    position: relative;
    color: #000;
    font-weight: bold;
}
.txtj-code{
    width: 100%;
    position: absolute;
    top: 0;
    padding-top: 6%;
}
.titlej {width: 91%;}
.code-master{
    background-color: #ff6d00;
    color: #fff;
    font-size: 28pt;
    padding: 9px;
    border-radius: 17px;
    margin: 2% auto;
    display: inline-block;
}
.code-member{
    font-size: 26pt;
}
.code-member p{
    display: block;
    margin: 0;
}
.btnj-copy{
    background-color: #ff6d00;
    color: #fff;
    font-size: 28pt;
    border-radius: 39px;
    padding: 6px 4%;
    font-weight: bold;
    margin: 3% .5%;
    display: inline-block;
}
.btnj-close{
    width: 59px;
    position: absolute;
    top: 0;
    left: 14.5rem;
    padding-top: 3.5%;
}
@media screen and (max-width:1250px){
    .footer-left {width: 100%;}
    .footer-right {
        width: 4%;
        left: 19%;
    }
    .footer,.footer-link,.footer-list{
        height: auto;
        text-align: center;
    }
    .footer-content{font-size: 15pt;}
    .footer-link {display: block;}
    .logo-cd {
        width: 18%;
        padding-top: 6%;
        left: 0;
        right: 0;
        margin: 0 auto;
        display: block;
    }
    .class12 {
        width: 5.5%;
        position: absolute;
        margin-right: 0;
        padding-top: 6%;
        bottom: 0;
        right: 0
    }
}
@media screen and (max-width:1024px){
    .bg1{
        background: url(../img/mb/bg1.jpg)top center no-repeat;
        background-size: 100%;
    }
    .slogan{
        padding-top: 60%;
        background: url(../img/mb/slogan.png)center no-repeat;
        background-size: contain;
    }
    .mb-hide{display: none;}
    .pc-hide{display: block;}
    .list-box {width: 73%;}
    .notice-box {width: 71%;}
    .footer-mb-img{
        display: block;
        width: 49%;
        margin-bottom: 7px;
    }
    .footer{width: 100%;}
    .btnj-close {
        position: relative;
        left: 36%;
        padding-top: 0;
    }
    .code-master,.btnj-copy{font-size: 4vw;}
    .code-member{font-size: 3.3vw;}
}
@media screen and (max-width:768px){
    .copyright {font-size: 13pt;}
    .btnj-close {width: 6%;}
}
@media screen and (max-width:680px){
    .slogan {padding-top: 77%;}
    .list-box {width: 93%;}
    #btnjfb, #btnjsteam {
        width: 65%;
        margin: 2% 3%;
    }
    .title {width: 47%;}
    .notice-box {width: 94%;}
    .notice-list {
        width: 98%;
        font-size: 16pt;
        line-height: 25pt;
        padding-left: 25px;
    }
    .footer-info a {font-size: .8rem;}
    .copyright {font-size: 12pt;}
    .footer-content {font-size: 12pt;}
}
@media screen and (max-width:580px){
    .footer-left {width: 96%;}
    .footer-right {width: 7%;}
}
@media screen and (max-width:480px){
    .notice-list {
        font-size: 17pt;
        line-height: 27pt;
    }
    .list-box {width: 100%;}
    .footer-content,.copyright {font-size: 8pt;}
    .logo-cd {
        width: 23%;
        padding-top: 7%;
    }
    .boxj-code {width: 98%;}
    .code-master, .btnj-copy {font-size: 4.7vw;}
    .code-member {font-size: 4vw;}
    .btnj-close {
        width: 8%;
        left: 43%;
    }
    .code-master{padding: 5px 15px 1px;}
    .btnj-copy{padding: 5px 8% 2px;}
    .txtj-code{padding-top: 8%;}
}
@media screen and (max-width:414px){
    .notice-list {
        font-size: 12pt;
        line-height: 20pt;
    }
}
@media screen and (max-width:360px){
    .notice-list {
        font-size: 10pt;
        line-height: 16pt;
    }
}