﻿/*bootstrap&mazer定制[*/

/*bootstrap&mazer定制]*/

.message-btn {
    width: 8rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.8rem;
    border-radius: 0.3rem;
    text-align: center;
    color: #fff;
    margin: auto;
    background-color: #114688;
    font-weight: 600;
}
/*
.page-item {
    margin: 0 10px;
}

.page-link {
    padding: 0;
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 600;
    background-color: #ff9600;
    color: #fff;
}

    .page-link img {
        width: 100%;
        height: 100%;
    }

    .disabled > .page-link, .page-link.disabled {
        border-color: transparent;
        background-color: transparent;
    }

.page-item:last-child .page-link {
    border-radius: 50%;
}

.page-link:hover {
    background-color: #114688;
    box-shadow: none;
    color: #fff;
}

.page-link:focus {
    background-color: #114688;
    box-shadow: none;
    color: #fff;
}

.active > .page-link, .page-link.active {
    color: #fff;
    background-color: #114688;
    border-color: #114688;
    box-shadow: 10px 0 15px rgba(17,70,136,.5);
}*/

.swiper-wrapper:last-child {
    margin-bottom: 0;
}

.top-info {
    width: 100vw;
}

.footer-cent {
    margin-left: 1rem;
    margin-right: 1rem;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.top {
    padding: 0;
}

.navPc li {
    width: 10rem;
    padding: 2rem 1rem;
    color: white;
    border-radius: 0.5rem 0.5rem 0 0;
    border-bottom: 0.2rem solid transparent;
    display: flex;
    text-align: center;
}

    .navPc li > a {
        cursor: pointer;
        width: 8rem;
    }

    .navPc li.selected {
        /*background-color: rgba(17, 70, 136, 0.9);*/
    }

.subNav {
    width: 15rem;
    position: absolute;
    background-color: rgba(17, 70, 136, 0.9);
    padding: 0 1rem 1rem 1rem;
    margin: 3rem 0 0 -1rem;
    display: flex;
    font-size: 1rem;
}

    .subNav > a {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.topRight ul {
    display: flex;
    align-items: center;
    font-size: 20px;
}

    .topRight ul li a {
        color: white;
    }
/*coco-modal[*/
.coco-modal {
    width: 35rem;
}

.coco-btn.ok {
    background-color: #d08f34;
}
/*coco-modal]*/
body {
    font-size: 0.8rem;
    font-family: 'Microsoft YaHei'
}

a {
    text-decoration: none;
}

.fs-7 {
    font-size: 0.9rem !important;
}

.fs-8 {
    font-size: 0.8rem !important;
}

.fs-min {
    font-size: 0.6rem !important;
}

.m-6 {
    margin: 4rem !important;
}

.mx-6 {
    margin-left: 4rem !important;
    margin-right: 4rem !important;
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
}

.mt-6 {
    margin-top: 4rem !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.ms-6 {
    margin-left: 4rem !important;
}

.me-6 {
    margin-right: 4rem !important;
}

.m-7 {
    margin: 5rem !important;
}

.mx-7 {
    margin-left: 5rem !important;
    margin-right: 5rem !important;
}

.my-7 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
}

.mt-7 {
    margin-top: 5rem !important;
}

.mb-7 {
    margin-bottom: 5rem !important;
}

.ms-7 {
    margin-left: 5rem !important;
}

.me-7 {
    margin-right: 5rem !important;
}

.m-8 {
    margin: 6rem !important;
}

.mx-8 {
    margin-left: 6rem !important;
    margin-right: 6rem !important;
}

.my-8 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
}

.mt-8 {
    margin-top: 6rem !important;
}

.mb-8 {
    margin-bottom: 6rem !important;
}

.ms-8 {
    margin-left: 6rem !important;
}

.me-8 {
    margin-right: 6rem !important;
}

.p-6 {
    padding: 4rem !important;
}

.px-6 {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.py-6 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

.pt-6 {
    padding-top: 4rem !important;
}

.pb-6 {
    padding-bottom: 4rem !important;
}

.ps-6 {
    padding-left: 4rem !important;
}

.pe-6 {
    padding-right: 4rem !important;
}

.p-7 {
    padding: 5rem !important;
}

.px-7 {
    padding-left: 5rem !important;
    padding-right: 5rem !important;
}

.py-7 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}

.pt-7 {
    padding-top: 5rem !important;
}

.pb-7 {
    padding-bottom: 5rem !important;
}

.ps-7 {
    padding-left: 5rem !important;
}

.pe-7 {
    padding-right: 5rem !important;
}

.p-8 {
    padding: 6rem !important;
}

.px-8 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.py-8 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}

.pt-8 {
    padding-top: 6rem !important;
}

.pb-8 {
    padding-bottom: 6rem !important;
}

.ps-8 {
    padding-left: 6rem !important;
}

.pe-8 {
    padding-right: 6rem !important;
}


.letterSpacing-1 {
    letter-spacing: 0.1rem;
}

.pointer {
    cursor: pointer;
}

.flex {
    display: flex;
}
/*定义颜色*/
.bg-ea {
    background-color: #eaeaea;
}

.bg-blue1 {
    background-color: #4a55a2;
}

.bg-blue2 {
    background-color: #7895cb;
}

.bg-blue3 {
    background-color: #a0bfe0;
}

.bg-blue4 {
    background-color: #c5dff8;
}

.bg-blue5 {
    background-color: #efefef;
}

.text-blue1 {
    color: #4a55a2;
}

.text-blue2 {
    color: #7895cb;
}

.text-blue3 {
    color: #a0bfe0;
}

.text-blue4 {
    color: #c5dff8;
}

.text-blue5 {
    color: #efefef;
}

.blueTable {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

    .blueTable th {
        background-color: #7895cb;
        color: white;
        padding: 0.5rem 1rem;
        text-align: center;
        border: 2px solid white;
    }

    .blueTable td {
        background-color: #efefef;
        color: #666666;
        border: 2px solid white;
        text-align: center;
        padding: 0.5rem;
    }
/*分页样式【*/
/*.pagination-container {
    display: flex;
    justify-content: center;
}

.pagination {
    display: flex;
    flex-direction: row;
}*/

/*    .pagination .disabled {
        background: #c5dff8;
    }*/

/*.page-item {
    text-align: center;
    margin-right: 0.1rem;
}

    .page-item::marker {
        content: none;
    }

.page-link {
    background: #7895cb !important;
    color: white;
    padding: 0.2rem;
    width: 2.3rem;
    height: 2.2rem;
}

.page-item:first-child .page-link {
    border-radius: 50%;
}

.page-item:last-child .page-link {
    border-radius: 50%;
}


.active .page-link {
    background: #c5dff8 !important;
    border-color: #c5dff8;
}*/
/*分页样式】*/

.initHide {
    display: none !important;
}

.btnBase {
    display: flex;
    align-items: center;
    font-size: 1rem;
    padding: 0.5rem 1rem;
}

#fixedIcons {
    display: none;
    flex-direction: column;
    position: fixed;
    right: 60px;
    bottom: 220px;
    z-index: 999;
    width: 60px;
    cursor: pointer;
}


@media screen and (max-width: 1440px) {
    /* .page-link {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }*/
}

@media screen and (max-width: 990px) {
    /*  .page-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }*/
}

@media screen and (max-width: 768px) {
    /*coco-modal[*/
    .coco-modal {
        width: 90%;
    }
    /*coco-modal]*/
    /*.page-link {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }*/

    #fixedIcons {
        right: 12px;
        bottom: 150px;
        width: 40px;
        cursor: pointer;
    }

        #fixedIcons img {
            width: 40px;
            height: 40px;
        }
}


#picPopover {
    width: 10rem;
    height: 10rem;
    background: white;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: block;
    position: absolute;
    z-index: 3;
    display: none;
}

    #picPopover img {
        width: 100%;
        height: 100%;
        border-radius: 0.5rem;
    }

#iconPopover {
    width: 10rem;
    height: 10rem;
    background: white;
    padding: 0.5rem;
    border-radius: 0.5rem;
    position: absolute;
    z-index: 3;
    display: none;
}

    #iconPopover img {
        width: 100%;
        height: 100%;
        border-radius: 0.5rem;
    }

.bottom-main a, .bottom-main span {
    font-size: 1rem;
}

.navBox {
    display: flex;
    background-color: white;
    padding: 1rem 8rem;
    justify-content: start;
    z-index: 2;
    width: 100%;
    left: 0;
    top: 6rem;
    position: absolute;
}

    .navBox::after {
        content: '';
        flex-grow: 1;
    }

    .navBox div {
        width: 33.3%;
        margin: 0.5rem auto;
        padding-left: 5rem;
        display: flex;
    }

    .navBox a {
        font-size: 1rem;
        color: #333 !important;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
    }

.footFixedNav {
    display: flex;
    position: fixed;
    z-index: 5;
    margin: 0;
    justify-content: space-between;
    bottom: 0;
    width: 100%;
    height: 3.2rem;
    border-radius: 2rem 2rem 0 0;
    box-shadow: rgba(50,50,50,0.4) 0 0 1rem;
    background: white;
}

    .footFixedNav div {
        width: 33.3%;
        text-align: center;
        padding: 0.5rem 0;
        height: 3.2rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        font-size: .8rem;
    }

        .footFixedNav div:first-child {
            border-radius: 2rem 0 0 0;
        }

        .footFixedNav div:last-child {
            border-radius: 0 2rem 0 0;
        }

        .footFixedNav div.active {
            color: #d4a017;
        }

            .footFixedNav div.active a, .footFixedNav div.active i {
                color: #d4a017;
            }

    .footFixedNav a, .footFixedNav i {
        color: #777;
    }

    .footFixedNav i {
        font-size: 1.2rem;
        margin-bottom: 0.2rem;
    }

.btn-outline-warning {
    border-color: #cf8c31;
    color: #cf8c31;
}

.btn-brown-gradient {
    background: linear-gradient(to right, #fccb8c, #d08f33);
    color: white;
    border: none;
    border-radius: 0.5rem;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
}

.bigBtn {
    height: 3.5rem;
    border-radius: 0.6rem;
    letter-spacing: 0.5rem;
    font-size: 1.3rem;
}
span.text-danger{
    padding-left:1rem;
}
.hideButVerify {
    visibility: hidden;
    position: absolute;
    left: -9999px;
    top: -9999px;
}