@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
@font-face {
	font-family: rbno2_lightregular;
	src: url(../fonts/rbno2light-webfont.eot);
	src: url(../fonts/rbno2light-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/rbno2light-webfont.woff2) format('woff2'), url(../fonts/rbno2light-webfont.woff) format('woff'), url(../fonts/rbno2light-webfont.ttf) format('truetype'), url(../fonts/rbno2light-webfont.svg#rbno2_lightregular) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: melbourneregular;
	src: url(../fonts/melbourne_reg-webfont.eot);
	src: url(../fonts/melbourne_reg-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/melbourne_reg-webfont.woff) format('woff'), url(../fonts/melbourne_reg-webfont.ttf) format('truetype'), url(../fonts/melbourne_reg-webfont.svg#melbourneregular) format('svg');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: melbournebold;
	src: url(../fonts/melbourne_bold-webfont.eot);
	src: url(../fonts/melbourne_bold-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/melbourne_bold-webfont.woff) format('woff'), url(../fonts/melbourne_bold-webfont.ttf) format('truetype'), url(../fonts/melbourne_bold-webfont.svg#melbournebold) format('svg');
	font-weight: 400;
	font-style: normal
}
html,body{
	font-family: 'PingFang SC',helvetica,"Hiragino Sans GB", "Microsoft YaHei", sans-serif;
	font-size: 14px;
	color: #3E3E3E;
}
textarea,
input {
	word-wrap: break-word;
	word-break: break-all;
	font-size: 14px;
}
a {
	text-decoration: none;
	color: #3E3E3E;
}
a:hover {
	color: #1BD0DA;
}
/*div a:hover {
    color: #C5A775;
}*/
img{
	display: block;
	border: none;
}
ul,li {
	list-style: none;
}
input[type="button"],input[type="submit"],input[type="reset"],button {
	-webkit-appearance: none;
	font-size: 12px;
}

.hide, .none, .hidden, .dn { display: none !important;}
.line_one{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.line_2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
.line_3{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3; }
.w1600{
    width: 1600px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}
::selection {
	background: #0f0f22;
	color: #fff;
}
::-webkit-scrollbar{ width: 5px; height: 10px; border-radius: 4px;}
::-webkit-scrollbar-button{ background-color: #cac7c7;display: none;}
::-webkit-scrollbar-track{ background: none;border-radius: 4px;}
::-webkit-scrollbar-thumb{ background: #7E0303; border-radius: 4px;}
::-webkit-scrollbar-corner{ background: #82AFFF;border-radius: 4px;}
::-webkit-scrollbar-resizer{ background: #FF0BEE;border-radius: 4px;}
textarea {
	-webkit-appearance: none;
}
.animate {
	transition: all 0.5s cubic-bezier(0.25, 0, 0, 1);
	-webkit-transition: all 0.5s cubic-bezier(0.25, 0, 0, 1);
}
.loader {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 500;
}

.loader .l {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	margin-left: -25px;
	top: 50%;
	margin-top: -25px;
	padding: 10px;
	background: #FFFFFF;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
	border-radius: 5px;
}
.loader .l img {
	display: block;
	-webkit-animation: loadFun 1s linear infinite;
	animation: loadFun 1s linear infinite;
}

@-webkit-keyframes loadFun {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes loadFun {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.lightBox-{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 1000;
	transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}


.tipsMsg{
	width: 60%;
	height: auto;
	position: fixed;
	left: 20%;
	background: rgba(225, 0, 0, .8);
	line-height: 30px;
	color: #FFFFFF;
	font-size: 1.2rem;
	text-align: center;
	bottom: -45px;
	border-radius: 30px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}
.tipsMsg.active{
	bottom: 10px;
}

/*IEtips*/

.IEtips{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; display: none;}
.IEtips_Box{ width: 1000px; background: #FAFAFA; height: 500px; position: absolute; left: 50%; top: 50%; margin: -250px 0 0 -500px;}
.IEtips .Browser{ margin-top: 35px;}
.IEtips .IEtips_title{ font-size: 36px; width: 80%; margin: 0 auto; padding-top: 35px;}
.IEtips .Browser ul{ overflow: hidden; text-align: center; width: 80%; margin: 0 auto;}
.IEtips .Browser ul li{ margin: 0 40px; text-align: center; width: 120px; float: left;}
.IEtips .Browser ul li img{ width: 100px; margin: 0 auto;}
.IEtips .Browser ul li a, .IEtips .Browser ul li span{ display: inline-block; margin-top: 25px; color: #2570e1; font-size: 16px; transition: all .5s; -webkit-transition: all .5s;}
.IEtips .Browser ul li a:hover{ color: #800886;}
.IEtips .brn_off{ background: url(./ietips/brn_off.png); height: 32px; width: 32px; position: absolute; top: 5px; right: 5px; cursor: pointer;}

/*end*/
