* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    
}



body{
    background-color: #ffffff;
}


.titleImg{
    display: block;
    margin: 0 auto;
    width: 50vw;
}

.body{
    width: 50vw;
    margin: 0 auto;
    border: solid rgb(241, 240, 240) 2px;
    background-color: #dbc1a6;
}

.desText{
    font-size: 16px;
    color: rgb(0, 0, 0);
    line-height: 1.5;
    margin: 0 auto;
    width: 37vw;
    /* background-image: url('./img/Rectangle\ 28.png'); */
    background-size: cover;
}

.desText .orangeText{
    color: rgb(239, 168, 61);
    font-weight: bolder;
    text-shadow: 2px 2px 2px #676767;
}

.titleText{
    margin: 0 auto;
    width: 50vw;
    text-align: center;
    font-size: 2vw;
    font-weight: bold;
}

.articleImg{
    display: block;
    margin: 0 auto;
    width: 37vw;
}

.foot{
    background-color: #8B6336;
    margin: 0 auto;
    width: 50vw;
    margin-top: 3px;
    margin-bottom: 5px;
}

.copyright{
    position: relative;
    background-color: #8B6336;
    width: 37vw;
    text-align: center;
    margin: 0 auto;
    padding-top: 25px;
    font-size: 1vw;
    height: 110px;
}
.copyright a{
    color: white;
    text-decoration:none;
}

.qrcode{
    position: absolute;
    height: 5vw;
    right: 0px;
    top: 20px;
    border: #676767 solid 1px;
}

@media screen and (min-width: 320px) and (max-width: 1000px){				
    .body{
        background-color: #dfad7b;
    }
    .desText{
        font-size: 10px;
        line-height: 1.2;
        /* transform: scale(0.7); */
    }

    .qrcode{
        display: block;
        margin: 0 auto;
        height: 10vw;
        position: relative;
        border: #676767 solid 1px;
    }

    .copyright{
        height: 140px;
    }
}