.header {
    z-index: 999;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    /*overflow: hidden;*/
    transition-duration: 1s;
    min-width: 1200px;
}

.header-top {
    width: 1200px;
    margin: 0 auto;
    transition-duration: 1s;
    height: 70px;
    line-height: 70px;
    min-width: 1200px;
}

.logo {
    width: 120px;
    margin-top: -2px;
    margin-left: -20px;
}

.both {
    clear: both;
}

a {
    list-style: none;
    text-decoration: none !important;
}

input {
    outline: none !important;
}

.header-nav:nth-child(1) {
    margin-left: 35px;
}

.header-nav {
    text-align: center;
    font-size: 16px;
    font-weight: 346;
    transition-duration: 1s;
    width: 100px;
}

.header-nav:hover {
    background-color: hsla(0, 0%, 100%, .25);
}

.nav-item {
    color: #fff!important;
}

.nav-search {
    height: 40px;
    border-radius: 20px;
    background-color: #fff;
    vertical-align: top;
    margin-top: 14px;
}

.nav-search input {
    width: 120px;
    height: 40px;
    outline: none;
    border: none;
    vertical-align: top;
    padding-top: 2px;
    margin-left: 20px;
    font-size: 14px;
    border-radius: 20px;
}

.nav-search i {
    position: absolute;
    right: 20px;
    font-size: 20px;
    color: #d8d0d0;
    top: 10px;
    display: inline-block;
    height: 20px;
}

.to_create-content {
    width: 120px;
    height: 280px;
    position: relative;
    left: 20px;
    overflow: hidden;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition-duration: .3s;
}

.to_create-content-toggle {
    transition-duration: .3s;
    height: 70px;
}

.to_create {
    transition-duration: 1s;
    width: 120px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    background-color: #ffc100;
    z-index: 2;
    cursor: pointer;
}

.to_create a {
    color: #000;
}

.to_create1:hover {
    background-color: rgba(215, 136, 23, 1);
    color: #fff;
}

.to_create:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.center {
    text-align: center;
}

.login-user {
    width: 47px;
    height: 47px;
    border-radius: 50%;
    background-color: #fff;
}

.user-group {
    position: absolute;
    background: #FFF;
    border-radius: 4px;
    right: 0;
    top: 70px;
    text-align: center;
    transition: all .5s;
    width: 120px;
    overflow: hidden;
    display: none;
    z-index: 1;
}

.user-group div:nth-child(1) {
    border-bottom: 2px solid rgba(128, 128, 128, 0.22);
}

.user-group div {
    line-height: 37px;
    height: 37px;
    color: #333;
}

.user-center a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.user-center a:hover {
    background-color: #1fc9d3;
    color: #fff !important;
}

/*导航结束*/
.body-content {
    /*padding-top: 70px;*/
    background: url("../img/home_nav_bg.png");
    height: 440px;
}

.banner {
    width: 1200px;
    position: absolute;
    top: 100px;
    left: calc(50% - 600px);
    height: 360px;
    --swiper-navigation-size: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 360px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 25px;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.height-100 {
    height: 100%;
}

.user-login-index {
    height: 100%;
    text-align: center;
}

.user-login-index {
    height: 100%;
    background: #FFF;
    padding: 40px 10px 10px 10px;
    border-radius: 25px;
}

.user-login-index > img {
    padding-bottom: 20px;
    width: 100px;
    height: 120px;
}

.user-login-index > p {
    font-size: 14px;
    line-height: 14px;
}

.user-login-index .relogin {
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #2ad6e0;
    border-radius: 20px;
    font-size: 18px;
    color: #2ad6e0;
    margin: auto;
    margin-top: 60px;
    cursor: pointer;
}