
/* / 禁用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: .20rem;
    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: rgb(208, 183, 135);
    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 1.2em;
}
.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: 1400px;
    margin: 0 auto;
    width: 85%;
}
.auto-1280{
    max-width: 1280px;
    margin: 0 auto;
    width: 85%;
}
@media(min-width:1921px){
    .container{
        max-width: 14rem;
    }
    .auto-1280{
        max-width: 12.8rem;
    }
}
@media(max-width:1024px){
    .container{
        width:calc(100% - .6rem) !important;
        margin: 0 auto;
    }
    .auto-1280{
        width:calc(100% - .6rem) !important;
        margin: 0 auto;
    }
    body{
        font-size: .20rem;
    }
}
@media(max-width:750px){
    body{
        font-size: .24rem;
    }
}

/* 编辑器居中 */
.align-center{text-align:center;}
.align-left{text-align:left;}
.align-right{text-align:right;}


/* vue 动画 */
.dialog-enter-active,
.dialog-leave-active{
    transition: .5s;
}
.dialog-enter-active .inner,
.dialog-leave-active .inner{
    transition: .5s;
}

.dialog-enter{
    opacity: 0;
}
.dialog-enter .inner{
    transform: translateY(-10px);
    opacity: 0;
}
.dialog-leave-to{
    opacity: 0;
}
.dialog-leave-to .inner{
    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);
}


.ban-pc{
    display: block;
    width: 100%;
}
.ban-phone{
    display: none;
    width: 100%;
}
@media(max-width:1024px){
    .ban-pc{
        display: none;
        width: 100%;
    }
    .ban-phone{
        display: block;
        width: 100%;
    }
}


@font-face{
    font-family: 'AvantGardeITCbyBT';
    src: url(/Res/Web/fonts/AvantGardeITCbyBT-Demi/AvantGardeITCbyBT-Demi.otf);
}

@font-face{
    font-family: 'HarmonyOS Sans SC';
    src: url(../font/HarmonyOS_Sans.ttf);
    font-weight: 500;
    font-style: normal;
}