﻿ @charset "utf-8";
 html,
 body {
            margin: 0;
            padding: 0;
            background-color: #01abe6;
        }

        * {
            font-family: 'Microsoft YaHei';
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            margin: 0;
            padding: 0;
            font-weight: 100;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            font-family: 'Microsoft YaHei';
        }
      
        #wrap {
            margin: 0 auto;
            max-width: 750px;
            background-color: #01abe6;
            position: relative;
            width: 100%;
            overflow: hidden;
            background: url('../images/tc-bg.jpg') no-repeat center top;
            background-size: 100% 100%;
        }

        a {
            text-decoration: none;
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            color: #999;
        }

        .img {
            width: 100%;
            display: block;
        }

        .pa {
            position: absolute;
        }

        .pr {
            position: relative;
        }

        .pf {
            position: fixed;
        }

        .a {
            position: absolute;
            width: 20%;
            padding: 4% 0;
            background-color: rgba(0, 0, 0, 0);
            left: 2%;
            top: 0%;
        }

        .b {
            position: absolute;
            width: 10%;
            padding: 4% 0;
            background-color: rgba(0, 0, 0, 0);
            left: 3%;
            top: 1%;
        }

        .c {
            background: url('../images/tc-fixed.png') no-repeat center center;
            background-size: 100% 100%;
            width: 16%;
            max-width: 100px;
            display: block;
            position: fixed;
            left: 50%;
            top: 44%;
        }

        .e {
            background-color: rgba(0, 0, 0, 0);
            position: absolute;
            width: 70%;
            top: 34.6%;
            left: 15%;
            height: 100%;
            text-align: center;
        }

        .d {
            position: relative;
        }

            .d img {
                width: 19%;
                border-radius: 100px;
                border: 4px solid #faaf11;
                position: relative;
            }

                .d img.crow {
                    width: 22%;
                    position: absolute;
                    top: 0;
                    left: 50%;
                    border: 0;
                    border-radius: 0;
                }

            .d h5 {
                color: #8ccdf5;
                position: relative;
            }

                .d h5.i {
                    color: #fff;
                    background: url('../images/tc-y.png') no-repeat left center;
                    background-size: contain;
                    padding-left: 1rem;
                    display: inline-block;
                }

        .diamond {
            width: 20%;
            top: 0;
            left: 0;
        }

        .g {
            padding: 0;
            margin-bottom: 0;
            list-style: none;
            text-align: left;
            overflow: scroll;
            overflow-x: hidden;
            background-color: #18479a;
            padding: 5% 0;
            border-radius: 20px;
            margin-top: 5%;
        }

            .g::-webkit-scrollbar {
                width: 10px;
                height: 16px;
                background-color: #0a57aa;
            }

            .g::-webkit-scrollbar-track {
                -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                border-radius: 10px;
                background-color: #0a57aa;
            }

            .g::-webkit-scrollbar-thumb {
                border-radius: 10px;
                -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
                background-color: #96d6fa;
            }

            .g li {
                display: block;
                height: 36px;
            }

                .g li img {
                    width: 12%;
                    display: inline-block;
                    vertical-align: middle;
                    border-radius: 100px;
                }

                .g li h6 {
                    color: #fff;
                    display: inline-block;
                    vertical-align: middle;
                    text-align: center;
                }

                    .g li h6 img {
                        width: 50%;
                    }

                    .g li h6:nth-child(1) {
                        width: 20%;
                    }
                    .g li h6:nth-child(3) {
                        width: 13%;
                    }
                .g li.cur {
                    background-color: #01abe6;
                } .g li h6:nth-child(4) {
                    width: 22%;
                }

                    .g li h6:nth-child(5) {
                        width: 20%;
                        background: url('../images/tc-y.png') no-repeat left center;
                        background-size: contain;
                        padding-left: 0.3rem;
                        text-align: right;
                    }

        .r {
            position: absolute;
            width: 60%;
            background-color: rgba(0, 0, 0, 0);
            height: auto;
            left: 20%;
            bottom: 6%;
            text-align: center;
        }

            .r h4 {
                color: #fff;
                white-space: normal;
                padding-bottom: 5%;
            }

                .r h4 span {
                    color: #ffe32d;
                }

            .r .k {
                background: url('../images/tc-cb.png') no-repeat center center;
                background-size: 100% 100%;
                width: 44%;
                padding: 9% 0;
                display: block;
                margin: 0 auto;
            }

        .animated {
            -webkit-animation-duration: 1s;
            animation-duration: 1s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
        }

            .animated.infinite {
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
            }

        .p {
            background: url('../images/play.png') no-repeat center center;
            background-size: 100% 100%;
            width: 10%;
            padding: 5% 0;
            display: block;
            position: fixed;
            bottom: 1%;
            left: 2%;
            max-width: 75px;
        }

        .t {
            background: url('../images/return-top.png') no-repeat center center;
            background-size: 100% 100%;
            width: 12%;
            padding: 6% 0;
            display: block;
            position: fixed;
            bottom: 1%;
            right: 2%;
            max-width: 89px;
        }

        @-webkit-keyframes rotate {
            0% {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            100% {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
            }
        }

        @keyframes rotate {
            0% {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
            }

            100% {
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transform: rotate(-360deg);
                transform: rotate(-360deg);
            }
        }

        .rotate {
            -webkit-animation-name: rotate;
            animation-name: rotate;
            -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
        }

        .cover {
            width: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            position: fixed;
            bottom: 0;
            left: 0;
            display: none;
            max-width: 750px;
        }
          .layui-m-layercont i {
            color: #e7a938;
            font-style: normal;
        }

        .layui-m-layercont .close {
            background: url(../images/gp-close.png) no-repeat center center;
            display: block;
            width: 6%;
            padding: 3% 0;
            position: absolute;
            right: 2%;
            top: 4%;
            background-size: 90% 90%;
        }

        .layui-m-layercont span {
            color: #ffe32d;
        }

        .layui-m-layerbtn span:active {
            background-color: #11457b;
        }

        .w {
            background: url('../images/tc-prop.png') no-repeat center center;
            background-size: 100% 100%;
            position: fixed;
            width: 90%;
            height: 100px;
            max-width: 600px;
            color: #fff;
            display: none;
            max-height: 800px;
        }

            .w .close {
                position: absolute;
                width: 10%;
                padding: 5% 0;
                background: url('../images/tc-close.png') no-repeat center center;
                background-size: 100% 100%;
                right: 2%;
                top: 0%;
            }

            .w .m {
                width: 80%;
                overflow: scroll;
                overflow-x: hidden;
                position: absolute;
                left: 9%;
            }

                .w .m::-webkit-scrollbar {
                    width: 10px;
                    height: 16px;
                    background-color: transparent;
                }

                .w .m::-webkit-scrollbar-track {
                    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
                    border-radius: 10px;
                    background-color: transparent;
                }

                .w .m::-webkit-scrollbar-thumb {
                    border-radius: 10px;
                    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
                    background-color: #96d6fa;
                }

                .w .m h3 {
                    margin: 1% 0;
                }

            .w h3 {
                font-size: 17.6px;
            }

            .w .m h5 {
                font-size: 14.4px;
            }

                .w .m h5 a {
                    color: #eeca16;
                }

            .w .m h3,
            .w .m h5 {
                white-space: inherit;
            }
        .l {
            background-color: #2772c5;
            font-size: 0.7rem;
            text-align: center;
            color: #fff;
            border: 2px solid #53d9ff;
            position: absolute;
            right: 2%;
            top: 1%;
            padding: 1% 4%;
            border-radius: 10px;
        }
            .l a{
                color:#fff;
            }
            .l span {
                margin-right: 8px;
                display: inline-flex;
            } ::-webkit-input-placeholder {
                color: #75e5ec;
            }

        　　 :-moz-placeholder {
            color: #75e5ec;
        }

        　　 ::-moz-placeholder {
            color: #75e5ec;
        }

        　　 :-ms-input-placeholder {
            color: #75e5ec;
        }
        .loginframe,.regframe {
            width: 100%;
            height: auto;
            position: fixed;
            bottom: 0;
            left: 0;
            background-color: rgba(0,0,0,0.6);
            display:none;
        }

            .loginframe .bg, .regframe .bg {
                width: 90%;
                max-width: 675px;
                background: url('../images/login.png') no-repeat center center;
                background-size: 100% 100%;
                position: absolute;
                top: 50%;
                left: 50%;
            }
            .regframe .bg {
                background: url('../images/register.png') no-repeat center center;
                background-size: 100% 100%;
            }
                .loginframe .bg h4, .regframe .bg h4 {
                    color: #fff;
                    display: inline-block;
                    vertical-align: middle;
                }
                .loginframe .bg input, .regframe .bg input {
                    font-size: 1rem;
                    outline: medium;
                    border: 0;
                    display: inline-block;
                    vertical-align: middle;
                    background-color: #093e66;
                    padding:1% 0;
                    padding-left: 2%;
                    margin: 2% 0;
                     color:#75e5ec;
                     width:50%;
                }
                .regframe .bg input {
               
                    margin: 1.3% 0;
                }
              
                .loginframe .bg .form, .regframe .bg .form {
                    position: absolute;
                    top: 52%;
                    left: 18%;
                    width: 100%;
                }
                .regframe .bg .form {
                    position: absolute;
                    top: 52%;
                    left: 20%;
                    width: 100%;
                }
                .loginframe .bg .link, .regframe .bg .link {
                    position: absolute;
                    top: 86%;
                    overflow: hidden;
                    width: 64%;
                    left: 20%;
                }

                    .loginframe .bg .link a:nth-child(1), .regframe .bg .link a:nth-child(1) {
                        float: left;
                        font-size: 0.7rem;
                        color: #fff;
                        line-height:1rem;
                    }

                    .loginframe .bg .link a:nth-child(2), .regframe .bg .link a:nth-child(2) {
                        float: right;
                        font-size: 0.7rem;
                        color: #fff;
                          line-height:1rem;
                    }

                .loginframe .bg .btn, .regframe .bg .btn {
                    position: absolute;
                    top: 75.5%;
                    overflow: hidden;
                    width: 24%;
                    left: 38%;
                    padding: 4% 0;
                }
                .loginframe .bg .close, .regframe .bg .close {
                    position: absolute;
                    top: 6%;
                    overflow: hidden;
                    width: 10%;
                    right: 5%;
                    padding: 4% 0;
                }
                .regframe .bg .sendCode {
                    position: static;
                    top: 6%;
                    overflow: hidden;
                    width: 20%;
                    right: 5%;
                    padding: 1% 0;
                    background-color: #2772c5;
                    font-size: 0.7rem;
                    text-align: center;
                    color: #fff;
                    border: 2px solid #53d9ff;
                    display:inline-block;
                    vertical-align:middle;
                }
                     .gray {
                        -webkit-filter: grayscale(100%);
                        -moz-filter: grayscale(100%);
                        -ms-filter: grayscale(100%);
                        -o-filter: grayscale(100%);
                        filter: grayscale(100%);
                        filter: gray;
                    }