/*咨询窗口 start*/
.zixunbox {
    width: 100%;
    height: 3000px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    background: rgba(0,1,1,0.8);
}

#ziXun {
    width: 893px;
    height: 835px;
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    /* height: 3000px;
    position: fixed;
    top: -10px;
    z-index: 999;
    display: none; */
}
.ziXun-1 {
    width: 100%;
    background: url("../images/睁眼.png") no-repeat 62% 0 ;
}
.ziXun-2 {
    background: url("../images/闭眼.png") no-repeat 62% 0   ;
}

label {
    font-weight: normal !important;
}

.ziXun-inner {
    width: 420px;
    height: 400px;
    position: absolute;
    bottom: 93px;
    left: 130px ;   
    z-index: 99999;
    color: #6d6e6e;
}

.ziXun-inner h1{
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
   /* margin-bottom: 46px;*/
    margin-bottom: 40px;
}

.ziXun-inner p{

    font-size: 12px;
    /*    text-align: center;*/
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 0;
}

.form {
    margin-top: 16px;
}

.form label {
    margin-bottom: 10px;
}

.ziXun-inner a {
    display: block;
    width: 150px;
    height: 40px;
    background-color: #1890ff;
    margin: 22px auto 0;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    font-size: 16px;
    text-decoration: none;
}

.ziXun-inner a:hover {
    text-decoration: none;
    color: #fff;
}

#ziXunBtn {
    display: block;
    width: 37px;
    height: 37px;
    background: url("../images/退出.png") no-repeat ;
    /* margin: 45% 49.8% 0; */
    z-index: 9999;
    position: absolute;

    bottom:  -40px ;
    left: 36%;
    /* transform: translateX(-40%); */
}


#submitBtn {
    display: block;
    width: 140px;
    height: 48px;
    /*background-color: pink;*/
    border: 1px solid #ffffff;
    border-radius: 6px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 800;
    margin-left: 34%;
}

#submitBtn:hover {
    display: block;
    width: 140px;
    height: 48px;
    /*background-color: pink;*/
    border: 1px solid #ffffff;
    border-radius: 6px;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    font-weight: 800;
    margin-left: 34%;
}

/*咨询窗口 end*/
