.navs {
    margin-right: 8px;
}

.meiyeLogo {
    /*width: 105px;*/
    height: 100%;
}

.navs > a {
    font-size: 16px;
    color: #666;
}

.loginbtn,
.trybtn {
    font-size: 14px;
    border-radius: 5px;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #fff;
    text-decoration: none;
}

.loginbtn {
    border: 1px solid #B35DCC;
}

.trybtn {
    background: rgba(179, 93, 204, 1);
    color: #fff;
}

.nav .navs:hover {
    color: #B35DCC;
    background-color: #fff;
    border-bottom: 2px solid #B35DCC;
}

.navHeader {
    width: 100%;
}

.navHeader > li {
    width: 14.28%;
    height: 52px;
    box-sizing: border-box;
}

.navHeader .navs > a {
    padding: 15px 0;
}

@media screen and (max-width: 720px) {
    .header {
        padding: 0;
    }

    .navbar-brand {
        padding: 12px;
    }

    .header-mask {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 201;
        margin-left: -100%;
        display: none;
    }

    .header-box {
        position: absolute;
        width: 50%;
        height: 100%;
        background: #fff;
    }

    .header-box > img {
        width: 50%;
        margin: 20px 25%;
    }

    .header-nav > li {
        position: relative;
        height: 40px;
        line-height: 40px;
        box-sizing: border-box;
        padding: 0 15px;
        transition: all 1s linear;
        transform: translateX(-100%);
    }

    .header-nav > li:after,
    .header-nav > li:before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        position: absolute;
        top: 50%;
        right: 2px;
        transform: translateY(-50%);
        border: 8px solid transparent;
        border-left-color: #fff;
    }

    .header-nav > li:before {
        right: 0px;
        border-left-color: #ccc;
    }

    .header-nav > li > a {
        text-decoration: none;
        color: #000;
    }
}

/* pc端footer */

.footer_content {
    background-color: #2c2c2c;
}

.footer a {
    text-decoration: none;
    color: #ffffff;
    opacity: 0.4;
    font-size: 1.4rem;
}

.footer a:hover {
    text-decoration: none;
    color: white;
    opacity: 1;
}

.footer {
    background: #2c2c2c;
    color: #858585;
}

.footer_left {
    border-right: 1px solid #858585;
}

.footer .title {
    color: #ffffff;
    opacity: 0.4;
}

.footer_up {
    border-bottom: 1px solid #858585;
}

.footer_down,
.footer_up {
    display: flex;
    justify-content: center;
}

.footer_left {
    margin: 50px 0;
}

.footer_right {
    box-sizing: border-box;
    padding: 50px 0;
}

.left_content {
    padding: 20px 46px;
}

.contact {
    padding: 10px 0;
}

.contact .title {
    padding-bottom: 10px;
}

.footer_up {
    width: 100%;
    box-sizing: border-box;
}

.footer_list_title {
    color: #ffffff;
    text-align: left;
    font-size: 1.6rem;
}

.list_contents {
    text-align: left;
    font-size: 1.6rem;
}

.list_content > div {
    padding-top: 10px;
}

.footer_down > div {
    margin-right: 10px;
}

.footer_down {
    padding: 20px 0;
}

/* 移动端footer */

.footer-box {
    width: 100%;
    background-color: #000;
    text-align: center;
}

.txt-footer {
    color: #999;
}

.code {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: auto;
}