/* PC导航 */#pc-header .logo {padding: 10px 0;}#pc-header .logo img {max-width: none;max-height: 80px;}#pc-header .navbar {background: rgba(0, 0, 0, 0.5);z-index: 666}#pc-header .nav li a {color: #FFFFFF;padding: 0 24px;font-size: 18px;font-weight: bold;line-height: 100px;position: relative;}@media screen and (max-width: 1440px) {#pc-header .nav li a {font-size: 14px;}}#pc-header .nav li.active a,#pc-header .nav li a:hover {color: #FF3D3D;}/* pc搜索图标 */#pc-header .searchBar {float: right;line-height: 100px;}#pc-header .searchBar:hover i {color: #FF3D3D;}#pc-header a.search-ico i {color: #FFFFFF;font-size: 18px;}/* 弹出搜索 begin */.searchBar-m {width: 100%;height: 100%;display: none;position: fixed;top: 0px;z-index: 9999;text-align: center}.searchBar-m .mask {position: absolute;left: 0;right: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.5);}.searchBar-m a {display: block;position: absolute;right: 0%;top: 0%;width: 48px;height: 48px;font-size: 48px;line-height: 0;z-index: 9999;color: #FFFFFF;}.searchBar-m a:hover {color: #FF3D3D}.searchBar-m .form-group {width: 70%;max-width: 720px;position: absolute;left: 50%;top: 40%;transform: translate(-50%, -200%);}.searchBar-m .input {width: 88%;background: transparent;border: 0;border-bottom: 2px solid #f2f2f2;color: #FFFFFF;height: 60px;line-height: 60px;float: left;padding: 0}.searchBar-m .button {width: 8%;height: 60px;line-height: 60px;border-bottom: 2px solid #f2f2f2;display: block;float: left;background: url(../images/ico-search-button.png) no-repeat center 50%;text-indent: -2000px}.searchBar-m .button:hover {background: url(../images/ico-search-button.png) no-repeat center 50%;}/* 弹出搜索 end */