.captcha-refresh-icon {
display: block;
padding: 5px;
}
.captcha {
position: relative;
width: var(--size-width);
padding: 20px 15px 25px;
text-align: center;
background: #fff;
}
.captcha .captcha-title h2 {
font-size: 14px;
line-height: 14px;
color: #b8b8b8;
padding-bottom: 10px;
}
.captcha .captcha-title p {
font-size: 18px;
line-height: 24px;
color: #1f1f1f;
}
.captcha-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.captcha-image {
position: relative;
overflow: hidden;
margin: var(--size-img-margin) auto;
}
.captcha-img {
position: relative;
z-index: 999;
width: var(--size-img);
height: var(--size-img);
-webkit-border-radius: 50%;
border-radius: 50%;
background: #f5f5f5;
}
.captcha-img img {
width: 100%;
height: 100%;
pointer-events: none;
border: 0;
-webkit-border-radius: 50%;
border-radius: 50%;
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
-webkit-animation: captchaFadeIn 0.8s forwards;
animation: captchaFadeIn 0.8s forwards;
}
.captcha-img.captcha-loading img {
display: none;
}
.captcha-img .captcha-loader {
display: none;
width: 100%;
height: 100%;
align-items: center;
justify-content: center;
}
.captcha-img.captcha-loading .captcha-loader {
display: flex;
}
.captcha-coordinate {
display: none;
position: absolute;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAcoAAAHLBAMAAAC67sVKAAAAG1BMVEUAAAD////////////////////////////////rTT7CAAAACXRSTlMAzGcNwPRatBpQE/jnAAACVElEQVR42u3asU3DUBSG0ShZgBsxAO9NkMILBCagSI+yAg0lo1PYCZZoiW3de05DiT7Br2sHdjsA8viuEHn4rFC5P1aoHJ5PBSpbvBSY5TneCswyosAwh4gCw2wR+Yd5OEfkH+Y+osAwh4gCw2wR+Yd5OEfkH+Y+osAwh7Ey+TDHWSYf5jTL5MOcZpl8mMOtMvUwb7NMPcz7LFMP8z7L1MMcfisTD/N3lomHOZtl4mHOZpl4mMO8Mu0w57PMO8xr7733iGPvvfeP1K8lEU+7/GpUAoB7qVKlSpUqAcC9VKlSpUqV3kkAwL1UqVKlSpUA4F6qVKlSpUrvJADgXqpUqVKlSgBwL1WqVKlSpXcSAHAvVapUqVIlALiXKlWqVKkSAPBUoFKlSpUqAcC9VKlSpUqVAICnApUqVapUCQDupUqVKlWqBAA8FahUWbTyeqpQ2V5PFSpj/czHa1Ehs0WFzBYVMltUyBwrs2dOlckzb5UrZi5yL1fPXLTynhnjt13sy+Xy/vhv9CczeeWUmb0yvvwsc+0y871M/WDQKkRu4dnHc6x3Eu+X2/usYKGn9ZV/kstUrv3rWuPzWJ+t/5MafyfZAP+7BQDupUqVKlWqBAD3UqVKlSpVAgCeClSqVKlSJQC4lypVqlSpEgDwVKBSpUqVKgHAvVSpUqVKlQCApwKVKlWqVAkA7qVKlSpVqgQA7yQqVapUqVIlALiXKlWqVKkSALyTqFSpUqVKlQDgXqpUqVKlSgDwTqJSpUqVKlUCgHupUqVKlSoBwL1UqVKlSpUqN+YHG9iGwKYOVR0AAAAASUVORK5CYII=);
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.captcha-fail .captcha-coordinate {
display: none !important;
}
.captcha-control {
position: relative;
width: var(--size-control);
height: 50px;
margin: 0 auto;
}
.captcha-control-wrap, .captcha-control-button {
position: absolute;
top: 0;
height: 100%;
-webkit-border-radius: 100px;
border-radius: 100px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.captcha-control-wrap {
left: 0;
width: 100%;
background: #f5f5f5;
overflow: hidden;
}
.captcha-control-button {
position: absolute;
width: 50px;
background: #fff;
cursor: pointer;
cursor: var(--cursor-pointer);
-webkit-box-shadow: 0 21px 52px 0 rgba(82, 82, 82, 0.2);
box-shadow: 0 21px 52px 0 rgba(82, 82, 82, 0.2);
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-moz-transform: translateX(0);
transform: translateX(0);
}
.captcha-control-button i {
position: absolute;
top: 50%;
left: 50%;
width: 28px;
height: 28px;
margin-left: -14px;
margin-top: -14px;
background-image: url('data:image/svg+xml;utf8,');
-webkit-background-size: 100% 100%;
background-size: 100% 100%;
background-repeat: no-repeat;
}
.captcha-fail .captcha-control-button {
border: 1px solid #f33;
background: #f33;
}
.captcha-control-button.captcha-button-active {
color: #fff;
background: var(--theme);
}
.captcha-control-button.captcha-button-active i, .captcha-fail .captcha-control-button i {
background-image: url('data:image/svg+xml;utf8,');
}
/* state */
.captcha-image .captcha-state {
display: none;
position: absolute;
z-index: 1000;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-border-radius: 50%;
border-radius: 50%;
background: rgba(0, 0, 0, 0.7);
transform: translate(0, 0);
-webkit-animation: captchaFadeIn 0.3s forwards;
animation: captchaFadeIn 0.3s forwards;
}
.captcha-image .captcha-state .captcha-state-icon-fail, .captcha-image .captcha-state .captcha-state-icon-success {
display: none;
}
.captcha-success .captcha-image .captcha-state, .captcha-fail .captcha-image .captcha-state, .captcha-fail .captcha-image .captcha-state .captcha-state-icon-fail, .captcha-success .captcha-image .captcha-state .captcha-state-icon-success {
display: block;
}
/* fade anim */
@-webkit-keyframes captchaFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes captchaFadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
/* fail anim */
@-webkit-keyframes horizontal {
0% {
-webkit-transform: translate(0px, 0);
-ms-transform: translate(0px, 0);
transform: translate(0px, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate(-1px, 0);
transform: translate(-1px, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate(1px, 0);
transform: translate(1px, 0);
}
100% {
-webkit-transform: translate(0px, 0);
transform: translate(0px, 0);
}
}
@keyframes horizontal {
0% {
-webkit-transform: translate(0px, 0);
transform: translate(0px, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate(-1px, 0);
transform: translate(-1px, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate(1px, 0);
transform: translate(1px, 0);
}
100% {
-webkit-transform: translate(0px, 0);
transform: translate(0px, 0);
}
}
.captcha-control-horizontal {
-webkit-animation: horizontal 0.6s 0.2s ease both;
-moz-animation: horizontal 0.6s 0.2s ease both;
animation: horizontal 0.6s 0.2s ease both;
}
/* success timer progress */
.captcha .captcha-timer-progress-bar-wrap {
position: absolute;
right: 0;
bottom: 0;
left: 0;
height: 4px;
overflow: hidden;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.captcha .captcha-timer-progress-bar {
width: 100%;
height: 4px;
background-color: var(--progress-bar-color);
}
.modal-body .close {
position: absolute;
top: 10px;
right: 10px;
}
.ss-search-form__input {
position: relative;
}
.ss-search-form__results {
position: absolute;
-webkit-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
top: 100%;
width: 100%;
visibility: hidden;
text-align: left;
padding: 10px 15px;
opacity: 0;
-webkit-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
z-index: 2;
background-color: #FFF;
max-height: 200px;
overflow: auto;
}
.ss-search-form__results.open {
opacity: 1;
visibility: visible;
}
.ss-autocomplete-result hr {
margin: 10px 0;
}
.ss-autocomplete-result__title {
font-size: 14px;
margin-bottom: 0;
font-weight: normal;
color: #333;
}
.ss-autocomplete-result__badge {
background-color: #eee;
color: #666;
font-size: 12px;
padding: 0 4px;
-webkit-border-radius: 3px;
border-radius: 3px;
line-height: 18px;
display: inline-block;
float: left;
margin-right: 10px;
}
/*# sourceMappingURL=bbc.sitesearch.css.map */
.page_banner {
padding-top: 23.9583333333%;
background-size: cover;
position: relative;
background-repeat: no-repeat;
background-position: center center;
}
@media (max-width: 767.98px) {
.page_banner {
padding-top: 50%;
}
}
.page_banner .banner-content {
position: absolute;
width: 100%;
top: 50%;
left: 0;
transform: translateY(-50%);
}
.page_banner .tit {
font-size: 42px;
font-weight: bold;
color: #fff;
margin-bottom: 5px;
line-height: 1.5;
}
@media (max-width: 767.98px) {
.page_banner .tit {
font-size: 32px;
text-align: center;
}
}
.page_banner .en-tit {
font-size: 16px;
color: #fff;
font-family: Arial, sans-serif;
padding-left: 62px;
position: relative;
text-transform: uppercase;
}
@media (max-width: 767.98px) {
.page_banner .en-tit {
font-size: 12px;
padding-left: 0;
text-align: center;
}
}
.page_banner .en-tit::before {
content: "";
display: block;
width: 50px;
height: 1px;
background-color: #fff;
position: absolute;
top: 50%;
left: 0;
margin-top: -1px;
}
@media (max-width: 767.98px) {
.page_banner .en-tit::before {
content: none;
}
}
.page_banner .img {
-webkit-box-flex: 0;
-ms-flex: 0 0 60%;
flex: 0 0 60%;
max-width: 60%;
}
@media (max-width: 991.98px) {
.page_banner .img {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
.contact-page {
position: relative;
overflow: hidden;
background-color: #fff;
}
.contact-page.fix-ie .map {
width: 50%;
height: 100%;
position: absolute;
top: 0;
right: 0;
}
.contact-page.fix-ie .map img {
height: 100%;
}
@media (max-width: 767.98px) {
.contact-page .container {
padding-left: 0;
padding-right: 0;
}
}
.contact-page--map {
width: 50%;
height: 100%;
position: absolute;
top: 0;
right: 0;
}
@media (max-width: 767.98px) {
.contact-page--map {
width: 100%;
height: 300px;
position: static;
z-index: 1;
}
}
.contact-page--content {
width: 50%;
}
@media (max-width: 767.98px) {
.contact-page--content {
width: 100%;
}
}
.contact-page--content .contact-list {
padding-top: 80px;
padding-bottom: 70px;
padding-right: 20px;
}
@media (max-width: 991.98px) {
.contact-page--content .contact-list {
padding: 40px 20px;
padding-left: 0;
}
}
@media (max-width: 767.98px) {
.contact-page--content .contact-list {
padding: 20px 15px;
}
}
.contact-page--content .contact-item {
display: flex;
align-items: center;
margin-bottom: 34px;
}
@media (max-width: 991.98px) {
.contact-page--content .contact-item {
margin-bottom: 26px;
}
}
@media (max-width: 767.98px) {
.contact-page--content .contact-item {
margin-bottom: 15px;
}
}
.contact-page--content .contact-item.tel span {
font-size: 18px;
font-weight: bold;
color: #49ad3d;
}
@media (max-width: 991.98px) {
.contact-page--content .contact-item.tel span {
font-size: 16px;
}
}
.contact-page--content .icon {
display: flex;
align-items: center;
justify-content: center;
flex: 0 0 52px;
width: 52px;
height: 52px;
margin-right: 12px;
border: 1px solid #49ad3d;
border-radius: 50%;
}
@media (max-width: 991.98px) {
.contact-page--content .icon {
flex: 0 0 46px;
width: 46px;
height: 46px;
margin-right: 6px;
}
}
.contact-page--content .icon img {
width: 60%;
height: 60%;
}
.contact-page--content h6 {
margin-bottom: 5px !important;
font-size: 16px;
line-height: 1.375;
color: #666;
}
@media (max-width: 991.98px) {
.contact-page--content h6 {
font-size: 14px;
}
}
.contact-page--content span {
display: block;
font-size: 16px;
line-height: 1.375;
color: #333;
}
@media (max-width: 991.98px) {
.contact-page--content span {
font-size: 14px;
}
}
.contact-page--form {
padding: 56px 100px 40px 0;
background-color: #1a536e;
position: relative;
}
@media (max-width: 1599.98px) {
.contact-page--form {
padding: 40px 60px 40px 0;
}
}
@media (max-width: 1199.98px) {
.contact-page--form {
padding: 30px;
padding-left: 0;
}
}
@media (max-width: 991.98px) {
.contact-page--form {
padding: 20px;
padding-left: 0;
}
}
@media (max-width: 767.98px) {
.contact-page--form {
padding: 15px;
}
}
.contact-page--form::before {
content: "";
width: 50vw;
height: 100%;
background-color: #1a536e;
position: absolute;
top: 0;
right: 0;
z-index: 0;
}
.contact-page--form .form-control {
height: auto;
padding: 10px 0;
font-size: 16px;
line-height: 22px;
color: #fff;
background-color: transparent;
border: 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.25);
border-radius: 0;
}
@media (max-width: 991.98px) {
.contact-page--form .form-control {
font-size: 14px;
}
}
@media (max-width: 767.98px) {
.contact-page--form .form-control {
font-size: 12px;
padding: 7px 0;
}
}
.contact-page--form .form-control::placeholder {
color: inherit;
}
.contact-page--form .form-control:focus {
color: #fff;
background-color: transparent;
border-color: rgba(73, 173, 61, 0.5);
box-shadow: none;
}
.contact-page--form .btn {
width: 160px;
margin-left: 25px;
padding: 12px;
font-size: 16px;
line-height: 22px;
border: 0;
border-radius: 0;
}
@media (max-width: 991.98px) {
.contact-page--form .btn {
width: 120px;
font-size: 14px;
}
}
@media (max-width: 767.98px) {
.contact-page--form .btn {
width: 100px;
padding: 7px 10px;
font-size: 12px;
}
}
@charset "UTF-8";
@font-face {
font-family: "bdmap-icon";
src: url("../plugins/bbctop/baidumap/assets/iconfont/iconfont.woff2?t=1632107874050") format("woff2"), url("../plugins/bbctop/baidumap/assets/iconfont/iconfont.woff?t=1632107874050") format("woff"), url("../plugins/bbctop/baidumap/assets/iconfont/iconfont.ttf?t=1632107874050") format("truetype");
}
[class*=bdmap-icon-] {
font-family: "bdmap-icon" !important;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.bdmap-icon-daohang:before {
content: "\e77d";
}
.bdmap-icon-mobile:before {
content: "\e768";
}
.bdmap-icon-close:before {
content: "\e7ae";
}
.bdmap-icon-search:before {
content: "\e61f";
}
.bdmap-icon-location:before {
content: "\e600";
}
.BMapLib_SearchInfoWindow {
font-size: 14px;
position: absolute;
background-color: #fff;
-webkit-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
cursor: default;
max-width: 80vw;
border: 0;
}
.BMapLib_SearchInfoWindow form, .BMapLib_SearchInfoWindow ul, .BMapLib_SearchInfoWindow li {
margin: 0;
padding: 0;
}
.BMapLib_SearchInfoWindow img {
border: 0;
}
.BMapLib_SearchInfoWindow ul {
list-style: none;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_top {
border-bottom: 1px solid #eee;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_title {
line-height: 1.75;
overflow: hidden;
padding: 5px 12px;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_tools {
position: absolute;
top: 5px;
right: 5px;
z-index: 10000;
text-align: center;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_tools div {
float: right;
line-height: 1.75;
width: 1.75em;
cursor: pointer;
overflow: hidden;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_center {
z-index: 3;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_content {
padding: 8px 12px;
max-height: 200px;
overflow-x: auto;
overflow-y: hidden;
}
.BMapLib_SearchInfoWindow .BMapLib_bubble_bottom {
display: block;
z-index: 2;
}
.BMapLib_SearchInfoWindow .BMapLib_trans {
z-index: 5;
position: absolute;
bottom: -31px;
*bottom: -32px;
}
.BMapLib_SearchInfoWindow .BMapLib_nav {
width: 100%;
overflow: visibile;
position: relative;
}
.BMapLib_SearchInfoWindow .iw_bt, .BMapLib_SearchInfoWindow .iw_bt_down {
width: 48px;
height: 26px;
line-height: 18px;
cursor: pointer;
border: 0;
padding: 0;
vertical-align: middle;
}
.BMapLib_SearchInfoWindow .iw_bt_over {
width: 48px;
height: 26px;
line-height: 18px;
cursor: pointer;
border: 0;
padding: 0;
vertical-align: middle;
background-position: -52px -87px;
}
.BMapLib_SearchInfoWindow .iw_bt_down {
background-position: -104px -87px;
font-weight: 700;
}
.BMapLib_search_text, .BMapLib_trans_text {
width: 100%;
height: 20px;
line-height: 20px;
border: 1px solid #a5acb2;
}
.BMapLib_nav_tab {
width: 100%;
border-top: 1px solid #e5e5e5;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 12px;
}
.BMapLib_nav_tab li {
position: relative;
width: 33.333%;
padding: 5px;
text-align: center;
border-left: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
cursor: pointer;
overflow: hidden;
background-color: #f5f5f5;
color: #555;
}
.BMapLib_nav_tab li:hover {
color: #333;
}
.BMapLib_nav_tab .BMapLib_icon {
margin-right: 2px;
}
.BMapLib_nav_tab li.BMapLib_first {
border-left: 0;
}
.BMapLib_nav_tab li:hover {
text-decoration: none;
}
.BMapLib_nav_tab li.BMapLib_current {
color: #333;
cursor: default;
background-color: #ffffff;
border-bottom: 1px solid transparent;
}
.BMapLib_nav_tab_content li {
padding: 10px 12px;
position: relative;
}
.BMapLib_sms_pnl_phone {
position: relative;
z-index: 10;
padding: 10px 15px 10px 15px;
border-top: solid 1px #f2f2f2;
font-size: 12px;
}
.BMapLib_ap {
float: left;
width: 263px;
height: 172px;
overflow-x: hidden;
overflow-y: auto;
}
.BMapLib_ap th {
text-align: right;
font-weight: normal;
}
.BMapLib_mp {
background: #f6f6f6;
padding: 10px;
height: 152px;
overflow-x: hidden;
overflow-y: auto;
}
.BMapLib_mp_title {
font-weight: bold;
height: 18px;
line-height: 18px;
padding-bottom: 5px;
}
.BMapLib_msgContent {
font-size: 12px;
line-height: 16px;
word-break: break-all;
word-wrap: break-word;
}
.BMapLib_popup_close {
padding: 10px;
border: 0 none;
cursor: pointer;
height: 13px;
position: absolute;
right: 8px;
top: 8px;
width: 14px;
z-index: 50;
}
.BMapLib-btn {
margin-top: 0 !important;
background-color: #f5f5f5;
font-size: 12px;
border: 1px solid #ddd !important;
height: calc(1.5em + .5em + 2px);
line-height: 1.5 !important;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem;
padding: 0.25em 0.5em !important;
margin-left: 5px;
}
.BMapLib-btn:hover {
background-color: #e5e5e5;
}
.BMapLib-input {
display: block;
width: 100%;
height: calc(1.5em + .5em + 2px);
font-size: 12px;
line-height: 1.5 !important;
padding: 0.25em 0.5em;
background-color: #fff;
-webkit-background-clip: padding-box;
background-clip: padding-box;
border: 1px solid #ddd;
-webkit-border-radius: 0.25rem;
border-radius: 0.25rem;
-webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
-o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.BMapLib-input-group-append {
margin-right: -1px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.BMapLib-input-group {
position: relative;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
width: 100%;
}
.BMapLib-input-group > .BMapLib-input {
position: relative;
-webkit-box-flex: 1;
-ms-flex: 1 1 auto;
flex: 1 1 auto;
width: 1%;
min-width: 0;
margin-bottom: 0;
}
.BMapLib-text {
height: calc(1.5em + .5em + 2px);
font-size: 12px;
line-height: 1.5;
padding: calc(.25em + 1px);
margin-right: 6px;
}
.tangram-suggestion-main {
z-index: 99;
}
/*# sourceMappingURL=bbc.bdmap.css.map */