* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-width: 1380px !important;
}

#app {
    overflow: hidden !important;
}

.imgNav li { float: left;  display: block; background: none; position: relative; z-index: 999; margin: 0 1px; list-style-type: none}
.imgNav li a {display: block;  line-height:73px; height: 63px;text-decoration: none;padding: 0 8px; color: #FFF; }
.imgNav li a.hov {   background: #FFF; padding: 0 8px; color: #219074}
.imgNav li ul {display: none; position: absolute; left: 0px; margin: 0; padding: 0; list-style: none; -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.2); -o-box-shadow: 0 1px 3px rgba(0,0,0,0.2); box-shadow: 0 1px 3px rgba(0,0,0,0.2); -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.2); padding-bottom: 3px; background: #fff;}
.imgNav li ul li {  float: left; border-top: 1px solid #fff; text-align: left; height: 32px;overflow:hidden;
    white-space:nowrap;width: 100%;
    text-overflow: ellipsis; }
.imgNav li ul li:hover { border-left: 0px solid transparent; border-right: 0px solid transparent; }
.imgNav li ul a { display: block; height: 20px; line-height: 20px; padding: 8px 5px; color: #666; border-bottom: 1px solid transparent; text-transform: uppercase; color: #797979; font-weight: normal; font-size: 14px }
.imgNav li ul a:hover { text-decoration: none; border-right-color: transparent; border-left-color: transparent; background: transparent; color: #000; }

.content-width {
    width: 1380px;
    margin: 0 auto;
}
.icon{
    height: 27px;
}
.lim{}
.icon_1,.icon_2,.icon_3,.icon_4,.icon_5,.icon_6,.icon_7{
    height: 27px;
}
.icon_0{
    height: 59px;
}
.icon1{
    width: 120px; margin:10px 30px;
}
.white{
    color: white;
    text-decoration: none;
}
.gary{
    color: gray;
    text-decoration: none;
}
#navlist a{ color: black;text-decoration: none}
.black{
    color: black;
    text-decoration: none;
}
.black1{
    color: black;
    text-decoration: none;
}
.black1:hover{
    color: red;
}
.items{
    color: #fff; margin-left: 20px;padding: 1px 5px;background-color: #cc3633;border-top-left-radius: 8px;border-top-right-radius: 8px;
}

.icon1:last-child{
    width: 60px;
}
/*分页*/
#pages {
    margin-top: 20px;
    text-align: right;
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
    color: #000;
    text-decoration: none;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #f90712;
    color: #fff;
    display: inline-block;
}
#pages li.active span{
    color: #fff;
}
#pages li:hover {
    background: #f90712;
}

#pages li:hover a {
    color: #fff;
}
.text-333333 {
    color: #333333;
}

.text-666666 {
    color: #666666;
}

.text-999999 {
    color: #999999;
}

.text-white {
    color: #FFFFFF;
}

.text-pink {
    color: #DD858E;
}

.text-red {
    color: #E43737;
}

.text-overflow {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.text-overflow2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    -webkit-box-orient: vertical;
}

.bg-white {
    background-color: #FFFFFF;
}

.bg-efeeee {
    background-color: #EFEEEE;
}

.bg-f0f0f0 {
    background-color: #F0F0F0;
}

.bg-pink {
    background-color: #fef7f7;
}

.font-weight {
    font-weight: bold;
}

.flex {
    display: flex;
}

.flex-direction {
    display: flex;
    flex-direction: column;
}

.align-center {
    align-items: center;
}

.align-start {
    align-items: flex-start;
}

.align-end {
    align-items: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.justify-center {
    justify-content: center;
}

.w100 {
    width: 100%;
}

.w100w {
    width: 100vw;
}

.h100 {
    height: 100%;
}

.h100v {
    height: 100vh;
}

.over-hidden {
    overflow: hidden;
}

.fixed-icon {
    display: block;
    width: 54px; 
    height: 76px; 
    margin-top: 16px; 
    cursor: pointer
}
.right-fixed-box {
    position: relative;
}
.right-fixed-box img {
    position: relative;
    z-index: 998;
}
.right-fixed-box .content-box {
    width: 170px;
    height: 94px;
    box-shadow: 0 0 4px #ccc;
    position: absolute;
    right: -2px;
    top: -6px;
    border-radius: 4px;
    background-color: #FFFFFF;
    overflow: hidden;
    z-index: 997;
    display: none;
    padding: 4px;
}
.new-add-model .right-fixed-box:nth-of-type(1):hover .content-box {
    display: block;
}
.new-add-model .right-fixed-box:nth-of-type(2):hover .content-box {
    display: block;
}
.new-add-model .right-fixed-box:nth-of-type(3):hover .content-box {
    display: block;
}