@charset "utf-8";
header {
    position: fixed;
    width: 100%;
    height: 50px;
    background: #1b0601;
    top: 0;
    left: 0;
    text-align: center;
    color: #F2D9AA;
    font-size: 18px;
    line-height: 50px;
    z-index: 9999;
}

a.nav-back-btn {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    height: 100%;
    font-size: 18px;
    color: #F2D9AA;
    line-height: 50px;
    display: block;
    padding-left: 33px;
}

.nav-back-btn::after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    left: 4.5px;
    top: 10px;
    background: url(img/back-icon.png) center center no-repeat, #1b0601;
    background-size: 7px 12px;
    border-radius: 30px;
}

.nav-back-btn:active {
    color: #420000;
}

.nav-back-btn:active::after {
    position: absolute;
    width: 30px;
    height: 30px;
    left: 4.5px;
    top: 10px;
    background: url(img/back-icon.png) center center no-repeat, #420000;
    background-size: 7px 12px;
    border-radius: 30px;
}

a.content-menu-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
}

.content-menu-btn::after {
    position: absolute;
    top: 10px;
    right: 9px;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(img/subnav-menu-icon.png) center center no-repeat, #1b0601;
    background-size: 16px 16px;
    border-radius: 30px;
}

.content-menu-btn:active::after {
    position: absolute;
    top: 10px;
    right: 9px;
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(img/subnav-menu-icon.png) center center no-repeat, #420000;
    background-size: 16px 16px;
    border-radius: 30px;
}

.banner {
    width: 100%;
    height: auto;
    border: none;
    margin-top: 50px;
    display: block;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner a {
    display: block;
    width: 80px;
    font-size: 16px;
    line-height: 16px;
    position: fixed;
    z-index: 10;
    right: 16px;
    bottom: 25px;
    text-align: center;
    padding-top: 5px;
}

.banner a:active {
    background: rgba(194, 69, 7, 0.5);
}

.text-content{
    text-indent: 2em;
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    padding: 20px;
    box-sizing: border-box;

}
.text-content p{
    font-size: 14px;
    color: white;
    margin: 0;
}

.middle-container {
    width: 100%;
    height: 850px;
    background-image: url("img/bg-middle.png");
    background-size: 100% 100%;
    position: relative;
    margin-bottom: 50px;
}

.middle-container .flowertip {
    position: absolute;
    top: 400px;
    left: 50%;
    transform: translate(-50%);
}

.middle-container .btn-xianhua {
    width: 200px;
    position: absolute;
    top: 420px;
    left: 50%;
    transform: translate(-50%);
}
.middle-container #flower {
    position: absolute;
    top: 420px;
    left:50%;
    transform: translate(20px);
    color: #ac2b1e;
}

.middle-container .btn-fabiao {
    width: 100px;
    position: absolute;
    top: 680px;
    right: 15%;
}

.middle-container p {
    position: absolute;
    top: 462px;
    left: 15%;
    color: #ed9453;
}

#blessText {
    position: absolute;
    top: 520px;
    left: 50%;
    transform: translate(-50%);
    width: 280px;
    height: 140px;
    border-radius: 4px;
}

.middle-container .bless-list {
    position: absolute;
    top: 715px;
    width: 80%;
    height: 130px;
    left: 10%;
    background-color: #853f24;
    border-radius: 4px;
    color: white;
}
.middle-container .swiper-slide .text{
    width: 300px;
    height: 120px;
}
.hero-list{
    display: none;
}
.hero-list h3 {
    color: white;
    font-weight: bold;
    font-size: 44px;
    text-align: center;
}

.hero-list .small-title {
    font-size: 18px;
    text-align: center;
}

.hero-list .divide {
    width: 90%;
    margin-left: 5%;
    height: 1px;
    background-color: #ed9453;
}

.hero-list {
    background-color: #400704;
    color: #ed9453;
}

.hero-list .list {
    padding: 20px;
}

.soul-list {
    width: 100%;
    background: #F2D9AA;
    margin-top: -35px;
    padding: 40px 0;
    box-sizing: border-box;
}

.soul-item {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.soul-item a {
    display: block;
    width: 100%;
    height: 100%;
}

.soul-thumb {
    position: absolute;
    left: 16px;
    top: 0;
    width: 85px;
    height: 85px;
    overflow: hidden;
    border: 1px solid #cba149;
    border-radius: 5px;
}

.soul-thumb img {
    width: 100%;
}

.soul-info {
    margin-left: 115px;
    height: 85px;
}

.soul-info p {
    line-height: 1;
}

.soul-name {
    font-size: 18px;
    color: #000000;
}

.soul-time {
    font-size: 16px;
    color: #995c15;
    margin-top: 13px;
}

.soul-data {
    font-size: 16px;
    color: #995C15;
    margin-top: 13px;
}

.soul-data span {
    display: inline-block;
}

.soul-data span:last-child {
    margin-left: 10px;
}

.load-more {
    width: 100%;
    text-align: center;
    color: #995C15;
    font-size: 16px;
}

.new-soul-area {
    padding: 30px 16px;
}

.new-soul-input {
    margin-top: 10px;
    width: 100%;
    position: relative;
}

.new-soul-input label {
    color: #995C15;
    font-size: 16px;
}

.new-soul-input label:not([for="avatar"]) {
    position: absolute;
    left: 0;
    top: 15px;
}

.new-soul-input input {
    border-bottom: 1px solid #995c15;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    width: 100%;
}

#avatar {
    width: 75px;
    height: 75px;
    border-radius: 5px;
    border: 1px solid rgba(203, 161, 73, .8);
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}

.avatar-img {
    width: 100%;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
}

#file_upload {
    width: 75px;
    height: 75px;
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    font-size: 0;
    opacity: 0;
}

#progress {
    width: 75px;
    height: 75px;
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    line-height: 75px;
    color: rgba(203, 161, 73, .8);
    font-size: 18px;
}

.avatar-upload-btn {
    width: 100%;
    height: 100%;
    background: url(img/avatar-upload-btn.png) center center no-repeat;
    background-size: 40px 40px;
}

.new-soul-input label[for="intro"] {
    position: relative;
    top: 0;
}

.new-soul-input textarea {
    width: 100%;
    border: 1px solid #995C15;
    border-radius: 5px;
    background: none;
    margin-top: 10px;
}

.new-soul-submit {
    width: 100%;
    height: 45px;
    background: #995C15;
    color: #F2D9AA;
    font-size: 18px;
    line-height: 45px;
    text-align: center;
    margin-top: 30px;
    border-radius: 5px;
}

.new-soul-submit:active {
    background: #420000;

}

.soul-memory-area {
    margin-top: 50px;
}

.soul-avatar-container {
    width: 100%;
    position: relative;
}

.avatar-bg {
    width: 100%;
}

.soul-avatar {
    position: absolute;
    width: 25.3333%;
    left: 50%;
    margin-left: -12.6667%;
    top: 24.34782%;
    height: 25%;
    overflow: hidden;
}

.soul-avatar-img {
    width: 100%;
    position: absolute;
}

.soul-memory-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #e76209;
    font-size: 16px;
}

.soul-bless {
    width: 100%;
    padding: 0 16px;
    position: relative;
}

.soul-bless::after {
    content: '';
    display: block;
    clear: both;
}

.soul-bless button {
    background: #F2D9AA;
    color: #9e0500;
    font-size: 18px;
    padding-left: 55px;
    width: 155px;
    height: 45px;
    border-radius: 30px;
    float: left;
    text-align: left;
}

.flowertip {
    top: -30px;
    left: 0;
    width: 155px;
    color: #F2D9AA;
    text-align: center;
    font-size: 16px;
    position: absolute;
}

@media only screen and (max-width: 330px) {
    .soul-bless button {
        width: 140px;
    }

    .flowertip {
        width: 140px;
    }
}

.soul-bless button i {
    font-style: normal;
}

.soul-bless button.flower-btn {
    background: url(img/qm-flower.png) center left no-repeat, #F2D9AA;
    background-size: 20px 27px;
    background-position-x: 25px;
}

.soul-bless button.bless-btn {
    background: url(img/qm-bless.png) center left no-repeat, #F2D9AA;
    background-size: 20px 20px;
    background-position-x: 25px;
}

.soul-bless button.flower-btn:active {
    background: url(img/qm-flower.png) center left no-repeat, #830900;
    background-size: 20px 27px;
    background-position-x: 25px;
}

.soul-bless button.bless-btn:active {
    background: url(img/qm-bless.png) center left no-repeat, #830900;
    background-size: 20px 20px;
    background-position-x: 25px;
}

.soul-bless button:last-child {
    float: right;
}

.soul-bless-area {
    width: 100%;
    padding: 0 16px;
}

.soul-bless-input {
    position: relative;
    border: 1px solid #F2D9AA;
    width: 100%;
    margin-top: 30px;
    border-radius: 5px;
}

.soul-bless-input::before {
    width: 0;
    height: 0;
    border: 6px solid #F2D9AA;
    border-bottom-color: #F2D9AA;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    position: absolute;
    top: -12px;
    right: 16px;
}

.soul-bless-input textarea {
    width: 100%;
    background: none;
    padding: 0;
    margin: 0;
    border: none;
    min-height: 200px;
    color: #F2D9AA;
}

.soul-bless-submit {
    width: 65px;
    height: 40px;
    color: #F2D9AA;
    border-radius: 5px;
    line-height: 40px;
    position: absolute;
    right: -1px;
    bottom: -1px;
    background: #420000;
    border: 1px solid #F2D9AA;
}

.soul-bless-submit:active {
    background: #F2D9AA;
    color: #420000;
}

.bless-list {
    padding: 0 16px;
}

.bless-item {
    padding: 16px;
    color: #F2D9AA;
    font-size: 14px;
    line-height: 22px;
    border: 1px solid #652c22;
    margin-top: 30px;
    border-radius: 5px;
}

.bless-info {
    color: #9c6258;
    font-size: 14px;
}

.bless-info::after {
    content: '';
    display: block;
    clear: both;
}

.bless-time {
    float: right;
}

.bless-item p {
    margin: 0;
    margin-top: 10px;
}
