﻿body {
    background: #f2f3f5;
}
#content {
    
    height: 100vh;
    overflow: auto;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
}

#content-one {
    background: #fff;
    width: 498px;
    border-radius: 8px;
}

.items {
    padding: 50px 56px;
}

.logintype {
    font-size: 20px;
    color: #969799;
    margin-bottom:60px;
    display:flex;
}
.logintype span {
    cursor: pointer;
    line-height:26px;
}
.logintype .selected {
    font-size: 26px;
    color:#000000;
    cursor:default;
}
.space{
    width:30px;
}
.loginitem {
    margin-bottom: 30px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pwd{
    display:none;
}
.loginitem input {
    border:none;
    outline: none;     
    font-size:16px;
    min-height:48px;
    width:280px;
}
.loginitem p {
    position: absolute;
    right: 0px;
    bottom: -24px;
    font-size: 14px;
    display:none;
}
.loginitem span {
    font-size: 16px;
    color: #155bd4;
    cursor: pointer;
}
.checkitems {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.checkitems span{
    margin-left:8px;
}
#acc-img{
    height:28px;
}
.lisence {
    color:#155bd4;
    cursor:pointer;
}
.btn {
    width: 100%;
    height: 48px;
    margin: 16px 0;
    background-color: #ccc;
    color: #fff;
    font-size: 18px;
    border: none;
    cursor: pointer;
}

/*图形验证码样式*/
.slide-captcha {
    display:none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.slide-box {
    width: 280px;
    background: #fff;
    z-index: 1;
    position: absolute;
    padding: 18px 18px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    left: 50%;
    top: 50%;
    margin-left: -158px;
    margin-top: -157px;
    border-radius: 4px;
    height:300px;
}
.slide-top{
   margin-bottom:15px;
}
.title{
    font-size:20px;
}
.close {
    cursor: pointer;
}
.slide-img {
    position: relative;
}
.bg {
    user-select: none;
}
#bgimg {
    display: block;
    width: 100%;
    pointer-events: none;
    border-radius: 4px;
}
#blockimg {
    display: block;
    width: 100%;
    pointer-events: none;
}
.block {
    position: absolute;
    user-select: none;
}

.slide-control {
    margin-top: 15px;
    position: relative;
}
.slider-bar {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 2px;
    color: #666;
    user-select:none;
}
.slide-foot{
    display:flex;
    justify-content:flex-end;
    gap:15px;
    margin-top:15px;
}
.slider-cube {
    position: absolute;
    border: 1px solid #3388ff;
    background-color: #3388ff;
    border-radius: 2px;
    width: 50px;
    height: 38px;
    top: 0px;
    color: white;
    line-height: 42px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.slider-left {
    height: 38px;
    border: 1px solid #3388ff;
    position: absolute;
    top: 0px;
    background-color: rgba(51, 136, 255, 0.16);
    border-radius: 2px;
}
.slider-cube i {
    font-size: 32px !important;
}
.slide-foot i {
    font-size: 27px !important;
    color: #aaa;
}
.refresh {
    cursor: pointer;
}
.rglink{
    color:#3388ff;
}
.rglink:hover{
    text-decoration:underline;
    color:#3388ff;
}