body {
    margin: 0;
    min-width: 300px;
}

header {
    margin: 0;
    border: 0;
    font-size: 100%;
    background: -webkit-linear-gradient(right, #e60012, #e60012); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #e60012, #e60012); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #e60012, #e60012); /* Firefox 3.6 - 15 */
    background: linear-gradient(right, #e60012, #e60012); /* 标准的语法（必须放在最后） */
    line-height: 45px;
    height: 45px;
    position: relative;
    z-index: 2;
}

.snia-tag {
    background: #1E9FFF;
    color: white;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 5px;
    text-align: center;
    width: 60px;
    height: 20px;
    line-height: 21px;
    display: inline-block;
}

.snia-tag-green {
    background: #5FB878;
    color: #dff0d8;
    border-color: #d6e9c6;
}

.snia-tag-org {
    background: #FF5722;
}

.tendering-list li:nth-child(-n+5) .snia-tag {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.menu-bar {
    color: #999999;
    position: absolute;
    z-index: 3;
    background: white;
    top: 45px;
    width: calc(100% - 20px);
    padding: 5px 10px 10px;
    box-shadow: 3px 9px 10px 0px hsla(0, 0%, 62%, 0.4117647058823529);

}

.menu-bar a {
    text-align: center;
    text-decoration: none;
    font-size: .7rem;
}

.menu-bar ul {
    padding: 0;
    margin: 0;
}

.menu-bar ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.menu-bar .small-list li {
    display: block;
    float: left;
    width: calc((100% - 8px * 3) / 4);
    margin-right: 8px;
    margin-top: 5px;
    padding: 10px 0;
    box-sizing: border-box;
    background: #ededed;
}

.menu-bar .small-list li:nth-child(4n) {
    margin-right: 0 !important;
}

.menu-bar .small-list li a {
    display: block;
    color: #333;
    text-decoration: none;
}

.menu-bar .big-list li {
    display: block;
    float: left;
    width: calc((100%) / 2);
    margin-top: 5px;
    padding: 10px 0;
    box-sizing: border-box;
    background: #ededed;
    text-align: center;
}

.menu-bar .big-list li a {
    display: block;
    color: #333;
    text-decoration: none;
}

.menu-bar .big-list li:first-child a {
    border-right: 1px solid #333;
}

header a {
    color: white;
    text-decoration: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

header > div {
    float: left;
    box-sizing: border-box;
    color: #FFFFFF;
    height: 45px;
}

header > div:first-child {
    width: 100px;
}

header > div:nth-child(2) {
    width: calc(100% - 100px - 80px);
    text-align: center;
}

header > div:last-child {
    width: 80px;
    text-align: right;
    padding-right: 10px;
}

header > div:last-child > i {
    margin: 0 5px;
    font-size: 20px;
    line-height: 46px;
    cursor: pointer;
}

.header_logo {
    height: 24px;
    width: 37px;
    margin-left: 15px;
    margin-top: 10px;
}

.main {
    padding: 0 10px;
}

.article_title {
    font-size: 1.6rem;
    /*line-height: 1.6rem;*/
    font-weight: 600;
    color: #1d334a;
}

.desc_article {
    font-size: .8rem;
    color: #999;
}

.desc_article > span {

    padding-left: 5px;
    border-left: 2px solid #e60012;
    height: 25px;
    line-height: 25px;
    margin-right: 5px;
}

.article_content {
    margin-top: 10px;
}

.article_content img {
    max-width: 100%;
}

.share_bar > li {
    width: calc(100% / 4);
    float: left;
    box-sizing: border-box;
    list-style: none;
    text-align: center;
    color: #999999;
    font-size: .7rem;
}

.share_bar {
    padding: 10px 0;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

.share-tool, .hot-news, .look-more {
    text-align: center;
    font-size: .8rem;
    color: #1d334a;
    margin-bottom: 8px;
    font-weight: 700;
}

.look-more a {
    text-decoration: none;
}

.share-tool i, .hot-news i {
    margin: 0 5px;
}

.icon-mg5 {
    margin: 0 5px;
}

.hot-news {
    margin-top: 25px;
    margin-bottom: 0 !important;
}

.share_bar > li > span {
    display: block;
    width: 40px;
    margin: 0 auto;
    margin-bottom: 5px;
}

.snia-icon {
    width: 40px;
    height: 40px;
}

.snia-icon-snia {
    background: url("../Images/icon-1.png") no-repeat;
    background-size: 40px 40px;
}

.snia-icon-wechat {
    background: url("../Images/icon-2.png") no-repeat;
    background-size: 40px 40px;
}

.snia-icon-wechat-quan {
    background: url("../Images/icon-3.png") no-repeat;
    background-size: 40px 40px;
}

.snia-icon-qzone {
    background: url("../Images/icon-4.png") no-repeat;
    background-size: 40px 40px;
}

.hot-news-list {
    padding: 0;
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.hot-news-list li {
    list-style: none;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: .8rem;
}

.hot-news-list li a {
    text-decoration: none;
    color: #333;

}

.hide {
    display: none;
}

.mask {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    z-index: 1;
    display: none;
}

.close_bar {
    position: absolute;
    width: 6rem;
    text-align: center;
    color: white;
    bottom: 10%;
    left: calc((100% - 6rem) / 2);
}

.tips-share {
    position: fixed;
    text-align: center;
    width: 100%;
    color: white;
    height: 100vh;
    top: 0;
    left: 0;
    vertical-align: center;
    background: rgba(0, 0, 0, .6);
    animate-duration: .2s;
    animate-delay: .2s;
}

.pop_share {
    position: relative;
    margin-top: 200px;
    max-width: 500px;
}

a {
    color: #333;
    text-decoration: none;
}

footer {
    margin-top: 15px;
}



footer .ft-top {
    color: #999999;
    font-size: 12px;
    padding: 0 10px;
}

footer .ft-top a {
    color: #1E9FFF;
    font-size: 12px;
}

footer .ft-bottom {
    background: #f2f2f2;
    margin-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

footer .ft-bottom .link-list {
    text-align: center;

}

footer .ft-bottom .link-list a {
    color: #999999;
    font-size: 12px;
    display: inline-block;
    border-right: 1px solid;
    padding: 0 6px 0 5px;
    margin: 8px 0;
}

footer .ft-bottom .icp-bar{
    color: #999999;
    font-size:12px;
    display: inline-block;
}
.snia-btn-call{
    display: block;
    background: -webkit-linear-gradient(right, #e60012, #e60012); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #e60012, #e60012); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #e60012, #e60012); /* Firefox 3.6 - 15 */
    background: linear-gradient(right, #e60012, #e60012); /* 标准的语法（必须放在最后） */
    width: calc(100% - 20px);
    margin: 10px auto;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 10px 0;
    font-size: 14px;
}

footer .ft-bottom .link-list a:last-child {
    border-right: none;
    padding-right: 0px;
}

@media only screen and (max-width: 500px) {
    .pop_share {
        width: 350px;
        margin-left: calc((100% - 350px - 10px) / 2);
    }
}

@media only screen and (max-height: 600px) {
    .pop_share {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 500px) {
    .pop_share {
        margin-left: calc((500px - 500px - 15px) / 2);
    }
}

.scroll-to-top {
    display: none;
    width: 32px;
    height: 32px;
    line-height: 32px;
    color: #ffffff;
    text-align: center;
    border-radius: 15px;
    background-color: #2196F3;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    bottom:30%;
    position: fixed;
    right: 15px;
    z-index: 999;
}
.scroll-to-top:hover {
    opacity: .8;
}
