body {
    margin: 0;
    padding: 0;
}
.container {
    width: 100vw;
    height: 100vh;
    background-image: url('../image/beijing.png');
    background-size: 100% 100%;
}
.homeTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}
.enterBox {
    display: flex;
    justify-content: center;
}
.enterItem {
    width: 360px;
    height: 250px;
    margin: 0 30px;
    padding: 30px;
    box-sizing: border-box;
    background-size: 100% 100%;
}
.enterItem h2 {
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 2px;
    margin-bottom: 0px;
}
.enterItem h5 {
    margin: 0;
    font-weight: 500;
    color: #888;
}
.enterItem1 {
    background-image: url('../image/1.png');
}
.enterItem2 {
    background-image: url('../image/2.png');
}
.enterItem3 {
    background-image: url('../image/3.png');
}
.enterBtn {
    width: 130px;
    height: 45px;
    background-color: #50c1b5;
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    cursor: pointer;
    margin-top: 35px;
}
.enterBtn img {
    margin-left: 6px;
}
.enterBtn:hover {
    opacity: 0.8;
}
.small-Title {
    height: 160px;
    display: flex;
    align-items: center;
}
.themeTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}
.themeTitle h1 {
    margin: 0 30px;
    padding-bottom: 4px;
}
.formBox {
    width: 1000px;
    height: 595px;
    background-image: url('../image/kuang1.png');
    background-size: 100% 100%;
    position: relative;
}
.resultBox {
    width: 1000px;
    height: 530px;
    background-image: url('../image/kuang3.png');
    background-size: 100% 100%;
    position: relative;
}
.backHome {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 100px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
}
.backHome:hover {
    color: #f1f1f1;
}
.backHome img {
    margin-right: 8px;
}
.myFormBox {
    margin: 0 auto;
    /* margin-left: 100px; */
    width: 700px;
    padding: 60px 0 40px;
}
.sendCodeBtn {
    width: 180px;
    height: 55px;
    background-color: #0284f2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    border-radius: 8px;
    margin-left: 15px;
    cursor: pointer;
}
.sendCodeBtn:hover {
    opacity: 0.8;
}
.myFormBox .el-form-item__label{
    font-size: 18px;
    color: #555;
}
.myFormBox .el-input__inner {
    height: 55px;
    line-height: 55px;
    border-radius: 8px;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}
.myFormBox .el-form-item__label {
    line-height: 55px;
}
.myFormBox .el-form-item {
    margin-bottom: 50px;
}
.printBtn {
    width: 140px;
    height: 55px;
    background-color: #0284f2;
    cursor: pointer;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 18px;
}
.printBtn:hover {
    opacity: 0.8;
}
.userName {
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #0284f2;
    letter-spacing: 4px;
    cursor: default;
}
.testInfoBox {
    height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.testInfoItem {
    width: 400px;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #aaa;
}
.testInfoItem img {
    margin-right: 10px;
}
.testInfoItem span {
    flex-shrink: 0;
    word-break: break-all;
}