
/* 此文件应用的页面主要是index、product、joinin页面 */
/* 主要插件市场部分的内容 */
/* 插件市场 */

.t_solution {
  background-color: #fff;
  padding: 30px 0px 57px 0px;
}

.t_solution .t_title {
  text-align: center;
  color: #cccccc;
  margin: 0px auto 50px;
  position: relative;
}

.t_solution .t_title .t_border_left {
  border: 1px solid #cccccc;
  width: 24%;
  position: absolute;
  left: 0;
  bottom: 21%;
}

.t_solution .t_title .t_border_right {
  border: 1px solid #cccccc;
  position: absolute;
  width: 24%;
  right: 0;
  bottom: 21%;
}

.t_solution .t_nav {
  margin-bottom: 24px;
}

.t_solution .t_nav ul {
  margin: 0 auto;
}

.t_solution .t_nav li {
  float: left;
  padding: 2px 25px;
  background-color: #fff;
  color: #666666;
  margin-right: 6px;
  font-size: 22px;
  margin-top: 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
}

.t_solution .t_nav .t_default {
  color: #28a1f6;
  border: 1px solid #28a1f6;
  border-radius: 4px;
}

.t_solution .t_content {
  display: none;
}

.t_solution .t_contents .t-item-box {
  border-radius: 2px;
  border: 1px solid rgba(239, 239, 239, 1);
  overflow: hidden;
}

.t_solution .t_contents .t-item-box:hover {
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
}

.t_solution .t_contents .t_item {
  text-align: center;
  padding: 15px;
  cursor: pointer;
}

.t_solution .t_contents .t_item .img > img {
  width: 100%;
  height: auto;
}

.t_solution .t_contents .t_name {
  margin: 32px 0 23px;
  font-size: 16px;
  color: #333333;
}

.t_solution .t_more {
  margin: 44px auto 0;
  font-size: 18px;
  background-color: #63b9ff;
  color: #fff;
  border-radius: 10px;
  width: 16.6%;
  height: 55px;
  line-height: 55px;
  text-align: center;
}

.t_bomb {
  position: fixed;
  top: 20%;
  background-color: transparent;
  left: 0;
  right: 0;
  padding: 0 90px;
  display: none;
  z-index: 30;
  border-radius: 10px;
  text-align: left;
}

.t_bomb > div {
  float: left;
  margin: 30px 0 30px 0;
}

.t_bomb > div.product-qrcode {
  margin-right: 0;
  text-align: center;
  margin-top: 14%;
}

.t_bomb .t_close {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
  width: 30px;
}

.t_bomb .t_close img {
  width: 30px;
  height: auto;
}

.t_bomb img {
  width: 100%;
  height: auto;
}

.t_bomb > h3 {
  font-size: 24px;
  color: #333333;
  line-height: 1em;
  margin-bottom: 1em;
}

.t_bomb > p {
  font-size: 18px;
  color: #666666;
  line-height: 1.5em;
  margin-bottom: 3em;
  width: 60%;
}

/* 插件市场 */
@media (min-width: 1200px) {
  .t_bomb > div {
    width: 25%;
  }
}

@media (min-width: 992px) {
  .t_solution {
    padding: 100px 0px 100px 0px;
  }

  .t_phone2 {
    text-align: left;
  }

  .t_phone1 img,
  .t_phone2 img,
  .t_phone3 img {
    /* height: 487px; */
    width: 241px;
    height: 466px;
  }

  .t_bomb > div {
    width: 25%;
  }

  .carousel-item {
    min-height: 700px;
  }

  .t_bomb img {
    width: 60%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .t_phone1 {
    display: block;
  }

  .t_phone2 {
    display: block;
  }

  .t_phone3 {
    display: block;
  }

  .t_bomb > div {
    margin: 30px 0px 30px 0;
  }
}

@media (min-width: 768px) {
  .t_bomb {
    padding: 0 18px;
    top: 20%;
  }

  .t_bomb > div {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .t_solution .t_nav li {
    width: 20%;
    padding: 4px 0;
    font-size: 15px;
    margin-right: 0;
    text-align: center;
  }
}

/* 577~767 */
@media (min-width: 577px) and (max-width: 767px) {
  .t_solution .t_nav li {
    width: 23%;
  }

  .t_phone1 {
    display: none;
  }

  .t_phone2 {
    display: none;
  }

  .t_phone3 {
    display: none;
  }

  .t_bomb {
    padding: 0 168px;
    top: 0;
  }
}

@media (min-width: 568px) and (max-width: 576px) {
  .t_solution .t_nav li {
    width: 31%;
    padding: 12px;
  }

  .t_solution .t_more {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .t_phone1 {
    display: none;
  }

  .t_phone2 {
    display: none;
  }

  .t_phone3 {
    display: none;
  }

  .t_bomb {
    padding: 0px 182px;
    top: 0;
  }
}

@media (min-width: 480px) and (max-width: 568px) {
  .t_solution .t_nav li {
    width: 31%;
    padding: 12px;
  }

  .t_solution .t_more {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .t_phone1 {
    display: none;
  }

  .t_phone2 {
    display: none;
  }

  .t_phone3 {
    display: none;
  }

  .t_bomb {
    padding: 0px 137px;
    top: 0;
  }
}

@media (min-width: 414px) and (max-width: 480px) {
  .t_solution .t_nav .t_default {
    color: #28a1f6 !important;
    background: #fff !important;
  }

  .t_solution .t_nav li {
    width: 14.28%;
    padding: 8px 0;
    font-size: 15px;
    margin-right: 0;
  }

  .t_solution .t_more {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .t_phone1 {
    display: none;
  }

  .t_phone2 {
    display: none;
  }

  .t_phone3 {
    display: none;
  }

  .t_bomb {
    padding: 0px 103px;
  }
}

@media (min-width: 375px) and (max-width: 414px) {
  .t_solution .t_nav .t_default {
    color: #28a1f6 !important;
    background: #fff !important;
  }

  .t_solution .t_more {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .t_phone1 {
    display: none;
  }

  .t_phone2 {
    display: none;
  }

  .t_phone3 {
    display: none;
  }

  .t_bomb {
    padding: 0 70px;
  }
}

@media (min-width: 320px) and (max-width: 375px) {
  .t_solution .t_nav .t_default {
    color: #28a1f6 !important;
    background: #fff !important;
  }

  .t_solution .t_more {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }

  .t_phone1 {
    display: none;
  }

  .t_phone2 {
    display: none;
  }

  .t_phone3 {
    display: none;
  }

  .t_bomb {
    padding: 0px 50px;
  }
}

