.questions {
    position: relative;
    background: url(../img/questions/index-questions-bg.png) no-repeat;
    background-size: cover;
    display: none;
    justify-content: center;
}

.questions p {
    display: inline-block;
    font-size: 45px;
    margin: 0 auto;
    padding: 0;
}

/*   梅花 */
.questions-flower {
    position: absolute;
    top: 20px;
    left: 0;
    width: 540px;
    height: 280px;
    background: url(../img/questions/index-questions-flower.png) no-repeat;
}

/* 标题 */
.questions-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    height: 65%;
    margin: 5% 0 0 0;
    background: url(../img/questions/index-questions-frame.png) no-repeat;
    background-size: 100% 100%;
}

.questions-title p {
    font-size: 6rem;
    font-weight: bold;
    line-height: 7rem;
    letter-spacing: 0.3rem;
    font-family: Cambria, Georgia, serif;
    font-style: italic;
    color: #72522b;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .1);
    padding: 5px 10px 20px 10px;
    text-align: center;
    text-shadow: #ef7b11 1px 1px, #f7bd89 -1px -1px, #f37841 -2px -2px 6px,
        #f49d4f -2px -2px, #f49d4f -1px -2px, #f49d4f -1px -3px, #f49d4f -2px -4px,
        #f49d4f -2px -5px, #f49d4f -3px -6px, #f18829 -4px -7px,
        rgba(0, 0, 5, .4) 3px 4px 5px,
        rgba(0, 0, 5, .2) -3px -4px 5px;
    transform: rotate(-3deg);
}

.questions-title .title-word1 {
    opacity: 0;
}

.questions-title .title-word1 span {
    position: relative;
    top: 10px;
    left: 10px;
    opacity: 0;
}

.questions-title .title-word2 {
    opacity: 0;
}

.questions-title .title-word2 span {
    position: relative;
    left: -10px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.questions-title .title-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e29c45;
    height: 50px;
    width: 150px;
    /* border-radius: 20% 10% 20% 10% / 80% 10% 80% 10%; */
    border-radius: 19px;
    border: 1px solid #e29c45;
    box-shadow:
        /*底部灰色阴影*/
        2px 4px 2px 5px rgba(159, 101, 3, .2),
        /*下面深色立体阴影*/
        2px 4px 1px 1px rgba(124, 75, 0, 1),
        /*内部暗色阴影*/
        0 -15px 2px 2px rgba(159, 101, 3, .1) inset;
    color: #9e6703;
    text-shadow: rgba(255, 255, 255, .5) 0 1px 0;
    font: 24px/1em 'Droid Sans', sans-serif;
    font-weight: bold;
    margin: 5% 0 0 -5%;
    z-index: 2;
    cursor: pointer;
    outline: none;
    transition: 1s 1.5s;
    opacity: 1;
}

.questions-title .title-btn:active {
    top: 2px;
}

.questions-title .title-btn img {
    width: 26px;
    height: 26px;
    margin: 0 6px 0 0 ;
}

.questions-title .title-btn span {
 font-size: 2rem !important;
}

/* 桌子  */
.questions-table {
    position: absolute;
    bottom: 0;
    width: 38%;
    height: 50%;
    background: url(../img/questions/index-questions-table.png) no-repeat;
    background-size: 100% 100%;
}


/*浏览器自适应 */
@media screen and (max-width:1368px) {
    .questions-title p {
        font-size: 4.2rem;
        line-height: 5rem;
    }
}