.message strong{font-size: 24px;display: block;margin-bottom: 20px}
.message .form-group {padding-bottom:20px}
.message .input{-webkit-appearance:none;border:0; border-bottom: 1px solid #999;padding:0;height:60px;line-height:60px;width:100%;display:block;-webkit-appearance:none;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;}
.message .textarea {-webkit-appearance:none;border:0; border-bottom: 1px solid #999;padding:0;line-height:24px;width:100%;}
.message .label {padding-bottom:10px;display:block;line-height:24px;}
.message .label label {font-weight:400;}
.message .field {font-size:16px}
.message select {border:0;border-bottom:2px solid #009A44;height:50px;line-height:50px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background-image:url(../images/sellect-arrow.png) no-repeat right center;padding-right:30px;padding:0;}
.message .form-tips .message .input-help ul {border:solid 0px #ddd;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
.message .button{cursor:pointer; padding:10px 50px;border: 2px solid #EB8211;}
/*.message .button:hover{background: linear-gradient(96.91deg, #9181FF 0.02%, #9181FF 57.9%, #9181FF 108.98%);}*/
.message .input::-webkit-input-placeholder, .message .textarea::-webkit-input-placeholder {color: #666;}
.message .input:-moz-placeholder, .message .textarea:-moz-placeholder {color: #666;}
.message .input::-moz-placeholder, .message .textarea::-moz-placeholder {color: #666;}
.message .input:-ms-input-placeholder, .message .textarea:-ms-input-placeholder {color: #666;}

@media screen and (max-width:768px) {
.message .input,.message .textarea{background: #F8F8F8}
.message{padding:20px 20px 40px 20px;margin-top:10px}

}