/* body{
    width: 100;
    
} */
.width1220 {
    max-width: 1220px;
    margin: 0 auto;
}

.width1000 {
    max-width: 1000px;
    margin: 0 auto;
}

body {
    min-width: 1200px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

header .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    height: 50px;
    margin-top: 10px;
    cursor: pointer;
}

.topHead {
    height: 70px;
    display: none;
}

header {
    position: relative;
    box-shadow: 0px 0px 20px 0px rgba(224, 224, 224, 0.5);
    /* background: #fff; */
    background: #020921;
    height: 70px;
}

.top-logo {
    height: 44px;
    cursor: pointer;
}

header .wrap {
    height: 100%;
    position: relative;
}

nav {
    height: 70px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

nav>a,
nav .history {
    height: 40px;
    display: inline-block;
    margin-right: 50px;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    /* color: #000; */
    color: #fff;
}

nav>a:hover,
nav>a.active {
    color: #5fe8ff;
    border-bottom: 4px solid #5fe8ff;
}

nav .history {
    position: relative;
    display: block;
    z-index: 10;
}

nav .history:hover {
    border: none;
    color: #fff;
}

nav .history:hover ul {
    display: block;
}

nav .history ul {
    display: none;
    width: 148px;
    padding: 10px 0;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -74px;
    text-align: center;
    font-size: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(230, 230, 230, 0.5);
    border-radius: 1px;
}

nav .history ul li {
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

nav .history ul li:hover {
    background: #E7F5FF;
}

nav .history ul li a {
    color: #333;
}

nav .translate img {
    vertical-align: middle;
}

nav .translate .pc {
    width: 70px;
    font-size: 16px;
}

nav .translate .pc .line {
    margin: 0 5px;
    cursor: auto;
}

nav .translate .pc li {
    display: inline-block;
    cursor: pointer;
    line-height: 36px;
}

nav .translate .pc li:not(.active) {
    color: #999
}

.apply {
    position: relative;
}

.flowAdd {
    position: absolute;
    top: -34px;
    left: 0px;
    height: 37px;
    cursor: pointer;
}

.title {
    display: inline-block;
    height: 58px;
    color: #333;
    font-size: 36px;
    line-height: 50px;
    border-bottom: 4px solid #41B2FA;
}

footer {
    height: 340px;
    position: relative;
    /* position: absolute;
    bottom: 0;
    left: 0; */
    width: 100%;
}

footer>.width1220 {
    position: relative;
    z-index: 10;
}

footer .footer-l1 {
    width: 169px;
    height: 293px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
}

footer .footer-r {
    width: 373px;
    height: 196px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.footerW {
    display: flex;
    padding-top: 85px;
    justify-content: center;
}

.footerL {
    height: 66px;
}

.about {
    margin-left: 130px;
}

.connact {
    margin: 0 100px 0 170px;
}

.connact p,
.about p {
    color: #666;
    margin-top: 14px;
}

.about a {
    color: #666;
}

.about p:nth-child(1),
.connact p:nth-child(1) {
    margin: 0 0 32px;
    font-weight: 600;
    font-size: 20px;
    color: #333;
}

.code-wrap {
    text-align: center;
}

.code-wrap p {
    margin-top: 10px;
    padding-left: 30px;
    background: url('../img/weixin-logo.svg') no-repeat left center/contain;
    font-size: 14px;
    color: #333;
    line-height: 20px;
}

.weixin {
    height: 120px;
    width: 120px;
}

.copyRight {
    margin-top: 80px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.copyRight a {
    color: #666;
}

.copyRight {
    margin-top: 80px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.copyRight a {
    color: #666;
}

.user {
    display: none;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 70px;
}

.user .loginOut {
    background: transparent;
    border: none;
    /* color: #4d4d4d; */
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
}

.logocai,
.close,
.navimg,
.phone {
    display: none;
}

@media screen and (max-width:600px) {
    .width1220 {
        width: 100%;
    }

    body {
        min-width: 100%;
    }

    .pc {
        display: none;
    }

    .phone {
        display: block;
    }

    header {
        height: 2rem;
        background: #FFFFFF;
        box-shadow: 0px 10px 10px 0px rgba(220, 220, 220, 0.5);
        z-index: 12;
    }

    .top-logo {
        height: 1.06rem;
        position: absolute;
        top: .53333rem;
        left: .4rem;
        cursor: pointer;
    }

    .topHead {
        display: flex;
        width: .6rem;
        height: 100%;
        align-items: center;
        justify-content: center;
        position: absolute;
        right: .61rem;
    }

    .topHead img {
        height: .426rem;
        vertical-align: middle;
    }

    .topHead .navimg {
        display: block;
    }

    .topHead.open .close {
        display: block;
    }

    .topHead.open .navimg {
        display: none;
    }

    nav {
        display: none;
        height: auto;
        width: 100%;
        padding-top: 0;
        position: absolute;
        top: 2rem;
        flex-wrap: wrap;
        background: #112049;
        box-shadow: 0px .266667rem .266667rem 0px rgba(220, 220, 220, 0.5);
    }

    nav>a,
    nav .history,
    nav .translate {
        width: 100%;
        height: auto;
        padding: 0 0 .186667rem .4rem;
        margin-right: 0;
        line-height: 1.44rem;
        text-align: left;
        font-size: .4rem;
        border-bottom: .013333rem solid #EDEDED;
    }

    .nav .active {
        border: none;
    }

    .flowAdd {
        display: none;
    }

    nav>a.active,
    nav>a:hover {
        color: #fff;
        border: none;
        background: #41B2FA;
    }

    nav .history ul {
        display: block;
        width: 100%;
        padding: 0 1.06666rem;
        margin-left: 0;
        position: static;
        box-shadow: none;
        text-align: left;
        background: transparent;
    }

    nav .history ul li {
        font-size: .4rem;
        line-height: .826667rem;
    }

    nav .history ul li a {
        color: #999;
    }

    nav .translate {
        padding-bottom: .186667rem;
    }

    nav .translate img {
        display: none;
    }

    nav .translate ul {
        padding: 0;
    }

    nav .translate ul .active {
        display: none;
    }

    nav .translate ul li {
        line-height: 1.44rem;
    }

    .user {
        width: 100%;
        padding: 0 0.4rem;
        display: flex;
        justify-content: space-between;
        line-height: 1.44rem;
    }

    footer {
        height: 7rem;
        background-size: auto 4rem;
        background-position: -2rem top;
        overflow: hidden;
    }

    footer .footer-r {
        width: 3.8533rem;
        height: 2.4rem;
        right: 0;
    }

    footer .footer-l1 {
        width: 1.6133rem;
        height: 3.2133rem;
        top: -6px;
        left: 0;
    }

    .footerW {
        display: block;
        padding-top: .773333rem;
        text-align: center;
    }

    .code-wrap,
    .footerL {
        display: none;
    }

    .about {
        margin: 0 0 .56rem;
    }

    .about p:nth-child(1) {
        margin: 0 0 .24rem;
    }

    .about p:not(:first-child) {
        display: inline-block;
        margin: 0 .293333rem;
    }

    .connact {
        margin: 0
    }

    .connact p:nth-child(1) {
        margin: 0 0 .133333rem;
    }

    .copyRight {
        margin-top: .533333rem;
        font-size: .213333rem;
    }
    .title-wrap{
        margin: .4rem 0;
    }
    .title{
        font-size: .52rem;
    }
}