.warp {
    position: relative;
    background: #FAFAFA;
}

.Crumbs {
    background: #FAFAFA;
}

.Crumbs p {
    width: 1000px;
    margin: 0 auto;
    line-height: 60px;
    font-size: 14px;
    color: #666666;
}
.Crumbs p a{
    font-size: 14px;
    color: #666666;
    text-decoration: none;
}

.warpContent {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    z-index: 10;
    position: relative;
}



.form{
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-bottom: 22px;
}
.tel{
    margin-top: 60px;
}
.form input{
    width: 357px;
    height: 38px;
    line-height: 38px;
    border:1px solid rgba(221, 221, 221, 1);
    border-radius:5px;
    padding: 0 6px;
    outline: none;
}
.form input::-webkit-input-placeholder{
    color:#ccc;
}
.form input:-ms-input-placeholder{
    color:#ccc;
}
.form input::-moz-placeholder{
    color:#ccc;
}
.form input:-moz-placeholder{
    color:#ccc;
}
.pas i{
    font-style: normal;
    display: inline-block;
    width: 110px;
    height: 38px;
    line-height: 38px;
    margin-left: 12px;
    cursor: pointer;
    border: 1px solid#f2f2f2;
    opacity: 1;
    background-color: #f2f2f2;
    border-radius: 4px;
    font-weight: 400;
    color: #999;
}
.dotClick{
    cursor: not-allowed!important;
    /* background: #e0e0e0!important; */
}
.pas input{
    width: 235px;
}
.form span{
    margin-right: 16px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.sub{
    width: 375px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #028B7B;
    text-align: center;
    margin: 0 auto;
    margin-top: 60px;
    border-radius: 6px;
    cursor: pointer;
}


.sub:hover{
    background: #026f62;
}

/*轻提示框*/
.mask{
    width:360px;
    height:100px;
    background:rgba(0,0,0,.7);
    border-radius:8px;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 10;
    text-align: center;
    line-height:100px;
    font-size: 16px;
    color:#fff;
    letter-spacing: 1px;
    display:none;
}









