/*头部开始*/
#header{
    width: 100%;
    height:70px;
    position: absolute;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
}
.w{
    margin: 0 auto;
    width: 1200px;
}
.headerMain{
    margin: 0 auto;
    width: 1200px;
    height: 70px;
    line-height: 70px;
}
.headerMain  .logo{
    width: 151px;
    height: 47px;
    float: left;
}
.headerMain  .logo a{ 
    text-indent: -99999px;
}

.headerMain  .logo a img{
    margin-top: -40px;
}
.header-nav{
    float: left;
    margin-left: 94px;
    line-height: 70px;
}

.header-nav .active{
    background:#c88958;
}
.header-nav .active a{
    color: #fff;
}
.header-nav li {
    width: 109px;
    height: 69px;
    line-height: 69px;
    text-align: center;
    float: left;
}
.header-nav li:hover{
    background: #c88958;
}

.header-nav li:hover  a{
    color: #fff;
}
.header-nav li a {
    color: #333;
    font-size: 16px;
}

.login-box{
    margin-left: 54px;
    float: left;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
}

.login-box .user-login-icon{
    width: 21px;
    height: 24px;
    margin-right: 8px;
}

.login-box  .login-right-box{
    display: flex;
    cursor: pointer;
}

#signOut{
    cursor: pointer;
}
.login-box  .login-right-box a {
    font-size: 16px;
    color: #333;
}
.login-box  .login-right-box a:hover{
    color: #c88958;
}

.login-right-box span{
    font-size: 16px;
    color: #333;
    display: inline;
}
.login-box  .login-right-box #signOut{
    font-size: 16px;
    color: #333;
    margin-left: 8px;
}
.login-box  .login-right-box #signOut:hover{
    color: #c88958;
}

/*头部结束*/

.mask-two{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: red;
    z-index: 999;
    background: rgba(0,0,0,0.4);
}

.mask-model{
    position:fixed;
    width:448px;
    height:338px;
    transform: translate(-50%,-50%);
    top:50%;
    left:50%;
    background: #FFFFFF;
    border-radius: 6px;
    z-Index:9999;
}
.content-box{
    position: relative;
    padding:18px ;
}

.login-logo{
    width: 128px;
    /*height: 28px;*/
}

.logout-out-tip{
    font-size:20px;
    color: #333;
    position: absolute;
    top: 90px;
    left:160px ;
}
.logout-out-btn a{
    display: block;
    width: 360px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    position: absolute;
    left: 44px;
    border-radius: 4px;
}

.logout-out-btn a:first-child{
    top: 175px;
    background-color: #F2F2F2;
    color: #999;
}

.logout-out-btn a:last-child{
    top: 250px;
    background-color: #c88958;
    color: #fff;
}


/*登录注册框*/
#logout,
#login{
    display: none;
}
.login-box-tip{
    font-size:20px;
    color: #333;
    position:absolute;
    top: 59px;
    left: 186px;
}

.phone-box,
.model-login-btn,
.code-box{
    position: absolute;
    left: 44px;
    width: 360px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: #F2F2F2;
    font-size: 16px;
}

.code-box{
    top: 175px;
}
.phone-box .phone-input,
.code-box .code-input{
    width: 360px;
    height: 46px;
    background-color: #F2F2F2;
    padding: 0 100px 0 10px;
    color: #666;
}

.phone-box .phone-input::placeholder,
.code-box .code-input::placeholder{
    color: #999;
}


.code-box .code-tip{
    position: absolute;
    top: 0;
    right: 10px;
    color: #c88958;
    border: none;
    outline: none;
    height: 46px;
    background-color: #F2F2F2; 
}
.phone-box{
    top: 105px;
}
.model-login-btn{
    top: 250px;
    color: #fff;
    background-color: #c88958;
    border: none;
    outline: none;
    border-radius: 4px;
}

.content-box .close-img{
    position: absolute;
    top: 18px;
    right: 18px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

/* 登录错误信息提醒*/
.login-bg-tip{
     position: absolute;
    top:196px;
    left: 50%;
    transform: translateX(-50%);
    height: 48px;
    line-height: 48px;
    padding: 0 30px ;
    background: #000;
    opacity: 0.5;
    border-radius: 10px;
    color: #fff;
    display: none;
    width: 360px;
    text-align: center;
}


/* 右侧公共导航菜单 */
html, body {
    -ms-overflow-style: scrollbar;
  }
.business-license-img{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%,-50%);
    display: none;
}
.fixed-common-nav-box{
    position: fixed;
    top: 205px;
    /* top: 50%;
    transform: translateY(-50%); */
    right: 0;
    width: 60px;   
    background: #FEFEFE;  
    box-shadow: 0px 1px 9px 0px rgba(228, 228, 228, 0.37);
    z-index: 99; 
} 
.fixed-common-nav-box  .common-nav-item{ 
    display: block;
    width: 60px;
    height: 60px;
    font-size: 12px; 
    color: #333;
    text-align: center;
    padding-top: 7px;
    position: relative;
}

.fixed-common-nav-box  .common-nav-item>img{ 
    margin: 0  auto 7px  ; 
}

.fixed-common-nav-box  .common-nav-gery-img{
    display: none;
}
.fixed-common-nav-box  .common-nav-item:hover{ 
    color: #fff;
    background-color: #c88958;
}

.fixed-common-nav-box  .common-nav-item:hover .common-nav-gery-img {
    display: block;
}

.fixed-common-nav-box  .common-nav-item:hover .common-nav-img {
    display: none;
}
 

.fixed-common-nav-box .tel-number-img{
    position: absolute;
    left: -165px;
    top: 5px;
    display: none;
    z-index: 999;
}
.fixed-common-nav-box  .common-nav-item:nth-child(1):hover .tel-number-img,
.fixed-common-nav-box  .common-nav-item:nth-child(5):hover .wechat-code-img{
    display: block;
} 
.fixed-common-nav-box .wechat-code-img{
    position: absolute;
    left: -165px;
    top: -40px;
    display: none;
    z-index: 999;
}


/* 手机端 头部样式 */
#mb-header {
    position: fixed;
    width: 100%;
    height:44px;
    line-height:44px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    z-index: 999;
}

#mb-header .heaer-left-icon{
    width: 7px;
    height: 12px;
}

#mb-header .heaer-right-nav-icon{
    width: 17px;
    height: 14px;
}

.mb-header-list{ 
    position: fixed;
    top: 44px;
    right: -175px;
    z-index: 999;
    background-color: #fff;
    box-shadow: -1px 1px 12px 1px rgba(207, 207, 207, 0.4);
    transition: all 1s;
}
 
.mb-top-icon{
    position: fixed;
    top: 35px;
    right:-185px;
    z-index: 9999;
    width: 15px;
    height: 14px;  
}

.mb-header-list li{
    width: 175px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.mb-header-list li a{
    font-size: 15px;
    color: #333;
}


















