/* CSS Document */

@charset "UTF-8";
a,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var,
h1,
h2,
h3,
h4,
h5,
h5,
h6,
input,
select,
option {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block -moz-box-sizing: border-box;
    box-sizing: border-box;
}

hr {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0
}

input,
select,
textarea {
    outline: none;
}

button,
html input[type=button],
input[type=submit] {
    -webkit-apperance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default
}

ol,
ul,
li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

em,
i,
u {
    font-style: normal
}

.fl {
    float: left
}

.fr {
    float: right
}

.al {
    text-align: left
}

.ac {
    text-align: center
}

.ar {
    text-align: right
}

.show {
    display: block;
}

.hide {
    display: none
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    *zoom: 1
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

body {
    font: 14px/150% '黑体', Arial, Verdana, "\5b8b\4f53";
    color: #666;
    background: #fff;
}

a {
    text-decoration: none;
    color: #676767;
    cursor: pointer
}

/* 公共弹框 */
.TitBg{ width:100vw;height:100vh;background:rgba(0,0,0,.5);position:fixed;top:0;left:0;z-index:8900;}
.tishi{width:400px;height:250px;position:fixed;top:0;left:0;right:0;bottom:0;margin:auto auto;
	overflow:hidden;box-shadow:0 0 8px #06b0b9;z-index:9000;background:#fff;}
.tishi-title{width:400px;height:52px;background:#06b0b9;text-align:center;
position:relative;}
    .tishi-title>P{
color:#fff;font-size:18px;	line-height:52px;
    }
.tishiClose{width:20px;height:20px;position:absolute;top:10px;right:10px;cursor:pointer;font-size: 20px; color: #fff; line-height: 20px;}
.tishiClose:hover{font-size: 22px; color: #87e1e6;}
/*   提示内容   */
.tishi-p{width:100%;height:140px;}
.tishi-p>p{text-align:center;line-height:140px;color:#333;font-size:16px;}
/*   提示底部按钮   */
.tishi-anniu{width:100%;height:30px;overflow:hidden;}
.Wrong{width:88px;height:30px;background:#06b0b9;cursor:pointer;color:#fff;font-size:14px;
	border-radius:4px;line-height:30px;text-align:center; margin:0 auto;}
.Wrong:hover{background:#07bfc6;}