* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

header {
    position: relative;
    height: 750px;
}
.a-href{
    display: block;width: 100%;height: 100%;position: absolute;
}
.page {
    overflow-x: hidden;
}

.nav-bar {
    width: 100%;
    height: 60px;
    margin: auto;
    background-color: rgba(10, 10, 18, 0.82);
    padding-top: 12px;
    position: fixed;
    top: 0;
    z-index: 1000;
}

.nav-tags {
    min-width: 100px;
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    line-height: 25px;
    text-align: center;
}

.nav-tags:hover {
    font-size: 20px;
    padding: 0px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 27px;
}

.nav-bar-main {
    width: 1000px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.logo {
    height: 43px;
    width: 114px;
}


.nav-main {
    width: 1100px;
    position: relative;
    z-index: 10;
}

.header-main {
    width: 100%;
    height: 750px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
}

.header-title {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 69px;
}

.header-text {
    width: 469px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27px;
    letter-spacing: 1px;
    margin-top: 28px;
}

.btn-group {
    margin-top: 45px;
    width: 492px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-more {
    width: 231px;
    height: 53px;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    color: #07AE7B;
    line-height: 53px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
}

.header-call {
    width: 227px;
    height: 49px;
    border: 2px solid #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 49px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
}

.examples {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding-top: 40px;
}

.examples-title {
    font-size: 35px;
    font-weight: 500;
    color: #1E1F21;
    line-height: 50px;
}

.examples-main {
    width: 1100px;
    /* padding: 0 50px; */
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.examples-item {
    width: 441px;
    height: 448px;
    background: url('../../ly/pc/imgs/examples-item-bg.png') no-repeat;
    background-size: 100% 100%;
    margin: 10px 0;
    display: flex;
    /* justify-content: space-between; */
    padding: 10px 26px 10px 35px;

}

.examples-item-pic {
    margin-top: 35px;
    margin-left: 35px;
    width: 173px;
    min-width: 173px;
    height: 372px;
}

.examples-item-main {
    margin-top: 50px;
    margin-left: 30px;
    padding-top: 19px;
    max-width: 173px;
}

.examples-item-title {
    font-size: 22px;
    font-weight: 500;
    color: #1E1F21;
    line-height: 38px;
    position: relative;
}

.examples-item-text {
    width: 173px;
    font-size: 16px;
    font-weight: 400;
    color: #A0ADAA;
    line-height: 22px;
}

.article {
    width: 100%;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.article-title {
    font-size: 35px;
    font-weight: 500;
    color: #1E1F21;
    line-height: 50px;
    position: relative;
}

.article-tags-group {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.tags {
    min-width: 98px;
    padding: 0 9px;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #AFCAB8;
}


.tags:hover {
    border-bottom: 2px solid #23C683;

    padding-bottom: 9px;
}



.tag-logo {
    width: 25px;
    height: 25px;
    background: #07AE7B;
}

.tag-name {
    margin-left: 11px;
}

.article-main {
    margin-top: 15px;
    width: 880px;
    padding: 0 130px;
    display: flex;
    justify-content: space-between;
}

.article-main-text {
    padding-top: 90px;
}

.article-main-title {
    font-size: 22px;
    font-weight: 500;
    color: #1E1F21;
    line-height: 55px;
}

.article-main-info {
    margin-top: 9px;
    width: 289px;
    font-size: 16px;
    font-family: AlibabaPuHuiTi-Regular, AlibabaPuHuiTi;
    font-weight: 400;
    color: #556175;
    line-height: 25px;
}

.article-pic {
    width: 475px;
    height: 475px;
}

.api-list {
    width: 100%;
    background: url('../../ly/pc/imgs/api-bg.png');
    background-size: 100% 100%;
    padding: 40px 0 40px 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.api-list-title {
    font-size: 35px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
}

.api-group {
    margin-top: 10px;
    width: 1020px;
    padding: 0 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.api-item-header {
    display: flex;
    align-items: center;
}

.api-item {
    margin: 20px 0;
    width: 261px;
}

.api-logo {
    width: 23px;
    height: 23px;
    background: #FFFFFF;
    display: flex;
    padding: 10px;
}

.api-name {
    margin-left: 14px;
    font-size: 22px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 38px;
}

.api-info {
    margin-top: 13px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 25px;
}

.flowchart {
    width: 100%;
    padding: 40px 0 40px;
    background: #242826;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flowchart-title {
    font-size: 35px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 50px;
}

.flowchart-pic-group {
    width: 1020px;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flow {
    width: 160px;
    height: 157px;
    border-radius: 50%;
    font-size: 28px;
    font-weight: 500;
    color: #306C33;
    line-height: 157px;
    text-align: center;
}

.next {
    width: 40px;
    height: 31px;
    background: url('../../ly/pc/imgs/flow-next.png');
    background-size: 100% 100%;
}

.other-flow {
    width: 80vw;
    height: 575px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.blank-flow{
    padding: 40px;
}
.version-group {
    width: 980px;
    margin-top: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.version {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 275px;
    height: 404px;
    background: #1F2220;
    box-shadow: 0px 2px 26px 7px rgba(0, 0, 0, 0.09);
    border-radius: 17px;
}

.version-logo-vip {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: url('../../../static//ly/pc//imgs/icon-vip.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.version-logo-pro {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: url('../../../static//ly/pc//imgs/icon-pro.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.version-logo-normal {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: url('../../../static//ly/pc//imgs/icon-normal.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;

}

.version-name {
    margin-top: 26px;
    font-size: 28px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 38px;
}

.version-info {
    width: 223px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 27px;
}

.version-btn-group {
    margin-top: 54px;
    width: 492px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.version-more {
    width: 231px;
    height: 53px;
    background: #00B277;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 53px;
    letter-spacing: 1px;
    text-align: center;
}

.version-call {
    width: 231px;
    height: 53px;
    background: #FFFFFF;
    font-size: 20px;
    font-weight: 400;
    color: #00B277;
    line-height: 53px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
}

.flow-btn-group {
    width: 492px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 45px;
}

.news {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0 40px;
}

.news-header {
    width: 892px;
    font-size: 28px;
    font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
    font-weight: 500;
    color: #1E1F21;
    line-height: 50px;
    padding-bottom: 27px;
}

.news-mian {
    width: 892px;
    margin: 15px 0;
}

.news-mian-header {
    display: flex;
    align-items: center;
}

.news-logo {
    width: 44px;
    height: 20px;
    background: #EC6060;
    border-radius: 14px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}

.news-title {
    font-size: 20px;
    font-weight: 500;
    color: #1E1F21;
    line-height: 27px;
    padding-left: 2px;
    position: relative;
}

.news-text {
    margin-top: 6px;
    padding-left: 2px;
    font-size: 16px;
    font-weight: 400;
    color: #506179;
    line-height: 27px;
}