.ts-postitial{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2147483639}.ts-postitial__mask{background:#000;position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;opacity:.7}.ts-postitial__btn-wrapper{position:absolute;z-index:10;top:0;right:5%;height:50px}.ts-postitial__btn-wrapper::before{content:'';display:inline-block;vertical-align:middle;height:100%;width:1px}.ts-postitial__btn{background:#fff;color:#000;padding:0 10px;font-size:16px;display:inline-block;vertical-align:middle;cursor:pointer;text-align:center;height:34px;line-height:34px;font-family:Arial,Helvetica,sans-serif}.ts-postitial__btn_small{display:none;padding:0;width:34px;font-weight:700;font-family:Verdana,Geneva,Tahoma,sans-serif}.ts-postitial__iframe{width:100%;height:100%;display:block;border:0;position:relative;z-index:5}.ts-postitial__iframe-wrapper{height:93%;width:90%;margin:0 auto;background:#fff;position:relative;z-index:5}.ts-postitial__header{height:50px;text-align:center}.ts-postitial__header::after{content:'';display:inline-block;vertical-align:middle;height:100%;width:1px}.ts-postitial__title{cursor:pointer;text-align:center;font-size:20px;color:#fff;font-family:Arial,Helvetica,sans-serif;padding:0;max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:inline-block;vertical-align:middle;height:24px;position:relative;text-decoration:underline;z-index:1}.ts-postitial__body-fixed{overflow:hidden;height:100%;position:fixed}.ts-postitial__spinner{position:absolute;z-index:1;top:50%;left:50%;box-sizing:border-box;width:80px;height:80px;margin:-40px 0;border-radius:100%;border:5px solid #ccc;border-top-color:#000;animation:postitial-spinner-animation 1s infinite ease-in-out}@keyframes postitial-spinner-animation{100%{transform:rotate(360deg)}}@media screen and (min-width:0px) and (max-width:759px){.ts-postitial__title{display:none}.ts-postitial__iframe-wrapper{height:90%}.ts-postitial__btn_large{display:none}.ts-postitial__btn_small{display:inline-block}}@media screen and (min-height:0px) and (max-height:780px){.ts-postitial__iframe-wrapper{height:88%}}