
.home-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
		box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
}

.home-top-logo {
    display: flex;
    align-items: center;
    padding-left: 30px;
    color: black;
}

.logo-img {
    width: 41px;
    height: 50px;
}

.nav-list {
    display: flex;
    font-size: 20px;
}

.nav-list a {
    color: #3D4350;
    width: 100px;
}

.nav-list li {
    color: #3D4350;
    padding: 0 25px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    box-sizing: border-box;
}

.nav-list a:hover {
    color: #F39A40;
}

.login-view {
    display: flex;
    align-items: center;
    width: 200px;
    height: 80px;
}

.login {
    font-size: 18px;
    color: #F39A40;
    height: 80px;
    width: 80px;
    text-align: center;
    line-height: 80px;
}

.register-view {
    font-size: 18px;
    color: #828A97;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}

/* 轮播图相关样式 */
.slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 80px;
    margin-bottom: 80px;
}

.slides {
    display: flex;
    transition: transform 1s ease;
}

.slide {
    flex: 0 0 100%;
    transition: transform 1s ease;
}

.img {
    width: 100%;
    height: auto;
}

.indicators {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    position: absolute;
    z-index: 9999;
    margin-top: -130px;
    width: 100%;
}

.indicator {
    width: 23px;
    height: 3px;
    background-color: #ccc;
    /* border-radius: 5px; */
    margin: 0 5px;
    cursor: pointer;
}

.indicator.active {
    background-color: orange;
}

.suspension {
    display: flex;
    justify-content: center;
}

.suspension-box {
    background: #fff;
    border-radius: 5px;
    width: 80%;
    height: 80px;
    position: absolute;
    margin-top: -110px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.suspension-box-view {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 80px;
    margin-left: 8px;
}

/* 客户案例轮播区域 */
.container {
    width: 100%;
    /* 设置容器宽度为父容器宽度的百分之七十 */
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 8px;
}

.content {
    display: flex;
    transition: transform 0.5s ease;
}

.content div {
    flex: 0 0 100%;
    text-align: center;
}

.arrow {
    position: relative;
    z-index: 9999;
    font-size: 60px;
    color: #AAAAAA;
}


.arrow.left {
    left: 12%;
}


.arrow.right {
    right: 12%;
}

.content-user-item {
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 合作伙伴 */
.custom-container {
    width: 100%;
    /* 设置容器宽度为父容器宽度的百分之七十 */
    overflow: hidden;
    position: relative;
    /* border: 1px solid #ccc; */
    /* border-radius: 8px; */
}

.custom-content {
    display: flex;
    transition: transform 0.5s ease;
}

.custom-content div {
    flex: 0 0 100%;
    text-align: center;
}

.custom-arrow {
    position: relative;
    z-index: 9999;
    font-size: 60px;
    color: #AAAAAA;
}

.custom-arrow.left {
    left: 12%;
}

.custom-arrow.right {
    right: 12%;
}

.content-user-items {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

/* 注册盒子 */
.register {
    height: 100vh;
    width: 100vw;
    background: url(../img/56a46b7590f5672af5b8.jpg) no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'ArialMT', 'Arial', sans-serif;
}

.cont-box {
    border-radius: 15px;
    width: 550px;
    height: 460px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 45px;
    box-shadow: 5px 5px 10px rgb(68, 68, 68);
}

.register-view-input {
    background: #f3f3f3;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.view-register {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 20px;
}

.view-register-button {
    width: 45%;
    height: 60px;
    border-radius: 30px;
    background: #F39A40;
    color: #fff;
    font-size: 20px;
    font-family: "黑体";
}

/* 登录区域 */
.login-box {
    position: relative;
    top: 80px;
    margin-bottom: 80px;
    width: 100vw;
    height: 90vh;
    background: url(../img/u287.png) no-repeat;
    background-size: 100% 100%;
}

.login-div-view {
    width: 450px;
    height: 400px;
    background: #fff;
    border-radius: 8px;
    float: right;
    margin-right: 13%;
    margin-top: 7%;
    box-shadow: 5px 5px 10px rgba(192, 196, 203, 1);
    padding: 30px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.login-view-input {
    background: #f3f3f3;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
}

.view-login-button {
    background: #F39A40;
    width: 100%;
    height: 60px;
    border-radius: 30px;
    border: none;
    font-size: 20px;
    color: #fff;
    letter-spacing: 3px;
    margin-top: 15px;
    font-family: '微软雅黑';
}