@charset "utf-8";

body{background-color:#ffe8be;}

body *{box-sizing: border-box;}

.main{width:12.8rem;height:7.2rem;margin:0 auto;padding:.15rem .19rem .17rem .16rem;font:.22rem/1 "microsoft yahei";background: url(https://dzhlcwebresources.shengxingamers.com/images/lobby/dzmj/xy/background.png) no-repeat;background-size: 100% 100%;overflow: hidden;}

.main > .title{height:.48rem;margin-bottom:.21rem;padding-top:.09rem;font-weight:normal;font-size:.3rem;color:#a31a08;text-align:center;background: url(https://dzhlcwebresources.shengxingamers.com/images/lobby/dzmj/xy/title.png) no-repeat center top;background-size: 3.71rem .48rem;}

.main .content{ position:relative; margin:0 auto; width:11.6rem; height:5.5rem; overflow:hidden;}

.main .cont_list{ padding-bottom:.5rem; font-size:.22rem;line-height:.32rem;text-indent:2em;letter-spacing: .01rem;word-break: normal; }

.main .text{color:#401401;}

.main .text_last{ padding-top:.2rem; text-align:right;}

.main .sub_title{font-weight:normal;color:#a31a08;}

/* 平板尺寸（769px 以上） */
@media screen and (min-width: 769px) {
  body {
    display: flex;
    justify-content: center;   /* 水平置中 */
    align-items: center;       /* 垂直置中 */
    height: 100vh;             /* 滿版高度 */
  }
}
