html,
body,
#app {
    width: 100%;
}


/* body::-webkit-scrollbar {
    width: 0px;
    height: 0px;
}
body {
    scrollbar-width: none;
}
body {
    -ms-overflow-style:none;
} */


/* header */

.header {
    width: 100%;
    height: 76px;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
}

.header-l {
    width: 275px;
    display: flex;
    justify-content: center;
    margin: 15px 0 0 52px;
}

.logo {
    background-image: url(../images/logo.png);
    width: 133px;
    height: 47px;
}

.logo-c {
    font-size: 26px;
    line-height: 34px;
    color: #2a7de1;
    cursor: pointer;
    margin-top: 4px;
}

.logo-c>a {
    color: #2a7de1;
    text-decoration: none;
}

.logo-c>a:hover {
    color: #2a7de1;
    text-decoration: none;
}


/* .logo-e {
    font-size: 12px;
    line-height: 12px;
    color: #2a7de1;
} */

.line {
    width: 4px;
    height: 32px;
    background: #2a7de1;
    margin: 0 16px;
    margin-top: 7px;
}

.header-r {
    width: 102px;
    height: 36px;
    background: #2a7de1;
    font-size: 16px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    margin: 20px 30px 0 0;
    border-radius: 17px;
    cursor: pointer;
}


/* banner */

.banner {
    background-image: url(../images/banner.png);
    width: 100%;
    height: 300px;
    padding-top: 240px;
    box-sizing: border-box;
}

.banner-title {
    width: 1222px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.article-title {
    height: 60px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;
    width: 252px;
}

.title {
    font-size: 16px;
    line-height: 16px;
    margin: 24px 0 19px 20px;
    color: #333333;
    font-weight: bold;
}

.aside-title {
    height: 60px;
    width: 100%;
    display: flex;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
    background: #ffffff;
    width: 952px;
}

.aside-title>div:nth-of-type(1) {
    width: 184px;
    box-sizing: border-box;
    padding: 0 73px;
}

.aside-title>div:nth-of-type(2) {
    width: 295px;
}

.aside-title>div:nth-of-type(3) {
    width: 473px;
}

.aside-title>div {
    font-size: 16px;
    line-height: 60px;
    font-weight: bold;
    color: #444444;
}


/* main */

.main {
    width: 100%;
    border-bottom: 1px solid #707070;
    background: #f7f8fa;
    padding-bottom: 60px;
}

.content {
    width: 1222px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.article {
    height: 307px;
    width: 252px;
    background: #ffffff;
}

.iconfont {
    margin-left: 20px;
}

.one-none {
    height: 64px;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    padding: 28px 0 18px 82px;
    color: #484848;
    box-sizing: border-box;
    cursor: pointer;
}

.one-have {
    height: 64px;
    width: 100%;
    font-size: 18px;
    line-height: 18px;
    padding: 28px 0 18px 82px;
    box-sizing: border-box;
    cursor: pointer;
    box-sizing: border-box;
    color: #2a7de1;
}

.two-none {
    height: 40px;
    width: 100%;
    font-size: 12px;
    line-height: 40px;
    color: #afafaf;
    padding-left: 82px;
    box-sizing: border-box;
    cursor: pointer;
}

.two-have {
    height: 40px;
    width: 100%;
    font-size: 12px;
    line-height: 40px;
    box-sizing: border-box;
    cursor: pointer;
    color: #2a7de1;
    background: #e9f2fc;
    border-left: 4px solid #2a7de1;
    padding-left: 78px;
}

.aside {
    width: 952px;
    background: #ffffff;
}

.aside-content {
    width: 100%;
}

.hidden {
    display: none;
}

.code {
    display: flex;
    padding: 20px 0;
    border-top: 1px solid #e5e5e5;
}

.code:nth-of-type(1) {
    border: 0;
}

.code>div:nth-of-type(1) {
    width: 184px;
    box-sizing: border-box;
    padding: 0 73px;
    font-size: 14px;
    line-height: 22px;
    color: #ff6a6a;
}

.code>div:nth-of-type(1) span {
    cursor: pointer;
}

.code>div:nth-of-type(1)>span>a {
    color: #ff6a6a;
}

.code>div:nth-of-type(2) {
    width: 295px;
    font-size: 14px;
    line-height: 22px;
    padding-right: 50px;
    box-sizing: border-box;
    color: #797979;
}

.code>div:nth-of-type(3) {
    width: 473px;
    font-size: 14px;
    line-height: 22px;
    padding-right: 58px;
    box-sizing: border-box;
    color: #797979;
}

.code>div:nth-of-type(3) p {
    font-size: 14px;
    line-height: 22px;
}


/* footer */


/* .footer{
    width: 100%;
    height: 379px;
    background: #0b033b;
    border-bottom: 1px solid #707070;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-nav{
    font-size: 36px;
    line-height: 36px;
    color: #ffffff;
} */