* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 15px 80px 15px 54px;
    z-index: 2;
}

header img {
    margin-right: 54px;
}

header a {
    color: #fff;
}

header .daohang {
    display: flex;
}

header .daohang li {
    margin-left: 54px;
}

header .button {
    cursor: pointer;
    height: 38px;
    width: 71px;
    margin-left: auto;
    border-radius: 4px;
    border: 1px solid #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding: 8px 18px 11px 18px;
}

header .denglu {
    background: #1c67ff;
    color: #fff;
}

header .zhuce_button {
    background: #fff;
    color: #1c67ff;
    margin-left: 11px;
}
header .weideng {
    margin-left: auto;
    
}
header .yideng {
    margin-left: auto;
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
    cursor: pointer;
    /*display: none;*/
}
header .yideng img {
    margin-left: 9px;
}
header .yideng ul{
    
    box-shadow: 0 0 10px 5px rgba(240, 240, 240,0.12);
    background: #fff;
    border-radius: 4px;
    padding: 19px 25px;
}
header .yideng .waikuang {
    position: absolute;
    top: 18px;
    display: none;
    left: -32px;
    padding-top: 15px;
}
header .yideng ul li {
color: #51545C;
font-size: 14px;
cursor: pointer;
line-height: 40px;
}
header .yideng ul li:hover {
    color: #3B70F7;
}
header .yideng:hover .waikuang {
    display: block;
}
header .yideng .waikuang:hover {
    display: block;
}

.content {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

.row {
    display: flex;
    align-items: center;
    flex-direction: row;
}

/* 页码样式 */
.yema .content{
    justify-content: center;
    margin: 44px auto 80px;
}
.yema .content div {
     padding: 6.5px 0;
    border: 1px solid #EDEDEF;
    background: #fff;
    color: #252933;
    font-size: 16px;
    margin-left: 8px;
    border-radius: 2px;
    cursor: pointer;
}
.yema .content .active{
    padding: 6.5px 13px;
}
 
.yema .content div a {
    padding: 6.5px 13px;
    color: #252933;
    height: 36px;
}
.yema  a {
    height: 36px;
}
.yema .content span {
    margin-left: 8px;
}
.yema .content img{
    margin-left: 8px;
    cursor: pointer;
}
.yema .content .zuo:hover{
    content: url('/html/static/img/L-hover.png');
}
.yema .content .you:hover{
    content: url('/html/static/img/r-hover.png');
}
.yema .content .active {
    background-color: #3B70F7;
    border-color: #3B70F7;
    color: #fff;
}
.yema .content .active a{
    color: #fff;
}


