﻿@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video ,iframe {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration:none;
	/*文字阴影消除*/
	text-shadow:none;
	/*文字强制换行*/
	word-wrap: break-word;
	list-style: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/}
body {
	line-height: 1;font-size: 1.4rem;/*1.4 × 10px = 14px */
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a{cursor:pointer;}
a:link{text-decoration:none;   /* 指正常的未被访问过的链接*/
}a:visited{text-decoration:none; /*指已经访问过的链接*/
}a:hover{text-decoration:none;/*指鼠标在链接*/}a:active{text-decoration:none;/* 指正在点的链接*/ 
}
/*4*/
@media (min-width: 320px) and (max-width: 480px) {
	}
/*5*/
@media (min-width: 320px) and (max-width: 568px) { 
}
/*6*/
@media (min-width: 375px) and (max-width: 667px) { 
}
/*6+*/
@media (min-width: 414px) and (max-width: 736px) { 
}
/*ipad*/
@media (min-width: 768px) and (max-width: 1024px) {  
}
/*土豪金*/
.d4c5b3{ color:rgba(212,197,179,1);}