.update-width {
    width: 80%;
    margin: 0px 10%;
}
.weixin-update-title {
    width: 100%;
    height: auto;
}
.weixin-update-conten {
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.weixin-update-conten-ul {
    padding: 20px 0px 0px 20px;
    background-color: #eeeeee;
}

.tab-padding {
    padding-top: 30px;
}
.but-width {
    padding-left: 50px;
    padding-right: 50px;
}
#menuWrap {
    color: #FFF;
    position: relative;
    height: 260px;
    width: 580px;
    margin-bottom: 30px;
    float: left;
    margin-left: 30px;
}
.mainMenuWrap {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    left: 28px;
    bottom: 0;
    z-index: 100;
}
.wxMainMenuBox {
    float: left;
    overflow: hidden;
    zoom: 1;
    margin-right: 28px;
}
.wxMainMenu {
    float: left;
    padding: 6px 20px;
    cursor: pointer;
    background-color: #595959;
}
.mainMenuText {
    width: 80px;
    font-size: 15px;
    height: 20px;
    overflow: hidden;
}
.wxMainMenuAdd {
    float: left;
    width: 28px;
    height: 32px;
    background-color: #A6A6A6;
    cursor: pointer;
}
.wxMainMenuAdd i {
    font-size: 16px;
    width: 16px;
    height: 16px;
    padding: 9px 0 0 7px;
}
.wxMainMenuAdd2 {
    float: left;
    width: 28px;
    height: 32px;
    background-color: #A6A6A6;
    cursor: pointer;
}
.wxMainMenuAdd2 i {
    font-size: 16px;
    width: 16px;
    height: 16px;
    padding: 9px 0 0 7px;
}
.wxSubMenuWrap {
    position: absolute;
    bottom: 40px;
    left: 38px;
    overflow: hidden;
    zoom: 1;
    z-index: 100;
}
.wxSubMenuBox {
    float: left;
    position: relative;
    overflow: hidden;
    zoom: 1;
    width: 176px;
    height: 240px;
}
.oneSubMenu {
    overflow: hidden;
    zoom: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: auto;
    height: 32px;
}
.wxSubMenu {
    float: left;
    padding: 6px 10px;
    margin: 0 auto;
    cursor: pointer;
    position: relative;
    background-color: #A6A6A6;
}
.wxSubMenuText {
    width: 90px;
    height: 20px;
    overflow: hidden;
    font-size: 15px;
}
.wxSubMenuDel {
    float: left;
    width: 28px;
    height: 32px;
    background-color: #E5E5E5;
    cursor: pointer;
    display: block;
}
.wxSubMenuDel i {
    font-size: 16px;
    padding: 9px 0 0 7px;
    color: #A6A6A6;
}
.wxSubMenuBox {
    float: left;
    position: relative;
    overflow: hidden;
    zoom: 1;
    width: 176px;
    height: 240px;
}
.menuLineWrap {
    position: absolute;
    bottom: 14px;
    left: 28px;
    /*overflow: hidden;*/
    zoom: 1;
    z-index: 99;
}
.menuLineBox{
    position: absolute;
    bottom: 0;
}
.menuLineBox:nth-child(1){
    left: 0;
}
.menuLineBox:nth-child(2){
    left: 176px;

}
.menuLineBox:nth-child(3){
    left: 352px;

}
.wexin-but-margin {
    margin-left: 20px;
}
.but-width {
    padding-left: 50px;
    padding-right: 50px;
}

.content-margin {
    margin: 0px 0px 20px 0px;
}
.menuLine {
    height: 39px;
    width: 40px;
    border-top: 1px solid #BBB;
    border-left: 1px solid #BBB;
}
.menu-content-box {
    clear: both;
}
.menu-content-box .menu-type ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
}
.error-hint {
    position: absolute;
    z-index: 999;
    top: 30px;
    right: 0px;
}
.error-hint-p {
    background-color: #ff5c5c;
    padding: 0px 5px;
    height: 36px;
    line-height: 36px;
    color: #ffffff;
    border-radius: 4px;
}
.error-hint-img {
    display: block;
    width: 100px;
    margin-top: -1px;
}
.menu-message-div {
    border: 1px solid #cccccc;
    width: 100%;
    padding: 5px;
    position: relative;
}
.menu-message-div.selected>a {
    display: block;
    background: rgba(93,173,226,0.8);
}
.menu-message-div>a {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.menu-message-div>a>i {
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}
.menu-message-div-img {
    width: 100%;
    height: 120px;
    background-size: 100% 100%;
    margin-bottom: 20px;
}
.menu-message-div-img img {
    height: auto;
    margin: 0 auto;
    display: block;
}
.changeColor.active {
    color: #428BCA;
}
.menu-message {
    border: 1px solid #cccccc;
    border-radius: 4px;
}
.menu-message-title {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #cccccc;
    text-align: center;
}
.menu-message-mein {
    width: 100%;
    min-height: 160px;
    max-height: 260px;
    overflow-y: auto;
}
.menu-message-div-top {
    margin-top: 10px;
    height: 300px;
}