/* CSS Document */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td ,hr{

    padding: 0;

    margin: 0;

}
font{

font-size:12px;}
table {

    border-collapse: collapse; 
    border-spacing: 0;
}
fieldset,img { 
    border: 0;
}
address,caption,cite,code,dfn,em,th,var { 
    font-weight: normal; 
    font-style: normal;
}
ol,ul { 
    list-style: none;
}
caption,th { 
    text-align: left;
}
h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    font-size: 100%;
}
q:before,q:after { 
    content:";
} 
    abbr,acronym { border: 0;
}
hr{ height:1px; margin-top:3px;}



input.input_focus{
    border: 1px solid red !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.shadow05{box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);}
.imgblock{display: block;}
.w100{width: 100%;display: block;}
.flex{display: flex;}
.flex-jcsb{justify-content: space-between;}
.flex-end{justify-content: flex-end;}
.jc-right{justify-content: flex-end;}
.jc-center{justify-content: center;}
.ai-center{align-items: center;}
.f-left{float: left;}
.f-right{float: right;}
.fz-16{font-size: var(--fz16);}
.c-5b5b5b{color: #5b5b5b;}
.h_fff:hover{
    color: #fff !important;
}
.bg_f3f5f9{
    background-color: #f3f5f9;
}
.wline1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.wline2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.wline3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.wline4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.wline6 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.wline7 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.flex-wrap{flex-wrap: wrap;}
.mtop8{margin-top: 8%;}
.none{display: none;}
.img_cover,.CoverImg{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fixed{position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.fixed_f{position: fixed !important;
}
.flex1{
    flex: 1;
}
.dw_relative {
  position: relative;
  overflow: hidden;
}
.error-msg {
  position: absolute;
  bottom: 5px;
  right: 20px;
  display: block;
  font-size: 11px;
  color: red;
} 
.radius4{
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	overflow: hidden;
}
.radius20{
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	overflow: hidden;
}
.radius10{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	overflow: hidden;
}
.GDtime05{
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.GDtime1{
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}
a{
    transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
}

.absoImg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
}
.CoverImg{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block{display: block;}
.alert {
    position: fixed;
    padding: 15px 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 100000;
    color: #fff;
    text-align: center;
    /* line-height: .6rem; */
    font-size: 16px;
    display: none;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    z-index: 3000;
}
.app_block{display: none !important;}
@media screen and (max-width:767px) {
.app_block{display: block !important;}
.pc_block{display: none !important;}
    
}