
/* 头部尾部及所有公共样式 */

.header-box{
    display: flex;
    flex-direction: row;
    /* justify-con  tent: space-between; */
    margin-top: 1.5%;
    margin-bottom: 1%;
}


.header-text{
    width: 60%;
    display: flex;
    flex-direction: row;
    /* justify-content: space-around; */
    align-items: center;
    /* font-size: 90%; */
}

.header-img-box{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.header-text-single-box{
    /* padding: 2%; */
    width: 12%;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    font-size: 90%;
}
.header-text-single-box:hover{
    background-color: #EF7102;
    color:white;
    /* padding: 2%; */
}


/* 面包屑导航样式 */
.bread-nav-box{
    margin-top: 1.5%;
    margin-bottom:1%;
    display: flex;
    flex-direction: row;
    /* justify-content: center; */
    align-items: center;
}

.bread-nav-box a{
    text-decoration:none;
    color: #444444;
}

.bread-nav-checked{
    font-weight: bolder;
}

.all-color{
    color: #EF7102;
}

/* 分割线颜色 */
.border-color{
    color: #eee;
}


/* 筛选搜索框 */
.exh-input-box{
    border-left: 4px solid #EF7102;
    padding-left: 2%;
    margin-top: 2.5%;
    margin-bottom: 1%;
}

.sort-box{
    color: #EF7102;
    margin-top: 3%;
}

.sort-single-box{
    border-right: 1px solid #ccc;
    padding-left: 6px;
    padding-right: 6px;
    cursor: pointer;
}

.sort-single-text-box{
    margin-left: 7%;
}

.sort-single-text{
    border:1px solid !important;
    margin-left: 2%;
    cursor: pointer;
}


/* 尾部样式 */
.foot-nav-top-box{
    background: #555555;
    color: white;
    padding-bottom: 2%;
}

.fnt-left-title{
    color: #F37000;
    font-weight: bolder;
    margin-top: 4%;
    margin-bottom: 4%;
}

.fnt-left-text{
    margin-top: 2%;
    margin-bottom: 2%;
}

.fnt-ewm-text{
    text-align: center;
    color: #F37000;
    margin-top: 6%;
    margin-bottom: 2%;
}

.foot-nav-bottom-box{
    background: #727272;
    font-size: 88%;
    text-align: center;
    width: 100%;
    color: white;
    padding-top: 0.5%;
    padding-bottom: 0.5%;
}

/* 侧边 */

.side-box{
    
}

.side-left-img-box{
    position: absolute;
    top:60%;
}

.side-right-img-box1{
    position: absolute;
    top:60%;
    right:0;
}

.side-right-img-box2{
    position: absolute;
    top:74%;
    right:0;
}


.side-right-img-box3{
    position: absolute;
    top:88%;
    right:0;
}
.side-right-img-box11101{
    position: absolute;
    top:60%;
    right:0;
}

.side-right-img-box11102{
    position: absolute;
    top:85%;
    right:0;
}


.side-right-img-box11103{
    position: absolute;
    top:110%;
    right:0;
}

/* 侧边滚轮在下面时（1,4,5,6） */
.side-left-img-box1{
    position: fixed;
    top:20%;
}

.side-right-img-box4{
    position: fixed;
    top:20%;
    right:0;
}

.side-right-img-box5{
    position: fixed;
    top:35%;
    right:0;
}


.side-right-img-box6{
    position: fixed;
    top:50%;
    right:0;
}

/*1110*/
.side-right-img-box11104{
    position: fixed;
    top:20%;
    right:0;
}

.side-right-img-box11105{
    position: fixed;
    top:45%;
    right:0;
}


.side-right-img-box11106{
    position: fixed;
    top:70%;
    right:0;
}




/* 详情按钮样式 */
.exhDe-button-style{
    color: white;
    background-color: #F37000;
    border: 0px;
    border-radius: 5px;
    padding: 10px 50px;
    margin: 15px 0;
}
