.prophecy{
    width: 100%;
}
.prophecy .prophecy-m {
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    /*align-items: center;*/
    margin: 0px 50px;
    overflow: scroll;
    padding-top: 50px;
}
.prophecy .prophecy-m::-webkit-scrollbar {display:none}

.prophecy .login-bg {
    /*background:url('../../images/logo.png') no-repeat;*/
    /*background-size:100% 100%;*/
    width: 100% !important;
    height: auto;
    /*height: 120px;*/
    position: relative;
    z-index: 3;
    border-radius: 3px;
}

.prophecy .prophecy-content{
    /*font-family: "SourceHanSansCN-Bold";*/
    /*color: #7C4B2A;*/
    /*background: #f2db9f;*/
    /*position: relative;*/
    /*z-index: 2;*/
    /*top: -20px;*/
    /*padding: 0px 15px;*/
    /*margin: 5px;*/
    /*!*height: 80%;*!*/
    /*!*min-height: 600px;*!*/
    /*font-family: "SourceHanSansCN-Bold";*/
    color: #7C4B2A;
    background: #f2db9f;
    position: relative;
    z-index: 2;
    top: -20px;
    /* padding: 0px 15px; */
    /* margin: 5px; */
    /* height: 80%; */
    /* min-height: 600px; */
    /* width: 430px; */
    /* overflow: scroll; */
    /* background-size: 100% 100%;
}
.prophecy .prophecy-content .text{
    /*width: 100%;*/
    border: 3px solid #c8ac7c;
    border-top: none;
    border-bottom: none;
    padding: 50px 15px 20px 15px
}
.prophecy .prophecy-content .flower{
    width: 100%;
    height: 35px;
    color: #c8ac7c;
    display: flex;
    justify-content: center;
    /* margin-bottom: 20px; */
    /*align-items: center;*/
}
.prophecy .prophecy-content .flower .flower-content{
    width: 84%;
    /*background: red;*/
    height: 35px;
}
.prophecy .prophecy-content .flower .flower-left{
    background:url('../../images/deco_corner.png') no-repeat;
    background-size:100% 100%;
    width: 37px;
    height: 46px;
}
.prophecy .prophecy-content .flower .flower-right{
    background:url('../../images/deco_corner.png') no-repeat;
    background-size:100% 100%;
    transform:rotatey(180deg);
    -webkit-transform:rotatey(180deg);
    width: 37px;
    height: 46px;
}

.prophecy .prophecy-beian {
    /*position: relative;*/
    /*margin-top: 20px;*/
    margin-bottom: 20px;
    /*padding: 10px;*/
    /*background-color: rgba(0,0,0,0.8);*/
    /*border-radius: 10px;*/
    /*opacity: 0.8;*/
    text-align: center;
    /*height: 10%;*/
}
.prophecy .prophecy-beian a {
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    background-color: rgba(0,0,0,0.8);
    border-radius: 10px;
    opacity: 0.8;
}
