@charset "UTF-8";
html, body {
    margin: 0px;
    min-width: 1200px;
    color: #5F5F5F;
    font-family: "Helvetica", "Microsoft YaHei", \5FAE\8F6F\96C5\9ED1;
    /*chrome、safari*/
    -webkit-font-smoothing: antialiased;
    /*firefox*/
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}
.advertisement {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ececec;
    position: relative;
    display: none;
}
.advertisement a {
    display: block;
    width: 100%;
}
.adment-show {
    width:100%;
}
.adment-hide {
    z-index: 2;
    display: none;
}
/*.adment-show,.adment-hide {*/
    /*position: absolute;*/
    /*z-index: 2;*/
/*}*/



.main-wrap {
    position: relative;
    /*overflow: hidden;*/
    min-height: 100%;
    min-width: 1200px;
}

::-webkit-input-placeholder {
    font-size: 12px;
    color: #ccc;
}

:-moz-placeholder {
    font-size: 12px;
    color: #ccc;
}

::-moz-placeholder {
    font-size: 12px;
    color: #ccc;
}

:-ms-input-placeholder {
    font-size: 12px;
    color: #ccc;
}

.c-ma {
    width: 1200px;
    margin: auto;
    /*outline: 1px solid red;*/
}

.icon-com {
    display: inline-block;
}

.main-warp {
}


/**
*登录后样式开始
***/
.mc-top-user-info {
    background: #fff;
}

.user-info-list li {
    display: inline-block;
    height: 40px;
    line-height: 40px;
}

.user-info-list li:first-child {
    padding-left: 20px;
}

.user-info-list li:last-child {
    float: right;
    margin-right: 30px;
}

.user-item-title {
    color: #666;
    font-size: 14px;
    font-weight: 600;
}

li.user-name-wrap {
    line-height: 1;
    height: auto;
    margin: 0 20px;
}

.nav-user-icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    margin-top: -4px;
}






.main-content-warp {
    width: 100%;
}
.browerVersionTips{
    line-height: 80px;
    text-align: center;
    font-size:15px;
    font-weight: 500;
    background-color:#f5b86c;
    color:#fff;
    letter-spacing: 1px;
    position: fixed;
    top:0;
    left: 0;
    right: 0;
    z-index: 2;
    display: none;
}
