﻿

body, button, input, select, textarea {
    font: 14px/1.5 "Microsoft YaHei","\5FAE\8F6F\96C5\9ED1,\9ED1\4F53","Heiti SC",tahoma,arial,Hiragino Sans GB,"\5B8B\4F53",sans-serif;
    margin: 0 auto;
    color: #333;
    background: #f8f8f8;
}
body {
    min-width: 1400px;  
}
  
i, s, em {
    font-style: normal;
    text-decoration: none;
}
ul, ol, span, p, a {
    margin: 0;
    padding: 0;
}

ul, ol, dl {
    list-style-type: none;
}

a, a:visited, a:link, a:focus,  a:hover {
    text-decoration: none;
}

ul li {
    list-style: none
}

img {
    max-width: 100%;
    transition: all 0.5s ease;
    vertical-align: middle;
}
::selection {
    text-shadow: none;
    background: #b3d4fc;
}

.fl {
    float: left;
    _display: inline;
}

/*通用部分*/

/*Header*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 100;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #ffffff;
    border-bottom: 1px solid #e8ebed;
    box-shadow: 0 4px 8px 0 rgba(28, 31, 33, .1);
}
.inside {
    width: 1400px;
    height: auto;
    margin: 0 auto;
}
.header .logo {
    float: left;
    display: block;
    width: auto;
    height: 100px;
    line-height: 100px;
    font-size: 34pt;
    font-family: 'Microsoft YaHei UI';
    font-weight: bold;
    padding-left: 20px;
    color: #1976bd;
}

.header .nav-link {
    float: left;
    font-size: 18px; 
    line-height: 100px;
    margin-left:60px;
}
.header .nav-link li {
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
}
.header .nav-link li a {
    position: relative;
    color: #737373;
    padding: 7px 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
} 
.header .nav-link li.active a, .header .nav-link li:hover a {
    color: #ffffff;
    background-color: #0091ff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
} 
/*header*/ 
@media (min-width: 768px) {
    ::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }
    ::-webkit-scrollbar-button {
        width: 0;
        height: 0;
    }

    ::-webkit-scrollbar-thumb {
        min-height: 28px;
        background-color: rgba(0, 0, 0, .2);
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border-radius: 5px;
        -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    }
}
 

.loginregin {
    height: 100px; 
    box-sizing: border-box;
    float: right;
    margin-right: 50px;
    line-height: 100px;
    display: flex;
}

.loginregin .userSun {
    height: 100px;
    line-height: 100px;
}

.loginregin .userSun .userAvatar {
    width: 40px;
    height: 100px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.loginregin .userSun .userAvatar i {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(/img/icon-user-mask.png) no-repeat;
}

.loginregin .userSun ul {
    margin-left: 50px;
    padding-top: 28px;
}

.loginregin .userSun ul li {
    height: 22px;
    line-height: 22px;
}

.loginregin .btns, .loginregin .my-tool {
    height: 100px;   
    margin-left:20px;
}

.loginregin .fastLogin {
    margin-top: 16px;
    font-size: 12px;
}

.loginregin .fastLogin strong {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    float: left;
    font-weight: normal;
}

.loginregin .fastLogin a {
    width: 25px;
    height: 25px;
    line-height: 220px;
    overflow: hidden;
    _display: inline;
    float: left;
    margin: 0 5px;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: url(/images/index2020/ico.png) no-repeat;
}

.loginregin .fastLogin a.weixin-btn {
    background-position: -3px -2px
}

.loginregin .fastLogin a.weixin-btn:hover {
    background-position: -3px -34px
}

.loginregin .loginAfter {
    display: none;
}

.loginregin .userSun ul li .user-name {
    color: #EC8640;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

.loginregin .userSun ul li .logout-btn {
    overflow: hidden;
    font-size: 12px;
    color: #999;
    float: right;
    margin-right: 14px;
}
  
