 /*弹窗部分 20180705*/
 .popbg{
    position:fixed;
    top:0;left:0;right:0;bottom:0;z-index:10000;
    background: rgba(0,0,0,0.5)
 }
 .popBox{
    background: #fff;
    width: 460px;
    border-radius:5px;
    padding: 50px 45px;
    position: fixed;
    z-index: 10001;
    top:20%;
    left:50%;
    margin-left:-275px;
}
.state_1_title{
    font-size: 16px;
    color:#333;
    padding: 0 15px;
    line-height: 28px;
    text-align: center;
}
.close_icon{
    font-size: 40px;
    position: absolute;
    top:0;
    right: 10px;
    cursor: pointer;
}
.state_1 input[type="text"]{
    outline: none;
    display: block;
    width: 100%;
    height: 46px;
    padding-left: 10px;
    border: 1px solid  #cecece;
    border-radius:5px;
    margin-top: 12px;
    box-sizing: border-box;
    line-height: 46px;
}
.state_1 input::-webkit-input-placeholder {color:#999;font-size: 16px;}
.state_1 input:-moz-placeholder {color:#999;font-size: 16px;}
.state_1 input::-moz-placeholder {color:#999;font-size: 16px;}
.state_1 input::-moz-placeholder {color:#999;font-size: 16px;}
.state_1 input:-ms-input-placeholder {color:#999;font-size: 16px;}
.input_block{
    padding: 20px 0 0 0;
}
.open_btn{
    width: 100%;
    background: #5677dd;
    color:#fff;
    outline: none;
    border: none;
    height: 50px;
    border-radius:5px;
    font-size: 18px;
    cursor: pointer;
}
.state_2_title{
    color:#333;
    font-size: 24px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    vertical-align: middle;
}
.check_icon{
    width: 33px;
    height: 29px;
    display: inline-block;
    background: url(/ygl/image/check_right.png) no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.sure_btn{
    margin-top: 28px;
}
.errmsg{height:32px;line-height: 32px;color:red;font-size: 12px}