/*首页自动输入删除*/
.cd-headline.clip span {
    display: inline-block;
    padding: .2em 0
}

.cd-headline.clip .cd-words-wrapper {
    overflow: hidden;
    vertical-align: top
}

.cd-headline.clip .cd-words-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background-color: #fff
}

.cd-headline.clip b {
    opacity: 0
}

.cd-headline.clip b.is-visible,
.no-js .cd-words-wrapper b.is-visible {
    opacity: 1
}

.section-title {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 10px
}

.section-title h2 {
    font-size: 32px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative
}

.section-title h2::after,
.section-title h2:before {
    content: "";
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    margin-left: -50px;
    left: 50%
}

.section-title h2::after {
    width: 12px;
    height: 12px;
    bottom: -6px;
    margin-left: -6px;
    transform: rotate(45deg)
}

.section-title p {
    font-size: 15px;
    color: #888
}

#home .single-home {
    height: 630px;
    background-size: cover;
    background-position: center
}

#home .single-home .text {
    margin-top: 230px;
    text-align: center
}

#home .single-home h1 {
    color: #fff;
    font-size: 60px;
    font-weight: 600;
    line-height: 75px;
    text-transform: capitalize
}

#home .single-home p {
    color: #fff;
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    padding: 0
}

.hero-area.animate-text .cd-headline .cd-words-wrapper {
    padding: 0;
    font-weight: 400
}

.cd-words-wrapper {
    /*top: -12px;*/
    display: inline-block;
    position: relative;
    text-align: left
}

.cd-words-wrapper b {
    position: absolute;
    white-space: nowrap;
    left: 0;
    top: 0
}

.cd-words-wrapper b.is-visible {
    position: relative
}

.no-js .cd-words-wrapper b {
    opacity: 0
}

.cd-headline.rotate-1 .cd-words-wrapper {
    -webkit-perspective: 300px;
    -moz-perspective: 300px;
    perspective: 300px
}

#contact,
.cd-words-wrapper,
.contact {
    color: #9e86ff 
}

#contact,
.section-title h2::after,
.section-title h2:before {
    background: #fd789d !important
}
/*结束*/