html,body{
    /* margin: 0;
    height: 100%;
    width: 100%;
    overflow: auto; */
    /* font-size: 14px; */
    font-family: "微软雅黑";
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
a{
    text-decoration: none;
    color: inherit;
}
b{
    font-weight: normal;
}
i{
    font-style: normal;
}
u{
    text-decoration: none;
}
a{
    text-decoration: none;
}
[v-cloak]{
    display: none !important;
}
li {
    list-style: none;
}

/* 主登录框架程序 */
#XYUS-FRAME{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.4);
    opacity:0;
    max-width: 100%;
    transition: all 0.5s;
}
#XYUS-FRAME iframe{
    height:0px;
    width: 410px;
    transition: all 0.1s;
    position:relative;
    z-index:10;
    background: #FFF;
}
#XYUS-FRAME.mobile iframe{
    height: 100% !important;
    width: 100% !important;
}
#XYUS-FRAME .ico-loading{
    width: 50px;height: 50px;
    border: 5px solid rgba(255,255,255,0.6);
    border-radius: 50%;
    border-top-color: transparent;
    border-bottom-color: transparent;
    transition: all 10s;
    transform: rotate(0deg);
    position:absolute;
}

/* 嵌入式登录框 */
.XYUS-BOX{
    width: 300px;
    height: 300px;
    background-color: #fff;
}
#embed-login{
    height:100%;
    width:100%;
}
/* 认证弹框 */
#XYUS-BIND{
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
}
#XYUS-BIND iframe{
    border: none;
    width: 350px !important;
    border-radius: 10px;
    height: 255px !important;
}

/* 移动版手机框架模型 */
.mobileframe{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: calc(50% - 215px);
    top: 5%;
    background-color: #fff;
    background-size: 100% 100%;
    width: 430px;
    height: 90%;
    position: absolute;
    border-radius: 40px;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
}
.mobileframe::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 0%;
    margin-left: calc(-50% + 15px);
    margin-top: 15px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #EEE;
    -webkit-box-shadow: 0 0 0px 13px #FFF;
    box-shadow: 0 0 0px 20px #FFF;
    border-radius: 35px;
    z-index: 100;
    pointer-events: none;
}
@media screen and (max-width: 415px) {
    .mobileframe {
        margin: 0;
        padding: 0;
        border-radius: 0;
        height: 100%;
        top: 0;
        width: 100%;
        max-width: 415px;
        left: 0;
    }
    .mobileframe::before {
        content: "";
        display: none;
    }
}

/* 分享 */
#embed-share{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.share-box{
    display: flex;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    flex-direction: column;
    justify-content: flex-end;
    z-index: 101;
}
.share-wrapper{
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    background: #FFF;
    padding: 20px 0;
}
.share-close{
    width: 100%;
    max-width: 400px;
    line-height: 50px;
    text-align: center;
    background: rgb(255, 255, 255);
    font-size: 16px;
    border-top: 1px solid rgb(221, 221, 221);
    margin-bottom: 0px;
    transition: all 0.3s ease 0s;
    margin: 0 auto;
    cursor: pointer;
}
.share-wrapper a{
    margin: 10px;
    text-decoration: none;
    cursor: pointer;
}
.share-wrapper img{
    width: 50px;
    height: 50px;
}
@media screen and (max-width:415px){
    .share-wrapper,.share-close{
        width: 100%;
    }
    .share-wrapper{
        max-width: 415px;
    }
    .share-close{
        max-width: 415px;
    }
}


/* 全局弹框 */
.auth-message-box{
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all 0.1s;
    overflow: hidden;
    opacity:1;
    height:40px;
    margin-top:0;
    border-bottom: 1px solid #67C23A;
    text-align: center;
    color: #67C23A;
    background-color: rgb(225,243,216);
}
.tip-box{
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transition: all 0.1s;
    overflow: hidden;
    opacity:1;
    height:100%;
    margin-top:0;
}
.tip-wrapper{
    width: 350px;
    height: auto;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.tip-box.sdanger .tip-wrapper{
    min-width: 30%;
}
.tip-title{
    line-height: 40px;
    padding: 0 15px;
    background-color: #00BFFF;
    font-size: 16px;
    box-sizing: border-box;
    color: #FFF;
    cursor: default;
}
.tip-content{
    box-sizing: border-box;
    padding: 15px;
    line-height: 1.5em;
    font-size: 14px;
    max-height: 250px;
    overflow: auto;
}
.tip-close{
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    width: 40px;
    text-align: center;
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
}
.tip-btn{
    font-size: 14px;
    background-color: #00BFFF;
    border-radius: 1000px;
    line-height: 32px;
    cursor: pointer;
    width: auto;
    text-align: center;
    margin: 15px 5px;
    color: #FFF;
    padding: 0 20px;
}
.tip-input{
    width: 100%;
    box-sizing: border-box;
    height: 35px;
    border: 1px solid #CCC;
    text-indent: 0.5em;
}
.tip-footer{
    display: flex;
    justify-content: center;
}
.tip-box.warning .tip-title{
    background-color: orange;
}
.tip-box.warning .tip-btn{
    background-color: orange;
}
.tip-box.danger .tip-title{
    background-color: orangered;
}
.tip-box.danger .tip-btn{
    background-color: orangered;
}
.tip-box.sdanger .tip-title{
    background-color: slategrey;
}
.tip-box.sdanger .tip-btn{
    background-color: slategrey;
}
.tip-box.success .tip-title{
    background-color: mediumseagreen;
}
.tip-box.success .tip-btn{
    background-color: mediumseagreen;
}
.tip-box .tip-btn.cancel{
    background-color: silver;
}
.tip-check{
    position: absolute;
    left: calc(50% - 40px);
    top: 8px;
    line-height: 23px;
    width: 80px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    border: 1px solid #FFF;
    box-sizing: border-box;
    border-radius: 1000px;
    background-color: rgba(255,255,255,0.1);
    display: none;
}
.tip-box.sdanger .tip-check{
    display: block;
}
.tip-check:hover{
    background-color: rgba(255,255,255,0.3);
}


/* 幻灯片控制 */
.xy-swiper-container{
    width: 100%;
    height: 100%;
}
.xy-swiper-slide img{
    width: 100%;
    height: 100%;
    display: block;
}


/* 公用样式 */
.nowrap{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xy-loading{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 10000;
    background-color: rgba(255,255,255,0.8);
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.xy-loading.isopaque{
    background-color: #fff;
}
.xy-loading::after{
    content: attr(loadingtext);
    display: block;
    margin-top: 20px;
    color: #999;
    font-size: 16px;
    font-weight: bold;
}

.xy-loading div{
    width: 150px;
    height: 15px;
    margin: 0 auto;
    position: relative;
    margin-top:100px;
}
.xy-loading div span{
    position: absolute;
    width: 15px;
    height: 100%;
    border-radius: 50%;
    background: orange;
    -webkit-animation: load 1.04s ease-in infinite alternate;
}
@-webkit-keyframes load{
    0%{
        opacity: 1;
        -webkit-transform: translate(0px);
    }
    100%{
        opacity: 0.2;
        -webkit-transform: translate(150px);
    }
}
.loading span:nth-child(1){
    -webkit-animation-delay:0.13s;
}
.loading span:nth-child(2){
    -webkit-animation-delay:0.26s;
}
.loading span:nth-child(3){
    -webkit-animation-delay:0.39s;
}
.loading span:nth-child(4){
    -webkit-animation-delay:0.52s;
}
.loading span:nth-child(5){
    -webkit-animation-delay:0.65s;
}



.p-swiper-slide a{
    display: block;
    width: 100%;
    height: 100%;
}
.p-swiper-slide img{
    display: block;
    width: 100%;
    height: 100%;
}

.wechat-tip{
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.hidelogout{
    pointer-events: none !important;
    opacity: 0 !important;
}


.XYUS-UNAME,.XYUS-NNAME,.XYUS-UID,.XYUS-SHOW,.XYUS-HIDE,.XYUS-LOGIN,.XYUS-LOGOUT,.XYUS-REG{
    visibility: hidden;
}

.boxBack{
    display: none;
    background-image: url("../img/iconback.png");
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 15px;
    bottom: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10000;

}


.XYUS-tip-ico{
    display: inline;
    padding: 0 10px;
    height: 20px;
    background-image: url("../img/tip-ico.png");
    background-size: 100% 100%;
    margin-left: 10px;
}
