body {
  font-size: 16px;
}

#market .topbar {
  background: #223242;
}

.tutorial {
  overflow: hidden;
  margin-bottom: 40px;
}

.layout-left {
  width: 800px;
  float: left;
}

.layout-right {
  width: 380px;
  float: right;
}

/*  */

.logo {
  cursor: pointer;
  float: left;
  margin-right: 60px;
  position: relative;
  top: 3px;
}

.logo img {
  position: relative;
  top: 6px;
}

.skill {
  display: block;
  margin: auto;
  margin-top: 20px;
}

.unify {
  background: #fafafa;
  padding: 40px 0;
}

.icon-play-2 {
  font-size: 26px;
  position: relative;
  top: 4px;
  cursor: pointer;
}

.title-1 {
  padding: 20px 0;
  font-size: 23px;
  color: #505050;
}

.title-1 .name {
  font-weight: bold;
}

.title-1 .line {
  width: 70px;
  height: 2px;
  background: #575757;
}

.customer {
  text-align: center;
  padding: 30px 0;
  background: #fafafa;
}

.customer .tip {
  color: gray;
  margin: 10px 0;
  margin-bottom: 30px;
}

.customer .imgs {
  margin: 20px 0;
}

.topbar {
  height: 45px;
  background: #22293b;
}

.tutorial {
  overflow: hidden;
  margin-bottom: 40px;
}

.layout-left {
  width: 800px;
  float: left;
}

.layout-right {
  width: 380px;
  float: right;
}

.recommend,
.video {
  color: #3d3d3d;
}

.recommend .item,
.video .item {
  padding: 5px 0;
  font-size: 14px;
  cursor: pointer;
}

.recommend .item:hover,
.video .item:hover {
  color: #0479c7;
}

.recommend .index,
.video .index {
  width: 30px;
  text-align: center;
  display: inline-block;
}

.video {
  margin-top: 30px;
}

.category {
  padding: 25px;
  background: #f3f3f3;
  border-radius: 4px;
  margin: 25px 0;
}

.category .label {
  font-weight: bold;
}

.category .item {
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 2px;
}

.category .item:hover {
  color: #0e72cf;
}

.category .item.true {
  color: white;
  background: #0094f7;
}

.title-1 {
  padding: 20px 15px;
  position: relative;
}

.title-1-icon {
  background: #0094f7;
  width: 4px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
}

.title-1-name {
  font-weight: bold;
  font-size: 22px;
}

.content .item {
  overflow: hidden;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
}

.content .detail {
  float: left;
  margin-left: 20px;
  width: 600px;
}

.content .detail .title {
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  padding: 2px 0;
}

.content .detail .subject {
  height: 40px;
  overflow: hidden;
  line-height: 1.6em;
  font-size: 14px;
  text-align: justify;
  color: gray;
  cursor: pointer;
}

.content .detail .info {
  position: absolute;
  bottom: 0;
  font-size: 13px;
}

.content .detail .info .cate {
  color: #0084ff;
}

.content .detail .info .separate {
  margin: 0 5px;
}

.content .detail .info .time {
  color: gray;
}

.content .avatar {
  width: 150px;
  height: 100px;
  float: left;
}

.pagination {
  text-align: center;
  position: relative;
  margin: 40px 0;
}

.pag-item {
  padding: 10px 15px;
  text-align: center;
  background: #f5f2f2;
  display: inline-block;
  border-radius: 2px;
  margin: 0 5px;
  cursor: pointer;
}

.pag-cur {
  background: #0094f7;
  color: white;
}

.pag-total {
  font-size: 12px;
  color: gray;
  margin-left: 10px;
  letter-spacing: 1px;
}

.layout-left {
  width: 780px;
  float: left;
}

.layout-right {
  width: 380px;
  float: right;
}

.recommend,
.video {
  color: #3d3d3d;
}

.recommend .item,
.video .item {
  padding: 5px 0;
  font-size: 14px;
  cursor: pointer;
}

.recommend .item:hover,
.video .item:hover {
  color: #0479c7;
}

.recommend .index,
.video .index {
  width: 30px;
  text-align: center;
  display: inline-block;
}

.video {
  margin-top: 30px;
}

.category {
  padding: 25px;
  background: #f3f3f3;
  border-radius: 4px;
  margin: 25px 0;
}

.category .label {
  font-weight: bold;
}

.category .item {
  cursor: pointer;
  padding: 10px 15px;
  border-radius: 2px;
}

.category .item:hover {
  color: #0e72cf;
}

.category .item.true {
  color: white;
  background: #0094f7;
}

.title-1 {
  padding: 20px 15px;
  position: relative;
}

.title-1 .sort-type {
  font-size: 12px;
  border: 1px solid #0094f7;
  padding: 5px 10px;
  border-radius: 16px;
  color: #0094f7;
  cursor: pointer;
}

.title-1 .sort-type.true {
  background: #0094f7;
  color: white;
}

.title-1-icon {
  background: #0094f7;
  width: 4px;
  height: 22px;
  display: block;
  position: absolute;
  left: 0;
  top: 20px;
}

.title-1-name {
  font-weight: bold;
  font-size: 22px;
  position: relative;
  margin-right: 10px;
}

.hot {
  position: absolute;
  top: -20px;
  right: -45px;
}

.content .item {
  overflow: hidden;
  height: 100px;
  margin-bottom: 20px;
  position: relative;
}

.content .detail {
  float: left;
  margin-left: 20px;
  width: 600px;
}

.content .detail .title {
  font-weight: bold;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
}

.content .detail .subject {
  height: 40px;
  overflow: hidden;
  line-height: 1.6em;
  font-size: 14px;
  text-align: justify;
  color: gray;
  cursor: pointer;
}

.content .detail .info {
  position: absolute;
  bottom: 0;
  font-size: 13px;
}

.content .detail .info .cate {
  color: #0084ff;
}

.content .detail .info .separate {
  margin: 0 5px;
}

.content .detail .info .time {
  color: gray;
}

.content .avatar {
  width: 150px;
  height: 100px;
  float: left;
  background-size: 100% 100% !important;
}

#marDetail .banner {
  width: 100%;
  text-align: center;
}

.detail-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.detail-content p {
  line-height: 1.8em;
}

.detail-content img {
  max-width: 750px;
}

#marDetail .layout-left {
  margin-top: 30px;
}

#marDetail .contentWrap {
  padding-bottom: 40px;
  overflow: hidden;
  padding-top: 60px;
}

.index1,
.index2,
.index3 {
  font-weight: bold;
  color: red;
  font-style: italic;
}

.feature {
  margin-top: 30px;
  position: relative;
}

.feature .qrcode {
  position: absolute;
  left: 40px;
  top: 10px;
}

.blue-btns {
  text-align: center;
}

.blue-btn {
  border: 1px solid #007aff;
  width: 120px;
  padding: 8px 0;
  border-radius: 4px;
  margin: 5px auto;
  color: #007aff !important;
  font-size: 14px;
  cursor: pointer;
  display: block;
}

.blue-btn:hover {
  background: #007aff;
  color: white !important;
}

.blue-btns {
  width: 80%;
}

.tip-detail {
  color: #0d60bb;
  font-size: 12px;
}