﻿/** {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    position: relative;
    width: 100%;
}*/

/*body {
    background: #000;
}*/
/*input,button{
    outline:none;
}*/
canvas {
    background: #000;
    display: block;
}

#canvas {
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right:0;
    z-index: 1;
}
.m-con{
    position: absolute;
    top:48%;
    width: 100%;
    display: none;
    z-index: 99;
}
.m-con-k{
    display: flex;
    justify-content: center;
}
/*input{
    padding-top:9px;
    padding-left: 10px;
    padding-bottom:9px;
    border: 1px solid #e1e1e1;
}*/
.m-con .m-con-input input{
    width: 300px;
    box-shadow: 0 0 12px #fff;
}
.m-con .m-con-button button{
    border: 1px solid #e1e1e1;
    padding: 7px 20px 8px 20px;
    color: #fff;
    box-shadow: 0 0 12px #fff;
    background-color: #0e8cdc;
    cursor: pointer;
}
.m-con .m-con-button button:hover{
    background-color: #2b95e4;
}
.tip-error{
    display: none;
    position: absolute;
    background-color: #a71e14;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    z-index: 99;
    top:-40px;
    box-shadow: 0 0 8px #999;
    border-radius: 15px;
}
/* 弹出框样式*/
.m-info{
    display: none;
}
.m-info-k{
    position: absolute;
    z-index: 100;
    top:50%;
    left: 50%;
    width: 560px;
    height: 350px;
    background: rgba(0,0,0,0.5);
    margin-top: -175px;
    margin-left: -320px;
    border-radius: 10px;
    padding: 20px 40px;
    box-shadow: 0 0 12px #888;
}
.m-info-k .hr{
    border-bottom: 1px solid #999;
}
.m-two{
    margin-top: 20px;
}
.m-info-success{
    text-align: center;
    font-size: 28px;
    color: #fff;
    line-height: 80px;
}
.m-info-tip{
    margin-top: 20px;
    font-size: 14px;
    color: #ddd;
    line-height: 28px;
}
.m-info-input{
    margin-top: 15px;
}
.m-info-input input{
    width: 250px;
}
.m-info-sub{
    position: relative;
    margin-top: 40px;
}
.m-info-input .m-info-code{
    border: 1px solid #e1e1e1;
    padding: 8px 10px;
    color: #fff;
    background-color: chocolate;
    cursor: pointer;
}
.m-info-flex{
    display: flex;
}
.m-info-sub{
}
.m-info-sub button{
    border: 1px solid #e1e1e1;
    padding: 8px 10px;
    min-width: 80px;
    box-shadow: 0 0 3px #fff;
    cursor: pointer;
}
.m-submit{
    color: #fff;
    background-color: #0e8cdc;
}
.m-cancel{
    margin-left: 20px;
    color: #999;
    background-color: #f2f2f2;
}
.m-ok{
    display: none;
}
.m-ok-k{
    position: absolute;
    z-index: 100;
    top:50%;
    left: 50%;
    width: 260px;
    height: 150px;
    background: rgba(0,0,0,0.5);
    margin-top: -75px;
    margin-left: -150px;
    border-radius: 10px;
    padding: 10px 20px;
    box-shadow: 0 0 12px #888;
}
.m-ok-k span{
    display: inline-block;
    height: 150px;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 150px;
    font-size: 18px;
}
.tip-info-error{
    display: none;
    position: absolute;
    background-color: #a71e14;
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    z-index: 99;
    top:-35px;
    box-shadow: 0 0 8px #999;
}

/* slide.css start */
/* 说明：所有页面slideApp.css总是与slide.css一起使用 所以将两个文件合并 2019-8-23 */
.code_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 999;
}

.icon-login-bg {
    background-image: url(../images/loginicon.png);
    background-repeat: no-repeat;
}

.code-con {
    position: fixed;
    top: 30%;
    width: 320px;
    left: 50%;
    margin-left: -160px;
    background-color: #fff;
    z-index: 1000;
    -moz-user-select: none;
    -webkit-user-select: none;
    overflow-x: hidden;
    font-size:16px;
}

.code-img {
    margin: 5px 5px;
    padding: 5px 5px;
    background-color: #f5f6f7;
}

    .code-img img {
        display: block;
    }

.icon-w-25 {
    display: inline-block;
    width: 25px;
    height: 25px;
    text-indent: -9999px;
}

.icon-push {
    cursor: pointer;
    background-position: -149px -98px;
}

.code-push {
    height: 25px;
}

.code-btn {
    position: relative;
    height: 30px;
    text-align: center;
    color: #999;
    margin: 10px 10px;
    box-sizing: border-box;
    background-color: #f5f6f7;
    border-radius: 15px;
    border: 1px solid #e1e1e1;
}

.code-btn-m {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f6f7;
    border: 1px solid #e1e1e1;
    z-index: 5;
    top: -6px;
    left: 10px;
    box-shadow: 0 0 3px #ccc;
    cursor: pointer;
    background-position: -64px 9px;
}

.code-btn-img {
    background-image: url(../images/arrow.png);
    background-repeat: no-repeat;
}

    .code-btn-img.active {
        background-position: -135px 9px;
    }

.code-span {
    line-height: 28px;
    margin-left: 25px;
}

.code-btn-img.error {
    background-position: 8px 9px;
}

.code-img-con {
    position: relative;
}

.code-mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.code-tip {
    line-height: 30px;
    padding-left: 10px;
    font-size: 12px;
    color: #999;
}

.code-tip-red {
    color: red;
}

.code-tip-green {
    color: green;
}
/* slide.css end */