*{
    margin:0;
    padding:0;
    font-size:12px;
    font-family: "Microsoft YaHei";
}
html,body{
    height: 100%;
}
html{
    font-size:20px;
}
body,ul,ol,dl,li{
    padding:0;
    margin:0;
}
h1,h2,h3,h4,h5,h6{
    font-size:12px;
    font-weight:normal;
}
li{list-style:none;}
a{text-decoration:none;color:#000;}
em,i{font-style:normal;}
b,strong{font-weight:normal;}
.clearfix:after{display:block;content:"";clear:both;}
.clearfix{zoom:1;}
.fl{float:left;}
.fr{float:right;}
input{outline:none;}
/*img{display:block;}*/
table{border-collapse:collapse;}
th,td{padding:0;}
a img{border:0;}
.none{
    display: none;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color:#666;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#666;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#666;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#666;
}
/*设置视频默认下载按钮隐藏*/
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}
/*关于本项目*/
/*中间部分宽度*/
.content{
    width: 1200px;
    margin: 0 auto;
}
.bg_white{
    background: #fff;
}
.flex{
  display: flex;
  align-items: center; 
}
.color-6{
	color: #666;
}
.bg-w{
	background: #fff;
}

.content-box .content-box-title{
	margin: 20px 0 10px 0;
}
.flexb{
	position: fixed;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
}

.mask{
	position: fixed;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255,255,255,0.8);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
}
.mask-box{
	width: 420px;
	background: #fff;
	padding: 40px;
	box-shadow: 0 0 10px 3px #d1d1d1;
}
.mask-box-tit{
	font-size: 24px;
	color: #666;
	font-weight: bold;
	margin-bottom: 20px;
}
.mask-box label{
	display: block;
	color: #3498DB;
	font-size: 14px;
	text-indent: 10px;
	visibility: hidden;
}
.visible{
	visibility: visible;
}
.mask-box input[type=text],
.mask-box input[type=password]{
	display: inline-block;
	width: 100%;
	border: none;
	font-size: 16px;
	color: #666;
	padding:10px 10px;
	border-bottom: 1px solid #D8D8D8;
	box-sizing: border-box;
}
.mask-item{
	margin-top: 10px;
	position: relative;
}
.mask-re-box{
	width: 14px;
	height: 14px;
	position: relative;
	background: url(../img/uncheck.jpg) no-repeat center;
	background-size: 100%;
	margin: 2px 5px 0 0;
}
.mask-re-box.checked{
	background: url(../img/check.jpg) no-repeat center;
	background-size: 100%;
}
.mask-re-box input[type=checkbox]{
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 11;
	opacity: 0;
}
.mask-rember span,
.mask-right-bottom,
.mask-right-bottom a{
	font-size: 14px;
	color: #ccc;
}
.mask-right-bottom,
.mask-right-bottom a{
	color:#127BBD
}
.mask-item img{
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 75px;
	height: 28px;
}
.mask-btn{
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #3498DB;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 20px 0;
}
.mask-register label{
	visibility: visible;
	font-size: 16px;
	color: #666;
	float: left;
	text-align: left;
	padding: 10px 0;
	text-indent: 0;
}
.mask-register input[type=text],
.mask-register input[type=password]{
	float: right;
	width: 336px;
	font-size: 16px;
	padding-left: 0;
	padding-right:0 ;
}
.mask-register .mask-item{
	overflow: hidden;
}
.getcode{
	position: absolute;
	height: 42px;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color: #127BBD;
	line-height: 42px;
}
.agree-box{
	text-align: right;
	
}
.agree-box a{
	color: #0067B5;
}
.agree-box label,
.agree-box input,
.agree-box a{
	float: right;
	font-size: 14px;
	padding: 0;
}
.mask-register em{
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-top:3px ;
	border: 1px solid #ccc;
	background: white;
	margin-right: 5px;
	margin-top: 3px
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.mask-register em.active{
	border: 1px solid #3774AA;
	background: #3774AA;
}
.mask-register input[type=checkbox]{
	position: relative;
	left:0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
}
.mask-register .mask-item span,
.repass-getcode .mask-item span{
	font-size: 14px;
	color: #535353;
}
.mask-register .mask-box-tit label{
	float: none;
	display: inline-block;
	font-size: 14px;
	color: #999;
	font-weight: normal;
}
.chose-type{
	font-size: 14px;
}
.chose-type .fl{
	margin-left: 30px;
}
.chose-type em{
	position: relative;
	top: 3px;
}
.chose-type label.active{
	color: #3774AA;
}
.repasstype .mask-item a{
	display: block;
	width: 298px;
	height: 58px;
	border: 1px solid #127BBD;
	color: #127BBD;
	text-align: center;
	line-height: 58px;
	margin: 0 auto;
	font-size: 18px;
	margin-top: 20px;
}
.repasstype .mask-box-tit{
	margin-bottom: 50px;
}
input[disabled]{
	background: #fff;
}
.repass-getcode label{
	visibility: visible;
}
.repass-set p{
	font-size: 16px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mask-success p{
	width: 380px;
	margin-left: 50px;
	margin-bottom: 10px;
}
.mask-success p:nth-of-type(1){
	font-size:16px;
	color: #333;
}
.mask-success p:nth-of-type(2){
	font-size:14px;
	color: #666;
}
.mask-success a.fr{
	color: #FFF;
	font-size: 14px;
	background: #108EE9;
	width: 85px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin-top: 40px;
}
.swiper-slide a img{
	width: 100% ;
	max-height: 100% ;
}
.mhei{
	min-height:600px;
}
.paytypebox label{
	visibility: visible;
}
.paytypebox .paytypeitem,
.paytypebox .paytypeitem label,
.paytypebox .paytypeitem span{
	font-size: 16px;
	margin-right:  20px;
	color: #666;
	line-height: 25px;
}
.paytypebox .paytypeitem input{
	margin-top: 7px;
}
.paytypebox .paytypeitem{
	margin-left: 75px;
}
.btn-group a{
	margin-right: 20px;
    color: #4B82BD;
    background: #fff;
    border: 1px solid #4B82BD;
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 2px;
    font-size: 16px;
    margin-top: 20px;
}
.btn-group a.paybtn{
	background: #4B82BD;
	color: #fff;
}
.btn-group a:nth-of-type(1){
	margin-left: 100px;
}
.topay-box p{
	color: #666;
	font-size: 14px;
}
.topay-box p span{
	font-size: 16px;
	color: red;
}
.topay-box a{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.topay-box a:nth-of-type(2){
	background: #fff;
	color: #666;
	border: 1px solid #c6c6c6;
	box-sizing: border-box;
	margin-right: 20px;
}
/*弹窗关闭按钮*/
.close_dialog_w{
	position: absolute;
	top: -16px;
	right: -16px;
	/*background: ;*/
	background:url("../../static/img/clost_dialog.png") no-repeat #fff;
	background-size: 100% 100%;
	color: #333;
	z-index: 100;
	box-shadow: 3px -1px 2px rgba(0,0,0,.2);
	border-radius: 16px;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
}