.contenta {
    padding: 5px 0 20px;
}

.danye_left {
    width: 200px;
    min-width: 200px;
    background: #EEEEEE;
    margin-right: 30px;
    min-height: 400px;
    text-align: center;
}

.danye_left .tit {
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 12px;
}

.danye_left li {
    height: 36px;
    line-height: 36px;
    margin-bottom: 3px;
    font-size: 14px;
}

.danye_left li:hover,
.danye_left li.sel {
    background: #fff;
}

.danye_left li:hover a,
.danye_left li.sel a {
    color: #FF841F;
}

.danye_right {
    flex: 1;
    min-height: 400px;
    background: #fff;
}

.contentn {
    padding: 27px 0 20px;
}

.danye_left .tit {
    margin-top: 14px;
    margin-bottom: 18px;
}

.danye_left li:hover,
.danye_left li.sel {
    background: #fff;
}

.danye_left li:hover a,
.danye_left li.sel a {
    color: #FF841F;
}

.danye_left li:hover,
.danye_left li.sel {
    background: #fff;
}

.danye_left li:hover a,
.danye_left li.sel a {
    color: #FF841F;
}

.right_top {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eee;
}

.right_top li,
.right_top p {
    padding: 30px 20px 20px 20px;
    position: relative;
}

.right_top a {
    color: #999;
    font-size: 18rpx;
}

.right_top a.active {
    color: #333;
}

.right_top .ac::after {
    content: '';
    position: absolute;
    width: 32px;
    height: 3px;
    background: #FF841F;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}


/* 消息列表 */

#box {
    padding: 20px 22px 0 20px;
}

.notice_info {
    /* background-color: #F8F8F8; */
    border-bottom: 1px solid #EEEEEE;
    padding: 20px;
    margin-bottom: 10px;
}

.notice_info h2 {
    color: #333;
    font-size: 20px;
}

.notice_info .time {
    padding: 11px 0 7px 0;
}

.notice_info p {
    color: #999;
    font-size: 14px;
}

.notice_info img {
    width: 88px;
    height: 88px;
    margin-right: 20px;
}


/* 公告详情css */

.info_title {
    color: #333;
    font-size: 18px;
    height: 65px;
    line-height: 65px;
    border: 1px solid #eee;
    padding-left: 24px;
}

.p-20 {
    padding: 20px;
}

.m-tb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-333 {
    color: #333;
}

.text-16 {
    font-size: 16px;
}

.width-100 {
    width: 100%;
}


/* 我的优惠券详情 */

.my_coupon_title {
    color: #333;
    font-size: 18px;
    height: 65px;
    line-height: 65px;
    border-bottom: 1px solid #eee;
    padding-left: 20px;
}

.hy_tablelist {
    font-size: 14px;
    padding: 0 20px;
}


/* .hy_tablelist td{border-bottom:1px #e5e5e5 solid} */

.hy_tablelist th {
    height: 42px;
    line-height: 42px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px dashed #BFBFBF;
}

.hy_tablelist.hy_tablelist1 th {
    border-bottom: 1px solid #eee;
    height: 60px;
    line-height: 60px;
}

.hy_tablelist.hy_tablelist1 .bottomone th {
    border-bottom: 0;
}


/* 意见反馈相关css */

.choose_feedback_type {
    padding-bottom: 32px;
}

.feedback_type {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /* margin-bottom: 40px; */
}

.feedback_type li {
    padding: 10px 18px;
    border: 1px solid #EEE;
    margin-right: 32px;
}

.feedback_type li.active {
    background-color: #02A7EC;
    color: #fff;
}

.input_k {
    /* margin-right: 20px; */
    margin-bottom: 12px;
    height: 61px;
    line-height: 61px;
    border: 1px solid #BFBFBF;
    border-radius: 4px;
    padding: 0 20px;
}

.img-k {
    display: flex;
    flex-wrap: wrap;
}

.img-k div {
    width: 228px;
    height: 142px;
    /* text-align: center; */
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
    margin-top: 4px;
    margin-bottom: 16px;
    margin-right: 20px;
}

.m-r-40 {
    margin-right: 40px;
}

.input_k input {
    border: none;
    outline: none;
    height: 61px;
    line-height: 61px;
    width: 100%;
}

.uploadImg {
    max-width: 228px;
    max-height: 142px;
}

.tips {
    font-size: 14px;
    color: #999;
}

.submit_k {
    padding: 22px 0 20px 20px;
    /* background-color: yellow; */
}

.submit {
    width: 180px;
    height: 42px;
    background: #02A7EC;
    border: 0;
    border: none;
    margin-right: 20px;
    color: #fff;
}


/* 邀请好友相关页面 Invite friends*/

.invite_k {
    height: 334px;
    background-color: #f6f6f6;
    margin: 20px 22px 17px 20px;
}

.invite_link {
    display: flex;
    justify-content: space-between;
    margin: 0 22px 0 20px;
    padding: 0 29px 0 14px;
    font-size: 18px;
    height: 64px;
    line-height: 64px;
    align-items: center;
    background-color: #f6f6f6;
}

.invite_link p {
    color: #333;
}

.invite_link span {
    color: #0144CC;
}