* {
    margin: 0;
    padding: 0;
    font-size: 16px;
}

.header {
    background-image: url(/Public/logic/images/图层2.png);
    height: 17.375rem;;
}

.header .big {
    font-size: 4.89rem;
    color: white;
    text-align: center;
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

.logo .small {
    font-size: 3.125rem;
    color: white;
}

.container .test {
    font-size: 2.5rem;
    color: #3b5ec3;
    font-weight: bold;
    margin-left: 2.5rem;
}

.container hr {
    border-top: 0.18rem solid #3b5ec3;
}

.content {
    display: flex;
    justify-content: center;
    align-content: center;
    margin-top: 6%;
}

.content .left {
    width: 50%;
    height: auto;
    text-align: center;
}

.left p {
    font-size: 1.5625rem;
    color: #868686;
}

.content .right {
    width: 50%;
    height: auto;
    position: relative;
}

.right .position {
    position: absolute;
    left: 25%;
}

.right .login {
    position: absolute;
    left: 24%;
    top: 75%;
}

.login p {
    font-size: 1.4rem;
    color: white;
    position: absolute;
    left: 37%;
    top: 15%;
}

.uname {
    width: 22rem;
    height: 3rem;
    border: 1px solid white;
    padding-left: 1.2rem;
    box-sizing: border-box;
    background-position: 95% center;
    padding-right: 50%;
    background-repeat: no-repeat;
    background-color: #4d4d4d;
    opacity: 0.5;
    box-shadow: rgb(255, 255, 255) 0px 0px 0.5rem inset;
    margin-bottom: 1.75rem;
}

.uname:focus {
    color: white;
    opacity: 1;
    font-weight: bold;
}

#code:focus {
    color: white;
    opacity: 1;
    font-weight: bold;
}

#L1 {
    cursor: pointer;
}

.phone {
    background-image: url(/Public/logic/images/telphone.png);
}

.man {
    background-image: url(/Public/logic/images/usename.png);
}

#info {
    position: absolute;
    left: 31%;
    /*top: 10%;*/
}

#code {
    width: 15rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    border: 1px solid white;
    box-sizing: border-box;
    background-color: #4d4d4d;
    opacity: 0.5;
    box-shadow: rgb(255, 255, 255) 0px 0px 0.5rem inset;
    margin-bottom: 1.75rem;
}

#L1 {
    border-radius: 0.35rem;
    background-color: white;
    opacity: 0.2;
    width: 8rem;
    height: 3.54rem;
    text-align: center;
    line-height: 3.54rem;
    margin: 0 0 1.75rem 0.5rem
}

a {
    text-decoration: none;
}

/* 二页面 */
#background {
    background-image: url(/Public/logic/images/background.jpg);
    /*background-repeat: no-repeat;*/
    width: 100%;
    height: 100%;
    background-size: cover;
    background-color: black;
    opacity: 0.8
}

/* #page{background-color:black;opacity: 0.1} */
.page-header {
    background-image: url(/Public/logic/images/yun.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 25rem;
    z-index: 10000;
    position: relative;
    margin-top: -5%;
    z-index: 10;
}

.page-header .header-text {
    border-top: 3rem solid white;
    border-left: 1.2rem solid transparent;
    border-right: 1.2rem solid transparent;
    width: 20rem;
    height: 0;
    position: absolute;
    left: 20%;
    top: 46%;
}

.page-header p {
    font-size: 1.83rem;
    color: #557ff7;
    position: absolute;
    left: 22%;
    top: 47%;
}

#page{
    position: relative;
}

.containers {
    width: 95rem;
    /* height: 40rem; */
    border-radius: 0.3125rem;
    background-color: white;
    /* margin: -2rem auto; */
    padding: 3rem 0;
    position: absolute;
    left: 50%;
    top: 70%;
    z-index: 100;
    margin-left: -47.5rem;
    margin-top: 7%;
}

.container #container-text {
    width: 95%;
    margin: 0 auto;
    padding: 2rem auto;
    display: flex;
    align-items: center;
}

#container-text .container-text_left, .container-text_right {
    width: 50%;
    padding: 1rem;
}

.container-text_left .text_01, .text_02, .text_03, .text_04 {
    border: 0.1rem solid #233977;
    border-radius: 0.3125rem;
    width: 30rem;
    margin-bottom: 2rem;
}

.container-text_left p, .text_01, .text_02, .text_03, .text_04 {
    font-size: 1.875rem;
    line-height: 3.5rem;
    cursor: pointer;
}

.container-text_left .active {
    background-color: #bfbfbf;
}

#text_01, #text_02, #text_03, #text_04 {
    background-color: none;
}

#time {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-text_right h1 {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
}

.container-text_right .time-left, .time-right {
    border: 0.1rem solid #434343;
    width: 11.25rem;
    height: 11.25rem;
    border-radius: 0.3125rem;
    line-height: 11.25rem;
    text-align: center;
    margin: 1rem;
}

.time-size {
    font-size: 5.2rem;
    padding: 1rem;
}

.bktn {
    display: flex;
    margin-left: 2rem;
}

.current{
    background-color: #bfbfbf;
}

/* .br{border-right:0.1rem solid #7d7d7d;} */
.container h3, hr {
    width: 95%;
    margin: 0 auto;
    font-size: 1.875rem;
}

.footer {
    width: 95%;
    margin: 0 auto;
    display: flex;
    padding-top: 0.5rem;
}

#justs {
    display: flex;
    align-items: center;
}

#justs .less2 {
    width: 3.1875rem;
    height: 2.875rem;
    border: 0.1rem solid #233977;
    border-radius: 0.5125rem;
    text-align: center;
    line-height: 2.875rem;
    margin-right: 1rem;
    font-size: 1.5rem;
}

#justs .less1 {
    width: 3.1875rem;
    height: 2.875rem;
    margin-right: 1rem;
    border-radius: 0.5125rem;
    background-color: #bfbfbf;
    box-shadow: 5px 5px 5px #999 inset;
    -moz-box-shadow: 5px 5px 5px #999 inset;
    -webkit-box-shadow: 5px 5px 5px #999 inset;
}

.footer .subject {
    width: 9.68rem;
    height: 3.75rem;
    border-radius: 0.63rem;
    background-color: #1852f6;
    font-size: 1.75rem;
    color: white;
    text-align: center;
    line-height: 3.75rem;
    margin-left: 10rem;
}

/* 完成页面 */
.container .fa-times {
    display: flex;
    align-items: center;
    font-size: 1.875rem;
}

.spacing {
    line-height: 3.5rem;
}

.fa-times p {
    margin: 0 2rem;
}

#-symbol- {
    display: flex;
    align-items: center;
}

.container-test-l {
    width: 60%;
}

.container .jos {
    font-size: 3.125rem;
}

.container p, .rise, .rose {
    font-size: 1.875rem;
    margin-left: 2rem;
}

.container #hb {
    display: flex;
    align-items: center;
    justify-content: center;
}

#hb .rise, .rose {
    width: 17.875rem;
    height: 7.5rem;
    border-radius: 0.7rem;
    text-align: center;
    line-height: 7.5rem;
    color: white;
    font-size: 2.875rem;
}

#hb .rose {
    background-color: #557ff7;
}

#hb .rise {
    background-color: #e62600;
}

.container .container-test-r {
    width: 40%;
}

.container-test-r #myCanvas {
    margin-right: 4rem;;
}
