/*预览*/
html,
body,
.view-bg-cont {
    min-height: 100%;
}

.view-bg-cont {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.view-center {
    display: flex;
    /* flex-direction: row; */
    align-items: center;
    height: 765px;
    /* height: 100%; */
    width: 425px;
    max-width: 60%;
    max-height: 50%;
    /* width: 100%; */
}

#loader {
    position: relative;
    width: 100%;
    top: 40%;
    -webkit-animation: pulse 2.5s infinite;
    animation: pulse 2.5s infinite;
}

.couple-img {
    width: 25%;
    height: auto;
    object-fit: contain;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.main-left {
    background-image: url('/static/hunbei/img/preview_mobile.png');
    background-size: cover;
    background-position: center;
    /* padding: 15px; */
    text-align: center;
    /* width: 415px; */
    /* height: 710px; */
    /* border-radius: 36px; */
    max-height: 100%;
    height: 100%;
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    /* justify-content: center; */
  /* align-items: center; */
}

.qj {
    /* margin-bottom: 5px; */
    transition: opacity 1s ease-out;
    opacity: 0;
    height: 40%;
    /* overflow: hidden; */
}

.qj.active {
    opacity: 1;
    /* height: auto; */
}

#iframe-view {
    border: 1px solid#ddd;
    border-radius: 10px;
    /* width: 425pt; */
    /* max-width: 100%; */
    /* height: 680pt; */
    height: 200%;
    width: 100%;
}

.qj-title {
    margin: 10px;
    font-size: 18px;
    font-weight: bold;
    white-space: nowrap;
    /* 设置为单行 */
    max-width: 100%;
    /* 设置最大宽度 */
    overflow: hidden;
    /* 隐藏超出部分的内容 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    position: relative;
    bottom: 0.5rem;
}

.survey-botton {
    margin: 10px;
    margin-left: 10%;
    margin-right: 10%;
    top: 2.5%;
    position: relative;
    height: auto;
    transform: rotate(0deg);
}

.xinheiti {
    font-family: 'xinheiti_1', 'xinheiti_2', 'xinheiti', 'arial' !important;
}

.view-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fefdfe;
    border-radius: 24px;
    height: 50%;
    margin-left: 30px;
    padding: 0 7px
}

.view-page div {
    margin: 0 auto;
    background: #fefdfe;
    padding: 10px 5px;
}

.text-shu {
    writing-mode: vertical-rl;
    cursor: pointer;
}

.arrow:first-child,
.arrow:last-child {
    margin-top: 10px;
    width: 1.1rem;
    height: 1.1rem;
    background-image: url('/static/hunbei/img/arrow up.png?v=1');
    background-size: cover;
    background-position: center;
    padding: 0;
    cursor: pointer;
}

.arrow:last-child {
    margin-top: 0px;
    margin-bottom: 10px;
    /* width: 1.1rem;
  height: 1.1rem; */
    background-image: url('/static/hunbei/img/arrow down.png?v=1');
    /* background-size: cover;
  background-position: center;
  padding: 0; */
}

.text-shu:last-child {
    margin-bottom: 10px;
}

.view-bg-cont {
    background: url("/images/background.jpg");
    background-size: cover;
}

.main-right {
    position: fixed;
    right: 50px;
    bottom: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-left: 26px; */
    padding: 12px;
    background-color: #fff;
    border-radius: 5px;
}

.qcrode-main {
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.share {
    display: flex;
    flex-direction: column;
    width: 285px;

}

.share-top {
    display: flex;
    background: #fbfbfb;
    padding: 10px;
}

.share-thumb img {
    width: 95px;
    height: 95px;
}

.share-title {
    font-size: 16px;
    color: #333;
    width: 161px;
    margin: 0 auto;
    text-overflow: ellipsis;
    margin-left: 10px;
}

.share-desc {
    color: #999;
    width: 161px;
    margin: 0 auto;
    margin-left: 10px;
    margin-top: 10px;
    text-align: justify;
    font-size: 13px;
    word-break: break-all;
}

.share-price {
    font-size: 18px;
    width: 241px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.share-price .collect {
    display: inline-block;
    float: right;
    cursor: pointer;
}

.share-price .collect .collected {
    display: none;
}

.share-price .collect i {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px;
    text-align: center;
}

.share-price .collect span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.main-right .qcrode-main .share-link-box {
    width: 270px;
    height: 32px;
    font-size: 0;
    border-radius: 4px;
    overflow: hidden;
}

.main-right .qcrode-main .share-link-box #share-link {
    display: inline-block;
    vertical-align: middle;
    width: 220px;
    height: 100%;
    background: #f5f5f5;
    font-size: 12px;
    color: #707070;
    line-height: 32px;
    text-align: center;
}

.main-right .qcrode-main .share-link-box .share {
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 100%;
    background: #ed5566;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.main-right .qcrode-main .btn-down {
    margin-top: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.main-right .qcrode-main .btn-down .down-app {
    width: 130px;
    height: 45px;
    border: 1px solid #187cea;
    box-sizing: border-box;
    border-radius: 3px;
    color: #187cea;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.main-right .qcrode-main .btn-down .down-app:hover {
    background: #dcecfd;
}

.main-right .qcrode-main .btn-down>div p {
    font-size: 12px;
    color: #ed5566;
    cursor: pointer;
    text-align: center;
    line-height: 20px;
}

.main-right .qcrode-main .btn-down>div img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.main-right .qcrode-main .btn-down>div span {
    display: inline-block;
    vertical-align: middle;
    line-height: 43px;
}

.main-right .qcrode-main .btn-down .btn-vip-free {
    width: 130px;
    height: 45px;
    background: #fad77b;
    border-radius: 3px;
    color: #764114;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #fad77b;
    box-sizing: border-box;
}

.main-right .qcrode-main .btn-down .btn-vip-free:hover {
    background: #fae6b1;
}

.main-right .qcrode-main .btn-down .btn-buy {
    background: #187cea;
    width: 130px;
    height: 45px;
    border-radius: 3px;
    color: white;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #187cea;
    box-sizing: border-box;
}

.main-right .qcrode-main .btn-down .btn-buy:hover {
    background: #569dec;
}

.moban-price {
    text-decoration: line-through;
}

.show-content-right-con-description {
    color: #999;
    height: 60px;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 3px;
    overflow: hidden;
    padding-left: 5px;
    width: 180px;
}

#s-title {
    color: #555;
    text-shadow: 1px 1px 5px #ddd;
    font-size: 18px;
    line-height: 20px;
    width: 180px;
    overflow: hidden;
    margin-left: 3px;
    padding-left: 5px;
    margin-top: 5px;
}

.sao-title {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.sao-title div:before,
.sao-title div:after {
    position: absolute;
    background: #ccc;
    content: "";
    height: 1px;
    top: 50%;
    width: 60px;
}

.sao-title div:before {
    left: 10px;
}

.sao-title div:after {
    right: 10px;
}

.save-btn {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    cursor: pointer;
    color: #999;
}

.save-btn>span:first-child {
    background-image: url('/static/hunbei/img/down_qr.png');
    background-size: cover;
    background-position: center;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 2px;
}

.hymf-btn {
    color: #764114;
    background: #fad77b;
    width: 170px;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    bottom: 120px;
    cursor: pointer;
    position: absolute;
}

.hymf-btn:after {
    position: absolute;
    top: 0;
    right: 0;
    content: ' ';
    width: 34px;
    height: 34px;
    background: url("https://img1.maka.im/assets/store3/index/artboard.png");
    background-position: center center;
    background-size: 100%;
}

.make-btn,
.make-btn1 {
    background: #ed5566;
    color: white;
    border-radius: 8px;
    line-height: 40px;
    height: 38px;
    width: 160px;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    margin: 30px auto;
}

.make-btn a,
.make-btn a:hover,
.make-btn1 a,
.make-btn1 a:hover {
    color: white;
}

.hymf,
.mianfei {
    color: #ed5566;
}

.wechat-show .main-left,
.wechat-show .view-page,
.wechat-show .make-btn1,
.wechat-show .save-btn {
    display: none;
}

.view-page {
    color: #666;
}

.wechat-show .qcrode-main {
    padding-bottom: 30px !important;
    margin-top: 0 !important;
}

#qrcode {
    position: relative;
}

#qrcode>.qrlogo {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.disable_page {
    color: #e1e1e1;
    cursor: not-allowed;
}

.allow_page {
    color: black;
    cursor: pointer;
}