@media screen and (min-width: 1180px){  
   .btn-vip{
        display: inline-block;
        width: 150px;
        height: 45px;
        line-height: 43px;
        margin: 10px auto;
        font-size: 16px;
        border-radius: 30px;
        color: #fff;
        letter-spacing: 2px;
        text-indent: 3px;
        box-shadow: 0 2px 8px rgba(0,0,0,.2);
        background: #ffae12;
        background: linear-gradient(to right,#ff9508 0,#ff6c62 100%);
    }
    
    .setting_header, .sh_1, .user_setting_num{
    	display: block;
    }
    
    
	.center_smallBox{
	    margin-top: 30px;
	    margin-left: 350px;
	}
	
	.user_setting_data p.name_user {
	    letter-spacing: 3px;
	}
	
	.user_setting_data {
	    padding-left: 30px;
	}
	
	.user-rightBox{
		float: left;
		margin-left:20px;
	}
	
	.user-leftBox {
	    width: 140px;
	}
	.usermenu li a {
	    padding: 8px 20px;
	}
	.user_setting_data p.name_user {
    	font-size: 18px;
	}
}
@media screen and (max-width: 1180px){  
    .btn-vip{
        color: blue;
        font-size: 16px;
        text-decoration: underline;
    }
    
    .setting_header, .sh_1, .user_setting_num{
   		display: none;
   	}
   	
   	.center_smallBox{
   		margin-left: 150px;
	}
	
	.user_setting_data p.name_user {
	    letter-spacing: 0px;
	}
	
	.user_setting_data {
	    padding-left: 10px;
	}
	.user-leftBox {
	    width: 100px;
	}
	.usermenu li a {
	    padding: 8px 10px;
	}
	.user_setting_data p.name_user {
    	font-size: 16px;
	}
}



.centerTopBox{
    width: 100%;
    /*min-width: 1180px;*/
    height: 130px;
    background: url(../images/center/user-myself-bg.png) #fff no-repeat;
    background-size: cover;
    margin-bottom: 20px;
    margin-top: -20px;
    padding-top: 30px;
}

#yuekaExpiry{
    display: none;
}

#vipIcon{
    display: none;
}

#rightBox1, #rightBox2, #rightBox3{
    display: none;
}

.shopRechargeTips{
    clear:both;
    text-align:center;
    color:#999;
}
.centerTopSmallBox{
    width: 100%;
    position: relative;
    max-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}

.user_left {
    float: left;
}

.user_setting_data {
    float: left;
    padding-top: 13px;
    line-height: 25px;
    color: #088469;
}

.user_setting_num {
    float: right;
    margin-top: 20px;
    border-radius: 2px;
}

.user_left img {
    border-radius: 50%;
    padding: 3px;
    width: 100px;
    height: auto;
    background: rgba(255,255,255,.51);
}

.user_setting_data p.name_user {
    margin-bottom: 5px;
    color: #fff;
}

.user_setting_data .binahao_user span {
    padding-left: 10px;
}

.user_setting_num p {
    float: right;
    height: 70px;
    line-height: 30px;
    text-align: center;
    background: #6cbb94;
    padding: 0 15px;
    margin-left: 5px;
    border-top: solid 3px #5da17f;
}

.user_setting_num p span {
    display: block;
    font-size: 14px;
    color: #1e8475;
}

.user_setting_num p em {
    color: #fff;
    font-size: 17px;
    font-style: normal;
}

.user-leftBox {
    float: left;
    top: 0;
    left: 0;
}

.usermenu {
    list-style: none;
}

.usermenu li.active {
    background-image: linear-gradient(to right,#ff9800,#ff6969);
    border-radius: 4px;
}

.usermenu li.active a {
    color: #fff;
}

.usermenu li {
    margin-bottom: 4px;
    text-align: center;
    letter-spacing: 1px;
}

.usermenu li a {
    display: block;
    font-size: 15px;
    color: #888;
}

.user-rightBox {
	width:100%;
    max-width: 1020px;
}

.user-rightBox .user_contentr {
    width: 100%;
    background: #fff;
}

.setting_header {
    height: 80px;
    /*border-bottom: 1px solid #f3f3f3;*/
    background: #f5f5f5;
}

.settin {
    padding: 20px;
    /*min-height: 500px;*/
    margin: auto;
}

.sh_1 {
    width: 140px;
    height: 80px;
    background: #fff;
    border-right: 1px solid #E6EAEA;
    color: #000;
    font-size: 18px;
    text-align: center;
    line-height: 80px;
    float: left;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.centerText{
    font-size: 18px;
    padding: 5px 0px;
}

.centerTextExpiry{
    font-size: 16px;
    padding: 5px 0px;
    color: #9b9a9a;
}



th, tr, td{
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

table{
    margin: 15px 0;
    width: 100%;
    max-width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    word-break: break-all;
}

th{
    background-color: #f5f5f5;
    font-weight:600;
}


.buyScore{
    font-size: 18px;
    color: #4cb358;
}

.buyScoreBox{
    max-width: 500px;
    margin: auto;
}

.buyScoreBox a{
    color: blue;
    font-size: 16px;
    text-decoration: underline;
}

.shareText{
	width:50%;
    max-width: 560px;
    border: 1px solid #b6b6b6;
    height: 30px;
    font-size: 14px;
    color: red;
}

.btn_share{
    background: #f66;
    color: #fff;
    height:30px;
    padding: 0 5px;
    margin-left:15px;
    cursor: pointer;
}

#id_score{
	color:#f66;
}
#modifyAlipay, #gotoModifyAlipay{
	margin-left:0px;
	margin-top: 5px;
}
#modifyAlipayBox{
	display:none;
	font-size: 18px;
}
#modifyAlipayBox a{
	font-size: 18px;
}

#clickSendEmail{
	color:#f66;
}

.page{
	text-align:center;
}
.page a{
	color: #000;
}
#withdrawRecordPage, #allMemberCount, #memberListPage, #memberRechargeListPage{
	color:#4cb358;
}

.redMoney{
	color:#fe4dd1;
}