
/*电脑适配*/
@media screen and (min-width: 800px){
    .zhuancunBoxDiv{
        text-align: center;
        padding-bottom: 10px;
    }
    .shareText{
        max-width: 500px;
    }

    .clearLinkDiv{
        display: none;
    }
}

/*手机适配*/
@media screen and (max-width: 800px){
    .centerTipsBox{
        margin-left: 5px;
    }
    .shareText{
        max-width: 300px;
    }
}

.renwuguanliA{
    color: #1e70cd;
}

#centerTopBox{
    background-image: url("/images/center/user-myself-bg.png");
}

.centerTips1{
    color: #28c3d7;
    text-align: center;
}

#centerTips_fileName{
    margin-top:10px;
    color: #28c3d7;
}

#centerTips_leftTime{
    margin-top:10px;
}

#centerTips2{
    display: none;
}

#centerAvatar{
    width: 100px;
    border-radius: 50%;
    padding: 10px;
    float: left;
}
#user_setting_data{
    float: left;
    line-height: 25px;
    color: #088469;
}
#user_setting_data p{
    margin-top: 5px;
    margin-bottom: 0px;
    color: #000000;
}
#user_setting_data #id_username{
    /*color: #fff;*/
}

.container-fluid{
    margin-top: 10px;
}

#centerSmallBox{
    border: 1px solid #ddd;
    border-top-color: transparent;
    border-top-color: transparent;
    color: #000000;
}

#mainBox{
    background-color: #f8f8f8;
}
#centerNav{
    padding-left: 0;
    padding-right: 0;
}


#centerSmallBox{
    background-color: #ffffff;
}

.centersmBox .form-label{
    width: 150px;
}

.btn_share {
    background: #f66;
    color: #fff;
    height: 30px;
    padding: 0 5px;
    cursor: pointer;
}



.centerTextExpiry {
    padding: 5px 0px;
    color: #9b9a9a;
    margin-left: 5px;
    font-size: 14px;
}

.youname{
}
.interval1{
    margin-top: 20px;
}
.interval2{
    margin-bottom:20px;
}

#nowYouScore a{
    color: #f66;
}

#mainBox .centersmBox th, #mainBox .centersmBox td {
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    min-width: 80px;
}

.shareText{
    border: 1px solid #999;
    width: 80%;
    height: 30px;
    padding: 0 5px;
}


.container-fluid {
    margin-top: 10px;
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav>li {
    position: relative;
    display: block;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
}
.text-center {
    text-align: center;
}

.btnDown{
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 0.4em 0.6em;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .09);
    margin: 0 4px;
    display: inline-block;
    padding-left: 22px;
}

.btnDown {
    border-color: #428bca;
    background: url(/images/download.png) no-repeat #428bca 5px;
    background-size: 15px;
}

.stateTd{
    color: #bbbbbb;
}

#preloadedImages {
    width: 0px;
    height: 0px;
    display: inline;
}

.clearLinkDiv{
    text-align: center;
    padding: 10px 0;
}

.clearLinkDiv a{
    color: #428bca;
    text-decoration: underline;
}