
        *{margin:0;padding:0; border:0;}
        body {
            font-family: Microsoft YaHei,Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Arial, sans-serif;
          }
        .main{
            width:100%;
            margin:0 auto;
            height:100vh;
            position: relative;
        }
        div,a,img {
            -webkit-tap-highlight-color: transparent;
            -webkit-touch-callout: none;
            -webkit-user-select: none;
            user-select:none;
            }
        .main>header .name{
            position: relative;
            margin: 20px auto;
            width: 290px;
            color: #505556;
            text-align: left;
            font-weight: 400;
            font-size: 22px;
            text-align: center;
        }
        .dev{
            display: none;
            font-size: 16px;;
        }
        .black{
            color:#2f2929;
        }
         .main .icon-container .icon{
            position: static;
            display: inline-block;
            /* box-shadow: 0 0px 10px #dad7d7b0, 0 0 10px #dad7d7b0;	 */

         }
         .main .icon-container {
            position: relative;
            margin: 0 auto;
            width: 290px;
            /* height: 290px */
        }
        .main .icon-container span {
            position: absolute;
            z-index: 2;
            display: block
        }
        
        .main .icon-container .icon {
            top: 0;
            left: 0;
            padding: 32px;
			width: 31vw;
            /* height: 50px;
            border-radius: 17.54%; */
            /* background-color: #fff */
        }
        .main .icon-container .icon img {
            max-width: 100%;
			width:100%
            /* width: 31vw; */
           /* height: 50px;
            border-radius: 17.54% */
        }        
        @media screen and (max-width: 768px){
            .main, .main {
                width: 100%;
                min-width: 100%;
            }
            .main>header .name {
                text-align: center;
                font-size: 20px;
                margin: 0 auto;
            }
            .main>header .name.f28{
                font-size: 22px;
                width: 100%;
                margin-bottom: 20px;
            }
        }
        .main .table-container {
            /* display: table; */
            width: 100vw;
            height: 100vh;
            overflow-y: scroll;
			/* background:url('./../images/bg.png') no-repeat;
			background-size:100% 100%; */
        }  
        .main .cell-container {
            display: table-cell;
            height: 100%;
            vertical-align: middle;
            text-align: center;
        }
        .center{
            text-align: center;
        }
        .main .icon-container .icon img {
            max-width: 100%;
            width: 100%;
            /* height: 50px;
            border-radius: 17.54%; */
        }
        .main .border{
            width:90%;
            margin:0px auto;
            height: 76vh;
           /* background:url('./../images/border.png') no-repeat;
            background-size: 100% 100%; */
            padding-top: 1px;
            position: relative;
            
        }
        .main .border .info{
            width:70%;
            margin:0 auto;
            padding-top:20%;
        }
        .main .border .info p{
            line-height: 28px;
            font-size: 14px;
            color:#505556;
        }
        .main .border .bg{
            position: absolute;
            top: calc(20% + 50px);
        }
        .main .border .bg img{
            width:100%;
            height:100%;
        }
        .main .bottom{
           /* background: url('./../images/bottom.png') no-repeat;
            background-size:  100% 100%; */
            height: 50vh;
            position: absolute;
            bottom: 0px;
            width:100%;
            display: flex;
            justify-content: center;
        }
        .main .bottom button {
            position: absolute;
            bottom: 20%;
            display: inline-block;
            padding: 12px 46px;
            min-width: 200px;
            border-radius: 40px;
            font-size: 16px;
            background: #fff;
            color: #909394;
        }
        button:focus{
            outline: 0;
            cursor: pointer;
        }
        .flex{
            display: flex;
        
        }
        @media all and (orientation : landscape){
            .main .cell-container{
                padding-top:20px;
            }
            .main .border{
                height:auto;
                max-height: none;
            }
            .main .border .bg{
                position: unset;
            }
            .main .bottom{
                position: relative;
                margin-top:-30vh
            }
        }
        .close{
            color:#fff;
            font-size: 22px;;
        }
        .load{
            height: 100%;
            position: absolute;
            z-index: 33;
            display: flex;
            top: 0;
            background: #2b2929;
            width: 100%;
            color: #fff;
            display: none;
            justify-content: center;
            align-items: center;
            font-size: 22px;
            opacity: 0.9;
        }
        .load p{
            position: absolute;
        }
        .wxtip{background: rgba(0,0,0,0.8); text-align: center; position: fixed; left:0; top: 0; width: 100%; height: 100%; z-index: 998; display: none;}
        #JweixinTip .flex{
            position: relative;
            top:20px;
            width: 96%;
            margin: 0 auto;
        }
        .wxtip-icon{width: 52px; height: 67px; display: block; position: absolute; right: 20px; }
        .wxtip-icon img{
            width:100%;
            height:100%;
        }
        .wxtip-txt{margin-top: 107px; color: #fff; font-size: 16px; line-height: 1.5;}
        .loadEffect{
            width: 24px;
            height: 24px;
            position: absolute;
            margin: 0 auto;
            right: 20px;
            top:12px;
            display: none;
        }
        .loadEffect span{
            display: inline-block;
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: #3ab5f39c;
            position: absolute;
            -webkit-animation: load 1.04s ease infinite;
        }
        @-webkit-keyframes load{
            0%{
                opacity: 1;
            }
            100%{
                opacity: 0.2;
            }
        }
        .loadEffect span:nth-child(1){
            left: 0;
            top: 50%;
            -webkit-animation-delay:0.13s;
        }
        .loadEffect span:nth-child(2){
            left: 2px;
            top: 4px;
            -webkit-animation-delay:0.26s;
        }
        .loadEffect span:nth-child(3){
            left: 46%;
            top: 0;
            -webkit-animation-delay:0.39s;
        }
        .loadEffect span:nth-child(4){
            top: 4px;
            right:2px;
            -webkit-animation-delay:0.52s;
        }
        .loadEffect span:nth-child(5){
            right: 0;
            top: 50%;
            -webkit-animation-delay:0.65s;
        }
        .loadEffect span:nth-child(6){
            right: 2px;
            bottom:2px;
            -webkit-animation-delay:0.78s;
        }
        .loadEffect span:nth-child(7){
            bottom: 0;
            left: 45%;
            -webkit-animation-delay:0.91s;
        }
        .loadEffect span:nth-child(8){
            bottom: 2px;
            left: 4px;
            -webkit-animation-delay:1.04s;
        }
		.mask{
					position: fixed;
					display: flex;
					display: webkit-flex;
					flex-direction: row;
					align-items: center;
					justify-content: center;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					z-index: 999999;
					background: #0000002b;
					box-sizing: border-box;
				}
				.alert{
					    min-width: 240px;
					    max-width: 320px;
					    background: #fff;
					    border-radius: 3px;
					    color: #1f0000;
					    overflow: hidden;
						box-sizing: border-box;
				}
				.descript{
					    padding: 24px 16px 8px 16px;
					    text-align: center;
					    letter-spacing: 1px;
					    font-size: 14px;
					    color: #1f0000;
						box-sizing: border-box;
				}
				.confirm{
					box-sizing: border-box;
					width: 100%;
					    padding: 8px;
					    padding-top: 0px;
					    text-align: center;
					    box-sizing: border-box;
					    background: #fff;
				}
				.confirmBtn{
					cursor: pointer;
					    padding: 8px 10px;
					    border: none;
					    border-radius: 2px;
					    font-size: 14px;
					    color: #3f8bdc;
					    background-color: transparent;
						box-sizing: border-box;
				}
                .messageContainer {
                    z-index: 999;
                    width:100%;
                    height: 100%;
                    position: absolute;
                    top: 0%;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    background-color: rgba(0, 0, 0, .5);
                }
                .closeIconBox {
                    position: absolute;
                    width: 20px;
                    height:20px;
                    top: 48px;
                    right: 8px;
                }
                .messageTip {
                    width: 80%;
                    box-sizing: border-box;
                    border-radius: 8px 8px 8px 8px;
                    overflow: hidden;
                }
                .imgBox {
                    width: 100%;
                    position: relative;
                }
                .imgBox img {
                    display: block;
                }
                .downTipBox {
                    padding-top: 20px;
                    text-align: center;
                    margin-bottom: 20px;
                     background: #FFFFFF;
                }
                .btnBox {
                    width: 100%;
                    height: 84px;
                    display: flex;
                    justify-content: space-around;
                    background-color: #fff;
                    align-items: center;
                }
                .storeDownLoadBtn {
                    width: 120px;
                    height: 40px;
                    background-color: #F0F0F0;
                    border-radius: 28px 28px 28px 28px;
                    color: #fff;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: linear-gradient(126deg, #46E3A1 0%, #3BBE93 100%);
                    box-shadow: 0px 3px 5px 0px rgba(14,56,42,0.2);
                }
                .browserDownLoadBtn {
                    width: 120px;
                    height: 40px;
                    background-color: #F0F0F0;
                    border-radius: 28px 28px 28px 28px;
                    color: #262626;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                }

        

