@charset "UTF-8";
body {
  background: #ffffff !important;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* .crumbs{
  margin: 30px auto 10px !important;
} */
.topNax{
  width:1200px;
  margin:0 auto;
  position: relative;
   margin-top:30px; 
}
.topNax .title {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #ffe5e5;
}
.title .jy {
  position: absolute;
  left: 20px;
  color: #ce0505;
  font-size: 23px;
  font-weight: bold;
}
.title .new {
  position: absolute;
  left: 120px;
  color: #ce0505;
  top: -10px;
}

.tab {
  width: 100%;
  background: #f1f1f1;
  display: flex;
  flex-direction: row;
  border: 1px solid #ccc;
  border-bottom: 0;
  box-sizing: border-box;
}
.tab div {
  width: 120px;
  text-align: center;
}
.tab .tab1 {
  line-height: 100px;
  color: #999999;
  font-size: 18px;
  border-right: 1px solid #e7e7e7;
}
.tab .iconTab {
  color: #ce0505;
  color: #999999;
  font-size: 16px;
  border-right: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  box-shadow: 2px 0 0 #fff;
  cursor: pointer;
}
.tab .iconTab a{
    color: #999;
  }
.tab .iconTab:last-child {
  box-shadow: 0px 0 0 #fff;
}
.tab .iconTab i {
  display: block;
  font-size: 34px;
  line-height: 42px;
  margin-top: 25px;
}
.tab .list-active {
  background: #fff;
  color: #ce0505;
}
.tab .list-active i {
  color: #ce0505;
}

.tab .list-active a{
  color: #ce0505;
}
.search {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: row;
  box-shadow:0px 0px 10px #ffe5e5;

}
.search .left {
  width: 300px;
  /*height: 100%;*/
  border-right: 1px solid #efefef;
  padding-bottom: 20px;
}
.search .left .listlogo {
  width: 100%;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search .left .listlogo img {
  width: 50%;
  height: auto;
}


.joinmedialogo{
  width: 100%;
  height: 225px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search .left .joinmedialogo img {
  margin-top: 50px;
  width: 50%;
  border-radius: 50%;
  height: auto;
}
.search .left .logoa {
  width: 100%;
  height: 235px;
  text-align: center;
}
.search .left .logoa img {
  margin-top: 50px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
.search .left .logotitle {
  width: 100%;
  height: 30px;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
}

.logotitle>i{
  font-size: 18px;
  margin: 0 2px;
  color: #2FA71A;
}

.logotitle>i.icon-re{
  color:#FC3777;
}

.logotitle>i.icon-jian3{
  color:#DA5952;
}

.logotitle>i.icon-you{
  color:#D3217B;
}

.logotitle>i.icon-wen1{
  color:#007EFA;
}

.logotitle>i.icon-yu1{
  color:#CD4D4D;
}

.logotitle>i.icon-bao{
  color:#F2A7A6;
}

.logotitle>i.icon-hui1{
  color:#FF9F23;
}

.logotitle>i.icon-du{
  color:#EA9518;
}

.logotitle>i.icon-miao1{
  color:#FF8045;
}

.search .left .logotitle .icon-erweima{
  margin-left: 5px;
  font-size: 18px;
  position: relative;
}
.search .left .logotitle .icon-erweima:hover img{
  display: block;
}
.search .left .logotitle .icon-erweima img{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  z-index: 9;
  box-shadow: 0 0 5px rgba(0,0,0,.2);
  display: none;
}
.search .left .xl {
  width: 100%;
  height: 30px;
  position: relative;
  top: 25px;
}
.search .left .xl .num {
  width: 100px;
  position: absolute;
  left: 20px;
  top: 0px;
  color: #999999;
}
.search .left .xl .sales {
  position: absolute;
  right: 20px;
}
.search .left .collect {
  width: 100%;
  height: 45px;
  margin-top: 30px;
  position: relative;
}
.search .left .collect span {
  position: absolute;
  right: 20px;
  cursor: pointer;
}
.search .left .rank {
  width: 100%;
  height: 30px;
  position: relative;
  top: 30px;
}
.search .left .rank .num {
  width: 100px;
  position: absolute;
  left: 20px;
  top: 0px;
  color: #999999;
}
.search .left .rank .sales {
  position: absolute;
  right: 20px;
}
.search .middle {
  width: 592px;
  height: 100%;
}
.search .middle .redprice {
  width: 100%;
  position: relative;
}
.search .middle .redprice .pirce_imgbox{
  display: inline-block;
}
.search .middle .redprice .pirce_imgbox .vippirceimg{
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.search .middle .redprice .pirce_imgbox:hover .viplv_pirce{
  display: block;
}
.search .middle .redprice .viplv_pirce{
  position: absolute;
  top: 50%;
  left: 165px;
  border: 1px solid #ec5163;
  border-radius: 5px;
  background: #fff;
  padding: 6px;
  text-align: left;
  z-index: 9;
  display: none;
}
.search .middle .redprice .viplv_pirce p img{
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
.search .middle .redprice .viplv_pirce p span{
  vertical-align: middle;
  color: #666;
}
.search .middle .redprice .price {
  color: #ce0505;
  font-size: 20px;
  line-height: 70px;
  margin-left: 15px;
}
.search .middle .redprice .kf {
  font-size: 14px;
  color: #ce0505;
  float: right;
  line-height: 70px;
}
.search .middle .redprice .kf i {
  font-size: 26px;
  margin-left: 10px;
  cursor: pointer;
}
.search .middle .type {
  width: 100%;
  position: relative;
  height: 80px;
}
.search .middle .type .content {
  position: absolute;
  display: flex;
  flex-direction: row;
  left: 30px;
  width: 540px;
  height: 100%;
  background: #fbfbfb;
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
}
.search .middle .type .content .content1 {
  width: 200px;
  height: 100%;
  flex: 1;
}
.search .middle .type .content .content1 .categorytitle {
  text-align: center;
  margin-top: 10px;
}
.search .middle .type .content .content1 .category {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  color: #999999;
}
.search .middle .type .content .content2 {
  width: 100px;
  height: 100%;
}
.search .middle .type .content .content2 .categorytitle {
  margin-top: 10px;
}
.search .middle .type .content .content2 .category {
  margin-top: 20px;
  color: #999999;
  padding-left: 8px;
}
.search .middle .type .content .content3 {
  width: 100px;
  height: 100%;
}
.search .middle .type .content .content3 .categorytitle {
  text-align: center;
  margin-top: 10px;
}
.search .middle .type .content .content3 .category {
  text-align: center;
  margin-top: 20px;
  color: #999999;
}
.search .middle .type .content .content4 {
  width: 100px;
  height: 100%;
}
.search .middle .type .content .content4 .categorytitle {
  text-align: center;
  margin-top: 10px;
}
.search .middle .type .content .content4 .category {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 20px;
  color: #999999;
}
.search .middle .shuxing {
  width: 100%;
  position: relative;
}
.search .middle .shuxing .sx {
  margin-left: 30px;
  margin-top: 20px;
}
.search .middle .shuxing .content {
  width: 540px;
  height: 50px;
  color: #999999;
  line-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0 30px;
  white-space: nowrap;
  text-indent: 20px;
}
.search .middle .shuxing .content a {
  color: #ce0505;
}
.search .middle .shuxing .content span {
 
}
.search .middle .shuxing .authorcontent{
  display: flex;
  align-items: center;
}
.search .middle .shuxing .authorcontent .title_author {
  width: 90px;
}
.search .middle .shuxing .content ul{
  display: flex;
  flex-wrap: wrap;
  margin-left: 8px;
}
.search .middle .shuxing .content ul li{
  border:1px solid #dedede;
  width:max-content;
  cursor: pointer;
  padding: 0px 5px;
  border-radius: 5px;
  text-indent: 0;
  margin-right: 5px;
  margin-bottom: 5px;
  height: 20px;
  line-height: 20px;
  font-size: 12px
}
.search .middle .shuxing .content ul li.on,
.search .middle .shuxing .content ul li:hover{
  color: #ce0505;
  border-color: #ce0505;
}
.search .middle .fw {
  width: 100%;
  margin: 15px 0;
}
.search .middle .fw .content {
  text-indent: 30px;
}
.search .middle .fw button {
  background: #ffeff0;
  color: #f16564;
  border: none;
  outline: none;
  margin-right: 5px;
  padding: 2px 5px;
}
.search .middle .fw button:last-child {
  margin-right: 0;
}
.search .middle .btngroup {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.search .middle .btngroup > button {
  width: 150px;
  height: 40px;
  color: #eb2a29;
  background: #ffeded;
  border: 1px solid #eb2a29;
  cursor: pointer;
  outline: none;
  margin-left: 70px;
  display: inline-block;
}
.search .middle .btngroup .pay {
  background: #ce0505;
  color: #fff;
  margin-left: 20px;
}
.search .middle .btngroup .payActive {
  background: grey;
  color: #fff;
  margin-left: 20px;
  border: none;
}
.search .middle .cr {
  width: 100%;
  position: relative;
  margin-top: 15px;
}
.search .middle .cr span {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 20px;
}
.search .middle .cr ul {
  overflow: hidden;
  display: inline-block;
  vertical-align: text-bottom;
}
.search .middle .cr ul li {
  float: left;
  list-style: none;
  margin-left: 40px;
  color: #888;
}
.search .middle .cr ul li i {
  font-size: 18px;
  margin-right: 3px;
}
.search .right {
  width: 288px;
  margin-top: 20px;
}
.search .right > div {
  width: 150px;
  height: 80px;
  color: #ce0505;
  font-size: 18px;
  border: 1px solid #ff6969;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 5px;
  font-weight: bold;
}
.search .right > div div {
  color: #333;
  line-height: 30px;
  font-weight: normal;
}
.search .right > div.contribution_rate {
  margin: 90px auto 50px;
}
.header {
  width: 100%;
  height: 50px;
  background: #f1f1f1;
  display: flex;
  flex-direction: row;
  position: relative;
}
.header button {
  position: absolute;
  width: 100px;
  height: 30px;
  right: 20px;
  top: 10px;
  color: #ffffff;
  background: #ce0505;
  border: none;
  outline: none;
}
.header .container {
  background: #ffffff;
}
.header .zj {
  width: 100px;
  color: #999999;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.contentxinxi {
  width: 100%;
  height: 100%;
}
.contentxinxi .contenttitle {
  width: 100%;
}
.contentxinxi .contenttitle span.titleA {
  border-bottom: 1px solid #eee;
  width: 1080px;
  margin: 0 auto;
  display: block;
  line-height: 50px;
  font-size: 20px;
  margin-top: 30px;
}
.contentxinxi .contenttitle span.titleA i {
  font-size: 25px;
  color: #c72525;
  margin-right: 8px;
}
.contentxinxi .remake {
  height: 30px;
  width: 1080px;
  margin: 0 auto;
  margin-top: 20px;
}
.contentxinxi .remake span {
  color: #666;
  font-size: 14px;
  line-height: 36px;
  display: inline-block;
}
.contentxinxi .remake span.remakecontent{
    line-height: initial;
    display: contents;
}
.contentxinxi .remake .remaketitle {
  margin-right: 8px;
}
.contentxinxi .ul1 {
  width: 1080px;
  margin: 0 auto;
}
.contentxinxi .ul1 ul {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.contentxinxi .ul1 ul li {
  flex: 1;
  color: #666;
  min-width: max-content;
}
.contentxinxi .ul1 ul li span {
  color: #d00e0e;
  margin-left: 8px;
}
.contentxinxi .ul1 ul li span.remarkAll{
  word-break: break-all;
  width: 1060px;
  word-wrap: break-word;
  display: inline-block;
  vertical-align: top;
}
.contentxinxi .ul2 {
  width: 1080px;
  margin: 0 auto;
}
.contentxinxi .ul2 ul {
  margin: 30px 0 0;
}
.contentxinxi .ul2 ul li {
  display: inline-block;
  color: #666;
  margin-right: 38px;
}
.contentxinxi .ul2 ul li span {
  color: #d00e0e;
  margin-left: 8px;
}
.contentxinxi .tcxq {
  width: 100%;
  margin-top: 30px;
}
.contentxinxi .tcxq .box {
  font-size: 20px;
  width: 1080px;
  margin: 0 auto;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  line-height: 50px;
  padding-top: 30px;
}
.contentxinxi .tcxq .box i {
  font-size: 25px;
  color: #c72525;
  margin-right: 5px;
}
.contentxinxi .tcxq .text {
  width: 1080px;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.contentxinxi .tcxq .text img{
  display: block;
  max-width: 100%;
}
.contentxinxi .tcxq .text.apptext img{
  display: block;
  width: 100%;
}
.contentxinxi .gmlc {
  width: 100%;
  margin-top: 30px;
}
.contentxinxi .gmlc .box {
  font-size: 20px;
  width: 1080px;
  margin: 0 auto;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  line-height: 50px;
  padding-top: 30px;
}
.contentxinxi .gmlc .box i {
  font-size: 25px;
  color: #c72525;
  margin-right: 5px;
}
.contentxinxi .lc {
  width: 100%;
  height: 270px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contentxinxi .lc ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1080px;
}
.contentxinxi .lc ul li {
  width: 20%;
  background: #f8f8fc;
  margin-right: 15px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  position: relative;
}
.contentxinxi .lc ul li:last-child {
  margin-right: 0;
}
.contentxinxi .lc ul li:hover {
  box-shadow: 0 0 10px #d2d2f7;
  background: #fff;
}
.contentxinxi .lc ul li:hover i.jiantou {
  font-size: 36px;
  transform: translate(70%, -50%);
  color: #dcc2c2;
}
.contentxinxi .lc ul li i.tou {
  display: flex;
  flex: 1;
  justify-content: center;
  font-size: 30px;
  color: #6f6f6f;
  line-height: 40px;
  margin-top: 25px;
}
.contentxinxi .lc ul li .titlea {
  position: relative;
  text-align: center;
  font-size: 14px;
  color: #b7a7a8;
  margin-top: 15px;
}
.contentxinxi .lc ul li .titlea .text {
  padding: 0 8px;
  background: #f8f8fc;
  z-index: 1;
  position: relative;
}
.contentxinxi .lc ul li .titlea .borderaa {
  border-bottom: 1px dashed #ccc;
  z-index: 0;
  display: block;
  width: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contentxinxi .lc ul li .sunTitle {
  margin: 0;
  font-size: 15px;
  color: #666;
  text-align: center;
  margin-top: 10px;
  font-weight: normal;
}
.contentxinxi .lc ul li .textJS {
  font-size: 12px;
  text-align: center;
  color: #777;
  margin: 8px 0 20px;
}
.contentxinxi .lc ul li i.jiantou {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 30px;
  z-index: 1;
  color: #9d9d9d;
  transition: all 1s ease;
}
.contentxinxi .cjwt {
  width: 100%;
}
.contentxinxi .cjwt .box1 {
  font-size: 20px;
  width: 1080px;
  margin: 0 auto;
  border-bottom: 1px solid #efefef;
  line-height: 50px;
}
.contentxinxi .cjwt .box1 i {
  font-size: 25px;
  color: #c72525;
  margin-right: 5px;
}
.contentxinxi .wenti {
  width: 1080px;
  margin: 0 auto;
}
.contentxinxi .wenti ul {
  border-bottom: 1px dashed #dddddd;
}
.contentxinxi .wenti ul li.titleW {
  font-size: 16px;
  color: #ff0000;
  font-family: "Microsoft YaHei";
  line-height: 70px;
  vertical-align: bottom;
  cursor: pointer;
}
.contentxinxi .wenti ul li.titleW span {
  font-size: 22px;
  font-weight: bold;
  font-style: unset;
  font-family: "FZCuHuoYi-M25S";
  margin-right: 5px;
  display: inline-block;
}
.contentxinxi .wenti ul li.contentW {
  font-size: 14px;
  color: #666666;
  margin-bottom: 30px;
}
.contentxinxi .wenti ul li.contentW span {
  font-size: 18px;
  font-weight: bold;
  font-style: unset;
  font-family: "FZCuHuoYi-M25S";
  margin-right: 5px;
  color: #777777;
}
.contentxinxi .wenti ul li.contentW i {
  display: inline-block;
  font-style: normal;
}
.contentxinxi .more {
  width: 100%;
  height: 150px;
  position: relative;
}
.contentxinxi .more button {
  position: absolute;
  top: 40px;
  left: 500px;
  width: 200px;
  height: 80px;
  background: #FFFFFF;
  border: 2px solid #f1f1f1;
  color: #999999;
  font-size: 18px;
  outline: none;
}

.baiduWeight {
  display: flex;
  border: 1px solid #b7b5b5;
  border-radius: 3px;
  width: 50px;
  text-align: center;
  line-height: 21px;
}
.baiduWeight i {
  width: 25px;
  border-right: 1px solid #b7b5b5;
  color: #3366FF;
}
.baiduWeight span {
  flex: 1;
  color: #000000;
  font-weight: bold;
}

.baiduWeightlist {
  border: 1px solid #b7b5b5;
  border-radius: 3px;
  width: 50px;
}
.baiduWeightlist i {
  width: 25px;
  border-right: 1px solid #b7b5b5;
  color: #3366FF;
  padding: 2px 5px;
  margin-left: -4px;
}
.baiduWeightlist span {
  flex: 1;
  color: #000000;
  font-weight: bold;
  padding-right: 10px;
}

.price {
  color: #e9573f;
  font-weight: bold;
}

.footercontent2 {
  width: 100%;
  height: 254px;
  background: url("../../assets/image/smt1.jpg") no-repeat;
  display: flex;
  flex-direction: column;
}
.footercontent2 .footercontent2top {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 30px;
  margin: 60px auto;
}
.footercontent2 .footercontent2bottom {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 200px;
}
.footercontent2 .footercontent2bottom .username {
  height: 40px;
  width: 200px;
  margin-top: -15px;
}
.footercontent2 .footercontent2bottom .phone {
  height: 40px;
  width: 200px;
  margin-top: -15px;
  margin-left: 10px;
}
.footercontent2 .footercontent2bottom .send {
  height: 45px;
  width: 100px;
  margin-top: -15px;
  margin-left: 20px;
  color: #FFFFFF;
  background: #ce0505;
  border: none;
  font-weight: bold;
}
.footercontent2 .footercontent2bottom .zx {
  height: 45px;
  width: 100px;
  margin-top: -15px;
  margin-left: 10px;
  border: none;
  color: #ce0505;
  font-weight: bold;
}

/*相关推荐*/
.tuijian {
  width: 1200px;
  margin: 30px auto 0;
}
.tuijian .titleT {
  display: flex;
}
.tuijian .titleT .titlehot {
  flex: 1;
  margin: 0;
  font-size: 18px;
  color: #464646;
}
.tuijian .titleT .titlehot i {
  font-size: 25px;
  color: #c72525;
  margin-right: 5px;
  vertical-align: middle;
  margin-left: 20px;
}
.tuijian .titleT .right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.tuijian .titleT .right p {
  font-size: 14px;
  color: #999;
  margin-right: 10px;
}
.tuijian .titleT .right .ky {
  width: 90px;
  color: #fff;
  background: #eb2a29;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
  cursor: pointer;
}
.tuijian .contentT {
  width: 100%;
}
.tuijian .contentT ul {
  display: flex;
  width: 100%;
  margin: 20px 0 70px;
}
.tuijian .contentT ul li {
  width: 230px;
  flex: 1;
  margin-right: 13px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fbfbfb;
  max-width: 230px;
}
.tuijian .contentT ul li:last-child {
  margin-right: 0;
}
.tuijian .contentT ul li .imgbox {
  text-align: center;
  width: 160px;
  padding: 15px 35px 0 35px;
  height: 70px;
  overflow: hidden;
  cursor: pointer;
}

.tuijian .contentT ul li .joinmedia{
  padding: 15px 35px;
  height: 100px;
  overflow: hidden;
  cursor: pointer;
  margin: auto;
}


.tuijian .contentT ul li .joinmedia img{
  display: block;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  margin: auto;
}


.tuijian .contentT ul li .imgbox img {
  /*display: block;*/
  /*width: 100%;*/
  height: 70px;
}
.tuijian .contentT ul li .packageimg{
  height: auto;
}
.tuijian .contentT ul li .packageimg img {
  width: 80%;
  height: auto;
  margin:0 auto 
}
.tuijian .contentT ul li .joinmedia-titleL {
  font-size: 16px;
  color: #333;
  text-align: center;
  width: 190px;
  padding: 5px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  margin: 0;
  line-height: 40px;
  border-top: 1px solid #ffcdcd;
}


.tuijian .contentT ul li .titleL {
  font-size: 16px;
  color: #333;
  text-align: center;
  width: 190px;
  padding: 5px 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  margin: 0;
  line-height: 40px;
}
.tuijian .contentT ul li .pice {
  width: 190px;
  font-size: 18px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 15px;
  margin: 0;
  line-height: 20px;
  margin-bottom: 15px;
}
.tuijian .contentT ul li .attribute {
  display: flex;
  width: 100%;
  border-top: 1px solid #ffcdcd;
}
.tuijian .contentT ul li .attribute > div {
  flex: 1;
}
.tuijian .contentT ul li .attribute > div p {
  font-size: 14px;
  color: #bcbcbc;
  line-height: 30px;
  text-align: center;
  margin: 0;
}
.tuijian .contentT ul li .attribute > div p:last-child {
  color: #333;
}
.tuijian .contentT ul li .attribute > div.left {
  border-right: 1px solid #ffcdcd;
}

/*自媒体、原创作者，网红直播，短视频这些资源的都是圆的logo头像*/
.imgboxa {
  width: 110px !important;
  padding: 15px 60px !important;
  height: auto !important;
}
.imgboxa img {
  height: 110px !important;
  border-radius: 50%;
  box-shadow: 0 0 10px #ffe9e9;
}

/*套餐详情推荐*/
.clear {
  clear: both;
}

.tuijainbix {
  width: 1080px;
  margin: 0 auto;
}
.tuijainbix .news_need {
  width: 465px;
  padding-top: 62px;
  margin-right: 15px;
  float: left;
}
.tuijainbix .news_need .text_color {
  color: #353535;
  font-size: 16px;
  margin-bottom: 30px !important;
  font-weight: 500;
}
.tuijainbix .news_need .text_colorred {
  color: #de0606;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px !important;
  text-align: left;
}
.tuijainbix .news_need p {
  text-align: left;
  line-height: 25px;
  color: #666;
  font-size: 14px;
}
.tuijainbix .news_need .iframe_a_jump {
  margin: 30px 0 0;
  width: 200px;
  height: 60px;
  font-size: 18px;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 3px;
  line-height: 60px;
  background: #ce0505;
  cursor: pointer;
  text-decoration: none;
}
.tuijainbix .news_need .iframe_a_jump:hover {
  background: #ff0e0e;
}
.tuijainbix .news_square {
  width: 600px;
  float: left;
  margin-top: 40px;
}
.tuijainbix .news_square ul li {
  padding-top: 20px;
  width: 184px;
  height: 122px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  background: #f6f6f6;
  text-align: center;
  border: 1px solid #f6f6f6;
  cursor: pointer;
}
.tuijainbix .news_square ul li:hover {
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
}
.tuijainbix .news_square ul li:nth-child(3n) {
  margin-right: 0;
}
.tuijainbix .news_square ul li i {
  font-size: 40px;
  width: 40px;
  display: block;
  margin: 0 auto;
}
.tuijainbix .news_square ul li .icon-zhuce {
  color: #ffa200;
}
.tuijainbix .news_square ul li .icon-yonghubianji {
  color: #FF6666;
}
.tuijainbix .news_square ul li .icon-87 {
  color: #1EB44B;
}
.tuijainbix .news_square ul li .icon-31 {
  color: #38C5D2;
}
.tuijainbix .news_square ul li .icon-bianji1 {
  color: #3898DC;
}
.tuijainbix .news_square ul li .icon-wendang {
  color: #E85043;
}
.tuijainbix .news_square ul li p {
  margin-bottom: 10px;
  margin-top: 10px;
  color: #666;
  color: #666;
}
.tuijainbix .news_square ul li .text-colorred {
  color: #ff4932;
  font-size: 14px;
}

/*logo图片尺寸控制*/
/* 新闻媒体 */
.search .left .newsmedialogo img {
  width: 50%;
  height: auto;
}
/* 媒体邀约 */
.invitationlogo{
  width: 100%;
  height: 195px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search .left .invitationlogo img {
  margin-top: 50px;
  width: 100% !important;
  height: auto;
  max-width: 144px;
}
/*  原创作者*/
.authorlogo{
  width: 100%;
  height: 194px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search .left .authorlogo img {
  margin-top: 50px;
  width: 50%;
  height: auto;
}

/* 首屏推荐 */
.firstlogo{
  width: 100%;
  height: 195px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search .left .firstlogo img {
  margin-top: 50px;
  width: 50%;
  height: auto;
}
/*  短视频*/
.shortvideologo{
  width: 100%;
  height: 160px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 5px;
}
.search .left .shortvideologo img {
  margin-top: -8px !important;
  width: 160px;
  height: auto;
}
/* 套餐推荐 */
.search .left .logo {
  float: inherit;
  width: 100%;
  height: 175px;
  text-align: center;
}
.search .left .logoone{
  height: 195px !important;
}
.search .left .logopraise{
  line-height: 195px;
  text-align: center;
}
.search .left .logopraise img {
  margin-top: 36px;
  width: 70%;
}
.search .left .logo img {
  margin-top: 36px;
  width: 50%;
}

/* 星媒体 */
.starmedia-banner{
  width: 100%;
}

.starmedia-banner img{
  display: block;
  width: 100%;
}

/*  网红直播*/
.linelivelogo{
  width: 100%;
  height: 195px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search .left .linelivelogo img {
  margin-top: 26px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
}
.crumbs_one{
  width: 100%;
  background: #efefef;
}
.crumbs_one .crumbs-nav{
  width: 1200px;
  margin:0 auto;
  overflow: hidden;
}

.crumbs_one .crumbs-nav li{
  float: left;
  line-height: 40px;
  margin-right: 15px;
}

.stardetail-warp{
  width: 1200px;
  margin:0 auto;
}

.detail-top{
  width: 1200px;
  margin: 30px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.detail-top .left-photo{
  float: left;
  width: 250px;
  height: 300px;
  margin-top: 40px;
}

.detail-top .left-photo img{
  display: block;
  width: 250px;
  height: 300px;
}

.detail-top .stardetail-info{
  float: left;
  width: 610px;
  margin-left: 40px;
  margin-top: 40px;
}

.detail-top .stardetail-info .starinfo-name{
  font-size: 18px;
  color: #333;
  font-weight: bold;
}

.detail-top .stardetail-info .star{
  font-size: 13px;
  color: #ff9933;
  margin: 5px 0;
}

.detail-top .stardetail-info .star span{
  padding: 0 3px;
}

.detail-top .stardetail-info .detail-introduction{
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 13px;
  color: #333;
  line-height: 20px;
  position: relative;
  margin-top: 15px;
  text-indent: 2em;
}

.detail-top .stardetail-info .detail-introduction a{
  display: inline-block;
  color: #0099ff;
  margin-left: 5px;
  font-size: 15px;
  text-indent: 0;
}

.detail-top .stardetail-info .price-item{
  width: 1200px;
  margin: 15px 0;
}

.detail-top .stardetail-info .price-item .price-title{
  display: inline-block;
  color: #333;
  font-size:15px; 
  vertical-align: middle;
  width: 60px;
}

.detail-top .stardetail-info .price-item .loginLock{
  font-size: 16px;
  color: #ce0505;
  vertical-align: middle;
  cursor: pointer;
}

.detail-top .stardetail-info .price-item .price-icon{
  display: inline-block;
  width: max-content;
  vertical-align: middle;
}

.detail-top .stardetail-info .price-item .price-icon .star-money{
  display: inline-block;
  color: #ce0505;
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
}

.detail-top .stardetail-info .price-item .price-icon .money-icon{
  display: inline-block;
  width: max-content;
  position: relative;
  vertical-align: middle;
}

.detail-top .stardetail-info .price-item .price-icon .money-icon .starvip-img{
  display: block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  cursor: pointer;
}

.detail-top .stardetail-info .price-item .price-icon .money-icon:hover .starvip-money{
  display: block;
}

.detail-top .stardetail-info .price-item .price-icon .money-icon .starvip-money{
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border:1px solid #ce0505;
  border-radius: 5px;
  padding: 8px;
  display: none;
}

.detail-top .stardetail-info .price-item .price-icon .money-icon .starvip-money li{
  line-height: 24px;
  width: max-content;
}

.detail-top .stardetail-info .price-item .price-icon .money-icon .starvip-money li img{
  display: inline-block;
  width: 18px;
  height: 18px;
}

.detail-top .stardetail-info .price-item .price-icon .money-icon .starvip-money li span{
  display: inline-block;
  font-size: 12px;
  color: #666;
  vertical-align: middle;
}

.detail-top .stardetail-info .type-item{
  width: 100%;
  overflow: hidden;
  margin: 15px 0;
}

.detail-top .stardetail-info .type-item .type-title{
  float: left;
  width: 60px;
  line-height: 30px;
}

.detail-top .stardetail-info .type-item .type-tag-list{
  overflow: hidden;
  width: 550px;
}

.detail-top .stardetail-info .type-item .type-tag-list li{
  float: left;
  border:1px solid #ccc;
  color: #333;
  border-radius: 5px;
  line-height: 30px;
  width: 80px;
  text-align: center;
  margin-left: 15px;
  cursor: pointer;
}

.detail-top .stardetail-info .type-item .type-tag-list li.on{
  color: #ce0505;
  border-color:#ce0505;
}

.detail-top .stardetail-info .shoping-btn{
  width: 100%;
  padding-top: 10px;
}

.detail-top .stardetail-info .shoping-btn .appointment-btn{
  border:0;
  background: #ce0505;
  color: #fff;
  border-radius: 5px;
  width: 120px;
  line-height: 40px;
  cursor: pointer;
}

.detail-top .stardetail-info .shoping-btn .appointment-btn:hover{
  background: #ea1919;
}

.detail-top .stardetail-info .shoping-btn .starmedia-addcart{
  border:1px solid #ccc;
  color: #333;
  width: 120px;
  background: none;
  line-height: 38px;
  border-radius: 5px;
  margin-left: 20px;
  cursor: pointer;
}

.detail-top .stardetail-info .shoping-btn .starmedia-addcart:hover{
  background: #fafafa;
}

/* 选的人还选了 */
.star-hot{
  width: 280px;
  float: right;
  border:1px solid #ccc;
}

.star-hot .hot-title{
  width: 100%;
  background: #fafafa;
  text-indent: 20px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
  color: #7b7b7b;
  font-size: 16px;
}

.star-hot .hot-list{
  width: 100%;
  padding:6px 10px;
  box-sizing: border-box; 
}

.star-hot .hot-list li{
  width: 100%;
  padding-bottom: 7px;
  border-bottom: 1px dashed #ccc;
  padding-top: 7px;
}

.star-hot .hot-list li:last-child{
  border-bottom:0;
}

.star-hot .hot-list li a.more-people{
  width: 100%;
  display: flex;
  align-items: center;
}

.star-hot .hot-list li a.more-people img{
  width: 72px;
  height: 72px;
  border-radius: 50%;
  margin-left: 14px;
  padding: 2px;
  border: 1px solid #dab915;
}

.star-hot .hot-list li a.more-people .name-more{
  flex: 1;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
}

.star-hot .hot-list li a.more-people .name-more .name{
  font-weight: bold;
  color: #333;
  font-size: 15px;
}

.star-hot .hot-list li a.more-people .name-more .more{
  background: #ff9c00;
  border-radius: 5px;
  width: 58px;
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  margin-top: 5px;
}

/*  送出的祝福 */
.video-list{
  width: 1200px;
}

.video-list .video-title{
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 1px solid #ce0505;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-indent: 15px;
}

.video-list .video-item{
  width: 100%;
  overflow: hidden;
  margin: 20px 0 50px;
}

.video-list .video-item li{
  width: 380px;
  margin-right: 30px;
  border:1px solid #dedede;
  float: left;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.video-list .video-item li:nth-child(3n){
  margin-right: 0;
}

.video-list .video-item li video{
  display: block;
  width: 100%;
  height: 214px;
}

.video-list .video-item li .video-name{
  text-align: center;
  line-height: 38px;
}

/* 大家都在看 */
.look_module{
  width: 1200px;
}

.look_module .ml-title{
  width: 1200px;
  border-bottom: #ce0505 solid 1px;
  text-indent: 12px;
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d;
  line-height: 30px;
}

.look_module .look-item{
  width: 1200px;
  margin: 20px 0 50px;
  height: 290px;
}

.look_module .look-item li{
  float: left;
  width: 228px;
  margin-right: 15px;
  box-sizing: border-box;
  padding: 12px;
  box-shadow: 0 0 10px rgba(56, 56, 56, 0.2);
  margin-bottom: 20px;
}

.look_module .look-item li:nth-child(5n){
  margin-right: 0;
}

.look_module .look-item li .img-item{
  width: 100%;
  display: flex;
}

.look_module .look-item li .img-item img{
  width: 80px;
  height: 80px;
  padding: 3px;
  border-radius: 50%;
  border: 1px solid #dab915;
  box-sizing: border-box;
}

.look_module .look-item li .img-item .star-item{
  margin-left: 8px;
}

.look_module .look-item li .img-item .star-item .name{
  font-size: 15px;
  color: #333;
  font-weight: 400;
  margin-top: 18px;
}

.look_module .look-item li .img-item .star-item .type{
  font-size:12px;
  color: #ff9933;
  margin-top: 12px;
}

.look_module .look-item li .introduction{
  color: #807e7e;
  height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px 0;
  font-size: 14px;
}


/* app媒体 */
.appsearch{
  height: auto;
  padding-bottom: 30px;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 0 rgba(0,0,0,0);
  box-sizing: border-box;
}

.wrapapp{
  width:1200px;
  margin:0 auto;
  position: relative;
  margin-top:30px;
  margin-bottom:30px; 
  border: 1px solid #ccc;
}

.appcart-wrap{
  width: 100%;
  margin-top: 20px;
  padding: 0 30px;
  box-sizing: border-box;
}

.one-type {
  width: 100%;
  overflow: hidden;
}

.one-type .pirce-item{
  float: left;
  width: 40%;
}

.one-type .pirce-item .item-title{
  font-size: 14px;
  color:#333;
  margin-bottom: 10px;
}

.one-type .pirce-item ul li{
  line-height:34px;
}

.one-type .pirce-item ul li label{
  cursor:pointer;
  user-select: none;
}

.one-type .pirce-item ul li label input.radio{
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.one-type .pirce-item ul li label .pirce_appcart{
  display: inline-block;
  vertical-align: middle;
  color: #333;
}

.one-type .pirce-item ul li label .pirce_appcart span{
  color: #ce0505;
  margin-left: 6px;
}

.one-type .pirce-item ul li.inputadd{
  height:30px;
  vertical-align: top;
  padding-top: 4px;
}

.one-type .pirce-item ul li.inputadd i{
  display: inline-block;
  border:1px solid #dedede;
  height: 24px;
  line-height: 26px;
  width: 24px;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  color: #999;
  vertical-align: top;
  user-select: none;
}

.one-type .pirce-item ul li.inputadd i.icon-jian{
  border-radius: 2px 0 0 2px;
}

.one-type .pirce-item ul li.inputadd i.icon-jia4{
  border-radius: 0px 2px 2px 0px;
  margin-left: -5px;
  background: url(/statics/images/jiajia.png)no-repeat center;
  background-size: 14px;
}

.one-type .pirce-item ul li.inputadd .text{
  margin-left: -4px;
  display: inline-block;
  vertical-align: top;
  border:1px solid #dedede;
  border-left: 0;
  border-right: 0;
  height: 24px;
  background: #fff;
  width: 80px;
  text-align: center;
  font-size: 13px;
  color: #666;
  user-select: none;
}

.topup-money{
  width: 100%;
  margin-top: 10px;
}

.topup-money .item-title{
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.topup-money .item-title span{
  font-size: 12px;
  color: #2973e2;
  margin-left: 5px;
}

.topup-money ul{
  width: 100%;
  overflow: hidden;
}

.topup-money ul li{
  float: left;
  border:1px solid #ce0505;
  border-radius: 5px;
  width: 120px;
  text-align: center;
  padding: 5px 0;
  cursor: pointer;
}

.topup-money ul li span{
  display: block;
  line-height: 24px;
  font-size: 13px;
  color: #ce0505;
}

.choiceservice{
  margin-top: 10px;
  width: 100%;
}

.choiceservice .big-label{
  width: 100%;
  cursor: pointer;
  user-select: none;
}

.choiceservice .big-label input{
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.choiceservice .big-label .text{
  font-size: 14px;
  color: #333;
  display: inline-block;
  vertical-align: middle;
}

.choiceservice .big-label .text span{
  color: #409eff;
  font-size: 12px;
  margin-left: 5px;
}

.choiceservice .service-money{
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
  padding-bottom: 1px;
  display: none;
}

.choiceservice .service-money li{
  float: left;
  font-size: 14px;
  color: #333;
}

.choiceservice .service-money li.consumption span.number-title{
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
}

.choiceservice .service-money li.consumption .addnumber-input{
  display: inline-block;
}

.choiceservice .service-money li.consumption .addnumber-input i{
  display: inline-block;
  border: 1px solid #dedede;
  height: 24px;
  line-height: 26px;
  width: 24px;
  font-size: 13px;
  cursor: pointer;
  text-align: center;
  color: #999;
  vertical-align: top;
  user-select: none;
}

.choiceservice .service-money li.consumption .addnumber-input span{
  margin-left: -4px;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #dedede;
  border-left: 0;
  border-right: 0;
  height: 24px;
  background: #fff;
  width: 80px;
  text-align: center;
  font-size: 13px;
  color: #666;
  user-select: none;
  line-height: 24px;
}

.choiceservice .service-money li.consumption .addnumber-input i.icon-jian{
  border-radius: 5px 0 0 5px;
}

.choiceservice .service-money li.consumption .addnumber-input i.icon-jia4{
  border-radius: 0px 5px 5px 0px;
  margin-left: -5px;
}

.choiceservice .service-money li.radio-item{
  margin-left: 40px;
}

.choiceservice .service-money li.radio-item label{
  user-select: none;
  vertical-align: middle;
  cursor: pointer;
}

.choiceservice .service-money li.radio-item label input{
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.choiceservice .service-money li.radio-item label span{
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
}

.choiceservice .service-money li.money-item{
  color: #ce0505;
  font-size: 18px;
  font-weight: bold;
  margin-left: 20px;
}

.choiceservice .service-money li.money-item .moneyservice{
  font-style: normal;
}

.choiceservice .service-money li.money-item span{
  font-size: 14px;
  font-weight: 400;
  color: #666;
  margin-left: 6px;
}

.wrapapp .contentxinxi .contenttitle span.titleA{
  border-bottom: 0;
}

.wrapapp .contentxinxi .tcxq .box{
  border-top: 0;
}

.contentxinxi .detailtable{
  width: 1080px;
  margin: 0 auto;
  border:1px solid #dedede;
}

.contentxinxi .detailtable tr{
  border-bottom: 1px solid #dedede;
}

.contentxinxi .detailtable tr:last-child{
  border-bottom: 0;
}

.contentxinxi .detailtable tr td{
  line-height: 36px;
  text-indent: 15px;
  border-right: 1px solid #dedede;
  color: #666;
}

.contentxinxi .detailtable tr td:last-child{
  border-right: 0;
}

.contentxinxi .detailtable tr td span{
  font-weight: bold;
  color: #333;
  padding: 0 5px;
}


/* 头部右侧客服 */
.search .right .service-box{
  border:1px solid #dedede;
  background: #fafafa;
}

.search .right .service-box .service-title{
  text-align: center;
  font-size: 16px;
  position: relative;
  line-height: 40px;
  margin-top: 20px;
}

.search .right .service-box .service-title:after{
  content: "";
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
}

.search .right .service-box .service-title span{
  padding: 0 10px;
  background: #fff;
  position: relative;
  z-index: 1;
  color: #666;
}

.search .right .service-box .centericon{
  display: block;
  font-size: 160px;
  width: 100%;
  text-align: center;
  color: #ce0505;
}

.search .right .service-box .service-btn{
   width: 240px;
   margin: 0 auto;
   display: block;
   line-height: 40px;
   border-radius: 20px;
   border:1px solid #ce0505;
   background: #fff;
   color: #ce0505;
    user-select: none;
   cursor: pointer;
}

.search .right .service-box .demand{
  width: 240px;
  margin: 20px auto;
  display: block;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  background: #ce0505;
  color: #fff;
  user-select: none;
}


/* 视频直播切换价格 */
.videodetail-tab{
  width: 100%;
  overflow: hidden;
  margin: 20px 0;
}

.videodetail-tab span.videotabtitle{
  float: left;
  width: 90px;
  text-indent: 28px;
  line-height: 28px;
}

.videodetail-tab .video-tab{
  float: left;
  margin-left: 5px;
}

.videodetail-tab .video-tab li{
  float: left;
  line-height: 28px;
  border:1px solid #ccc;
  padding: 0 8px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  user-select: none;
}

.videodetail-tab .video-tab li.on{
  border-color: #ce0505;
  color: #ce0505;
}