

.customerfw_top2,.customerfw_top3{
    height: auto;
    line-height: 40px;
    margin: 0 auto;
    font-family: "microsoft yahei", Microsoft Yahei;
    text-align: center;
}

.customerfw_top{

    width: 100%;
    text-align: center;
    height: auto;
    line-height: 40px;
    font-size: 3em;
    font-weight:600;
    color: #000000;

}
.customerfw_top2{
    width: 75%;
    margin: 0 auto;
    margin-top: 3%;
    font-size: 1.5em;
    color: #878787;
    letter-spacing: 0.1em;
    height: auto;

    line-height: 30px;
    text-align: center;


}
.customerfw_top3{
    width: 80%;
    height: auto;
    line-height: 35px;
    font-size: 1.5em;
    color: #74c2ea;
    letter-spacing: 0.1em;
}
.customerfw_center{
    /* width: 100%;
    height: 550px;
    background: url("./logo.png")center no-repeat;
    -webkit-background-size:100% 100%;
    background-size:100% 100%; */
    padding-top: 30px;

}


.input_gen{
    display: block;
    width: 88%;
    margin: 0 auto;
    height: 71px;
    outline:none;
    border-bottom-right-radius:2px;
    position: relative;

}
.customerfw_center_input{
    display: block;
    width: 86%;
    height:3.5em;
    margin: 0 auto;
    background-color: #ffffff;
    line-height: 3.5em;
    padding-top: 1vw;
    font-size: 1.4em;
    border: rgba(0,0,0,0.1);
    outline:none;
    text-indent: 35px;
    border-radius: 24px;
    box-shadow:0 0 5px rgba(0,0,0,0.27),0 0 20px  rgba(0,0,0,.1) ; 
    color: #C2C2C2;
    box-sizing: border-box;
}
.input_gen:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 99%;
    /* background-image: linear-gradient(to right, #fff , rgba(33,94,154,0.5)); */

}

.customerfw_center_input::-webkit-input-placeholder { /* WebKit browsers */
    color: #cccccc;
    font-size: 1.3em;
    text-indent: 35px;
}

.customerfw_center_input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #cccccc;
    font-size: 1.3em;
    text-indent: 35px;
}

.customerfw_center_input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #cccccc;
    font-size:1.3em;
    text-indent: 35px;
}
.subimt_in{
    width: 100%;
    height: 63px;
    margin-top: 20px;
	position: relative;
}
.customerfw_center_submit{
    width: 70%;
    display: flex;
    justify-content: center;
    height: 60px;
    margin: 0 auto;
    position: relative;

}
.show img{
    width: 75%;
}
.customerfw_center_submit img{
    height: 36px;
    margin: 0 26px;
}
#btnQuery:active,#btnReset:active{
    top: 2px; /**向下偏移2px **/
}
.customerfw_fotter{
    width: 95%;
    margin: 0 auto;
    color:#878787;
    font-size: 1.4em;
}
.customerfw_fotter_top{
    width: 90%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    letter-spacing: 0.1em;
    font-size: 1em;
}
.customerfw_fotter_ul{
    width: 85%;
    margin: 0 auto;
    height: auto;

}
.customerfw_fotter_ul>li{
    list-style-type: decimal;
    width: 95%;
    height: auto;
    line-height: 35px;
    font-size: 1em;
}


/*-------------------------------*/

.m-toast-inner { display: none; position: absolute;left:50%;top:50%;width: auto;text-align: center; font-size: 1em;
    width: 170px;
    margin-left: -85px;
    z-index: 999;
}
.m-toast-inner-text{
   padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    font-size: 0.9em;
    color: #FFFFFF;
    letter-spacing: 0.1em;
    line-height: 60px;
    background: rgba(0,0,0,0.5);
    border-radius: 8px;
    text-align: center;

}
.main{
    margin-top: 50%;
}