﻿body {
  background-color: #F6F6F6;
}

body * {
  box-sizing: border-box;
}

.main_content {
  width: 1200px;
  margin: 0 auto;
}

.module_title {
  text-align: left;
  padding-top: 36px;
  padding-bottom: 18px;
}

.module_title h2 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 19px;
  font-size: 24px;
  color: #303445;
}

.module_title a{
  text-decoration: none;
  color: #59607B;
  font-size: 14px;
  display: inline-block;
  line-height: 18px;
  vertical-align: bottom;
}
.module_title a:hover{
  color: #3091F2;
  cursor: pointer;
}
/* .module_title p {
  font-size: 14px;
  color: #59607B;
  margin-top: 13px;
} */
/* 云市场分类 */
.index-container{
  width: 1200px;
  height: 320px;
  margin: 0 auto;
  display: flex;
  /* justify-content: space-between; */
  margin-top: 26px;
}
.cloud-market-kinds {
  width: 215px;
  height: 320px;
  box-sizing: border-box;
  font-size: 14px;
  font-family: 'MicrosoftYaHei';
  box-sizing: border-box;
  margin-right: 20px;
  background: #fff;
  padding-top: 28px;
  border-radius: 6px;
}
.cloud-kinds {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #303445;
  padding: 0 20px;
  opacity: 1;
  color: #fff;
}
.kinds-detail {
  background-color: #fff;
  padding: 0 20px;
  /* opacity: .9; */
  padding-left: 28px;
}
.market-kinds-content {
  width: 100%;
  /* height: 60px; */
  /* line-height: 60px; */
  color: rgba(255,255,255,.5);
  border-bottom: .5px solid rgba(255,255,255,.15);
  font-size: 0;
}
.market-kinds-content a{
  vertical-align: middle;
  /* margin-right: 10px; */
  color: #303445;
  /* opacity: .5; */
  font-size: 14px;
  width: calc(50% - 2px);
  display: inline-block;
  text-decoration: none;
  color: #303445;
  margin-top: 16px;
}
/* .market-kinds-content a:nth-child(2n){
  padding-left: 18px; 
  border-left: 1px solid #D4D4D4;
} */
.market-kinds-content .pl18 {
  padding-left: 18px; 
}
.line {
  display: inline-block;
  vertical-align: text-top;
  background: #D4D4D4;
  width: 1px;
  height: 14px;
  margin-top: 2px;
}
.market-kinds-content a:hover {
  color: #0080FF;
}
.service-kind {
  margin-top: 40px;
}
.plugin-kind-one,
.service-kind-one {
  /* display: inline-block; */
  vertical-align: middle;
  font-weight: 700;
  color: #303445;
  font-size: 16px;
}
.plugin-kind-one span,
.service-kind-one span {
  display: inline-block;
  width: 4px;
  height: 14px;
  vertical-align: middle;
  background: #0080FF;
  margin-top: -2px;
  margin-right: 3px;
}
/* .market-kinds-content .grap{
  width: 1px;
  height: 11px;
  background-color: #fff;
  opacity: .25;
  display: inline-block;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 20px;
} */
.main_content .split-line{
  margin: 14px 0;
  width: 100%;
  height: 1px;
  background-color: #F1F1F1;
}

/* 导航 */
#banner {
  width: 965px;
  height: 100%;
  position: relative;
  overflow: hidden;
}

#banner a {
  display: block;
}

#banner img {
  width: 100%;
  min-width: 927px;
  height: 320px;
  border-radius: 6px;
}

.swiper-wrapper{
  z-index: 0;
}

#open_plat {
  height: 497px;
}

.open_plat_list {
  display: flex;
  justify-content: space-between;
}

.open_plat_list>li {
  width: 381px;
  height: 198px;
  text-align: center;
  border: 1px solid #D5D5DE;
  border-radius: 2px;
}

.open_plat_list>li>a {
  display: block;
  width: 100%;
  height: 100%;
}

.open_plat_list>li img {
  width: 50px;
  height: 50px;
  margin-top: 47px;
  margin-bottom: 33px;
  display: inline-block;
}

.open_plat_list>li p {
  color: #59607B;
  font-size: 18px;
  line-height: 18px;
}

/* .service_market_list {
  display: flex;
  justify-content: center;
}

.service_market_list>li {
  width: 276px;
  height: 304px;
}

.service_market_list>li:hover {
  box-shadow: 0px 0px 30px rgba(110, 162, 203, 0.15);
}

.service_market_list>li:not(:first-of-type) {
  margin-left: 32px;
}

.service_market_list>li>a>.cover-box {
  height: 177px;
  overflow: hidden;
}

.service_market_list .cover-box>img {
  width: 100%;
  height: 150px;
}

.service_market_list .info_box {
  padding: 15px 20px 20px 15px;
}

.service_market_list .belong {
  width: 86px;
  height: 20px;
  border-radius: 10px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  line-height: 20px;
  background: #3091F2;
}

.service_market_list .belong.wechat {
  background: #09BB07;
}

.service_market_list .belong.tool {
  background: #ED3777;
}

.service_market_list .belong img {
  position: relative;
  top: 3px;
  margin-right: 2px;
}

.service_market_list .bargain {
  font-size: 16px;
  margin-top: 9px;
  color: #303445;
  text-indent: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  white-space: nowrap;
}

.service_market_list .developer {
  color: #59607B;
  font-size: 12px;
  margin-top: 9px;
  overflow: hidden;
  text-overflow: ellipsis;

}

.service_market_list .more_info {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}

.service_market_list .unit_price {
  color: #FF7100;
}

.service_market_list .user_count {
  color: #59607B;.plugin_market_list .more_info
} */


.plugin_market_list {
  display: flex;
  justify-content: center;
}

.plugin_market_list>li {
  width: 286px;
  height: 312px;
  border: .5px solid #f1f1f1;
  border-radius: 6px 6px 0 0;
  overflow: hidden;
}

.plugin_market_list>li:hover {
  box-shadow: 0px 0px 30px rgba(110, 162, 203, 0.15);
}

.plugin_market_list>li:not(:first-of-type) {
  margin-left: 32px;
}

.plugin_market_list>li>a>.cover-box {
  height: 211px;
  overflow: hidden;
  border: .5px solid #f1f1f1;
}

.plugin_market_list .cover-box>img {
  width: 100%;
  height: 100%;
}

.plugin_market_list .info_box {
  padding: 16px 10px 15px 15px;
}

.plugin_market_list .belong {
  width: 86px;
  height: 20px;
  border-radius: 10px;
  font-size: 12px;
  color: #3091F2;
  text-align: center;
  line-height: 20px;
  background: #fff;
  border: 1px solid #3091F2;
  display: inline-block;
}
.plugin_market_list .img_type {
  /* display: inline-block; */
  vertical-align: top;
  float: right;
  /* width: 42px; */
  height: 20px;
  text-align: right;
  line-height: 20px;
  /* margin-top: 9px; */
}
.plugin_market_list .img_type img {
  vertical-align: middle;
  width: 16px;
  height: 100%;
}
.plugin_market_list .belong.wechat {
  color: #09BB07;
  border: 1px solid #09BB07;
}

.plugin_market_list .belong.tool {
  color: #ED3777;
  border: 1px solid #ED3777;
}

.plugin_market_list .belong img {
  position: relative;
  top: 1px;
  margin-right: 2px;
}

.plugin_market_list .bargain {
  font-size: 14px;
  /* margin-top: 10px; */
  color: #303445;
  /* text-indent: 6px; */
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  white-space: nowrap;
  display: inline-block;
  max-width: 130px;
}
.tips {
  display: inline-block;
}
.tips img {
  width: 64px;
  height: 16px;
}
.plugin_market_list .developer {
  color: #59607B;
  font-size: 12px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.plugin_market_list .more_info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 14px;
}

.plugin_market_list .unit_price {
  color: #FF7100;
  font-size: 14px;
  font-weight: 700;
}

.plugin_market_list .user_count {
  color: #9FA5BB;
  font-size: 12px;
}

.dev_community_list {
  font-size: 18px;
  color: #59607B;
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding-bottom: 70px;
}

.dev_community_list>li>img {
  width: 44px;
  height: 44px;

}

.dev_community_list>li>p {
  font-size: 18px;
  color: #59607B;
  margin-top: 20px;
}

#demand_plat {
  padding-bottom: 100px;
}

.swiper-container {
  width: 1192px;
  height: 304px;
}

.swiper-container .swiper-slide {
  width: 786px;
  border: 1px solid #E8E8E8;
  box-shadow: 10px 10px 10px rgba(52, 52, 52, 0.05);
}

.swiper-pagination-bullet {
  margin: 13px;
  border-radius: 50%;
  background:rgba(255,255,255,0.5);
  width: 14px;
  height: 14px;
}

#demand_plat .swiper-pagination-bullets {
  margin-top: 30px;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  /* width: 20px; */
  background: #ffffff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}

.demands-list * {
  box-sizing: content-box;
}

.demands-list {
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom: 10px;
  color: #373434;
  position: relative;
  display: flex;
}

.demands-list>div {
  display: inline-block;
  vertical-align: top;
}

.portrait-wrap {
  width: 140px;
  text-align: center;
  margin-top: 60px;
}

.portrait-wrap img {
  width: 98px;
  height: 98px;
  border-radius: 100%;
}

.portrait-wrap p {
  margin-top: 5px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.demand-info {
  width: 534px;
}

.demand-info h3 {
  margin-top: 33px;
  font-size: 24px;
}

.demand-info h3>span {
  display: inline-block;
  padding: 0 20px;
  color: #3199f2;
  font-size: 14px;
  font-weight: normal;
  border-radius: 20px;
  border: 1px solid #3199f2;
}

.demand-city {
  margin-left: 15px;
}

.demand-status {
  margin-left: 10px;
}

.demand-in {
  margin-top: 25px;
}

.demand-in span {
  display: inline-block;
  width: 150px;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888787;
  line-height: 25px;
}

.demand-in span:nth-of-type(3) {
  width: 75px;
}

.demand-in span:nth-of-type(2),
.demand-in span:nth-of-type(5) {
  width: 126px;
}

.demand-in label {
  color: #000;
}

.demand-desc {
  display: none;
}

.demand-desc span {
  padding-right: 10px;
}

.demand-desc>div {
  border: 1px solid #b5b5b5;
  padding: 10px;
  margin-top: 10px;
  color: #b5b5b5;
}

.demand-btn-wrap {
  width: 100px;
  margin-top: 60px;
}

.demand-desc-wrap .demand-desc-btn {
  display: block;
  width: 100px;
  text-align: center;
  margin: 15px auto;
  cursor: pointer;
}

.demand-desc-wrap {
  margin-top: 20px;
}

.demand-desc-wrap .demand-desc-btn:after {
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 1px solid #000;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  margin-left: 5px;
  background: url(../../../../zhichi_frontend/static/pc2/designer/images/3.png) no-repeat;
  -webkit-background-size: auto 5px;
  background-size: auto 5px;
  background-position: -11px 9px;
  vertical-align: top;
}

.demand-desc-wrap .demand-desc-btn.down:after {
  content: '';
  background-position: 6px 7px;

}

.demand-btn-order,
.demand-btn-hasorder {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #3199f2;
  margin: 10px;
  border-radius: 100%;
  border: 10px solid #c1e0fb;
  text-align: center;
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  cursor: pointer;
}

.demand-btn-hasorder {
  background-color: #add6fa;
  border: 10px solid #e6f3fd;
  cursor: default;
}

.demand-state {
  display: inline-block;
  width: 95px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #3199f2;
  margin-bottom: 10px;
}

.demand-state-btn {
  color: #fff;
  background-color: #3199f2;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

.demand-state-edit {
  color: #888787;
  cursor: pointer;
}

.demand-order-complete {
  font-size: 20px;
  display: block;
  width: 25px;
  margin: 13px auto;
  color: #ff9b4c;
}

.bt-nav {
  margin-top: 50px;
}