html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, img, * {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "微软雅黑";
}

html {
    background-color:#393337;
}
body {
    width:60%;
    margin:0 auto;
}

body p {
    color:white;
    text-align: center;
    line-height: 40px;
}

hr{
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 2px solid white;
}

.p1 {
    color:white;
    font-size:22px;
}

.p2 {
    font-size:28px;
}
.dizhi {
    font-size:18px;
}
#img01 {
    width:50px;
}
#img02, #img03, #img04, #img05, #img06 {
    width:100%;
}
#click1 {
    cursor: pointer;
    padding: 0px 20px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-family: '思源黑体 CN';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #ffffff; 
    background-color: #f15565;
}

@media all and (max-width: 600px) {
    body{
        width:95%;
    }
    .p2 {
        font-size:15px;
    }
    table{
        font-size:14px;
    }
}

@media all and (min-width: 600px) and (max-width: 800px) {
    body{
        width:90%;
    }
    .p2 {
        font-size:17px;
    }
    table{
        font-size:16px;
    }
}

@media all and (min-width: 800px) and (max-width: 1000px) {
    body{
        width:90%;
    }
    .p2 {
        font-size:18px;
    }
    table{
        font-size:17px;
    }
}

@media all and (min-width: 1000px) and (max-width: 1200px) {
    body{
        width:85%;
    }
    .p2 {
        font-size:19px;
    }
    table{
        font-size:18px;
    }
}

@media all and (min-width: 1200px) {
    body{
        width:80%;
    }
    .p2 {
        font-size:21px;
    }
    table{
        font-size:20px;
    }
}

.shareBlock {
    display: none;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.8);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.centerAlign {
    text-align: center;
}

#googleChromeOnly {
    margin-top: 20px;
    background-color:#f15565;
    padding: 4px 0 4px 0;
}

.googleChromeOnly {
    margin-top: 20px;
    background-color:#f15565;
    padding: 4px 0 4px 0;
}


a {
    color: white;
    text-decoration: inherit; /* no underline */
}
table {
    width: 90%;
    text-align: center;
    margin: 7px auto;
    color: white;
    background-color: #7ecef4;
}

.browserProm {
    font-size: 22px;
}

.mmWebDown{
    background-color: #7ecef4!important;
    padding: 5px;
}

.qrcode {
    /* width: 100%; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0 auto;
}

.https {
    color: #079500;
}

#new-qrcode {
    /* margin-top: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto 0 auto;
}

#new-qrcode canvas,
#new-qrcode img {
    width: 300px;
}