.header {
    width: 100%;
}

.header .header-login {
    width: 100%;
    height: 36px;
    padding: 0 calc((100% - 1302px)/2);
    background: #f8f8f8;
}

.header-login .login-lf {
    float: left;
    line-height: 36px;
    font-size: 13px;
    color: #555;
}

.header-login .login-rt {
    float: right;
    transform: skewX(-15deg);
}

.oneLogo {
    display: none;
}

.loginBtn {
    width: 84px;
    display: inline-block;
    height: 36px;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}

.loginBtn1 {
    background: #6a70e9;
}

.loginBtn2 {
    background: #ffc000;
    margin-left: 2px;
}

.loginBtn span {
    color: #FFF !important;
    transform: skewX(15deg);
    display: inline-block;
}

.header .index-w1 {
    width: 100%;
    padding: 30px calc((100% - 1302px)/2) 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search {
    display: flex;
    align-items: center;
}

.search input {
    border: 3px solid #6a70e9;
    width: 300px;
    height: 36px;
    box-sizing: border-box;
    padding: 2px 5px 0 38px;
    font-size: 14px;
    color: #bfbfbf;
    outline: none;
    vertical-align: middle;
    border-radius: 0px !important;
}

.search::before {
    content: "";
    background: url('./search.png');
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    left: 35px;
    top: 1px;
}

.searchBtn {
    background: #6a70e9;
    color: #fff;
    font-size: 16px;
    width: 76px;
    display: inline-block;
    text-align: center;
    height: 36px;
    position: relative;
    bottom: 0px;
    right: 5px;
    line-height: 36px;
    cursor: pointer;
    border: none !important;
    top: auto !important;
    border-radius: 0px !important;
}

/* 导航栏 */

.local a{
    color: #079BFF;
}

/* 菜单 */

.index-w2 {
    width: 100%;
    height: 80px;
    margin-top: 40px;
    padding: 0 calc((100% - 1302px)/2);
    background: #6a70e9 !important;
}

.index-w2 ul {
    display: flex;
}

.index-w2 li {
    display: inline-block;
    padding: 0 20px;
    margin: 0 20px;
    font-size: 24px;
    line-height: 80px;
    color: #fff;
}

.index-w2 li:hover {
    background: #ffc000;
    cursor: pointer;
}

.active {
    font-weight: bold;
}

.index-w2 a img {
    position: relative;
    top: -25px;
    left: -40px;
}
.zhuantiFather {
    position: relative;
}

.zhuanti {
    flex-direction: column;
    margin-top: 10px;
    text-align: center;
    background: #6a70e9;
    display: none;
    z-index: 2;
    top: 70px !important;
    height: 210% !important;
    right: 0px !important;
    line-height: 41px;
    border-radius: 0 0 6px 6px;
    position: absolute;
    visibility: hidden;
    transition: all 0.3s ease;
    transform: translateY(-10px);
    z-index: 100;
}

.zhuantiFather:hover .zhuanti{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.zhuanti li {
    font-size: 20px;
    text-align: center;
    line-height: 41px;
    margin: 0;
    padding: 0;
    display: block;
}
.zhuanti li:hover {
    background: #8F7AE1;
}
.zhuanti li a {
    color: #FFF;
}
.zhuanti li:hover a{
    font-weight: bold;
}

/* 第二种菜单 */
.index-w2 ul a .showBars {
    background: #ffc000;
    font-weight: bold;
    color: #FFF;
}

/* 底部 */
.footer {
    padding: 80px calc((100% - 1302px)/2);
    width: 100%;
    background: url("./footer-bg.png") no-repeat center center;
    background-size: 100% 100%;
    color: #fff;
}

.footer .inner {
    height: 311px;
}

.footer .inner .footer-tit {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #e8e6e6;
    padding-bottom: 8px;
}

.footer .inner .linkList {
    padding: 6px 0 17px;
    border-bottom: 1px solid #e8e6e6;
    margin-bottom: 15px;
    font-size: 16px;
}

.footer .inner .linkList a{
    color: #FFF;
    margin: 0px;
    line-height: 38px;
}

.footer .inner .linkList span{
    color: #FFF;
    padding: 0 10px;
    margin: 0px;
    line-height: 38px;
}

.others {
    line-height: 28px;
    font-size: 14px;
}
.about a, .owner span {
    margin-right: 30px;
}

.record a:first-child {
    padding-left: 5px;
    margin-right: 2px;
}

.record img {
    position: relative;
    top: -2px;
    right: 8px;
}

.others a {
    color: #FFF;
}


/* 分页 */

.pages {
    display: flex;
    justify-content: center;
    margin: 100px 0 20px;
}

.pages ul {
    display: flex;
}

.pages ul .disabled {
    display: none;
}

.pages ul li a {
    display: block;
    padding: 8px 16px;
    text-align: center;
    font-size: 14px;
    border-radius: 10px;
    color: #000;
    margin: 0 7px;
}

.zhuanti {
    width: 100%;
}

.pages ul li a:hover {
    background: #DDD;
}

.pages1 a {
    margin: 0;
}

.pages ul li .active {
    background: #079bff !important;
    color: white;
}

@media screen and (max-width: 768px) {
    /* .index-w2 {
        height: .8rem;
    }

    .index-w2 li {
        display: inline-block;
        margin: 0 .1rem !important;
        font-size: .22rem !important;
        line-height: .8rem !important;
        color: #fff !important;
        padding: 0 !important;
    }
    
    .footer .inner {
        height: auto;
    }

    img.defultLogo {
        width: 2rem;
    }

    img.defultLogo {
        width: 2rem;
    }

    img.oneLogo {
        width: 2rem;
    }

    .loginBtn {
        width: .84rem;
        font-size: .20rem;
    }

    .search input {
        width: 3rem;
    }

    .pages ul {
        flex-wrap: wrap;
    }

    .pages ul li {
        margin: .04rem;
    } */
}