*{
    padding: 0;
    margin: 0;
}
.container{
    width: 100%;
    font-family: Microsoft Sans Serif;
}
/* 顶部导航 */
.container .nav{
    height: 80px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.container .nav .navLogo{
    width: 217px;
    height: 35px;
}
.container .nav .navlist{
    width: 866px;
    height: 18px;
    justify-content: space-between;
    margin: 0 50px;
    font-size: 16px;
    font-weight: bold;
}
.container .nav .navlist div{
    float: left;
    margin: 0 2%;
}
.container .nav .navlist div:hover{
    color: #2684E1;
    text-decoration: none;

}
.container .nav .navlist div a{
    text-decoration: none;
    color: inherit;
}
.container .nav .navLogoin{
    width: 110px;
    height: 38px;
    border: 1px solid #0075C2;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .nav .navLogoin span{
    color:#006EDC;
}

.header{
    width: 100%;
    height: 120px;
    background-image: url('./images/detail.png ');
    display: flex;
    justify-content: center;
    align-items: center;
}
/* 整体搜索容器样式 */
.header .search{  
    display: flex;
    justify-content: center;
}
.header .search-container {
    display: flex;
    align-items: center; /* 垂直居中对齐 */
    width: 596px; /* 可根据需要调整搜索框的宽度 */
    background-color: white;
    height: 42px;
    box-sizing: border-box ;
    border: 1px solid #006EDC; /* 边框样式，可自定义 */  
}
  
  /* 搜索框样式 */
.header .search-box {
    flex: 1; /* 自动填充剩余的空间 */
    border: none; /* 移除输入框的边框 */
    outline: none; /* 移除输入框的轮廓 */
    padding: 5px; /* 输入框内边距，可根据需要调整 */
    font-size: 16px;
    color: #000000;
    text-indent: 16px;
}
  
  /* 搜索按钮样式 */
.header .search-button {
    width: 74px;
    height: 100%;
    background-color: #006EDC; /* 按钮背景颜色，可自定义 */
    color: #fff; /* 文字颜色，可自定义 */
    border: none; /* 移除按钮的边框 */
    padding: 5px 10px; /* 按钮内边距，可根据需要调整 */
    cursor: pointer; /* 鼠标样式为手型 */
    font-size: 18px;
}

/* 小导航 */
.smallNav{
    width: 1200px;
    font-size: 16px;
    margin: 20px auto;
}
.smallNav span{
    margin: 0 4px;
}

/* 内容 */
.content{
    display: flex;
    width: 1200px;
    margin: auto;
}
.content .left img{
    flex: 1;
    margin-bottom: 50px;
}
.content .right{
    width: 336px;
}
.content .right .title{
    display: flex;
    width: 288px;
    margin: auto;
}
.content .right .title img{
    width: 23px;
    height: 23px;
    margin-right: 10px;
}
.content .right .upLoad{
    width: 288px;
    height: 42px;
    background-color: #0075C2;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 28px auto 14px;
    font-size: 18px;
    color: white;
    cursor: pointer;
}
.content .right .upLoad .upLoadImg{
    width: 12px;
    height: 16px;
    margin-right: 4px;
}
.content .right .upLoad img{
    width: 12px;
    height: 16px;

}
.content .right .item{
    width: 288px;
    margin: auto;
    font-size: 14px;
    margin-bottom: 10px;
}
.content .right .item{
    display: flex;
}
.content .right hr{
    width: 288px;
    margin: auto;
    color: #979797;
    margin: 50px auto 24px;
}
.content .right .text{
    width: 288px;
    font-size: 16px;
    margin: 28px auto;
}
.content .rightImg{
    width: 288px;
    height: 106px;
    margin: auto;
}
.content .rightImg img{
    width: 288px;
    height: 106px;
}

/* 搜索内容 */
#searchShow{
    width: 1200px;
    margin: auto;
}
#searchShow .title{
    width: 100%;
    height: 40px;
    display: flex;
    font-size: 20px;
    margin: 55px auto 32px;
}
#searchShow .title div{
    width: 260px;
    height: 40px;
    background-color: #FFFFFF;
    text-align: center;
    line-height: 40px;
}
#searchShow .showItem{
    height: 76px;
    border-bottom: 1px solid gray;
    margin-bottom: 22px;
}
#searchShow .showItem div:nth-child(1){
    font-size: 18px;
    color: black;
}
#searchShow .showItem div:nth-child(2){
    font-size: 14px;
    color: gray;
    margin: 13px 0 26px;
}

/* 底部 */
.foot{
    width: 100%;
    margin-top: 60px;
    color: #FFFFFF;
    background-color: #282C35;
}
.foot .footMain{
    width: 1200px;
    margin: auto;
    height: 380px;
    position: relative;
}
.foot .footMain .container{
    padding-top: 60px;
    box-sizing: border-box;
    background-color: #282C35;
    display: flex;
    justify-content: space-between;
}

.foot .footMain .container .item .text{       
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
}

.foot .footMain .container .item .text span{       
    font-size: 20px;
    color: #3198FF;
    margin-left: 5px;
}
.foot .footMain .item img{
    width: 122px;
    height: 122px;
}
.foot .footMain .item .titleImg{
    width: 209px;
    height: 34px;
    display: flex;
    margin-bottom: 23px;
}
.foot .footMain .item .weixin{
    display: flex;
    align-items: center;
    justify-content: center;
} 
.foot .footMain .item .weixin div:nth-child(1){
    width: 18px;
    height: 15px;
    margin-right: 4px;
} 
.foot .footMain .item .weixin img{
    width: 18px;
    height: 15px;
    margin-bottom: 12px;

}
.foot .footMain .middle{
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 48px;
    border-top: 1px solid #FFFFFF;
    line-height: 48px;

}
.foot .footbottom{
    height: 80px;
    background-color:#1C1F21;
    text-align: center;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
  


  
