#load {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}

.copy-content {
    position: relative;
    margin: 0 auto;
    top: 12%;
    width: 542px;
    background: #fff;
    border: 1px solid #D6D8DC;
    padding: 20px;
}

.copy-content .close-btn {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 3px;
    right: 3px;
    background: url("/static/newbootV2/images/ic_off.png") 0 0 no-repeat #fff;
    cursor: pointer;
}

.copy-box {
    padding: 15px;
    border: 1px solid #D8DADE;
    text-align: center;
    overflow: hidden;
}

.copy-box .code-box {
    padding: 10px;
}

.copy-box h3 {
    line-height: 30px;
    font-size: 18px;
}

.copy-box p {
    font-size: 16px;
}

.copy-box p a {
    color: #1f90e3;
    text-decoration: underline;
}

.code-box .code-bg-l {
    float: left;
    display: inline-block;
    color: #a1491e;
    font-size: 18px;
    line-height: 38px;
    height: 38px;
    padding: 0;
    background: url('/static/newbootV2/images/code_bg_l.png') 0 0 no-repeat #ffe292;
    border-top: 1px solid #ffbe0f;
    border-bottom: 1px solid #ffbe0f;
    width: 278px;
    text-align: center;
    text-transform: uppercase;
}

.code-box .code-bg-r {
    background: url('/static/newbootV2/images/code_bg_r.png') 0 0 no-repeat #ffe292;
    width: 6px;
    height: 38px;
    border-top: 1px solid #ffbe0f;
    border-bottom: 1px solid #ffbe0f;
    float: left;
}

.code-box>button {
    float: right;
    background: #f24b27;
    color: #fff;
    width: 124px;
    line-height: 22px;
    padding: 10px;
    border: none;
}

.sub-merchant {
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
}

.sub-merchant .merchant-banner {
    float: left;
    width: 128px;
    height: 64px;
    line-height: 64px;
    border: 1px solid #eee;
    text-align: center;
    overflow: hidden;
}

.sub-merchant .merchant-banner img {
    max-width: 100%;
    max-height: 100%;
}

.sub-merchant .merchant-title {
    float: right;
    width: 360px;
    height: 64px;
}

.sub-merchant .merchant-title h2 {
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    padding: 0;
    margin: 10px 0 0;
}

.sub-merchant .merchant-title p {
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    margin: 0;
}

.sub-form {
    overflow: hidden;
    width: 100%;
    margin-top: 20px;
}

.sub-form input {
    padding: 2px 10px;
    border: 1px solid #ddd;
    line-height: 28px;
    width: 376px;
}

.sub-form button {
    background: #80C269;
    color: #fff;
    height: 34px;
    line-height: 32px;
    padding: 2px 10px;
    width: 90px;
    margin-left: 5px;
    border: none;
}

.sub-box .sub-foot {
    line-height: 28px;
    font-size: 13px;
    color:#999;
    padding-top: 10px;
}

.sub-form .sub-error {
    display: none;
    color: red;
    font-size: 13px;
}

.sub-form .sub-success {
    display: none;
    color: #999;
    font-size: 16px;
}
