﻿@charset "utf-8";
/* common */
.l-text-focus, .l-text:focus {
    border-color: #74B7F9;
}

.topvebanner {
    margin: 0 auto;
    width: 100%;
    min-height: 188px;
    overflow: hidden;
    margin-top: 1px;
    max-width: 1920px;
}

    .topvebanner img {
        width: 100%;
    }

.div_new_bh_pd_mg {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
}

.div_new_bh_pd_mg2 {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

.czw_pc_web_width {
    width: 1018px;
    margin-left: auto;
    margin-right: auto;
}

.mainform .ne-view {
    margin: 0 auto;
    margin-top: 20px;
    background: #ffffff;
    margin-bottom: 20px;
    border: 1px solid #c8c8dd;
    -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.czw-btn {
    display: inline-block;
    margin: 0;
    padding: 0 23px;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    border: 1px solid #c1c1c1;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.15);
    background: #fff;
    background: -moz-linear-gradient(top, #fff, #f4f5f6);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#f4f5f6));
    background: -o-linear-gradient(top, #fff, #f4f5f6);
    background: -ms-linear-gradient(top, #fff 0%,#f4f5f6 100%);
    background: linear-gradient(top, #fff, #f4f5f6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f4f5f6');
    color: #555;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
}

.czw-btn-blue, .czw-btn-add {
    border: 1px solid #00b6ed;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    background: #00b6ed;
    background: -moz-linear-gradient(top, #00b6ed, #00b6ed);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#00b6ed), to(#00b6ed));
    background: -o-linear-gradient(top, #00b6ed, #00b6ed);
    background: -ms-linear-gradient(top, #00b6ed 0%,#00b6ed 100%);
    background: linear-gradient(top, #00b6ed, #00b6ed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00b6ed', endColorstr='#00b6ed');
    font-weight: bold;
    color: #fff;
    text-shadow: 0 2px 2px rgba(0,0,0,0.22);
}

    .czw-btn-blue:hover, .czw-btn-add:hover {
        background: #4999bb;
        color: #fff;
    }

    .czw-btn-blue:active, .czw-btn-add:active {
        background: -moz-linear-gradient(top, #4999bb, #4999bb);
        background: -webkit-gradient(linear, 0 0, 0 100%, from(#4999bb), to(#4999bb));
        background: -o-linear-gradient(top, #4999bb, #4999bb);
        background: -ms-linear-gradient(top, #4999bb 0%,#4999bb 100%);
        background: linear-gradient(top, #4999bb, #4999bb);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4999bb', endColorstr='#4999bb');
    }

.l-text-field {
    height: 28px;
}

.l-text {
    height: 28px;
}

.piaochecked {
    width: 20px;
    height: 20px;
    float: left;
    cursor: pointer;
    text-align: center;
    background-image: url(/images/checkbox_01.gif);
    background-repeat: no-repeat;
    background-position: 0 0;
}

.on_check {
    background-position: 0 -21px;
}

.radioclass {
    opacity: 0;
    cursor: pointer;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
