*{ margin: 0; 
    padding: 0; 
    box-sizing: border-box;
    font-size: 18px;
    user-select: none;
    -webkit-touch-callout:none;/*系统默认菜单被禁用*/
    font-family: "Microsoft YaHei";
    /* font-family:  Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif; */
}
/*img{pointer-events: none;}*/
ul{ list-style: none; }
a{text-decoration: none;}
a:hover{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
}
button{
    outline: none;
    border-color: transparent;
    box-shadow:none;
}
body{background: #f6f7f9;}
/* body{background: #19263f;} */
#app .index-bg,.app{
    /* position: absolute;
    top: 0;
    left: 0; */
    width: 160vh;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    /* background: #fff url(../images/bg.jpg) no-repeat; */
    /* background-size: 100% 100%; */
}
/* 在浏览器打开 */
#wx{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 70% 5% 0;
    background:#fff url("../images/bg.jpg") no-repeat;
    background-size: 100% 100%;
    z-index: 9999;
}
#wx>img{
    width: 100%;
    height: auto;
}
#wx>div{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin:0 auto;
    padding-top: 28%;
    background: rgba(0,0,0,.8);
}
#wx>div>img{
    position: fixed;
    top: 3%;
    right: 5%;
    text-align: right;
}
#wx>div>p{
    font-size: 1.2rem;
    color: #fff;
    text-align: center; 
    margin-bottom: 1%;
}
/* 提示框 */
body .layui-layer-dialog{
    width: 300px;
    height: 160px;;
    background: #fff;
    border-radius: 8px;
}
body .layui-layer-title{
    display: none;
}
body .layui-layer-btn{
    text-align: center;
}
body .layui-layer-dialog .layui-layer-btn .layui-layer-btn0,body .layui-layer-dialog .layui-layer-btn .layui-layer-btn1{
    padding: 0 4vh;
    color: #fff;
    font-size: .8rem;
    letter-spacing: 2px;
    border: 0;
    border-radius: 1vh;
    background: #b9393a;
}
body .layui-layer-dialog .layui-layer-btn .layui-layer-btn1{
    background: #3597f0;
}
body .layui-layer-setwin{
    top:-1vh;
    right: -1vh;
}
body .layui-layer-setwin .layui-layer-close1{
    width: 3.5vh;
    height: 3.5vh;
    background: url("../images/close.png") no-repeat;
    background-size: 100% 100%;
}
body .layui-layer-dialog .layui-layer-content{
    font-size: .8rem;
    color: #4a3018;
    text-align: center;
    padding:14% 0 12%;
    letter-spacing: 1px;
}
/* 提示框 */
body .layui-layer-msg{
    background: rgba(0,0,0,.5);
    width: 165px;
    height: 72px;
}
body .layui-layer-msg .layui-layer-content{
    color: #fff !important;
}
body .layui-layer,body .layui-layer-shade{
    z-index: 99990 !important;
}
/* body{
    padding: 1.5rem 1.5rem 1rem;
} */
/* 下拉框 */
.select-bg{
    display: block;
    width: 12%;
    height: 100%;
    color: #7b482f;
    line-height: 150%;
    text-align: center;
    margin: 0 2%;
    background: #f3e4c9;
    border-radius: 6px;
}
.ant-select{
    background: #fff url('../images/icon/select-expand.png') no-repeat center right;
    background-size: auto;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    padding: 4px 11px;
}
.blue-color{
    color:#1890ff;
}
/* 弹窗渐入效果 */
@keyframes fadein{
    0%{
        opacity: 0;
         }
    100%{
        opacity: 1;
    }
}
.mask{
    animation:fadein .2s linear 1;
}

/*字体描边*/
.strock1{
    color: #fff;
    font-size: 1.65rem;
    letter-spacing:.15rem;
    -webkit-text-stroke: 2px #4a3018;
    text-shadow:
            2px 0px 0px #4a3018,
            2px 2px 0px #4a3018,
            -2px 0px 0px #4a3018,
            -2px 2px 0px #4a3018,
            0px 2px 0px #4a3018,
            0px -2px 0px #4a3018,
            -2px -2px 0px #4a3018,
            2px -2px 0px #4a3018;
}
.strock2{
    color: #fff;
    font-weight: bold;
    letter-spacing:1px;
    -webkit-text-stroke: 1px #79330d;
    text-shadow:
            2px 0px 0px #4a3018,
            2px 2px 0px #4a3018,
            -2px 0px 0px #4a3018,
            -2px 2px 0px #4a3018,
            0px 2px 0px #4a3018,
            0px -2px 0px #4a3018,
            -2px -2px 0px #4a3018,
            2px -2px 0px #4a3018;
}
body .strock3{
    color: #fff;
    font-weight: bold;
    letter-spacing:1px;
    -webkit-text-stroke: 1px #4a3018;
    text-shadow:
            1px 0px 0px #4a3018,
            1px 1px 0px #4a3018,
            -1px 0px 0px #4a3018,
            -1px 1px 0px #4a3018,
            0px 1px 0px #4a3018,
            0px -1px 0px #4a3018,
            -1px -1px 0px #4a3018,
            1px -1px 0px #4a3018;
}
/*弹性布局*/
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex-align{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex-center{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.flex-between{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/*标准按钮*/
.button-btn{
    /* color: #ecded0;
    background: url("../images/info_btn.png") no-repeat;
    background-size: 100% 100%; */
    border: none;
    color: #ffffff;
    background: url(../images/info_btn.png) no-repeat;
    font-size: .8rem;
    padding: .2vh 2vh;
    background: #0e97d4;
    background-size: 100% 100%;
    border: none;
}
.button-btn0{
    font-size: .9rem;
    padding: 1vh 3vh;
    color: #fff;
    border-radius: 1vh;
    background: #b9393a;
    border: none;
}
.button-btn1{
    font-size: .9rem;
    padding: 1vh 3vh;
    color: #fff;
    border-radius: 1vh;
    background: #3597f0;
    border: none;
}
#app{
    width: 160vh;
    height: 100vh;
    margin: 0 auto;
    position: relative;
    background: #f6f7f9;
}
/*蒙版*/
.mask{
    position: absolute;
    top: 0;
    left:0;
    width: 160vh;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
/* 隐藏 */
body .isno{
    display: none !important;
}
body .isblock{
    display: block!important;
}
/* 关闭 */
.close{
    position: absolute;
    top: -2vh;
    right: -2vh;
}
.close img{
    height: 4vh;
}
/* 页面跳转 返回 */
.back{
    position: fixed;
    top:2%;
    right: 2%;
    width: 110px;
    height: 68px;
    background: url('../images/set_btn.png') no-repeat;
    background-size: 100% 100%;
    color: #fff;
    padding-bottom: 1%;
}
/* 弹窗背景 */
/* .ask-bg{
    position: fixed;
    top:35.5%;
    left:50%;
    padding: 2% 5% 2%;
    margin-left: -29.5%;
    width: 60%;
    height: 36%;
    color: #7b482f;
    letter-spacing: .1rem;
    background: url("../images/shopping.png") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content:center;
    align-items:Center;
} */
#app{height: 100%;}
html,body,.map>img{
    width: 100%;
    height: 100%;
}
.body{
    background:#fff url("../images/bg.jpg") no-repeat;
    background-size: 100% 100%;
}
/* 下拉框 */
select{
    border-radius: .3rem;
    background: #f3e4c9;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0;
}
/*设置天气弹窗*/
.set-weather{
    position: fixed;
    top:20%;
    /* width: 32%; */
    width: 20%;
    height: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 3% 0 3%;
    background: url('../images/exange.png') no-repeat;
    background-size: 100% 100%;
}
.set-weather div{
    width: 100%;
    height: 25%;
}
.set-weather label{
    display: block;
    width: 55%;
    height: 100%;
    padding: 6% 2.5rem 4% 0 ;
    justify-content: center;
    margin: 0 auto;
}
.set-weather div img{
    height: 90%;
}
/* 下拉框 */
.select{
    width: 12%;
    height: 45%;
    padding: 3% 2%;
}
body .select div{
    width: 100%;
    height: 100%;
    overflow: auto;
}
body .select p{
    width: 100%;
    height: 16%;
    line-height: 180%;
    text-align: center;
}
.select_item{
    background: rgba(125,76,46,.1);
}
/* 滚动条 */
.select div::-webkit-scrollbar{
    width: 3%;
}
.select div::-webkit-scrollbar-thumb{
    background: rgba(125,76,46,.8);
    border-radius: 1rem;
}
.select div::-webkit-scrollbar-track{
    background: rgba(125,76,46,.2);
    border-radius: 1rem;
}
/* 滚动条 */
.map-info::-webkit-scrollbar{
    width: 1.5%;
}
.map-info::-webkit-scrollbar-thumb{
    background: #e3e3e3;
    border-radius: 1rem;
}
.map-info::-webkit-scrollbar-track{
    background: #f6f6f6;
    border-radius: 1rem;
}
/*@keyframes weather{
    0%{
        opacity: 1;
    }
    30%{
        opacity: .3;
    }
    100%{
        opacity: 1;
    }
}*/
.weather li.animation{
    /*animation:weather 3s linear infinite;*/
    opacity: 1
}
/*.weather li.animation p{
    text-shadow:0 0 1em #9e5126,
                -0 -0 1em #9e5126;
}*/
.blue-button{
    display: inline-block;
    padding: 4px 15px;
    color: #ffffff;
    font-size: 14px;
    border-radius: 2px;
    background: #1890ff;
}
@media only screen and (min-height : 480px) and (max-height : 767px) {
    *{font-size: 16px;}
    #app .index-bg,.app,#app,.mask{
        width: 100%;
    }
}
@media only screen and (max-height: 480px) {
    *{font-size: 10px;}
    .strock1{
    color: #fff;
    font-size: 1.65rem;
    letter-spacing:.15rem;
    -webkit-text-stroke: 1px #4a3018;
    text-shadow:1px 0px 0px #4a3018,
                1px 1px 0px #4a3018,
                -1px 0px 0px #4a3018,
                -1px 1px 0px #4a3018,
                0px 1px 0px #4a3018,
                0px -1px 0px #4a3018,
                -1px -1px 0px #4a3018,
                1px -1px 0px #4a3018;
    }
    .strock2{
        color: #fff;
        font-weight: bold;
        letter-spacing:1px;
        -webkit-text-stroke: 1px #4a3018;
        text-shadow:
                1px 0px 0px #4a3018,
                1px 1px 0px #4a3018,
                -1px 0px 0px #4a3018,
                -1px 1px 0px #4a3018,
                0px 1px 0px #4a3018,
                0px -1px 0px #4a3018,
                -1px -1px 0px #4a3018,
                1px -1px 0px #4a3018;
    }
    body .strock3{
        color: #fff;
        font-weight: bold;
        letter-spacing:1px;
        -webkit-text-stroke: 1px #4a3018;
        text-shadow:none
    }
}
/* 设备竖屏时调用该段css代码 */
@media all and (orientation : portrait){
    .point{
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        padding-left:.5rem;
        background: rgba(0,0,0,.8);
        z-index: 999999;
    }
}
/* 设备横屏时调用该段css代码 */
@media all and (orientation : landscape){
    .point{
        display: none;
    }
    body{
        width: 100%;
        height: 100%;
    }
}

.pdf_preview{
    position: relative;
}
.pdf-outerdiv{
    position: absolute!important;
    top:0px!important;
}
/* 弹窗 */
.mask-ask{
    width: 70%;
    height: 80%;
    padding: 2%;
    border-radius: 2vh;
    background: #fff; 
    text-align: center;
    position: relative;
}
.mask-ask .container{
    width:100%;
    height:90%;
    margin:0 auto;
    padding: 2%;
    border-radius:1vh;
    background:#f5f5f5;
}
.mask-ask h1{
    color: #333;
    font-weight: normal;
    font-size: 1.2rem;
    margin: 0 1.5% 2%;
}
.mask-ask .ask-bar{
    height: 4%;
    margin-top: 1%;
}
.ask-bar a{
    color: #5e5e5e;
    font-size: .9rem;
    margin: 0 1%;
    padding: .5vh 3vh;
    border-radius:3vh;
}
.ask-bar a.ask-target{
    color: #fff;
    font-size: .9rem;
    margin: 0 1%;
    padding: .5vh 3vh;
    border-radius:3vh;
    background:#18bdf0;
    box-shadow: 0px 0px 10px rgba(0,0,0,.1);

}
.mask-ask .ask-container{
    width: 98%;
    height: 85%;
    padding: 1%;
    margin: 4% auto 0;
    text-align: left;
    border-radius: 1vh;
    background: #fff;
}
.ask-container>div{
    width: 100%;
    height: 100%;
    overflow: auto;
    word-break: break-word;
}
/* .ask-container h3{
    font-size: .9rem;
    margin: 3vh 0 1vh;
} */
.ask-container p{
    font-size: .8rem;
    width: 90%;
    margin: 3vh auto;
    line-height: 4vh;
    color: #616161;
}
.ask-container span{
    color: #2b2b2b;
    font-size: .8rem;
    font-weight: bold;
}
.ask-container>div::-webkit-scrollbar{
    width: .2rem;
}
.ask-container>div::-webkit-scrollbar-thumb{
    background: rgba(24,189,240,.8);
    border-radius: 1rem;
}
.ask-container>div::-webkit-scrollbar-track{
    background: rgba(24,189,240,.1);
    border-radius: 1rem;
    margin: 2vh;
}

/* 修改目标 */
.edit-name{
    width: 50%;
    /* height: 36%; */
    height: auto;
}
.edit-name .container{
    height: 80%;
}
.edit-name p{
    font-size: .9rem;
    margin: 3vh 0 2vh;
}

.edit-name input{
    width: 4rem;
    padding: .2rem 0;
    margin: 0 1vh;
    color: #333;
    border: 1px solid #fff;
    border-radius: 1vh;
    font-size: .9rem;
    text-align: center;
}
.edit-name input:focus{
    border: 1px solid #18bdf0;
}
.edit-btn{
    margin-top: 6vh;
}
.edit-btn button{
    margin: 0 6vh;
}