.ora-life-header {
    padding: 0 1.14rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 1.1rem;
}
.ora-life-header .left {
  display: flex;
  align-items: center;
}

.ora-life-header .left .logo {
  width: 0.8rem;
  position: relative;
}
.ora-life-header .left .logo img {
  width: 100%;
}
.ora-life-header .left .logo::after {
  position: absolute;
  display: block;
  width: 1px;
  background-color: #fff;
  top: 50%;
  content: "";
  height: 0.3rem;
  right: -0.22rem;
  transform: translateY(-50%);
}
.ora-life-header .left-dark .logo::after{
    background: #ccc
}
.ora-life-header .left .life-logo {
  width: 1rem;
  margin-left: 0.43rem;
}
.ora-life-header .left .life-logo img {
  width: 100%;
}
.ora-life-header .right {
  display: flex;
  align-items: center;
}
.ora-life-header .right .box {
  display: flex;
  align-items: center;
  margin-right: 0.96rem;
}
.ora-life-header .right .box .circle {
  width: 0.13rem;
  height: 0.14rem;
  border: 2px solid #fff;
  border-radius: 50%;
}
.ora-life-header .right-dark .box .circle{
     border: 2px solid #111; 
}
.ora-life-header .right .box .text {
  font-size: 0.16rem;
  color: #fff;
  font-weight: 300
}
.ora-life-header .right-dark .box .text{
    color: #111
}
.ora-life-header .right .box:nth-last-of-type(1) {
  margin-right: 0;
}


.ora-life-header-dark {
    padding: 0 1.14rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 1.1rem;
    background: rgb(242, 237, 234)
}
.ora-life-header-dark .left {
  display: flex;
  align-items: center;
}

.ora-life-header-dark .left .logo {
  width: 0.8rem;
  position: relative;
}
.ora-life-header-dark .left .logo img {
  width: 100%;
}
.ora-life-header-dark .left .logo::after {
  position: absolute;
  display: block;
  width: 1px;
  background-color: #fff;
  top: 50%;
  content: "";
  height: 0.4rem;
  right: -0.22rem;
  transform: translateY(-50%);
}
.ora-life-header-dark .left-dark .logo::after{
    background: #ccc
}
.ora-life-header-dark .left .life-logo {
    width: 1rem;
    margin-left: 0.43rem;
}
.ora-life-header-dark .left .life-logo img {
  width: 100%;
}
.ora-life-header-dark .right {
  display: flex;
  align-items: center;
}
.ora-life-header-dark .right .box {
  display: flex;
  align-items: center;
  margin-right: 0.96rem;
}
.ora-life-header-dark .right .box .circle {
  width: 0.13rem;
  height: 0.14rem;
  border: 2px solid #fff;
  border-radius: 50%;
}
.ora-life-header-dark .right-dark .box .circle{
     border: 2px solid #111; 
}
.ora-life-header-dark .right .box .text {
  font-size: 0.16rem;
  color: #fff;
  font-weight: 300
}
.ora-life-header-dark .right-dark .box .text{
    color: #111
}
.ora-life-header-dark .right .box:nth-last-of-type(1) {
  margin-right: 0;
}
.app-down{
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
}
.app-down img{
    width: 100%
}
@media (max-width: 768px) {
	.ora-life-header-mb{
        padding: .4rem .43rem;
        background-color: #F2EDEA;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: fixed;
        width: 100%;
        z-index: 10;
        border-bottom: 1px solid #D5CFCB
	}
	.ora-life-header-mb .left{
		width: .75rem;
		height: .75rem;
		background-color: #DAD7D4;
		border-radius: 50%;
		justify-content: center;
        display: flex;
        align-items: center
	}
	.ora-life-header-mb .left img{
		width: .26rem;
	}
    .return{
        width: 0.4rem !important;
        padding-left: 0.1rem;
    }
	.ora-life-header-mb .right{
		width: 1.5rem;
	}
	.ora-life-header-mb .right img{
		width: 100%;
	}
}