.header-hide {
    z-index: 999;
    width: 100%;
    height: 70px;
    position: fixed;
    top: -70px;
    background: rgb(42, 214, 224);
    transition-duration: .3s;
}

.header {
    z-index: 999;
    width: 100%;
    height: 70px;
    min-width: 1200px;
    transition-duration: .5s;
}

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

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

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: .5s;
    width: 100px;
}

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

.nav-item {
    color: #2f3b55;
}

.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;
}

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

.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 {
    background: url("../img/home_nav_bg.png") no-repeat;
}

/*导航结束*/
.body-content {
    /*padding-top: 70px;*/
    height: 440px;
}

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

.swiper {
    width: calc(100% - 44px);
    height: 100%;
    position: relative;
    left: -22px;
    border-radius: 25px;
    overflow: hidden;
}

.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;
    overflow: hidden;
    border-radius: 25px;
}

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

.height-100 {
    height: 100%;
}


.user-login-index {
    text-align: center;
    height: 100%;
    background: #FFF;
    padding: 40px 10px 10px 10px;
    border-radius: 25px;
    width: calc(100% + 44px);
    position: relative;
    left: -44px;
    overflow: hidden;
}

.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;
}

.center-content {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 10px;
}

.width-1 {
    width: 7%;
}

.width-2 {
    width: 20%;
}

.width-3 {
    width: 31%;
}

.tool-content {
    height: 194px;
}

.tool-item {
    position: relative;
    height: 194px;
    width: 97%;
    padding: 10px;
    border-radius: 20px;
    color: #FFF;
    font-size: 18px;
}

.tool-item img {
    display: inline-block;
    padding: 50px 40px;
    width: 172px;
    height: 194px;
    position: absolute;
    left: 0;
    top: -10px;
}

.tool-item div:nth-child(2) {
    position: absolute;
    top: 24px;
    right: 40px;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

.tool-item div:nth-child(3) {
    position: absolute;
    top: 64px;
    right: 50px;
    font-size: 26px;
    color: #fff;
}

.tool-item div:nth-child(4) {
    width: 86px;
    height: 44px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 6px 14px 0 rgb(255 126 0 / 30%);
    border-radius: 23px;
    border: 3px solid #ffc265;
    position: absolute;
    bottom: 10px;
    right: 120px;
}

.tool-item div:nth-child(4) a {
    display: block;
    color: #eb8a00;
    background: #fff;
    border-radius: 19px;
    transition: all .5s;
}

.tool-item div:nth-child(5) {
    width: 86px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    background: rgba(0, 0, 0, .2);
    border-radius: 19px;
    transition: all .5s;
    position: absolute;
    bottom: 13px;
    right: 30px;
}

.tool-item div:nth-child(5) a {
    display: block;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    border-radius: 19px;
    transition: all .5s;
}

.tool-item-yellow {
    background: linear-gradient(-60deg, #ffaa30, #ffbf35);
}

.tool-item-blue {
    background: linear-gradient(-30deg, #4fb5ff, #60bcff);
}

.tool-item-blue div:nth-child(4) {
    width: 86px;
    height: 44px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    border: 3px solid #96cdf6;
    box-shadow: 0 6px 14px 0 rgb(2 143 116 / 30%);
    border-radius: 23px;
    position: absolute;
    bottom: 10px;
    right: 120px;
}

.tool-item-pink {
    background: linear-gradient(-30deg, #f35981, #fb7397);
}

.tool-item-pink div:nth-child(4) {
    width: 86px;
    height: 44px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    border: 3px solid #f887a4;
    margin-left: 60px;
    box-shadow: 0 6px 14px 0 rgb(209 29 80 / 30%);
    border-radius: 23px;
    position: absolute;
    bottom: 10px;
    right: 40px;
}

.tool-item-green {
    width: 100%;
    height: 194px;
    background: #2ad6e0;
    border-radius: 20px;
    transition: all .5s;
}

.tool-item-green a {
    width: 55%;
    display: block;
    color: #fff;
    text-align: center;
    height: 100%;
    margin: auto;
    font-size: 25px;
    padding-top: 25px;
}

/*精选作品*/
.choose-work {
    margin-top: 40px;
    width: 100%;
}

.choose-work h1 {
    font-size: 26px;
    font-weight: 500;
}

.choose-work img {
    vertical-align: top;
    padding-right: 4px;
    width: 30px;
    height: 26px;
}

.work-item {
    width: calc(100% - 20px);
    height: 314px;
    border-radius: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    transition: all .5s;
    border: 1px solid #eee;
}

.work-item .item-img-content {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 100%;
    height: 211px;
    transition: all .5s;
    overflow: hidden;
    position: relative;
}

.work-item img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 224px;
    height: 211px;
    transition: all .5s;
    max-width: 200%;
    transform: scale(1.1);
}

.work-item img:hover {
    transform: scale(1.2);
}

.work-item .work-item-text {
    padding: 0 10px;
}

.img-container {
    width: calc(100% + 20px);
}

.img-container-10 {
    width: calc(100% - 10px);
}

.img-container a {
    color: #000;
}

.work-item-text h3:nth-child(1) {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.work-item-text img {
    vertical-align: top;
    margin-top: 3px;
    padding-right: 1px;
    width: 19px;
    height: 12px;
}

.work-item-text span {
    position: relative;
    top: -2px;
}

.top-box {
    height: 648px;
    width: 210px;
    position: relative;
    left: -10px;
    border: 1px solid #eee;
    border-radius: 20px;
    background-color: #fff;
    padding: 10px;
}

.top-content {
    border-bottom: 1px solid #eee;
}

.top-content-last h1 {
    font-size: 18px;
    line-height: 28px;
}

.top-content-last {
    border-bottom: none;
    text-align: center;
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    line-height: 40px;
    font-size: 18px;
}

.top-content-last a {
    display: inline-block;
    width: 100%;
    height: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.top-content-last a:hover {
    background-color: #1fc9d3;
    color: #fff !important;
}

.top-content .img-box {
    width: 116px;
    height: 84px;
    overflow: hidden;
}

.top-content .img-box img {
    width: 90%;
    height: 90%;
    border-radius: 10px;
}

.top-content .img-box .tip {
    position: absolute;
    top: 8.5px;
    left: 0;
    width: 39px;
    height: 24px;
    line-height: 24px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 4px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    background-color: #ff8400;
}

.top-content-left, .top-content-right {
    float: left;
    position: relative;
    height: 100%;
    padding-bottom: 6px;
    padding-top: 8.5px;
}

.top-content-left {
    width: 60%;
}

.top-content-right {
    width: 40%;
    height: 80px;
}

.top-content-right .hot {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 90px;
}

.top-content-right .hot img {
    width: 30px;
    height: 30px;
    position: relative;
    left: 10px;
}

.top-content-right .hot span {
    color: #ffcc2b;
    font-size: 22px;
}

.choose-work .col-lg-12 {
    padding: 0;
}

.choose-work .col-lg-10 {
    padding: 0;
}

.choose-work .col-lg-3 {
    padding: 0;
}

.choose-work .col-lg-2 {
    padding: 0;
}

.user-work-box {
    padding-top: 30px;
    width: calc(100% + 20px);
    position: relative;
    left: -10px;
}

.user-work-box img {
    border-radius: 100%
}

.user-work-box p {
    margin-top: 10px;
    color: #666;
    font-size: 16px;
}
