body{
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    min-height: 100vh;
    font-family: 'Microsoft YaHei', Arial, sans-serif;
}

/*新登录注册容器*/
.bfbnewreg{
    padding: 50px 0;
    min-height: calc(100vh - 200px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.regmain{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.regmain .regcenter{
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 50px 60px;
    width: 100%;
    max-width: 480px;
    position: relative;
    animation: slideUp 0.5s ease-out;
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.regmain .regcenter .cap{
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
}

.regmain .regcenter .cap a{
    display: inline-block;
    margin: 0 15px;
    font-size: 18px;
    color: #999;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.regmain .regcenter .cap .a0{
    font-size: 18px;
}

.regmain .regcenter .cap .a1{
    font-size: 28px;
    font-weight: 700;
    color: #667eea;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.regmain .regcenter .cap span{
    display: inline-block;
    width: 2px;
    height: 20px;
    background: #ddd;
    vertical-align: middle;
    margin: 0 10px;
}

.regmain .regcenter .u1{
    width: 100%;
    height: auto;
    margin: 20px 0;
    position: relative;
}

.regmain .regcenter .u1 li{
    display: block;
    width: 100%;
}

.regmain .regcenter .u1 .l1{
    width: 100%;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.regmain .regcenter .u1 .l2{
    width: 100%;
    position: relative;
}

.regmain .regcenter .u1 .l2 input{
    width: 100%;
    border: 2px solid #e8e8e8;
    height: 50px;
    font-size: 15px;
    padding: 0 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #fff;
    box-sizing: border-box;
}

.regmain .regcenter .u1 .l2 input:focus{
    border-color: #667eea;
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.regmain .regcenter .u1 .l2 .inp1{
    width: calc(100% - 140px);
    border-radius: 10px 0 0 10px;
}

.regmain .regcenter .u1 .l2 a{
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 0 10px 10px 0;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.regmain .regcenter .u1 .l2 a:hover{
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.regmain .regcenter .regts{
    width: 100%;
    min-height: 25px;
    margin: 8px 0 0 0;
    display: flex;
    align-items: center;
}

.regmain .regcenter .regts span{
    display: inline-block;
}

.regmain .regcenter .regts .s1{
    margin-right: 8px;
}

.regmain .regcenter .regts .s2{
    font-size: 13px;
    color: #666;
}

.regmain .regcenter .regts .red{
    color: #ff4757;
}

.regmain .regcenter .dbtn{
    width: 100%;
    margin: 35px 0 25px 0;
}

.regmain .regcenter .dbtn input{
    width: 100%;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.regmain .regcenter .dbtn input:hover{
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}

.regmain .regcenter .dbtn input:active{
    transform: translateY(-1px);
}

.regmain .regcenter .d1{
    width: 100%;
    text-align: center;
    margin: 25px 0 20px 0;
}

.regmain .regcenter .d1 a{
    display: inline-block;
    color: #667eea;
    padding: 8px 20px;
    border-radius: 20px;
    margin: 0 8px;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.regmain .regcenter .d1 a:hover{
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
}

.regmain .regcenter .d2{
    width: 100%;
    color: #999;
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
}

.regmain .regcenter .d2 a{
    color: #667eea;
    text-decoration: none;
    transition: all 0.3s ease;
}

.regmain .regcenter .d2 a:hover{
    color: #764ba2;
    text-decoration: underline;
}

.regmain .regright{
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: 150px;
}

.regmain .regright .img1{
    width: 100%;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.regmain .regright .img1:hover{
    transform: scale(1.05);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.regmain .regright #wxloginm{
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    z-index: 100;
}

/*找回密码*/
.getmm{
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 50px;
    animation: slideUp 0.5s ease-out;
}

.getmmcap{
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.getmmcap a{
    display: inline-block;
    margin: 0 30px;
    font-size: 18px;
    color: #999;
    text-decoration: none;
    transition: all 0.3s ease;
}

.getmmcap .a1{
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.getmm .u1{
    width: 100%;
    margin: 20px 0;
    position: relative;
}

.getmm .u1 li{
    display: block;
    width: 100%;
}

.getmm .u1 .l1{
    width: 100%;
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 500;
}

.getmm .u1 .l2{
    width: 100%;
    position: relative;
}

.getmm .u1 .l2 input{
    width: 100%;
    border: 2px solid #e8e8e8;
    height: 50px;
    font-size: 15px;
    padding: 0 15px;
    border-radius: 10px;
    transition: all 0.3s ease;
    background: #fff;
    box-sizing: border-box;
}

.getmm .u1 .l2 input:focus{
    border-color: #667eea;
    outline: none;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.getmm .u1 .l2 .inp1{
    width: calc(100% - 140px);
    border-radius: 10px 0 0 10px;
}

.getmm .u1 .l2 a{
    position: absolute;
    right: 0;
    top: 0;
    width: 135px;
    height: 50px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 0 10px 10px 0;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.getmm .u1 .l2 a:hover{
    background: linear-gradient(135deg, #764ba2 0%, #667eea 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

.getmm .dbtn{
    width: 100%;
    margin: 35px 0 0 0;
}

.getmm .dbtn input{
    width: 100%;
    height: 55px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 25px rgba(102, 126, 234, 0.3);
}

.getmm .dbtn input:hover{
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(102, 126, 234, 0.4);
}

/*公众号扫*/
.gzhsao{
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    padding: 50px;
    animation: slideUp 0.5s ease-out;
}

.gzhsao .gzhsaocap{
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 35px;
}

.gzhsao .gzhsaocap a{
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-decoration: none;
}

.gzhsao .gzhsaocap .a1{
    color: #667eea;
}

.gzhsao .gzhewm{
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

.gzhsao .gzhewm img{
    width: 250px;
    height: 250px;
    border: 3px solid #e8e8e8;
    border-radius: 15px;
    padding: 15px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.gzhsao .gzhts{
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
    color: #667eea;
    font-size: 16px;
    font-weight: 500;
}








