﻿@charset "utf-8";
/* CSS Document */
*{
-moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
user-select:none;
font-family: PingFangSC-Regular, sans-serif;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{ margin:0; padding:0;font-family: PingFangSC-Regular, sans-serif;font-size:14px;}
table{ border-collapse:collapse; border-spacing:0;}
fieldset,img{ border:0;}
address,caption,cite,code,dfn,em,th,var{ font-style:normal; font-weight:normal;}
ol,ul,i{ list-style:none;}
caption,th{ text-align:left;}
h1,h2,h3,h4,h5,h6{ font-size:100%; font-weight:normal;}
q:before,q:after{ content:'';}
abbr,acronym{ border:0; font-variant:normal;}

input,textarea,select{ font-family:inherit; font-size:inherit; font-weight:inherit;}
input,textarea,select{ *font-size:100%;}
legend{ color:#333;}
i{ font-style: normal;}
a{color:#333;text-decoration: none;}

/*布局*/
.pDisN{
    display:none;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
.disN{display:none !important}
.flex{display:flex;}
.flexOne{flex:1;}
.flexTwo{flex:2;}
.flexNone{flex:none;}
.overH{overflow:hidden}
.borN{
    border:none !important;
}
.posR{
    position:relative;
}
.posA{
    position:absolute;
}
.posF{
    position:fixed;
}
.fl{
    float:left;
}
.fr{
    float:right;
}
.textL{
    text-align:left !important;
}
.textC{
    text-align:center;
}
.textR{
    text-align:right;
}

.alignC{
  align-items: center;
}
.textHiden{
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.flexWarp{
    flex-wrap: wrap;
}

.cont{
    width:1200px;
    margin:0px auto;
}
.mt0{
    margin-top:0px !important;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mr0{
    margin-right:0px !important;
}
.mb0{
    margin-bottom:0px !important;
}
.mb30{
    margin-bottom:30px;
}
/*字体*/
.family1{
    font-family: PingFangSC-Regular, sans-serif;
}
.family2{
    font-family: PingFangSC-Medium, sans-serif;
}
.family3{
    font-family: PingFangSC-Semibold, sans-serif;
}
.color3{
    color:#333 !important;
}
.color6{
    color:#666;
}
.color9{
    color:#999;
}

.colora{
    color:#ED6A17 !important;
}

.font12{
    font-size:12px !important;
}
.font14{
    font-size:14px !important;
}
.font16{
    font-size:16px !important;
}
.font18{
    font-size:18px !important;
}
.font20{
    font-size:20px !important;
}
.font22{
    font-size:22px !important;
}
.font24{
    font-size:24px !important;
}
.font26{
    font-size:26px !important;
}
.font28{
    font-size:28px !important;
}
sub{
    position: relative;
    top:-3px;
}
.hauto{
    height:auto !important;
}
.empty{
    text-align:center;
    line-height:30px;
    font-size:16px;
    color:#999;
    flex:1;
    background:url(/res/edn3-help/a_img/24010062.png) top center no-repeat;
    padding-top:60px;
}