
*{box-sizing: border-box;}
html{font-size: 62.5%;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,a,abbr,address,big,em,img,q,small,strike,strong,
sub,sup,tt,var,i,dl,dt,dd,ol,ul,li,form,fieldset,label,table,caption,tbody,thead,tfoot,tr,th,td,article,
aside,canvas,details,figure,figcaption,header,footer,hgroup,menu,nav,output,section,time,mark,audio,
video,input,textarea,select,button{margin:0;padding:0;border:0;font-family: Microsoft YaHei,Arial,sans-serif,"微軟正黑體"; font-weight: 400; outline: none;}
/*去除默认样式*/
ul,ol,li{list-style:none;}
/*表格边框合并，边框距零*/
table{border-collapse:collapse;border-spacing:0;}
/*a链接*/
a{text-decoration:none; color: #333;}
a:hover{color: #c3273d;}
/*图片设置*/
img{max-width: 100%; margin: auto; display: block; border: none;}
/*字体设置*/
/* h1,h2,h3,h4,h5,h6{font-weight: normal;} */
/*字体颜色*/
body{font-size: 16px; color: #333; background: /* #fff5f8 */ url('../img/bg.jpg') repeat-y top center;}
/* body *{font-weight: 100;} */

/* input的 placeholder 设置 */
input{font-size: 14px;}
input::-moz-placeholder{font-size: 12px; color: #CCCCCC;}
input:-ms-input-placeholder{font-size: 12px; color: #CCCCCC;}
input::-webkit-input-placeholder{font-size: 12px; color: #CCCCCC;}
textarea{font-size: 14px; background: none; resize: none;}
textarea::-moz-placeholder{font-size: 12px; color: #CCCCCC;}
textarea:-ms-input-placeholder{font-size: 12px; color: #CCCCCC;}
textarea::-webkit-input-placeholder{font-size: 12px; color: #CCCCCC;}

/* 自定义placeholder */
.placeholder:empty:before{content: attr(placeholder); color: #ccc;}
.placeholder:focus:before{content: none;}

/* input的 number 设置 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
	-webkit-appearance: none;
	margin: 0;
}
input[type="number"]{-moz-appearance:textfield;}

/* svg图标 */
.svgicon{width: 1em; height: 1em; vertical-align: -0.15em; fill: currentColor; overflow: hidden;}

/* 浮动 */
.fl{float: left;}
.fr{float: right;}
/* 清除浮动 */
.clear:after{content: ''; display: block; clear: both;}
/*设置文字禁止选中*/
/*body{moz-user-select: -moz-none; -moz-user-select: none; -o-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -ms-user-select:none; user-select:none;}*/
/*滚动条设置*/
::-webkit-scrollbar-track-piece{background-color:#fff;}
::-webkit-scrollbar{width: 10px;height: 10px;}
::-webkit-scrollbar-thumb{background-color:#ccc;background-clip:padding-box;min-height:6px;}
/* .font{font-size: .875rem;} */
/*动画*/
.animation{transition: all .4s ease; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -o-transition: all .4s ease;}

/*===汉堡===*/
.hamburger{position: fixed; right: 0; top: 0; padding: 24px; text-align: center; display: none; cursor: pointer; z-index: 1;}
.hamburger li{height: 2px; width: 20px; background: #fff; display: block; margin: 5px auto; *margin: -10px auto; -moz-transition: 0.6s; -o-transition: 0.6s; -webkit-transition: 0.6s;transition: 0.6s;}
.hamburger2{right: 60%;}
.hamburger2 li:nth-of-type(1) {-moz-transform: translateY(7px) rotate(-45deg); -ms-transform: translateY(7px) rotate(-45deg); -webkit-transform: translateY(7px) rotate(-45deg);transform: translateY(7px) rotate(-45deg);}
.hamburger2 li:nth-of-type(2) {opacity: 0;}
.hamburger2 li:nth-of-type(3) {-moz-transform: translateY(-7px) rotate(45deg); -ms-transform: translateY(-7px) rotate(45deg); -webkit-transform: translateY(-7px) rotate(45deg);transform: translateY(-7px) rotate(45deg);}

/*遮罩*/
.mask{position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); z-index: 95; display: none;}

/* 图片通用响应式 */
.img_warp{position: relative;}
.img_warp .img_box{position: absolute; left: 0; top: 0; width: 100%; height: 100%; overflow: hidden; z-index: 2;}
.img_warp .img_box img{min-width: 100%; min-height: 100%;}
.img_warp:hover .img_box img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

.auCHist-man{height: 100px;}


.guanjian{
	display:inline-block;
	font-size:20px;
	padding:0 4px;
	vertical-align:center;
}
.gaoliang{
	color:#FF0000
}
.photo_list_title:hover{
color:#fff;
}
