/*用户反馈样式*/
.wasu_page {
    width: 19.2rem;
    position: relative;
    min-height: 10.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .72rem;
    background-image: url(../img/userimg/feedBackBG.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.exchange_title {
    height: .34rem;
    line-height: .34rem;
    text-align: right;
    font-size: .32rem;
    color: rgba(255, 255, 255, .5);
}

.exchange_nav {
    padding-top: 1.15rem;
    height: 7.75rem;
    width: 2.64rem;
    border-right: .02rem solid #555;
    position: relative;
}

.exchange_nav ul {
    width: 100%;
}

.exchange_nav a {
    width: 1.92rem;
    height: 1.2rem;
    line-height: 1.2rem;
    position: relative;
    font-size: .32rem;
    text-align: center;
}

.exchange_nav a.focushover {
    font-size: .36rem;
    color: #ffca28;
}

.exchange_nav a span {
    width: .26rem;
    height: .58rem;
    position: absolute;
    right: -0.93rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/myExchange/right.png) no-repeat center center;
    background-size: 100%;
    display: none;
}

.exchange_navtwo span {
    display: block;
}

.exchange_nav a.focushover span {
    display: block;
}

.task_cont {
    width: 14.4rem;
    height: 9rem;
    overflow: hidden;
    margin-right: .7rem;
}

.task_list {
    width: 14.4rem;
    position: relative;
}

.minDemo {
    width: 10rem;
    margin-left: 0.8rem;
    margin-top: 0.4rem;
    overflow: hidden;
    font-size: 0.3rem;
}

.minTitle {
    font-size: 0.36rem;
}

.minCon {
    margin-top: 0.5rem;
    font-size: 0.28rem;
}

.scroll_bar {
    width: .12rem;
    /*height: 7.86rem;*/
    height: 8.46rem;
    position: absolute;
    right: 28px;
    top: 1.3rem;
    border-radius: .05rem;
    overflow: hidden;
}

.scroll_bar span {
    width: .12rem;
    border-radius: .05rem;
    height: 1.2rem;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
}

.exchange_assetlist.focushover .scroll_bar span {
    display: block;
}

.foller1 {
    display: block;
    box-sizing: border-box;
    padding-top: 0.5rem;
}

.foller2 {
    display: none;
}

.foller3 {
    display: none;
}

.foller4 {
    display: none;
    height: 10rem;
}

.feedMinPic {
    width: 0.36rem;
    height: 0.44rem;
    float: left;
    background-image: url(../img/userimg/feedMinPic.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 1rem;
}

.feedMinPic2 {
    width: 0.36rem;
    height: 0.44rem;
    float: left;
    background-image: url(../img/userimg/backMinPic.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 1rem;
}

.qrfeed {
    width: 100%;
}

.msgUser {
    line-height: 0.6rem;
    letter-spacing: 1px;
}

.feedMinPicText {
    line-height: 0.5rem;
    font-size: 0.36rem;
    color: #31afff;
    float: left;
    margin-top: 1rem;
}

.qrtext {
    font-size: 0.3rem;
    line-height: 0.5rem;
    text-align: left;
}

.readQrCode {
    width: 6.25rem;
    height: 4.8rem;
    margin: 0.6rem 0rem 0rem 0.8rem;
    float: left;
}

.qrTitle {
    text-align: center;
    font-size: 0.6rem;
}

.qrcode_Pic {
    width: 3.03rem;
    height: 3.03rem;
    background-image: url(../img/userimg/smallQrCodePic.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.endWord {
    font-size: 0.3rem;
    line-height: 1.1rem;
    color: #ffffff;
    margin-left: 0.8rem;
}

/*公共动态二维码样式*/
.qrcode {
    width: 3.03rem;
    height: 3.03rem;
}

/*设置个人信息样式*/


/*续订管理样式*//*弹窗样式+焦点*/
.agreement_Page {
    width: 19.2rem;
    position: relative;
    min-height: 10.8rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: .72rem;
    background-image: url(../img/userimg/agreementBg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.agreementUserAll {
    width: 10.12rem;
    height: 1.75rem;
    border-radius: 0.2rem;
    background-image: url(../img/userimg/agreementUserAllPic.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-top: 0.55rem;
    margin-left: 3.82rem;
    padding-top: 0.45rem;
}

.agreementUserName {
    font-size: 0.28rem;
    margin-left: 5.44rem;
    line-height: 0.7rem;
}

.agreementVIPTime {
    font-size: 0.28rem;
    margin-left: 5.44rem;
}

.agreementP1 {
    font-size: 0.38rem;
    margin-top: 0.57rem;
    margin-left: 0.7rem;
    line-height: 0.9rem;
}

.agreementP2 {
    font-size: 0.28rem;
    margin-left: 0.7rem;
    line-height: 0.58rem;
}

.agreementP3 {
    font-size: 0.28rem;
    margin-left: 0.7rem;
}

.cancelP {
    font-size: 0.28rem;
    float: right;
    margin-top: 4rem;
}

.cancelP.focushover {
    color: #ffca28;
}

.vipTime {
    font-size: 0.32rem;
}

.agreementBtns {
    font-size: 0.32rem;
}

.agreementBtn {
    width: 2rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    background-color: #1E9FFF;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.6rem;
}

.agreementBtn.focushover {
    background-color: #ffca28;
    color: black;
}

.agreementRule.focushover {
    color: #ffca28;
}

.tip {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 6;
    display: none;
}

.signin {
    width: 7rem;
    height: 4.5rem;
    position: absolute;
    left: 50%;
    top: 55%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*background: url(../img/growthSystem/signInTip.png) no-repeat center center;*/
    background-color: #0000FF;
    border-radius: 0.06rem;
    background-size: 100%;
}

.signin p {
    text-align: center;
    font-size: 0.4rem;
    margin-top: 0.4rem;
}

.chooseBtn {
    width: 2rem;
    height: 0.6rem;
    border-radius: 0.1rem;
    background-color: #1E9FFF;
    float: left;
    font-size: 0.32rem;
    text-align: center;
    line-height: 0.6rem;
    margin: 2rem 0rem 0rem 0.95rem;
}

.chooseBtn.focushover {
    background-color: #ffca28;
    color: black;
}

.paytip {
    height: .72rem;
    line-height: .72rem;
    font-size: .36rem;
    text-align: center;
    padding: 0 .36rem;
    background: rgba(0, 0, 0, .5);
    display: none;
    position: absolute;
    left: 50%;
    bottom: 7rem;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: .36rem;
}

/*积分规则*/
.all_page {
    width: 19.2rem;
    min-height: 10.8rem;
    position: relative;
    padding: .72rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url(../img/userimg/goldRoleBg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.roleTitle {
    text-align: center;
    font-size: 0.4rem;
    letter-spacing: 0px;
    color: #ffffff;
    opacity: 0.5;
}

.all_page hr {
    border: 0;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px
}

.roleContent {
    width: 16.57rem;
    height: 6.56rem;
    margin: 0.6rem auto;
    font-size: 0.3rem;
    line-height: 0.48rem;
    color: #ffffff;
}

.companyName {
    float: right;
}

.ea_top_icon {
    width: 12.9rem;
    height: 1.85rem;
    background: url("../img/userimg/agree_icon.png") no-repeat center center;
    background-size: cover;
    margin-left: 4.47rem;
}

.ea_user {
    width: 10.12rem;
    height: 2.2rem;
    margin: 0.9rem 0 0.8rem 5.86rem;
    padding: 0.62rem 0.5rem 0.62rem 5.43rem;
    box-sizing: border-box;
    line-height: 0.96rem;
    background: url("../img/userimg/agreementUserAllPic.png") no-repeat center center;
    background-size: cover;
    font-size: 0.28rem;
    color: #ffffff;
}

.eau_box {
    display: inline-block;
    width: 100%;
    line-height: 0.48rem;
}

.eau_cont {
    width: 100%;
    height: 0.48rem;
    line-height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ea_fires {
    width: 10.12rem;
    height: 0.55rem;
    margin-left: 5.86rem;
    line-height: 0.55rem;
    text-align: center;
    font-size: 0.28rem;
}

.ea_fire_title {
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.36rem;
    margin-bottom: 0.06rem;
}

.ea_fire_cont {
    color: rgba(255, 255, 255, 0.6);
}

.ea_toright {
    margin-top: 0.66rem;
    font-size: 0.28rem;
    height: 0.66rem;
    line-height: 0.66rem;
    text-align: right;
}

.rules_box {
    box-sizing: border-box;
    padding: 0 0.58rem;
}

.ec_nav {
    font-size: 0.44rem;
    height: 0.56rem;
    line-height: 0.56rem;
    margin-bottom: 0.2rem;
    position: relative;
}

.ec_nav span {
    width: 0.19rem;
    height: 0.35rem;
    background: url("../img/userimg/left.png") no-repeat center center;
    background-size: cover;
    position: absolute;
    left: -0.5rem;
    top: 0.12rem;
}

.ec_cont {
    font-size: 0.32rem;
    line-height: 0.6rem;
    color: rgba(255, 255, 255, 0.7);
}