@charset "UTF-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 13px;
}
.show {
    border: 1px red solid;
    box-sizing: border-box;
}
html body {
    -webkit-overflow-scrolling: auto;
    -webkit-tap-highlight-color: transparent;
    padding: 0;
    margin: 0;
    font-family: "Lantinghei SC", "Microsoft Yahei", "Hiragino Sans GB", Arial, sans-serif;
}
.main {
    margin: 20px auto 0;
    width: 900px;
    height: 500px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    overflow: hidden;
}
.bl {
    width: 300px;
    object-fit: contain;
    height: auto;
}

.br {
    float: right;
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}
.br-top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin: 50px 0;
    box-sizing: border-box;
}
.br-t {
    color: black;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.br-login {
    width: 230px;
    height: 230px;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
}
.br-login-i {
    width: 100%;
    object-fit: contain;
}
.logo-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}
.logo-mask-v {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80%;
}
.logo-mask-v-t {
    color: white;
    font-size: 12px;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: black;
    cursor: default;
}
.logo-mask-b {
    width: fit-content;
    height: fit-content;
    color: white;
    font-size: 13px;
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: black;
    cursor: pointer;
}
.privacy-v {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 5px;
}
.privacy-n-b {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #666;
    margin: 5px 5px;
    background-color: white;
}
.privacy-s-b {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #666;
    margin: 5px 5px;
    background-color: #666;
}
.privacy-t {
    color: #777;
    font-size: 12px;
}



.br-bottom {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
}
.br-segment {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.br-s-l {
    background-color: #aaa;
    width: 10vw;
    height: 1px;
}
.br-s-t {
    color: #777;
    font-size: 12px;
    padding: 0 2vw;
}
.br-b {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
}
.br-b-v {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    box-sizing: border-box;
    height: 30px;
    border-radius: 30px;
    margin-right: 30px;
    width: 130px;
    cursor: pointer;
}
.br-b-v-i {
    width: 20px;
    height: 20px;
    object-fit: contain;
}
.br-b-v-t {
    color: black;
    font-size: 12px;
    font-weight: 500;
    padding: 0 5px;
    box-sizing: border-box;
}
.beian {
    margin: 10px auto;
    width: 900px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
}
.footera {
    color: #333;
    font-size: 12px;
    padding: 0 10px 10px 0;
}
.beian1 {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer-t {
    font-size: 9px;
    color: #666;
    text-align: center;
    box-sizing: border-box;
}
.tc {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.6);
}
.tc-bv {
    background-color: white;
    width: 400px;
    /*height: 350px;*/
    height: fit-content;
    margin: 100px auto;
    position: relative;
    display: flex;
    flex-direction: column;
}
.tv-bv-iv {
    position: absolute;
    left: 30px;
    top: -30px;
    width: 60px;
    height: 60px;
    padding: 10px;
    border-radius: 60px;
    background-color: white;
    box-sizing: border-box;
}
.tv-bv-i {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tv-bv-t {
    width: 100%;
    color: black;
    font-size: 15px;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    margin-top: 20px;
}
.tc-bv-i {
    width: 150px;
    height: 150px;
    object-fit: contain;
    margin: 20px auto 50px;
    box-sizing: border-box;
}
