.message_tips_box {
    position: relative;
    z-index: 99999;
}
.message_tips_box .tips_content {
    display: flex;
    flex-direction: row;
    min-height: 24px;
    background: #FFFFFF;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 20px;
    font-size: 14px;
    line-height: 24px;
    padding: 5px 15px;
    border: 1px solid #BBBBBB;
    box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.05), 0px 16px 24px 2px rgba(0, 0, 0, 0.04), 0px 8px 10px -5px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
}


.message_tips_box .icon_box {
    width: 28px;
}

.message_tips_box .success {
    width: 28px;
    background: url("../images/tips_icon_success.png") no-repeat;
    background-size: 24px;
}

.message_tips_box .warning {
    width: 28px;
    background: url("../images/tips_icon_warning.png") no-repeat;
    background-size: 24px;
}
.message_tips_box .info {
    width: 28px;
    background: url("../images/tips.png") no-repeat;
    background-size: 24px;
}

.auth_box_mb{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 999999;
}
.auth_box {
    width: 50%;
    position: fixed;
    left: 50%;
    top: 15%;
    border: 1px solid #BBBBBB;
    box-shadow: 0px 6px 30px 5px rgba(0, 0, 0, 0.05), 0px 16px 24px 2px rgba(0, 0, 0, 0.04), 0px 8px 10px -5px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    background: #FFFFFF;
    padding: 10px;
}
.auth_box img {
    width: 100%;
}

.may_left{
    position: fixed;
    left: 0;
    bottom: 260px;
    width: 216px;
    height: 333px;
    background: url(../images/may_left.png) no-repeat;
    background-size: 100%;
    background-position-x: -20px
}
.may_left a {
    display: block;
    width: 131px;
    height: 35px;
    position: absolute;
    cursor: pointer;
    bottom: 77px;
    left: 14px;
}
.may_dialog_mb {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999999;
}
.may_dialog {
    width: 500px;
    height: 285px;
    background: url("../images/may_dialog.png") no-repeat;
    position: fixed;
    left: 50%;
    top: 30%;
    margin-left: -250px;
}
.may_dialog .may_dialog_btn{
    width: 178px;
    height: 54px;
    position: absolute;
    right: 217px;
    bottom: 20px;
    background: url("../images/may_btn.png") no-repeat;
}
.may_dialog .close_btn {
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: -77px;
    left: 50%;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 37px;
    color: white;
    cursor: pointer;
}

.report_box {
    width: 210px;
    height: 283px;
    background: url("../images/report_bg.png");
    position: fixed;
    right: 5px;
    top: 109px;
    z-index: 999999;
}

.report_box .report_btn {
    display: block;
    width: 116px;
    height: 43px;
    background: url("../images/report_btn.png");
    position: absolute;
    bottom: 45px;
    left: 50%;
    margin-left: -58px;
    cursor: pointer;
}
.report_dialog_mb {
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    display: none;
}
.report_dialog_mb .report_dialog{
    width: 750px;
    height: 224px;
    background: white;
    border-radius: 4px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -375px;
    text-align: center;
    line-height: 30px;
    padding: 10px;
}
.report_dialog_mb .report_dialog p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    font-family: "Microsoft YaHei UI";
}
.report_dialog_mb .report_dialog div{
    text-align: left;
    margin-left: 48px;
}
.report_dialog_mb .report_dialog div p span{
    color: red;
}
.report_dialog_mb .report_dialog .report_close {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    background: url("../images/report_close.png");
}


#dialog_mb {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
}
#action_box {
    display: none;
    width: 980px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 20%;
    margin-left: -490px;
    background-image: url("../images/dialog/welfare_bg.96f7e7.png");
    background-repeat: no-repeat;
}
#action_box .left_title {
    position: absolute;
    left: 60px;
    top: 96px;
}
#action_box .btn_close {
    position: absolute;
    background-image: url(../images/dialog/gift_close.png);
    background-repeat: no-repeat;
    width: 53px;
    height: 53px;
    right: 10px;
    top: 29px;
    cursor: pointer;
}

#action_box .btn_close:hover {
    background-position: 0 -50px;
}
#action_box .right_box {
    position: absolute;
    right: 57px;
    top: 95px;
    width: 497px;
    height: 441px;
}
#action_box .marquee_icon {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 59px;
    right: 536px;
}
#action_box .right_box_middle {
    height: 160px;
    width: 495px;
    padding: 10px;
}
#action_box .right_box_middle .item {
    display: block;
    width: 212px;
    height: 140px;
    background: url("../images/dialog/bg_banner.png") no-repeat;
    margin: 0 auto;
    background-size: 212px 292px;
    text-align: center;
}
#action_box .right_box_middle .item .title {
    font-size: 14px;
    padding-left: 18px;
    color: #ffae8a;
}
#action_box .right_box_middle .item .item_icon {
    height: 60px;
    background: url("../images/dialog/gift_show.png") no-repeat center;
}
#action_box .right_box_middle .item h3,#action_box .right_box_middle .item span{
    color: #fff8c9;
}

#action_box .right_box_footer {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 10px;
}
#action_box .right_box_footer .right_item {
    width: 234px;
    height: 80px;
    background: url("../images/dialog/gift_list.png") no-repeat;
    background-size: 100% 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 5px;
    padding: 8px;
}
#action_box .right_box_footer .right_item .a_title {
    font-family: Microsoft YaHei,Microsoft YaHei-Bold;
    font-weight: 700;
    color: #ffd9ac;
    padding-left: 1px;
    overflow: hidden;
    width: 20px;
    line-height: 21.8px;
    font-size: 14px;
    letter-spacing: 1px;
    word-break: break-all;
    text-align: center;
}
#action_box .right_box_footer .right_item .a_content {
    width: 129px;
    padding-left: 5PX;
}
#action_box .right_box_footer .right_item .a_content h5 {
    font-size: 15px;
    font-family: Microsoft YaHei,Microsoft YaHei-Bold;
    font-weight: 700;
    color: #ffedbd;
}
#action_box .right_box_footer .right_item .a_content span {
    font-size: 13px;
    font-family: Microsoft YaHei,Microsoft YaHei-Regular;
    font-weight: 400;
    color: #ffd9ac;
    margin-top: 6px;
}
#action_box .right_box_footer .right_item .a_btn {
    display: block;
    background: url("../images/dialog/gift_status.2e2d1a.png") no-repeat;
    width: 70px;
    height: 56px;
    background-size: 70px 188px;
    text-align: center;
    line-height: 61px;
    cursor: pointer;
    font-size: 17px;
    font-family: FZSHENGSKS_DAJW,FZSHENGSKS_DAJW--GB1-0;
    font-weight: 700;
    letter-spacing: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
    text-align: center;
}
#action_box .right_box_footer .right_item .a_btn a {
    color: #80160d;
    display: block;
    height: 100%;
    width: 100%;
}
#action_box .right_box_footer .right_item .a_btn:hover {
    background-position: 0 -63px;
}
.desc_pic{
    width: 950px;
    height: 530px;
    position: absolute;
    left: 16px;
    top: 78px;
    background-image: url("../images/dialog/vip_bg.jpg");
    background-repeat:no-repeat;
    background-size:100% 100%;
}
.header_l img{height:65px;margin-top:10px}
.rides-cs {  font-size: 12px; background:#771F14; position: fixed; top: 250px; right: 0px; _position: absolute; z-index: 1500; border-radius:6px 0px 0 6px;}
.rides-cs a { color: #00A0E9;}
.rides-cs a:hover { color: #ff8100; text-decoration: none;}
.rides-cs .floatL { width: 36px; float:left; position: relative; z-index:1;margin-top: 21px;height: 181px;}
.rides-cs .floatL a { font-size:0; text-indent: -999em; display: block;}
.rides-cs .floatR { width: 130px; float: left; padding: 5px; overflow:hidden;}
.rides-cs .floatR .cn {background:#F7F7F7; border-radius:6px;margin-top:4px;}
.rides-cs .cn .titZx{ font-size: 14px; color: #333;font-weight:600; line-height:24px;padding:5px;text-align:center;}
.rides-cs .cn ul {padding:0px;}
.rides-cs .cn ul li { line-height: 38px; height:38px;border-bottom: solid 1px #E6E4E4;overflow: hidden;text-align:center;}
.rides-cs .cn ul li span { color: #777;}
.rides-cs .cn ul li a{color: #777;}
.rides-cs .cn ul li img { vertical-align: middle;}
.rides-cs .btnOpen, .rides-cs .btnCtn {  position: relative; z-index:9; top:25px; left: 0;  background-image: url(../images/shopnc.png); background-repeat: no-repeat; display:block;  height: 146px; padding: 8px;}
.rides-cs .btnOpen { background-position: -410px 0;}
.rides-cs .btnCtn { background-position: -450px 0;}
.rides-cs ul li.top { border-bottom: solid #ACE5F9 1px;}
.rides-cs ul li.bot { border-bottom: none;}