html,body,div,header,nav,head,span,object,iframe,section,figure,aside,article,h1,h2,h3,h4,img,ol,ul,dl,p {margin:0;padding:0;border:0;background:transparent;}
body { color: #666;font-size: 14px; font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Helvetica Neue,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif,Arial,Verdana,Tahoma,sans-serif;margin: 0 auto; -ms-overflow-style: none; scrollbar-width: none;background-color: #f5f5f1;}
body::-webkit-scrollbar {display: none;}
.body_nav{transform: translateX(240px) !important; position: fixed;}
a:hover,a:focus,a:active { color:var(--zhucolor) !important;text-decoration:none;cursor:pointer;outline: 0;}
*,*:before,*:after {box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
.clear {clear:both;}.clear:after {clear: both;display: table;content: " ";}
article,aside,dialog,footer,header,section,footer,nav,figure,menu {display:block}
h1,h2,h3,h4,h5 {line-height:1.75;font-weight:normal;color:inherit;text-rendering:optimizelegibility;}
h1 {font-size:24px;}h2 {font-size:18px;}h3 {font-size:16px;}h4 {font-size:15px;}h5 {font-size:14px;}
.lf {float:left;}.lr {float:right;}
li {list-style:none;}
a {color:#666;vertical-align:baseline;text-decoration:none;font-size:100%;-webkit-transition:all .3s ease-out 0s;-o-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;}
abbr[title],dfn[title] {border-bottom:1px dotted;cursor:help;}
table {border-spacing:0;border-collapse:collapse;}
:focus{outline: 0}
.center{margin:0 auto;max-width: 1166px;padding:0 20px;}

#header{
    background-color: #fff;
}

#header .center{

}

#header .center .logo{
    display: inline-block;
}

#header .center .logo img{
    display: block;
}

#header .center .nav{
    display: inline-block;
    float: right;
}

#header .center .nav li{
    float: left;
    font-size: 14px;
    color: #222;
    display: block;
    transition: all .03s ease-out 0s;
    font-weight: bold;
    user-select: none;
    line-height: 60px;
}

#header .center .nav li a{
    padding: 0 25px;
    border-right: 2px solid #f5f5f5;
}

#header .center .nav li:last-child a{
    border-right: 0;
}

.navbars{
    position: relative;
    height: 24px;
    width: 24px;
    display: inline-block;
    border: 1px solid #888;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
    display: none;
}

.navbars::before{
    position: absolute;
    content: '';
    width: calc(100% - 4px);
    height: 6px;
    left: 2px;
    top: 6px;
    border: 1px solid #888;
    border-left: 0;
    border-right: 0;
}

.navbars::after{
    position: absolute;
    content: '';
    width: calc(100% - 4px);
    height: 1px;
    background-color: #888;
    left: 2px;
    top: 16px;
}

/*************************/
.search{

}

.search .center{
    padding: 50px 0;
    text-align: center;
}

.search .center form{
    width: 100%;
    display: inline-block;
    max-width: 600px;
    padding: 0 20px;
}

.search .center input{
    height: 45px;
    line-height: 45px;
    border: 1px solid #ffc800;
    width: 100%;
    max-width: calc(100% - 150px);
    box-sizing: border-box;
    float: left;
    padding-left: 10px;
}

.search .center span{
    height: 45px;
    line-height: 45px;
    background-color: #ffc800;
    color: #fff;
    border: 1px solid #ffc800;
    width: 150px;
    float: left;
    display: inline-block;
}

/*************************/
.main{
    background-color: #fff;
    padding: 20px 0;
}
.main .center{
    background-color: #fff;
}

.main .main-lf{
    width:calc(100% - 270px);
    float: left;
}

.main .main-lf>div>h2{
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 4px solid #f2f2f2;
    margin-bottom: 20px;
    user-select: none;
    position: relative;
}

.main .main-lf>div>h2::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100px;
    height: 4px;
    background-color: #ffc800;
 
}

.main .main-lf>div>h1{
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 4px solid #f2f2f2;
    margin-bottom: 20px;
    user-select: none;
    position: relative;
}

.main .main-lf>div>h1::before{
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100px;
    height: 4px;
    background-color: #ffc800;
 
}

.main .main-lf .sizes{
    background: #fff9d1;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 15px 20px;
    font-size: 16px;
    font-weight: bold;
}

.main .main-lf .add_div{
    margin-bottom: 40px;
}

.main .main-lf .addcihui{

}

.main .main-lf .addcihui li{
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d4d4d4;
    font-size: 14px;
    color: #444;
}

.main .main-lf .addcihui li span{
    display: inline-block;
    padding: 2px 5px;
    color: #333;
    background: #ffe37c;
    font-size: 13px;
    font-weight: bold;
    vertical-align: middle;
    margin: -4px 10px 0 0;
    color: #333;
}

.main .main-lf .addcihui a{
    color: #0e61e6;
    font-style: normal;
    margin: 0 4px;
}

.main .main-lf  .marker{
     color: #f00000;
    font-weight: bold;
    background: linear-gradient(transparent 55%,#ffe0e1 60%);
    font-size: 19px;
}

.main .main-lf .abot_div{
    margin-bottom: 40px;
}

.main .main-lf .sea_div{
    margin-bottom: 40px;
}

.main .main-lf .sea_divso{
    
}

.main .main-lf .sea_divso span{
    display: inline-block;
    width: 50%;
    padding: 0px 10px;
    float: left;
    border: 1px solid #ddd;
    margin-top: -1px;
    margin-left: -1px;
    font-size: 15px;
    position: relative;
    height: 50px;
    line-height: 50px;
}

.main .main-lf .sea_divso span::before{
    position: absolute;
    right: 15px;
    top: calc(50% - 4px);
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #444;
    border-width: 0 0 1px 1px;
    transform: rotate(-135deg);
}

.main .main-lf .sea_divso a{
    display: inline-block;
    width: 100%;
    height: 100%;
}

.main .main-lr{
    width:250px;
    float: right;
}
.main .main-lr>div{
    margin-bottom: 20px;
}
.main .main-lr>div>h2{
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 4px solid #ffc800;
    user-select: none;
    position: relative;
    margin-bottom: 10px;
}

.main .main-lr .list{

}

.main .main-lr .list li{
    border-bottom: 1px dashed #e9e9e9;
    border-bottom: 1px dashed #e9e9e9;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 34px;
    line-height: 34px;
}

.main .main-lr .list li a{
    color: #777;
}

/***********************/
.footer{
    background: #323232;
    color: #fff;
    padding: 30px 0;
}

.footer ul li{
    float: left;
}

.footer ul li a{
    padding: 0 15px;
    color: #aaa;
    border-right: 1px solid #aaa;
    font-size: 14px;
}

.footer ul li:first-child a{
    padding-left: 0;
}

.footer ul li:last-child a{
    border-right: 0;
}

.footer p{
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 15px;
    color: #888;
}

/**********************************************/

@media screen and (max-width:850px){
    #header .center .nav li a{
        padding: 0 10px;
    }
    
}


@media screen and (max-width:767px){
    #header .center .logo img {
        width: 200px;
    }
    #header .center .nav{
        display: none;
        background-color: #fff;
        position: absolute;
        top: 40px;
        right: 10px;
        padding: 10px;
        box-shadow: 0 0 40px rgb(0 0 0 / 20%);
    }
    #header .center .nav li{
        float: none;
        line-height: 30px;
        border-radius: 5px;
    }
    .navbars{
        display: inline-block;
        float: right;
        margin-top: 10px;
    }

    .main .main-lf .sizes{
        font-size: 12px;
    }

    .main .main-lf .marker {
        font-size: 12px;
    }

    .main .main-lf .sizes{
        padding: 10px;
    }


.main .main-lf img {
  width: 35px;
  margin-right: 12px;
  vertical-align: middle;
}

 

    .main .main-lf>div>h2,.main .main-lr>div>h2{
        font-size: 14px;
    }

    .main .main-lr>div>h2{
        margin-bottom: 10px;;
    }

    .main .main-lf .addcihui li{
        font-size: 12px;
    }

    .main .main-lf .addcihui li span{
        font-size: 12px;
    }
    .main .main-lf .sea_divso span{
        height: 40px;
        line-height: 40px;
    }

    .main .main-lf .sea_divso a{
        font-size: 12px;
    }

    .main .main-lf .sea_divso span::before{
        top: calc(50% - 2px);
    }

    .main .main-lf p{
        font-size: 12px;
    }

    .main .main-lr .list li a{
        font-size: 12px;
    }

    .search .center {
        padding: 20px 0;
    }

    .footer ul li a{
        padding: 0 10px;
        font-size: 12px;
    }
    .main .main-lf .sizes{
        margin-bottom: 20px;
    }
    .main .main-lf .add_div{
        margin-bottom: 20px;
    }
    .main .main-lf .sea_div{
        margin-bottom: 20px;
    }
    .main .main-lf .abot_div{
        margin-bottom: 20px;
    }
}

@media screen and (max-width:580px){
    .main .main-lf{
        width:100%;
    }

    .main .main-lr{
        width:100%;
    }

    .search .center input{
        max-width: calc(100% - 80px);
        height: 35px;
        line-height: 35px;
    }

    .search .center button{
        width: 80px;
        height: 35px;
        line-height: 35px;
    }
}

/*************************/

.catelist{

}
.catelist li:first-child{
    border-top: 1px dashed #f2f2f2;
}
.catelist li{
    border-bottom: 1px dashed #f2f2f2;
    position: relative;
}

.catelist li a{
    padding: 8px 5px;
    display: inline-block;
    font-size: 14px;
    width: calc(100% - 60px);
}

.catelist li:hover{
    background-color: #f5f5f5;
}

.catelist li span{
    position: absolute;
    right: 10px;
    color: #ddd;
    top: 11px;
    font-size: 12px;
}


.catelist-rand{

}
.catelist-rand li:first-child{
    border-top: 1px dashed #f2f2f2;
}
.catelist-rand li{
 margin: 0 6px 10px 0;
    display: inline-block;
}

.catelist-rand li a{
padding: 3px 10px;
    border-radius: 5px;
    display: block;
    border: 1px solid #128bcf;
    background: #ecf8ff;
    color: #128bcf;
}

.catelist-rand li:hover{
    background-color: #f5f5f5;
}

.catelist-rand li span{
    position: absolute;
    right: 10px;
    color: #ddd;
    top: 11px;
    font-size: 12px;
}

.page{
    padding: 20px 0;
}

.page a{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #f2f2f2;
    font-size: 12px;
}

.page .now-page{
    height: 30px;
    line-height: 30px;
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #f2f2f2;
    font-size: 12px;
    background-color: #ffc803;
    color: #fff;
}

/**********************************************/
.art_cent{
    border: 1px solid #f2f2f2;
    padding: 15px;
    border-radius: 5px;
}
.art_cent h2{
    line-height: 30px;
    height: 30px;
    font-size: 17px !important;
    font-weight: bold !important;
    letter-spacing: 1px;
    padding-left: 15px;
    border-left: 4px solid #ffc803;
 
}

.art_cent p{
    margin: 15px 0;
    font-size: 16px;
}
/**********************************************/
#image-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: row;
  margin-top: 10px;
}

#image-container img {
  max-width: 100%;
  height: 200px;
  margin: 10px;
  border: 1px solid #ccc;
  transition: transform 0.3s ease-in-out;
  object-fit: contain; /* 或其他值，以适应您的布局要求 */
  flex-basis: calc(25% - 20px); /* 25% 减去 20px 的 margin */
  flex-grow: 1;
  box-sizing: border-box;
}


#image-container img:hover {
  transform: scale(1.1);
  border-color: #ff9900;
}
