.header-wrapper {
	height: 0.6rem;
	position: fixed;
	z-index: 2000;
	width: 100%;
	top: 0;
	background-color: #fff;
}

.header-content {
	width: 100%;
	max-width: 1240px;
	margin: 0 auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 0.6rem;
	padding: 0 20px;
	background-color: #fff;
}

.header-active{
	background-color: #fff;
	box-shadow: 0 4px 16px #0000000d;
}

.header-nav-item {
	text-decoration: none;
	color: #333;
	font-size: .16rem;
}
.header-nav-item.menu-help,  .header-nav-item.is-active{
	color: #FF5500;
}

.header-nav-item:hover {
	color: #ff5500;
	transition: .2s ease-out;
}

.header-nav-item {
	margin-left: .48rem;
}

.header-nav-item .el-icon{
	transition: transform .3s;
}

.header-nav-item[aria-expanded="false"]  .el-icon{
	transform: rotateZ(0deg);
}

.header-nav-item[aria-expanded="true"]  .el-icon{
	transform: rotateZ(180deg);
}

.header-content-left {
	display: flex;
}

.header-content-left a {
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
}

.header-menu-icon {
	font-size: 0;
	display: none;
	align-items: center;
	justify-content: center;
	transition: all 300ms ease-in-out 0s;
	margin-right: 5px;
	cursor: pointer;
}

.header-menu-icon:hover {
	border-radius: 40px;
	background-color: #333;
	background-color: #f2f2f2;
	color: #757575;
}

@media screen and (max-width: 860px) {

	.header-menu-icon {
		display: flex;
		width: 0.4rem;
		height: 0.4rem;
		font-size: 0.24rem;
	}

	.header-content-left .header-nav-item {
		display: none;
		width: 0;
		height: 0;
	}
}

.header-wrapper .el-drawer {
	top: .6rem;
	height: auto;
	box-shadow: 1px 13px 16px 3px rgb(0 0 0 / 20%);
}

.header-wrapper .el-overlay {
	background-color: transparent;
}

.header-wrapper .el-drawer__body {
	display: flex;
	flex-direction: column;
}

.header-drawer-button {
	display: flex;
	flex-direction: column;
	padding-top: 20px;
	border-top: 1px solid #e6e6e6;
}

.header-wrapper .el-drawer__body .el-button+.el-button {
	margin-left: 0;
	margin-top: 10px;
}

.header-drawer-nav a {
	align-items: center;
    border-radius: 4px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    height: 40px;
    margin: 0;
    padding: 10px 15px;
    transition: all .3s ease-in-out 0s;
}

.header-drawer-nav a:hover {
	color: #333333;
	background-color: #f2f2f2;
}

.header-drawer-nav {
	display: grid;
	gap: 10px;
}

[v-cloak] {
	display: none;
}

.button-login {
	width: 80px;
	height: 44px;
	box-sizing: border-box;
	border: 0;
	color: #FF5500;
	background: transparent;
	cursor: pointer;
	margin-right: 20px;
	font-size: 19px;
    font-weight: 600;
    font-family: PingFangSC-Medium;
	letter-spacing: 2px;
	border-radius: 8px;
}

.button-login:hover,
.button-login:focus {
	background-color: #f503;
}

[v-cloak] {
	display: none;
}

.app-drawer {
	top: 0.6rem !important;
	box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.05);
}
.app-drawer-modal {
	--el-drawer-padding-primary: 0.4rem 0.2rem 0.3rem;
	--el-overlay-color-lighter: transparent;
}

.color-333 {
	color: #333;
}
.apps-entry {
    width: 47.5%;
    padding-right: 0.5rem;
    position: relative;
  }

  .apps-entry>p {
    font-size: 0.16rem;
    color: #333;
    margin-bottom: 0.2rem;
	  padding-left: .14rem
  }

  .apps-entry:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    border-right: 1px solid #ddd;
    right: 0;
    top: 0;
  }

  .apps-entry ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.12rem 0.4rem;
  }

  .apps-entry ul li {
    width: 100%;
    height: 0.4rem;
  }

  .apps-entry ul li a {
    display: flex;
    width: 100%;
    height: 100%;
    padding-left: 0.14rem;
    font-size: 0.14rem;
    border-radius: 2px;
  }

  .apps-entry ul li a em {
    margin-left: 0.12rem;
  }

.apps-entry ul li a:hover {
    background: #f2f2f2;
  }

  .apps-entry ul li a.is-active {
    background: rgba(255, 101, 0, 0.1);
    color: #ff7700;
  }

  .templates-entry {
    width:52.5%;
    padding-left: 0.7rem;
  }

  .templates-entry>p {
    font-size: 0.16rem;
    color: #333;
    margin-bottom: 0.2rem;
  }

  .templates-entry ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.24rem 0.24rem;

  }

  .templates-entry ul li {
    min-width: 0;
    border: 1px solid #dddddd;
    border-radius: 0.04rem;

  }

  .templates-entry ul li a {
    padding: 0.17rem 0.24rem;

  }

  .templates-entry ul li a p {
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.22rem;
    margin-top: 0.11rem;
  }

  .templates-entry ul li a .icon {
    margin: 0 0.08rem;
	  width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }

  .case-entry {
    width: 56.6%;
    padding-right: 0.92rem;
    position: relative;
  }

  .case-entry>p {
    font-size: 0.16rem;
    color: #333;
    margin-bottom: 0.2rem;
  }

  .case-entry:after {
    content: "";
    position: absolute;
    width: 0;
    height: 100%;
    border-right: 1px solid #ddd;
    right: 0;
    top: 0;
  }

  .case-entry ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 0.24rem;

  }

  .case-entry ul li {
    width: 100%;
    height: 0.7rem;

  }

  .case-entry ul li a {
    width: 100%;
    height: 100%;
    background: #f2f3f4;
    border-radius: 0.04rem;
    font-size: 0.16rem;

  }

  .case-entry ul li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .scenes-entry {
    width: 43.4%;
    padding-left: 0.8rem;
  }


  .scenes-entry>p {
    font-size: 0.16rem;
    color: #333;
    margin-bottom: 0.2rem;
  }

  .scenes-entry ul li {
    display: flex;
    align-items: center;

  }

  .scenes-entry ul li>p {
    display: flex;
    align-items: center;

  }

  .scenes-entry ul li>p a {
    padding: 0 0.08rem;
    line-height: 0.24rem;
    border-radius: 0.02rem;
    color: #5e6d82;
    white-space: nowrap;
    background: #f2f3f4;

  }

  .scenes-entry ul li>p a:hover {
    background: #e1e1e1;
    color: #5e6d82;
  }

  .scenes-entry ul li>p a+a {
    margin-left: 0.08rem;
  }

  .scenes-entry ul li>p~a {
    margin-left: 0.12rem;
  }

  .scenes-entry ul li>a:hover {
    color: #ff7700;
  }


  .scenes-entry ul li+li {
    margin-top: 0.16rem;
  }


  .hover-ff7700:hover {
    color: #ff7700;
  }

  .color-ff7700 {
    color: #ff7700;
  }
.sh-icon {
    font-style: normal;
    height: 1em;
    width: 1em;
    line-height: 1em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    fill: currentColor;
    font-size: inherit;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
.login-button {
	color: #333;
	&:hover {
		color: #ff7700 !important;
	}
}