.container {
  padding: 0;
}
.new-header {
  font-size: 2em;
  color: #333;
  margin-bottom: 0;
  text-align: center;
  font-weight: normal;
}
.htt-line {
  width: 40px;
  height: 6px;
  background-color: #1D78F4;
  margin: 4px auto 0;
}
.tel {
  display: block;
  margin: 0 auto;
  width: 498px;
  height: 46px;
  outline: none;
  border: 1px solid rgba(0,0,0,0.4);
  border-radius: 2px;
  padding: 0 16px;
  color: #666;
}
.tel::-webkit-input-placeholder, .vcode::-webkit-input-placeholder {
  color: #999;
  font-size: inherit;
}
.vcode-container {
  width: 498px;
  height: 46px;
  margin: 0 auto;
  display: flex;
}
.vcode-container .vcode {
  width: 350px;
  margin-right: 16px;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 1px;
  padding: 0 16px;
  color: #666;
}
.vcode-container .new-btn {
  height: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1D78F4;
  color: #fff;
}
.vcode-container .new-btn:hover {
  opacity: .8;
}
.vcode-container .new-btn:active {
  opacity: .6;
}
.protocol {
  margin: 13px auto 0;
  text-align: center;
  color: #666;
}
.protocol input {
  position: relative;
  top: 1px;
}
.protocol label {
  font-weight: normal;
}
.protocol .cm-link {
  color: #1D78F4 ;
}
.new-btn {
  display: block;
  margin: 0 auto;
  width: 498px;
  height: 46px;
  color: #fff;
  border: 0;
  outline: none;
  background-color: #1D78F4;
}
.new-btn:hover {
  opacity: .8;
}
.new-btn:active {
  opacity: .6;
}
.new-back-btn {
  background-color: #1D78F4 ;
  padding: 10px 16px;
  font-size: 17px;
  border: 0;
  outline: 0;
  line-height: 1.25;
  color: #fff;
}
.new-pay-btn {
  background-color: #f1a325 ;
  padding: 10px 16px;
  font-size: 17px;
  border: 0;
  outline: 0;
  line-height: 1.25;
  color: #fff;
}
.new-pay-btn:hover,
.new-back-btn:hover {
  opacity: .8;
}
.new-pay-btn:active,
.new-back-btn:active {
  opacity: .6;
}

/* 新版 */
#main-container {
  width: 1280px;
  padding: 0;
  background-color: #F6F8FA;
}
.banner {
  height: 420px;
  padding: 111px 0 0 322px;
  background: url('../images/new/banner.png');
  background-size: cover;
}
.banner p {
  display: flex;
  align-items: flex-end;
}
.banner p img {
  width: 115px;
  height: 90px;
  margin-right: 15px;
}
.banner p span {
  padding-bottom: 9px;
  font-size: 40px;
  font-weight: 600;
  color: #F1F1F1;
}
.banner .subtitle {
  padding: 15px 0 32px;
  font-size: 18px;
  font-weight: 400;
  color: #F1F1F1;
  display: block;
}
.banner a {
  width: 120px;
  height: 37px;
  background-color: #1D78F4;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 37px;
  display: block;
}
.new-header {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  color: #333333;
}
.htt-line {
  width: 80px;
  height: 6px;
  margin: 8px auto 60px;
}
.table {
  margin-bottom: 40px;
}
.table td {
  vertical-align: middle;
}
.lic-intro {
  padding: 0;
  /*margin-bottom: 113px;*/
  font-size: 24px;
  font-weight: 400;
  color: #666666;
}
.lic-intro p {
  display: flex;
  align-items: center;
}
.lic-intro p::before {
  content: '';
  width: 16px;
  height: 16px;
  margin-right: 16px;
  border: 5px solid #1D78F4;
  border-radius: 50%;
}
.register {
  padding: 54px 170px 0;
  background: #fff;
}
.charging-table span {
  height: 17px;
  padding: 0 2px;
  margin-left: 5px;
  border-radius: 3px;
  background-color: #ED2B2A;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 17px;
}
.point {
  position: absolute;
  top: 679px;
  left: 3%;
  z-index: 9;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.point img {
  width: 47px;
  height: 47px;
  margin-right: 6px;
}
.point span {
  width: 72px;
  height: 29px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 3px 6px 1px rgba(0,0,0,0.16);
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  text-align: center;
  line-height: 29px;
  position: relative;
}
.point span::before {
  content: '';
  width: 0;
  height: 0;
  border-right: 3px solid #fff;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  display: block;
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* 新版 */