@charset "utf-8";
/* CSS layout */

/* 默认样式 */
html{overflow-y:scroll; overflow-x: hidden;}
body,div,ul,li,span,img,input,form{ margin:0; padding:0;}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dd{ margin:0;}
ul,ol,{padding:0;}

body{ font-family:"冬青黑体简体中文","微软雅黑","宋体",Arial,sans-serif !important;}
a{ text-decoration:none; color:#666666; }
li{ list-style:none; }
img{ border:none 0;}
input{ outline:none; border:none; background:none;}
input,textarea,select{ margin:0; }					
input,textarea{ padding:0;}
input::-ms-clear{display:none;}
i{font-style: normal !important;}
img{
	width: 100%;height: 100%;
}

.mask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,.4);z-index: 9993;display: none;}
/* 浮动公共样式 */
.left{ float:left; _display:inline; }
.right{ float:right; _display:inline; }
.clear:after{ display:block; content:''; clear:both;}
.clear{ zoom:1;}


 /*=====对话框=====*/
.dialog-model {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
}

.dialog-model .dialog-container {
    display: table;
    max-width: 80%;
    margin: 70% auto 0;
    padding: 18px 30px;
    border-radius: 8px;
    background-color: rgba(0,0,0,.6);

}

.dialog-model .dialog-container i {
    display: block;
    margin: 0 auto 8px;
    width: 26px;
    height: 26px;
}

.dialog-model .dialog-container i.warn {
    background: url("../images/icon-warn.png") no-repeat;
    background-size: contain;
}

.dialog-model .dialog-container i.true {
    background: url("../images/icon-true.png") no-repeat;
    background-size: contain;
}

.dialog-model .dialog-container p {
    font-size: 16px;
    text-align: center;
    color: #fff;
}