@charset "utf-8";
.clearFix {
    zoom: 1;
}

.clearFix:after {
    content: "";
    display: block;
    clear: both;
}
body{
    font-family: "微软雅黑","Microsoft YaHei", "黑体简体", "Arial", "Verdana", "arial", "serif", "Arial regular,helvetica regular" !important;
    /*-webkit-text-size-adjust: 100%;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212121;
    width: 100%;
    background: #F1F1F1!important;
    background-color: #F1F1F1!important;
}
a{
    -webkit-tap-highlight-color:rgba(255,0,0,0)
}
img a{
    -webkit-touch-callout:none;
    -webkit-touch-callout:none;
}

a:hover{
    color:#1e88e5;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.wrapper {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 750px;
    padding: 0rem;
}
.signUp{
    display: none;
}
.playbill{
    width:10rem;
    height: 90vh;
    margin: 0 auto;
    text-align: center;
}
.banner{
    width: 7.98rem;
    width: 79vw;
    height: 4.92rem;
    height: 28vh;
    border-radius: 12px;
    margin-top: 0.21rem;
}
.codeWrap{
    width: 2.4rem;
    height: 2.4rem;
    background: #FEFDFE;
    border: 4px solid #EDEDEC;


    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 0.5rem auto 0;
}
.codeWrap img{
    width: 2.52rem;
    height: 2.52rem;
}
.qrcode{
    width: 2rem;
    height: 2rem;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.qrcode canvas{
    width: 2rem;
    height: 2rem;
}
.playbill p{

    display: block;
    font-size: 0.32rem;
    font-weight: bold;
    color: #020204;
    line-height: 0.64rem;

    text-align: center;
    margin-top: 0.25rem;
}
.playbill span{
    font-size: 0.32rem;
    font-weight: bold;
    color: #909091;
    line-height: 0.64rem;
}
.playbill p:before{
    /*position: absolute;*/
    /*content: "";*/
    /*background: url("../img/clickBtn.png") no-repeat 0 3px;*/
    /*width:0.57rem;*/
    /*height:0.57rem;*/
    /*background-size: 0.57rem;*/
    /*left:0;*/
    /*top:-2px;*/
}
.wrapper button{
    display: block;
    margin: 1rem auto 0;
    outline: none;
    border: none;
    background: #ff7214;
    color: #fff;
    text-align: center;
    font-size: 0.48rem;
    padding: 0.29rem 1.84rem;
    border-radius: 50px;
}
.buttonWrap{
    background: url("../img/saveBtn.png") no-repeat center 0;
    background-size: 4.73rem 1.01rem;
    width: 100%;
    height:1.01rem;
    position: fixed;
    left: 0;
    bottom: 0.4rem;
}
.captureImg{
    width:10rem;
    height: 100vh;
    height: 90vh;
    margin: 0 auto;
    text-align: center;
}
.captureImg img{
    width: 100%;
    height: auto;

}

.coverImg {
    background-size: cover;
    background-position: 50%;
}
.coverImg img {
    width: 100%;
    height: 100%;
}
.coverImg {
    width: 120%;
    height: 100%;
    margin-top: -20px;
    margin-left: -10%;
    /*position: absolute;*/
    /*top: -10px;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*left: -10%;*/
    /*-webkit-filter: blur(11px);*/
    /*-ms-filter: blur(11px);*/
    /*filter: blur(11px);*/

    z-index: 1;
}

.playbillContent{
    width: 84vw;
    height: 77vh;
    position: absolute;
    margin: 5vh 8vw 0;
    z-index: 2;
    background: #FEFDFE;
    border-radius: 12px;
    position: absolute;
    left: 0;
    top: 0;
}
.hyTxt{
    width: 7.6rem;
    text-align: left;
    margin: 0.4rem auto 0;
}
.hyTxt h6{
    width: 7.6rem;
    text-align: left;
    margin: 0.4rem auto 0.1rem;
    font-size: 0.48rem;
    font-weight: bold;
    color: #020204;
    line-height: 0.69rem;
}
.hyTxt pre{
    width: 7.6rem;
    text-align: left;
    margin: 0 auto 0;
    font-size: 0.32rem;
    color: #6F6F71;
    line-height: 0.64rem;
    border: none;
    background: none;
    word-break: break-all;
    width: 100%;
    resize: none;
    overflow: hidden;
    padding: 0;
    /*text-overflow: ellipsis!important;*/
    /*display: -webkit-box!important;*/
    /*-webkit-line-clamp: 3!important;*/
    /*-webkit-box-orient: vertical!important;*/
    /*text-align: left!important;*/
    /*word-break: break-all!important;*/
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "黑体简体","Microsoft YaHei","Arial regular,helvetica regular" !important;
}