/*登录*/
.banner{
    width: 100%;
    height: 100%;
    position: fixed;
}

.banner .main_text {
    width: 1132px;
    height: 374px;
    background: url(../../images/Banner_2.png) no-repeat;
    background-size: auto 71%;
    position: absolute;
    left: 46%;
    top: 53%;
    transform: translate(-50%,-50%);
}

.body{
    width: 400px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 10%;
    padding: 50px;
}

.body .logo{
    margin-top: 50%;
    text-align: center;
    font-size: 24px;
    font-weight:700;
}

.body .layui-form{
    margin-top: 50px;
}

.body .layui-form div{
    margin-top: 30px;
}

.body .layui-form div .layui-input{
    border-radius: 19px!important;
}

.body .layui-form div .layui-btn{
    width: 100%;
}

.min{
    width: 100%;
}

.min-title{
    width: 1600px;
    font-size: 45px;
    font-weight:700;
    position: relative;
    top: -60px;
    margin: 0 auto;
}


/*头部*/
.top-nav {
    width: 100%;
    height: 120px;
    text-align: right;
}
.top-nav.hasBj {
    background: #fff;
}
.top-nav.hasBj ul {
    height: 70px;
}
.top-nav.hasBj ul li a,.top-nav.hasBj ul li span  {
    color: #333;
}
.top-nav.hasBj ul li {
}
.top-nav .nav {
    display: inline-block;
}
.top-nav ul {
    display: flex;
    align-items: center;
    height: 80px;
    transition: all .2s;
    padding-right: 150px;
}
.top-nav ul li {
    padding: 0 10px;
    transition: all .2s;
    display: flex;
    align-items: center;
    height: 80px;
}
.top-nav ul li a {
    color: #333;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
.top-nav ul li span {
    color: #333;
}
.top-nav ul li a:hover{
    color:#15ddc8;
}
.top-nav ul li a .avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid rgb(197, 197, 197);
    padding: 0;
    overflow: hidden;
    display: inline-block;
    margin-right: 20px;
}
.top-nav ul li a .avatar img {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.top-nav ul li .dropMenu::before {
    content: ' ';
    position: absolute;
    top: 50px;
    right: 0;
    width: 114px;
    height: 21px;
    z-index: 1;
}

.top-nav ul li .dropMenu {
    display: inline-block;
    position: relative;
    height: 72px;
    line-height: 72px;
}


.top-nav ul li .dropMenu .dropMenu-item {
    text-align: center;
    width: 100%;
    background: #fff;
    position: absolute;
    top: 65px;
    left: 0;
    display: none;
    padding: 10px 0;
    z-index: 2;
}
.top-nav ul li .dropMenu:hover .dropMenu-item  {
    display: block;
    color: #333;
    line-height: 22px;
}

.content-html{
    width: 100%;
    background: #f4f4f4;
}

.content{
    width: 1600px;
    height: 150px;
    background: #f4f4f4;
    position: relative;
    top: -50px;
    margin: 0 auto;
}

.content::before {
    content: ' ';
    position: absolute;
    top: 50px;
    left: -3px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-top: 160px solid rgb(0 0 0 / 3%);
}

.content-nav{
    padding: 40px;
}


.nav-count{
    display: flex;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;

}

.nav-count div{
    width: 50%;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    background: #fff;
}


.nav-count div:first-of-type {
    border-right: 3px solid #f4f4f4;
}

.content-nav::before {
    content: ' ';
    position: absolute;
    top: 50px;
    right: -3px;
    width: 0;
    height: 0;
    border-right: 3px solid transparent;
    border-top: 160px solid rgb(0 0 0 / 3%);
}



.content-nav ul{
    display: flex;
    align-items: center;
    box-shadow: 0px 5px 10px #ccc;
    border-radius: 8px;
}

.content-nav ul li{
    width: 25%;
    line-height: 63px;
    font-size: 25px;
    text-align: center;
    background: #fff;
    color: #333;
    border-right: 1px solid #f3f3f3;
    cursor: pointer;
}

.content-nav ul li:first-child {
    border-radius: 8px 0 0 8px;
}

.content-nav ul li:last-child {
    border-radius: 0 8px 8px 0;
    border-right-width: 0;
}

.content-nav ul .is-show{
    background: #333;
    color: #fff;
}
.content-search{
    display: flex;

}
.content-search div{
    border: none;
    width: 50%;
    padding: 0 40px;
}


.content-search .content-search-count{
    font-size: 20px;
    font-weight:700;
}

.content-search .content-search-count span{
    font-size: 12px;
    background: red;
    padding: 2px 8px;
    border-radius: 12px;
    color:#fff;
    position: relative;
    top:-2px
}

.content-search .content-search-select{
    text-align: right;
}

.content-search .content-search-select .layui-btn-primary {
    border-color: #333!important;
    background: #333;
    color: #fff;
}

.content-search .content-search-select .layui-btn-primary:hover {
    border-color: #333!important;
    color: #fff;
}

.content-list{
    width: 1600px;
    margin: 0 auto;
    position: relative;
    top:-50px
}

.content-list .list{
    padding-left: 40px;
    overflow:hidden
}


.content-list .list .info{
    width: 365px;
    float: left;
    margin: 0 20px 70px 0 ;
}
.content-list .list .info .logos{
    width: 225px;
    height: 205px;
    padding: 70px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content-list .list .info .logos img{
    max-width: 100%; /* 图片宽度不超过div的宽度 */
    max-height: 100%; /* 图片高度不超过div的高度 */
}

.content-list .list .info .info-desc{
    background: #fff;
    padding: 0 20px;
}

.content-list .list .info .info-desc .info-title{
    padding-top: 15px;
    line-height: 40px;
    font-size: 18px;
    font-weight:700;
    border-bottom: 1px solid #f3f3f3;
    width: 310px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出容器的文本 */
    text-overflow: ellipsis; /* 在超出部分显示省略号 */
}

.content-list .list .info .info-desc .info-classify-des{
    line-height: 60px;
    color: #999;
    width: 310px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏超出容器的文本 */
    text-overflow: ellipsis; /* 在超出部分显示省略号 */

}

.content-list .list .info .info-desc .info-classify .info-btn{
    display: flex;
}

.content-list .list .info .info-desc .info-classify .info-btn div{
    width: 50%;
    border: none;
    text-align: center;
    margin-bottom: 20px;
}

.content-list .list .info .info-desc .info-classify .info-btn div .layui-btn{
    width: 120px;
}

.content-list .list .info .info-desc .info-classify .info-btn div .yes-btn{
    background-color:#c5a553;
}

.content-list .list .info .info-desc .info-classify .info-btn div .no-btn{
    background-color:#d2d2d2;
}

.rw-list{
    width: 1600px;
    margin: 0 auto;
    position: relative;
    top:-50px
}

.rw-list {
    width: 1600px;
    margin: 0 auto;
    position: relative;
    top:-50px
}
.rw-list div{
    background: #fff;
    width: 1460px;
    padding:30px;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
    border-radius: 8px;
}
.rw-list div table{
    width: 100%;
    text-align: left;
    font-size: 16px;
}

.rw-list div table tr{
    border-bottom: 1px solid #e3e3e3;
    transition: 0.2s ease-in-out;
}

.rw-list div table tr:last-child {
    border-bottom: none;
}

.rw-list div table .t-li:hover{
    background: #f9f9f9;

}

.rw-list div table th{
    line-height: 70px;
    font-size: 18px;
}

.rw-list div table td{
    line-height: 70px;
}
.rw-list .t-name{
    width: 30%;
}

.rw-list .c-name{
    width: 30%;
}

.rw-list .t-cls{
    width: 20%;
}

.rw-list .t-count{
    width: 10%;
    text-align: center;
}

.rw-list .t-view{
    width: 10%;
    text-align: center;
}

.info-min{
    width:80%;
    padding: 0 50px;
}

.info-min h3{
    font-size: 28px;
    font-weight:700;
    padding: 50px 0 10px 0;
}

.info-min .info-top-min .info-top{
    display: flex;
    margin-top: 20px;
    color: #727272;
    font-size: 18px;
    color: #727272;
}

.info-min .info-top-min .info-top .info-label{
    margin-right: 50px;
    color:#111;
}
.info-min .info-top-min .info-top img{
    width: 400px;
}

.info-min p{
    margin-top: 10px;
    font-size: 18px;
    color: #727272;
    font-weight:500;
}

.info-min p .info-label{
    display: inline-block;
    width: 100px;
    color:#111;
}

.info-min p .info-des-label{
    color:#111;
    display: inline-block;
    margin: 30px 15px 15px 0;
    width: 100%;
}

.info-min .fzzl{
    display: flex;
    margin-top: 30px;
}

.info-min .desc div{
    width: 100%;
    overflow: hidden;
}
.info-min .desc div img{
    width: 100%;
    height: auto;
    object-fit: contain;
}

.info-min .fzzl img{
    width: 300px;
}

.info-min .fzzl .info-label{
    margin-right: 30px;
    color:#111;
}

.last-min{
    margin-bottom: 50px;
}


.last-min .fzzl .info-label{
    color: #111;
    display: inline-block;
    margin: 30px 15px 15px 0;
    font-size: 18px;
    font-weight: 500;
}

.last-min .fzzl a{
    line-height: 85px;
    font-size: 18px;
}





