/* 页面自定义css样式 */


.con{/*margin-top: 6.77083vw;*/background: url(lmybg.png) #FFFAF8 no-repeat bottom center;background-size: 100%;    flex: 1; /**padding-top: 2.8vw;**/padding-top:8.33333vw;padding-bottom:6.77083vw;}
.lmtit img{width: 100%;}

.lmylist {background: #fff;width: 83.33333vw;margin: 0 auto;/*margin-top: 2.5vw*/;padding: 2.08333vw;/**margin-bottom: 4.0625vw;**/}
.lmylist ul li{width: 38.54167vw;height: 18.22917vw;display: inline-block;float: left;margin-left: 2.08333vw;}
.lmylist ul li:nth-of-type(1){margin-left: 0;}
.lmylist ul li a{display: block;}
.lmylist ul li a img{width: 100%;height: 100%;}

.yipian{
height: 100vh;
    display: flex;
    flex-direction: column;
}

.dqwz {
    width: 83.33333vw;
    margin: 0 auto;
    font-size: 0.83333vw;
    color: #C39869;
    height: 3.22917vw;
    line-height: 3.22917vw;
    padding-top: 6vw;
  z-index:99;
}

.dqwz a {
   font-size: 0.83333vw;
    color:#C39869;
    margin: 0 0.26042vw;
}

    @media (max-width: 47.9375rem) {

        /**主体**/
        .con {
            margin-top: 20rem;
            min-height: auto;
            padding-top: 0;
            padding-bottom:0;
        }

        .dqwz {
            width: 100%;
            height: auto;
            font-size: 1.875rem;
            padding: 0 1.25rem;
            line-height: 5.5rem;
        }

        .dqwz a {
            font-size: 1.875rem;
            margin: 0 0.625rem;
        }

        .lmylist {
            width: 100%;
            padding: 0 1.25rem 1.25rem 1.25rem;
            margin-bottom:0;
        }

        .lmylist ul li {
            display: block;
            width: 100%;
            height: auto;
            margin-left:0;
            margin-top:1.25rem;
        }
        .lmylist ul li:first-child{
            margin-top:0;
        }

    }