﻿/*@primary-color-light: #c92d42;*/
.clear-back {
  margin: 0;
  padding: 0;
}
.clear-ul {
  margin: 0;
  padding: 0;
}
.clear-ul > li {
  list-style: none;
}
.bg-img {
  background-position: top center;
  background-size: cover;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -webkit-transform: translateY(2px)} 100%{opacity:1;}}
@-moz-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -moz-transform: translateY(2px)} 100%{opacity:1;}}
@-o-keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6; -o-transform: translateY(2px)} 100%{opacity:1;}}
@keyframes faded{ 0%{opacity:0.1;} 50%{opacity:0.6;-webkit-transform: translateY(2px);-moz-transform: translateY(2px);-ms-transform: translateY(2px);transform: translateY(2px);} 100%{opacity:1;}}
[not-existing] {
  zoom: 1;
}
.manual-popup {
  font-family: Han Yi run round;
  position: relative;
  background: #FFF;
  width: auto;
  max-width: 650px;
  margin: auto;
  height: 570px;
  border-top: 4px solid #ce1141;
}
.manual-popup .mfp-close {
  top: 15px;
  color: #cccccc;
  font-size: 0;
  right: 5px;
}
.manual-popup .popup-box {
  box-sizing: border-box;
  padding: 10px 20px;
  font-family: Han Yi run round;
}
.manual-popup .popup-box:before,
.manual-popup .popup-box:after {
  content: " ";
  display: table;
}
.manual-popup .popup-box:after {
  clear: both;
}
.manual-popup .popup-box h1 {
  text-align: center;
}
.manual-popup .popup-box .title {
  margin: 15px auto;
  width: 120px;
  height: 29px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.manual-popup .popup-box .photo p {
  margin-top: 15px;
  text-align: center;
}
.manual-popup .popup-box .photo p .btn {
  display: block;
  width: 280px;
  height: 43px;
  background-color: #ce1141;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  line-height: 43px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}
.manual-popup .popup-box .photo .apply {
  color: #ce1141;
  font-size: 16px;
  cursor: pointer;
}
.manual-popup .popup-box .photo .center {
  width: 534px;
  margin: 0 auto;
  height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.manual-popup .popup-box .information {
  display: none;
  text-align: center;
  position: relative;
}
.manual-popup .popup-box .information .center {
  width: 467px;
  margin: 30px auto 25px;
  height: 345px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.25);
  padding-top: 10px;
}
.manual-popup .popup-box .information .row {
  position: relative;
  margin: 16px 0;
  color: #666;
  font-size: 16px;
}
.manual-popup .popup-box .information .row.radio-row {
  margin: 5px 0;
}
.manual-popup .popup-box .information .row input[type="text"],
.manual-popup .popup-box .information .row input[type="number"],
.manual-popup .popup-box .information .row button {
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  width: 240px;
  height: 36px;
  border: 1px solid #ccc;
  font-family: Han Yi run round;
  outline: none;
  font-size: 14px;
}
.manual-popup .popup-box .information .row input[type="text"].red,
.manual-popup .popup-box .information .row input[type="number"].red,
.manual-popup .popup-box .information .row button.red {
  border: 1px solid #ce1141;
}
.manual-popup .popup-box .information .row button {
  cursor: pointer;
}
.manual-popup .popup-box .information .row ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
}
.manual-popup .popup-box .information .row :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.manual-popup .popup-box .information .row ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.manual-popup .popup-box .information .row :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
.manual-popup .popup-box .information .row .code-box {
  display: inline-block;
  width: 240px;
  height: 36px;
  position: relative;
}
.manual-popup .popup-box .information .row .code-box:before,
.manual-popup .popup-box .information .row .code-box:after {
  content: " ";
  display: table;
}
.manual-popup .popup-box .information .row .code-box:after {
  clear: both;
}
.manual-popup .popup-box .information .row .code-box input {
  width: 240px;
}
.manual-popup .popup-box .information .row .code-box button {
  width: 125px;
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  color: #ce1141;
}
.manual-popup .popup-box .information .row .code-box button.gray {
  background: none;
  color: #ce1141;
}
.manual-popup .popup-box .information .row .input-city.manual {
  display: inline-block;
  position: relative;
  text-align: left;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.manual-popup .popup-box .information .row .input-city.manual .city-picker-dropdown {
  left: -89px !important;
  top: 112% !important;
}
.manual-popup .popup-box .information .row .input-city.manual.red {
  border: 1px solid #ce1141;
}
.manual-popup .popup-box .information .row .city-picker-span {
  display: inline-block;
  box-sizing: border-box;
  padding-left: 12px;
  padding-right: 12px;
  width: 240px !important;
  height: 36px !important;
  line-height: 30px !important;
  vertical-align: middle;
  overflow: hidden;
  font-size: 14px;
  outline: none;
  border: none;
}
.manual-popup .popup-box .information .row .warn {
  position: absolute;
  display: inline-block;
  bottom: -14px;
  left: 158px;
  color: #ce1141;
  font-size: 12px;
}
.manual-popup .popup-box .information .row .radio-box {
  display: inline-block;
  width: 240px;
  height: 36px;
  line-height: 36px;
  text-align: left;
}
.manual-popup .popup-box .information .row .radio-box label {
  margin-right: 25px;
}
.manual-popup .popup-box .information .row .label {
  display: inline-block;
  width: 90px;
  line-height: 36px;
  text-align: left;
}
.manual-popup .popup-box .information .row.btn-box {
  margin-top: 36px;
}
.manual-popup .popup-box .information .row button {
  background: #ce1141;
  border: none;
  color: #fff;
}
.manual-popup .popup-box .information .row2 {
  margin-top: 20px;
}
.manual-popup .popup-box .information .row2 button {
  width: 280px;
  height: 43px;
  border-radius: 5px;
  font-size: 16px;
}
.manual-popup .popup-box .information .return {
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  cursor: pointer;
}
.manual-popup .popup-box .concel {
  position: absolute;
  width: 20px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 25px;
  right: 20px;
}
.manual-popup .popup-box .notice {
  margin-bottom: 10px;
  width: 100%;
  font-size: 14px;
  text-align: center;
  color: #666;
}
.manual-popup .popup-box .notice span {
  color: #ce1141;
}
