@charset "utf-8";

/* PC端共通样式 */
* { box-sizing: border-box; }
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

body,
button,
dd,
div,
dl,
dt,
input,
li,
ol,
p,
ul {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

body,
button,
input,
keygen,
legend,
select,
textarea {
    line-height: auto; 
}

body,
html {
    width: 100%;
    color: #000;
    font-family: 'Microsoft YaHei';
}

a {
    outline: 0;
    background: 0 0;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: all 0.5s;
    cursor: pointer
}

a:focus {
  outline: none;
}

a:hover {
    transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5 {
    line-height: 100%;
    font-weight: 100;
}

input[type='button'],
input[type='submit'] {
    transition: all linear 0.2s
}

em,
i {
    font-style: normal
}

li,
ol {
    list-style: none;
}

img {
    outline: 0;
    border: none;
    max-width: 100%
}

a,
button,
input,
textarea {
    outline: 0
}

select::-ms-expand {
    display: none
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none
}

input::-webkit-input-speech-button {
    display: none
}

textarea {
    resize: none;
    -webkit-appearance: none
}

button {
    border-radius: 0
}

select {
    outline: 0;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none
}
.container {
  width: 960px;
  margin: 0 auto;
  clear: both;
}

.css {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.animation-a {
    -webkit-transition: all .3s;
    transition: all .3s
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

.position {
    position: relative;
}

.text-hidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-hidden-s {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}
.clearfix {
    width: 100%;
    height: 0;
    clear: both;
}

.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
