﻿ /*创建用户弹窗*/

    #bd_bgDiv {
        display: none;
        position: absolute;
        text-align: center;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0;
        overflow: hidden;
        background: #000;
        filter: alpha(opacity=70);
        opacity: 0.7;
        margin-bottom: -9999px;
        padding-bottom: 9999px;
        z-index: 999;
    }

    .zhuce_tc {
        width: 434px;
        height: 241px;
        background: url(/style/images/zhuce_tc_bg.png) top center no-repeat;
        z-index: 10001;
        position: fixed;
        left: 50%;
        margin-left: -217px;
        top: 25%;
        z-index: 9999;
        display: none;
    }

        .zhuce_tc .zhuce_tc_top {
            height: 40px;
            position: relative;
            width: 100%;
        }

            .zhuce_tc .zhuce_tc_top .zhuce_tc_close {
                position: absolute;
                right: 14px;
                top: 15px;
                cursor: pointer;
                width: 18px;
                height: 19px;
                display: block;
            }

        .zhuce_tc .zhuce_tc_yzm {
            width: 325px;
            margin: 21px 0 0 50px;
        }

            .zhuce_tc .zhuce_tc_yzm input {
                width: 189px;
                padding-left: 10px;
                color: #000;
                font-family: "新宋体";
                font-size: 14px;
                height: 45px;
                background: url(/style/images/zhuce_tc_input_bg.png) center no-repeat;
                float: left;
            }

            .zhuce_tc .zhuce_tc_yzm span {
                float: left;
                border: 1px solid #c8c8c8;
                display: block;
                width: 124px;
                height: 43px;
            }

                .zhuce_tc .zhuce_tc_yzm span img {
                    width: 124px;
                    height: 43px;
                    cursor: pointer;
                }

        .zhuce_tc .zhuce_tc_yes {
            margin: 30px 0 0 112px;
            width: 193px;
            height: 50px;
        }

            .zhuce_tc .zhuce_tc_yes input {
                color: #fff;
                font-size: 18px;
                font-family: "微软雅黑";
                width: 193px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                background: url(/style/images/zhuce_tc_yes.png) center no-repeat;
                cursor: pointer;
                font-weight: bold;
            }

            .zhuce_tc .zhuce_tc_yes input:hover {
                    background: url(/style/images/zhuce_tc_yes_hover.png) center no-repeat;
                }