* {
    margin: 0;
    padding: 0;
}

.page {
    background-color: rgb(244 242 242);;
}

/*右侧样式表*/

.right_content {
    width: 27vw;
}


.right_content > span:nth-child(1) {
    height: 1.25vw;
    color: rgba(42, 135, 217, 1);
    font-size: 1.56vw;
    /*text-align: center;*/
    line-height: 1.57vw;
    margin: 0.21vw 0 1vw 0;
}
.portal {
    color: rgba(42, 135, 217, 1);
    font-size: 1.5vw;
    font-family: Adobe Heiti Std R;
    margin-top: 3vw;
}

.mail {
    color: rgba(0, 0, 0, 1);
    font-size: 1vw;
    font-weight: 700;
    margin-top: 2vw;
}

.submission {
    color: rgba(99, 99, 99);
    font-size: 1vw;
    text-align: justify;
    margin-top: 1vw;
}

.ContactContainer {
    margin-top: 1vw;
    background: url(../image/101.png) 100% no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 8vw;
    color: rgba(42, 135, 217, 1);
    font-size: 1vw;
    padding: 1vw;
}

.qr_code {
    height: 26.15vw;
    align-items: center;
    background-size: 100% 100%;
    margin-top: 1.15vw;
    width: 27.24vw;
}

.qr_code > span {
    color: rgba(42, 135, 217, 1);
    font-size: 1.5vw;
    text-align: center;
    margin-top: 2vw;
}

.qr_code > img {
    height: 20vw;
    width: 20vw;
    margin-top: 1vw;
}
