﻿@charset "utf-8";

   .zjtc {
            width: 700px;
            height: 420px;
            display: none;
            position: fixed;
            left: 50%;
            margin-left: -350px;
            top: 50%;
            margin-top: -210px;
            z-index: 999;
            background: url(/dcb_1.jpg) no-repeat center;
            overflow: hidden;
            z-index:1111;
        }
        .zjtc a.coolsclose {
            display: block;
            width: 40px;
            height: 40px;
            position: absolute;
            margin-left: 660px;
        }

        .zjtc div.right {
            width: 320px;
            height: 300px;
            display: block;
            float: left;
            margin-top: 120px;
            font-size: 14px;
        }

        .zjtc div.right div.shiqi {
            width: 300px;
            height: 40px;
            margin-top: 76px;
            margin-left: 15px;
        }

        .zjtc div.right div.shiqi a {
            width: 80px;
            height: 30px;
            display: block;
            text-align: center;
            line-height: 30px;
            float: left;
            margin: 0 5px;
            background: #FFF;
            color: #000;
            border-radius: 10px;
            border: #000 1px solid;
font-size: 12px;
        }
        .zjtc div.right div.fengge {
            width: 300px;
            height: 130px;
            margin-top: 30px;
            margin-left: 15px;
        }

        .zjtc div.right div.fengge a {
            width: 80px;
            height: 30px;
            display: block;
            text-align: center;
            line-height: 30px;
            float: left;
            margin: 2.5px 5px;
            background: #FFF;
            color: #000;
            border-radius: 10px;
            border: #000 1px solid;
        }

        .zjtc div.right div.shiqi a.hover {
            background: #4fc9fe;
            color: #FFF;
        }
        .zjtc div.right div.fengge a.hover {
            background: #4fc9fe;
            color: #FFF;
        }
        .zjtc div.left {
            width: 380px;
            height: 300px;
            display: block;
            float: left;
            margin-top: 120px;
        }
        .zjtc div.left div.one {
            width: 290px;
            height: 30px;
            margin-top: 75px;
            margin-left: 30px;
        }
        .zjtc div.left div.one input {
            display: block;
            width: 280px;
            height: 30px;
            line-height: 30px;
            padding-left: 10px;
            background: none;
            border: none;
            outline: none;
        }
        .zjtc div.left div.one a {
            display: block;
            float: left;
            width: 145px;
            height: 30px;
        }

        .heiquan_2 {
            width: 100%;
            height: 100%;
            position: fixed;
            display: none;
            top: 0px;
            background: rgba(0, 0, 0, 0.5);
            z-index: 998;
        }
