@charset "utf-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video ,button{
    margin:0;
    padding:0;
    outline:0;
}
button,iframe{
	 border: 0;
}
html,body{
	font-size: 62.5%;
    font-family: "微软雅黑";
}
h1,h2,h3,h4,h5,h6,em,i {
    font-weight: 100;
    font-style: normal
}
ul,ol,li {
    list-style-type: none
}
a {
    color: #666;
    text-decoration: none;
    outline: 0
}
a:hover {
    text-decoration: none
}　
img{
	display: block;
}
input[type=number]::-webkit-input-placeholder {
			color: #DDDDDD;
			-webkit-transition: color.5s;
		}
		input[type=number]:focus::-webkit-input-placeholder, input[type=number]:hover::-webkit-input-placeholder {
			-webkit-transition: opacity.5s;
			opacity: 0;
		}
input::-webkit-input-placeholder{
	color: #DBDBDB;
}
textarea::-webkit-input-placeholder{
	color: #DBDBDB;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none!important;
}

input[type=number] {
	-moz-appearance: textfield;
}
.box_sizing{
	-webkit-box-sizing: border-box;
	box-sizing:border-box;
}
.soushi-full{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow:auto;
}
.pop_windows{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0);
}
.pop_windows_tips{
	/*width: 200px;*/
	background-color: rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	margin-top:-100px;
	left: 50%;
	margin-left: -100px;
	z-index: 1000;
	border-radius: 5px;
	color: #eaeaea;
	font-size: 14px;
	padding: 10px;
	text-align: center;
	z-index: 10000;
}
.pop_windows_tips div:nth-child(1){
	padding: 10px 30px;
	padding-left: 15px;
	font-size: 16px;
	/*width: 150px;*/
	margin: 0 auto;
	padding-left: 45px;
	padding-right: 20px;
	background: url(../img/icon_state.png) no-repeat 10px center;
	background-size: 30px;
}
.pop_windows_tips div:nth-child(2){
	/*padding-bottom: 10px;*/
}
.submit_tips {
	font-size: 14px;
	width: 200px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	color: #666666;
}
.confirmWindowbody{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.001);
	overflow: hidden;
}

.confirmWindowbody .confirmWindow{
	height: 200px;
	width: 350px;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	z-index: 10000;
	position: fixed;
	left: 50%;
	margin-left: -175px;
	top: 50%;
	margin-top: -100px;
}
.confirmWindowbody .confirmWindow i{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 28px;
	text-align: center;
	line-height: 28px;
	width: 28px;
	height: 28px;
	display: inline-block;
	color: #777;
	cursor: pointer;
}
.confirmWindowbody .confirmWindow .confirmWindow_text{
	color: #656565;
	font-size: 14px;
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.confirmWindowbody .confirmWindow .confirmWindow_btn{
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 40px;
}
.confirmWindowbody .confirmWindow .confirmWindow_btn button{
	width: 100px;
	height: 28px;
	color: #FFFFFF;
	cursor: pointer;
}
.confirmWindowbody .confirmWindow .confirmWindow_btn button:nth-child(1){
	margin-right: 30px;
	background-color: #13a0e7;
}
.confirmWindowbody .confirmWindow .confirmWindow_btn button:nth-child(2){
	background-color: #ffc057;
}

.WarningWindow{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.001);
	overflow: hidden;
}
.WarningWindowBody{
	/*width: 200px;*/
	background-color: rgba(0,0,0,0.5);
	position: fixed;
	top: 50%;
	margin-top:-100px;
	left: 50%;
	margin-left: -100px;
	z-index: 1000;
	border-radius: 5px;
	color: #eaeaea;
	font-size: 14px;
	max-width: 300px;
	/*padding: 10px 0 20px 0;*/
	text-align: center;
}
.WarningWindowBody div:nth-child(1){
	padding: 30px 0;
	padding-left: 15px;
	font-size: 14px;
	/*width: 100px;*/
	width: auto;
	margin: 0 auto;
	padding-left: 36px;
	padding-right: 10px;
	background: url(../img/warning.png) no-repeat 10px 28px;
	background-size: 22px;
}
.mylayer_loading{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.001);
	overflow: hidden;
}
.loadingView{
	/*width: 200px;*/
	height: 32px;
	position: fixed;
	top: 50%;
	margin-top:-100px;
	left: 50%;
	margin-left: -100px;
	z-index: 1000;
	border-radius:5px;
	color: #666666;
	line-height: 32px;
	font-size: 14px;
	max-width: 300px;
	text-align: left;
}
.loadingView span:nth-child(1){
	display: inline-block;
	height: 32px;
	width: 32px;
	float: left;
}
.loadingView span:nth-child(2){
	float: left;
	margin-left: 7px;
	height: 32px;
	display: inline-block;
	line-height: 32px;
}
.loadingView span:nth-child(1) img{
	height: 32px;
	width: 32px;
}

/*大图预览*/
#bigImg_proview {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #666666;
}

#bigImg_proview .close_proview {
	position: absolute;
	height: 40px;
	width: 40px;
	right: 5px;
	top: 0px;
	color: #FFFFFF;
	font-size: 42px;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
	z-index: 100000;
}

#bigImg_proview .close_proview:hover {
	color: #ff0028;
}
[v-cloak] {
    display:none !important;
}

.flex {
	display: flex;
}

.flex-1 {
	flex: 1;
}

.flex-vtm {
	align-items: center;
}

.flex-tc {
	justify-content: center;
}

.page-container{
	padding: 20px;
}

.blue-c{
	color: #409EFF;
}
.mr20{
	margin-right: 20px;
}
.mb20{
	margin-bottom: 20px;
}
.mt20 {
	margin-bottom: 20px;
}
.pt20{
	padding-top: 20px;
}
.cursor{
	cursor: pointer;
}