﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  height: 100%;
  color: #333;
  font-family: -apple-system-font, "Helvetica Neue", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
div {
  -webkit-overflow-scrolling: touch;
}
a {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
}
ul,
li {
  list-style: none;
}
table {
  border-collapse: collapse;
}
text,
span,
i,
label,
a,
img,
input {
  vertical-align: middle;
}
input,
textarea,
select {
  outline: 0;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  background: #fff;
}
button {
  outline: none;
  border: 0;
  -webkit-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  background-color: #fff;
}
.all_active:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.1));
}
textarea {
  resize: none;
}
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flexbox2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flexbox_item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.clearfloat {
  *zoom: 1;
}
.clearfloat:after {
  content: '';
  height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}
.elli {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.elli2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.user_select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
*:not(input,textarea) {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.line_bottom {
  position: relative;
}
.line_bottom:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #ddd;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.line {
  position: relative;
}
.line_all {
  position: relative;
}
.line_all:after {
  content: "";
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  position: absolute;
  border: 1px solid #d9d9d9;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border-radius: 3px;
}
.line:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  z-index: 1;
  border-top: 1px solid #D9D9D9;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.line:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.line_bottom {
  position: relative;
}
.line_bottom:before {
  content: " ";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.line_bottom_15 {
  position: relative;
}
.line_bottom_15:before {
  content: " ";
  position: absolute;
  left: 15px!important;
  right: 0;
  bottom: -1px;
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  left: 0;
}
.line_bottom_both_15 {
  position: relative;
}
.line_bottom_both_15:before {
  content: " ";
  position: absolute;
  left: 15px!important;
  right: 15px!important;
  bottom: -1px;
  height: 1px;
  border-bottom: 1px solid #D9D9D9;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
  left: 0;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
}
.text_muted {
  color: #999999;
}
.btn_hover:hover {
  color: rgba(255, 255, 255, 0.6);
  background-image: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.09));
}
.form_active:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.09));
}
.width_97 {
  width: 95%;
  margin: 0 auto;
}
.mar_5 {
  margin-bottom: 5px;
}
.mar_10 {
  margin-bottom: 10px;
}
.mar_15 {
  margin-bottom: 15px;
}
.mar_30 {
  margin-bottom: 30px;
}
.p_12_15 {
  padding: 12px 15px;
}
.p_top_50 {
  padding-top: 50px;
}
.p_15 {
  padding: 15px;
}
.p_25 {
  padding: 25px;
}
.all_active:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.1)) !important;
}
.f_15 {
  font-size: 15px;
}
.f_16 {
  font-size: 16px;
}
.f_17 {
  font-size: 17px;
}
.f_18 {
  font-size: 18px;
}
.c_000 {
  color: #000;
}
.c_222 {
  color: #222;
}
.c_666 {
  color: #666;
}
.c_888 {
  color: #888;
}
.c_999 {
  color: #999;
}
.c_cecece {
  color: #cecece;
}
.all_btn_common {
  display: block;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  font-size: 17px;
}
.all_btn_common:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.1));
}
.all_btn {
  display: block;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  font-size: 17px;
  background: #00bcff;
  color: white;
}
.all_btn:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.1));
}
.all_btn_2 {
  display: block;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  font-size: 17px;
  border: 1px solid #D9D9D9;
  color: #000;
}
.all_btn_2:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.1));
}
.all_btn_2:active {
  color: rgba(0, 0, 0, 0.6);
  background-image: linear-gradient(rgba(0, 0, 0, 0.07), rgba(0, 0, 0, 0.1));
}
.animated {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
.h10 {
  height: 10px;
}
.public_loading {
  background-color: rgba(0, 0, 0, 0.6);
  width: 40%;
  position: absolute;
  z-index: 999;
  top: 30%;
  left: 30%;
  border-radius: 4px;
}
.public_loading img {
  width: 40%;
  height: auto;
  padding: 8px 0px 0px 0px;
  margin: 0 30%;
  background: none;
}
.public_loading p {
  width: 100%;
  padding-bottom: 8px;
  color: #ffffff;
  background: none;
  text-align: center;
  font-size: 14px;
}