body, html, .page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}

.owo-animation {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owo-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owo-animation-forward {
  z-index: 99;
}

img {
  border: none;
}

[route-active="false"] {
  display: none;
}

/* 清除浮动 */
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.title-bar {
  height: 40px;
  overflow: hidden;
  background-color: #ffffff;
}

.title-bar .content {
  width: 1000px;
  height: 40px;
  margin: auto;
}

.title-bar img {
  margin: 5px 10px;
  height: 30px;
}

.title-bar a {
  float: left;
  display: block;
}

.title-bar .link {
  color: rgba(102, 102, 102, 1.00);
  font-size: 14px;
  margin: 0 10px;
  line-height: 40px;
}

.title-bar a {
  color: #333;
  text-decoration: none;
}
[o-animation="shrink"] {
  -webkit-animation: shrink 1s linear alternate infinite;
  animation: shrink 1s linear alternate infinite;
}
@-webkit-keyframes shrink{
  0%{-webkit-transform:scale(0.9);}
  100%{-webkit-transform:scale(1);}
}
@keyframes shrink{
  0%{transform:scale(0.9);}
  100%{transform:scale(1);}
}

.home {
  background-size: cover;
  background-image: url('../resource/bg.jpg');
}

.so {
  position: absolute;
}

.so-0 {
  left: 460px;
  top: 109px;
  width: 1001px;
  height: 902px;
  z-index: 0;
}

.so-1 {
  left: 532px;
  top: 68px;
  width: 275px;
  height: 99px;
  z-index: -1;
  background-image: url('../resource/129.png');
}

.so-2 {
  left: 807px;
  top: 613px;
  width: 140px;
  height: 37px;
  z-index: -2;
  background-image: url('../resource/16.png');
}

.so-3 {
  left: 0px;
  top: 0px;
  width: 1001px;
  height: 902px;
  z-index: -3;
  background-image: url('../resource/134.png');
}

#datepicker {
  position: absolute;
  left: 545px;
  width: 405px;
  top: 195px;
  height: 370px;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar thead th {
  width: 55px;
  height: 55px;
  color: #2a8dc9;
  background-color: white;
  font-size: 24px;
}

.ui-datepicker-calendar td {
  width: 55px;
  height: 55px;
  font-size: 24px;
  text-align: center;
  background-color: #8ed4d0;
}

.ui-datepicker-calendar .ui-state-disabled {
  color: #999;
}

.ui-datepicker-calendar .ui-state-disabled .ui-state-default {
  color: #999;
}

.ui-datepicker-calendar .ui-state-default {
  color: #333;
}

.ui-datepicker-calendar .ui-state-active {
  font-weight: bold;
  background-color: #8c7def;
  color: white;
}

.ui-datepicker-calendar a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 55px;
  cursor: pointer;
}

.ui-datepicker-calendar a:hover {
  text-decoration: none;
  background-color: #bce5fe;
}

.ui-datepicker-calendar .ui-datepicker-other-month {
  opacity: 0.8;
}

.show {
  position: absolute;
  left: 11px;
  top: 0;
  width: 490px;
  height: 865px;
  display: block;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  display: none;
}

.ui-datepicker-title {
  text-align: right;
  margin-bottom: 5px;
}

select {
  font-size: 20px;
  background-color: #4aa4c3;
  color: white;
  height: 30px;
  border: none;
  padding: 0 5px;
  margin-right: 2px;
}

.show-phone {
  height: 38vw;
  background-size: 100%;
  background-image: url('../resource/phone-bg.jpg');
}

.select-date {
  position: absolute;
  top: -9vw;
  right: 2vw;
  color: #666;
  background-color: white;
  padding: 0 5px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 2px;
}

