﻿h3 a {
    text-decoration: underline;
    color: inherit;
    cursor: pointer;
}

.btn-blue {
    display: inline-block;
    width: 116px;
    height: 41px;
    margin: 20px 30px 40px 100px;
    background: url(/MiniNamex/images/btn_blue.png) no-repeat;
    text-align: center;
    line-height: 41px;
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0,0,0,.8);
    text-decoration: none;
}

.pop-bg {
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}

.pop-wrap {
    display: none;
    width: 480px;
    margin: 100px auto 0;
    padding: 6px;
    background: rgba(0,0,0,0.2);
    border-radius: 5px;
}

    .pop-bg.on,
    .pop-wrap.on {
        display: block;
    }

.pop {
    position: relative;
    background: #fff;
}

    .pop .cancel {
        text-decoration: none;
    }

    .pop .title {
        padding-left: 30px;
        background: #f3f3f3;
        line-height: 34px;
        font-size: 14px;
        color: #7d7c7c;
    }

        .pop .title input {
            float: right;
            width: 34px;
            height: 34px;
            margin-right: 5px;
            background: none;
            border: none;
        }

    .pop .note-txt {
        padding: 30px;
        line-height: 22px;
        font-size: 12px;
    }

    .pop .yhj-list {
        width: 380px;
        margin: 20px 0 0 30px;
    }

        .pop .yhj-list td {
            height: 46px;
            text-align: left;
        }


.yh {
    display: inline-block;
    margin-left: 10px;
    padding: 0 5px;
    background: #fc6805;
    line-height: 24px;
    text-indent: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    color: #fff;
}

.yh_word {
    float: left;
    max-width: 251px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

    .yh_word:hover {
        /*max-width: none;*/
    }

.popBoxHref {
    color: inherit;
    text-decoration: underline;
}


/*免费名片登录*/
.card_login_top {
    /*float: left;*/
    /*width: 240px;*/ width: auto;
    height: 95px;
    background: url(/MiniNameX/images/Businesscard_images/card_top_bg.jpg) no-repeat center;
}

.card_login_top_tips {
    /*width: 240px;*/ width: auto;
    text-align: center;
    color: #747677;
    /*margin-top: 8px;*/
    /*display: inline;*/ display: block;
}

.card_login_box {
    float: left;
    width: 238px;
    height: 210px;
    border: #e9e9e9 solid 3px;
    margin: 25px 0 0 7px;
    display: inline;
}

.card_login_box_tit {
    float: left;
    margin: 14px 0 0 6px;
    display: inline;
    height: 25px;
    width: 226px;
    text-align: left;
    border-bottom: #d9d9d9 dashed 1px;
}

.card_login_box_m {
    float: left;
    margin-top: 16px;
    text-align: left;
}

    .card_login_box_m li {
        height: 39px;
        padding-left: 7px;
    }

    .card_login_box_m input {
        width: 162px;
        height: 24px;
        border: #ddd solid 1px;
        line-height: 24px;
        padding: 0 4px;
    }

.card_login_box_m_mini {
    float: left;
    margin-top: 16px;
    text-align: left;
}

    .card_login_box_m_mini li {
        height: 35px;
        padding-left: 7px;
    }

    .card_login_box_m_mini input {
        width: 162px;
        height: 24px;
        border: #ddd solid 1px;
        line-height: 24px;
        padding: 0 4px;
    }

.card_login_but {
    float: left; /*width:173px;*/
    margin-left: 20px;
    display: inline;
    text-align: left;
    margin-top: 0px;
}

    .card_login_but span {
        float: left;
        margin-right: 5px;
    }

.card_login_but_reg {
    display: block;
    width: 36px;
    height: 22px;
    line-height: 22px;
    color: #0261a1 !important;
    text-decoration: underline !important;
    text-align: center;
    font-size: 12px;
}

    .card_login_but_reg:hover {
        display: block;
        width: 36px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        color: #0261a1 !important;
        font-weight: bold;
        text-decoration: none !important;
    }

.card_login_but_login {
    display: block;
    width: 95px;
    height: 27px;
    background: url(/MiniNameX/images/allbut.jpg) 210px 392px;
}

    .card_login_but_login:hover {
        background: url(/MiniNameX/images/allbut.jpg) 106px 393px;
    }

.card_login_but_fo {
    display: block;
    width: 55px;
    height: 22px;
    line-height: 22px;
    color: #ff8a16 !important;
    padding-left: 5px;
}

.card_link_login {
    float: left;
    margin-top: 20px;
    width: 240px;
    height: 30px;
    background: url(/MiniNameX/images/Businesscard_images/qq.jpg) no-repeat center;
}

    .card_link_login a {
        float: left;
        display: block;
    }
