
/* menu start */
body {
    background: #EBEBEB;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
}
.container {
    background: #EBEBEB;
    padding: 140px 5% 2%;
    
   
    box-sizing: content-box;
}
 .menu_bottom_item,.menu_right_item{
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
    width: 24.1%;
    margin: 0 0.3%;
    color: #fff;
}
.container .menu_bottom_item .menu_img {
    cursor: pointer;
}
.container .menu_bottom_item .menu_name{
    cursor: pointer;
    white-space: nowrap;
    font-size: 22px;
    line-height: 46px;
}
.container .menu_bottom_item ul {
    min-width: 220px;
}
.menu_top {
    margin-bottom: 0.6%;
}
.menu_top .add_product {
    width: 48.8%;
    float: left;
    background: #0BA994;
    margin: 0 0.3%
}
.menu_top .menu_bottom_item {
    text-align: center;
    color: #fff;
}
.container .product_control {
    background: #FF6667;
    text-align: center;
    float: left;
    width: 24.1%;
    margin: 0 0.3%;
}
.menu_top_right {
    margin: 0 0.3%;
}
.menu_top_right .menu_right_item{
    width: 12%;
    margin: 0 0.3%;
}

.menu_top_right .menu_right_item .menu_img {
    cursor: pointer;
}
.menu_top_right .menu_right_item .menu_name {
    font-size: 18px;
    cursor: pointer;

}
.menu_top_right .menu_right_item ul li {
    font-size: 12px;
    cursor: pointer;
}
/* menu背景图色 */

.container .menu_bottom .store_control {
    background: #F9BC3E;
}
.container .menu_bottom .member_control {
    background: #5AAAF3;
}
.container .menu_bottom .activity_control {
    background: #EF6948;
}
.container .menu_bottom .basic_set {
    background: #8FC559;
}
.menu_top_right  .start_set {
    background: #44C5AA;
}
.menu_top_right .report_forms {
    background: #99622E;
}
.menu_top_right .order_control {
    background: #9865DC;
}
a {
    color: #fff;
}
.position {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* menu end */
.mask_con {
    position: absolute;
    bottom: -50%;
    height: 50%;
    width: 100%;
    background: #000;
    opacity: 0.3;
    padding-top: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}
 ul.mask_con_font {
    position: absolute;
    top: 125%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    
}
ul.mask_con_font li {
    line-height: 26px;
    padding-left: 2%;

    white-space: nowrap;
    font-size: 12px;
    color: #fff;
    
}
ul.mask_con_font.last li{
    width: 50%;
    float: left;
    text-align: center;
    box-sizing: border-box;
}
.menu_hover>a {
    display: block;
    height: 100%;
}