html,
body {
    width: 100%;
    margin: 0;
}

.text-right {
    text-align: right;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
    box-shadow: none;
}

.h3 {
    margin: 0px auto 80px auto;
    font-size: 30px;
    font-weight: 600;
    color: #333333;
    line-height: 42px;
    text-align: center;
}

.h4 {
    /* margin: 40px auto; */
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    line-height: 42px;
    /* text-align: center; */
}

li {
    list-style: none;
}

.btn.btn-primary {
    background: #1890FF;
    border-color: #1890FF;
}

.container-fluid {
    box-sizing: border-box;
    padding-left: 0;
    padding-right: 0;
}

.navbar-right {
    margin-right: 0;
}

.tips-cont {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.tips-cont .cont-item .cont-ul {
    padding-left: 0px;
}

.tips-cont .cont-item .cont-ul .cont-li {
    line-height: 25px;
}

.radio-span {
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: orange;
    border-radius: 50%;
    margin-right: 5px;
}

.top-side {
    position: fixed;
    right: 10px;
    bottom: 200px;
    z-index: 100;
}

.top-side .side {
    width: 50px;
    height: 230px;
    border-radius: 25px;
    padding: 15px 8px;
    background-color: #fffdf7;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    box-shadow: 0px 5px 30px #D6E0FF;
}

.top-side .side .side-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    color: #999999;
}

.top-side .side .side-item .item-tips {
    line-height: 20px;
    text-align: center;
}

.top-side .side .side-item .link {
    color: #1890FF
}

.side-line {
    border-bottom: 1px solid #C5C0B2;
    border-radius: 1px;
}

.show-qrcode {
    opacity: 1;
}

.hidden-qrcode {
    opacity: 0;
}

.side-qrcode {
    position: absolute;
    top: 50px;
    right: 60px;
    transition: opacity 1s ease-in-out;
}

.side-qrcode .close {
    float: right;
    margin-bottom: 10px;
    /* display: none; */
    opacity: 1;
}

.side-qrcode .item {
    border-radius: 10px;
    width: 200px;
    height: 240px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 8px;
    box-shadow: 0px 5px 10px #D6E0FF;
}

.side-qrcode .item-title {
    color: black;
    font-weight: 600;
    text-align: center;
    padding-top: 10px;
    font-size: 14px;
}

/*底部*/
@media screen and (max-width: 768px) {

    html,
    body {
        padding: 0;
        overflow-x: hidden;
    }

    .website-pc {
        display: none;
    }

    .website-mb {
        display: block;
    }

    .container-fluid {
        background: #fff;
    }

    .container-fluid .page-header {
        margin: 48px 0 35px 0;
        border-bottom: none;
        font-size: 22px;
    }

    .container-fluid .row {
        margin: 0;
    }

    .footer {
        display: table;
        width: 100%;
        height: auto;
        padding: 35px 0;
        background: #2D3E50;
        color: #fff;
        line-height: 28px;
    }

    .footer ul {
        padding-left: 0;
        padding-bottom: 16px;
        width: 100%;
        border-bottom: 1px solid #BABABA;
    }

    .footer ul .col-sm-4 {
        float: left;
        display: inline-block;
        width: 33.33%;
        text-align: center;
    }

    .footer a {
        line-height: 32px;
        color: #fff;
    }

    .text-muted {
        color: #BCBCBC;
    }

    .qrcode {
        width: 108px;
        margin: auto;
    }

    .qrtitle {
        display: block;
        width: 100%;
        color: #BCBCBC;
        line-height: 23px;
    }

    .tips-cont .cont-item {
        width: 33.3%;
    }
}

@media screen and (min-width:768px) {
    .website-pc {
        display: block;
    }

    .website-mb {
        display: none;
    }

    .container-fluid {
        background: #f2f2f2;
    }

    .container-fluid .page-header {
        margin: 40px 0 40px 0;
        border-bottom: none;
    }

    .footer {
        display: table;
        width: 100%;
        padding: 35px 0;
        background: #2D3E50;
        color: #fff;
    }

    .footer ul {
        padding-top: 80px;
    }

    .footer a {
        line-height: 32px;
        color: #fff;
    }

    .qrcode {
        width: 112px;
        margin: 24px auto
    }

    .tips-cont .cont-item {
        width: 16.6%;

    }
}