﻿
/*1---------------------------*/
#loginbtn{
    margin-bottom:20px;
}
.coagent {
    margin-left: 70px;
}
.coagent ul {
   list-style: none;
}
.coagent ul li {
    float: left;
    width:150px;
    height:30px;
}
.coagent li a.pdl
{
    display: inline-block;
    position: relative;

}
.coagent li a.pdl b.weixin-icon {
    background-position: -20px 0;
}
.coagent li a.pdl b {
    width: 19px;
    height: 18px;
    display: block;
    background: url(/images/QQ-weixin.png) no-repeat;
    margin: 0 auto;
    position: absolute;
    float: left;
    left: 0;
    top: 0;
}
.coagent ul li span {
    font-size: 14px;
    color: #595959;
    font-weight: 400;
    display:inline;
    margin:0px;
    padding-left:20px;
}
/*2---------------------------*/
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
}

.modal-content {
    position: relative;
    width: 400px;
    margin:20px auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.modal-header {
    padding: 15px;
    text-align: right;
    background: #fafafa;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
}

    .close-btn:hover {
        color: #666;
    }

.modal-body {
    padding:15px;
    text-align: center;
}

.modal-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 10px;
}

.modal-desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 25px;
}

.qr-container {
    padding: 15px;
    border: 1px solid #eee;
    display: inline-block;
    margin-bottom: 10px;
}

.qr-code {
    width: 200px;
    height: 200px;
}

.scan-tip {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
}

.footer-note {
    font-size: 12px;
    color: #bbb;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
}
/*3--------------------------*/
.bind-member-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
    display: none;
}

.bind-member-modal-content {
    position: relative;
    width: 420px;
    margin: 100px auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.bind-member-modal-header {
    padding: 20px;
    text-align: center;
    background: #fafafa;
    border-bottom: 1px solid #eee;
}

.bind-member-modal-title {
    font-size: 20px;
    color: #333;
    font-weight: 500;
}

.bind-member-modal-body {
    padding: 30px;
    text-align: center;
}

.bind-member-form-group {
    margin-bottom: 20px;
    text-align: left;
}

.bind-member-form-label {
    display: block;
    margin-bottom: 8px;
    color: #666;
    font-size: 14px;
}

.bind-member-form-input {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

    .bind-member-form-input:focus {
        border-color: #eb3838;
        outline: none;
    }

.bind-member-btn-group {
    margin-top: 30px;
}

.bind-member-confirm-btn {
    width: 100%;
    padding: 12px;
    background: #eb3838;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: background 0.3s;
}

    .bind-member-confirm-btn:hover {
        background: #eb3838;
    }

.bind-member-skip-btn {
    width: 100%;
    padding: 12px;
    background: #fff;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

    .bind-member-skip-btn:hover {
        background: #f5f5f5;
        border-color: #999;
    }

.bind-member-close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
}

.bind-member-close-btn:hover {
    color: #666;
}