/*弹层*/
    .popupbox-tc-bg-1 {
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px;
        z-index: 999;
        position: absolute;
        background: #000;
        filter: alpha(opacity=30);
        -moz-opacity: 0.3;
        -khtml-opacity: 0.3;
        opacity: 0.3;
        display: none;
    }
    .popupbox-tc-1{
        display:none;
        width:650px;
        height:301px;
        position:fixed;
        z-index:99999;
        top:200px;
    }
    .modal-body-tc {
        width:615px;
        height:301px;
        border:1px solid #bbb;
        padding:0px!important;
        position: absolute;
        z-index: 10;
        
    }
    .modal-body-tc-1 {
        background:url("/images/localize/welcome_bg.png") no-repeat;
    }
    .modal-tc-content {
        font-size: 26px;
        color: #d00208;
        font-family: "微软雅黑";
        text-align: center;
        margin-top: 50px;
    }

        .modal-tc-bottom {
            font-family: "微软雅黑";
            font-size: 22px;
            margin-top: 140px;
        }

            .modal-tc-bottom .bottom-right {
                display: block;
                width: 230px;
                height: 35px;
                line-height:35px;
                text-align: center;
                text-decoration: none;
                color: #fff;
                background: #ff6600;
                margin: 0 auto;
            }
            .modal-tc-bottom .bottom-right:hover {
                background:#ff7a21;
            }
.btn3 {
    float:right;
    margin-top: 1px;
    width:35px;
    height:35px;
    background: #8c8c8c url("/images/bdhht/mainbg.png") no-repeat 0 -120px;
}
.btn3:hover{
    background: #8c8c8c url("/images/bdhht/mainbg.png") no-repeat 0 -155px;
}

.mt73 {
    margin-top: 75px !important;
}

.fz14 {
    font-size: 14px;
    color: #666666;
    margin-bottom:40px;
}

.fz18 {
    font-size: 18px;
}

.cf60 {
    color: #ff6600;
}

.popupbox-tc-bg-2 {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    position: absolute;
    background: #000;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    display:none;
}
.popupbox-tc-2{
    display:none;
    width:650px;
    height:301px;
    position:fixed;
    z-index:99999;
    top:200px;
}
.modal-body-tc-2 {
    background:url("/images/localize/IP_bg.png") no-repeat;
}
.modal-tc-bottom .bottom-start {
    display: block;
    width: 145px;
    height: 30px;
    line-height:30px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #ff6600;
    margin: 0 auto;
    border:1px solid #da730c;
    font-size:13px;
}
.modal-tc-bottom .bottom-start:hover {
    background:#ff7a21;
}