@font-face{
    font-family: 'YouSheBiaoTiHei';
    src: url('../fonts/YouSheBiaoTiHei-2.ttf') format('truetype');
}
.flex-center{
    display: flex;
    justify-content: center;
}
.home-body{
    height: 100vh;
}
.front-body{
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.dark-home-body{
    background-image: url(../images/home/darkHomeBG.png);
}
.light-home-body{
    background-image: url(../images/home/lightHomeBG.png);
    padding: 0;
}
.dark-home-body .search-form{
    margin-bottom: 4rem;
}
.front-body .container{
    height: 100%;
}
.home-body .section{
    height: 100%;
}
.dark-home-body.home-body .section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: -4rem;
}
.light-home-body .section-wrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100% - 10rem);
}
.dark-home-body .res-content ul{
    height: 10.5rem;
}
.dark-home-body .res-content .title-wrap{
    border-bottom: 1px solid rgba(255,255,255,0.3);
}
.resources-type-tab{
    margin-bottom: 1rem;
}
.resources-type-tab .layui-tab .layui-tab-title{
    border: none;
    height: 2.25rem;
}
.resources-type-tab .layui-tab .layui-tab-title li{
    color: #fff;
    font-size: 1rem;
    line-height: 2.25rem;
    margin-right: 1rem !important;
}
.resources-type-tab .layui-tab .layui-tab-title li:hover{
    color: #fff;
}
.resources-type-tab .layui-tab .layui-tab-title:after{
    display: none;
}
.resources-type-tab .layui-tab .layui-tab-title .layui-this:after{
    height: 2.25rem;
    line-height: 2.25rem;
    border: 1px solid #fff !important;
    border-radius: 0.25rem;
    background: rgba(255,255,255,0.1);
}
.light-home-body .layui-tab .layui-tab-title .layui-this:after{
    display: none;
}
.resources-type-tab .layui-tab .layui-tab-title .layui-this:before{
    /*向下的小三角*/
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    border-top: 0.5rem solid #fff;
}
.search-form{
    width: 55%;
}
.search-form .layui-form-item .layui-input:hover,
.search-form .layui-form-item .layui-input:focus{
    border-color: #fff !important;
    box-shadow: 0 0 0 3px rgba(22, 183, 119, .08);
}
.search-wrap{
    border: 1px solid #FFFFFF;
    border-radius: 0.25rem;
    background: rgba(255,255,255,0.06);
    display: flex;
    font-size: 1.125rem;
}
.search-wrap input{
    flex: 1;
    color: #fff;
    background: transparent;
    height: 3.5rem;
    padding: 0 1.25rem;
    border-top: none;
    border-left: none;
    border-bottom: none;
    border-right: 1px solid #FFFFFF;
}
.search-wrap button{
    background: transparent;
    color: #fff;
    width: 12rem;
    line-height: 3.5rem;
    text-align: center;
    padding: 0 2rem;
    border: none;
}
.search-form button .icon-search {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    margin-right: 0.5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/icon-search.png);
}
.hot-resources{
    display: flex;
    justify-content: space-between;
}
.page-heart{
    width: 100%;
}
.res-content{
    background: rgba(255,255,255,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,51,218,0.1);
    width: 32%;
}
.res-content .title-wrap{
    display: flex;
    justify-content: space-between;
    padding: 0.8rem 1.25rem;
}
.title-wrap .title{
    color: #fff;
    font-size: 1.125rem;
}
.title-wrap .title i{
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    margin-right: 0.5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/home/hot-trading-icon.png);
}
.title-wrap .more i{
    cursor: pointer;
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/home/more-icon.png);
}
.light-home-body .res-content ul{
    height: 10rem;
    padding: 0 1.25rem 0.8rem;
}
.light-home-body .res-content ul li{
    color: #0D214A;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.light-home-body .res-content ul li p{
    color: #333;
    line-height: 1.5;
}
.light-home-body .res-content .res-demand-list p{
    line-height: 2.25rem;
}
.light-home-body .res-content .res-demand-list .icon-hot{
    top: 0.5rem;
}
.light-home-body .res-content .res-demand-list .icon-rect{
    top: 0.85rem;
}
.dark-home-body .res-content ul li{
    box-sizing: border-box;
    height: 3.5rem;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}
.dark-home-body .res-content ul li:last-child{
    border: none;
}
.dark-home-body .res-content ul li a{
    line-height: 3rem;
}

.dark-home-body .order{
    font-size: 16px;
    font-weight: bolder;
    margin-right: 0.5rem;
}
.res-content ul{
    padding: 0rem 1.25rem;
}
.res-content ul li a{
    display: block;
    width: 100%;
    font-size: 1rem;
    color: #fff;
}

.resources-summary-wrap{
    position: fixed;
    bottom: 3.5rem;
}
.resources-summary{
    display: flex;
    justify-content: space-between;
}
.summary-item .num{
    font-weight: 500;
    color: #2267F7;
    font-size: 2.25rem;

}
.summary-item .unit{
    color: #FFFFFF;
    font-size: 1.25rem;
}
.summary-item .title{
    color: #FFFFFF;
    text-align: center;
    font-size: 1.25rem;
}
.layui-tab{
    margin: 0;
}
.light-home-body .resources-summary{
    background: rgba(255,255,255,0.5);
    padding: 1.5rem 5%;
}
.light-home-body .system-logo-wrap{
    width: 100%;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
}
.light-home-body .system-logo-wrap img{
    width: 5rem;
}
.light-home-body .system-logo-wrap .system-title{
    font-size: 3rem;
    line-height: 5rem;
    margin-left: 1rem;
}
.light-home-body .search-form-wrap{
    display: flex;
    justify-content: center;
    width: 100%;
}
.search-form .layui-form-item{
    margin-bottom: 1rem;
}
.system-info .system-title{
    font-size: 2rem;
}
.light-home-body .search-wrap{
    border: 2px solid #2267F7;
}
.light-home-body .search-wrap input{
    border: none;
    color: #333;
}
.light-home-body .search-wrap button{
    position: relative;
}
.light-home-body .search-wrap button:before{
    content: "";
    position: absolute;
    top: 0.8rem;
    left: 0;
    width: 0;
    height: 2rem;
    border-right: 1px solid #c0c0c0;
}
.light-home-body .search-form button .icon-search{
    background-image: url(../images/home/icon-light-search.png);
}
.light-home-body .layui-tab .layui-tab-title li:hover{
    color: #2267F7;
}
.light-home-body .layui-tab .layui-tab-title li{
    color: #2267F7;
    border: 1px solid transparent;
}
.light-home-body .layui-tab .layui-tab-title .icon{
    display: none;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: middle;
    margin-right: 0.25rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.light-home-body .layui-tab .layui-tab-title .icon1{
    background-image: url(../images/home/icon-light-tabnav1.png);
}
.light-home-body .layui-tab .layui-tab-title .icon2{
    width: 1.1rem;
    background-image: url(../images/home/icon-light-tabnav2.png);
}
.light-home-body .layui-tab .layui-tab-title .icon3{
    width: 1.1rem;
    height: 1.1rem;
    background-image: url(../images/home/icon-light-tabnav3.png);
}
.light-home-body .layui-tab .layui-tab-title .icon4{
    width: 1.1rem;
    height: 1rem;
    background-image: url(../images/home/icon-light-tabnav4.png);
}
.light-home-body .layui-tab .layui-tab-title .icon5{
    width: 1.1rem;
    height: 1.1rem;
    background-image: url(../images/home/icon-light-tabnav5.png);
}
.light-home-body .layui-tab .layui-tab-title .icon6{
    background-image: url(../images/home/icon-light-tabnav6.png);
}
.light-home-body .layui-tab .layui-tab-title .icon7{
    width: 1.1rem;
    height: 1.1rem;
    background-image: url(../images/home/icon-light-tabnav7.png);
}
.light-home-body .layui-tab .layui-tab-title .icon8{
    background-image: url(../images/home/icon-light-tabnav8.png);
}
.light-home-body .layui-tab .layui-tab-title .layui-this{
    border: 1px solid #2267F7;
    border-radius: 0.25rem;
    box-shadow: 0px 0px 10px 0px rgba(34, 103, 247, 0.2);
}
.light-home-body .layui-tab .layui-tab-title .layui-this .icon{
    display: inline-block;
}
.light-home-body .resources-type-tab .layui-tab .layui-tab-title .layui-this:before{
    width: 1px;
    height: 1rem;
    border: none;
    border-left: 1px dashed #2267F7;
}
.light-home-body .title-wrap .title{
    color: #0D214A;
}

.light-home-body .summary-item .title{
    color: #0D214A;
}
.light-home-body .summary-item .unit{
    color: #0D214A;
}
.light-home-body .search-wrap button{
    color: #2267F7;
}
.light-home-body .navbar-wrap{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.light-home-body .navbar-wrap .navbar-nav{
    display: flex;
    justify-content: space-around;
    width: 55%;
    padding: 0;
}
.light-home-body .navbar-wrap .layui-nav{
    background: transparent;
}
.light-home-body .navbar-nav .layui-nav-item>a{
    padding: 0;
}
.light-home-body .navbar-wrap .layui-nav .layui-nav-more,
.light-home-body .navbar-wrap .layui-nav .layui-nav-bar{
    display: none;
}
.light-home-body .navbar-nav .layui-nav-item .layui-nav-child{
    top: 9rem;
}
.light-home-body .navbar-nav .layui-nav-item .layui-nav-child a{
    padding: 0;
    text-align: center;
}
.light-home-body .nav-link-wrap{
    padding: 1.25rem;
}
.light-home-body .navbar-nav .layui-nav-item>.nav-link{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.light-home-body .nav-link .icon{
    display: block;
    width: 4rem;
    height: 4rem;
    border-radius: 100rem;
    background-color: #fff;
    margin-bottom: 0.5rem;
    background-size: 2rem 2rem;
    background-repeat: no-repeat;
    background-position: center;
}
.light-home-body .nav-link .icon-trade_centre{
    background-image: url(../images/home/icon-nav1.png);
}
.light-home-body .nav-link .icon-innovate_resources{
    background-image: url(../images/home/icon-nav2.png);
}
.light-home-body .nav-link .icon-information_centre{
    background-image: url(../images/home/icon-nav3.png);
}
.light-home-body .nav-link .icon-service_centre{
    background-image: url(../images/home/icon-nav4.png);
}
.light-home-body .nav-link .icon-activity_centre{
    background-image: url(../images/home/icon-nav5.png);
}
.light-home-body .nav-link .icon-user_centre{
    background-image: url(../images/home/icon-nav6.png);
}
.light-home-body .nav-link .icon-service_system{
    background-image: url(../images/home/icon-nav7.png);
}
.light-home-body .nav-link .title{
    color: #222222;
    font-size: 1.25rem;
}

.light-home-body .res-content{
    background-color: #fff;
}
.light-home-body .status-group{
    display: flex;
}
.light-home-body .status{
    box-sizing: border-box;
    display: inline-block;
    font-size: 0.875rem;
    height: 1.5rem;
    line-height: 1.5rem;
    padding: 0 0.5rem;
    margin-right: 0.5rem;
}
.light-home-body .status-blue{
    color: #fff;
    background: linear-gradient( 270deg, #00EAFF 0%, #465FFF 100%);
}

.light-home-body .status-red{
    color: #fff;
    background: linear-gradient( 90deg, #F83331 0%, #FF9071 100%);
}
.light-home-body .status-red-border{
    color: #FB5C4D;
    border: 1px solid #FB5C4D;
}
.light-home-body .status-blue-border{
    color: #2267F7;
    border: 1px solid #2267F7;
}
.light-home-body .information-res-content li{
    position: relative;
}
.light-home-body .information-res-content p{
   padding-left: 2rem;
    line-height: 2.5rem;
}
.light-home-body .information-res-content .icon-hot{
    display: inline-block;
    width: 1.25rem;
    height: 1.5rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/home/icon-hot.png);
    position: absolute;
    left: 0.1rem;
}
.light-home-body .information-res-content .icon-rect{
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    background-color: #2267F7;
    position: absolute;
    left: 0.5rem;
    transform: rotate(45deg);
}















.go-top{
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/go-top.png);
    position: absolute;
    bottom: 50px;
    right: 50px;
    z-index: 999;
}


































