body {
  background: #F1F2F6;
}
.title {
  font-size: 18px;
  font-weight: 600;
  padding: 24px 0 16px;
}
.container {
  width: 1280px;
  margin: 0 auto;
}
.fix {
  background: #fff;
  height: 60px;
  margin-bottom: 16px;
}
.logo img {
  width: 112px;
  margin: 16px 64px 0 0;
}
.nav li {
  float: left;
  font-size: 14px;
  padding-right: 48px;
  line-height: 60px;
}
.nav li.active {
  color: #273FEE;
}
.login,
.register {
  width: 80px;
  height: 32px;
  margin-top: 14px;
}
.login {
  color: #273FEE;
  background: #fff;
}
.register {
  background: #273FEE;
  color: #fff;
}

.banner {
  width: 900px;
  height: 400px;
  background: #fff url(../images/banner.png) no-repeat 465px 80px;
  background-size: 355px;
  padding: 80px;
}
.banner h6 {
  font-size: 36px;
  line-height: 50px;
  padding-bottom: 16px;
}
.banner p {
  font-size: 24px;
  line-height: 33px;
}
.news {
  background: #fff;
  padding: 16px 24px;
  width: 364px;
  height: 400px;
}
.news h6 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 16px;
}
.newsList li {
  position: relative;
  padding-left: 15px;
  padding-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}
.newsList li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 6px;
  height: 6px;
  border: 2px solid #273FEE;
  border-radius: 5px;
}
.newsList li p {
  padding-bottom: 4px;
}
.newsList li span {
  color: #999999;
  font-size: 12px;
  line-height: 17px;
  display: block;
}
.newsList li p,
.newsList li span {
  width: 98%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space:nowrap;
}
.list1 li {
  float: left;
  width: 200px;
  text-align: center;
  height: 166px;
  padding-top: 100px;
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center 40px;
}
.list1 li:not(:last-of-type),
.list2 li:not(:last-of-type) {
  margin-right: 16px;
}
.list1 li:nth-of-type(1) {
  background-image: url(../images/list1.1.png);
}
.list1 li:nth-of-type(2) {
  background-image: url(../images/list1.2.png);
}
.list1 li:nth-of-type(3) {
  background-image: url(../images/list1.3.png);
}
.list1 li:nth-of-type(4) {
  background-image: url(../images/list1.4.png);
}
.list1 li:nth-of-type(5) {
  background-image: url(../images/list1.5.png);
}
.list1 li:nth-of-type(6) {
  background-image: url(../images/list1.6.png);
}

.list2 li {
  float: left;
  width: 416px;
  height: 270px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center 32px;
  padding: 112px 48px 0;
  text-align: center;
}
.list2 li:nth-of-type(1) {
  background-image: url(../images/list2.1.png);
}
.list2 li:nth-of-type(2) {
  background-image: url(../images/list2.2.png);
}
.list2 li:nth-of-type(3) {
  background-image: url(../images/list2.3.png);
}

.list2 h6 {
  font-size: 18px;
  font-weight: 600;
}
.list2 p {
  font-size: 14px;
  padding: 8px 0 16px;
}
.list2 div {
  font-size: 14px;
  color: #666666;
}

.bottom {
  height: 400px;
  background: #fff url(../images/plan.png) no-repeat 80px 50px;
  background-size: 620px;
  padding-left: 820px;
  padding-top: 58px;
  margin-bottom: 16px;
}
.bottom li {
  position: relative;
  padding-bottom: 24px;
}
.bottom li::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
}

.bottom li:nth-of-type(1)::after {
  background-image: url(../images/list3.1.png);
}
.bottom li:nth-of-type(2)::after {
  background-image: url(../images/list3.2.png);
}
.bottom li:nth-of-type(3)::after {
  background-image: url(../images/list3.3.png);
}
.bottom li:nth-of-type(4)::after {
  background-image: url(../images/list3.4.png);
}
.bottom h6 {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  padding-bottom: 8px;
}
.bottom p {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.copy {
  background: #1D2034;
  padding: 20px 0 24px;
}

.copy h6 {
  color: #fff;
  font-size: 16px;
  padding-bottom: 10px;
}
.copy p {
  color: #CCCCCC;
  font-size: 14px;
  padding-bottom: 20px;
}

.copy a {
  color: #999999;
  font-size: 14px;
  display: block;
  text-align: center;
}
.mask {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.2);
  width: 100%;
  height: 100%;
  display: none;
}
.maskMain {
  background: #fff;
  width: 640px;
  height: 580px;
  padding: 40px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -320px;
  margin-top: -290px;
  display: none;
}
.maskMain h6 {
  color: #4A4A4A;
  font-size: 24px;
  padding-bottom: 40px;
  text-align: center;
}
.info {
  padding-bottom: 24px; 
}
.info li {
  padding-bottom: 24px;
  padding-left: 66px;
}
.info span {
  color: #4A4A4A;
  font-size: 14px;
  padding-right: 8px;
  display: inline-block;
  line-height: 40px;
  width: 80px;
  text-align: right;
}
.info input {
  width:260px;
  height:40px;
  border-radius:4px;
  border:1px solid rgba(226,226,226,1);
  padding: 0 14px;
}

.maskMain button{
  background: #273FEE;
  color: #fff;
  font-size: 14px;
  width:260px;
  height:40px;
  border-radius:4px;
  display: block;
  margin: 0 auto 16px;
}
.maskMain p {
  text-align: center;
  color: #4A4A4A;
  font-size: 14px;
}
.maskMain .blue {
  color: #273FEE;
}

.dialog {
  width: 370px;
  height: 194px;
  background: #fff;
  border-radius:11px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -185px;
  margin-top: -97px;
  text-align: center;
  z-index: 10;
  padding: 20px 0 40px;
  display: none;
}
.dialog h6 {
  font-size: 16px;
  font-weight: 600;
  color: #4A4A4A;
}

.dialog p {
  font-size: 14px;
  color: #4A4A4A;
  padding: 20px 0 40px;
}
.dialog button {
  width: 95px;
  height: 32px;
  font-size: 14px;
  border-radius: 4px;
  display: inline-block;
}
.dialog1 {
  z-index: 11;
}
.cancel {
  color: #9B9B9B;
  margin-right: 22px;
}

.sure {
  background: #273FEE;
  color: #fff;
  margin-left: 22px;
}

.getCode {
  color: #273FEE;
  margin-left: -80px;
}
