
.mask{
    display: none;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
}
.pop{
    display: none;
    position: fixed;
    text-align: center;
    width: 480px;
    height:535px;
    background: #fff;
    z-index: 999;
}
.pop_1{
    position: relative;
    width:100%;
    height:133px;
    background: url("../image/alert_box1.png") no-repeat;
    background-size: 100%;
}
.pop_1 h3{
    padding-top: 35px;
    font-size: 24px;
    color: #ffffff;
}
.pop_1 p{
    margin-top: 20px;
    font-size: 24px;
    color: #fff;
}
.pop_1 a.close{
    background: #fff;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    display: inline-block;
    width:36px;
    height:36px;
    line-height: 36px;
    position: absolute;
    font-size: 24px;
    color: #989898;
    right:-18px;
    top:-18px;
}
.pop_1 a.close:hover{
    background: #E2DFDF;
}
.pop_2{
    width:480px;
    height:396px;
    padding: 30px;
    font-size: 0;
    text-align: center;
}
.pop_2 input{
    padding-left:15px;
    font-size:20px;
    display: inline-block;
    width:100%;
    height:60px;
    line-height:60px;
    color: #999;
    border: 1px solid #D6D6D6;
    margin-bottom: 30px;
}
.pop_2 input.error{
    border-color: #D81C2D;
}

.pop_2 input:nth-child(3){
    float: left;
    width:220px;
}
.pop a.getCode{
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width:165px;
    display: inline-block;
    color: #fff;
    background: #162c53;
    text-align: center;
    height:60px;
    line-height: 60px;
    margin-left: 15px;
    font-size: 20px;
}
.pop a.submit{
    float: left;
    display: inline-block;
    width:420px;
    height:60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #122B53;
    font-size: 20px;
}
.pop a.submit:hover{
    background: #18396F;
}
