body,html{
    background-color: #f5f6fa;
    height: 100%;
}
.container{
    margin: 0 auto;
    
    overflow-x: hidden;
    box-sizing: border-box;
    height: 100%;
}
.footer{
    display: none;
}

.head .back{
    float: left;
    display: none;
}
.tabBar a:nth-of-type(4){
    color: #4b9dfb;
}
.tabBar a:nth-of-type(4) i{
    background: url("../image/my02.png") center no-repeat;
    background-size: contain;
}

.top{
    height: 34.13vw;
    width: 100vw;
    background: url("../image/my_bg.png") center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 8.73vw 0 0 6.4vw;
}
.top .per_logo{
    width: 16.67vw;
    height: 16.67vw;
    background-color: #fff;
    float: left;
    display: block;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    /*padding-top: 2.27vw;*/
    color: #fff;
}
.top .per_logo img{
    width: 16.67vw;
    height: 16.67vw;
}
.top .my_info{
    display: none;
    float: left;
    margin-left: 4vw;
    padding-top: 1.3vw;
    box-sizing: border-box;
}
.top .my_info h2,.top .my_info h3{
    font-size: 4.53vw;
    color: #fff;
    font-weight: normal;
}
.top .my_info h2{
    padding-bottom: 2vw;
}
.top .login_reminder{
    color: #fff;
    text-indent: 6.4vw;
    height: 100%;
    line-height: 16.67vw;
}

.lists{
    background-color: #fff;
    margin-bottom: 4.8vw;
}
.lists li{
    height: 15vw;
    box-sizing: border-box;
    overflow: hidden;
}
.lists li a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 14.9vw;
    position: relative;
}
.lists li a::after{
    content:'';
    position: absolute;
    right: 5vw;
    top: 5.7vw;
    display: block;
    width: 2.13vw;
    height: 3.6vw;
    background: url("../image/link_icon.png") center no-repeat;
    background-size: contain;
}
.lists li:last-of-type a h3{
    border-bottom: none;
}
.lists li a .icon{
    float: left;
    box-sizing: border-box;
    width: 12.67vw;
    padding-left: 6vw;
    text-align: center;
}
.lists li a .icon img{
    width: 5.33vw;
    vertical-align: middle;
    position: relative;
    top: -0.7vw;
}


.lists li a h3{
    width: 87.33vw;
    float: left;
    border-bottom: 1px solid #f0f0f0;
    font-size: 4.53vw;
    color: #000;
    font-weight: normal;
    text-indent: 2.5vw;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
.reminder{
    display: none;
    position: absolute;
    right: 11vw;
    top: 0;
    height: 100%;
    font-size: 4vw;
    color: #979797;
}
.reminder.on{
    color: #7cd243;
}
.login_out{
    display: none;
    margin: 0 auto;
    width: 90.53vw;
    height: 11.47vw;
    border-radius: 11.47vw;
    line-height: 11.46vw;
    background-color: #e8edef;
    border: 1px solid #ced2d5;
    box-sizing: border-box;
    text-align: center;
    color: #68b5f8;
    font-size: 4.8vw;
}

.bf_wechat{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    text-align: center;
    z-index: 30;
}
.bf_wechat>div{
    padding-top: 50vw;
    box-sizing: border-box;
}
.bf_wechat .content{
    width: 74.4vw;
    height: 67.67vw;
    background-color: #fff;
    position: absolute;
    top: 50vw;
    left: 50%;
    margin-left: -37.2vw;
    border-radius: 3vw;
    box-sizing: border-box;
    padding-top: 6.8vw;
    overflow: hidden;
}
.bf_wechat .content h3{
    font-size: 4.27vw;
    color: #000;
    font-weight: normal;
    padding-bottom: 4vw;
}
.bf_wechat .content h3 span{
    color: #4b9dfb;
}
.bf_wechat .content .qr_reminder{
    margin: 0 auto 1.6vw auto;
    width: 39.87vw;
    height: 34.4vw;
    background-color: #323232;
    color: #eeeeee;
    font-size: 3.2vw;
    box-sizing: border-box;
    padding: 0.535vw;
    overflow: hidden;
}
.bf_wechat .content .qr_reminder img{
    display: block;
    float: left;
    width: 33.33vw;
    height: 33.33vw;
}
.bf_wechat .content .qr_reminder p{
    height: 100%;
    width: 5.47vw;
    float: left;
    box-sizing: border-box;
    padding-top: 0.2vw;
    font-size: 3vw;
    transform: scale(0.8,0.8);
    -ms-transform: scale(0.8,0.8);
    -webkit-transform: scale(0.8,0.8);
    -moz-transform: scale(0.8,0.8);
    position: relative;
    top: -2.5vw;
}
.bf_wechat .content>p{
    font-size: 3.37vw;
    color: #323232;
    padding-top: 1.6vw;
}
.bf_wechat .content>p:nth-of-type(2){
    font-size: 3.47vw;
}
.bf_wechat .content>p span{
    color: #4b9dfb;
}
.bf_wechat .qr_close{
    width: 9vw;
    height: 9vw;
    position: absolute;
    right: 1vw;
    top: 0.6vw;
    text-align: center;
    box-sizing: border-box;
    padding-top: 2vw;
}
.bf_wechat .qr_close img{
    width: 5.03vw;
}
.line{
    animation-duration: 1.09s!important;
    position: absolute;
    width: 0.94vw;
    height: 53.5vw;
    top: 0;
    left: 50%;
    margin-left: -0.6vw;
    z-index: 2;
}
.line span{
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 0 0 0.42vw 0.42vw;
}
.line i{
    position: absolute;
    display: block;
    width: 1.6vw;
    height: 1.6vw;
    bottom: -0.7vw;
    left: 50%;
    margin-left: -0.8vw;
    background-color: #323232;
    border-radius: 50%;
}

.dialog_divOperation span{
    display: block;
    float: left;
    width: 50%;
    text-align: center;
}