.ApplyDialog{z-index:9999;box-shadow:0 20px 20px 0 rgb(0 0 0 / 15%);position:fixed;top:4%;left:32%;right:0;background:#fff;width:36%;}
.bar{line-height:40px;color:#fff;background:#4da8f3;padding:0 20px;font-size:14px;font-weight:bold;text-align:center;cursor:move;}
.bar span{display:inline-block;float:right;}
.bar span::before,.bar span::after{content:'';width:20px;height:1px;display:block;background-color:#fff;position:absolute;right:0;top:20px;}
.ApplyDialog .content{padding:20px;position:relative;}
.ApplyDialog .content p{line-height:36px;margin-bottom:20px;text-align:center;font-size:14px;}
.ApplyDialog .form-item{margin-bottom:16px;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;position:relative;align-items:center;}
.ApplyDialog .form-item>span{margin-right:20px;width:120px;text-align:right;-ms-flex-negative:0;flex-shrink:0;}
.ApplyDialog .form-item>span.errortip{width:auto;color:#f56c6c;font-size:12px;line-height:1;font-weight:700;margin-left:10px;}
.ApplyDialog .form-item>span>i{color:red;font-style:normal;margin-right:10px;display:inline-block;}
.ApplyDialog .form-item input{width:300px;height:32px;border:1px solid #b7b7b7;padding:0 5px;outline:none;}
.ApplyDialog .form-item textarea{width:300px;height:50px;border:1px solid #b7b7b7;padding:0 5px;outline:none;}
.ApplyDialog .form-item .selectcountry{width:300px;height:32px;outline:none;border:1px solid #b7b7b7;}
.ApplyDialog .form-item .row1{width:60px;}
.ApplyDialog .form-item .row2{width:216px;}
.rowline{color:#585858;margin:0 10px;}
.ApplyDialog .form-item input.btn-submit{color:#fff;font-size:14px;line-height:32px;background:#1b75bc;text-align:center;font-weight:700;cursor:pointer;display:inline-block;padding:0 26px;width:100px;margin-left:220px;border:0;outline:0;}
@media screen and (max-width:1600px){
	.ApplyDialog{width:40%;left:30%;}
}
@media screen and (max-width:1500px){
}
@media screen and (max-width:1440px){
	.ApplyDialog{width:46%;left:27%;}
}
@media screen and (max-width:1366px){
	.ApplyDialog{width:50%;left:25%;}
}
@media screen and (max-width:1280px){
	.ApplyDialog{width:52%;left:24%;}
}
@media screen and (max-width:1024px){
	.ApplyDialog{width:64%;left:18%;}
}