* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  font-size: 16px;
}
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
a {
  text-decoration: none;
}
img {
  width: 100%;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.content .maskLayer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
}
.content .button {
  text-decoration: none;
  display: inline-block;
  text-align: center;
  width: 150px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  background-image: linear-gradient(270deg, #7D318D 0%, #E50113 100%);
  color: #FFFFFF;
  box-shadow: 3px 3px 8px #7D318D;
  cursor: pointer;
}
.content .button .iconfont {
  font-size: 5px;
}
.content .navbar {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0 20px;
  height: 80px;
  line-height: 80px;
  border: none;
}
.content .navbar.inverse {
  background-color: #FFFFFF;
  border-bottom: 1px solid #eeeeee;
}
.content .navbar .navbar-brand {
  padding-top: 31px;
}
.content .navbar .navbar-brand .iconfont {
  display: inline-block;
  color: #FFFFFF;
  font-size: 32px;
}
.content .navbar .navbar-brand .title-sub {
  font-weight: bold;
  color: #FFFFFF;
}
.content .navbar .navbar-brand.inverse .iconfont {
  color: #D61417;
}
.content .navbar .navbar-brand.inverse .title-sub {
  color: #39394D;
}
.content .navbar .navbar-brand #navbar-logo2 {
  display: none;
  width: 130px;
  position: relative;
  bottom: 13px;
}
.content .navbar .navbar-brand #navbar-logo1 {
  display: inline-block;
  width: 130px;
  position: relative;
  bottom: 13px;
}
.content .navbar .navbar-right li a {
  height: 80px;
  line-height: 80px;
  padding: 0;
  font-size: 18px;
  color: #FFFFFF;
  margin-right: 30px;
}
.content .navbar .navbar-right li a .iconfont {
  margin-right: 10px;
}
.content .navbar .navbar-right li a.active {
  border-bottom: 3px solid #FFFFFF;
}
.content .navbar .navbar-right li a:hover {
  color: #FFFFFF;
}
.content .navbar .navbar-right.inverse li a {
  color: #39394D;
  margin-right: 30px;
}
.content .navbar .navbar-right.inverse li a.active {
  color: #B11950;
  border-bottom: 3px solid #B11950;
}
.foot {
  height: 390px;
}
.foot .foot-left,
.foot .foot-right {
  width: 50%;
  height: 100%;
  display: inline-block;
}
.foot .foot-left {
  position: relative;
}
.foot .foot-left #map {
  width: 100%;
  height: 100%;
}
.foot .foot-left #map .info-title {
  font-weight: bolder;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding: 0 0 0 6px;
  background: #25A5F7;
}
.foot .foot-right {
  float: right;
  background-color: #000000;
  padding: 30px 40px;
}
.foot .foot-right .about {
  font-family: Helvetica-Bold;
  font-size: 30px;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
}
.foot .foot-right .about-sub {
  font-family: PingFangSC-Semibold;
  font-size: 24px;
  color: #B11950;
  font-weight: bold;
  margin-bottom: 30px;
}
.foot .foot-right .contact {
  color: #FFFFFF;
  overflow: hidden;
}
.foot .foot-right .contact .item {
  float: left;
  margin-right: 30px;
  white-space: nowrap;
}
.foot .foot-right .contact .item img {
  width: 18px;
  margin-right: 10px;
  position: relative;
  bottom: 2px;
}
.foot .foot-right .contact .item a {
  color: #FFFFFF;
  text-decoration: none;
}
.foot .foot-right .contact .iconzuoji,
.foot .foot-right .contact .iconwangzhan,
.foot .foot-right .contact .iconxinxiang {
  color: #B11950;
  margin-right: 15px;
}
.foot .foot-right .app {
  margin-top: 40px;
}
.foot .foot-right .app .item {
  text-align: center;
  float: left;
  padding-right: 120px;
  max-width: 33%;
}
.foot .foot-right .app .item .app-code {
  position: relative;
}
.foot .foot-right .app .item .app-code .maskLayer {
  top: -50px;
  left: -130px;
  z-index: 10;
  opacity: 0;
  background: transparent;
  -moz-transition: opacity ease 200ms;
  -o-transition: opacity ease 200ms;
  -webkit-transition: opacity ease 200ms;
  transition: opacity ease 200ms;
}
.foot .foot-right .app .item .app-code .maskLayer img {
  width: 90px;
  height: 90px;
  border-radius: 4px;
}
.foot .foot-right .app .item .app-code:hover > .maskLayer {
  opacity: 1;
}
.foot .foot-right .app .item .title {
  color: #ffffff;
  margin-bottom: 20px;
  white-space: nowrap;
}
.foot .foot-right .app .item .button2 {
  margin-bottom: 19px;
  color: #B11950;
  text-align: center;
  display: inline-block;
  width: 130px;
  height: 36px;
  line-height: 36px;
  background: #FFFFFF;
  border-radius: 4px;
  text-decoration: none;
}
.foot .foot-right .app .item .button2.ios {
  background: #B11950;
  color: #ffffff;
}
.foot .foot-right .app .item .weixin {
  width: 90px;
  height: 90px;
  text-align: center;
}
.foot .foot-right .app .item .weixin img {
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.foot .beian {
  text-align: center;
  width: 100%;
  position: relative;
  bottom: 30px;
  font-size: 12px;
  color: #84849A;
}
.foot .beian a {
  font-size: 12px;
  color: #84849A;
  text-decoration: none;
}
.marker-content {
  width: 350px;
  height: 40px;
  font-size: 14px;
  color: #E0E0EB;
}
.marker-content .infos {
  position: relative;
  left: -185px;
  height: 40px;
  line-height: 40px;
  background: #333333;
  margin-bottom: 15px;
}
.marker-content .infos .icon {
  width: 40px;
  height: 40px;
  background: #B11950;
  float: left;
  text-align: center;
  margin-right: 10px;
}
.marker-content .imgInfo {
  width: 20px;
  height: 29px;
  color: #B11950;
}
.error{
  border: 1px solid #ff0000 !important;
  border-radius: 0 !important;
}
.valid{
    border-radius: 0 !important;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently not supported by any browser */
}