body {
    background-color: #1A1718;
    background: url(./../image/bg.jpg) repeat-y;
}

.flex-box,
.flex-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.PC {
    display: block;
}
.Mobile {
    display: none;
}
.wrap {
    width: 100%;
    margin: auto;
}

.Logo {
    padding: .125rem 0 0;
    margin: auto;
    text-align: center;
    background-color: #171614;
    box-shadow: 0px 1.5px 10px #222222;
    border-bottom: 1px solid #776D5D;
}

.Logo img {
    height: 73px;
    margin: 10px;
}

.main {
    width: 1280px;
    padding: 1rem;
    border-radius: 20px;
    background-color: #302D2C;
    margin: 40px 0 0 0;
}

.container {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #776D5D;
}

.title {
    background: url(./../image/title_BG.png) center center;
    background-size: contain;
    width: 100%;
    height: 84px;
    font-size: 2.3rem;
    color: #000000;
    font-weight: bold;
    text-align: center;
    line-height: 84px;
    border-radius: 20px 20px 0 0;
}
.PC-AD {
    display: block;
}

.Mobile-AD {
    display: none;
}

h1 {
    line-height: 75px;
    text-align: center;
    font-weight: bold;
}
.contact {
    color: #FBA104;
    margin: 0 0 70px 0;
}
.APP{
    font-weight: bold;
    margin: 30px 0 0 0;
}
.APP-title {
    font-size: 2.85rem;
    display: block;
    text-align: center;
    font-weight: bolder;
}
.APP-content {
    font-size: 2rem;
    text-align: center;
    line-height: 50px;
}

.qrcode {
    width: 300px;
    border: 10px solid#FBA104;
}

.teams {
    margin: 40px 0 0 0;
}
.teams-title {
    font-size: 2.85rem;
    font-weight: bolder;
    display: block;
}
.teams-contact {
    font-size: 2.13rem;
    font-weight: bold;
}
.teams-icon {
    display: inline-block;
    width: 70px;
    padding: 0 0 5px 0;
}
.teams-contact .teams {
    display: none;
}
.teams .id {
    color: #ECCD9D;
}
.teams-time {
    font-size: 1.63rem;
}
.teams-holiday {
    display: inline;
    font-size: 1.25rem;
}
.content {
    width: 90%;
    text-align: left;
}

.hr {
    background: url(./../image/title_BG.png) center center;
    background-size: cover;
    width: 100%;
    height: 1.5px;
    margin: 30px 0;
    opacity: 0.2;
}

.copyright {
    width: 100%;
    height: 140px;
    line-height: 140px;
    background-color: #100F0E;
    font-size: 1.5rem;
    color: #C69D46;
    text-align: center;
    margin: 20px 0 0 0;
    align-items: center;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .Logo img {
        height: 65px;
        margin: 10px;
    }
    
    .main {
        width: 100%;
    }
    .title {
        height: 70px;
        font-size: 2rem;
        line-height: 70px;
    } 
    h1 {
        width: 95%;
        line-height: 50px;
        font-size: 1.7rem;
        padding: 0 0 22px 0;
    }
    .teams-time {
        font-size: 1.5rem;
    }
    .content {
        font-size: 1.7rem;
        margin: 50px 0 0 0;
    } 
   .copyright {
         height: 100px;
        font-size: 1.4rem;
        line-height: 100px;
    }
}

@media only screen and (max-width: 820px) {
    .Logo img {
        height: 55px;
        margin: 10px;
    }
    .title {
        height: 60px;
        font-size: 1.6rem;
        line-height: 60px;
    }
    h1 {
        font-size: 1.4rem;
    }
    .APP-title {
        font-size: 2.7rem;
    }
    .APP-content {
        font-size: 1.8rem;
       }
    .teams {
        margin: 60px 0 0 0;
    }
    .teams-title {
        font-size: 2.7rem;
    }
    .teams-contact {
        font-size: 2.05rem;
        font-weight: bold;
    }
     .teams-time {
        font-size: 1.5rem;
        text-align: center;
    }
    .teams-holiday {
        display: block;
        font-size: 1.25rem;
    }
    .content {
        font-size: 1.4rem;
        margin: 0;
    }
    .copyright {
        height: 80px;
        font-size: 1.2rem;
        line-height: 80px;

    }
    .copyright img {
        width: 65px;
    }
}
@media only screen and (max-width: 540px) {
    .PC {
        display: none;
    }
    .Mobile {
        display: block;
    }
   
    .Logo img {
        height: 30px;
        margin: 5px;
    }
    
    .main {
        padding: 0;
        border-radius: 0;
        background-color: #1A1718;
        margin: 0;
    }
    
    .title {
        height: 50px;
        font-size: 1em;
        line-height: 50px;
        border-radius: 0;
        margin: 0 0 10px 0;
    }
    .container {
        border-radius: 0;
        border: 0px;
    }
    .PC-AD {
        display: none;
    }
    .Mobile-AD {
        display: block;
    }
     h1 {
        width: 85%;
        font-size: 1.4rem;
        line-height: 35px;
    }
    .contact {
        margin: 0 0 40px 0;
    }
    .None{
        display: none;
    }
    .APP{
        font-weight: bold;
        margin: 30px 0 0 0;
    }
    .APP-title {
        font-size: 2.5rem;
    }
    .APP-content {
        font-size: 1.6rem;  
        line-height: 40px;  
    }
    .teams-title {
        display: none;
    }
    .teams-contact {
        font-size: 1.9rem;
        text-align: center;
        margin-bottom: 10px;
    }
    .teams-icon {
        width: 50px;
    }
    .teams-contact .teams {
        display: inline;
    }
    .teams-contact .id{
        display: block;
    }
    .teams-time {
        font-size: 1.4rem;
    }
    .teams-holiday {
        display: block;
        font-size: 1.4rem;
    }
    .content {
        width: 95%;
        font-size: 1.3rem;
    }
    .copyright {
        height: 80px;
        font-size: 1.2rem;
        line-height: 80px;
    }
    .copyright img {
        width: 45px;
    }
}

@media only screen and (max-width: 414px) {

    .title {
        height: 50px;
        font-size: 1.2rem;
        line-height: 50px;
    }
     h1 {
        width: 99%;
        font-size: 1.05rem;
        line-height: 28px;
        padding: 0;
    }

    .APP-title {
        font-size: 2.5rem;
    }
    .APP-content {
        font-size: 1.15rem;
        line-height: 30px;  
    }
    .qrcode {
        width: 250px;
    }
    .teams {
        margin: 40px 0 0 0;
    }
    .teams-contact {
        font-size: 1.25rem;
        text-align: center;
        margin-bottom: 10px;
    }
    .teams-icon {
        width: 40px;
    }
    .teams-time {
        font-size: 0.95rem;
    }
    .teams-holiday {
        font-size: 0.95rem;
    }
    .content {
        width: 95%;
        font-size: 1rem;
    }
    .copyright {
        height: 80px;
        font-size: 1rem;
        line-height: 80px;
    }

    .copyright img {
        width: 40px;
    }
}