.custom-select:focus {
    box-shadow: none;
}



/* section */
.section-title {
    color: #666;
    padding-left: 1em;
    font-size: 18px;
}
.section-title:after {
    content: '';
    position: absolute;
    left: 1em;
    width: 5px;
    height: .9em;
    background: #006bdd;
    top: .2em;
    border-radius: 3px;
}




/* 企业直播、热点 */
.company-left-text ul li{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 1.8;
}

.company-left-text ul li a {
    color: #666;
}

.company-live .live-box {
    width:47%;
    /*margin-bottom: 0.625rem;*/
    position: relative;
}
.company-live .live-box:first-child {
    width: 100%;
    margin-bottom: 15px;
}
.company-live .live-box span{
    font-size:0.75rem;
}
.company-live .live-box .title {
    font-size: 14px;
    text-align: left;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word;
    overflow: hidden;
    margin: 10px 0 0;
}
/* 企业直播、热点 end */

.img-box {
    aspect-ratio: 3/2;
    width: 100%;
}

/* tabs */
.index-tab.nav-tabs,.company-tab .nav-tabs {
    border-bottom:0 ;
}
.index-tab.nav-tabs li a {
    display: inline-block;
    margin-right: 0.9375rem;
    border-radius: 0.9375rem;
    padding: 0.5rem 0.625rem;
    margin-bottom: 0.625rem;
}
.index-tab.nav-tabs li a.active{
    font-weight: bold;
    background-color: #eff2f9;
    color: #051441;
}

/* mobile */
.company-tab .nav-tabs .nav-link {
    border:0 ;
    font-weight: bold;
    padding:0.5rem 1rem 0 0;
}

.company-tab .nav-tabs span {
    padding-top:.4rem;
    padding-right: 1rem;

}

.company-tab .nav-tabs .nav-link.active{
    border:0 ;
    color: #174593;
    font-weight: bold;
    background: none;
}
/* nav-tabs end */

/* plan */
#plan .sub-title {
    font-size: 1.25rem;
    font-weight: bold;
}
/* plan end */



/* ---footer---- */
footer {
    background-color: #333;
    color: #999;
    padding: 2.5rem 0;
}

.footer-lg-text a{
    color: #999;
}
.footer-lg-text a:hover {
    color: #d1d1d1;
}
footer .copyright a {
    display:inline-block;
    height:1.25rem;
    line-height:1.25rem;
} 


/* search-company-Page */
.selector-content {
    padding: 10px 15px 20px 15px;
    
}
.selector-list {
    position: relative;
    border-bottom: 1px dotted #e0e0e0;
    line-height: 36px;
    font-size: 14px;
    margin-bottom: 15px;
}
.selector-list:last-child {
    margin-bottom: 0px;
}
.selector-val {
    overflow: hidden;
    margin-bottom: 0px !important;
    padding-right: 43px;
}

.selector-val dt {
    float: left;
    width: 80px;
    font-weight: 700;
    position: relative;
}

.selector-val dt:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 16px;
    border: 1px solid #333;
    border-width: 0 1px 1px 0;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.selector-val dd {
    margin-left: 80px;
    /* overflow: hidden; */
}

.selector-val dd span {
    font-size: 14px;
    line-height: 14px;
    height: 14px;
    float: left;
    border-right: 0.0625rem solid #e0e0e0;
    padding: 0 12px;
    margin: 11px 0;
    cursor: pointer;
}

.selector-val span:hover {
    color: #dc3545;
}

.selector-btn {
    position: absolute;
    top: 0px;
    right: 0px;
}
.selector-btn .more-btn,.selector-btn .few-btn {
    position: relative;
    width: 43px;
    display: block;
    color:#dc3545;
}
.selector-btn .more-btn i,.selector-btn .few-btn i{
    position: absolute;
    top: 11px;
    right: 0;

}

/* search-company-Page end */




/* sort-icon */
/* .sort-icon {
    display: inline-block;
    width: 10px;
    height: 20px;
    margin-left: 5px;
    cursor: pointer !important;
    vertical-align: middle;
    position: relative
}

.sort-icon i {
	border: 6px dashed transparent;
	position: absolute;
	left: 5px
}

.sort-icon .sort-asc {
	top: 2px;
	border-top: none;
	border-bottom-style: solid;
	border-bottom-color: #b2b2b2
}

.sort-icon .sort-asc.cur, .sort-icon .sort-asc:hover {
	border-bottom-color: #fff;
}

.sort-icon .sort-desc {
    bottom: 3px;
    border-bottom: none;
    border-top-style: solid;
    border-top-color: #b2b2b2
}

.sort-icon .sort-desc.cur, .sort-icon .sort-desc:hover {
    border-top-color: #fff
} */
/* sort-icon end */

/* fecsemifinallist.html */
.main-title-box {
    background: url(../images/title_bg.jpg) no-repeat;
    background-size: cover;
    aspect-ratio: 4.826/1;
}
.main-title {
    color: #fff;
    padding-top: 3rem;
    font-size: 46px;
}



/*home-carousel*/
.major-carousel .ratio {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1/0.706;
}
.major-carousel .major-carousel-item {
    position: relative;
}
.mainor-carousel .mainor-carousel-item {
    width: 199px;
    position: relative;
}
.mainor-carousel .mainor-carousel-item:first-child, .mainor-carousel .mainor-carousel-item:nth-child(2) {
    margin-bottom: 15px;
}
.black-pop {
    width: 100%;
    height: 90px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background-image: linear-gradient(to top, #000000, rgba(0, 0, 0, 0));
}
.thumb-title {
    position: absolute;
    padding: 0px 10px 8px;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 14px;
    line-height: 1.43;
    color: #fff;
    text-shadow: 1px 1px 0 #000;
    cursor: pointer;
}
.thumb-title .text {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-wrap: break-word;
    overflow: hidden;
    margin: 0;
}
.thumb-badge{
    color: #FFF;
    font-size: 12px;
    padding: 2px 5px;
    height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: rgba(0,0,0,.7);
}
.thumb-badge.live {
    background-color: rgb(227 70 26 / 93%);
}
.major-carousel .thumb-title {
    font-size: 18px;
    padding: 0 15px 15px;
}
.major-carousel .black-pop {
    height: 110px;
}

.btnBox .btn {
    font-size: 14px;
}

@media (max-width: 1200px) {
    .mainor-carousel .mainor-carousel-item {
        width: 164px;
    }

    .main-title {
        padding-top: 2.5rem;
        font-size: 2.375rem;
    }
}
@media (max-width: 990px) {
    .mainor-carousel .mainor-carousel-item {
        width: 118px;
    }

    .main-title {
        padding-top: 2.3rem;
        font-size: 1.875rem;
    }
}
@media (max-width:768px) {
    div#majorCarousel {
        padding: 15px;
    }
    .mainor-carousel .mainor-carousel-item {
        width: 48%;
        margin-bottom: 0 !important;
        margin-top: 15px;
    }
    .mainor-carousel .mainor-carousel-item:nth-child(3),.mainor-carousel .mainor-carousel-item:nth-child(4) {
        /*display: none;        */
    }
    .company-live .live-box:first-child {
        margin-top: 15px;
    }
    .major-carousel .major-carousel-item,
    .mainor-carousel .mainor-carousel-item,
    div#mainorCarousel img {
        border-radius: 8px;
    }
    .thumb-badge {
        top:4px;
        right: 4px;
    }

    .main-title {
        padding-top: 1.7rem;
        font-size: 1.5625rem;
    }

}
@media (max-width:480px) {
    .main-title {
        padding-top: 1.2rem;
        font-size: 1.125rem;
    }
}
/*home-carousel end*/




/*navbar*/
.navbar.public-nav {
    padding: 1rem;
    border-bottom: 1px solid #e6e6e6;
}
.navbar.public-nav .nav-item, 
.navbar.public-nav .dropdown-menu, 
.navbar.public-nav .login-btn  {
    font-size: 15px;
    font-family: "Helvetica Neue","Helvetica","PingFang SC","Hiragino Sans GB","Noto Sans CJK SC","Noto Sans CJK","Source Han Sans","WenQuanYi Micro Hei","Microsoft YaHei",sans-serif;
}
.navbar.public-nav input, .navbar.public-nav .btn, .navbar.public-nav select {
    font-size: 14px;
}
.navbar.public-nav input {
    border: none;
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
}
.navbar.public-nav input:focus {
    box-shadow: none;
}
.navbar.public-nav input::-webkit-input-placeholder {
    color: #aaa;
}
.navbar.public-nav .searchbar {
    background-color: #f2f3f4;
    padding: 0 7px;
    border-radius: 20px;
    align-items: center;
}
.navbar.public-nav .searchbar.focus {
    box-shadow: 0 0 3px 2px #41d1db96;
    background-color: #FFF;
    /*border: none;*/
}
.navbar.public-nav select#searchSelect {
    height: 36px;
    flex: none;
    width: 70px;
    color: #aaa;
    border: none;
    background-color: transparent;
}
.navbar.public-nav select#searchSelect:focus {
    box-shadow: none;
}
/*.navbar.public-nav .input-group-append{*/
/*    flex: none;*/
/*}*/
.navbar.public-nav li.nav-item {
    font-weight: bold;
}
.navbar.public-nav img.logo{
    width: 140px;
}
.navbar.public-nav .input-group {
    width: 260px;
    margin-right: .5rem;
}
.navbar.public-nav button#searchBtn {
    padding: 0;
    height: 100%;
    line-height: .5em;
    border:none;
}
.navbar.public-nav button#searchBtn:hover {
    background: none;;
}
.navbar.public-nav button#searchBtn svg {
    fill: #555;
}
.navbar.public-nav li.active {
    position: relative;
}
.navbar.public-nav li.active:after {
    content: '';
    position: absolute;
    left: 50%;
    width: 30px;
    height: 3px;
    background-color: #A00;
    border-radius: 3px;
    bottom: -5px;
    transform: translate(-50%, -50%);
}
.navbar-light.public-nav .navbar-nav .nav-link {
    color: rgba(0,0,0,.9);
    font-weight: normal;
}
.navbar-light.public-nav .navbar-nav a.nav-link:hover, .navbar-light.public-nav .navbar-nav .nav-item.active .nav-link {
    color: rgba(0,0,0,.9);
    font-weight: bold;
}
.navbar-light.public-nav .navbar-nav .nav-link.disabled {
    color: rgba(0,0,0,.3) !important;
}
.navbar.public-nav .subtitle-text {
    font-size: 20px;
    font-weight: 600;
    color: rgba(0,0,0,.9);
    margin-bottom: 0;
    border-left: 1px solid #ccc;
    padding-left: .7em;
}
.navbar-light.public-nav .navbar-toggler {
    border: none;
}
.navbar-light.public-nav i.fa {
    margin: 0 .5em;
    color: #CCC;
}

/* 添加自定义样式，用于控制鼠标悬停时展开下拉菜单 */
/* 这会在鼠标悬停在具有.dropdown类的父元素上时展开下拉菜单 */
.navbar-nav .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}

@media (max-width: 990px) {
    .navbar.public-nav li.active:after {
        height: 1em;
        left: -8px;
        width: 3px;
        top: 50%;
    }
    .navbar.public-nav .nav-item {
        font-size: 18px;
        width: 45%;
    }
    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 15px;
        margin-top: 15px;
        border-top: 1px dashed #CCC;
    }
    .navbar.public-nav form {
        border-top: 1px dashed #CCC;
        margin-top: 15px 0;
    }
    .navbar.public-nav .input-group {
        width: 100%;
        margin-right: 0;
    }
    .navbar.public-nav input, .navbar.public-nav .btn, .navbar.public-nav select {
        font-size: 16px;
    }
    .navbar.public-na .navbar-collapse {
        padding-bottom: 20px;
    }
}
/*navbar end*/



/* searchPage */
.company-logo {
    display: flex !important;
    aspect-ratio:16/10;
    background-color: #fff;
    justify-content: center;
    align-items: center;
}
.company-logo a {
    display: inline-flex;
}

/* searchPage End */


/* index logo-img*/
img.card-img-bottom {
    max-width: 60%;
    margin-bottom: 1.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

#company-list img.img-fluid, .company-logo a .img-fluid{
    max-width: 75%;
    max-height: 75%;
}
/* #company-list遮罩层 */
.img-shadow-box {
    position: relative;
    overflow: hidden;
}
.img-shadow-box .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-shadow-box:hover .overlay {
    opacity: 1;
}
/* 红色按钮 */
.btn-red {
    color: #fff;
    background-color: #aa0000 !important;
    border: none !important;
}

.btn-red:hover {
    color: #fff;
    background-color: #8e0101 !important;
    border: none !important;
}
/* #company-list遮罩层end */

#scheme-logo  img.img-fluid {
    max-width: 18rem;
    max-height: 3rem;
    transition: .3s;
}
#scheme-logo h1 {
    font-size: 1.625rem;
    margin-left: 1rem;
    margin-bottom: 0;
    padding-left: 1rem;
    color: #333;
    border-left: 1px solid #ddd;
    transition: .3s;
    font-weight: bold;
}
/* index end */


/* 未来能源科创大赛企业专区-初赛-复赛-决赛-获奖 */
.contest-title {
    background: #f2f2f2;
    color: #858585;
}
.contest-title b {
    color: #006bdd;
}

.contest-right-text p {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow-wrap: break-word;
    overflow: hidden;
    line-height: 1.5;
    font-size: 14px;
    color: #999;
}
.contest-left-text h6 {
    line-height: 1.3;
    color: #666;
}
.contest-left-text h6, .contest-right-text h6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow-wrap: break-word;
    overflow: hidden;
    font-size: 14px;
}
.contest-right-text h6 {
    font-weight: bold;
}
.contest-left-img {
    aspect-ratio: 2.7/1;
    background: #fff;
    display: flex !important;
    align-items: center;
}
.contest-left-img img {
    max-width: 80%;
    max-height: 80%;
}

.notOpen {
    pointer-events: none;
}
.opacity-6 {
    opacity: .6;
}

/* 获奖页面 */
.award-list:hover {
    box-shadow:  0 0 10px rgba(0, 0, 0, 0.24);
    transition: box-shadow .3s ease-in-out;
}
.award-list a:hover {
    color: inherit;
}
.award-list .list-img {
    aspect-ratio: 3/1;
    background: #fff;
    display: flex !important;
    align-items: center;
}
.award-list .list-img img {
    max-width: 85%;
    max-height: 85%;
}

.award-list .list-text h6, .award-list .list-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow-wrap: break-word;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: .3rem;
}

.contest-level {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contest-level-inner .level-img {
    width: 50px;
    margin: 0 auto;
}
.contest-level-inner .level-text {
    background: linear-gradient(90deg, #ff887c, #b6325f);
    background-clip: text;
    -webkit-background-clip: text;
    font-size: 20px;
    font-weight: bold;
    color: transparent;
}

@media only screen and (max-width:768px) {
    .contest-level-inner .level-text {
        writing-mode: vertical-lr;
        text-align: center;
    }
}
@media only screen and (max-width:576px) {

    .contest-level-inner {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .contest-level-inner .level-img {
        width: 40px;
        margin: 0;
    }
    .contest-level-inner .level-text {
        padding: 10px 0 0 8px;
        writing-mode: horizontal-tb; /*默认值*/
    }
}

/* 未来能源科创大赛企业专区-初赛-复赛-决赛-获奖 End */


/* 首页搜索框-新 */
#searchBox input, #searchBox .btn, #searchBox select {
    font-size: 14px;
}
#searchBox input {
    padding-left: 0px;
    padding-right: 10px;
    border-left: none;
}
#searchBox input:focus {
    box-shadow: none;
}

#searchBox select#searchSelect {
    flex: none;
    width: 70px;
    color: #6c757d;
    border-right: transparent !important;
}
#searchBox select#searchSelect:focus {
    outline: none;
    box-shadow: none;
    border-color: #ced4da !important;
}
#searchBox .custom-select.focused {
    border-color: #80bdff;
}

#searchBox button#searchBtn {
    background-color: #006bdd;  
    color: #FFF;    
}
#searchBox button#searchBtn:hover {
    background-color: #0054ae;
    color: #FFF;
    border-color: #0054ae;   
}
/* 首页搜索框-新   End*/
