/* 滚动槽 */

::-webkit-scrollbar {
    width: 0px;
    height: 10px;
}

::-webkit-scrollbar-track {
    background: #f2f2f2;
}


/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #ddd;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #ddd;
}

html,
body,
div,
span,
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,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

input,
button,
textarea {
    font-family: "Hiragino Sans GB", "Microsoft Yahei", tahoma, arial;
    font-size: 16px;
}

input:active,
input:focus,
input:active,
button:active,
button:focus,
button:active,
textarea:focus,
textarea:active {
    outline: none;
}

input[type="radio"] {
    height: 16px;
    width: 16px;
    box-sizing: content-box !important;
    position: relative;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-user-select: none;
    background-image: none;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #444;
    font: inherit;
    margin: 0 1px 0 0;
    outline: none;
    border-radius: 50%;
    text-shadow: none;
    padding: 0px !important;
}

input[type="radio"]:checked::before {
    -webkit-user-select: none;
    background: url(../img/radio.png) no-repeat center center;
    content: '';
    display: block;
    height: 16px;
    width: 16px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    vertical-align: top;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body {
    width: 100%;
    height: 100%;
    background: #efeff4;
    font: 12px/1.5 "Hiragino Sans GB", "Microsoft Yahei", tahoma, arial;
    color: #333;
    font-size: 16px;
    line-height: 140%;
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}


/* Remove Float */

.cle {
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.btn:active {
    outline: 0;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .15);
}

*:hover {
    transition: all .3s ease-in-out;
}

.language-btn {
    position: absolute;
    right: 100px;
    bottom: 100px;
    text-align: center;
    cursor: pointer;
}

.language-btn p {
    margin-top: 18px;
    font-size: 20px;
    color: #fff;
    font-weight: 700;
}

@media screen and (min-width: 2999px) {
    .language-btn p {
        margin-top: 18px;
        font-size: 30px;
        color: #fff;
        font-weight: 700;
    }
}