
html {

}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    letter-spacing: 0.02em;
}

a {
    text-decoration: none;
}

body {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    font: 14px PingFang SC,Helvetica Neue,Helvetica,Tahoma,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, pre, code, form, fieldset, legend, input, button, textarea, blockquote {
    margin: 0;
    padding: 0;
    word-break: break-all;
}

input{
    outline: 0;
}

input:focus-visible,button:focus-visible {
    outline-offset: 0px;
}

button {
    outline:0
}

textarea {
    font-family: PingFang SC,Helvetica Neue,Helvetica,Tahoma,Arial;
}

img {
    display: block;
    border: 0;
    max-width: 100%;
}

a{
    text-decoration : none;
}

a:hover{
    text-decoration : none;
}

a:visited{
    text-decoration : none;
}

a:active{
    text-decoration : none;
}

a:link{
    text-decoration : none;
}

@media screen and (min-width: 1025px) {

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::selection {

}
::-moz-selection {

}
::-webkit-selection {

}

}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.w1200 {
    width: 96%;
    max-width: 1200px;
    margin: 0 auto;
}

.w1300 {
    width: 96%;
    max-width: 1300px;
    margin: 0 auto;
}

.fr{
    float: right;
}
.fl{
    float: left;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.flex_d-c {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.flex_wrap {
    -webkit-box-pack: wrap;
    -ms-flex-pack: wrap;
    -webkit-justify-content: wrap;
    flex-wrap: wrap;
}

.flex_j-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.flex_j-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex_j-s-b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.flex_j-s-a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.flex_a-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.flex_a-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.flex_a-b {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.show {
    display: block;
}

.pc_block {
    display: block !important;
}

.pc_flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
}

.pc_table {
    display: table !important;
}

.pc_table_cell {
    display: table-cell !important;
}

.m_block,.m_flex,.m_table,.m_table_cell {
    display: none !important;
}

.transi05 {
    transition: all 0.5s;
}

.hide {
    display: none;
}

@media screen and (min-width: 1024px) {

@-webkit-keyframes img_change {
    0% {
        -webkit-transform:scale(1)
    }
    50% {
        -webkit-transform:scale(1.2)
    }
    100% {
        -webkit-transform:scale(1)
    }
}
@-moz-keyframes img_change {
    0% {
        -moz-transform:scale(1)
    }
    50% {
        -moz-transform:scale(1.2)
    }
    100% {
        -moz-transform:scale(1)
    }
}
@-o-keyframes img_change {
    0% {
        -o-transform:scale(1)
    }
    50% {
        -o-transform:scale(1.2)
    }
    100% {
        -o-transform:scale(1)
    }
}
@keyframes img_change {
    0% {
        transform:scale(1)
    }
    50% {
        transform:scale(1.2)
    }
    100% {
        transform:scale(1)
    }
}

@-webkit-keyframes p_change {
    0% {
        -webkit-transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(15px);
    }
    100% {
        -webkit-transform:translateX(0);
    }
}
@-moz-keyframes p_change {
    0% {
        -moz-transform:translateX(0);
    }
    50% {
        -moz-transform:translateX(15px);
    }
    100% {
        -moz-transform:translateX(0);
    }
}
@-o-keyframes p_change {
    0% {
        -o-transform:translateX(0);
    }
    50% {
        -o-transform:translateX(15px);
    }
    100% {
        -o-transform:translateX(0);
    }
}
@keyframes p_change {
    0% {
        transform:translateX(0);
    }
    50% {
        transform:translateX(15px);
    }
    100% {
        transform:translateX(0);
    }
}

}

@media screen and (max-width: 768px) {

    .m_block {
        display: block !important;
    }
    
    .m_flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: -webkit-flex !important;
        display: flex !important;
    }
    
    .m_table {
        display: table !important;
    }
    
    .m_table_cell {
        display: table-cell !important;
    }
    
    .pc_block,.pc_flex,.pc_table,.pc_table_cell {
        display: none !important;
    }
    
}
