body {
  font-size: 14px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif, Microsoft YaHei;
  background: #f1f1f1;
  color: #333;
}

body,
html {
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

dl {
  margin: 0;
}

dt {
  font-weight: normal;
}

ul,
li {
  list-style-type: none;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #333;
  text-decoration: none;
  -o-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:focus {
  text-decoration: none;
  color: inherit;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  object-fit: cover;
}

table {
  border-collapse: collapse;
}

input[type='text'],
input[type='password'],
button,
textarea,
select {
  border: 0;
  outline: none;
  width: 100%;
  background: none;
  font-family: inherit;
}

button,
select,
input[type='radio'],
input[type='checkbox'] {
  -webkit-appearance: none;
  position: relative;
}
input[type='radio']::after,
input[type='checkbox']::after {
  content: '';
  width: 15px;
  border-radius: 50%;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #7040e9;
  border-radius: 50%;
  margin-top: -4px;
}
input[type='radio']:checked:after,
input[type='checkbox']:checked::after {
  background: url(/static/images/gou.png) center no-repeat;
  background-size: 100% 100%;
}
video {
  width: 100%;
  display: block;
  margin: 0 auto;
  background-color: #000;
}
.hidden {
  display: none;
}
.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  max-width: 640px;
  margin: 0 auto;
}

/*鍏叡鏍峰紡鍕垮垹闄�*/
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
.panel {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/**/
.header {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  position: relative;
  background: #3e4e67;
  height: 45px;
}
.header .back {
  position: absolute;
  left: 15px;
  top: 50%;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-width: 0 0 2px 2px;
  border-color: #fff;
  border-style: solid;
  margin-top: -6px;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.footer {
  display: flex;
  background: #fff;
  text-align: center;
}
.footer img {
  height: 28px;
}
.footer a {
  padding: 10px 0;
}
.footer a.on {
  color: #cb9c7e;
}
/**/
.homepage {
  background: url(/static/images/bg.png) repeat;
}
.homepage .swiper-pagination-bullet-active {
  background: #333;
}
.homepage .main {
  padding: 15px 15px 0;
}
.homepage .main .title {
  text-align: center;
  font-size: 17px;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1),
    rgba(255, 255, 255, 0)
  );
  font-weight: bold;
  padding: 8px 0;
}
.homepage .main .bd {
  padding: 15px 15px 0;
  font-weight: bold;
}
.homepage .main .bd ul {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.homepage .main .bd ul li {
  width: 33.333%;
  text-align: center;
  padding: 12px;
  margin-top: 16px;
}
.homepage .main .bd ul img {
  height: 50px;
}
.homepage .main .bd ul a {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  padding-top: 10px;
  background: #d4d2d3;
}
.homepage .main .bd ul p {
  background: url(/static/images/home_17.png) center no-repeat;
  background-size: 100% 100%;
  padding: 5px 0;
  margin-top: 5px;
}
/**/
.search {
  background: #ededed;
  padding: 10px 15px;
}
.search .flex {
  background: #fff;
  border-radius: 30px;
  padding-left: 15px;
  overflow: hidden;
}
.search .flex i {
  width: 18px;
  height: 18px;
  background: url(/static/images/search.png) center no-repeat;
  display: block;
  background-size: 100% 100%;
}
.search .flex input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
}
.search .flex .btn {
  width: 75px;
  height: 40px;
  border-radius: 30px;
  background: #ebe0ce;
}
.prolists {
  display: flex;
  overflow: hidden;
}
.prolists .side {
  width: 120px;
  text-align: center;
  background: #e8e8e8;
  padding-top: 10px;
}
.prolists .side img {
  height: 40px;
  margin-bottom: 7px;
}
.prolists .side li {
  margin-top: 5px;
  background: #fff;
  padding: 15px 0;
}
.prolists .side .on {
  background-image: linear-gradient(to right, #dbd4cc, #e0cbba);
}
.prolists .bd {
  padding: 15px;
  overflow-y: auto;
  height: 100%;
}
.prolists .bd li a {
  display: block;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.prolists .bd li {
  margin-bottom: 15px;
}
.prolists .bd li dl {
  padding: 10px 15px;
}
.prolists .bd li dd {
  color: #e88532;
  margin-top: 5px;
}
/**/
.bottombtn .btn {
  display: flex;
  height: 55px;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: bold;
  background-image: linear-gradient(to right, #e2ddd7, #ead1bd);
}
.items {
  background: url(/static/images/3.jpg) center no-repeat;
  background-size: 100% 100%;
  padding: 30px 30px 0;
}
.items .hd {
  background: #fff;
  border-radius: 5px;
  font-size: 16px;
  padding: 0 18px;
}
.items .hd input {
  height: 60px;
  font-size: 15px;
  text-align: right;
}
.items .hd .flex::after {
  content: ' ';
  display: inline-block;
  height: 9px;
  margin-left: 10px;
  width: 9px;
  border-width: 1px 1px 0 0;
  border-color: #666;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.items .bd {
  padding: 10px 50px;
}
.items .bd li {
  display: flex;
  align-items: center;
  font-size: 15px;
  text-align: center;
  justify-content: center;
  margin-bottom: 9px;
}
.items .bd li dl {
  border: 1px solid #333;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  position: relative;
  position: relative;
  margin-right: 60px;
  justify-content: center;
  letter-spacing: 3px;
  font-weight: bold;
  font-size: 18px;
  writing-mode: vertical-lr;
}
.items .bd li dl::before {
  content: '';
  width: 35px;
  border-bottom: 1px solid #333;
  position: absolute;
  left: 100%;
  top: 50%;
}
.items .bd li dl:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #333;
  position: absolute;
  right: -35px;
  top: 50%;
  margin-top: -3px;
}
.items .bd li span {
  display: block;
  font-size: 10px;
  margin-top: 5px;
  white-space: nowrap;
  color: #f60403;
}
.items .bd li p {
  min-width: 140px;
}
#datescroll div {
  float: left;
  margin-left: 10%;
  margin-top: 15px;
  padding-right: 22px;
}
#datescroll_datetime div {
  float: left;
  margin-left: 10%;
  padding-right: 22px;
}
#yearwrapper {
  position: absolute;
  left: 0;
  top: 45px;
  bottom: 60px;
  width: 80%;
}
#monthwrapper {
  position: absolute;
  left: 26%;
  top: 45px;
  bottom: 60px;
  width: 80%;
}
#daywrapper {
  position: absolute;
  left: 50%;
  top: 45px;
  bottom: 60px;
  width: 80%;
}
#Hourwrapper {
  position: absolute;
  left: 0;
  top: 195px;
  bottom: 68px;
  width: 80%;
}
#Minutewrapper {
  position: absolute;
  left: 26%;
  top: 195px;
  bottom: 68px;
  width: 80%;
}
#Secondwrapper {
  position: absolute;
  left: 50%;
  top: 195px;
  bottom: 68px;
  width: 80%;
}
#Hourwrapper ul li {
  color: #898989;
  font-size: 16px;
}
#Minutewrapper ul li {
  color: #898989;
  font-size: 16px;
}
#Secondwrapper ul li {
  color: #898989;
  font-size: 16px;
}
#Secondwrapper ul {
  margin-top: 3px;
}
#yearwrapper ul li {
  color: #898989;
  font-size: 16px;
}
#monthwrapper ul li {
  color: #898989;
  font-size: 16px;
}
#daywrapper ul li {
  color: #898989;
  font-size: 16px;
}
#markyear {
  position: relative;
  margin-left: 76px;
  top: -2px;
}
#markmonth {
  position: relative;
  margin-left: 40px;
  top: -2px;
}
#markday {
  position: relative;
  margin-left: 42px;
  top: -2px;
}
#markhour {
  position: relative;
  margin-left: 62px;
  top: -2px;
}
#markminut {
  position: relative;
  margin-left: 58px;
  top: -2px;
}
#marksecond {
  position: relative;
  margin-left: 68px;
  top: -2px;
}
#dateheader {
  width: 100%;
  height: 50px;
  background: #79c12f;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 20px;
}
#setcancle ul {
  text-align: center;
  line-height: 30px;
  margin: 1px auto;
  font-size: 20px;
}
#setcancle ul li {
  border-radius: 3px;
  float: left;
  width: 40%;
  height: 30px;
  list-style-type: none;
  font-family: 'microsoft yahei';
  font-size: 16px;
}
#dateconfirm {
  position: absolute;
  background: #3e4e67;
  left: 20px;
  color: #fff;
}
#datecancle {
  position: absolute;
  background: #dcdddd;
  right: 20px;
  width: 40%;
  color: #666;
}
#dateshadow {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  filter: alpha(Opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#datePage {
  font-size: 22px;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 240px;
  background: #ffffff;
  z-index: 9999999;
}
#datetitle {
  width: 100%;
  height: 50px;
  background: #3e4e67;
  text-align: center;
  color: #fff;
  line-height: 50px;
  font-size: 20px;
  font-family: 'microsoft yahei';
}
#datetitle h1 {
  font-weight: normal;
  font-size: 18px;
}
#datemark {
  font-size: 18px;
  left: 5%;
  width: 90%;
  height: 30px;
  position: absolute;
  top: 105px;
  background: #eee;
  border: 1px solid #eee;
}
#timemark {
  font-size: 18px;
  left: 5%;
  width: 90%;
  height: 30px;
  position: absolute;
  top: 240px;
  background: #eee;
  border: 1px solid #eee;
}
#datescroll {
  background: #f8f8f8;
  width: 94%;
  margin: 10px 3%;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 120px;
  text-align: center;
  line-height: 40px;
}
#datescroll_datetime {
  display: none;
  background: #f8f8f8;
  width: 94%;
  margin: 10px 3%;
  margin-top: 10px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  height: 120px;
  text-align: center;
  line-height: 40px;
}
#yearwrapper ul,
#monthwrapper ul,
#daywrapper ul {
  width: 40%;
}
#Hourwrapper ul,
#Minutewrapper ul,
#Secondwrapper ul {
  width: 40%;
}
#dateFooter {
  width: 100%;
  background: #fff;
  height: 50px;
  bottom: 0px;
  position: absolute;
}
