﻿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 .player-content {
        position: relative;
        padding: 0;
        min-height: 600px;
        width: 100%;
        margin-top: 20px;
    }

        .con .player-content .videoplay {
            position: relative;
            width: 76%;
            height: auto;
            float: left;
            padding: 0;
        }

            .con .player-content .videoplay .wrap {
                width: 100%;
                height: 100%;
            }

                .con .player-content .videoplay .wrap .player {
                    width: 100%;
                    height: auto;
                }

                    .con .player-content .videoplay .wrap .player .isView {
                        width: calc(100% - 20px);
                        color: white;
                        font-size: 1.1rem;
                        display: none;
                        align-items: center;
                        justify-content: center;
                        background: #333;
                    }

        .con .player-content .playcon {
            float: left;
            font-size: 0.9rem;
            padding-top: 10px;
            color: #666;
        }

        .con .player-content .share {
            float: right;
            font-size: 0.9rem;
            padding-top: 10px;
            padding-right: 20px;
        }

            .con .player-content .share a {
                color: #006693;
            }

                .con .player-content .share a:hover {
                    color: orangered;
                    text-decoration: none;
                }

.phoneFull {
    display: none;
    width: 100%;
    font-size: 0.9rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    letter-spacing: 1px;
}

    .phoneFull .sp1 {
        color: red;
    }

    .phoneFull a {
        color: red;
        font-weight: 600;
        /*font-style: italic;*/
    }

.con .player-content .intro {
    position: relative;
    background-color: transparent;
    width: 24%;
    float: right;
    padding: 20px 20px 10px 0;
}

    .con .player-content .intro .site {
        position: relative;
        width: 100%;
        font-size: 1.2rem;
        font-weight: 600;
        color: #188eee;
    }

    .con .player-content .intro .longtime {
        font-size: 1rem;
        color: #666;
    }

    .con .player-content .intro .classtitle {
        font-size: 1rem;
        color: #666;
    }

    .con .player-content .intro .addyear {
        font-size: 1rem;
        color: #666;
        padding-top: 15px;
    }

    .con .player-content .intro .sum {
        position: relative;
        width: 100%;
        font-size: 1rem;
        color: #666;
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 10;
        line-clamp: 10;
        -webkit-box-orient: vertical;
        padding-top: 15px;
    }

    .con .player-content .intro .keyword {
        position: relative;
        width: 100%;
        margin-top: 30px;
    }

        .con .player-content .intro .keyword .kwtt {
            color: #666;
            font-size: 1rem;
            padding-left: 0;
        }

        .con .player-content .intro .keyword .kw {
            position: relative;
            display: inline-block;
            background: #2c97ef;
            border-radius: 15px;
            color: #fff;
            padding: 2px 20px 2px 20px;
            margin-bottom: 10px;
            cursor: pointer;
            line-height: 1.5;
            font-size: 1rem;
        }

            .con .player-content .intro .keyword .kw:hover {
                text-decoration: none;
            }

.con .bottombox {
    width: 100%;
    margin: 0 auto;
}

    .con .bottombox .rvideo {
        width: 80%;
        margin: 0 auto;
        float: left;
    }

        .con .bottombox .rvideo ul {
            position: relative;
            margin-left: -10px;
            margin-right: -10px;
            padding: 0;
            padding-top: 10px;
        }

            .con .bottombox .rvideo ul li {
                padding: 10px;
            }

                .con .bottombox .rvideo ul li img {
                    border-radius: 5px;
                }

                .con .bottombox .rvideo ul li a {
                    color: #333;
                    font-size: 1rem;
                    text-decoration: none;
                }

                    .con .bottombox .rvideo ul li a:hover img {
                        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 .bottombox .rvideo ul li a:hover .title {
                        color: orangered;
                    }

                .con .bottombox .rvideo ul li .title {
                    position: relative;
                    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 .bottombox .rvideo ul li .desc {
                    position: relative;
                    font-size: 0.9rem;
                    text-align: left;
                    color: #888;
                    text-overflow: -o-ellipsis-lastline;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

.tt {
    border-bottom: 0;
    margin: 0;
    height: auto;
}

    .tt .xgsp {
        color: #000;
        font-size: 1.1rem;
        padding-left: 0;
    }

        .tt .xgsp:before {
            border-left: 0;
        }

    .tt a {
        color: #000;
    }

        .tt a:hover {
            color: orangered;
            text-decoration: none;
        }

.con .bottombox .his {
    width: 20%;
    margin: 0 auto;
    float: left;
    padding-left: 20px;
}

    .con .bottombox .his .histitle {
        color: #000;
        font-size: 1.1rem;
        font-weight: 600;
    }

    .con .bottombox .his ul {
        width: 100%;
        padding-left: 0;
    }

        .con .bottombox .his ul li {
            list-style-type: none;
            height: auto;
            line-height: 30px;
        }

            .con .bottombox .his ul li a {
                color: #666;
                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 .bottombox .his ul li a:hover {
                    color: orangered;
                    text-decoration: none;
                }

.am-modal-dialog {
    background-color: rgba(0,0,0,0.5);
}

.am-modal-hd {
    background-color: rgba(0,0,0,0);
    color: #fff;
    height: 30px;
    line-height: 30px;
    font-size: 0.9rem;
    padding: 0 10px 0 10px;
}

    .am-modal-hd .am-close {
        color: #fff;
        opacity: 0.5;
    }

.am-modal-bd {
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

.wrap_pd {
    width: 600px;
    height: 400px;
    margin: 0 auto;
    text-align: center;
}

.light {
    color: #00b1ff;
}

.pdbc {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    padding-top: 10px;
    padding-bottom: 10px;
}

.btnStart {
    display: inline-block;
    background-color: rgba(255,255,255,0.3);
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
}

    .btnStart:hover {
        color: #00b1ff;
    }

.btnEnd {
    display: inline-block;
    background-color: rgba(255,255,255,0.3);
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0 auto;
    text-align: left;
}

    .btnEnd:hover {
        color: #00b1ff;
    }

.sTime {
    width: 120px;
    background-color: transparent;
    border: 0;
    line-height: 18px;
}

.eTime {
    width: 120px;
    background-color: transparent;
    border: 0;
    line-height: 18px;
}

.pdTT {
    margin: 0 auto;
    text-align: left;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.pdTitle {
    width: 300px;
    background-color: transparent;
    border: 0;
    line-height: 18px;
}

    .pdTitle:focus {
        background-color: transparent;
    }

.pdError {
    color: red;
}

.btnGroup {
    width: 120px;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(255,255,255,0.3);
    padding: 10px;
    border-radius: 5px;
    color: #ddd;
}

.btnSavePD {
    color: #00b1ff;
    cursor: pointer;
}

    .btnSavePD:hover {
        color: #fff;
    }

.btnSharePD {
    color: #00b1ff;
    cursor: pointer;
}

    .btnSharePD:hover {
        color: #fff;
    }


.am-dropdown-content2 {
    margin: -235px 0 0;
    padding: 0;
    right: 140px;
    left: auto;
    width: 444px;
    min-width: 400px !important;
    height: 165px;
    z-index: 1500;
}

    .am-dropdown-content2:before,
    .am-dropdown-content2:after {
        left: auto;
        right: 180px;
        top: -8px;
        pointer-events: none;
    }

    .am-dropdown-content2:before,
    .am-dropdown-content2:after {
        border-bottom-style: none;
        border-top-style: solid;
        border-width: 8px 8px;
    }

    .am-dropdown-content2:before {
        border-top-color: #ddd;
        top: 165px;
    }

    .am-dropdown-content2:after {
        border-top-color: #fff;
        top: 166px !important;
    }

    .am-dropdown-content2:after {
        top: -7px;
    }

    .am-dropdown-content2 .share-sprite {
        display: inline-block;
        width: 40px;
        height: 40px;
        background: url(../img/playicon.png) no-repeat;
    }

    .am-dropdown-content2 .share-con {
        padding: 12px 15px;
        *zoom: 1;
    }

        .am-dropdown-content2 .share-con:after, .am-dropdown-content2 .share-con:before {
            content: " ";
            display: table;
            clear: both
        }

    .am-dropdown-content2 .share-left {
        float: left;
    }

    .am-dropdown-content2 .share-right {
        float: right;
    }

    .am-dropdown-content2 .sjts {
        display: none;
    }

    .am-dropdown-content2 .share-sns {
        margin-bottom: 21px;
    }

    .am-dropdown-content2 ul {
        list-style: none;
        margin: 0 auto;
        text-align: left;
    }

        .am-dropdown-content2 ul li {
        }

    .am-dropdown-content2 .sns-list {
        padding-top: 6px;
        margin-left: -80px;
        *zoom: 1
    }

        .am-dropdown-content2 .sns-list:after, .am-dropdown-content2 .sns-list:before {
            content: " ";
            display: table;
            clear: both
        }

    .am-dropdown-content2 .sns-item {
        float: left;
        margin-left: 53px
    }

    .am-dropdown-content2 .sns-link {
        display: block
    }

        .am-dropdown-content2 .sns-link:hover .sns-name {
            color: #00be06
        }

        .am-dropdown-content2 .sns-link:hover .sns-icon-qq {
            background-position: 0 -50px
        }

        .am-dropdown-content2 .sns-link:hover .sns-icon-qqzone {
            background-position: -50px -50px
        }

        .am-dropdown-content2 .sns-link:hover .sns-icon-weibo {
            background-position: -100px -50px
        }

    .am-dropdown-content2 .sns-icon {
        position: relative;
        text-align: center
    }

    .am-dropdown-content2 .sns-name {
        margin-top: 7px;
        height: 18px;
        color: #666;
        font-size: 12px;
        text-align: center;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .am-dropdown-content2 .share-deer {
        position: absolute;
        width: 28px;
        height: 19px;
        top: -15px;
        left: 50%;
        margin-left: -14px;
        background-position: -240px 0
    }

    .am-dropdown-content2 .sns-icon-qq {
        background-position: 0 0;
        vertical-align: top
    }

        .am-dropdown-content2 .sns-icon-qq:hover {
            background-position: 0 -50px
        }

    .am-dropdown-content2 .sns-icon-qqzone {
        background-position: -50px 0;
        vertical-align: top
    }

        .am-dropdown-content2 .sns-icon-qqzone:hover {
            background-position: -50px -50px
        }

    .am-dropdown-content2 .sns-icon-weibo {
        background-position: -100px 0;
        vertical-align: top
    }

        .am-dropdown-content2 .sns-icon-weibo:hover {
            background-position: -100px -50px
        }

    .am-dropdown-content2 .copy-con {
        margin-bottom: 10px;
        font-size: 0
    }

    .am-dropdown-content2 .copy-title {
        display: inline-block;
        margin-right: 6px;
        width: 60px;
        color: #222;
        overflow: hidden
    }

    .am-dropdown-content2 .copy-input, .am-dropdown-content2 .copy-title {
        height: 28px;
        line-height: 28px;
        font-size: 12px;
        vertical-align: top
    }

    .am-dropdown-content2 .copy-input {
        padding: 0 5px;
        margin-right: 10px;
        width: 115px;
        background-color: #f0f0f0;
        color: #999;
        border: none;
        outline: none;
        border-radius: 3px
    }

    .am-dropdown-content2 .copy-link {
        display: inline-block;
        height: 28px;
        line-height: 28px;
        padding: 0 12px;
        font-size: 14px;
        color: #fff !important;
        text-align: center;
        border-radius: 3px;
        background-color: #00be06;
        vertical-align: top
    }

        .am-dropdown-content2 .copy-link:hover {
            background-color: #00c806
        }

    .am-dropdown-content2 .code-bg {
        position: relative;
        margin: 0 auto;
        text-align: center;
        width: 100px !important;
        padding: 3px;
        /*width: 124px;
        height: 124px;*/
        background-color: #f0f0f0;
        border-radius: 4px
    }

    .am-dropdown-content2 .code-con {
        margin: 0 auto;
        text-align: center;
        padding: 2px;
        background-color: #fff
    }

    .am-dropdown-content2 .code-img {
        width: 90px;
        height: 90px
    }

    .am-dropdown-content2 .arrow-gray {
        position: absolute;
        top: 20px;
        left: -15px;
        width: 0;
        height: 0;
        border: 6px dashed transparent;
        border-right: 9px solid #f0f0f0
    }

    .am-dropdown-content2 .code-tip {
        margin-top: 6px;
        text-align: center;
        font-size: 12px;
        color: #666
    }

    .am-dropdown-content2 .share-question-icon {
        width: 14px;
        height: 14px;
        margin-left: 3px;
        margin-top: 1px;
        vertical-align: top;
        background-position: -200px 0;
        cursor: pointer
    }

        .am-dropdown-content2 .share-question-icon:hover {
            background-position: -220px 0
        }

.con2 {
    position: relative;
    width: auto;
    height: auto;
    max-width: 1200px;
    min-height: 84vh;
    padding: 0 2% 0 2%;
    margin: 0 auto;
    text-align: center;
    background-color: transparent;
}

    .con2 .tt {
        font-size: 1.2rem;
        padding-bottom: 10px;
        color: #fff;
    }

    .con2 .wrap {
        width: 800px;
        height: auto;
        margin: 0 auto;
        text-align: center;
    }

        .con2 .wrap .player {
            width: 800px;
            height: auto;
            margin: 0 auto;
            text-align: center;
        }

@media only screen and (max-width: 641px) {
    .con .player-content {
        min-height: 520px;
    }

        .con .player-content .videoplay {
            width: 100%;
            float: none;
            padding-left: 10px;
        }

        .con .player-content .intro {
            width: 100%;
            float: none;
            padding-left: 10px;
            padding-top: 10px;
        }

            .con .player-content .intro .keyword .kwtt {
                color: #000;
                font-size: 1.1rem;
                padding-left: 0;
                font-weight: bold;
            }

    .con .bottombox .rvideo {
        width: 100%;
        float: none;
        padding-left: 10px;
        padding-top: 10px;
    }

    .con .bottombox .his {
        width: 100%;
        float: none;
        padding-left: 10px;
        padding-top: 10px;
    }

    .con .player-content .share {
        padding-right: 10px;
    }

    .con .player-content .videoplay .wrap .player .isView {
        width: calc(100% - 10px);
    }

        .con .player-content .videoplay .wrap .player .isView a {
            color: red;
        }

    .am-modal {
        height: auto;
    }

    .am-modal-dialog {
        width: 100% !important;
        height: 500px !important;
        margin-top: -750px;
        background-color: rgba(0,0,0,0.7);
    }

    .wrap_pd {
        width: calc(100% - 20px);
        height: 225px;
    }

    .sTime {
        width: 55%;
    }

    .eTime {
        width: 55%;
    }

    .pdTitle {
        width: 60%;
    }

    .pdTT {
        padding-bottom: 15px;
    }

    .am-dropdown-content2 {
        margin: -360px 0 0;
        padding: 0;
        right: 0px;
        left: auto;
        width: 100%;
        height: 200px;
        z-index: 99999;
        min-width: 100% !important;
    }

        .am-dropdown-content2:before {
            border-top-color: #ddd;
            top: 200px;
        }

        .am-dropdown-content2:after {
            border-top-color: #fff;
            top: 201px !important;
        }

        .am-dropdown-content2 .share-left {
            float: none;
        }

        .am-dropdown-content2 .share-right {
            float: none;
        }

        .am-dropdown-content2 .sjts {
            display: block;
            margin: 0 auto;
            text-align: center;
            color: #006693;
            font-size: 0.9rem;
            padding-bottom: 10px;
        }

        .am-dropdown-content2 .share-sns {
            display: none;
        }

        .am-dropdown-content2 .copy-input {
            width: 50%;
        }

    .am-dropdown-content {
        width: 300px;
        height: 230px;
    }

        .am-dropdown-content .share-left {
            float: none;
        }

        .am-dropdown-content .share-right {
            float: none;
        }

        .am-dropdown-content .share-sns {
            display: none;
        }

        .am-dropdown-content .code-bg {
            width: 135px;
            margin: 0 auto;
        }

    .con2 .wrap {
        width: 100%;
    }

        .con2 .wrap .player {
            width: 100%;
        }
}


.header {
    width: 100%;
    height: 45px;
    margin: 0 auto;
    background-color: #e6f3fc;
    display: flex;
    align-items: center;
}

    .header .headerbox {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        max-width: 1200px
    }

    .header img {
        width: auto;
        height: 22px;
    }

    .header .sxfg {
        color: #ebebeb;
        padding: 0 10px;
        font-size: 0.8rem;
    }

    .header .mbox {
        position: relative;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 0.95rem;
        width: 80%;
    }

        .header .mbox .menubtn {           
            padding: 5px 15px;
            cursor: pointer;
            border-radius: 25px;
            margin: 0 10px 0 0;
        }

            .header .mbox .menubtn:hover {
                background-image: linear-gradient(110deg, #b7d8ff 25%, #e3b7ff 70%);
            }

            .header .mbox .menubtn img {
                width: auto;
                height: 22px;
                margin-right: 5px;
            }

            .header .mbox .menubtn a {
                display: flex;
                align-items: center;
                font-size: 0.95rem;
                color: #000;
                text-decoration: none;
            }

        .header .mbox .curr {
            background-image: linear-gradient(110deg, #b7d8ff 25%, #e3b7ff 70%);
        }

@media only screen and (max-width: 641px) {
    .header img {
        width: auto;
        height: 25px;
        padding:0 5px;
    }

    .header .mbox {
        overflow-x:auto;
        height:50px;
    }

        .header .mbox .menubtn {
            padding: 0 5px;
            margin: 0 5px 0 0;
        }

        .header .mbox .menubtn a {
            white-space: nowrap;
            line-height:2.2;
        }
}