.header-top{
    width: 100vw;
    height: 2.5rem;
    background: #F5F5F5;
    border-radius: 0rem 0rem 0rem 0rem;
    display: flex;
    align-items: center;
}
body{
    background-color: #fff;
}
#canvas {
	float: right;
	margin-right: 1%;
	display: inline-block;
	border: 0.0625rem solid #ccc;
	border-radius: 0.3125rem;
	cursor: pointer;
    border: none;
}

#popUpBox, #popUpBoxTwo{
    width: 100%;
    height: 100%;	
    background-color: rgba(0, 0, 17, 0.3);
    margin:0 auto;
    position: fixed;
    top: 0;
    display: flex;
    display: none;
    justify-content: center;
    padding-top: 17.5rem;
    z-index: 100000;
}
#popUpBoxTwo {
    padding-top:6.9375rem;

}
.option{
    padding:0.625rem 1.25rem;
    text-align: end;
}
.content-login li {
    position: relative;
    width: 21.25rem;
    height: 3.25rem;
    background: #fff;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    opacity: 1;
    border: 1px solid #E6E6E6;
    margin-left: 2.5rem;
    margin-top: 1.875rem;
    line-height: 3.25rem;
    padding: 0 0.625rem;
    display: flex;
    align-items: center;
}
.content-login li:nth-last-of-type(1) {
    background-color: red;
}
#down, #up{
    position: relative;
    display: none;
}
#down{
    display: block;
}
#downTwo, #upTwo{
    position: relative;
    display: none;
}
#downTwo{
    display: block;
}
.content-login li > span{
    position: absolute;
    top: 2.375rem;
    color: red;
    display:block;
    margin-left: 1.25rem;
    display: none;
}
.content-login .footerItem {
    display: flex;
    justify-content: space-between;
    padding: 2.5rem;
    cursor: pointer;
}
.content-login .footerItem a {
    color: red !important;
    cursor: pointer;
}
.content-login li>input{
    height: 100%;
    width: 100%;
    border: none;
}
#popUpBox .content-login,#popUpBoxTwo .content-login{
    width: 26.25rem;
    height: 27.375rem;
    background: #FFFFFF;
    border-radius: 0.75rem 0.75rem 0.75rem 0.75rem;
    opacity: 1;
}
#popUpBoxTwo .content-login{
    width: 26.25rem;
    height: 47.6875rem;
}
.header-top li{
    font-size: 0.875rem;
    height: 0.875rem;
}
.header-top li:nth-of-type(1){
    margin-left: 10rem;
}
.header-top div{
    flex: 1;
    background: #F5F5F5;
    border-radius: 0rem 0rem 0rem 0rem;
    display: flex;
    justify-content: flex-end;
    margin-right: 10rem;
}
.banner-bottom{
 height: 4rem;
 padding-left: 10rem;
}
.banner-bottom li{
 width: 10rem;
 height: 4rem;
 line-height: 4rem;
 text-align: center;
 position: relative;
 cursor: pointer;
}
.main{
    height: max-content;
    width: 100vw;
}
.footer{
    width: 100vw;
    font-size: 1rem;
    font-weight: 400;
    color: #393939 !important;
}
.footer li{
    line-height: 1.75rem;
}
.content-all{
    background-color: #fff;
    overflow: auto;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE 10+ */
}
.content-all::-webkit-scrollbar {display: none; /* Chrome Safari */}
.downLa{
    display: none;
    position: absolute;
    top: 4rem;
    z-index: 10;
    box-sizing:border-box;
    background-color: rgba(219, 3, 17, 0.8);
    /* padding: 0 9px; */
}
.downLa li{
    width: 8.875rem;
    margin:0 0.75rem;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}
.downLa li:nth-last-of-type(1) {
    border-bottom: none
}
.downLa span{
    width: 8.875rem;
    display: inline-block;
    padding: 0.625rem 0;
    line-height: 1.875rem;
    margin:0 0.75rem;
    border-bottom: 0.0625rem solid #fff;
}
.banner-bottom>.liItem:hover{
    font-size: 1.5rem;
}
.banner-bottom>.liItem>img{
    height: 20px;
    width: 20px;
    margin: 10px;
    margin-bottom: 14px;
}
.banner-bottom li:hover .downLa{
    display: block;
    font-size: 1.25rem;
}
.downLa li:hover{
    display: block;
}
.footer{
    width: 30vw;
    max-height: 14.375rem;
    /* padding: 20px 37px; */
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 5rem;
    height: 12rem;
    font-size: 1rem;
    font-family: Source Han Sans CN-Regular, Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.875rem;
}
.loading{
    display: flex;
    width: 100%;
    justify-content: center;
}
html{
    font-size: 16px;
    background-color: #fff;
}