         /*登录界面*/
 .dljm {
            width: 100%;
            height: 100%;
            position: fixed;
            background-color: rgba(0, 0, 0, 0.5);
            filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000, endcolorstr=#7F000000);
            z-index: 120;
        }

        .yhdl_nr {
            width: 350px;
            height: 500px;
            margin: 0 auto;
            background: #fff;
            box-shadow: 0px 0px 5px #999;
            -moz-box-shadow: 0px 0px 5px #999;
            -ms-box-shadow: 0px 0px 5px #999;
            -o-box-shadow: 0px 0px 5px #999;
            -webkit-box-shadow: 0px 0px 5px #999;
            padding: 0 24px 24px 24px;
            margin-top: 8%;
            position: relative;
        }

        .dl_tit {
            height: 73px;
            line-height: 73px;
        }

        .dl_tit h4 {
            font-size: 18px;
            font-weight: bold;
        }

        .yhdl_nr p {
            width: 350px;
            height: 36px;
            line-height: 36px;
            border: 1px solid #b4b4b4;
            margin-bottom: 16px;
        }

        .yhdl_nr p.icon01 {
            background: url('/images/20171101fjstsg_yhdl_icon01.png') 10px center no-repeat #FFF;
            vertical-align: middle;
        }

        .yhdl_nr p.icon02 {
            background: url('/images/20171101fjstsg_yhdl_icon02.png') 12px center no-repeat #FFF;
        }

        .yhdl_nr p.icon03 {
            background: url('/images/20171101fjstsg_yhdl_icon03.png') 12px center no-repeat #FFF;
        }

        .dl_inp {
            width: 299px;
            height: 36px;
            line-height: 36px;
            padding-left: 12px;
            background: url('/images/20171101fjstsg_yhdl_icon05.png') left center no-repeat;
            border: none;
            color: #999;
            font-family: "微软雅黑";
        }

        .dl_inp01 {
            width: 210px;
            height: 36px;
            line-height: 36px;
            padding-left: 12px;
            background: url('/images/20171101fjstsg_yhdl_icon05.png') left center no-repeat;
            border: none;
            color: #999;
            margin-left: 38px;
            font-family: "微软雅黑";
        }

        .yhdl_nr p span {
            width: 77px;
            height: 28px;
        }

        .bs_inp_btn01 {
            width: 158px;
            height: 40px;
            line-height: 40px;
            background: #00a0f3;
            color: #FFF;
            cursor: pointer;
            font-size: 14px;
            font-family: "微软雅黑";
            border: none;
            font-size: 16px;
        }

        .bs_inp_btn02 {
            width: 158px;
            height: 40px;
            line-height: 40px;
            background: #f35600;
            color: #FFF;
            cursor: pointer;
            font-size: 14px;
            font-family: "微软雅黑";
            border: none;
            font-size: 16px;
        }

        .wj_word {
            height: 40px;
        }

        .wj_word em a {
            color: #666;
            font-size: 13px;
            padding: 0 5px;
        }

        .wj_word h4 a {
            color: #1d50c4;
            font-size: 13px;
        }

        .yjts {
            padding: 5px;
            border: 1px dashed #bfbfbf;
            margin-bottom: 15px;
        }

        .gd_btn {
            width: 30px;
            height: 30px;
            background: #fd0000;
            position: absolute;
            right: -10px;
            border-radius: 50px;
            -moz-border-radius: 50px;
            -ms-border-radius: 50px;
            -o-border-radius: 50px;
            -webkit-border-radius: 50px;
            text-align: center;
            top: -15px;
        }

        .gd_btn a {
            width: 30px;
            height: 30px;
            display: block;
            font-size: 20px;
            color: #fff;
            line-height: 30px;
            text-decoration: none;
        }