* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  font-family: "Microsoft YaHei";
  min-width: 1225px;
  padding-top: 78px;
}

html {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
  list-style: none;
}

p, h1, h2, h3 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #666666;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

form {
  margin: 0;
  padding: 0;
}

a, input {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

img {
  border: 0;
}

/*top*/
.ninebot-head {
  width: 100%;
  height: 78px;
  /* border-bottom: 1px solid #070c0f;*/
  position: fixed;
  z-index: 20;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #fff;
  left: 0;
  top: 0;
  right: 0;
}
.ninebot-head .ninebot-headMed {
  width: 1225px;
  height: 78px;
  margin: 0 auto;
  min-width: 1225px;
}
.ninebot-head .ninebot-headMed .ninebot-logo {
  width: 114px;
  height: 47px;
  float: left;
  margin: 15px 0 0 10px;
}
.ninebot-head .ninebot-headMed .ninebot-nav {
  width: 500px;
  height: 78px;
  margin-left: 420px;
  float: left;
}
.ninebot-head .ninebot-headMed .ninebot-nav li {
  width: 100px;
  height: 100%;
  float: left;
  text-align: center;
  line-height: 78px;
}
.ninebot-head .ninebot-headMed .ninebot-nav a {
  color: #6D6D6D;
}
.ninebot-head .ninebot-headMed .ninebot-nav a:hover {
  color: #4bd008;
}
.ninebot-head .ninebot-headMed .ninebot-buy {
  float: right;
  width: 120px;
  height: 78px;
  line-height: 78px;
}
.ninebot-head .ninebot-headMed .ninebot-buy a:hover {
  color: #4bd008;
}
.ninebot-head .ninebot-headMed .ninebot-buy a:hover .ninebot-buyicon {
  background-image: url(../images/buy3.png);
  background-position: center;
}
.ninebot-head .ninebot-headMed .ninebot-buy .ninebot-buyicon {
  float: left;
  width: 35px;
  height: 35px;
  margin-top: 19px;
  background-image: url(../images/ninebotBuy.png);
  background-position: center;
}

.ninebot-head2 {
  width: 100%;
  height: 50px;
  z-index: 55;
  position: fixed;
  background-color: #fff;
  left: 0;
  /* top: -50px;*/
  top: -50px;
  right: 0;
  /*margin-top: -50px;*/
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.ninebot-head2 .ninebot-headMed2 {
  width: 1225px;
  height: auto;
  margin: 0 auto;
  min-width: 1225px;
}
.ninebot-head2 .ninebot-headMed2 .ninebot-logo2 {
  width: 68px;
  height: 35px;
  float: left;
  margin: 10px;
}
.ninebot-head2 .ninebot-headMed2 .ninebot-buy2 {
  float: right;
  width: 120px;
  height: 50px;
  line-height: 50px;
}
.ninebot-head2 .ninebot-headMed2 .ninebot-buy2 a:hover {
  color: #4bd008;
}
.ninebot-head2 .ninebot-headMed2 .ninebot-buy2 a:hover .ninebot-buyicon2 {
  background-image: url(../images/buy3.png);
}
.ninebot-head2 .ninebot-headMed2 .ninebot-buy2 .ninebot-buyicon2 {
  float: left;
  width: 35px;
  height: 35px;
  margin-top: 5px;
  background-image: url(../images/ninebotBuy2.png);
  background-position: center;
}

/*bottom*/
.ninebot-footer {
  width: 100%;
  height: 285px;
  background-color: #fff;
  position: relative;
  z-index: 20;
}
.ninebot-footer .ninebot-footerMed {
  width: 1150px;
  margin: 0 auto;
  height: 175px;
  border-bottom: 1px solid #d4d4d4;
}
.ninebot-footer .ninebot-footerMed .ninebot-footernav {
  width: 800px;
  height: 175px;
  float: left;
  color: #6D6D6D;
}
.ninebot-footer .ninebot-footerMed .ninebot-footernav li {
  float: left;
  width: 120px;
  height: 175px;
  text-align: left;
  margin-left: 40px;
}
.ninebot-footer .ninebot-footerMed .ninebot-footernav .ninebot-footertit {
  font-size: 18px;
  color: #333333;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
}
.ninebot-footer .ninebot-footerMed .ninebot-footernav p {
  line-height: 25px;
  font-size: 14px;
}
.ninebot-footer .ninebot-footerMed .ninebot-footernav a {
  color: #6D6D6D;
}
.ninebot-footer .ninebot-footerMed .ninebot-footernav a:hover {
  color: #4bd008;
}
.ninebot-footer .ninebot-footerMed .ninebot-footerkefu {
  width: 250px;
  float: left;
  height: 100px;
  padding-left: 50px;
  margin-bottom: 40px;
  margin-top: 40px;
  margin-left: 40px;
  border-left: 1px solid #d4d4d4;
  position: relative;
}
.ninebot-footer .ninebot-footerMed .ninebot-footerkefu .ninebot-tel {
  font-size: 24px;
  color: #009ed0;
  position: absolute;
  top: -30px;
  left: 57px;
  height: 40px;
  line-height: 40px;
}
.ninebot-footer .ninebot-footerMed .ninebot-footerkefu .ninebot-time {
  width: 100%;
  height: 30px;
  text-indent: 7px;
  line-height: 30px;
  margin-top: 20px;
  text-align: left;
}
.ninebot-footer .ninebot-footerMed .ninebot-footerkefu .ninebot-sey {
  margin-top: 20px;
}
.ninebot-footer .ninebot-footerMed .ninebot-footerkefu .ninebot-sey li {
  float: left;
  width: 110px;
  height: 26px;
  border: 1px solid #fff;
  line-height: 26px;
  text-align: center;
  margin-right: 10px;
}
.ninebot-footer .ninebot-footerMed .ninebot-footerkefu .ninebot-sey li:hover {
  border: 1px solid #009ed0;
  display: block;
}
.ninebot-footer .ninebot-banquan {
  text-align: center;
  width: 100%;
  height: auto;
  float: left;
  height: 50px;
  color: #333333;
  font-size: 13px;
}
.ninebot-footer .ninebot-banquan .ninebot-link {
  height: 24px;
  width: 100%;
  margin: 10px 0;
}

/* form*/
#maskform {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  background-color: #000;
  opacity: .4;
}

#conform {
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  border-radius: 5px;
  width: 760px;
  height: 540px;
  padding: 30px 70px;
  margin: 0 auto;
  left: 50%;
  margin-left: -450px;
  top: -200%;
  margin-top: -300px;
  z-index: 61;
  position: fixed;
  /*right: 10px; top: 60px;*/
  background-color: #fff;
}
#conform .sharemap-p1 {
  text-align: center;
  width: 100%;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
}
#conform .ninebot-type {
  width: 100%;
  height: 30px;
  line-height: 30px;
  margin-left: -20px;
  margin-top: 10px;
}
#conform .ninebot-type input {
  margin-left: 20px;
}
#conform .ninebot-marginright {
  margin-right: 6px;
}
#conform .ninebot-nameinput, #conform .ninebot-telinput, #conform .ninebot-emailinput, #conform .ninebot-regioninput {
  width: 370px;
  float: left;
  margin-top: 20px;
}
#conform .ninebot-nameinput input, #conform .ninebot-telinput input, #conform .ninebot-emailinput input, #conform .ninebot-regioninput input {
  height: 35px;
  background-color: #f7f7f7;
  line-height: 35px;
  outline: none;
  border: 0;
  border: 1px solid #c0c0c0;
  width: 359px;
  margin-top: 5px;
  text-indent: 10px;
}
#conform .ninebot-cityinput input {
  width: 170px;
  margin-right: 10px;
}
#conform #province .city1, #conform #province .city2 {
  width: 170px;
  margin-right: 10px;
  height: 37px;
  background-color: #f7f7f7;
  line-height: 37px;
  outline: none;
  border: 0;
  border: 1px solid #c0c0c0;
  margin-top: 5px;
  text-indent: 10px;
}
#conform .ninebot-fankuiinput {
  width: 100%;
  float: left;
  margin-top: 20px;
}
#conform .ninebot-fankuiinput input {
  width: 730px;
  background-color: #f7f7f7;
  height: 35px;
  outline: none;
  border: 0;
  border: 1px solid #c0c0c0;
  margin-top: 5px;
  text-indent: 10px;
}
#conform .ninebot-tiaokuan {
  width: 100%;
  height: 35px;
  line-height: 35px;
  float: left;
  margin-top: 20px;
}
#conform .ninebot-fujia {
  font-size: 15px;
  width: 100%;
  height: 35px;
  border-top: 1px solid #333333;
  line-height: 35px;
  margin-top: 60px;
  float: left;
}
#conform .ninebot-button {
  letter-spacing: 8px;
  margin-top: 16px;
  background-color: #57aa35;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border: 0;
  font-size: 15px;
  float: right;
  border-radius: 2px;
}

#closeform {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 7px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  z-index: 62;
  background-image: url(../images/c.png);
  background-size: cover;
}

/*shijia*/
#maskshijia {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  background-color: #000;
  opacity: .4;
}

#conshijia {
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  border-radius: 5px;
  width: 760px;
  padding: 30px 70px;
  margin: 0 auto;
  left: 50%;
  margin-left: -450px;
  top: -200%;
  margin-top: -231px;
  z-index: 61;
  position: fixed;
  background-color: #fff;
}
#conshijia .sharemap-p1 {
  text-align: center;
  width: 100%;
  font-size: 24px;
  height: 50px;
  line-height: 50px;
}
#conshijia .ninebot-nameinput, #conshijia .ninebot-telinput, #conshijia .ninebot-emailinput, #conshijia .ninebot-regioninput {
  width: 370px;
  float: left;
  margin-top: 20px;
}
#conshijia .ninebot-nameinput input, #conshijia .ninebot-telinput input, #conshijia .ninebot-emailinput input, #conshijia .ninebot-regioninput input {
  height: 35px;
  background-color: #f7f7f7;
  line-height: 35px;
  outline: none;
  border: 0;
  border: 1px solid #c0c0c0;
  width: 359px;
  margin-top: 5px;
  text-indent: 10px;
}
#conshijia #provincesj .city1, #conshijia #provincesj .city2 {
  width: 170px;
  margin-right: 10px;
  height: 37px;
  background-color: #f7f7f7;
  line-height: 37px;
  outline: none;
  border: 0;
  border: 1px solid #c0c0c0;
  margin-top: 5px;
  text-indent: 10px;
}
#conshijia .ninebot-marginright {
  margin-right: 6px;
}
#conshijia .ninebot-cityinput input {
  width: 170px;
  margin-right: 10px;
}
#conshijia .ninebot-tiaokuan {
  width: 100%;
  height: 35px;
  line-height: 35px;
  float: left;
  margin-top: 20px;
}
#conshijia .ninebot-fujia {
  font-size: 15px;
  width: 100%;
  height: 35px;
  border-top: 1px solid #333333;
  line-height: 35px;
  margin-top: 60px;
  float: left;
}
#conshijia .ninebot-button {
  letter-spacing: 8px;
  margin-top: 16px;
  background-color: #57aa35;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border: 0;
  font-size: 15px;
  float: right;
  border-radius: 2px;
}

#closeshijia {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 7px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  z-index: 62;
  background-image: url(../images/c.png);
  background-size: cover;
}

/*weixin*/
#maskwx {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  background-color: #000;
  opacity: .4;
  filter: alpha(opacity=40);
}

#conwx {
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  border-radius: 5px;
  width: 580px;
  height: 500px;
  padding: 30px 30px;
  text-align: center;
  margin: 0 auto;
  left: 50%;
  margin-left: -375px;
  top: -200%;
  margin-top: -250px;
  z-index: 61;
  position: fixed;
  /*right: 10px; top: 60px;*/
  background-color: #fff;
}
#conwx img {
  width: 370px;
  height: 370px;
}
#conwx .sharemap-p1 {
  text-align: center;
  width: 100%;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}
#conwx .sharemap-p2 {
  margin-top: 30px;
}

#wxclose {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 7px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  z-index: 62;
  background-image: url(../images/c.png);
  background-size: cover;
}

/*mobile*/
#maskmobile {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  background-color: #000;
  opacity: .4;
  filter: alpha(opacity=40);
}

#conmobile {
  -webkit-transition: all .8s ease-in-out;
  -moz-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  -o-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
  border-radius: 5px;
  width: 580px;
  height: 500px;
  padding: 30px 30px;
  text-align: center;
  margin: 0 auto;
  left: 50%;
  margin-left: -375px;
  top: -200%;
  margin-top: -250px;
  z-index: 61;
  position: fixed;
  /*right: 10px; top: 60px;*/
  background-color: #fff;
}
#conmobile img {
  width: 370px;
  height: 370px;
}
#conmobile .sharemap-p1 {
  text-align: center;
  width: 100%;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
}
#conmobile .sharemap-p2 {
  margin-top: 30px;
}

#mobileclose {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 5px;
  right: 7px;
  text-align: center;
  line-height: 20px;
  cursor: pointer;
  z-index: 62;
  background-image: url(../images/c.png);
  background-size: cover;
}

/*ziyemiandaohang*/
.ccc-con {
  width: 1020px;
  margin: 0 auto;
  color: #b6b6b6;
}

.ccc-title {
  text-align: left;
  font-size: 30px;
  height: 64px;
  line-height: 64px;
  border-bottom: 1px solid #e0e0e0;
}

.ccc-titlenav {
  width: auto;
  float: right;
  height: 35px;
  margin-top: 20px;
}
.ccc-titlenav li {
  float: left;
  line-height: 35px;
  padding: 0 20px;
  font-size: 16px;
  height: 35px;
}
.ccc-titlenav li a {
  color: #b6b6b6;
}
.ccc-titlenav .cur {
  color: #666666;
}
.ccc-titlenav .cur a {
  color: #666666;
}

.buy-lan {
  width: 1225px;
  margin: 0 auto;
  height: 64px;
  color: #b6b6b6;
}
.buy-lan .ccc-title {
  text-align: left;
  font-size: 30px;
  height: 64px;
  line-height: 64px;
}
.buy-lan .ccc-titlenav {
  width: auto;
  float: right;
  height: 35px;
  margin-top: 20px;
}
.buy-lan a:hover {
  color: #666666;
}

/*ziyemian*/
.server-banner {
  color: #fff;
  width: 100%;
  height: 160px;
  background-image: url(../images/server-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.server-banner .server-bannertit {
  position: absolute;
  left: 50%;
  margin-left: -510px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.server-banner .server-bannertit .server-bannerser {
  font-size: 24px;
}
.server-banner .server-bannertit .server-banneren {
  font-size: 12px;
}

/*yanzhengkuabng*/
.inputEmpty {
  border: red solid 1px !important;
  /*background-color: rgba(255,0,0, .3) !important;*/
}

.inputFocus {
  background-color: rgba(0, 0, 225, 0.1) !important;
  border: #4bd008  solid 1px !important;
}
