.layui-nvw-usermian-top {
  background-color: #6EB92B;
  height: 60px;
}

@media screen and (max-width: 644px) {
  .layui-nvw-usermian-top-logo[pc] {
    display: none !important;
  }
  .comShow{
    display: flex;  flex-wrap: wrap;justify-content: space-around;;
  }
}

@media screen and (min-width: 768px){
  .layui-container {
    width: 620px;
  }
}
@media screen and (min-width: 992px){

  .layui-container {
    width: 895px;
  }
}
@media screen and (min-width: 1200px) {
  .layui-container {
    width: 1160px;
  }
  .comShow{
    display: flex;  flex-wrap: wrap;justify-content: flex-start;
  }
}


.layui-nvw-usermian-top-logo {
  display: inline-block;
  text-align: center;
  line-height: 60px;
}

.layui-nvw-usermian-top-logo > img {
  display: inline-block;
  vertical-align: middle;
}

.layui-nvw-usermian-top-menu {
  display: inline-block;
  float: right;
  text-align: center;
  line-height: 60px;
  color: #ffffff;
}

.layui-nav {
  background-color: #6EB92B;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
  background-color: #6EB92B;

}

.layui-nav .layui-nav-child dd.layui-this a, .layui-nav-child dd.layui-this {
  background-color: #6EB92B;
}

.layui-nvw-comcard {
  width: 255px;
  height: 180px;
  display: inline-block;
  margin: 10px;
  cursor: pointer;
  border-radius: 10px;
  background:#ffffff;
  box-shadow:0px 0px 20px 0px rgba(0,183,238,0.2);
  color: #ffffff;

}
.layui-nvw-comcard-top{
  display: inline-block;
  width: 255px;
  height: 120px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.comType-20{
  background-image: url("../../../images/user/yunmao.png");
}
.comType-30{
  background-image: url("../../../images/user/maoyishang.png");
}
.comType-50{
  background-image: url("../../../images/user/zhongduanshang.png");
}
.comType-60{
  background-image: url("../../../images/user/yunshushang.png");
}
.comType-70{
  background-image: url("../../../images/user/yechang.png");
}
.comType-80{
  background-image: url("../../../images/user/yechang.png");
}

.comType-90{
  background-image: url("../../../images/user/pingtai.png");
}

.layui-nvw-comcard-title {
  margin: 21px 21px 0px 21px;
  height:36px;
  font-size:16px;
  font-family:SourceHanSansCN-Bold;
  font-weight:bold;
  color:#FFFFFF;
  line-height:22px;
}
.layui-nvw-comcard-type  {
  text-align: right;
  height: 20px;
  color: #FFFFFF;
  padding: 21px;
  font-size:16px;
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
}

.layui-nvw-comcard-footer > div {
  display: inline-block;

}
.certification-success {
  width:54px;
  height:23px;
  line-height: 23px;
  border: #07BEF0 solid 1px;
  border-radius:12px;
  margin: 21px;
  text-align: center;
  font-size:14px;
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color:rgba(0,183,238,1);
}
.certification-other {
  width:54px;
  height:23px;
  line-height: 23px;
  border:1px solid rgba(191, 190, 190, 1);
  border-radius:12px;
  margin: 21px;
  text-align: center;
  font-size:14px;
  font-family:SourceHanSansCN-Regular;
  font-weight:400;
  color:rgba(191,190,190,1);
}
.layui-nvw-comcard-footer > div:last-child {
  float: right;
  margin: 21px;
}

.comDelBtn{
  display: inline-block;
  background-image: url("../../../images/user/shanchu.png");
  background-size: 100% 100%;
  width:13px;
  height:13px;
}
.relieveDelBtn{
  display: inline-block;
  background-image: url("../../../images/user/jiebang.png");
  background-size: 100% 100%;

  width:13px;
  height:13px;
}
.layui-nvw-addcomview {
  display: none;
  padding: 20px;
}

.lay-nvw-body {
  min-height: 550px;
  margin-top: 0px;
}
#addcomBtn {
  border: 1px dashed #e2e2e2;
  background: url("../../../images/user/xuxiankuang.png") no-repeat center center;
  background-size: 100% 100%;
  border: none;
  text-align: center;
  line-height: 210px;
}

#addcomBtn > div {
  display: inline-block;
  background: url("../../../images/user/tianjia.png") no-repeat center center;
  width: 60px;
  height: 60px;
  background-size: 100% 100%;
}
.layui-nvw-comcard-header {
  color: #e8e8e8;
  display: flex;
  height: 20px;
}



