﻿html {
    position: relative;
    min-height: 100%;
}

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: #1784f1;
}

::-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;
    min-height: 100vh;
    font-size: 0;
    min-width: 320px;
    margin: 0 auto;
    text-align: center;
    background: url(../Img/activity/regbgwap1TJ.png) no-repeat top center;
    background-size: 100% auto;
}

    .con .footer {
        position: relative;
        background-color: #1f1e24;
        width: 100%;
        max-width: 1400px;
        margin: 0 auto;
        text-align: center;
        line-height: 45px;
    }

        .con .footer a {
            color: white;
            font-size: 1.6rem;
        }

        .con .footer .waploginout {
            margin: 0;
            padding: 0;
            background-color: #fff;
            color: red;
            font-size: 1.4rem;
        }

    .con .mbox {
        min-height:95vh;
    }

    .con .imgbox img {
        width: 100%;
        height: auto;
    }   

    .con .box {
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding-top: 240px;
        margin-bottom: 50px;
    }

    .con .box1 {
        position: relative;
        width: 90%;
        height:90vh;
        margin: 0 auto;
        padding-top: 240px;
        margin-bottom: 50px;
    }

    .con .btncon {
        position: absolute;
        bottom: 60px;
        width: 100%;
    }

        .con .btncon .btnbox {
            width: 50%;
            height: auto;
            display: inline-block;
            margin: 0 auto;
        }

            .con .btncon .btnbox img {
                width: 80%;
                height: auto;
            }

    /**********main*************/
    .con .play {
        position: relative;
        width: 100%;
        height: auto;        
        margin: 0 auto;
        background-color: #50504e;
        padding: 10px;
    }

        .con .play .ttbox {
            position: relative;
            width: 100%;
            height: 35px;
            display: table;
            font-size: 1.4rem;
            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.4rem;
                color: #fff65e;
                text-align: right;
            }

        .con .play .wrap {
            position: relative;
            width: 100%;
            height: auto;
            padding: 0 0 10px 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 .vlist .prev {
                width:8%;
                height:auto;
            }

            .con .play .vlist .prev img {
                width: 100%;
                height: auto;
            }

            .con .play .vlist .next {
                width: 8%;
                height: auto;
            }

                .con .play .vlist .next img {
                    width: 100%;
                    height: auto;
                }

        .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: 100%;
        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: 30%;
            height: auto;
            margin:0 auto;
        }

            .con .questionbox .bbox img {
                width: 100%;
                height: auto;
            }

        /**********login*************/
        .con .box1 .loginbox {
            position: relative;
            width: 100%;
            margin: 0 auto;
            background-color: #fff;
            border-radius: 10px;
            color: #5b5c5d;
            font-size: 1.4rem;
            opacity: 0.9;
            padding: 20px 0;
        }

            .con .box1 .loginbox .logintt {
                position: relative;
                width: 100%;
                margin: 0 auto;
                text-align: center;
                color: #d66914;
                font-size: 2rem;
                font-weight: 600;
                letter-spacing: 5px;
            }

            .con .box1 .loginbox .loginrow {
                position: relative;
                width: 80%;
                margin: 0 auto;
                border: 1px solid #c39371;
                border-radius: 6px;
                margin-top: 20px;
                padding-left: 10px;
            }

                .con .box1 .loginbox .loginrow > span {
                    position: absolute;
                    width: auto;
                    height: 35px;
                    line-height: 35px;
                    color: #97989a;
                }

                .con .box1 .loginbox .loginrow > input {
                    width: 100%;
                    padding-left: 58px;
                    border: none;
                    background-color: transparent;
                    height: 35px;
                    outline: medium;
                }

            .con .box1 .loginbox .regErr {
                color: red;
            }

            .con .box1 .loginbox .btnLogin {
                position: relative;
                width: 80%;
                margin: 0 auto;
                margin-top: 40px;
                cursor: pointer;
            }

                .con .box1 .loginbox .btnLogin img {
                    width: 100%;
                    height: auto;
                }

            .con .box1 .loginbox .btnRegNew {
                position: relative;
                display: block;
                margin: 0 auto;
                margin-top: 10px;
                color: #747474;
                cursor: pointer;
                font-size: 1rem;
                font-weight: 600;
                letter-spacing: 1px;
            }

            .con .box1 .loginbox .forget {
                position: relative;
                width: 80%;
                margin:0 auto;
                color: #f17829;
                font-size: 1.2rem;
                padding: 10px 0 30px 0;
            }

                .con .box1 .loginbox .forget a {
                    color: #f17829;
                    font-size: 1.2rem;
                }
          

    .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.2rem;
    }

        .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;
            width: 100%;
            margin: 0 auto;
            background-color: #fff;
            border-radius: 10px;
            color: #5b5c5d;
            font-size: 1.4rem;
            opacity:0.9;
        }

            .con .box .regbox .regrow {
                position: relative;
                width: 86%;
                margin: 0 auto;                
                padding-top: 15px;
                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: #5b5c5d;
                    text-align: left;
                    white-space: nowrap;
                }

                .con .box .regbox .regrow .lbl2 {
                    padding-left: 12px;
                    display: table-cell;
                    color: #5b5c5d;
                    text-align: left;
                    white-space: nowrap;
                }

                .con .box .regbox .regrow > input {
                    width: 100%;
                    border: 1px solid #6387c6;
                    background-color: transparent;
                    height: 35px;
                    outline: medium;
                    display: table-cell;
                }                

            .con .box .regbox .regErr {
                color: red;
            }

            .con .box .regbox .btnReg {
                position: relative;
                width: 40%;
                margin: 0 auto;
                padding: 40px 0;
                cursor: pointer;
                z-index: 999;
            }

                .con .box .regbox .btnReg img {
                    width: 100%;
                    height: auto;
                }

            .con .box .regbox .btnRegNew {
                position: relative;
                display: block;
                margin: 0 auto;
                margin-top: 10px;
                color: #ce2e29;
                cursor: pointer;
                font-size: 1.2rem;
            }

            .con .box .regbox .btnRcode {
                position: relative;
                margin: 0 auto;
                background: url(../img/activity/btnCodeWap.png) no-repeat center;
                background-size: 100% auto;
                font-size: 1.3rem;
                color: white;
                display: table-cell;
            }

            .con .box .regbox .sl {
                text-align: left;
                display: table-cell;
            }

            .con .box .regbox .lable {
                display: inline-block;
                position: relative !important;
            }

            .con .box .regbox .sl .slprovince {
                display: inline-block;
                margin-bottom: 10px;
                border: 1px solid #6387c6;
                background-color: transparent;
                height: 35px;
            }

            .con .box .regbox .sl .slcity {
                display: inline-block;
                margin-bottom: 10px;
                border: 1px solid #6387c6;
                background-color: transparent;
                height: 35px;
            }
       
            

@media only screen and (min-width: 500px) {
    .con .box {
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding-top: 350px;
        margin-bottom: 50px;
    }

    .con .box1 {
        padding-top: 350px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 420px) {
    .con .box {
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding-top: 280px;
        margin-bottom: 50px;
    }

    .con .box1 {
        padding-top: 280px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 376px) {
    .con .box {
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding-top: 240px;
        margin-bottom: 50px;
    }

    .con .box1 {
        padding-top: 240px;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 350px) {
    .con .box {
        position: relative;
        width: 90%;
        margin: 0 auto;
        padding-top: 210px;
        margin-bottom: 50px;
    }

    .con .box1 {
        padding-top: 210px;
        margin-bottom: 50px;
    }
}

.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;
}