
.timeline-header {
    background-color: #FFFFFF;
    margin-bottom: 10px;
    text-align: center;
}

.timeline-header .header-title {
    color: #3cc51f;
    font-size: 26px;
    font-weight: 400;
    padding: 10px 20px;
}

.timeline-header .header-desc {
    color: #333;
    font-size: 15px;
    text-align: center;
    line-height: 32px;
    padding: 0 20px 10px;
}

.timeline-box {
    background-color: #FFFFFF;
}

.timeline-box .clear {
    clear: both;
}

.timeline-box .img-list .img-box {
    width: 120px;
    max-width: calc(33% - 10px);
    height: auto;
    overflow: hidden;
    float: left;
    margin: 10px 10px 0 0;
    border: 1px solid #CCC;
    border-radius: 10px;
}

.timeline-box .img-list .img-box .img-item {
    width: 100%;
}

.layui-timeline {
    padding: 20px;
}

.layui-panel {
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    border-color: #eee;
    background-color: #fff;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 8%);
    padding: 15px;
}

.layui-timeline .layui-timeline-item:last-child {
    padding-bottom: 0;
}

.item-title {
    color: #555;
    font-weight: bold;
    margin-bottom: 5px;
}

.item-title .locale {
    font-size: 13px;
    font-weight: normal;
    margin-left: 5px;
    color: #777;
}

.item-title .locale a {
    color: inherit;
}

.item-content {
    background: inherit;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    border: none;
}

.layui-timeline-title .locale .layui-icon {
    font-size: 15px;
}

.top_title .sort {
    float: right;
    line-height: 40px;
}

.timeline-pwd {
    min-height: 540px;
    height: calc(100vh - 80px);
    /*background: linear-gradient(135deg, #184e68, #57ca85);*/
    /*background: linear-gradient(89deg, #42e695, #3bb2b8);*/
    /*background: url(../images/bg/ponyo004.jpg);*/
    background: url(../images/bg/bg-01.jpg);
    background-position: top;
    background-size: cover;
    position: relative;
}

.timeline-pwd .timeline-pwd-layout {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.6;
}

.timeline-pwd .timeline-pwd-from {
    width: 480px;
    max-width: 95%;
    margin: 0 auto;
    padding-top: 100px;
    position: relative;
    z-index: 99;
}

.timeline-pwd .timeline-pwd-ipt {
    width: calc(100% - 120px);
    outline: none;
    padding: 0 10px;
    line-height: 36px;
    border: 1px solid #009999;
    border-radius: 3px;
    float: left;
}

.timeline-pwd .timeline-pwd-btn {
    width: 115px;
    line-height: 35px;
    outline: none;
    margin: 0;
    padding: 0;
    color: #FFFFFF;
    background: #009999;
    border: 1px solid #009999;
    border-radius: 3px;
    float: right;
}

.timeline-pwd .timeline-pwd-btn:disabled {
    color: #CCCCCC;
}

.timeline-pwd .icon-box {
    width: 160px;
    aspect-ratio: 1;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 50px;
    background: linear-gradient(135deg, #184e68, #57ca85);
}

.timeline-pwd .icon-box i {
    font-size: 100px;
    line-height: 160px;
    color: #FFFFFF;
}

.timeline-pwd.mobile {
    height: calc(100vh - 240px);
}
