html {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5) {  
  .border-1px::after {
    -moz-transform: scaleY(0.65);
    -ms-transform: scaleY(0.65);
    -webkit-transform: scaleY(0.65);
    transform: scaleY(0.65);
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2) {
  .border-1px::after {
    -moz-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
  }
}
@media (-webkit-min-device-pixel-ratio: 2.5), (min-device-pixel-ratio: 2.5) {
  .border-1px::after {
    -moz-transform: scaleY(0.4);
    -ms-transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
    transform: scaleY(0.4);
  }
}
@media (-webkit-min-device-pixel-ratio: 3), (min-device-pixel-ratio: 3) {
  .border-1px::after {
    -moz-transform: scaleY(0.33);
    -ms-transform: scaleY(0.33);
    -webkit-transform: scaleY(0.33);
    transform: scaleY(0.33);
  }
}
.cpt-dw-mask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cpt-selectScrollMenu {
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: 2000;
  overflow: hidden;
  height: 300px;
  bottom: 0;
}
.cpt-selectScrollMenu .menuContent {
  padding: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cpt-selectScrollMenu .menuContent.cross {
  padding: 0;
}
.cpt-selectScrollMenu .menuContent.cross ul {
  position: relative;
  width: 100%;
  display: table;
  padding: 0;
  margin: 0;
}
.cpt-selectScrollMenu .menuContent.cross ul li {
  width: 100%;
  -webkit-flex-direction: row;
  flex-direction: row;
  padding: 10px 10px;
}
.cpt-selectScrollMenu .menuContent.cross ul li i {
  margin-bottom: 0;
  font-size: 24px;
  margin: 0;
  float: left;
}
.cpt-selectScrollMenu .menuContent.cross ul li i.cpt-rightIcon {
  flex: 0 0 20px;
  color: #ccc;
  float: right;
  margin-top: 5px;
}
.cpt-selectScrollMenu .menuContent.cross ul li p {
  width: 80%;
  text-indent: 20px;
  margin: 0;
  padding: 2px 0;
  font-size: 16px;
  text-align: left;
  float: left;
  line-height: 1.5;
}
.cpt-selectScrollMenu .menuContent.cross ul li a {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  background-color: transparent;
}
.cpt-selectScrollMenu .menuContent.cross ul li a:active {
  background-color: transparent;
}
.cpt-selectScrollMenu .menuContent.cross ul li a i {
  margin-bottom: 0;
  font-size: 24px;
  margin: 0;
  float: left;
}
.cpt-selectScrollMenu .menuContent.cross ul li a i.cpt-rightIcon {
  flex: 0 0 20px;
  color: #ccc;
  float: right;
  margin-top: 5px;
}
.cpt-selectScrollMenu .menuContent.cross ul li a p {
  width: 80%;
  text-indent: 20px;
  padding: 2px 0;
  font-size: 16px;
  text-align: left;
  float: left;
  line-height: 1.5;
}
.cpt-selectScrollMenu .menuContent.cross ul li.border-1px {
  position: relative;
}
.cpt-selectScrollMenu .menuContent.cross ul li.border-1px:after {
  display: block;
  width: 100%;
  position: absolute;
  background: rgba(17, 27, 37, 0.1) !important;
  left: 0;
  bottom: 0;
  border-top: 1px solid rgba(17, 27, 37, 0.1) !important;
  content: '';
}
.cpt-selectScrollMenu .menuContent ul {
  position: relative;
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
}
.cpt-selectScrollMenu .menuContent ul li {
  width: 15%;
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  padding: 20px;
  cursor: pointer;
}
.cpt-selectScrollMenu .menuContent ul li:active {
  background: #eee;
}
.cpt-selectScrollMenu .menuContent ul li a {
  width: 100%;
  height: inherit;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  background-color: transparent;
  position: relative;
}
.cpt-selectScrollMenu .menuContent ul li a:active {
  background-color: transparent;
}
.cpt-selectScrollMenu .menuContent ul li a i {
  display: block;
  margin: 0 auto;
  color: #878787;
  margin-bottom: 10px;
  font-size: 32px;
  flex: 0 0 30px;
}
.cpt-selectScrollMenu .menuContent ul li a p {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #999;
  font-size: 14px;
  flex: 1 1 auto;
  text-align: center;
  margin: 0;
}
.cpt-selectScrollMenu .menuContent ul li i {
  display: block;
  margin: 0 auto;
  font-size: 32px;
  color: #878787;
  margin-bottom: 10px;
  flex: 0 0 30px;
}
.cpt-selectScrollMenu .menuContent ul li p {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #999;
  font-size: 14px;
  flex: 1 1 auto;
  text-align: center;
}

@-webkit-keyframes fadeInNoTransform {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInNoTransform {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInNoTransform {
  -webkit-animation-name: fadeInNoTransform;
  animation-name: fadeInNoTransform;
}
@-webkit-keyframes fadeOutNoTransform {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutNoTransform {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOutNoTransform {
  -webkit-animation-name: fadeOutNoTransform;
  animation-name: fadeOutNoTransform;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
    -ms-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeOutDown {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }
}
@keyframes fadeOutDown {
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 20px, 0);
    -ms-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -40px, 0);
    transform: translate3d(-50%, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -40px, 0);
    -ms-transform: translate3d(-50%, -40px, 0);
    transform: translate3d(-50%, -40px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
  -webkit-box-shadow: 0 0 0 1000px white inset;
}
.txt-color-666 {
  color: #666 !important;
}
.txt-textOneRow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.txt-textTwoRow {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}