@charset "utf-8";
html {
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica, sans-serif;
	line-height:12px;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background: #f8fffe;
}
body{
	overflow-x:hidden;
	-webkit-overflow-scrolling: touch;
	font-size: 14px;
	color:#555;

}
header,main,section,footer{display: block;}
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ww{
	max-width:1200px;
	min-width:300px;
	margin:auto;
}
a{
	color: #333;
	text-decoration: none;
}
img{
	border: 0;
	display: inline-block;
	vertical-align: middle;
}
input,textarea,textarea,button{
	-webkit-appearance: none;
	outline: none;
	border: none;
	font-family: "Microsoft YaHei","Helvetica Neue",Helvetica, sans-serif;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after{
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
li,ol{
	list-style:none;
}
.red{color: #fa5068;}
.green{color: #51bd7e;}
.yuyue-border .nc-container #nc_1_wrapper,
.yuyue-border .nc-container.tb-login #nc_1_wrapper {
  width: 100%;
}

.yuyue-border .nc_scale {
  height: 50px;
}

.yuyue-border .nc-container .nc_scale span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  box-sizing: border-box;
}

.yuyue-border .nc_iconfont,
.yuyue-border .nc-container .nc_scale .scale_text {
  font-size: 20px;
}
@media screen and (max-width:750px) {
	.yuyue-border {
	  height: 1.1rem;
	  margin-bottom: .5rem;
	}
	
	.yuyue-border ._nc .stage1 {
	  padding: 0;
	}
	
	.yuyue-border ._nc .stage1 .slider {
	  left: 0;
	  right: 0;
	  height: 1.1rem;
	}
	
	.yuyue-border ._nc .stage1 .track div,
	.yuyue-border ._nc .stage1 .label {
	  height: 1.1rem;
	  line-height: 1.1rem;
	}
	
	.yuyue-border ._nc .stage1 .button {
	  width: 1.1rem;
	  height: 1.1rem;
	}
	
	.yuyue-border ._nc .icon-slide-arrow,
	.yuyue-border ._nc .icon-ok {
	  font-size: .8rem;
	}
	
	.yuyue-border ._nc .icon {
	  width: 1rem;
	  height: 1rem;	
	}
	
	.yuyue-btn {
	  width: 100%;
	  height: 1.1rem;
	  margin: .4rem auto 0;
	}
}