* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*border: 1px solid black;*/
    position: relative;
}

html,
body, .page {
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    font-size: 1rem;
    font-family: "微软雅黑";
}
body{
    position: fixed;
}


/*页面外层div 预留后面功能变动*/
.main-content{
	 width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y:auto;
    background: #E6E8EC;
    -webkit-overflow-scrolling : touch;
}

.main-content::-webkit-scrollbar{display:none}
/*文字左右边*/
.text-left-right{
	width: 100%;
	height: 3rem;
	border-bottom: 1px #CBCBCB solid;
}
.text-left-right >div{
	float: left;
	line-height: 3rem;
	padding: 0 1rem;
}
.text-left-right >div:nth-child(1){
	text-align: left;
    width: 35%;
}
.text-left-right >div:nth-child(2){
	text-align: right;
    width: 65%;
}

/*公用用户信息头部*/
.public-top-user-info{
    height: 2.5rem;
    width: 100%;
    background: #282B30;
    color: white;
}
.public-top-user-info > div{
    float: left;
    height: 2.5rem;
    width: 33%;
}
.public-top-user-info .left-user > div{
    float: left;
    margin-left: 0.8rem;

}
.public-top-user-info .user-img{
    height: 1.8rem;
    width: 1.8rem;
    margin-top: 0.35rem;
}
.public-top-user-info .user-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.public-top-user-info .user-name{
    line-height: 2.5rem;
    font-size: 0.9rem;
    white-space: nowrap;
    width: 5rem;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.public-top-user-info .center-phone{
    text-align: center;
    font-size: 0.6rem;
    padding-top: 0.5rem;

}
.public-top-user-info .message{
    position: absolute;
    height: 1.8rem;
    width: 1.8rem;
    right:0.7rem;
    top:0.3rem;
    background: url("../img/hc-vip/msg-default.png") no-repeat;
    background-size: 100% 100%;
}
.public-top-user-info .message-new{
    background: url("../img/hc-vip/msg-notification.png") no-repeat;
    background-size: 100% 100%;
}

/*横屏遮罩层*/
.across-shade{
    position: fixed;
    width: 100%;
    height: 100%;
    background: #f0f0f2;
    color: white;
    top:0;
    left: 0;
    z-index: 10;
    color: #9FA8B4;
}
.across-shade-content{

}
.across-shade .icon{
    background: url(../img/home/icon_landscape.png) no-repeat;
    background-size: 100% 100%;
    height: 1.5rem;
    width:1.5rem;
    float: left;
    margin-right: 0.1rem;
    margin-top: -0.1rem;
}


/*打开app遮罩层*/
.open_app_shade{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.70);
    top:0;
    left: 0;
    z-index: 10;
}

.open_app_shade .open_app_shade_tip{
    position: absolute;
    top:1rem;
    right: 1rem;
    width: 10rem;
    height: 5rem;
    background: url(../img/home/popover.png) no-repeat;
    background-size: 100% 100%;
}

.open_app_shade .shade_close_btn{
    position: absolute;
    top: 7rem;
    right: 6rem;
    height: 1.5rem;
    width: 1.5rem;
    background: url(../img/home/icon_close_yellow.png) no-repeat;
    background-size: 100% 100%;
}


/*左边文字 右边按钮*/
.left-text-right-btn{
    width: 100%;
    height: 3.5rem;
    line-height: 3.5rem;
    padding-left: 1rem;
    background-color: white;
    font-size: 1.2rem;
}
.left-text-right-btn .right-btn{
    background: url(../img/my/icon_arrow.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    height: 2rem;
    width:2rem;
    right: 0;
    top:0.75rem;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.left-text-right-btn + .left-text-right-btn{
    border-top:1px solid #F2F2F2;
}

.left-text-right-btn:active{
    background-color: #eee;
}


.bg-white-text-black{
    background: white;
    text-align: center;
    height: 3.5rem;
    line-height: 3.5rem;
    color: #000;
    font-size: 1.2rem;
}
.bg-white-text-black-left-right{
    background: white;
    text-align: center;
    height: 3.5rem;
    color: #000;
}
.bg-white-text-black-left-right .btn{
    background: white;
    text-align: center;
    height: 2rem;
    width: 50%;
    line-height:2rem;
    margin-top: 0.75rem;
    color: #000;
    float: left;
    font-size: 1.2rem;

}
.bg-white-text-black-left-right .btn:nth-child(2){
    border-left: 1px solid rgba(0,0,0,0.4);
}
.bg-white-text-black-left-right .btn-none{
    color: #767676;
}

/*上下拉样式*/
.scrollTop,.scrollBottom{
    height: 2.5rem;
    text-align: center;
    line-height: 2.5rem;
    /*background: rgba(0,0,0,0.1);*/
    color: grey;
}
.scrollTop .register_logo,.scrollBottom .register_logo{
    width: 2.5rem;
    height: 2.5rem;
    animation: rotate360 1s linear infinite;
    top: 0;
    left: 11rem;
    background: url(../img/home/Spinner.png) no-repeat;
    background-size: 100% 100%;
}


/*加载数据遮罩层*/
.loading-logo{
    width: 5rem;
    height: 5rem;
    background: url(../img/home/Spinner.png) no-repeat;
    background-size: 100% 100%;
    animation: rotate360 1s linear infinite;
}


/*底部消息样式*/
.bottom-news{
    position: fixed;
    left: 0;
    bottom:0;
    height: 3.5rem;
    width: 100%;
    line-height: 3.5rem;
    background: rgba(0,0,0,0.75);
    color: white;
    z-index: 5;
    padding-left: 1rem;
}

.close_btn{
    background: url(../img/my/icon_close.png) no-repeat 50% 50%;
    background-size: 50% 50%;
    position: absolute;
    height: 2rem;
    width: 2rem;
    right: 1rem;
    top: 0.75rem;
}



/*文字按钮点击*/
.text-btn-active:active{
    color: #85A4DC;
}



    /*弹框*/
.pay-phone-alert{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.75);
    top:0;
    left: 0;
    z-index: 8;
}
.pay-phone-alert-content{
    width: 70%;

    background: white;
    border-radius: 0.4rem;
    position: relative;
}
.pay-phone-alert-content > div{
    position: relative;
    text-align: center;
}
.pay-phone-alert-title{
    font-weight: bold;
    font-size: 1.2rem;
    padding: 2rem 2rem;
}

.pay-phone-alert-btn{
    height: 3.5rem;
    line-height:3.5rem;
    border-top: 1px solid #F2F2F2;
    font-size: 1rem;
}
.pay-phone-alert-btn:active{
    background-color: #eee;
}