@charset "utf-8";


/*==== 弹窗 ====*/
.modal {top: 25%; }
/* 以下这行为修改*/
/* .modal-dialog{padding-top: 10%;} */
.modal-header {border-bottom: none;background: #00aff0;display: inline-block;width: 100%;}
.modal-title {text-align: center;color: #fff;font-size: 2rem;}
.close {color: #fff;opacity: 1;cursor: pointer;}
.close:focus,
.close:hover {color: #fff;filter: alpha(opacity=100);opacity: 1;}
/*.aside-form-con2{margin: 0 auto;width: 85%;}*/
.aside-form-con2 .ts{font-size: 15px;line-height: 1rem;padding-bottom: 1rem;}
.aside-form-con2 .input-c{height: 60px;overflow: hidden;position: relative;}
.aside-form-con2 .input-c .message_error{position: absolute;top: 39px;left: 5px;color: red;}
.aside-form-con2 .input-c input.reg-inpt{padding-left: 15px;width: 100%;height: 40px;border: 1px solid #ddd;}
.capt-int{width: 69% !important;}
.a-code{width: 29%;height: 40px;overflow: hidden;}
.a-code img{height: 100%;}
.code-btn{width: 29%;height: 40px;border: none;color: #fff;background: #404040;float: right;}
.code-btn.active{color: #fff;background: #404040;}
.aside-btn{width: 100%;}
.aside-btn a{margin-bottom: 10px;display: block;width: 100%;height: 60px;line-height: 60px;text-align: center;font-size: 24px;color: #fff!important;background: #00aff0;border-radius: 5px;}
.aside-btn a:hover{background: #404040;}
.modal-open{overflow-y:scroll;}