@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,
input,
button,textarea {
    /* margin: 0;
    padding: 0; */
    border: 0;
    font-size: 100%;
    /* font: inherit;
    font-weight: normal; */
    vertical-align: baseline;
    font-family: 'Arial';
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #b3b3b3;
    font-size: 16px;
    font-family: 'Arial';
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

li,
ul,
dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* custom */
::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:vertical {
    height: 5px;
    background-color: rgba(125, 125, 125, 0.5);
    border-radius: 6px;
}

::-webkit-scrollbar-thumb:horizontal {
    width: 5px;
    background-color: rgba(125, 125, 125, 0.7);
    border-radius: 6px;
}

body,
html {
    padding: 0;
    margin: 0;
    font-size: 14px;
    background-color: #fff;
    color: #333333;
    width: 100%;
    font-family: "Arial";
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* background-attachment: fixed; */
    /* overflow-x: hidden; */
}
.canNoSelect{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html {
    overflow-y: scroll;
}

/*清除浮动*/

.clearfix:before,
.clearfix:after {
    content: " ";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
    clear: both;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    /* color: #7b5c26; */
    text-decoration: none;
}

a:hover img {
    opacity: .9;
}

img {
    border: none;
    vertical-align: middle;
}

video {
    outline: none;
}

a.imagehover:hover img {
    opacity: 0.85;
}

div {
    outline: none;
}

#wrap {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.weight {
    font-weight: bold;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.center {
    text-align: center;
}

.red {
    color: red;
}

/*隐藏*/
.dis {
    display: none!important;
}
.disF{
    display: flex;
}

/* 显示 */
.disp {
    display: block;
}

.w43 {
    width: 43.13%;
}

.mt0 {
    margin-top: 0
}

.mt10 {
    margin-top: 10px;
}

.w50 {
    width: 50%;
}

.hover_rotate {
    cursor: pointer;
}

.hover_rotate img {
    transition: 0.6s;
    cursor: pointer;
}

.hover_rotate:hover img {
    transform: rotateY(180deg);
    transition: 0.6s;
}
