/* 公用头部 */
.navbar-bg{background:#00001A;}
.nav-top-item>a,.nav-top-item:hover .hovered-menu{color: #fff;}
.nav-top-item.text-blue-500>a{color: #4299E1;}
.nav-top-item .hovered-menu{background:#1A1F4D;border-top: 0;}
.nav-second-bg{background: #1A1F4D;}
.nav-second-bg li a{color: #fff;}
.nav-height100{height: 100px;}
.nav-right a{color: #fff;}
.nav-right a.text-blue-500{color:#4299e1;}
.stroke-current{stroke:#fff}
/* 公用头部搜索 */
#search_keyword{background:transparent url('/frontend/assets/icon/search.png') 6px center no-repeat;}
.nav-search{height:35px;border:1px solid #A4A4A4;text-indent:37px;font-size:14px;min-width:180px;color:#fff;background: transparent;}
.nav-search::placeholder{color:rgba(255,255,255,0.5);}
.nav-search:-webkit-autofill{transition:background-color 5000s ease-in-out 0s;-webkit-text-fill-color:#fff;}
.select-lang{margin-left:24px;}
.select-lang-div{width: 100%;height: 100%;cursor: pointer;position: relative;}
.arrow{width:10px;height:10px;border-top:1px solid #fff;border-right:1px solid #fff;transform:rotate(135deg);position: absolute;right: 10px;top:8px;}
.arrow-up{transform:rotate(-45deg);top: 14px;}
.select-lang{width: 100px;height: 35px;border:1px solid #A4A4A4;position: relative;text-indent: 10px;color: #fff;font-size: 14px;line-height: 35px;}
.select-lang-inner{width:100%;position: absolute;left: 0;top: 35px;text-indent:6px;border:1px solid #A4A4A4;border-top: 0;background:#00001A;}
.select-lang-inner.hide{display: none;}
@media (max-width: 500px) {
    #search_keyword{background:transparent url('/frontend/assets/icon/search.png') 2px center no-repeat;background-size:20px;}
    .nav-search{min-width: 130px;font-size: 12px;text-indent: 22px;}
    .select-lang{width: 80px;}
    .select-lang-div{font-size: 12px;}
}
/* 公用尾部 */
.common-footer{background:#00001A;}
.footer-title{color:#fff;}
.footer-link{color: #7D7F96;}
.footer-link:hover{color:#4299e1;}
.common-footer .border-t{border-top: 1px solid #7D7F96;}
.friend-link .footer-link{color: #fff;}
@media (min-width: 1024px) {
    .lg\:flex-2 {
        -webkit-box-flex: 2;
        -ms-flex: 2 1 0%;
        flex: 2 1 0%;
    }
}
.with-logo{ background-position: 96% 90% !important;}
/* 产品与服务 */
.ps-border{position: relative;}
.ps-border::after{width:30%;height:2px;background:#4299E1;position:absolute;left:0;bottom:8px;display: block;content:" ";}
.ps-head-pic{top: 0;right:13%;height: 100%;}
/* 价值理念 */
.bg-opacity-deep{background:rgba(19,23,64,0.8);}
/* 搜索 */
.bg-search-title{background: #131740;}
.search-job{background:rgba(255,255,255,.25);border:1px solid rgba(255, 255, 255, .5);color:rgba(255,255,255,.5);}