.container {
    position: relative;
}

.top-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 20;
    background: rgba(22, 27, 32, 0.9);
    background: #161b20 \9;
}

.top-nav.fix {
    position: fixed;
    height: 70px;
    transition: all .4s;
}

.top-nav.fix .logo {
    width: 165px;
}

.top-nav.fix .nav-box {
    height: 70px;
}

.top-nav.fix .nav-box .link {
    height: 70px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.top-nav.fix .nav-box .link .cn {
    padding-top: 18px;
}

.top-nav.fix .nav-box .link > a {
    height: 70px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.top-nav.fix .nav-box .share-box .share-item {
    margin-top: 20px;
}

.top-nav.fix .nav-box .share-box .wechat .qrcode-box {
    top: 70px;
}

.top-nav.fix .more-box {
    top: 21px;
}

.top-nav .logo {
    position: absolute;
    left: 42px;
    top: -15px;
    width: 207px;
    margin-left: 0;
    margin-top: 0;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.top-nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}

.nav-box {
    position: absolute;
    top: 0;
    right: 88px;
    width: 810px;
    height: 100px;
}

.nav-box .nav-links {
    float: left;
    height: 100px;
}

.nav-box .link {
    position: relative;
    float: left;
    width: 100px;
    height: 100px;
}

.nav-box .link > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 16px;
    text-align: center;
    color: #e6e6e6;
    font-size: 16px;
}

.nav-box .link > a:hover {
    color: #fff;
}

.nav-box .link span {
    font-family: "Microsoft YaHei";
    display: block;
}

.nav-box .link .cn {
    padding: 32px 0 8px 0;
}

.nav-box .link .en {
    color: #c7c7c7;
    font-size: 12px;
}

.nav-box .link em {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #f4d997;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
}

.nav-box .link:hover em {
    width: 100px;
}









/***********************/


.top-nav .logininfo{
    width: 300px;
    position: absolute;
    top: 40px;
    left: 20%;
    text-align: left;
}

.top-nav .logininfo p {
    position: absolute;
    color: #e6e6e6;
    font-size: 16px;
}

.top-nav .logininfo > a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 16px;
    color: #e6e6e6;
    font-size: 16px;
}

.top-nav .logininfo > a:hover {
    color: #fff;
}

.top-nav .logininfo span {
    font-family: "Microsoft YaHei";
    display: block;
    color: #e6e6e6;
    font-size: 16px;
}



.nav-box .share-box {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 15px;
    z-index: 10;
}

.nav-box .share-box .share-item {
    display: block;
    float: left;
    width: 28px;
    height: 28px;
    margin-top: 33px;
    margin-right: 10px;
    background: url("../images/share_icon.png") 0 0 no-repeat;
    cursor: pointer;
    opacity: .6;
    filter: alpha(opacity=60);
    transition: opacity .5s;
    -webkit-transition: opacity .5s;
}

.nav-box .share-box .share-item:hover {
    opacity: 1;
}

/*
.nav-box .share-box .wechat {
    !*background-position: -3px -2px;*!
    background-position: -123px -2px;
}
*/

.nav-box .share-box .wechat {
  /*  background-position: -3px -2px;*/
   background-position: -123px -2px;
}

.nav-box .share-box .wechat .qrcode-box {
    display: none;
    position: absolute;
    top: 100px;
    left: -28px;
    width: 120px;
    height: 144px;
    background-color: rgba(30, 33, 35, 0.8);
}

.nav-box .share-box .wechat .qrcode-box em {
    position: absolute;
    top: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #f4d997;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.nav-box .share-box .wechat .qrcode-box img {
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 10px;
    left: 10px;
}

.nav-box .share-box .wechat .qrcode-box p {
    position: absolute;
    bottom: 8px;
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.nav-box .share-box .sina {
    background-position: -42px -1px;
}

.nav-box .share-box .tieba {
    background-position: -82px -2px;
}

.nav-box .share-box .tencent {
    background-position: -123px -2px;
}

.nav-box .share-box .more {
    position: relative;
    width: 33px;
    height: 33px;
    background-position: -162px -1px;
    margin-right: 0;
}

.more-box {
    width: 48px;
    height: 142px;
    position: absolute;
    top: 38px;
    left: -7px;
    padding-top: 46px;
    display: none;
}

.more-box .more-wrap {
    position: absolute;
    top: 29px;
    left: 0;
    width: 48px;
    height: 148px;
    padding-top: 12px;
    background: rgba(30, 33, 35, 0.8);
}

.more-box .more-wrap em {
    height: 2px;
    width: 0;
    position: absolute;
    top: -2px;
    left: 0;
    background: #f4d997;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

.more-box .more-wrap p {
    width: 100%;
    margin-top: -5px;
    color: #fff;
    font-size: 12px;
    text-align: center;
}

.more-box .more-wrap .s-link {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/share.png) 0 0 no-repeat;
    margin: 0px 12px 2px;
}

.more-box .more-wrap .s-link:hover {
    background-position-x: -27px;
}

.more-box .more-wrap .s-wx {
    background-position: 1px -96px;
}

.more-box .more-wrap .s-wb {
    background-position: 1px -124px;
}

.more-box .more-wrap .s-qz {
    background-position: 1px -152px;
}

.more-box .more-wrap .s-qq {
    background-position: 1px -181px;
}

.more-box .more-wrap .s-tb {
    background-position: 1px -207px;
}

.qrcode-pop {
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 600px;
    height: 490px;
    background: #fff;
    margin-left: -300px;
    margin-top: -245px;
    text-align: center;
    z-index: 101;
}

.qrcode-pop .close {
    display: block;
    position: absolute;
    top: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    background: url(../images/close1.png) 0 0 no-repeat;
}

.qrcode-pop h1 {
    padding: 104px 0 20px 0;
    color: #333333;
    font: bold 26px/26px "Microsoft YaHei";
}

.qrcode-pop p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #666666;
}

#qrcode {
    position: relative;
}

#qrcode img {
    margin: 0 auto;
    padding: 11px;
    border: 1px solid #dfdfdf;
    margin-top: 32px;
}

#qrcode table {
    position: absolute;
    left: 160px;
    top: 0;
}

.scroll-up {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 400px;
    width: 69px;
    height: 60px;
    margin-left: 300px;
    background: url(../images/topicon.jpg) 0 0 no-repeat;
    opacity: .8;
    cursor: pointer;
}

.scroll-up:hover {
    opacity: 1;
}

.pub_footer_in .pub_footer_in_left {
    width: 250px;
    background: url(../images/combine-logo.png) center center no-repeat;
}

.pub_footer_in .pub_footer_in_left a {
    width: 0px;
    display: none;
}

/*# sourceMappingURL=common.css.map */
