/*reset样式*/
html,body,div,ul,li,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,form,input,textarea,th,td,select{margin:0;padding:0;border:0;outline:none}body{font-family:"Microsoft YaHei";font-size:14px;}img{border:none;vertical-align:middle}a{text-decoration:none;cursor:pointer}.width100{width:100%}fieldset,img,select{border:0;margin:0;padding:0}ul,li,dl,dt,dd,ol{list-style:none}q:before,q:after{content:''}a img,img{-ms-interpolation-mode:bicubic}pre{white-space:pre-wrap;word-wrap:break-word}.f-family{font-family:"Microsoft YaHei","宋体","arial","sans-serif"}html body.clear{background:none;border:0;margin:0;padding:0;clear:both;margin:0 auto}.ells{white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;overflow:hidden}
body,html {
    /*width: 100%;*/
    /*height: 100%;*/
    background: url("bg.jpg")  top center/cover  no-repeat;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

}
.wrap {
    width: 7rem;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
body {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.left {
    width: 5rem;
    height: 78px;
    margin: 0 auto;
}
.left p {
    margin-top: 20px;
    padding: 8px 20px;
    background: #aa06ad;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    float: left;
}
.left p:nth-of-type(1) {
    float: left;
}
.left p:nth-of-type(2) {
    float: right;
}
.left p.ton {
    background: #d8e2ec;
    color: #c52ac7;
}
.right {
    width: 6.8rem;
    padding: 8px;
    height: 70vh;
    margin: 0 auto;
    background: rgba(0,0,0,.3);
    overflow-y: scroll;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.right.dis {
    display: none;
}
pre {
    line-height: 200%;
    font-size: 20px;
    color: #fcfdff;
}
pre.t {
    line-height: 160%;
    box-sizing: border-box;
    margin: 4px 0;
    font-size: 16px;
}