html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, pre,a, acronym, address, big,
cite, code, em, img, small, strike, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label,
legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
figure, figcaption, footer, header, hgroup, menu, nav, output, section, audio, video {
    margin: 0;
    padding: 0;
}

*{
    box-sizing: border-box;
}
html,body{
    color: #333;
    background: #F4F4F4;
    font-family: Helvetica Neue,Tahoma,Arial,PingFangSC-Regular,Hiragino Sans GB,Microsoft Yahei,sans-serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    overflow-x: hidden;
    font-size: 0.14rem;
}
li{
    list-style: none;
}
#app {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a{
    color: #333;
    text-decoration: none;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.clear:after{
    content:'';
    display:block;
    clear: both;
}
.v-md{
    vertical-align:middle;
}
.ell{
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.flex_align{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.header{
    background: #f9f9f9;
    width: 100%;
    height: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.2rem;
    box-sizing: border-box;
    align-items: center;
}
.logo{
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logoimg img,.logoimg{
    width:1.2rem;
    height:0.7rem;
}
.logotxt{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    height:0.7rem;
    border-left: 0.02rem solid #707070;
    margin-left: 0.14rem;
    padding-left: 0.1rem;
}
.logotxt p{
    font-size: 0.14rem;
}
.logotxt p:first-child{
    padding: 0.10rem 0;

}
.logotxt p:last-child{
    background: #e72d44;
    color: #ffffff;
    padding: 0.02rem 0.04rem;
    border-radius: 0.02rem;
}
.header span{
    font-size: 0.44rem;
}
.xinxi{
    display: flex;
    flex-direction: row;
}
.xinxitxt{
    padding-left: 0.2rem;
}
.xinxiicon{
    display: flex;
    flex-direction: row;
   align-items: center;
}
.xinxiicon img{
    width: 0.57rem;
    height: 0.56rem;
}
.xinxitxt p{
    font-size: 0.22rem;
    color: #666666;
}
.xinxitxt p:last-child{
    font-size: 0.44rem;
    color: #ff0000;
}
.xinxitxt p:last-child a{
    color: #ff0000;
}
.footer{
    padding: 0 0.45rem ;
    background: #555555;
    margin-bottom: 1rem;
}
.footer-banner{
    display: flex;
    flex-direction: row;
    padding: 0.34rem 0 0.34rem 0;
    border-bottom: 0.01rem solid #d5d5d5;
    align-items: center;
    justify-content: space-between;
}
.bannerimg{
    width: 3.14rem;
    height: 0.86rem;
}
.banner-ul ul{
    width: 3.2rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0.3rem 0 0.24rem;
}
.banner-ul ul li{
    flex: 0 auto;

}
.banner-ul ul li>a{
    color: #dedbdb;
    font-size: 0.24rem;
}
.footer-xin{
    display: flex;
    padding: 0.44rem 0 0.29rem 0;
    border-bottom: 0.01rem solid #d5d5d5;
    height: 2.76rem;

}
.footer-li{
    flex: 1;
    position: relative;
    background-image: url("../yidong_files/phone.png");
    background-size: 0.6rem 0.6rem;
    background-repeat: no-repeat;
    background-position:2.1rem  0 ;
}
.footer-li:last-child{
    background-image: url("../yidong_files/add.png");
}
.footer-li:after{
    position: absolute;
    content: '';
    width: 0.6rem;
    height: 0.03rem;
    background: #d5d5d5;
    bottom: 0;
    left: 0;
}
.footer-li p:first-child{
    color: #d5d5d5;
    font-size: 0.24rem;
    line-height: 0.36rem;
}
.footer-li p:nth-child(2){
    color: #d5d5d5;
    font-size: 0.2rem;
    line-height: 0.36rem;
}
.footer-li p:nth-child(3){
    font-size: 0.36rem;
    line-height: 0.36rem;
    margin-top: 0.4rem;
    margin-bottom: 0.1rem;
}
.footer-li p:nth-child(3) a{
    color: #e72d44;

}
.footer-li p:last-child{
    color: #ffffff;
    font-size: 0.2rem;
    line-height: 0.36rem;
}
.footer-last{
    padding: 0.18rem 0;
}
.footer-last p{
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #d5d5d5;
}
.guding{
    position: fixed;
    bottom: 0px;
    width: 100%;
    height:1rem;
    background: #e72d44;
}
.guding ul{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: center;
    height: 100%;
}
.guding ul li img{
    width:0.42rem;
    height: 0.42rem;
    margin-right: 0.14rem;
}
.guding ul li a,.guding ul li{
    display: flex;
    position: relative;
    height: 100%;
    flex: 1;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 0.28rem;
    color: #ffffff;
}
.slid{
    position: absolute;
    display: none;
    z-index: 10000;
    flex-wrap: wrap;
    flex-direction: column;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    padding: 0.2rem 0.2rem 0 0.2rem;
    background: #e72d44;
    bottom: 1.2rem;

}
.slid a{
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 0.28rem;
    padding: 0.2rem 0;
    border-bottom: 0.02rem solid #eeeeee;
}
.slid a:last-child{
    border: none;
    position: relative;
}
.slid a:last-child:after {
    position: absolute;
    content: "";
    bottom:-0.1rem;
    left:50%;
    transform: translateX(-50%);
    width:0;
    height:0;
    border-left:0.2rem solid transparent;
    border-right:0.2rem solid transparent;
    border-top:0.2rem solid #e72d44;
}

.active{
    background: #912331;
}
