
/* / 禁用iPhone中Safari的字号自动调整 / */
html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-family:"HarmonyOS Sans SC" ,"SourceHanSansCN", "MiscroSoft Yahei";
    /* background-color: #e5e5e5; */
}
body{
    font-size: .16rem;
    margin: 0 auto !important;
    overflow-x: hidden;
    color: rgb(77, 77, 77);
}
/* / 去除iPhone中默认的input样式 / */
input[type='submit'],
input[type='reset'],
input[type='button'],
input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none;
}
input {
    -webkit-appearance: none;
    resize: none;
    border-radius: 0;
}
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* / 设置HTML5元素为块 / */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
/* / 图片自适应 / */
img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    /* / ie8 / */
    -ms-interpolation-mode: bicubic;
    /* /为了照顾ie图片缩放失真/ */
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}
em,
i {
    font-style: normal;
}
.clearfix:after {
    content: '';
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover {
    color: #036ba6;
    text-decoration: none;
}
.ul,
.ol {
    list-style: none;
    margin: 0;
}
img {
    border: none;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*::before,
*::after{
    box-sizing: border-box;
}
pre{
    line-height: inherit;
    font-family: inherit;
    font-size: inherit;
    display: block;
    width: 100%;
    word-break: break-word;
    white-space: pre-line;
}
ul,
ol{
    margin: 0 1em;
}
.dot,
.dot2,
.dot3,
.dot4,
.dot5,
.dot6{
    display: box;
    display: -webkit-box;
    display: -moz-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
   
}
.dot{
    -webkit-line-clamp: 1;
}
.dot2{
    -webkit-line-clamp: 2;
}
.dot3{
    -webkit-line-clamp: 3;
}
.dot4{
    -webkit-line-clamp: 4;
}
.dot5{
    -webkit-line-clamp: 5;
}
.dot6{
    -webkit-line-clamp: 6;
}
.container{
    max-width: 1440px;
    margin: 0 auto;
    width: 85%;
}
.auto-1600{
    max-width: 1600px;
    margin: 0 auto;
    width: 85%;
}
@media(max-width:1024px){
    .container{
        width:calc(100% - .6rem) !important;
        margin: 0 auto;
    }
    .auto-1600{
        width:calc(100% - .6rem) !important;
        margin: 0 auto;
    }
    body{
        font-size: .24rem;
    }
}
.ytable{
    display: table;
    width: 100%;
}
.ytable-cell{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}
.fancybox-button--zoom{display: none !important;}
.align-center{text-align:center;}
.align-left{text-align:left;}
.align-right{text-align:right;}


@font-face {
    font-family: "YouSheBiaoTiHei";
    src: url(../font/YouSheBiaoTiHei-2.ttf);
}

@font-face {
    font-family: "Oswald";
    src: url(../font/Oswald.ttf);
}
.bg_cover{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.dialog-enter-active,
.dialog-leave-active{
    transition: .5s;
}
.dialog-enter-active .ytable-100,
.dialog-leave-active .ytable-100{
    transition: .5s;
}

.dialog-enter{
    opacity: 0;
}
.dialog-enter .ytable-100{
    transform: translateY(-10px);
    opacity: 0;
}
.dialog-leave-to{
    opacity: 0;
}
.dialog-leave-to .ytable-100{
    transform: translateY(-10px);
    opacity: 0;
}



/* fade-transform */
.fade-transform-leave-active,
.fade-transform-enter-active {
  transition: all .5s;
}

.fade-transform-enter {
  opacity: 0;
  transform: translateX(-30px);
}

.fade-transform-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

