@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.shubiaobianxiaoshou{
	cursor: pointer;
}
html {
    height: 100%;
}


/*
body{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
*/

html,
body,
div,
p,
strong,
span,
a,
b,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
del,
img,
i,
em,
select,
button,
textarea,
input {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    font-family: "Open Sans", 'SimSun', Serif;
    font-size: 16px;
    color: #333;
    position: relative;
    min-height: 100%;
}

a,
img,
button,
input,
textarea,
select {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type="text"],
input[type="hidden"],
input[type="password"],
button,
textarea,
select {
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    font-family: 'Microsoft YaHei', "Arial", 'SimSun', Serif;
}

select::-ms-expand {
    display: none;
}

input::-ms-clear {
    display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #999999;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999999;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: #b8b8b8;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: #b8b8b8;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: #b8b8b8;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: #b8b8b8;
}

table {
    border-collapse: collapse;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

li {
    list-style: none;
}

img {
    vertical-align: middle;
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.hidden {
    overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.cell_box {
    font-size: 0;
}

.cell_box:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.cell_box .cell {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}


/*scroll*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-corner,
::-webkit-scrollbar-track {
    background-color: #ccc
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: #222222;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #222222;
}

::-webkit-scrollbar-thumb:vertical:active {
    background-color: #222222;
}

a {
    text_decoration: none;
}


/*去除未被访问的a标签的下划线*/

a:link {
    text_decoration: none;
}


/*去除已经被访问过的a标签的下划线*/

a:visited {
    text_decoration: none;
}


/*去除鼠标悬停时的a标签的下划线*/

a:hover {
    text_decoration: none;
}


/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/

a:active {
    text_decoration: none;
}


/*去除获得焦点的a标签的下划线（被鼠标点击过）*/

a:focus {
    text_decoration: none;
}

a {
    text-decoration: none;
    /* 去除默认的下划线 */
    outline: none;
    /* 去除旧版浏览器的点击后的外虚线框 */
    color: #000;
    /* 去除默认的颜色和点击后变化的颜色 */
}