.common_width {
    width: 1200px;
    margin: 0 auto;
}

.div_h a {
    margin-right: 10px;
}


/* .wk_header .w_1200 {
    overflow: hidden;
} */

.search_box {
    display: none;
}

.wap-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    align-items: center;
    -webkit-align-items: center;
    box-align: center;
    -moz-box-align: center;
    -webkit-box-align: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.m_box1 {
    background: #eaeaed;
    /* background-image: url(../images/banner1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    padding: 50px 0;
}

.m_box1_left {
    width: 30%;
}

.m_box1_left img {
    width: 100%;
}

.m_box1_right {
    /* width: 50%; */
    text-align: center;
    /* width: 100%; */
    /* background-color: rgba(0, 0, 0, .5); */
    /* padding: 200px 0; */
}

.m_box1_right p {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 770px) {

    .m_tab_lab span{
        display:block;float:left;
        width:30%;
        text-align:center;
        font-size:12px!important    ;
        padding: 10px  0!important;
    }
    .m_tab_lab{overflow:hidden}
    .m_tab_lab span:last-child{

        width:40%;
    }

}




.m_btn {
    background: #f2cb67;
    border: 1px solid #666;
    display: inline-block;
    padding: 5px 20px;
    margin-top: 30px;
    box-shadow: 1px 1px 2px #000;
}

.m_box2 {
    padding: 60px 0;
}

.m_box2_item {
    width: 30%;
    text-align: center;
}

.m_box2_item span {
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    color: #fff;
    background: #f6a36e;
    border: 1px solid #999;
}

.m_box2_item h3 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin: 20px 0;
}

.m_box2_item p {
    font-size: 16px;
    line-height: 24px;
}

.m_box3 {
    background: #eaeaed;
    padding: 60px 0;
    text-align: center;
}

.m_box3 h2 {
    font-size: 24px;
    margin-bottom: 40px;
}

.wap_flex_top {
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.m_box3_item {
    width: 31%;
}

.m_box3_item img {
    display: inline-block;
    width: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
}

.m_box3_item h4 {
    margin-bottom: 10px;
}

.m_box3_item p {
    font-size: 16px;
    line-height: 24px;
}

.m_box4 {
    padding: 60px 0;
}

.m_box4 h2 {
    text-align: center;
    font-size: 24px;
    color: #c75457;
    margin-bottom: 40px;
}

.m_box4_left {
    width: 40%;
}

.m_box4_left img {
    width: 100%;
}

.m_box4_right {
    width: 50%;
}

.m_box4_price_item {
    border: 1px solid #c75457;
    padding: 15px 26px 15px 6px;
    font-size: 15px;
}

.m_box4_price_item p {
    color: #c75457;
    font-weight: bold;
    padding-left: 10px;
}

.no_border {
    border-bottom: none;
}

.m_box4_p1 {
    margin: 10px 0;
    color: #c75457;
}

.m_box4_p2 {
    color: #282828;
}

.m_box4_p3 {
    color: #282828;
}

.m_box4_price_item .m_box4_price_p {
    font-size: 14px;
    font-weight: normal;
}

.m_box4_price_item .m_box4_price_p2 {
    font-weight: normal;
}

.m_box4_btn {
    margin-top: 20px;
    text-align: right;
}

.m_box4_btn a {
    background: #f2cb67;
    border: 1px solid #666;
    box-shadow: 0 0 1px #333;
    display: inline-block;
    padding: 2px 6px;
    font-size: 16px;
}

.m_box4_right>p {
    font-size: 16px;
}


/* index2 */

.event_p {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    color: #72757D;
}

.event_p p {
    margin-bottom: 6px;
}

.event_h2 {
    text-align: center;
    font-size: 30px;
    margin-top: 30px;
    background: url(../images/m_bg.png) no-repeat center bottom;
    padding-bottom: 20px;
    color: #444;
}

.event_imgList {
    margin-bottom: 30px;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.event_item {
    width: 18%;
    margin-top: 30px;
}

.event_item img {
    width: 100%;
}

.event_couponList {
    margin: 30px 0 20px 0;
}

.event_couponItem {
    width: 18%;
    border: 1px solid #E5004F;
    border-radius: 4px;
    padding: 20px;
}

.event_couponItem_top h4 {
    display: inline-block;
    font-size: 20px;
    color: #E5004F;
    margin-right: 2px;
}

.event_item_wen {
    margin-top: 15px;
}

.event_item_wen h2 {
    font-size: 18px;
    height: 48px;
    overflow: hidden;
}

.tui_box {
    margin-bottom: 100px;
}

.event_item_wen p {
    font-size: 14px;
    margin-top: 8px;
    color: #666;
}

.event_couponItem_price {
    display: inline-block;
    width: 50%;
    margin-left: 20px;
    vertical-align: middle;
}

.event_couponItem_price span {
    font-size: 16px;
    display: block;
}

.event_couponItem_bottom {
    text-align: center;
    margin-top: 10px;
}

.event_couponItem_bottom a {
    font-size: 16px;
    display: inline-block;
    border: 1px solid #E5004F;
    border-radius: 6px;
    color: #E5004F;
    padding: 0 10px;
    line-height: 26px;
}

.event_dis {
    margin-bottom: 30px;
}

.event_dis p {
    color: #666;
    margin-top: 10px;
    font-size: 14px;
}

.event_box {
    margin-top: 100px;
}

.mall {
    display: inline-block;
    background: url(../images/mall.png) no-repeat center left;
    background-size: 15px 15px;
    padding-left: 26px!important;
    margin-left: 10px;
}

.mall_count {
    font-size: 12px;
    background-color: #ec2828;
    border-radius: 50%;
    min-width: 15px;
    text-align: center;
    line-height: 12px;
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    padding: 1px 3px;
}

.fy_banner img {
    width: 100%;
}

.m_tab_box {
    margin-top: 60px;
}

.m_tab_lab {
    font-size: 0;
    margin-bottom: 30px;
}

.m_tab_lab span {
    font-size: 15px;
    background: #f2f2f2;
    padding: 10px;
    border: 1px solid #e6e6e6;
    cursor: pointer;
}

.m_tab_lab span:first-child {
    border-right: none;
}

.m_tab_item {
    display: none;
    text-align: center;
}

.m_tab_item .layui-table th {
    text-align: center;
    font-weight: bold;
}

.m_tab_item_active {
    display: block;
}

.m_tab_lab .m_tab_lab_active {
    background: #dfa410;
}

.m_pay {
    text-align: left;
    overflow: hidden;
}

.m_pay a {
    font-size: 14px;
    color: #333;
    background: #dfa410;
    float: right;
    padding: 8px 16px;
}

.m_pay a:hover {
    color: #000;
}

.m_pay_left {
    float: left;
    font-size: 14px;
}


/* 推荐电影节 */

.ding_box {
    margin-top: 50px;
}

.dingdan {
    overflow: hidden;
    background: #D6A75B;
    padding: 12px 0;
}

.dingdan li {
    float: left;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dingxi {
    width: 20%;
}

.dingdate {
    width: 16%;
}

.zhifu {
    width: 16%;
}

.leixi {
    width: 16%;
}

.jine {
    width: 16%;
}

.tai {
    width: 16%;
}

.ding_xiang {
    font-size: 14px;
    background: none;
    border-top: 1px solid #e6e6e6;
}


/* 响应式样式 */

@media (min-width: 1440px) {
    .common_width {
        width: 1350px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .ding_box {
        margin-top: 120px;
        overflow-x: scroll;
    }
    .dingdan {
        width: 200%;
    }
    .w_1200 {
        width: auto;
    }
    .m_banner {
        padding-top: 140px;
    }
    .common_width {
        width: 100%;
        padding: 0 15px;
        margin: 0 auto;
    }
    .m_box1_left {
        width: 100%;
    }
    .m_box1_right {
        width: 100%;
    }
    .m_box1_right p {
        font-size: 16px;
    }
    .m_box2_item h3 {
        font-size: 15px;
        margin: 15px 0;
    }
    .m_box2_item p {
        font-size: 14px;
    }
    .m_box3 h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .m_box3_item {
        width: 100%;
        display: flex;
        -webkit-display: flex;
        justify-content: space-between;
        align-items: center;
        -webkit-justify-content: space-between;
        -webkit-align-items: center;
        margin-bottom: 20px;
    }
    .m_box3_item img {
        width: 20%;
        margin-bottom: 0;
    }
    .m_box3_wen {
        width: 78%;
        display: inline-block;
        font-size: 14px;
        text-align: left;
    }
    .m_box3_wen h4 {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .m_box3_wen p {
        font-size: 12px;
        line-height: 18px;
    }
    .m_box4 h2 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    .m_box4_right {
        width: 100%;
    }
    .m_box4_left {
        width: 80%;
        margin: 0 auto;
    }
    .m_box4_price_item {
        font-size: 14px;
        padding-right: 16px;
    }
    .m_box4_price_p {
        font-size: 12px;
    }
    .m_box4_right>p {
        font-size: 14px;
    }
    .m_box4_btn a {
        font-size: 14px;
    }
    /* index2 */
    .event_item {
        width: 48%;
    }
    .wk_bottom .div2,
    .wk_bottom .div1 {
        width: auto;
        float: none;
        padding: 0 15px;
    }
    .wk_nav {
        width: 100%;
        background: #fff;
    }
    .wk_nav .layui-nav .layui-nav-item a {
        font-size: 14px;
        padding: 0;
        text-align: center;
    }
    .wk_nav .layui-nav {
        padding: 0;
    }
    .wk_nav .layui-nav .layui-nav-item {
        line-height: 24px;
        width: 20%;
        float: left;
    }
    .wk_right {
        width: 100%;
    }
    .wk_right .layui-nav {
        width: 100%;
        padding: 0 15px;
    }
    .layui-form>div {
        width: 160px!important;
    }
    .layui-input-inline {
        width: 100%!important;
    }
    .layui-input {
        width: 100%!important;
    }
    .login_nav_wk {
        margin-left: 0!important;
    }
    .div_bb ul li {
        font-size: 14px;
    }
    .wk_bottom .div2 .div_aa ul li {
        font-size: 14px;
    }
    .fc {
        height: 0!important;
    }
    .div_h>p {
        font-size: 14px;
        margin-bottom: 30px;
    }
    .event_box {
        margin-top: 120px;
    }
    .event_imgList::after {
        content: '';
        width: 30%;
    }
    .event_item_wen h2 {
        font-size: 16px;
    }
    .event_item_wen p {
        font-size: 14px;
    }
    .event_couponItem {
        width: 30%;
        padding: 15px;
        margin-bottom: 15px;
    }
    .event_couponItem_top h4 {
        font-size: 16px;
    }
    .event_couponItem_price {
        width: 100%;
        margin-left: 0;
    }
    .event_couponItem_price span {
        font-size: 14px;
    }
    .event_couponItem_bottom a {
        font-size: 14px;
        padding: 0 6px;
        line-height: 22px;
    }
    .event_couponList::after {
        content: '';
        width: 30%;
    }
    .div_h a {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .m_tab_item .layui-table td,
    .m_tab_item .layui-table th {
        padding: 9px;
    }
    .m_box2_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .m_pay a {
        margin-top: 20px;
    }
    .tui_box {
        margin-top: 50px;
    }
}