﻿body {
    font: 12px/22px 'Microsoft YaHei',YouYuan,Verdana, Geneva, sans-serif;
    line-height: 1.5;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    /*overflow: hidden;*/
    overflow-x: hidden;
    overflow-y: auto;
    min-width: 320px;
    background-color: #edebe2;
}

::-webkit-scrollbar {
    margin: 0 auto;
    padding: 0;
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

* {
    margin: 0;
    padding: 0;
}

a:hover {
    text-decoration: none;
}

#my-alert .errmsg {
    font-size: 1.8rem;
}

.con {
    position: relative;
    width: 100%;
    height: auto;
    font-size: 0;
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    background-color: #1784f1;
}

    .con .header {
        position: absolute;
        width: 100%;
        margin: 0 auto;
        height: 35px;
    }

        .con .header .login {
            position: relative;
            width: 66.9%;
            margin: 0 auto;
            height: 30px;
        }

            .con .header .login a {
                text-decoration: none;
                color: white;
                font-size: 1.4rem;
                float: right;
                line-height: 30px;
            }

        .con .header .welcome {
            color: white;
            font-size: 1.4rem;
            line-height: 30px;
            margin-right: 10px;
        }

        .con .header .loginout {
            color: red;
            font-size: 1.4rem;
            line-height: 30px;
            cursor: pointer;
        }

    .con .footer {
        position: relative;
        background-color: #1f1e24;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        text-align: center;
        height: 45px;
        line-height: 45px;
    }

        .con .footer a {
            color: white;
            font-size: 1.6rem;
        }

    .con .linkerror p {
        width: 100%;
        height: 90vh;
        line-height: 90vh;
        color: #333;
        font-size: 2rem;
    }

    .con .imgbox img {
        width: 100%;
        height: auto;
    }

    .con .menu {
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: 65px;
        background-color: #59b1fc;
    }

        .con .menu ul {
            position: relative;
            width: 74%;
            height: 65px;
            margin: 0 auto;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

            .con .menu ul li {
                margin: 0 30px 0 30px;
                height: 45px;
                line-height: 42px;
                border: 2px solid #535353;
                border-radius: 8px;
                background-color: #fff;
                color: #535353;
                font-size: 2rem;
                font-weight: 600;
                cursor: pointer;
                letter-spacing: 1px;
            }

            .con .menu ul .current {
                background-color: #eabd37;
            }

    .con .play {
        position: relative;
        width: 72%;
        height: auto;
        margin: 0 auto;
        margin-top: 50px;
        background-color: #50504e;
        padding: 20px;
    }

        .con .play .ttbox {
            position: relative;
            width: 100%;
            height: 40px;
            display:table;
            font-size:1.8rem;
            color:#fff;
        }

            .con .play .ttbox .videotitle {
                position: relative;
                display: table-cell;
                text-align: left;
            }

            .con .play .ttbox .jfbox {
                position: relative;
                display: table-cell;
                font-size: 1.8rem;
                color: #fff65e;
                text-align: right;
            }

        .con .play .wrap {
            position: relative;
            width: 100%;
            height: auto;
            padding: 0 0 20px 0;
        }

            .con .play .wrap .player .isView {
                width: 100%;
                display: none;
                align-items: center;
                justify-content: center;
                background: #20201f;
            }

        .con .play .vlist {
            position: relative;
            width: 100%;
            height: auto;
            margin: 0 auto;
            text-align: center;
            background-color: #20201f;
            border-radius: 8px;
        }

            .con .play .vlist .vlistbox {
                position: relative;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin: 0;
                padding: 10px 0;
            }

                .con .play .vlist .vlistbox .vlistmenu {
                    width: 100%;
                }

                .con .play .vlist .vlistbox ul li {
                    cursor: pointer;
                }

                    .con .play .vlist .vlistbox ul li img {
                        border: 2px solid #bcbcbc;
                        border-radius: 6px;
                    }

                    .con .play .vlist .vlistbox ul li .title {
                        color: #bcbcbc;
                        text-align: center;
                        font-size: 1.4rem;
                    }

                .con .play .vlist .vlistbox .cu img {
                    border: 3px solid #feb81d;
                    border-radius: 6px;
                }

                .con .play .vlist .vlistbox .cu .title {
                    color: #fff65e;
                    text-align: center;
                    font-size: 1.4rem;
                }

        .con .play .logints {
            color: #fff560;
            text-align: center;
            font-size: 2rem;
            font-style: italic;
            letter-spacing: 2px;
            height: 150px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .con .questionbox {
        position: relative;
        width: 72%;
        height: auto;
        margin: 0 auto;
        background-color: #20201f;
        padding: 20px 0 20px 0;
    }

        .con .questionbox .quesbox {
            position: relative;
            width: 100%;
            padding: 10px;
            line-height: 25px;
            text-align: left;
            padding: 10px 10px 10px 30px;
            color: #fff;
            font-size: 1.6rem;
            letter-spacing: 1px;
        }

            .con .questionbox .quesbox .answer {
                display: inline-block;
                color: #eabd37;
            }

        .con .questionbox .bbox {
            width: 17.5%;
            height: auto;
            margin: 0 auto;
        }

        .con .questionbox .bbox img {
            width:100%;
            height:auto;
        }

    /**********login*************/
    .con .box {
        position: relative;
        width: 100%;
        margin: 0 auto;
        background-color: #eee;
        padding: 60px 0;
    }

        .con .box .loginbox {
            position: relative;
            width: 34%;
            margin: 0 auto;
            color: #4c2d24;
            font-size: 1.4rem;
        }

            .con .box .loginbox .logintt {
                position: relative;
                width: 100%;
                margin: 0 auto;
                text-align: center;
                color: #a74705;
                font-size: 2.4rem;
                font-weight: 600;
                letter-spacing: 3px;
            }

            .con .box .loginbox .loginrow {
                position: relative;
                width: 100%;
                margin: 0 auto;
                border: 1px solid #a74705;
                border-radius: 6px;
                margin-top: 20px;
                padding-left: 10px;
            }

                .con .box .loginbox .loginrow > span {
                    position: absolute;
                    width: auto;
                    height: 45px;
                    line-height: 45px;
                    color: #7d7d7d;
                }

                .con .box .loginbox .loginrow > input {
                    width: 100%;
                    padding-left: 58px;
                    border: none;
                    background-color: transparent;
                    height: 45px;
                    outline: medium;
                }

            .con .box .loginbox .forget {
                position: relative;
                width: 100%;
                color: #f17829;
                font-size: 1.6rem;
                padding: 10px 0 30px 0;
            }

            .con .box .loginbox .forget a {
                color: #f17829;
                font-size: 1.6rem;
            }

            .con .box .loginbox .regErr {
                color: red;
            }

            .con .box .loginbox .btnLogin {
                position: relative;
                width: 100%;
                margin: 0 auto;
                margin-top: 20px;
                cursor: pointer;
            }

                .con .box .loginbox .btnLogin img {
                    width: 100%;
                    height: auto;
                }

            .con .box .loginbox .btnRegNew {
                position: relative;
                display: block;
                margin: 0 auto;
                margin-top: 10px;
                color: #747474;
                cursor: pointer;
                font-size: 2.2rem;
                font-weight: 600;
                letter-spacing: 4px;
                padding-right: 15px;
            }

    .con .rpwd .am-modal-hd {
        background-color: #188eee;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-size: 1.2rem;
        padding: 0 10px 0 10px;
    }

        .con .rpwd .am-modal-hd .am-close {
            color: #fff;
            opacity: 0.5;
        }

    .con .rpwd .reform {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        /*background-color: rgba(253,253,253,0.6);*/
        /*box-shadow: 0px 0px 20px 4px rgba(226, 226, 226, 0.75);*/
        /*border-radius: 8px;*/
        padding: 15px;
        color: #188eee;
        font-size: 1.4rem;
    }

        .con .rpwd .reform [class*="am-u-"] {
            padding-left: 0;
            padding-right: 0;
        }

        .con .rpwd .reform .am-form-label {
            padding-right: 0;
        }

        .con .rpwd .reform select, .regform textarea, .regform input[type="text"], .regform input[type="password"], .regform input[type="datetime"], .regform input[type="datetime-local"], .regform input[type="date"], .regform input[type="month"], .regform input[type="time"], .regform input[type="week"], .regform input[type="number"], .regform input[type="email"], .regform input[type="url"], .regform input[type="search"], .regform input[type="tel"], .regform input[type="color"], .am-form-field {
            font-size: 0.9rem;
        }

.btnRePwd {
    background: #188eee;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 5px;
    padding: 5px 10px 5px 15px;
}

    .btnRePwd:hover {
        background: rgba(24,142,238,0.9);
        color: #fff;
    }

        /**********reg*************/
        .con .box .regbox {
            position: relative;
            display: inline-block;
            width: 30%;
            min-width: 400px;
            margin: 0 auto;
            color: #4c2d24;
            font-size: 1.6rem;
        }

            .con .box .regbox .regtt {
                position: relative;
                width: 100%;
                margin: 0 auto;
                text-align: center;
                color: #a74705;
                font-size: 2.4rem;
                font-weight: 600;
                letter-spacing: 3px;
            }

            .con .box .regbox .regrow {
                position: relative;
                width: 100%;
                margin: 0 auto;
                padding-top: 20px;
                display: table;
            }

                .con .box .regbox .regrow > span {
                    position: relative;
                    width: auto;
                    height: 35px;
                    line-height: 35px;
                }

                .con .box .regbox .regrow .lbl {
                    padding-left: 3px;
                    display: table-cell;
                    color: #848485;
                    text-align: left;
                    white-space: nowrap;
                }

                .con .box .regbox .regrow .lbl2 {
                    padding-left: 13px;
                    display: table-cell;
                    color: #848485;
                    text-align: left;
                    white-space: nowrap;
                }

                .con .box .regbox .regrow > input {
                    width: 100%;
                    background-color: transparent;
                    height: 35px;
                    outline: medium;
                    border: 1px solid #a74705;
                    display: table-cell;
                }

            .con .box .regbox .regErr {
                color: red;
            }

            .con .box .regbox .btnReg {
                position: relative;
                width: 40%;
                margin: 0 auto;
                margin-top: 20px;
                cursor: pointer;
            }

                .con .box .regbox .btnReg img {
                    width: 100%;
                    height: auto;
                }

            .con .box .regbox .btnRcode {
                position: relative;
                margin: 0 auto;
                background: url(../img/activity/btnCode.png) no-repeat center;
                background-size: 100% auto;
                font-size: 1.4rem;
                color: white;
                display: table-cell;
            }

            .con .box .regbox .sl {
                text-align: left;
                display: table-cell;
            }


                .con .box .regbox .sl .slprovince {
                    display: inline-block;
                    margin-bottom: 10px;
                    border: 1px solid #a74705;
                    background-color: transparent;
                    height: 35px;
                }

                .con .box .regbox .sl .slcity {
                    display: inline-block;
                    margin-bottom: 10px;
                    border: 1px solid #a74705;
                    background-color: transparent;
                    height: 35px;
                }

        .con .box .tipsbox {
            position: absolute;
            width: auto;
            margin: 0 auto;
            display: inline-block;
            margin-top: 122px;
        }

            .con .box .tipsbox .regtips {
                position: relative;
                width: 100%;
                margin: 0 auto;
                color: #f07829;
                font-size: 1.4rem;
                height: 57px;
                text-align: left;
            }


    /**********indexwap*************/
    .con .wapbox .btncon {
        position: absolute;
        bottom: 90px;
        width: 100%;
    }

        .con .wapbox .btncon .btnbox {
            width: 50%;
            height: auto;
            display: inline-block;
            margin: 0 auto;
        }

            .con .wapbox .btncon .btnbox img {
                width: 80%;
                height: auto;
            }

.am-form-success [class*="icon-"] {
    color: #fff;
}

.am-icon-checked {
    color: #fff560!important;
}

.am-form-success .am-form-help, .am-form-success .am-form-label, .am-form-success .am-radio, .am-form-success .am-checkbox, .am-form-success .am-radio-inline, .am-form-success .am-checkbox-inline, .am-form-success label {
    color: inherit;
}