.hw-overlay{display:none; position: fixed; top:0;left:0;width:100%;height:100%; background-color: rgba(0,0,0,0.6); z-index:10;}
.hw-layer-wrap{box-sizing:border-box; width:570px; position:absolute;left:50%;top:50%; margin-left:-285px; border-radius:3px; background-color:#fff; box-shadow:1px 2px 4px 0 rgba(0,0,0,0.12); padding:15px 20px 35px 20px; *padding:0 0 15px 0; z-index:11;}
.hw-layer-bg{ position:fixed; top:0; left:0; width:100%; height:100%; background-color:#000; opacity:0.6; filter:alpha(opacity=60); z-index:10;}
.hwLayer-close{    font-weight: 500!important;
    position: absolute;
    right: 10px;
    top: 0px;
    font-size: 20px;
    cursor: pointer;
    color: #ccc;}
.hwLayer-close a{color:#666}
.hw-layer-wrap .hw-icon{color:#b4d8f3;font-size:86px;text-align:center;}
.hw-layer-wrap h4{margin:5px 0 30px; font-size:24px; color:#383c3e;}
.hw-layer-wrap p{line-height:22px; color:#595d60; text-align:left;}
.hw-layer-title{height: 42px;line-height: 42px; font-size: 16px; position: absolute; left: 20px; top: 10px; font-weight: bold;}

@media (max-width:768px){
	.hw-layer-wrap{width:350px; margin-left:-175px; margin-top:-200px; padding:45px 50px; text-align:center;}
}
@media (max-width:400px){
	.hw-layer-wrap{width:250px; margin-left:-125px;padding:25px 30px;}
}

 .hw-layer-wrap h4{
    	margin-bottom: 10px;
    }
    .sub-header{
    	margin-top: 0;
    }
    .sub-inputBox{
    float: left;
    border: 1px solid #eee;
    margin:10px 0 20px 0;
    padding: 4px 15px;
    width: 368px;
    background: #f5f6f7;
    }
    .sub-block input{
    	float: left;
  	border: 0;
    color: #444;
    font-size: 14px;
    line-height: 36px;
    width: 338px;
    outline: 0;
    background: #f5f6f7;
    }
    .sub-block button{
    cursor: pointer;
    outline: 0;
    line-height: 1;
    border: 0;
    background: #E10000;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 25px;
    margin-right: 10px;
    }
     .sub-block  .btn-canel{
     	background: #eee;
     	color: #666;
     }