h2.page-header {
    margin:10px 0  25px 0;
    padding-bottom:15px;
}
.user-baseinfo {
    margin-bottom:25px;
}
.user-baseinfo table tr td {color:#999;}
@media (min-width: 767px) {
    .user-center .avatar-text,.user-center .avatar-img {
        height:150px;width:150px;border-radius: 150px;line-height:150px;font-size:70px;
    }
    .user-center .avatar-img  {font-size:0;}
    .user-center .avatar-img img {
        height:150px;width:150px;border-radius:150px;
    }
}

#qr-text {
    width: 230px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    z-index: 1000;
    top: 100px;
    left: 5px;
    font-size: 16px;
    font-weight: bolder;
    color: black;
    text-align: center;
}

.qr-img-box {
    position: relative;
    float: left;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 5px;
    width: 230px;
    height: 230px;
}
.text-box {
    float: left;
    height: 230px;
    width: 27px;
    padding: 10px 40px;
    font-size: 24px;
    /*color: white;*/
    opacity: 0.8;
}

.qr-img{
    opacity:0.05;
    filter:alpha(opacity=5);
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    right: 10px;
}

.layui-tab-title .layui-this{
    background-color:#1E9FFF;
    color: #fff;
}
.layui-tab-title{
    border: 0;
}
.layui-tab-title .layui-this:after{
    border: 0;
}