body, div, span, header, footer, nav, section, aside, article, ul, dl, dt, dd, li, a, p, h1, h2, h3, h4,h5, h6, i, b, textarea, button, input, select, figure, figcaption {
  padding: 0;
  margin: 0;
  list-style: none;
  font-style: normal;
  text-decoration: none;
  border: none;
  box-sizing: border-box;
  -webkit-tap-highlight-color:transparent;
  -webkit-font-smoothing: antialiased;
}
html{
  font-size: 62.5% !important;
}
body{
  background: #f7f7f7 !important;
  color: rgba(0,0,0,0.86) !important;
  width: 100%;
  max-width:640px !important;
  margin:0 auto !important;
  -webkit-overflow-scrolling:touch;
  font: 1.4rem/1.4 Helvetica,sans-serif,arial !important;
  /* font: 1.4rem/1.4 "PingFang SC",miui,system-ui,-apple-system,BlinkMacSystemFont,Helvetica Neue,Helvetica,sans-serif !important; */
  font-weight: 300;
}
html, body, #app {
  height: 100% !important;
}
@font-face {
  font-family: GoogleSans-Regular;
  src: url('../fonts/GoogleSans-Regular.otf');
}
@font-face {
  font-family: GoogleSans-Medium;
  src: url('../fonts/GoogleSans-Medium.otf');
}
input, textarea {
  -webkit-appearance: none;
  font-family:"Helvetica Neue","Helvetica","HelveticaNeue","PingFang SC","Hiragino Sans GB","Microsoft YaHei","微软雅黑","Arial","Verdana", "sans-serif";
}
input:focus, textarea:focus {
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
  color:    #ccc;
}
input:-moz-placeholder, textarea:-moz-placeholder { 
  color:    #ccc;
}
input::-moz-placeholder, textarea::-moz-placeholder { 
  color:    #ccc;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
  color:    #ccc;
}
input[type="search"]::-webkit-search-cancel-button{
  display: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}
::-webkit-scrollbar{
  width: 0px;
  height: 0px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 1px rgba(0,0,0,0);
  border-radius: 10px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #555;
}
select {
  margin:0;
  background:none;
  border: 1px solid transparent;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
}
a, span, i, b, em {
  display: inline-block;
  font-style: normal;
  -webkit-tap-highlight-color: transparent;
}
img {
  max-width: 100%;
  border: none;
  vertical-align: middle;
}
.alert-register-title {
  margin-top: 20px;
}
.alert-register-title .cubeic-right {
  background: #f3f4f5;
  width: 35px;
  height: 35px;
  line-height: 35px;
  box-sizing: content-box;
  border-radius: 50%;
}
.alert-register-title .cubeic-right:before {
  color: #44b549;
  vertical-align: middle;
  font-size: 28px;
}
.alert-register-title .tip {
  color: #44b549;
  font-weight: bold;
  font-size: 15px;
  margin-left: 5px;
}
.alert-register-title .mobile {
  color: #44b549;
  font-weight: bold;
  font-size: 15px;
  margin-top: 10px;
}
.alert-register-content {
  box-shadow: 0 0.5px 5px 2.5px rgba(0,0,0,.05);
  width: 88%;
  margin: 20px auto 25px;
  padding: 15px;
  font-size: 13px;
  color: rgba(68,70,84, .6);
}
.alert-register-content p {
  height: 28px;
  line-height: 28px;
}
.alert-register-content .name {
  width: 45px;
  text-align: right;
}
.alert-register-content .text {
  font-weight: bold;
  margin-left: 5px;
  color: #444654;
}
.alert-register-content .copy {
  margin-left: 10px;
  color: #444654;
  border: .5px solid #444654;
  padding: 0 10px;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
}
.alert-register-content .copy:active {
  border: .5px solid #aaa;
  color: #aaa;
}
.cube-toast-icon {
  line-height: 24px;
}
.awardAddressForm.cube-form_standard .cube-form-group .cube-form-group-content .cube-form-item .cube-form-label{
  width: 65px;
}

.awardAddressForm.cube-form_standard .cube-textarea-wrapper {
  padding: 22px 0 0;
  height: 72px;
  line-height: 25px;
}
.awardAddressForm.cube-form_standard .cube-textarea-wrapper.cube-textarea_expanded {
  padding-bottom: 0;
  height: 72px;
}
