/* 鍏叡 */
body,
html {
    font-family: "Microsoft Yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 3px;
    color: #333333;
}

p {
    margin: 0;
    color: #333333;
}

.small,
small {
    font-size: 1.4rem;
}

em {
    font-weight: bold;
    color: #e1251b;
}

.row {
    margin: 0;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn:hover {
    color: #ffffff;
}

.text-muted {
    color: #cccccc !important;
}

/* 瀵艰埅鏉� */
.navbar-light .navbar-nav .nav-link {
    color: #333;
}

.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff;
    background-color: #e1251b;
}

.navbar-nav .dropdown-menu {
    border: none;
}

/* 绉诲姩绔� */
.navbar-light .navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-light .navbar-toggler-icon {
    width: 2.2em;
    height: 2.2em;
    background-image: url("../images/nav.png");
}

/* 鎸夐挳 */
button:hover,
button:focus,
#submitSpan:hover,
#submitSpan:focus {
    outline: none;
    opacity: 0.8;
}

.btn.focus,
.btn:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary,
.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    background-color: #e1251b;
    border-color: #e1251b;
}

/* swiper */
.swiper-button-prev,
.swiper-button-next {
    color: #ffffff;
    border: 2px solid #ffffff;
    outline: none;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    font-size: 1.2rem;
}

.swiper-container {
    padding: 0 2rem;
}

.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #999999;
}

.swiper-pagination-bullet-active {
    background: #e1251b;
    outline: none;
}

/* 琛ㄥ崟 */
.form-control:focus {
    border-color: #e1251b;
    box-shadow: 0px 0px 10px 0px rgba(173, 9, 0, 0.75);
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999999 !important;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999999 !important;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999 !important;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999 !important;
}

/* 杞挱鍥炬寜閽� */
.xxz_news .swiper-button-next:after,
.xxz_news .swiper-button-prev:after,
.xxz_business_settle .swiper-button-next:after,
.xxz_business_settle .swiper-button-prev:after {
    display: none;
}

.xxz_news .swiper-button-next,
.xxz_news .swiper-button-prev,
.xxz_business_settle .swiper-button-next,
.xxz_business_settle .swiper-button-prev {
    width: 50px;
    height: 50px;
    border: none;
}

.xxz_news .swiper-button-next,
.xxz_business_settle .swiper-button-next {
    background: url(../images/new-right.png) no-repeat;
    background-size: contain;
}

.xxz_news .swiper-button-prev,
.xxz_business_settle .swiper-button-prev {
    background: url(../images/new-left.png) no-repeat;
    background-size: contain;
}

.xxz_news .swiper-button-next:hover,
.xxz_business_settle .swiper-button-next:hover {
    background: url(../images/new-right-hover.png) no-repeat;
    background-size: contain;
}

.xxz_news .swiper-button-prev:hover,
.xxz_business_settle .swiper-button-prev:hover {
    background: url(../images/new-left-hover.png) no-repeat;
    background-size: contain;
}

.swiper-container {
    width: 100%;
}

@media screen and (max-width: 750px) {

    .xxz_news .swiper-button-next,
    .xxz_news .swiper-button-prev,
    .xxz_business_settle .swiper-button-next,
    .xxz_business_settle .swiper-button-prev {
        width: 30px;
        height: 30px;
    }

    .form-control {
        font-size: 0.9rem;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        left: 0;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 0;
    }
}

/* 鎶樺彔闈㈡澘 */
.card {
    border: none;
}

.card-header {
    padding: 0;
    background: none;
    border: none;
}

.card-body {
    padding: 0;
}

/* 鐧惧害鍦板浘 */
.BMap_cpyCtrl {
    display: none;
}

.anchorBL {
    display: none;
}

/* 鎻愮ず */
#toast-container>div {
    opacity: 0.95;
}

#toast-container {
    bottom: 20rem;
}