*{
    padding: 0;
    margin: 0;
    scrollbar-width: none; /* Firefox */  
    -ms-overflow-style: none;  /* IE 10+ */ 
}
*::-webkit-scrollbar {  
    display: none; 
}
body{
    font: 14px Microsoft Yahei, Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
}
.bg{
    width: 1200px;
    height: 700px;
    margin: 0 auto;
    padding: 0 20px 20px;
}
.search{
    width: 588px;
    height:58px; 
    border-radius: 50px;
    background-color: #3f3f49;
    margin:20px auto 10px;
    position: relative;
    border:1px solid #747474;
}
.search:hover{
    box-shadow: 1px 1px 3px rgb(248, 248, 237);
}
.yxicon{
    background-image: url(../img/index/yxicon.png);
    /* background-size:100% 100%; */
    background-repeat: no-repeat;
    width: 41px;
    height: 28px;
    margin-left: 15px;
    padding: 7px 20px 15px 30px;
}
.search-input{
    width: 470px;
    height:58px;
    border: none;
    background: none;
    color: #ffffff;
    font-size: 18px;
    outline: none;
}
.search-button {
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: none;
    color: rgb(175, 173, 173);
    border-radius: 0 25px 25px 0; /* 右半圆角 */
    cursor: pointer;
    outline: none;
    transition: color 0.3s; /* 按钮背景颜色的平滑过渡效果 */
}
.size{
    font-size: 40px;
}
.search-button:hover {
    color: #dddddd;
}
.content{
    width: 980px;
    height: 380px;
    margin: 70px auto;
    overflow: hidden; 
   
}
.dot{
    position: relative;

}
.dot::before{
    content: "";
    position: absolute;
    left: 33%;
    top:40%;
    width: 5px;
    height: 5px;
    background-color: rgb(255, 2, 2);
    border-radius: 3px;
}
.item div img{
    width: 70px;
    height:70px;
    background-color: rgb(238, 195, 2);
    border-radius: 10px;
}

.content .cont{
    width: 840px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap; 
    justify-content: flex-start; 
    /* padding: 15px 70px; */
    overflow: hidden;  
    margin: 0 auto ;
}
.item{
    text-align: center;
    width: 210px;
    height: 125px;
    margin: 0 auto;
    cursor: pointer;

}

.item div p, .item1 a p{
    color: #ffffff;
    margin-top: 5px;
}
.bottom1{
    width: 830px;
    height: 120px;
    margin: 0 auto;
    box-shadow:1px 1px 2px #414141;
    border-radius: 140px;
    overflow: hidden;
    margin: 0 auto;
}
.cont2{
    display: flex;
    padding-top: 20px;
}
.item1{
    text-align: center;
    width: 100%;
    height: 140px;  
    margin: 0 auto;
}
.item1 a img{
    width: 60px;
    height: 60px;
}
/* 自定义关闭图标样式 */
.custom-close-icon {
    width: 60px;
    height: 60px;
    background-image: url(../img/x6.png); 
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    top:-30px;
    right: -30px;
    z-index: 9999; /* 确保覆盖在其他内容之上 */
}
.custom-close-icon:hover{
    background-image: url(../img/x7.png); 
}
/* 隐藏layer默认的关闭按钮
.layui-layer-setwin .layui-layer-close {
    display: none; 
} */
.make{
    position: relative;
}
.mk:hover .make::after{
    content: "制作中";
    position: absolute;
    top:20px;
    right: 39%;
    color: #919191;
    padding: 2px;
    background-color: rgb(102, 78, 78);
    border-radius: 3px;
}