html {
    font-family: "Microsoft YaHei UI","Microsoft YaHei",sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html,body,div,object,iframe,applet,object,h1,h2,h3,h4,h5,h6,p,blockquote,pre,address,dl,dt,dd,ol,ul,li,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,menu,nav,output,ruby,section,summary,time,mark,audio,video,progress {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

ul dl ol{
    list-style: none;
}
a{
    text-decoration: none;
}
html,body{
    background-color: #ffffff;
}
*{
    box-sizing: border-box;
}

html{
/*    background: #fafafa;
*/    font-size: 27.65vw;
    height: 100%;
}
body{
    margin: 0;
    height: 100%;
    /*font-size: 0.14rem;*/
}
ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,figure,form,fieldset,legend,input,textarea,button,p,blockquote,th,td{
    margin: 0;
    padding: 0;
}
ul,ol,menu{
    list-style: none;
}
address,cite,dfn,em,i,optgroup,strong,var{
    font-style: normal;
}
article,aside,details,figcaption,footer,header,menu,nav,section,summary,figure{
    display: block;
}
.Mul {
    padding: 0.1rem 0;
    display: flex;
    border-bottom: 1px solid #f0f0f0 ;
    background-color: #ffffff;
}
.li-txt{
    font-size: 0.16rem;
    font-weight: 500;
    padding-top: 0.10rem;
    padding-left: 0.5rem;
}
section{
    margin-top:-0.1rem;
}
.meUl{
    height:0.9rem;
    display: flex;
    position: relative;
    margin-top: 0.2rem;
}
.meUl li{
    flex: 1;
    background-color: #ffffff;
}
.li-header{
    padding-top: 0.1rem;
    padding-left: 0.3rem;
    position: relative;
}
.headerChange{
    position: absolute;
    width: 0.55rem;
    height:0.6rem;
    opacity: 0;
}
.li-header img{
    width: 0.6rem;
    height: 0.6rem;
}
.txt{
    padding-top: 0.2rem;
    font-size: 0.16rem;
    font-weight: 500;
}
.downUl{
    background-color: #ffffff;
    margin-top: 0.2rem;
}
.downUl li{
    height:0.4rem;
    line-height: 0.4rem;
    padding:0 0.3rem;
    border-bottom: #f0f0f0 1px solid;
}

.SecondContainer  ul{
    width: 33%;
    float:left;
    padding-left:0 ;
}
.logo_mine{
    padding-left: 0;
}
.family_name{
    padding-right:0.8rem ;
    text-align: center;
    padding-top: 0.2rem;
}
.changeName{
    right:0.3rem;
    position:absolute;
    top:0.2rem;
    display: block;
    height: 0.20rem;
}
.changeName img{
    width:0.15rem;
    height:0.15rem;
}
.mymode {
    z-index: 2000;
    margin-left: auto;
    margin-right: auto;
    border-radius: 0.1rem;
}
.modal-header-mine{
    background-color: #FF007E;
    color: #ffffff;
}
.txt-btn{
    padding-left: 0.1rem;
    padding-bottom: 0.4rem;
}
.indusBanner{
    display: flex;
}
.indusBanner img{
    width: 100%;
    height: 2.0rem;
    margin-top: 0.1rem
}
.bottomList li a{
    color:#ffffff;
}
.flexCenter{
    display: flex;
    align-items: center;
}
.clearfix:after{
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.mContainer {
    padding-bottom: 0.44rem;
    overflow-x: hidden;
}
a{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.titIntro{
    padding: 0 0.12rem;
}
.teamCon{
    padding: 0 0.12rem;
}
/*flex兼容样式*/
.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.flex-v {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex-align-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.center{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.flex-pack-center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-pack-justify {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
}
.clearfix{
    zoom:1
}