
/*登录框底部（微信与pc登录切换）*/
.wxewmBox{
    position: relative;
}
.wxewm{
    position: absolute;right:0;bottom: 0;
    width:50px;height:50px;
    background-image: url("../images/wxewmloginBtn.png") ;
    background-position: bottom right ;
    background-repeat: no-repeat;
    background-color:#fff ;
    cursor: pointer;
}
.wxewm1{
    background-image: url("../images/pcloginBtn.png") ;
}
.wxewmYMTit{
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 15px;
    padding-top: 40px;
    padding-left: 0;
    font-weight: 700;
}
.wxewmYMImg{
    margin: 0 auto;
    width: 180px;
}
.wxewmYMImg img{
    padding: 5px;
    border: 1px solid #ccc;
    width: 180px;
    height: 180px;
}