a {
  outline: none;
}
body {
  background-color: #f5f5f5;
  color: #525252;
  font-family: Arial, "\5B8B\4F53", sans-serif;
}
body .loading-mask {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*垂直居中*/
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /*水平居中*/
  /*ajax Loading样式*/
}
body .loading-mask .loadEffect {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  /*margin: 0 auto;
            margin-top:100px;*/
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body .loading-mask .loadEffect span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: white;
  position: absolute;
  -webkit-animation: load 1.04s ease infinite;
}
@-webkit-keyframes load {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.3);
    opacity: 0.5;
  }
}
body .loading-mask .loadEffect span:nth-child(1) {
  left: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-animation-delay: 0.13s;
}
body .loading-mask .loadEffect span:nth-child(2) {
  left: 14px;
  top: 14px;
  -webkit-animation-delay: 0.26s;
}
body .loading-mask .loadEffect span:nth-child(3) {
  left: 50%;
  top: 0;
  margin-left: -10px;
  -webkit-animation-delay: 0.39s;
}
body .loading-mask .loadEffect span:nth-child(4) {
  top: 14px;
  right: 14px;
  -webkit-animation-delay: 0.52s;
}
body .loading-mask .loadEffect span:nth-child(5) {
  right: 0;
  top: 50%;
  margin-top: -10px;
  -webkit-animation-delay: 0.65s;
}
body .loading-mask .loadEffect span:nth-child(6) {
  right: 14px;
  bottom: 14px;
  -webkit-animation-delay: 0.78s;
}
body .loading-mask .loadEffect span:nth-child(7) {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  -webkit-animation-delay: 0.91s;
}
body .loading-mask .loadEffect span:nth-child(8) {
  bottom: 14px;
  left: 14px;
  -webkit-animation-delay: 1.04s;
}
.container {
  position: relative;
  max-width: 1230px;
  min-width: 1230px;
  width: 1230px;
  padding: 0 15px;
}
header {
  background-color: #fff;
  height: 80px;
  width: 100%;
}
header.lexus {
  border-bottom-color: #858e92;
}
header #main_logo {
  margin-left: 150px;
  padding-top: 15px;
}
header #main_logo a {
  display: block;
  float: left;
  outline: none;
  padding: 0 10px;
  text-decoration: none;
}
header #main_logo a img {
  height: 65px;
}
header #slogan {
  padding-top: 55px;
}
#main {
  background-color: #fff;
  min-height: 500px;
}
footer {
  height: 120px;
}
footer .copy {
  color: #888;
  line-height: 120px;
  text-align: center;
}
#mask {
  background-color: rgba(0, 0, 0, 0.85);
  position: absolute;
  z-index: 100;
}
#mask #note {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 40%;
}
#mask .action {
  margin-top: 30px;
}
#mask .action .btn {
  background-color: #d32026;
  border-radius: 0;
  display: block;
  color: #fff;
  width: 150px;
  margin: 30px auto 0 auto;
}
#minisite_index {
  padding: 20px 0 100px;
}
#minisite_index .page_content {
  position: relative;
  padding: 0 158px;
  text-align: center;
}
#minisite_index .page_content img {
  width: 100%;
}
#minisite_index .page_content a {
  text-decoration: none;
  cursor: default;
}
#minisite_index .page_content .minisite_index_pc_btn_l {
  width: 194px;
  height: 43px;
  margin-top: 46px;
}
#minisite_index .page_content .minisite_index_pc_btn_r {
  width: 194px;
  height: 43px;
  margin-top: 46px;
  margin-left: 115px;
}
#minisite_index .page_content .action {
  margin-top: 30px;
}
#minisite_index .page_content .action a {
  background-color: #C67941;
  color: #fff;
  margin: 0 auto;
  width: 150px;
}
#minisite_create {
  padding: 0 0 40px 0;
}
#minisite_create .h40 {
  height: 40px;
}
#minisite_create label.error {
  color: #e55667 !important;
}
#minisite_create .submit-information {
  background: url('/images/mobile/referrals_activity/minisite_create_form_btn.png') no-repeat;
  background-size: 100% 100%;
  height: 57px;
  margin-top: 44px;
}
#minisite_create .confirm {
  margin-top: 33px;
}
#minisite_create .confirm span {
  color: #000;
  font-size: 17px;
  cursor: pointer;
}
#minisite_create .is_selected {
  color: #e55667;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 20px;
}
#minisite_create .confirm-btn {
  cursor: pointer;
  margin-right: 10px;
  width: 20px;
  position: relative;
  background: #fff;
  height: 20px;
  border: 1px solid #e55667;
}
#minisite_create #car_model {
  background-color: transparent;
  height: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #e55667;
}
#minisite_create #car_model:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#minisite_create #car_model option {
  padding: 20px;
}
#minisite_create input[type="text"] {
  border: 2px solid #e55667;
  background-color: transparent;
}
#minisite_create input[type="text"]:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#minisite_create .page_content {
  position: relative;
  padding: 0 158px;
  text-align: center;
}
#minisite_create .activity_logo img {
  margin-top: 42px;
  width: 264px;
  height: 61px;
  float: right;
}
#minisite_create .minisite_text_logo img {
  width: 780px;
  height: 151px;
  margin: 19px auto 46px;
}
#minisite_create .form-box {
  width: 845px;
  padding: 2px;
  margin: 0 auto;
  border: 2px solid #dcdcdc;
  border-radius: 5px;
}
#minisite_create .form-box form {
  padding: 40px 44px;
  width: 100%;
  background: #dcdcdc;
}
#minisite_create .form-box form .form-group label {
  width: 100%;
  font-size: 22px;
  color: #000;
}
#minisite_create .form-box form .form-group span {
  color: #e72834;
  margin-right: 2%;
}
#minisite_create .form-box form .form-group .error_message {
  display: none;
}
#minisite_create .form-box form .form-group .h-100 {
  border-radius: 5px;
  border: 1px solid #e55667;
}
#minisite_create .form-box form .form-group .custom_select {
  position: relative;
  width: 100%;
}
#minisite_create .form-box form .form-group .placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#minisite_create .form-box form .form-group .placeholder .text {
  height: 100%;
  width: 100%;
  overflow: hidden;
  padding-left: 12px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
#minisite_create .options {
  width: 100%;
  position: absolute;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ccc;
  overflow: auto;
  display: none;
  min-height: 30px;
  max-height: 150px;
}
#minisite_create .options .option {
  padding-left: 10%;
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
}
#minisite_create .options .option:hover {
  background: red;
  color: #fff;
}
#minisite_create .options .overflow-h {
  font-size: 13px;
  overflow: hidden;
}
