html,body {
    color: #ffffff;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.aui-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 49;
}

.top {
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
}
.top img{
    width: 75px;
    height: 75px;
    margin-right:25px;
	border-radius:8px;
}
.top .text{
    color: #1371b6;
}
.top .size1{
    font-size: 20px;
}
.top .size2{
    font-size: 18px;
}
.phone{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
}
.phone img{
    width: 340px;
}
.mask{
    margin-top: -500px;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}
.mask>img {
    width: 100%;
}
.mask-1{
    width: 100%;
    background-color:#1371b6 ;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
}
.slogans{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
}
.slogans-1{
    display: flex;
    flex-direction: row;
    justify-content:center;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
    margin:0px 5px;
}
.slogans-1 img{
    width: 17px;
    margin-right: 5px;
}
.mask-1 a{
    text-decoration: none;
    margin: 20px ;
    display:block;
    color: #ffffff;
    font-size: 17px;
    width: 140px;
    height: 36px;
    border: 2px solid #ffffff;
    border-radius: 5px;
    text-align: center;
    line-height: 36px;
}
.bottom{
    margin-top:20px;
    margin-bottom: 30px;
    width: 205px;
}
.wechat-layer {
    background:rgba(0,0,0,.8); position:fixed; left:0; right:0; top:0; bottom:0; display:none;
}
.wechat-layer .words {color:#fff; padding:1.4rem .5rem;}
.wechat-layer .words .item {font-size:.36rem; padding:.1rem 0;}
.wechat-layer .arrow {background:url(../images/arrow.png) no-repeat center center/contain; width:3.867rem; height:3.36rem; position:absolute; right:.3rem; top:.1rem;}