@media screen and (min-width:768px) {

    /*pc端 css*/
    html {
        font-size: 16px;
    }

    #iframe {
        display: block;
        width: 700px;
        height: 80%;
        margin: 60px auto 0;
    }

    .closeIframe {
        top: 30px;
        right: 30px;
        width: 30px;
    }

    .lytitle {
        width:540px;
        text-align: center;
        color: #fff;
        font-weight: 700;
        font-size: 18px;
        margin-top: 20px;
        height: 70px;
        line-height: 60px;
        border-bottom: .5px solid rgba(255, 255, 255, 0.8)
    }
    .wcontent {
        width: 580px;
        min-height: 400px;
        min-width: 300px;
        padding: 0 20px 50px;
        position: absolute;
        top: 50%;
        overflow: auto;
        font-size: 14px;
        background: #a22c2a;
        margin: 0 auto;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 5px;
    }
    .details {
        font-size: 14px;
        line-height: 28px;
        color: #fff;
        margin: 0;
        margin-top:35px;
        letter-spacing: 1.5px;
        text-indent: calc(2em + 3px);
    }
    .close {
        width: 30px;
        right: 15px;
        top: 35px;
    }
    .h2{z-index:5002}.share{position:absolute;width:650px;height:400px;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:5px}.weibo{width:250px;height:250px;margin:40px 0 0 80px}.pswp{z-index:6000!important}.swxi,.touiy{font-size:16px;height:30px;margin-left:18px;color:#000}.swxi{text-align:center;margin:0}.flogo{width:100%;height:220px}.flogo>img{margin:25px 15px;width:65px;cursor:pointer}.weixin{position:absolute;top:40px;right:0;width:200px;height:250px;margin-right:80px;text-align:center}.weim{width:150px;margin-top:20px}.sherabl{width:463px;height:44px;position:absolute;top:300px;left:80px;background-color:#eee;border-radius:3px;border:1px solid #000;display:flex;align-items:center}.tidpp{position:absolute;top:265px;font-size:16px;height:30px;margin-left:80px;color:#000}.lianj{width:calc(400px - 80px);background:0 0;font-size:16px;padding-left:10px}.copy{font-size:16px;background:#163dbb;border-radius:3px;padding:12px 30px;position:absolute;right:-2px;cursor:pointer}
    .chaunds{
        display: none;
    }
    
    .home{
        z-index: 5000;
        display: block;
        background: #dad0c6 url(../images/bg.jpg) no-repeat top center;
        background-size: 500px auto;
    }
      
    .dox{
        z-index: 5000;
    }
    
    .hshare {
        background-image: url(../images/hshare.png);
        position: absolute;
        left: 50%;
        top: 655px;
        width: 214px;
        height: 53px;
        transform: translateX(-150%) scale(.6);
        background-size:214px 53px;
        z-index: 199;
      }
      .comeOn {
        background-image: url(../images/comeOn.png);
        position: absolute;
        left: 50%;
        top: 655px;
        width: 214px;
        height: 53px;
        transform: translateX(50%) scale(.6);
        background-size:214px 53px;
        z-index: 200;
      }
            
      .xiangdao{
        width: 400px;
        position: absolute;
        top: 100px;
        left: 50%;
        transform: translateX(-50%);
    }
      
}