* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    user-select: none;
    text-decoration: none;
    list-style: none;
}


::-webkit-scrollbar {
    display: none;
}

html body {
    /* overflow-y: hidden; */
    scrollbar-width: none;
}

.index {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: Microsoft YaHei;

    /* box-sizing: border-box; */
    /* overflow: hidden;
    overflow-y: hidden;
    scrollbar-width: none; */
}

.header {
    width: 100%;
    height: 60px;
    display: flex;
    overflow: hidden;
    position: relative;
}

.header-left {
    width: 1000PX;
    height: 60px;
    background: linear-gradient(90deg, #675ea5, #a9a4cf);
    transform: skewX(-30deg);
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    left: -50px;
}

.header-left span {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    transform: skewX(30deg);
}

.header-left img {
    transform: skewX(30deg);
    margin-left: 31px;
    margin-right: 21px;
}

.header-right {
    width: calc(100vw - 905px);
    height: 60px;
    background: linear-gradient(90deg, #675ea5, #a9a4cf);
    transform: skewX(-30deg);
    position: absolute;
    right: -50px;
    /* margin-left: 5px; */
    background: linear-gradient(90deg, #ada8d1, #dedbef);
}

.main {
    width: 100%;


}

.nav {
    width: 1200px;
    height: 30px;
    margin: 0 auto;
}

.nav ul {
display: flex;
margin-top: 58px;   
width: 1200px;
/* flex-wrap: wrap; */
}

.nav li {
margin: 0 30px;
font-size: 16px;
font-weight: 400;
line-height: 28px;
cursor: pointer;

}

.liColor {
    font-size: 16px;
    font-weight: bold;
    color: #f1636a;
    border-bottom: 2px solid #f56169;
}

.navColor {
    color: #f1636a;
}

.nav li:hover {
    font-size: 16px;
    font-weight: bold;
    color: #f1636a;
    /* line-height: 28px; */
    border-bottom: 2px solid #f56169;
    cursor: pointer;
}

a:hover {
    color: #f1636a;
    text-decoration: none;
}

.detail {
    width: 100%;
    /* height: calc(100vh - 278px); */
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.detail-intro {
    width: 60%;
    margin-top: 63px;
}

.detail-intro p:nth-child(1) {
    font-size: 24px;
    font-weight: 400;
    color: #4C4293;
    line-height: 26px;
}

.detail-intro p:nth-child(2) {
    width: 100%;
    height: 2px;
    background: #DFDDEC;
    margin-top: 15px;
}

.feature-content{
    width: 60%;
    line-height: 40px;
    color: #494949;
    margin-bottom: 50px;
    margin-top: 50px;
    box-shadow: 0 0 10px #ddd;
    padding: 30px;
}
.content-one{
    font-size: 20px;
    font-weight: 400;
    color: #494949;
    margin-top: 38px;
}
.content-two{
    font-size: 16px;
    font-weight: 400;
    color: #494949;
   
}

.footer {
    width: 100%;
    height: 130px;
    background: #6f67a8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-right {
    text-align: left;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
}

p {
    margin-bottom: 5px;
}

.footer span {
    width: 1px;
    height: 42px;
    background: #fff;
    margin: 0 40px 0 37px;
}