@charset "UTF-8";
.user-inside-box{
    background:#f8f8f8;
    padding:25px 0 100px;
}
.user-inside-box .leftPart{
    width:290px;
    box-sizing:border-box;
    padding:45px 0 35px;
    background:#fff;
    border-radius:2px;
    float:left;
}
.user-inside-box .rightPart{
    width:900px;
    box-sizing:border-box;
    padding:28px 30px 30px;
    background:#fff;
    border-radius:2px;
    float:right;
    /* min-height:662px; */
}
.user-inside-box .leftPart .user-info{
    padding:0 20px 45px;
}
.user-inside-box .leftPart .user-info .pic{
    width:125px; 
    height:125px;
    border-radius:50%;
    margin:0 auto;
    overflow:hidden;
    border:4px solid #ffdb01;
}
.user-inside-box .leftPart .user-info .pic img{
    width:100%;
    height:100%;
}
.user-inside-box .leftPart .user-info .name{
    font-size:20px;
    color:#4b4b4b;
    line-height:1em;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding:16px 0 6px;
}
.user-inside-box .leftPart .user-info .id{
    font-size:14px;
    color:#d8d8d8;
    line-height:1em;
    text-align:center;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.user-inside-box .leftPart .nav a{
    display:block;
    padding:20px 0;
    font-size:16px;
    line-height:1em;
    color:#333;
    text-align:center;
    border-left:4px solid #fff;
    margin-bottom:2px;
}
.user-inside-box .leftPart .nav a:hover,.user-inside-box .leftPart .nav a.on{
    background:#f6f6f6;
    border-color:#ffdb01;
}
.user-inside-box .rightPart .head-title{
    position:relative;
    padding-bottom:24px;
    border-bottom:1px solid #f6f6f6;
}
.user-inside-box .rightPart .head-title .title{
    font-size:20px;
    line-height:1em;
    color:#4b4b4b;
    display:table;
    position:relative;
}
.user-inside-box .rightPart .head-title .title:after{
    content:'';
    width:100%;
    height:2px;
    background:#ffdb01;
    position:absolute;
    left:0;
    bottom:-23px;
}
.user-inside-box .rightPart .head-title .cur-location{
    position:absolute; 
    right:0;
    bottom:22px;
}
.user-inside-box .rightPart .head-title .cur-location,.user-inside-box .rightPart .head-title .cur-location a{
    font-size:12px;
    line-height:1em;
    color:#999999;
}
.user-inside-box .rightPart .head-title .cur-location a:hover{
    color:#ffd600;
}
.user-inside-box .rightPart .bottom-tips{
    background:#f6f6f6;
    border-radius:2px;
    padding:13px 0;
    text-align:center;
}
.user-inside-box .rightPart .bottom-tips p{
    font-size:14px;
    color:#333;
    line-height:1em;
}


/* 我的资料 */
.info-form-box .headImg-box .pic{
    width:125px;
    height:125px;
    overflow:hidden;
    margin:0 auto;
}
.info-form-box .headImg-box .pic img{
    width:100%;
    height:100%;
}
.info-form-box .headImg-box>p{
    font-size:12px;
    line-height:1em;
    color:#999;
    text-align:center;
    padding:22px 0 10px;
}
.info-form-box{
    padding:70px 0 0;
}
.info-form-box .headImg-box .clip-upload-btn{
    font-size:16px;
    line-height:36px;
    color:#4b4b4b;
    width:90px;
    text-align:center;
    margin:0 auto;
    background:#ffdb01;
    border-radius:2px;
    cursor:pointer;
}
.info-form-box ul{
    padding-top:35px;
    display:table;
    margin:0 auto;
}
.info-form-box ul li{
    font-size:0;
    letter-spacing:-5px;
    margin-bottom:12px;
}
.info-form-box ul li>div{
    display:inline-block;
    letter-spacing:normal;
    vertical-align:middle;
}
.info-form-box ul .left-part{
    font-size:16px;
    color:#000;
    line-height:45px;
    padding-right:25px;
}
.info-form-box ul .input-box{
    width:330px;
}
.info-form-box ul .input-box p{
    font-size:16px;
    color:#999;
    line-height:45px;
}
.info-form-box ul .input-box .name{
    width:100%;
    height:45px;
    border:1px solid #e8e8e8;
    border-radius:2px;
    box-sizing:border-box;
    padding:0 15px;
    font-size:16px;
    color:#999;
}
.info-form-box ul .input-box .name::placeholder{
    color:#999;
}
.info-form-box ul label{
    font-size:16px;
    color:#333;
    line-height:45px;
}
.info-form-box ul .input-box .sex{
    display:none;
}
.info-form-box ul .input-box .sex-control{
    margin-right:14px;
    position:relative;
    cursor:pointer;
}
.info-form-box ul .input-box .sex-control i{
    display:inline-block;
    width:14px;
    height:14px;
    box-sizing:border-box;
    border-radius:50%;
    border:1px solid #999;
    vertical-align:middle;
    position:relative;
    top:-1px;
    margin-right:5px;
}
.info-form-box ul .input-box .sex-control.on i{
    border:4px solid #ffdb01;
}
.info-form-box>.opera-box{
    width:419px;
    margin:0 auto;
    padding-bottom:50px;
}
.info-form-box>.opera-box a{
    font-size:16px;
    line-height:45px;
    color:#000;
    width:198px;
    text-align:center;
    border-radius:2px;
    display:inline-block;
}
.info-form-box>.opera-box .sure-btn{
    background:#ffd600;
}
.info-form-box>.opera-box .reset-btn{
    background:#d8d8d8;
    float:right;
}

/*截图上传页面*/
/* .photo-clip-mask-left,.photo-clip-mask-right,.photo-clip-mask-top,.photo-clip-mask-bottom {
	background:transparent !important;
} */
.clipbg {
	position:fixed;
	background:rgba(0,0,0,0.8);
	top:0;
	z-index:999;
	width:100%;
	height:100%;
	left:0;
	display:none;
}
.clip-box{
    position:absolute;
    width:710px;
    height:530px;
    left:50%;
    top:50%;
    margin:-265px 0 0 -355px;
    background:#fff;
    border-radius:2px;
    overflow:hidden;
}
.clip-box h2{
    height:45px;
    position: relative;
    line-height: 45px;
    color:#333;
    padding:0 20px;
    font-size:16px;
    text-align:left;
    background:#ffdb01;
    display:block;
    z-index:1;
    font-weight:normal;
}
.clip-box h2 a{
    font-size:30px;
    color:#333;
    float:right;
    width:24px;
    line-height:40px;
    height:40px;
    text-align:center;
    position:absolute;
    right:15px;
    top:0;
    bottom:0;
    margin:auto;
    background:transparent;
    transition:0.3s;
}
.clip-box h2 a:hover{
    transform:rotate(90deg);
}
.clipbg .content-box{
    padding:15px;
    position:relative;
}
.clipbg #clipArea {
	width:540px;
    height:400px;
    background:#f7f7f7;
    border-radius:2px;
    position:relative;
}
.clipbg #clipArea:before{
    content:'';
    width:80px;
    height:80px;
    background:url(../images/public_img.png) no-repeat -83px -404px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.clipbg .preview-box{
    width:140px;
    box-sizing:border-box;
    padding-left:15px;
    position: absolute;
    top:15px;
    right:15px;
}
.clipbg .preview-box .item{
    margin-bottom:10px;
}
.clipbg .preview-box .item .pic{
    line-height:0px;
    text-align:center;
    margin:0 auto;
    overflow:hidden;
    border-radius:50%;
}
.clipbg .preview-box .item-1 .pic{
    width:80px;
    height:80px;
}
.clipbg .preview-box .item-2 .pic{
    width:100px;
    height:100px;
}
.clipbg .preview-box .item-3 .pic{
    width:125px;
    height:125px;
}
.clipbg .preview-box .item img{
    width:100%;
}
.clipbg .preview-box .item p{
    text-align:center;
    font-size:12px;
    color:#999;
    line-height:28px;
}
.clipbg .clip-opera-box{
    background:#f7f7f7;
    height:55px;
    box-sizing:border-box;
    padding:12.5px 15px 0;
    letter-spacing:-5px;
    font-size:0;
    text-align:right;
}
.clipbg .clip-opera-box div{
    width:80px;
    height:30px;
    line-height:30px;
    color:#333;
    font-size:14px;
    display:inline-block;
    letter-spacing:normal;
    background:#ffdb01;
    border-radius:2px;
    text-align:center;
    margin-left:15px;
    cursor:pointer;
    position:relative;
}
.clipbg .clip-opera-box #clipBtn{
    background:#00baff;
    color:#fff;
}
.clipbg .clip-opera-box .cancel-btn{
    background:#d8d8d8;
}
.clipbg .clip-opera-box div input{
    opacity:0;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    cursor:pointer;
    font-size:0;
}
.mbsc-android-holo-light .mbsc-fr-hdr {
	color:#e3264e;
	border-color:#e3264e
}
.mbsc-android-holo-light .mbsc-sc-whl-l {
	border-color:#e3264e
}
.hide {
	display:none
}
.aui-radio:checked,.aui-radio.aui-checked,.aui-checkbox:checked,.aui-checkbox.aui-checked {
	background:#fff;
	border:1px solid #fd1142
}
.aui-radio:checked:before,.aui-radio.aui-checked:before,.aui-checkbox:checked:before,.aui-checkbox.aui-checked:before,.aui-radio:checked:after,.aui-radio.aui-checked:after,.aui-checkbox:checked:after,.aui-checkbox.aui-checked:after {
	border:1px solid #fd1142;
	border-top:0;
	border-right:0
}

/* 密码修改 */
.password-change-box{
    padding:50px 0 0 130px;
}
.password-change-box ul li{
    letter-spacing:-5px;
    font-size:0;
    margin-bottom:15px;
}
.password-change-box ul li>*{
    display:inline-block;
    letter-spacing:normal;
    vertical-align:middle;
}
.password-change-box ul label{
    font-size:16px;
    line-height:45px;
    color:#000;
    width:6em;
    text-align:right;
    margin-right:23px;
}
.password-change-box ul .input-box{
    width:335px;
    height:45px;
    position:relative;
}
.password-change-box ul .input-box .get-sms{
    width:100px;
    height:45px;
    line-height:45px;
    border-radius:2px;
    text-align:center;
    font-size:16px;
    color:#fff;
    background:#1f9eff;
    position:absolute;
    right:0;
    top:0;
}
.password-change-box ul .input-box .get-sms.active{
    background:#d8d8d8;
    color:#333;
    cursor: default;
}
.password-change-box ul .input-box input{
    width:100%;
    height:100%;
    box-sizing:border-box;
    border:1px solid #e8e8e8;
    border-radius:2px;
    padding:0 15px;
    font-size:16px;
    color:#333;
}
.password-change-box ul .show-box p{
    font-size:16px;
    color:#000;
    line-height:1em;
    padding-bottom:10px;
}
.password-change-box ul .show-box p .red{
    color:#ff1414;
    font-size:16px;
    line-height:1em;
}

.password-change-box ul .input-box .show-input{
    background:#f6f6f6;
    color:#999;
}
.password-change-box ul .input-box input::placeholder{
    color:#999;
}
.password-change-box ul .warn-tips{
    font-size:16px;
    color:#ff0101;
    margin-left:10px;
    padding-left:18px;
    position:relative;
    display:none;
}
.password-change-box ul .warn-tips:before{
    content:'';
    width:16px;
    height:16px;
    background:url(../images/public_img.png) no-repeat -64px -191px;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
}

.password-change-box .opera-box{
    width:335px;
    padding:15px 0 50px 119px;
}
.password-change-box .opera-box a{
    font-size:16px;
    line-height:45px;
    color:#000;
    width:158px;
    text-align:center;
    border-radius:2px;
    display:inline-block;
}
.password-change-box .opera-box .sure-btn{
    background:#ffd600;
}
.password-change-box .opera-box .reset-btn{
    background:#d8d8d8;
    float:right;
}

/* 消息中心 */
.sms-list-box{
    padding:20px 0 40px;
}
.sms-list-box li{
    line-height:0;
    padding:28px 0;
    border-bottom:1px solid #f6f6f6;
}
.sms-list-box li a{
    font-size:14px;
    color:#4b4b4b;
    line-height:1em;
    display:inline-block;
    max-width:620px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left:24px;
    position:relative;
}
.sms-list-box li a:before{
    width:12px;
    height:11px;
    content:'';
    background:url(../images/public_img.png) no-repeat -38px -396px;
    position:absolute;
    left:0;
    top:2px;
}
.sms-list-box li a:hover:before{
    background-position-x:-51px;
}
.sms-list-box li .time{
    font-size:14px;
    color:#999;
    line-height:1em;
    float:right;
}
.user-page{
    text-align:center;
    font-size:0;
    letter-spacing:-5px;
    padding-top:40px;
}
.user-page>*{
    display:inline-block;
    vertical-align:middle;
    letter-spacing:normal;
}
.user-page a{
    width:90px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:14px;
    color:#333;
    background:#f6f6f6;
    border-radius:2px;
    transition:0.3s;
    margin:0 6px;
}
.user-page a:hover{
    background:#ffd600;
}
.user-page .page-num{
    font-size:14px;
    line-height:40px;
    color:#666;
    padding:0 20px;
}
.sms-details-box{
    padding:20px 0 40px;
}
.sms-details-box .title{
    font-size:20px;
    line-height:1em;
    color:#333;
    font-weight:bold;
}
.sms-details-box .intr{
    font-size:14px;
    line-height:1em;
    color:#999;
    padding:15px 0 30px;
}
.sms-details-box .details{
    font-size:14px;
    line-height:24px;
    color:#333;
}
.sms-details-box .details img{
    display:table;
    margin:10px auto;
    line-height:0;
    max-width:100%;
}
.sms-details-box .delete-btn{
    margin-top:30px;
    display:inline-block;
    font-size:16px;
    color:#999;
}

/* 代金券 */
.vouchers-list-box{
    padding:20px 0 40px;
}
.vouchers-list-box .type-box,.vouchers-list-box .head-box,.vouchers-list li{
    overflow:hidden;
    white-space: nowrap;
    font-size:0;
    letter-spacing:-5px;
    line-height:0px;
}
.vouchers-list-box .type-box a{
    letter-spacing:normal;
    display:inline-block;
    width:202px;
    height:40px;
    line-height:40px;
    text-align:center;
    font-size:14px;
    color:#333;
    background:#ededed;
    border-top-left-radius:2px;
    border-top-right-radius:2px;
    margin-right:11px;
    transition:0.3s;
}
.vouchers-list-box .type-box a:hover,.vouchers-list-box .type-box .on{
    background:#ffd600;
}
.vouchers-list-box .type-box a:first-child{
    margin-right:10px;
}
.vouchers-list-box .head-box{
    background:#f3f3f3;
}
.vouchers-list-box .head-box span{
    padding:20px 8px;
    text-align:center;
    font-size:12px;
    color:#333333;
    line-height:1em;
    letter-spacing:normal;
    display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight:bold;
    box-sizing:border-box;
    position:relative;
}
.vouchers-list-box .head-box span:after{
    content:'';
    width:1px;
    height:12px;
    background:#e3e3e3;
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    margin:auto;
}
.vouchers-list-box .head-box .num:after{
    display:none;
}
.vouchers-list{
    border:1px solid #f3f3f3;
}
.vouchers-list li:nth-of-type(even){
    background:#fafafa;
}
.vouchers-list span{
    padding:20px 8px;
    text-align:center;
    font-size:12px;
    color:#333333;
    line-height:1em;
    letter-spacing:normal;
    display:inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    box-sizing:border-box;    
}
.vouchers-list-box .head-box .num,.vouchers-list .num{
    width:23%;
}
.vouchers-list-box .head-box .money,.vouchers-list .money{
    width:10%;
}
.vouchers-list-box .head-box .name,.vouchers-list .name{
    width:15%;
}
.vouchers-list-box .head-box .time,.vouchers-list .time{
    width:13%;
}
.vouchers-list-box .head-box .usetime,.vouchers-list .usetime{
    width:13%;
}
.vouchers-list-box .head-box .see,.vouchers-list .see{
    width:14%;
}
.vouchers-list-box .head-box .state,.vouchers-list .state{
    width:12%;
}
.vouchers-list .state{
    color:#83de22;
}
.vouchers-list .state.on{
    color:#ff0101;
}
























