<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.logoCon{
    position: absolute;
    width: 100%;
    height: 97VH;
    background-color: #FFF9F9;
}
.my_logoDiv .cha{
    position: absolute;
    top: 25px;
}
.cons{
    position: absolute;
    left:0;right:0;
    margin: 100px auto;
    width: 300px;height: 600px;
    text-align: center;
}
.el-tabs{
    background: #fff;
    border-radius: 10px;
}
.conss{
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.logoSel{
    padding: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
}
.logoSel a{
    position: relative;
    display: inline-block;
    margin: 0 20px;
    color: #333;
}
.logoSel a.active{
    color: #FF5368;
}
.logoSel a.active:before{
    content: '';
    position: absolute;
    width: 100%;height: 3px;
    background: #FF5368;
    bottom:-20px;
}
.logoform{
    padding: 30px;
}
.logoform input{
    width: 100%;
    display: inline-block;
    background: #f5f5f5;
    color: #999999;
    padding: 10px;
    border: 1px solid #e5e5e5;
}
.logoform .minin{
    margin-top: 20px;
    text-align: left;
}
.conss .codeInput{
    display: inline-block;
    width: 58%;
    vertical-align: top;
}
.logoform a{
    display: inline-block;
    color: #fff;
    background: #FF5368;
}
.logoform .minin a{
    padding: 10px 0;
    width: 39%;
    text-align: center;
}
.logoform .minin a.active{
    background: #ccc;
}
.logoform .minin .mima{
    color: #999;
    background: #fff;
}
.subBtn{
    margin-top: 20px;
    width: 100%;
    padding: 10px 0;
}
.xieyi{
    font-size: 12px;
    text-align: center;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
}
.xieyi a{color: #FF5368}
input[type="checkbox"]{
    position: absolute;
    clip:rect(0,0,0,0);
}
input[type="checkbox"] + label:before{
    content:'\a0';
    display: inline-block;
    vertical-align: text-bottom;
    width: 14px;
    height: 14px;
    margin-right: 4px;
    border-radius: 2px;
    background: silver;
}
input[type="checkbox"]:checked + label:before{
    content: '\2713';
    background: yellowgreen;
}
.newpass{
    margin-top: 20px;
}

.item-a,.item-b,.item-c,.item-d{
    cursor: pointer;
}

.logoSel .item-a{
    position: relative;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
}
.logoSel .item-a.active{
    color: #FF5368;
}
.logoSel .item-a.active:before{
    content: '';
    position: absolute;
    width: 100%;height: 3px;
    background: #FF5368;
    bottom:-20px;
}

.logoform .item-b{
    display: inline-block;
    color: #fff;
    background: #FF5368;
}
.logoform .minin .item-c{
    padding: 10px 0;
    width: 39%;
    text-align: center;
}
.logoform .minin .item-c.active{
    background: #ccc;
}

.logoform .item-c{
    display: inline-block;
    color: #fff;
    background: #FF5368;
}

.logoform .item-d{
    display: inline-block;
    color: #fff;
    background: #FF5368;
}</pre></body></html>