.layui-laydate {
  border-radius: 16px !important;
}
.layui-layer {
  border-radius: 16px !important;
}
.layui-layer-content {
  border-radius: 16px !important;
}
.layui-laypage-em {
  border-radius: 8px !important;
}
#content-right {
  padding: 24px 0 0;
}
#content-right #appContent {
  min-height: 825px;
}
#content-right #appContent #appTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  background: #FFFFFF;
  border-radius: 6px;
  padding: 0 24px;
  margin: 0 24px 0 24px;
}
#content-right #appContent #appTop .appLeft {
  line-height: 18px;
  font-size: 16px;
  font-family: Arial, Roboto;
  font-weight: 400;
  color: #666666;
}
#content-right #appContent #appTop .appRight {
  display: flex;
  width: 350px;
  height: 44px;
}
#content-right #appContent #appTop .appRight .appSearch {
  width: 284px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 6px 0 0 6px;
  padding: 0 10px;
  font-size: 14px;
  font-family: Arial, Roboto;
  font-weight: 400;
  color: #666666;
}
#content-right #appContent #appTop .appRight .appSearch:hover {
  border: 1px solid #FF9252;
}
#content-right #appContent #appTop .appRight .appBtn {
  width: 44px;
  height: 44px;
  background: #FF6D18;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}
#content-right #appContent #appTop .appRight .appBtn:hover {
  background: #FF9252;
}
#content-right #appContent #appTop .appRight .appBtn span {
  display: block;
  width: 24px;
  height: 24px;
  background: url('../icon/home-icon.png') no-repeat;
  background-position: -128px -96px;
  margin: 10px;
}
#content-right #appContent #appCont {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(392px, 1fr));
  /* 每列宽度为426px */
  grid-gap: 0 16px;
  /* 行和列间距 */
  justify-content: center;
  /* 水平居中 */
  align-content: start;
  /* 从顶部开始排列 */
  padding: 24px 0;
  /* 顶部和底部的间距 */
  margin-left: 24px;
  margin-right: 24px;
}
#content-right #appContent #appCont .appList {
  min-width: 400px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 16px;
  padding-top: 32px;
  margin-bottom: 16px;
}
#content-right #appContent #appCont .appList .itemTop {
  display: flex;
  height: 68px;
  padding: 0 24px;
}
#content-right #appContent #appCont .appList .itemTop img {
  width: 68px;
  height: 68px;
}
#content-right #appContent #appCont .appList .itemTop .itemLeft {
  height: 68px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#content-right #appContent #appCont .appList .itemTop .itemLeft .itemName {
  font-size: 18px;
  font-family: Arial, Roboto;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}
#content-right #appContent #appCont .appList .itemTop .itemLeft .itemProducer {
  display: none;
  margin-top: 8px;
  font-size: 14px;
  font-family: Arial, Roboto;
  font-weight: 400;
  line-height: 16px;
  color: #999999;
}
#content-right #appContent #appCont .appList .itemCenter {
  height: 128px;
  padding: 16px 24px;
  font-size: 16px;
  font-family: Arial, Roboto;
  font-weight: 400;
  line-height: 24px;
  color: #666666;
  box-sizing: border-box;
}
#content-right #appContent #appCont .appList .itemBottom {
  display: flex;
  height: 57px;
  line-height: 50px;
  padding: 0 24px;
  border-top: 1px solid #F0F0F0;
}
#content-right #appContent #appCont .appList .itemBottom .app_box_test {
  font-size: 16px;
  font-family: Arial, Roboto;
  font-weight: 400;
  color: #999999;
  padding: 6px 0 0 10px;
}
#content-right #appContent #appPage {
  text-align: center;
}
