body {
   min-width: 1350px;
   margin: 0;
}

.header {
  position: static !important;
}
ul {
  list-style: none;
}

a{
	text-decoration: none;
}

.main {
  width: 100%;
  padding-top: 50px;
  background-color: #f2f2f2;
  line-height: 1;
}

.main .versions {
    position: relative;
    margin: auto;
    margin-top: 50px;
    margin-left: 16%;
    width: 80%;
    font-size: 14px;
    color: #333;
    min-width: 1350px;
  }
  
.main .title {
    margin: 0;
    font-size: 35px;
    font-weight: normal;
    color: #333;
    text-align: center;
  }
 .main .title_p{
 	margin: 0;
 	margin-top: 20px;
 	font-size: 27px;
 	text-align: center;
 }

.main .sub-title {
    margin-top: 20px;
    color: #1e88e5;
    font-size: 17px;
    text-align: center;
  }

.main .sub-title img, .main .sub-title span {
      display: inline-block;
      vertical-align: middle;
    }

.main .sub-title img {
      width: 20px;
      margin-right: 10px;
    }

.main .versions-header {
    height: 0;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: #fff;
    border: 1px solid #F4F4F4;
    transition: all .15s ease-in
  }

.main .versions-header.show {
   height: auto;
   opacity: 1;
}

.main .versions-header .types {
      width: 68%;
      margin: 0 auto;
      min-width: 1350px;
      padding-left: 50px;
      color: #333;
}

.main .versions-header .types li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 25%;
        padding: 20px 40px;
        border-right: 1px solid #F4F4F4;
      }

.main .versions-header .types li .tt {
          font-size: 24px;
          margin-bottom: 16px;
        }

.main .versions-header .types li .price span {
            font-size: 18px;
          }

.main .versions-header .types li .price i {
            font-size: 12px;
            color: #9f9f9f;
            margin-left: 8px;
            font-style: normal;
          }

.main .versions-header .types li a {
            position: absolute;
            top: 30px;
            right: 40px;
            width: 65px;
            height: 35px;
            line-height: 35px;
            font-size: 18px;
            text-align: center;
            color: #fff;
            background-color: #06C0EF;
            border-radius: 3px;
            transition: all .15s ease-in
          }

.main .versions-header .types li a.signup {
   color: #13A2F8;
   border: 1px solid #10A7F3;
   background-color: #fff;
}

.main .versions-header .types li a.s2 {
   background-color: #0BA8EE;
}

.main .versions-header .types li a.s3 {
   background-color: #1E88E5;
}

.main .versions-header .types li a:hover {
   opacity: .8;
}

.main .versions-header .types li:last-child {
   border-right: none;
}


.main .versions:before, .main .versions:after {
   content: "";
   display: table;
}

.main .versions:after {
   clear: both;
}

.main .versions .names {
      float: left;
      position: absolute;
      bottom: 0;
      width: 50px;
      padding-left: 0;
      left: -45px;
}

.main .versions .names > li {
        -ms-writing-mode:tb-lr;
        writing-mode:vertical-lr;
        text-align: center;
        line-height: 50px;
        font-size: 20px;
        color: #fff;
        background-color: #D1D9E0;
        border-bottom: 1px solid #fff;
      }

.main .versions .boxs {
      float: left;
      width: calc(100% - 50px);
      margin-left: calc(0.8% - 1px);
}

.main .versions .boxs > li {
        display: inline-block;
        width: 16%;
        border-right: 1px solid #F4F4F4;
        background-color: #fff;
        transition: all .15s ease-in
      }

.main .versions .boxs > li:hover {
   transform: scale(1.03);
   box-shadow: 0 6px 20px rgba(0, 29, 40, .1);
}

.main .versions .boxs > li:last-child {
   border-right: none;
}

.main .versions .boxs .desc {
        padding: 40px 0;
        text-align: center;
        border-bottom: 1px solid #F4F4F4;
      }

.main .versions .boxs .desc .tt {
          font-size: 28px;
          color: #333;
          margin-bottom: 15px;
        }

.main .versions .boxs .desc .ct {
          font-size: 14px;
          color: #9f9f9f;
          margin-bottom: 40px;
        }

.main .versions .boxs .desc .signup {
          display: inline-block;
          width: 180px;
          height: 45px;
          line-height: 45px;
          margin-bottom: 15px;
          color: #13A2F8;
          border: 1px solid #10A7F3;
          border-radius: 5px;
          transition: all .15s ease-in
        }

.main .versions .boxs .desc .signup:hover {
   opacity: .8;
}

.main .versions .boxs .desc .price {
          margin-bottom: 30px;
        }

.main .versions .boxs .desc .price > span {
            display: inline-block;
            vertical-align: bottom;
            font-size: 38px;
            font-weight: 400;
            color: #3c3c3c;
          }

.main .versions .boxs .desc .price > i {
            display: inline-block;
            vertical-align: bottom;
            margin-left: 10px;
            font-size: 18px;
            color: #9f9f9f;
            font-style: normal;
          }

.main .versions .boxs .desc .price .types {
            display: inline-block;
            vertical-align: bottom;
            margin-left: 18px;
            border-radius: 4px;
            overflow: hidden;
          }

.main .versions .boxs .desc .price .types li {
              display: inline-block;
              width: 39px;
              height: 25px;
              line-height: 25px;
              color: #9F9F9F;
              border: 1px solid #ddd;
              border-right: none;
              cursor: pointer
            }

.main .versions .boxs .desc .price .types li.active {
   color: #fff;
   background-color: #06C0EF;
   border-color: #06C0EF;
}

.main .versions .boxs .desc .price .types li:last-child {
   border: 1px solid #ddd;
}

.main .versions .boxs .desc .consult {
          display: inline-block;
          width: 180px;
          height: 45px;
          line-height: 45px;
          margin-bottom: 15px;
          color: #fff;
          background-color: lightskyblue;
          border-radius: 5px;
          transition: all .15s ease-in
        }

.main .versions .boxs .desc .consult.s2 {
   background-color: #06C0EF; 
}

.main .versions .boxs .desc .consult.s3 {
   background-color: #13A2F8;
}

.main .versions .boxs .desc .consult.s4 {
   background-color: #1E88E5;
}

.main .versions .boxs .desc .consult:hover {
   opacity: .8;
}

.main .versions .boxs .desc .tips {
          font-size: 14px;
          color: #9F9F9F;
        }

.main .versions .boxs .functions {
		display: flex;	
		flex-direction: column;
        justify-content: center;
        padding: 30px 30px;
        border-bottom: 1px solid #F4F4F4;
      }

.main .versions .boxs .functions > li {
          margin-bottom: 15px
        }

.main .versions .boxs .functions > li:before {
   content: "";
   display: inline-block;
   width: 15px;
   height: 12px;
   margin-right: 13px;
   background: url(../images/duihao.png) no-repeat;
   background-size: cover;
}
.main .versions .boxs .functions .last_li:before{
	content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    margin-right: 13px;
    background: none;
    background-size: cover;
}

.main .versions .boxs .functions > li.ban {
   color: #D6D6D6;
}

.main .versions .boxs .functions > li.ban:before {
   background: #fff;
}

.main .versions .boxs .functions > li:last-child {
   margin-bottom: 0;
}

.main .versions .base {
      height: 220px;
      padding: 30px 0px;
}

.main .versions .auths {
      height: 220px;
      padding: 30px 0px;
}

.main .versions .style{
	  height: 307px;
	  padding: 30px 0px;
}
.main .versions .live {
      height: 307px;
      padding: 30px 0px;
}

.main .versions .marketing {
      height: 278px;
      padding: 30px 0px;
}

.main .versions .resources {
      height: 220px;
      padding: 30px 0px;
}

.main .versions .data{
	  height: 104px;
	  padding: 10px 0px;
} 
.main .versions .services {
      height: 104px;
      padding: 10px 0px;
}

.main .versions .made {
      height: 133px;
      padding: 10px 0px;
}

.main .phone {
    min-width: 1350px;
    padding: 80px 0 100px;
    font-size: 14px;
    color: #9F9F9F;
    text-align: center;
    background-color: #f2f2f2;
  }

.main-m {
  display: none;
}

@media (max-width: 540px) {
  body {
    min-width: 375px;
  }
  .main {
    display: none;
  }
  header.header {
    padding: 0;
  }
  .main-m {
    display: block;
    padding-top: 60px;
    background-color: #f2f2f2;
    line-height: 1;
    color: #333;
  }
    .main-m .title {
      margin: 10px 0 20px;
      font-size: 25px;
      text-align: center;
    }
    .main-m .sub-title {
      margin: 10px 0 20px;
      color: #1e88e5;
      font-size: 15px;
      text-align: center;
    }
      .main-m .sub-title img, .main-m .sub-title span {
        display: inline-block;
        vertical-align: middle;
      }
      .main-m .sub-title img {
        width: 17px;
        margin-right: 10px;
      }
      .main-m .types > li {
        width: 100%;
        border-bottom: 1px solid #F4F4F4;
        font-size: 12px
      }
      .main-m .types > li.active .tt .arrow {
            transform: rotate(90deg);
   }
      .main-m .types > li.active .ct {
            display: block;
   }
      .main-m .types .tt {
        height: 96px;
        line-height: 96px;
        border-bottom: 1px solid #F4F4F4;
        padding: 0 30px;
        background-color: #fff;
        cursor: pointer;
      }
        .main-m .types .tt > span {
          display: inline-block;
          vertical-align: middle;
        }
        .main-m .types .tt .arrow {
          width: 0;
          height: 0;
          margin-top: 3px;
          margin-right: 18px;
          border: 5px solid transparent;
          border-left-color: #333;
          transition: all .15s ease-in;
        }
        .main-m .types .tt .name {
          font-size: 15px;
        }
        .main-m .types .tt .tips {
          margin-left: 10px;
          color: #9f9f9f;
        }
        .main-m .types .tt .price {
          float: right;
          text-align: right;
        }
          .main-m .types .tt .price span {
            color: #3c3c3c;
            font-size: 15px;
          }
        .main-m .types .tt .price.s1 {
      padding-top: 10px;
      line-height: 1;
   }
        .main-m .types .tt .price p {
            display: block;
            font-size: 15px;
            color: #3c3c3c;
            margin-bottom: 15px;
   }
            .main-m .types .tt .price p i {
              margin-left: 10px;
              font-size: 12px;
              color: #9f9f9f;
              font-style: normal;
            }
        .main-m .types .tt .price p:last-child {
      margin-bottom: 0;
   }
      .main-m .types .ct {
        display: none;
        padding: 20px 0 6px;
        transition: all .15s ease-in;
      }
        .main-m .types .ct .signup {
          display: block;
          margin: 0 auto 20px;
          width: 180px;
          height: 45px;
          line-height: 45px;
          text-align: center;
          color: #13A2F8;
          font-size: 20px;
          border: 1px solid #10A7F3;
          background-color: #fff;
        }
        .main-m .types .ct .functions {
          padding: 0 20px;
        }
          .main-m .types .ct .functions > li {
            display: inline-block;
            width: 50%;
            margin-bottom: 20px
          }
          .main-m .types .ct .functions > li:before {
      content: "";
      display: inline-block;
      width: 15px;
      height: 12px;
      margin-right: 10px;
      background: url(//shangzhibo-img.b0.upaiyun.com/tmp/duihao.png) no-repeat;
      background-size: cover;
   }
}
