﻿

@charset "utf-8";

/* 全局 */

html {

	webkit-text-size-adjust: none;

	-webkit-text-size-adjust: none;

	text-justify: inter-ideograph;

}

a {

	text-decoration: none;

	outline: 0;

	-webkit-transition: all .3s ease-in-out 0s;

	-moz-transition: all .3s ease-in-out 0s;

	transition: all .3s ease-in-out 0s

}

/* 基础 */

* {

	-webkit-tap-highlight-color: rgba(255,255,255,0);

	-webkit-touch-callout: none;

	margin: 0

}

::-webkit-scrollbar {

width:10px;

height:10px

}

::-webkit-scrollbar-track {

border-radius:0;

background:rgba(0,0,0,0.1);

}

::-webkit-scrollbar-thumb {

background:rgba(0,0,0,0.2);

}

::-webkit-scrollbar-thumb:hover {

background:rgba(0,0,0,0.4);

background-color:#e6212a;

}

input, textarea {

	-webkit-user-select: text

}

/*分页样式*/

/*麦 站 网分页样式*/

.pages{padding: 20px 0;width:100%;text-align: center;clear: both;}

.pages a,.pages span{color: #666;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 34px;background: #f9f9f9;border: 1px solid #f2f2f2;}

.pages a:hover{display:inline-block;color: #fff;background: #e6212a;border-color: #e6212a;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}

.pages span{display:inline-block;color: #666;}

.pages a.page-num-current{display:inline-block;color: #fff;background: #e6212a;border-color: #e6212a;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}

.badge {

  display: inline-block;

  padding: .25em .4em;

  font-size: 75%;

  font-weight: 700;

  line-height: 1;

  text-align: center;

  white-space: nowrap;

  vertical-align: baseline;

  border-radius: .25rem;



}

.badge-info {

  color: #fff;

  background-color: #17a2b8

}

.badge-info[href]:focus, .badge-info[href]:hover {

  color: #fff;

  text-decoration: none;

  background-color: #117a8b

}

.badge-warning {

  color: #212529;

  background-color: #ffc107

}

.badge-warning[href]:focus, .badge-warning[href]:hover {

  color: #212529;

  text-decoration: none;

  background-color: #d39e00

}

.badge-danger {

  color: #fff;

  background-color: #dc3545

}

.badge-danger[href]:focus, .badge-danger[href]:hover {

  color: #fff;

  text-decoration: none;

  background-color: #bd2130

}



/*返回首页*/

#tip {

	padding-top: 30px;

}

#tip b {

	color: #e6212a;

}

