﻿



.name {
    display: inline-block;
    color: #ffcd66;
    width: 60px;
    margin-left: 15px;
}

.zhucesong {
    color: #fff;
    margin-left: 22px;
}

.left_layout {
    height: 140px;
    overflow: hidden;
}



.bg {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0, 0, 0, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7f000000', endColorstr='#7f000000');
    _background: #000;
    display: none;
}

.alert {
    width: 681px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -340.5px;
    /* background: #fff; */
    background-color: #000;
    /* border: 3px solid #cc3129; */
    border: 3px solid #e2d67f;
    border-radius: 5px;
    z-index: 2000;
    display: none;
    overflow-y: auto;
    color: #e2d67f;
}

.alert_tl {
    padding: 30px 0px;
    text-align: center;
}

/*.alert_form{padding: 30px 0px 40px 0px;}*/
.alert_gp {
    padding-left: 140px;
    margin-top: 15px;
}

.alert_gp_name {
    display: block;
    width: 100px;
    text-align: right;
    /* color: #333; */
    color: #e2d67f;
    font-size: 14px;
    line-height: 31px;
}

.alert_gp input {
    width: 288px;
    height: 36px;
    line-height: 36px;
    background: #fff;
    border: 1px solid #b59f63;
    border-radius: 5px;
    color: #000;
    margin-left: 16px;
    padding-left: 10px;
}
.alert_gp input::placeholder{
    color:#000;
}

.bi {
    line-height: 31px;
    /* color: #cd0000; */
    color: #e2d67f;
    font-size: 18px;
    margin-left: 10px;
}

.alert_gp select {
    width: 300px;
    height: 36px;
    border: 1px solid #b59f63;
    border-radius: 5px;
    margin-left: 16px;
    background: #fff;
    color: #000;
    padding: 0px 10px;
    font-family: "microsoft yahei";
}

.aler_btn {
    padding: 30px 0px;
    text-align: center;
}

.aler_btn a {
    display: inline-block;
    /* height: 48px;
    width: 207px; */
    height: 41px;
    width: 120px;
    text-align: center;
    font-size: 14px;
    margin: 0px 10px;
}

.btn_y {
    background: url(../images/btn-search.png) no-repeat;
    color: #3a210a;
}

.btn_y:hover {
    color: #3a210a;
    opacity: 0.9;
}

.btn_red {
    background: url(../images/index2_03-02.png) no-repeat;
    color: #ffffff;
}

.btn_red:hover {
    color: #ffffff;
    opacity: 0.9;
}

.cha {
    display: block;
    background: url(../images/i-close.png) no-repeat;
    /* width: 118px;
    height: 123px; */
    width: 48px;
    height: 48px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 3000;
}
.cha:hover {
    opacity: 0.9;
}

.search_alert {
    margin-top: -170.5px;
}

.sq_alert {
    top: 50%;
    margin-top: -250px;
    height: 500px;
    padding-bottom: 20px;
}

.yzm img {
    width: 64px;
    height: 26px;
    margin-top: 2.5px;
    margin-left: 10px;
}

.yzm input {
    width: 84px;
}

/*审核查询结果*/
.con2 h2 {
    /* color: rgb(244,17,25); */
    color: #e2d67f;
    font-size: 24px;
    margin-top: 26px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 30px;
}

.con2 table {
    width: 600px;
    margin: 0 auto;
}

.con2 table tr td {
    /* border: 1px solid #545454; */
    border: 1px solid #e2d67f;
    line-height: 25px;
    /* color: #959595; */
    color: #e2d67f;
    font-size: 14px;
    text-align: center;
    padding: 5px 0;
}

/*修改*/
.clearfix {
    zoom: 1;
}

/*==for IE6/7 Maxthon2==*/
.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.clear {
    overflow: hidden;
}


.consociation {
    width: 1020px;
    height: 31px;
    background: url(../images/bottom.png);
    margin: auto;
}

.mt20 {
    margin-top: 20px;
}

.fixedNav {
    width: 87px;
    height: auto;
    position: absolute;
    top: 50px;
    left: -87px;
    z-index: 100;
}

.fixedNav li {
    background: #3C3E46;
    width: 87px;
    margin-top: 10px;
    text-align: center;
    padding: 3px 0 5px;
    line-height: 20px;
}

.fixedNav li:hover {
    background: #AD975E;
}

.fixedNav li p {
    color: #fff;
}

.icon {
    width: 33px;
    height: 32px;
    background: url(../images/icons.png);
    display: inline-block;
    margin-top: 10px;
}

.icon-lv {
    background-position: 0 -32px;
}

.icon-ol {
    background-position: 0 -64px;
}

.fixedLi {
    height: 76px;
}

.fixedLi a {
    display: block;
    width: 100%;
    height: 100%;
}

/*颜色*/
.orange {
    /* color: #3f3f3f; */
    color: #fff;
    display: inline-block;
}

/*滚动条样式*/

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 10px;
    height: 16px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 0px;
    background-color: #1B1B1B;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}

.alert {
    scrollbar-arrow-color: #1B1B1B; /*图6,三角箭头的颜色*/
    scrollbar-face-color: #555; /*图5,立体滚动条的颜色*/
    scrollbar-3dlight-color: #1B1B1B; /*图1,立体滚动条亮边的颜色*/
    scrollbar-highlight-color: #1B1B1B; /*图2,滚动条空白部分的颜色*/
    scrollbar-shadow-color: #1B1B1B; /*图3,立体滚动条阴影的颜色*/
    scrollbar-darkshadow-color: #1B1B1B; /*图4,立体滚动条强阴影的颜色*/
    scrollbar-track-color: #1B1B1B; /*图7,立体滚动条背景颜色*/
    scrollbar-base-color: #1B1B1B; /*滚动条的基本颜色*/
}



.wrap-inner {
    width: 1000px;
    margin: 0 auto;
    clear: both;
}

.wrap-inner:after {
    content: '';
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}


/*
    antiai modify
    2018/11/23
*/
.find-layer .con1 {
    padding: 0 40px;
    text-align: center;
}

.query_option {
    padding: 9px;
    border-radius: 5px;
    border: 1px solid #999;
}
input.query_option::placeholder{
    color:#000000;
}
.searchBtn {
    background: url(../images/find-btn.png);
    /* width: 100px;
    height: 35px; */
    width: 95px;
    height: 37px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 10px;
}
.searchBtn:hover {
    opacity: 0.9;
}

.subbtn {
    background: url(../images/get-btn.png);
    float: right;
    /* width: 150px;
    height: 35px; */
    width: 120px;
    height: 41px;
    margin: 20px 40px 0;
}
.subbtn:hover {
    opacity: 0.9;
}

.receive-con {
    margin-top: 10px;
}

.content {
    padding: 40px;
    line-height: 1.6;
}

.content h3 {
    font-size: 16px;
}
