
/* / 禁用iPhone中Safari的字号自动调整 / */
html {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    /* font-family: "MiscroSoft Yahei"; */
    /* background-color: #e5e5e5; */
}

body{
    font-size: .18rem;
    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%;
}

@media(max-width:1024px){
    .container{
        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;}

/* 布局 */
.qui_flex{display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.qui_flex_jcfs{justify-content: flex-start!important;}
.qui_flex_jcfe{justify-content: flex-end!important;}
.qui_flex_jcsb{justify-content:space-between!important;}
.qui_flex_aic{align-items: center!important;}
.qui_flex_aifs{align-items: flex-start!important;}
.qui_flex_aife{align-items: flex-end!important;}
.qui_flex_nwp{flex-wrap: nowrap!important;}
.qui_flex_fdr{flex-direction: row!important;}
.qui_flex_fdrr{flex-direction: row-reverse!important;}
.qui_flex_fdc{flex-direction: column!important;}
.qui_flex_fdcr{flex-direction: column-reverse!important;}
.qui_flex_1{flex: 1!important;}
.qui_flex_0{flex-shrink: 0!important;}

/* 字号 */
.qui_fs48{font-size: .48rem!important;}
.qui_fs36{font-size: .36rem!important;}
.qui_fs34{font-size: .34rem!important;}
.qui_fs32{font-size: .32rem!important;}
.qui_fs30{font-size: .30rem!important;}
.qui_fs28{font-size: .28rem!important;}
.qui_fs26{font-size: .26rem!important;}
.qui_fs24{font-size: .24rem!important;}
.qui_fs22{font-size: .22rem!important;}
.qui_fs20{font-size: .20rem!important;}
.qui_fs18{font-size: .18rem!important;}
.qui_fs16{font-size: .16rem!important;}
.qui_fs14{font-size: .14rem!important;}
.qui_fs12{font-size: .12rem!important;}

.qui_ts{white-space:pre-line!important;}
.qui_tss{white-space:pre-wrap!important;}
.qui_tl{text-align:left!important;}
.qui_tr{text-align:right!important;}
.qui_tc{text-align:center!important;}
.qui_tj{text-align:justify!important;}


.qui_text{display: block;width: 100%;height: .42rem;line-height: .42rem;border: .01rem solid #eee;padding: 0 .15rem;font-size: .16rem;}

.layui-form-select dl dd, .layui-form-select dl dt{font-size: .16rem;}

@font-face {
    font-family: 'Poppins';
    src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
    font-family: 'YOUSHEhaoshenti';
    src: url(../fonts/YouSheHaoShenTi/YSHaoShenTi-2.ttf);
}
