﻿body {
    font: 12px/22px 'Microsoft YaHei',YouYuan,Verdana, Geneva, sans-serif;
    line-height: 1.5;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto !important;
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 320px;
    max-width: 1920px;
}

.con {
    position: relative;
    width: auto;
    height: auto;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    background-color: transparent;
    padding-bottom: 50px;
}

    .con .qbkc {
        margin-top: 20px;
        margin-bottom: 30px;
        font-size:1rem;
    }

        .con .qbkc .lbm {
            display: inline-block;
            width: auto;
            border: 1px solid #c7c6c6;
            padding: 2px 10px 2px 10px;
            margin-left: 13px;
            color: #333;
        }

            .con .qbkc .lbm span {
                color: #c7c6c6;
                cursor: pointer;
            }

        .con .qbkc .qbkcm {
            color: #333;
            font-weight: 600;
            width: 8%;
            text-align: right;
            display: inline-block;
        }

    .con .fl {
        position: relative;
        font-size: 1rem;
    }

        .con .fl .curr {
            color: #188eee !important;
        }

        .con .fl .dl {
            width: 100%;
        }

            .con .fl .dl .dlm {
                float: left;
                width: 8%;
                color: #666;
                text-align: right;
            }

            .con .fl .dl .dlfl {
                float: left;
                width: 92%;
            }

                .con .fl .dl .dlfl a {
                    color: #666;
                    padding-left: 15px;
                    display: inline-block;
                }

                    .con .fl .dl .dlfl a:hover {
                        color: #188eee;
                        text-decoration: none;
                    }

        .con .fl .zyl .zylm {
            float: left;
            width: 8%;
            color: #666;
            text-align: right;
        }

        .con .fl .zyl .zylfl {
            float: left;
            width: 92%;
        }

            .con .fl .zyl .zylfl a {
                color: #666;
                padding-left: 15px;
                display: inline-block;
            }

                .con .fl .zyl .zylfl a:hover {
                    color: #188eee;
                    text-decoration: none;
                }

        .con .fl .zym .zymm {
            float: left;
            width: 8%;
            color: #666;
            text-align: right;
        }

        .con .fl .zym .zymfl {
            float: left;
            width: 92%;
        }

            .con .fl .zym .zymfl a {
                color: #666;
                padding-left: 15px;
                display: inline-block;
            }

                .con .fl .zym .zymfl a:hover {
                    color: #188eee;
                    text-decoration: none;
                }

        .con .fl .rc .rcm {
            float: left;
            width: 8%;
            color: #666;
            text-align: right;
        }

        .con .fl .rc .rcfl {
            float: left;
            width: 92%;
        }

            .con .fl .rc .rcfl a {
                color: #666;
                padding-left: 15px;
                display: inline-block;
            }

                .con .fl .rc .rcfl a:hover {
                    color: #188eee;
                    text-decoration: none;
                }

            .con .fl .rc .rcfl .yanbao {
                color: #9018ee;
            }

    .con .px {
        position: relative;
        margin-top: 20px;
        margin-bottom: 30px;
        font-size: 1rem;
    }

        .con .px ul {
            width: 65%;
            padding: 0;
            float: left;
        }

            .con .px ul li {
                list-style: none;
                display: inline-block;
                margin-left: 15px;
                color: #666;
                cursor: pointer;
            }

        .con .px .pxm {
            width: 8%;
            text-align: center;
            background: #188eee;
            padding: 8px 0 8px 0;
            color: #fff;
            cursor: default;
        }

        .con .px ul .curr {
            color: #188eee !important;
        }

        .con .px .tc {
            text-align: center;
            color: #188eee;
            text-decoration:underline;
        }
            .con .px .tc:hover {
                color:orangered;
            }

        .con .px .tc2 {
            display: none;
            text-align: center;
            color: #188eee;
            text-decoration: underline;
            margin-right: 5px;
            float:right;
        }

            .con .px .tc2:hover {
                color: orangered;
            }

    .con .btnSX {
        display: none;
    }

    .con .result {
        width: 35%;
        float: right;
        color: #666;
        text-align: right;
    }

    .con .demo2 {
        position: relative;
        margin-left: -10px;
        margin-right: -10px;
        padding: 0;
    }

        .con .demo2 li {
            padding: 8px;
        }

            .con .demo2 li a {
                color: #333;
                font-size: 1rem;
                text-decoration: none;
            }

            .con .demo2 li img {
                border-radius: 5px;
            }

            .con .demo2 li a:hover .vimg {
                box-shadow: 0px 0px 20px 3px rgba(80, 80, 80, 0.6);
                -webkit-transform: translateY(-5px);
                -moz-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                -o-transform: translateY(-5px);
                transform: translateY(-5px);
                transition: 0.1s;
                transition-duration: 0.1s;
            }

            .con .demo2 li a:hover .superscript {
                -webkit-transform: translateY(-5px);
                -moz-transform: translateY(-5px);
                -ms-transform: translateY(-5px);
                -o-transform: translateY(-5px);
                transform: translateY(-5px);
                transition: 0.1s;
                transition-duration: 0.1s;
            }

            .con .demo2 li a:hover .title {
                color: orangered;
            }

            .con .demo2 li .title {
                position: relative;
                display: block !important;
				margin: 5px 0;
                color: #333;
                font-size: 1rem;
                text-align: left;
                text-shadow: none;
                padding-bottom: 0;
                text-overflow: -o-ellipsis-lastline;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                line-clamp: 1;
                -webkit-box-orient: vertical;
                height: auto;
            }

            .con .demo2 li .imgbox {
                position: relative;
                width: 100%;
                height: auto;
            }

                .con .demo2 li .imgbox .superscript {
                    position: absolute;
                    width: 20%;
                    right: 0;
                    top: 0;
                }

                .con .demo2 li .imgbox .count {
                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-align: center;
                    align-items: center;
                    position: absolute;
                    bottom: 0;
                    width: 100%;
                    padding: 6px 8px;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                    color: #fff;
                    line-height: 16px;
                    border-bottom-right-radius: 5px;
                    border-bottom-left-radius: 5px;
                    -webkit-text-stroke: 1px #666;
                    font-weight: 900;
                }

            .con .demo2 li .desc {
                position: relative;
                font-size: 0.9rem;
                text-align: left;
                color: #6d6d6d;
                text-overflow: -o-ellipsis-lastline;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .con .demo2 li .desc2 {
                position: relative;
                font-size: 0.9rem;
                text-align: left;
                color: #6d6d6d;
                text-overflow: -o-ellipsis-lastline;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                line-clamp: 1;
                -webkit-box-orient: vertical;
            }

    .con .page {
        font-size: 1rem;
        float: right;
    }

.modalsx {
    display: none; /* 默认隐藏 */
}

.intr-hd {
    background:#188eee;
    height:35px;
}

.intr-bd {
    width:100%;
    margin:0 auto;
    padding:20px 15px;
    text-align:center;
}

    .intr-bd .intr-ts {
        padding: 10px 0;
        color: #666;
        font-size: 1.1rem;
    }

    .intr-bd .intr-txt {
        width: 85%;
        margin: 0 auto;
        margin-bottom: 10px;
    }

        .intr-bd .intr-txt input {
            width: 100%;
            color: #666;
            font-size: 1rem;
            border: 1px solid #aaa;
            border-radius: 8px;
            height: 40px;            
        }

        .intr-bd .intr-txt .btnHMSearch {
            background-color: #188eee;
            border: 1px solid #188eee !important;
            border-radius: 0 3px 3px 0;
            font-size: 16px;
            color: #fff;
            height: 40px !important;
            padding: 0.3rem 0.6rem !important;
        }

    .intr-bd .intr-class {
        padding: 10px 0 30px 0;
        color: #188eee;
        font-size: 1.1rem;
    }    

.btnInterest {
    background-color: #188eee;
    border: 1px solid #188eee !important;
    border-radius: 3px;
    font-size: 1.2rem;
    color: #fff;
    height: 40px !important;
    padding: 0.3rem 2rem !important;
}

.slidercaptcha {
    margin: 0 auto;
    width: 314px;
    height: 286px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.125);
    margin-top: 40px;
}

    .slidercaptcha .card-body {
        padding: 1rem;
    }

    .slidercaptcha canvas:first-child {
        border-radius: 4px;
        border: 1px solid #e6e8eb;
    }

    .slidercaptcha.card .card-header {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.03);
    }

.refreshIcon {
    top: -54px;
}

@media only screen and (max-width: 640px) {
    .con {
        padding: 0 5px;
    }

        .con .qbkc {
            display: none;
        }

        .con .fl {
            display: none;
        }

        .con .px {
            margin-bottom: 0;
        }

            .con .px ul {
                width: 70%;
            }

                .con .px ul li {
                    margin-left: 10px;
                }

            .con .px .pxm {
                width: 20%;
            }

            .con .px .tc {
                display:none;
            }

            .con .px .tc2 {
                display:inline-block;
            }

            .con .px .btnSX {
                display: inline-block;
                width: 25%;
                float: right;
                background: #188eee;
                color: #fff;
                border-radius: 20px;
                font-size: 1rem;
                margin-top: 0;
                margin-right: 5px;
                letter-spacing: 2px;
            }        

        .con .result {
            width: 100%;
            margin-right: 5px;
        }

        .con .demo2 {
            margin-left: 0;
            margin-right: 0;
        }

            .con .demo2 li {
                padding: 10px 5px;
            }

        .con .page {
            float: none;
            text-align: center;
        }

    .am-pagination > li > a, .am-pagination > li > span {
        padding: 0.4em 0.6em;
    }

    /* 弹窗 */
    .modalsx {
        display: none; /* 默认隐藏 */
        position: fixed;
        z-index: 5;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: auto;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.4);
        -webkit-animation-name: fadeIn;
        -webkit-animation-duration: 0.4s;
        animation-name: fadeIn;
        animation-duration: 0.4s
    }

    /* 弹窗内容 */
    .modal-contentsx {
        position: fixed;
        bottom: 0;
        background-color: #fefefe;
        width: 100%;
        -webkit-animation-name: slideIn;
        -webkit-animation-duration: 0.4s;
        animation-name: slideIn;
        animation-duration: 0.4s;
        border-radius: 20px 20px 0 0;
    }

    /* 关闭按钮 */
    .closesx {
        color: #333;
        float: right;
        font-size: 1.8rem;
        font-weight: bold;
    }

        .closesx:hover,
        .closesx:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    .modal-headersx {
        padding: 2px 16px;
        color: #333;
        text-align: center;
    }

        .modal-headersx h2 {
            font-size: 1.2rem;
            font-weight: bold;
            height: 40px;
            line-height: 40px;
        }

    .modal-bodysx {
        padding: 2px 16px;
        height: 460px;
        overflow-y: auto;
    }

        .modal-bodysx .flname {
            padding: 0 0 0 5px;
            border-left: 5px solid #188eee;
            letter-spacing: 2px;
            color: #333;
            font-weight: 550;
            margin-bottom: 10px;
            font-size: 1.1rem;
        }

        .modal-bodysx ul .curr {
            color: #188eee !important;
        }

        .modal-bodysx ul {
            text-align: center;
        }

            .modal-bodysx ul li {
                padding: 5px;
            }

                .modal-bodysx ul li a {
                    display: block;
                    text-align: center;
                    background: #f6f6f6;
                    color: #333;
                    height: 30px;
                    line-height: 30px;
                    border-radius: 20px;
                    overflow: hidden;
                    white-space: normal;
                }

                    .modal-bodysx ul li a:hover {
                        text-decoration: none;
                    }

                .modal-bodysx ul li .yanbao {
                    color: #9018ee;
                }

    .modal-footersx {
        padding: 2px 16px;
        color: #333;
        text-align: center;
        padding-bottom: 10px;
    }

        .modal-footersx .btnczwc {
            width: 80%;
        }

            .modal-footersx .btnczwc button {
                width: 50%;
                font-size: 1.2rem;
                letter-spacing: 2px;
            }
            .modal-footersx .btnczwc .btnReset:hover {
                color:#fff;
            }
            .modal-footersx .btnczwc .btnOK:hover {
                color: #fff;
            }
    /* 添加动画 */
    @-webkit-keyframes slideIn {
        from {
            bottom: -300px;
            opacity: 0
        }

        to {
            bottom: 0;
            opacity: 1
        }
    }

    @keyframes slideIn {
        from {
            bottom: -300px;
            opacity: 0
        }

        to {
            bottom: 0;
            opacity: 1
        }
    }

    @-webkit-keyframes fadeIn {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    @keyframes fadeIn {
        from {
            opacity: 0
        }

        to {
            opacity: 1
        }
    }

    .intr-bd .intr-txt {
        width: 100%;
    }
}
