.headerDiv{
	width: 100%;
	height: 1rem;
	background: rgb(63, 33, 83, 0.9);
	border-bottom: 0.02rem solid rgb(255, 255, 255, 0.35);
	position: fixed;
	top: 0;
	z-index: 999;
}
.headerDiv .main{
    width: 17rem;
}
.headerDiv .nav_l{
	height: 1rem;
	flex: 1;
}
.common-phone-header-inner .search,
.headerDiv .search{
	/*padding-left: 0.61rem;*/
	/*padding-left: 0.32rem;*/
	padding-left: .11rem;
	display: flex;
	gap: .11rem;
}
.common-phone-header-inner .search_div,
.headerDiv .search_div{
	width: 0.28rem;
	height: 0.28rem;
	border: 0.01rem solid rgb(255, 255, 255, 0.51);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.5s;
	position: relative;
}
.common-phone-header-inner .search_div .cartNum,
.headerDiv .search_div .cartNum{
    min-width: .1rem;
    height: .1rem;
    background: #B70000;
    border-radius: .1rem;
    position: absolute;
    font-family: Crimson Text, Crimson Text;
    font-weight: 400;
    font-size: .1rem;
    color: #FFFFFF;
    right: 0;
    top: 0;
    text-align: center;
    line-height: .1rem;
    padding: 0 .03rem;
}
.common-phone-header-inner .headerDiv .search_div img,
.headerDiv .search_div img{
	width: 0.14rem;
	height: 0.14rem;
}
.headerDiv .nav_a a{
  	font-family: 'Crimson Text', 'Crimson Text', serif;
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
}
.headerDiv .nav_logo{
	padding: 0 0.04rem;
}
.headerDiv .nav_logo img{
	width: 1.62rem;
	height: auto;
	margin: 0 auto;
}
.common-phone-header-inner .search_div .img1,
.headerDiv .search_div .img1{
	display: block;
	transition: all 0.5s;
}
.common-phone-header-inner .search_div .img2,
.headerDiv .search_div .img2{
	display: none;
	transition: all 0.5s;
}
.common-phone-header-inner .search_div:hover .img1,
.headerDiv .search_div:hover .img1{
	display: none;
}
.common-phone-header-inner .search_div:hover .img2,
.headerDiv .search_div:hover .img2{
	display: block;
}
.common-phone-header-inner .search_div:hover,
.headerDiv .search_div:hover{
	background: #F6BE09;
}
.headerDiv .nav_a{
	position: relative;
}
.headerDiv .nav_a::after{
	content: '';
	width: 0%;
	height: 0.01rem;
	border-bottom: 0.01rem solid #F6BE09;
	display: block;
	position: absolute;
	bottom: -0.06rem;
	left: 50%;
	transform: translate(-50%,0);
	transition: all 0.4s;
}
.headerDiv .nav_a.active::after{
	content: '';
	width: 100%;
	height: 2px;
	border-bottom: 2px solid #F6BE09;
	display: block;
	position: absolute;
	bottom: -0.06rem;
	transform: translate(-50%,0);
}
.headerDiv .nav_a:hover:after{
	content: '';
	width: 100%;
	height: 0.01rem;
	border-bottom: 0.01rem solid #F6BE09;
	display: block;
	position: absolute;
	bottom: -0.06rem;
	transform: translate(-50%,0);
}

.login_status{
    /*display: flex;*/
    display: none;
    align-items: center;
    gap: 0.12rem;
}

.login_message{
    display: flex;
    align-items: center;
    gap: 0.05rem;
}

.login_message>img{
    width: 0.28rem;
    display: block;
    border: 1px solid #fff;
    border-color: hsla(0, 0%, 100%, .51);
    border-radius: 50%;
    padding: .06rem;
}

.login_message>span{
    width: .5rem;
    display: block;
    font-family: 'Crimson Text', 'Crimson Text', serif;
    font-weight: 400;
    font-size: 0.11rem;
    font-size: .13rem;
    color: #F6BE09;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.login_line{
    width: 1px;
    height: 0.07rem;
    background:  #F6BE09;
}

.logout{
    font-family: Crimson Text, Crimson Text;
    font-weight: 400;
    font-size: 0.14rem;
    font-size: .16rem;
    color: #F6BE09;
}

.common-phone-header,
.side-wrap {
  display: none;
}

@media only screen and (max-width: 1024px) {
  body{
      padding-top: 50px;
      padding-top: 1rem;
  }
  .headerDiv {
    display: none;
  }

  .common-phone-header {
    display: block !important;
  }

  .side-wrap {
    display: block !important;
  }

  .common-phone-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    background: #3F2153;
  }

  .common-phone-header-inner {
    display: flex;
    height: 50px;
    height: 1rem;
    /*border-bottom: 1px solid #eee;*/
    padding: 0 15px;
    padding: 0 .3rem;
    justify-content: space-between;
    align-items: center;
  }

  .header-menu-phone {
    height: 30px;
    height: .6rem;
    width: auto;
    display: block;
  }

  .header-logo-phone {
    height: 30px;
    height: .6rem;
    width: auto;
    display: block;
  }

  .header-search-phone {
    height: 30px;
    height: .6rem;
    width: auto;
    display: block;
  }

  .header-search-box-phone {
    display: none;
  }

  .header-search-input-phone {
    border-radius: 20px;
    border-radius: .4rem;
    height: 35px;
    height: .7rem;
    border-width: 1px;
    border-width: .02rem;
    border: 1px solid #333;
    border: .02rem solid #333;
    padding: 0 10px;
    padding: 0 .2rem;
    font-size: 14px;
    font-size: .28rem;    
  }

  .side-modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, .5);
  }

  .side-container {
    display: none;
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    height: 100vh;
    width: 6.4rem;
    background-color: #fff;
    background: #3F2153;
    color: #000;
    /*border-left: 1px solid #eee;*/
    animation: ani_side 1s;
  }

  .side-container.shown {
    display: block;
  }

  @keyframes ani_side {
    from {
      display: none;
      width: 3rem;
    }

    to {
      display: block;
      width: 6.4rem;
    }
  }

  .side-wrap {
    width: 100%;
  }

  .side-top {
    display: flex;
    height: 60px;
    height: 1.2rem;
    padding: 0 20px 0 30px;
    padding: 0 .4rem 0 .6rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eee;
    border-bottom: .02rem solid #eee;
  }

  .side-logo {
    height: 30px;
    height: .6rem;
    width: auto;
  }

  .side-close {
    width: .48rem;
  }

  .side-bottom {
    padding: 0 .48rem 0 .72rem;
    height: calc(100vh - 1.2rem);
    overflow-y: auto;
  }

  .nav-item-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .27rem 0 .27rem 0;
    border-bottom: 1px solid #eee;
  }

  .nav-item-inner span {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-size: .28rem;
  }

  .nav-item-inner img {
    width: .4rem;
  }

  .side-nav-list .nav-item a,
  .side-nav-list .nav-item span{
    color: #000;
    color: #F6BE09;
    font-size: .28rem;
    width: 100%;
    display: flex !important;
  }

  .side-nav-list .side-local-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
  }

  .side-nav-list-sub {
    display: none;
  }

  .side-nav-list-sub .side-back-img {
    width: .3rem;
    margin-right: .2rem;
    vertical-align: text-bottom;
  }
  .common-phone-header-inner .search_div{
      width: .5rem;
      height: .5rem;
  }
  .common-phone-header-inner .search_div .img1,
  .common-phone-header-inner .search_div .img2{
      width: .3rem;
      height: auto;
  }
  .common-phone-header-inner .search_div .cartNum{
      min-width: .2rem;
      height: .2rem;
      font-size: .2rem;
      line-height: 1;
  }
  .login_message>img{
      width: .58rem;
      padding: .12rem;
  }
  .login_message>span {
      width: 1rem;
      font-size: .26rem;
  }
  .login_line {
    height: 0.14rem;
  }
  .logout {
    font-size: .32rem;
    color: #F6BE09;
  }
}
