/* header 区域 */
/* @media screen and (min-width: 800px) { */
  .home-dialog .el-dialog .el-dialog__headerbtn i:before{
    content:'';
  }
  
  .home-dialog .el-dialog .el-dialog__headerbtn i{
    width: 32px;
    height: 32px;
    background: url(/images//btn_close.png) center no-repeat;
  }

  .nav {
    position: fixed;
    width: 100%;
    height: 70px;
    line-height: 40px;
    z-index: 999;
  }

  /* .v-modal{
    display: none;
  } */

  .home-dialog .el-dialog__header .el-dialog__title{
    font-weight: 700;
    padding-left: 40px;
    background: url(/images/logo-icon.png) left center no-repeat;
    background-size: 30px 30px;
  }

  .home-dialog .el-dialog__body{
    text-align: center;
  }

  .index-nav-bg {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .nav-c {
    display: flex;
    width: 80%;
    height: 70px;
    margin: 0 auto;
  }

  /* header-left 部分 */
  .nav-c .nav-left {
    display: flex;
    width: 80%;
  }
  .nav-product-card {
    display: flex;
    flex-direction: column;
    width: 182px;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 0 0 6px 6px ;
  }
  .nav-product-card  a {
    line-height: 40px;
  }

  /* logo 部分 */
  .nav-c .nav-left .logo {
    float: left;
    width: 123px;
    height: 70px;
    font-size: 0px;
    line-height: 0px;
  }

  .nav-c .nav-left .logo .logo-icon {
    display: inline-block;
    width: 123px;
    height: 70px;
    background: url(/images/logo/Frame@2x.png) no-repeat center center;
    background-size: 100%;
    text-indent: -999em;
    overflow: hidden;
  }

  /*  导航部分 */
  .nav-c .nav-left ul {
    display: flex;
    justify-content: space-around;
    width:  80%;
    height: 100%;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
  }

  .nav-c .nav-left ul li{
      width: 15%;
  }

  .nav-c .nav-left ul li .nav-btn {
    display: block;
    min-width: 152px;
    height: 70px;
    margin: 0 16px;
    font-size: 16px;
    line-height: 70px;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
  }
  
  /*  鼠标移上下拉框 */
  /* header-right 部分 */
  .nav-c .nav-right {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 20%;
    height: 100%;
  }

  .nav-right .nav-right-box {
    min-width: 86px;
    display: flex;
    justify-content: center;
    color: #2982EA;
    font-weight: 600;
    font-size: 16px;
    cursor:pointer;
    margin-right: 15px;
    line-height: 44px;
  }
  
  .nav-right .nav-right-box .right-top-login-btn{
    background: url(/images/login-btn-icon.png) left center no-repeat;
    background-position-x: 10px;
    background-color: #2985DD;
    color: #fff;
    width: 145px;
    height: 40px;
    line-height: 40px;
    padding-left: 50px;
    font-size: 22px;
    font-weight: 400;
    border-radius: 5px;
    box-sizing: content-box;
  }

  .nav-right .nav-right-box .nav-icon {
    display: inline-block;
    width: 44px;
    height: 44px;
    background: url(/images/new_cat_icon.png) no-repeat center center;
    background-size: 100%;
    margin: 0 5px;
  }
  .nav-right .signin-btn, .home-content-advantage .signin-btn {
    width: 104px;
    min-width: 54px;
    height: 42px;
    border-radius: 4px;
    border: none;
    background:  linear-gradient(to right , #156DF2 , #0458C7);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
  }



  /*  mali 公装-材料-劳务 次导航 */
  .price-main-nav {
    position: relative;
    top: -4px;
    display: flex;
    justify-content: space-around;
    width: 1200px;
    height: 64px;
    margin: 0 auto;
    cursor: pointer;
  }


  .price-main-nav li {
    width: 25%;
    height: 100%;
    line-height: 64px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: rgba(17, 17, 17, 0.7500);
  }

  .price-main-nav .current {
    color: rgba(4, 88, 199, 1);
    background-color: rgba(17, 17, 17, 0.0200);
  }
  .login-banner .fix-nav {
    position: fixed !important;
    width: 100%;
    background: #fff;
    z-index: 999;

  }

  /*  修改后的 */
  .secondary-nav-box {
    width: 100%;
    height: 64px;

  } 

  .price-main-nav-new {
    position: relative;
    top: -4px;
    display: flex;
    justify-content: space-around;
    width: 1200px;
    height: 64px;
    margin: 0 auto;
    cursor: pointer;
  }


  .price-main-nav-new li {
    width: 25%;
    height: 100%;
    line-height: 64px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: rgba(17, 17, 17, 0.7500);
    position: relative;
  }

  .price-main-nav-new .current {
    color: rgba(4, 88, 199, 1);
    font-weight: 600;
    /* background-color: rgba(17, 17, 17, 0.0200); */
  }

  .price-main-nav-new .current .current-border {
    position: absolute;
    width: 80px;
    height: 0px;
    left: 50%;
    border: 2px solid rgba(4, 88, 199, 1);
    background: rgba(4, 88, 199, 1);
    transform: translateX(-50%);
  }

  .login-banner .fix-nav {
    position: fixed !important;
    top: 0;
    width: 100%;
    background: #fff;
    z-index: 999;

  }
@media screen and (max-width: 1100px) {
  .nav-c{
    display: flex;
    width: 95%;
    height: 70px;
    margin: 0 auto;
  }
  .nav-c .nav-left ul li .nav-btn {
    min-width: 70px;
  }
  .nav-c .nav-left .logo  {
    display: none;
  }
  .nav-right .nav-right-box .nav-icon{
    display: none;
  }
}