@charset "utf-8";
.iot-banner {
  height: 600px;
  background: url(../images/img_wlbg01.png) no-repeat center;
}
.iot-banner .banner-content {
  width: 1180px;
  margin: 0 auto;
  padding-top: 200px;
}
.iot-banner .banner-content h1 {
  font-size: 44px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 30px;
}
.iot-banner .banner-content p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  margin-bottom: 70px;
}
.iot-banner .banner-content a {
  display: block;
  width: 136px;
  height: 48px;
  margin: 0 auto;
  background: #0178FD;
  border-radius: 24px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 48px;
}
.iot-zone .iot-server-main {
  padding-top: 80px;
  background: #fff;
}
.iot-zone .iot-server-main .iot-checked {
  margin-top: 60px;
}
.iot-zone .iot-server-main .iot-checked .iot-row {
  margin-bottom: 40px;
}
.iot-zone .iot-server-main .iot-checked .iot-row:last-child {
  margin-bottom: 0;
  padding-bottom: 40px;
}
.iot-zone .iot-server-main .iot-checked .iot-row p.label-text {
  font-size: 16px;
  color: #666666;
  line-height: 16px;
  margin-bottom: 20px;
}
.iot-zone .iot-server-main .iot-checked .iot-row .operator-type li {
  width: 120px;
  height: 48px;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  font-size: 16px;
  color: #2D3037;
  text-align: center;
  line-height: 46px;
  margin-left: -1px;
  float: left;
  cursor: pointer;
}
.iot-zone .iot-server-main .iot-checked .iot-row .operator-type li.active {
  background: #0178FD;
  border-color: #0178FD;
  color: #fff;
}
.iot-zone .iot-server-main .iot-checked .iot-row .iot-combo {
  display: flex;
  flex-wrap: wrap;
}
.iot-zone .iot-server-main .iot-checked .iot-row .iot-combo .combo-item {
  width: 370px;
  height: 88px;
  border: 1px solid #E5E5E5;
  padding: 20px 0;
  border-radius: 2px;
  margin: 0 10px 10px 0;
  cursor: pointer;
}
.iot-zone .iot-server-main .iot-checked .iot-row .iot-combo .combo-item ul {
  display: flex;
}
.iot-zone .iot-server-main .iot-checked .iot-row .iot-combo .combo-item ul li {
  flex: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.iot-zone .iot-server-main .iot-checked .iot-row .iot-combo .combo-item ul li:last-child {
  border: none;
}
.iot-zone .iot-server-main .iot-checked .iot-row .iot-combo .combo-item ul li p:nth-child(1) {
  font-size: 20px;
  color: #2D3037;
  line-height: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.iot-zone .iot-server-main .iot-checked .iot-row .iot-combo .combo-item ul li p:nth-child(2) {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  text-align: center;
}
.iot-zone .iot-server-main .iot-checked .iot-row .iot-combo .combo-item.combo-active {
  border-color: #0178FD;
  background: url(../images/iot_check.png) no-repeat bottom right;
}
.iot-zone .iot-server-main .iot-checked .iot-row .iot-combo .combo-item:nth-child(n + 4):nth-last-of-type(n+2) {
  display: none;
}
.iot-zone .iot-server-main .iot-checked .iot-row .iot-combo .more-combo {
  width: 40px;
  height: 88px;
  margin: 0;
  padding-top: 25px;
  padding-left: 12px;
  font-size: 16px;
  color: #999999;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
}
.iot-zone .iot-server-main .iot-checked .iot-row .iot-combo .more-combo:hover {
  color: #0178FD;
}
.iot-zone .iot-server-main .iot-checked .iot-row .iot-combo .more-combo a{
  color: #999999;
}
.iot-zone .iot-server-main .iot-checked .iot-row .iot-combo .more-combo a:hover{
  color: #0178FD;
}
.iot-zone .iot-server-main .iot-checked .iot-row .num-con {
  display: flex;
  height: 48px;
  margin-bottom: 24px;
}
.iot-zone .iot-server-main .iot-checked .iot-row .num-con button {
  width: 48px;
  height: 48px;
  padding: 0;
  background: #fff;
  border-color: #E5E5E5;
  border-radius: 0;
  position: relative;
}
.iot-zone .iot-server-main .iot-checked .iot-row .num-con button:disabled {
  background: #ebebeb;
}
.iot-zone .iot-server-main .iot-checked .iot-row .num-con .add-btn i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon_add1.png) no-repeat center;
}
.iot-zone .iot-server-main .iot-checked .iot-row .num-con .add-btn:disabled i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon_add2.png) no-repeat center;
}
.iot-zone .iot-server-main .iot-checked .iot-row .num-con .cut-btn i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon_cut1.png) no-repeat center;
}
.iot-zone .iot-server-main .iot-checked .iot-row .num-con .cut-btn:disabled i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon_cut2.png) no-repeat center;
}
.iot-zone .iot-server-main .iot-checked .iot-row .num-con input {
  height: 48px;
  width: 88px;
  padding: 0 12px;
  text-align: center;
  border-radius: 0;
  z-index: 10;
  border-color: #E5E5E5;
  box-sizing: border-box;
  box-shadow: none;
}
.iot-zone .iot-server-main .iot-checked .iot-row .num-con input:focus {
  border-color: #e95048;
}
.iot-zone .iot-server-main .iot-checked .iot-row .num-con span {
  line-height: 48px;
  margin: 0 20px;
  color: #333333;
}
.iot-zone .iot-server-main .iot-checked .iot-row .more-set {
  color: #666;
}
.iot-zone .iot-server-main .iot-checked .iot-row .more-set a {
  display: inline-block;
  color: #0178FD;
  margin: 0 6px 0 10px;
}
.iot-zone .iot-server-main .iot-checked .iot-row .more-set i {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icon_set.png) no-repeat center;
}
.iot-zone .iot-price {
  background: #F5F6F7;
  padding: 36px;
}
.iot-zone .iot-price .page-content {
  display: flex;
  align-items: center;
}
.iot-zone .iot-price .pricebox {
  font-size: 18px;
  font-weight: bold;
  color: #FF6B11;
}
.iot-zone .iot-price .pricebox .price {
  font-size: 44px;
  font-weight: bold;
  color: #FF6B11;
}
.iot-zone .iot-price .pricebox span:last-child {
  display: inline-block;
  margin-left: 12px;
}
.iot-zone .iot-price .buynow {
  margin-left: 160px;
}
.iot-zone .iot-price .buynow .buy {
  display: inline-block;
  width: 160px;
  height: 48px;
  background: #0178FD;
  border-radius: 24px;
  margin-right: 40px;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
  text-align: center;
}
.iot-zone .iot-price .buynow .free {
  font-size: 20px;
  font-weight: 500;
  color: #0178FD;
  position: relative;
}
.iot-zone .iot-price .buynow .free::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -16px;
  transform: translateY(-50%);
  width: 8px;
  height: 15px;
  background: url(../images/arrow_right.png) no-repeat center;
}
.iot-specialty {
  height: 683px;
  padding-top: 80px;
  background: url(../images/img_wlbg02.png) no-repeat center;
  background-color: #fff;
}
.iot-specialty .title {
  color: #fff;
  margin-bottom: 80px;
}
.iot-specialty .specialty-list {
  display: grid;
  grid-template-columns: repeat(2, 570px);
  grid-column-gap: 40px;
  grid-row-gap: 70px;
  margin-bottom: 50px;
}
.iot-specialty .specialty-list dl {
  width: 570px;
  padding: 0 50px 0 120px;
  position: relative;
}
.iot-specialty .specialty-list dl:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(../images/iot_img1.png);
}
.iot-specialty .specialty-list dl:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(../images/iot_img2.png);
}
.iot-specialty .specialty-list dl:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(../images/iot_img3.png);
}
.iot-specialty .specialty-list dl:nth-child(4)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(../images/iot_img4.png);
}
.iot-specialty .specialty-list dl dt {
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 36px;
  margin-bottom: 10px;
}
.iot-specialty .specialty-list dl dd {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  opacity: 0.8;
}
.iot-specialty .free-btn {
  display: block;
  width: 200px;
  height: 48px;
  margin: 0 auto;
  background: #0178FD;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
}
.iot-platform {
  padding: 80px 0 120px;
  background: #F5F6FD;
}
.iot-platform .platform-wrap {
  margin-top: 80px;
  position: relative;
}
.iot-platform .platform-wrap .platform-list {
  display: grid;
  grid-template-columns: repeat(2, 570px);
  grid-gap: 40px;
  margin-bottom: 80px;
}
.iot-platform .platform-wrap .platform-list .platform-item {
  width: 570px;
  height: 268px;
  padding: 40px 20px 0 80px;
  background: #FFFFFF;
}
.iot-platform .platform-wrap .platform-list .platform-item .platfrom-head {
  padding-left: 74px;
  height: 50px;
  margin-bottom: 20px;
  position: relative;
}
.iot-platform .platform-wrap .platform-list .platform-item .platfrom-head img {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 0;
  top: 0;
}
.iot-platform .platform-wrap .platform-list .platform-item .platfrom-head p {
  font-size: 22px;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
}
.iot-platform .platform-wrap .platform-list .platform-item ul li {
  padding-left: 50px;
  font-size: 16px;
  color: #666666;
  line-height: 36px;
  position: relative;
}
.iot-platform .platform-wrap .platform-list .platform-item ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 10px;
  background: url(../images/CHECK.png) no-repeat center;
}
.iot-platform .platform-wrap .page-bg {
  width: 200px;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.iot-platform .platform-wrap .page-bg img {
  width: 100%;
  height: 100%;
}
.iot-platform .free-btn {
  display: block;
  width: 200px;
  height: 48px;
  margin: 0 auto;
  background: #0178FD;
  border-radius: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
}
.iot-aftersales {
  height: 420px;
  padding-top: 80px;
  background: url(../images/img_wlbg03.png) no-repeat center;
}
.iot-aftersales .title {
  color: #fff;
}
.iot-aftersales .aftersales-box {
  display: grid;
  grid-template-columns: repeat(3, 353px);
  grid-gap: 60px;
  margin-top: 60px;
}
.iot-aftersales .aftersales-box .aftersales-item {
  width: 353px;
  height: 118px;
  background: linear-gradient(180deg, rgba(1, 120, 253, 0.4), #081648);
  border-radius: 20px 20px 0 0;
  padding: 33px 0 0 153px;
  position: relative;
}
.iot-aftersales .aftersales-box .aftersales-item p:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 30px;
  margin-bottom: 12px;
}
.iot-aftersales .aftersales-box .aftersales-item p:nth-child(2) {
  font-size: 16px;
  color: #FFFFFF;
  opacity: 0.8;
}
.iot-aftersales .aftersales-box .aftersales-item:nth-child(1)::before {
  content: '';
  position: absolute;
  top: 33px;
  left: 60px;
  width: 74px;
  height: 74px;
  background: url(../images/iot_img9.png) no-repeat;
}
.iot-aftersales .aftersales-box .aftersales-item:nth-child(2)::before {
  content: '';
  position: absolute;
  top: 33px;
  left: 60px;
  width: 74px;
  height: 74px;
  background: url(../images/iot_img10.png) no-repeat;
}
.iot-aftersales .aftersales-box .aftersales-item:nth-child(3)::before {
  content: '';
  position: absolute;
  top: 33px;
  left: 60px;
  width: 74px;
  height: 74px;
  background: url(../images/iot_img11.png) no-repeat;
}
.iot-apply {
  padding: 90px 0 120px 0;
}
.iot-apply .apply-tab {
  padding-top: 36px;
  margin-bottom: 40px;
}
.iot-apply .apply-tab ul {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
}
.iot-apply .apply-tab ul li {
  padding: 0 30px;
  cursor: pointer;
}
.iot-apply .apply-tab ul li a {
  display: block;
  font-size: 18px;
  color: #666666;
  line-height: 66px;
}
.iot-apply .apply-tab ul li.active-tab a {
  color: #0178FD;
  position: relative;
}
.iot-apply .apply-tab ul li.active-tab a::before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #0178FD;
}
.iot-apply .apply-wrap {
  width: 100%;
  height: 360px;
  overflow: hidden;
}
.iot-apply .apply-wrap .apply-list {
  width: 1180px;
  height: hiden;
  display: none;
}
.iot-apply .apply-wrap .apply-list:first-child {
  display: block;
}
.iot-apply .apply-wrap .apply-list .apply-item {
  width: 280px;
  height: 360px;
  float: left;
  margin-right: 20px;
  background: #FFFFFF;
}
.iot-apply .apply-wrap .apply-list .apply-item:last-child {
  margin-right: 0;
}
.iot-apply .apply-wrap .apply-list .apply-item .imgbox {
  width: 280px;
  height: 280px;
  margin-bottom: 25px;
  overflow: hidden;
}
.iot-apply .apply-wrap .apply-list .apply-item .imgbox img {
  width: 280px;
  height: 280px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.iot-apply .apply-wrap .apply-list .apply-item:hover img {
  transform: scale(1.1);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.iot-apply .apply-wrap .apply-list .apply-item p {
  font-size: 18px;
  color: #666666;
  line-height: 26px;
  text-align: center;
}
/******订单*****/
.iot-order-main {
  padding: 40px 0 120px;
}
.iot-order-main h1 {
  font-size: 20px;
  line-height: 20px;
  color: #2D3037;
  padding-left: 16px;
  border-left: 3px solid #0178FD;
  margin-bottom: 20px;
}
.iot-order-main .order-content {
  padding: 40px 40px;
  background: #fff;
}
.iot-order-main .order-address .address-head {
  padding: 20px 0 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.iot-order-main .order-address .address-head p {
  font-size: 18px;
  line-height: 18px;
  color: #333333;
  float: left;
}
.iot-order-main .order-address .address-head a {
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #0178FD;
  float: right;
}
.iot-order-main .order-address .address-list ul li {
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.iot-order-main .order-address .address-list ul li label {
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  margin-bottom: 0;
}
.iot-order-main .order-address .address-list .add-address {
  margin: 24px 0;
  padding: 0 16px;
  height: 44px;
  background: #0178FD;
  border-radius: 4px;
}
.iot-order-main .alert-warn {
  width: 1100px;
  height: 168px;
  background: #F5F6F7;
  font-size: 14px;
  color: #E6A23C;
  line-height: 26px;
  padding: 20px 0 0 24px;
  margin-bottom: 40px;
}
.iot-order-main .product-table > p {
  font-size: 18px;
  color: #333333;
  margin-bottom: 24px;
}
.iot-order-main .product-table table {
  width: 100%;
}
.iot-order-main .product-table table thead tr th,
.iot-order-main .product-table table tbody tr td,
.iot-order-main .product-table table tfoot tr td {
  padding: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
.iot-order-main .product-table table thead tr th {
  background: #F5F6F7;
  color: #666666;
}
.iot-order-main .product-table table tbody tr td {
  color: #333333;
  line-height: 24px;
}
.iot-order-main .product-table table tfoot tr td {
  background: #F5F6F7;
}
.iot-order-main .product-table table tfoot tr td input {
  width: 100%;
  height: 48px;
}
.iot-order-main .iot-checked-box {
  padding: 40px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.iot-order-main .iot-checked-box .checked-row {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.iot-order-main .iot-checked-box .checked-row .label-text {
  width: 110px;
  font-size: 18px;
  color: #2D3037;
  line-height: 18px;
}
.iot-order-main .iot-checked-box .checked-row .dispatchin-type {
  display: flex;
  flex-wrap: wrap;
}
.iot-order-main .iot-checked-box .checked-row .dispatchin-type li {
  width: 160px;
  height: 72px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  margin-right: 20px;
  cursor: pointer;
}
.iot-order-main .iot-checked-box .checked-row .dispatchin-type li p {
  text-align: center;
}
.iot-order-main .iot-checked-box .checked-row .dispatchin-type li p:nth-child(1) {
  font-size: 16px;
  font-weight: bold;
  color: #0178FD;
  margin: 16px 0 10px;
  line-height: 16px;
}
.iot-order-main .iot-checked-box .checked-row .dispatchin-type li p:nth-child(2) {
  font-size: 14px;
  line-height: 14px;
  color: #666666;
}
.iot-order-main .iot-checked-box .checked-row .dispatchin-type li.active {
  border-color: #0178FD;
  background: url(../images/iot_check.png) no-repeat bottom right;
}
.iot-order-main .iot-checked-box .checked-row .renew-checked {
  height: 20px;
}
.iot-order-main .iot-checked-box .checked-row .renew-checked label {
  height: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 0;
}
.iot-order-main .iot-checked-box .checked-row .tooltip-test {
  content: '?';
  height: 16px;
  width: 16px;
  margin-left: 12px;
  background: url(../images/icon_tips01.png) no-repeat center;
  background-size: 16px 16px;
}
.iot-order-main .iot-checked-box .checked-row .tooltip-test:hover {
  background: url(../images/icon_tips02.png) no-repeat center;
  background-size: 16px 16px;
}
.iot-order-main .order-detail {
  padding: 60px 0 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.iot-order-main .order-detail ul {
  width: 280px;
}
.iot-order-main .order-detail ul li {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.iot-order-main .order-detail ul li .price {
  color: #FF6B11;
}
.iot-order-main .order-detail ul li .price span {
  font-size: 32px;
}
.iot-order-main .order-detail ul li:last-child {
  margin-top: 20px;
}
.iot-order-main .order-detail .rolus {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  margin: 24px 0;
}
.iot-order-main .order-detail .rolus a {
  color: #0178FD;
}
.iot-order-main .order-detail .order-btn {
  width: 160px;
  height: 48px;
  background: #0178FD;
  border-radius: 24px;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 48px;
}
.iot-order-modal input {
  width: 100%;
}
.iot-order-modal textarea {
  width: 100%;
}
.iot-order-modal .arge-checked {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.iot-order-modal .arge-checked .selextbox {
  width: 140px;
  height: 48px;
}
.iot-order-modal .arge-checked .selextbox .btn {
  width: 140px;
  height: 48px;
}
.tooltip-inner {
  max-width: 320px;
  height: 80px;
  background: #FFFFFF;
  padding: 12px 28px 0 20px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #fff;
}
/******协议******/
.iot-protocol {
  padding: 40px 0 120px;
}
.iot-protocol .iot-title {
  font-size: 20px;
  line-height: 20px;
  color: #2D3037;
  padding-left: 16px;
  border-left: 3px solid #0178FD;
  margin-bottom: 20px;
}
.iot-protocol .protocol-info {
  padding: 80px 80px 120px;
  background: #fff;
}
.iot-protocol .protocol-info h1 {
  font-size: 28px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.iot-protocol .protocol-info .info-title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 20px;
}
.iot-protocol .protocol-info .info-head p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 12px;
}
.iot-protocol .protocol-info .info-head p:last-child {
  margin: 0;
}
.iot-protocol .protocol-info .protocol-list {
  padding-top: 30px;
}
.iot-protocol .protocol-info .protocol-list dl {
  margin-bottom: 30px;
}
.iot-protocol .protocol-info .protocol-list dl dt {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 28px;
  margin-bottom: 20px;
}
.iot-protocol .protocol-info .protocol-list dl dd p {
  font-size: 16px;
  color: #333333;
  margin-bottom: 8px;
}
.iot-protocol .protocol-info .protocol-list dl dd ul li {
  list-style-type: decimal;
  list-style-position: inside;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin-bottom: 8px;
}
.iot-protocol .protocol-info .protocol-list dl dd ul li p {
  margin-bottom: 8px;
}
.iot-protocol .protocol-info .protocol-list dl:last-child {
  margin: 0;
  padding-top: 20px;
}
