*{
    margin: 0;
    padding: 0;
}
a{text-decoration: none; }
a:hover{text-decoration:none; }
a:link,a:visited{outline: none;}
ul,li{
    list-style: none;
}
.log_in_box{
    padding: .4rem;
    background:linear-gradient(180deg,#150064,#006DE7);
}
.log_in_box a >.logo{
    width: 4.16rem;
    height: .76rem;
    display: block;
    margin: 0 auto;
}
.login_title{
    width: 95%;
    height: .78rem;
    display: block;
    margin: .4rem auto;
    background-image: url(../../images_mm2/login_topBj.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #fff;
    line-height: .78rem;
    text-align: center;
    font-size: .3rem;
    font-weight: 400;
}
.log_in_box ul {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
}
.log_in_box ul li{
    width: 45.5%;
    background-color: #fff;
    padding: .2rem .11rem;
    margin-bottom: .2rem;
}
.log_in_box ul li h3{
    font-size:0.36rem;
    font-weight:bold;
    color:#333;
    line-height:0.48rem;
    text-align: center;

}
.log_in_box ul li h3 span{
    height:0.01rem;
    border-bottom: 1px solid #1070FF;
    padding: 0 .2rem;
    padding-bottom: .12rem;
}
.log_in_box ul li img{
    width: 100%;
    height: 1.6rem;
    display: block;
    margin: .33rem 0 .4rem 0;
}
.log_in_box ul li .login_btn{
    width: 90%;
    height: .6rem;
    background-color: #0066FF;
    font-size:0.3rem;
    font-weight:400;
    color:#fff;
    line-height:0.6rem;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.log_in_box ul li .more{
    font-size:0.18rem;
    font-weight:400;
    color:#1070FF;
    line-height:0.48rem;
    margin-top: .26rem;
    display: block;
    text-align: center;
}
.login_bottom {
    /* margin-top: .7rem; */
}
.login_bottom p{
    font-size:0.2rem;
    font-weight:400;
    color:#fff;
    line-height:0.4rem;
    margin-top: .2rem;
    text-align: center;
}
.login_bottom p.tel{
    line-height: .45rem;
}