@charset "utf-8";

* {
    touch-action: pan-y;
}

@media all and (min-width: 320px) {
    html {
        font-size: 11px !important;
    }
}

@media all and (min-width: 360px) {
    html {
        font-size: 12.25px !important;
    }
}

@media all and (min-width: 375px) {
    html {
        font-size: 13px !important;
    }
}

@media all and (min-width: 410px) {
    html {
        font-size: 14px !important;
    }
}

@media all and (min-width: 480px) {
    html {
        font-size: 15px !important;
    }
}


html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:not(input, textarea) {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

table,
img,
fieldset,
iframe {
    border: 0 none;
}

img {
    vertical-align: middle;
}

ul,
li {
    list-style-type: none;
}

input,
select,
textarea {
    vertical-align: middle;
    border: 0 none;
    outline: none;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

i,
em {
    font-style: normal;
}

body {
    font-family: Avenir, sans-serif, PingFang SC, Microsoft YaHei, ST Heiti, SimHei;
    /* font-size: 14px; */
    line-height: 1.6;
    color: #333;
    background-color: #F9EBD9;
}

/* 滚动条 */
::-webkit-scrollbar {
    /*width: 5px;*/
    /*height: 5px;*/
}

::-webkit-scrollbar-thumb {
    background-color: rgba(50, 50, 50, 0.3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(50, 50, 50, 0.6);
}

::-webkit-scrollbar-track {
    background-color: rgba(50, 50, 50, 0.1);
}

::-webkit-scrollbar-track:hover {
    background-color: rgba(50, 50, 50, 0.2);
}

/* input placeholder的样式 */
input::-webkit-input-placeholder {
    color: #bababa;
}

input::-moz-input-placeholder {
    color: #bababa;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.img_responsive {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.dis_block {
    display: block;
}

.center {
    text-align: center;
}

/* 字体 */
.redFont {
    color: #e60012;
}

.greyFont {
    color: #999;
}

.grayFont {
    color: #666;
}

.yellowFont {
    color: #ffff00;
}

.blueFont {
    color: #1591ff;
}

.linkText {
    color: #00a0e9;
    text-decoration: underline;
}

/* 页面标题 */
.pageName {
    width: 100%;
    display: block;
    background-color: #F6F6F6;
    color: #333;
    height: 47px;
    line-height: 48px;
    text-align: center;
    font-size: 1.32em;
    border-bottom: #D2D2D2 1px solid;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
}

.pageName .iconBack {
    display: block;
    width: 24px;
    position: absolute;
    top: 12px;
    left: 10px;
}

.pageName .pageText {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pageName .iconMore {
    display: block;
    width: 24px;
    position: absolute;
    top: 12px;
    right: 10px;
}

.spaceWrap {
    width: 100%;
    height: 0px;
    display: block;
    padding-top: 47px;
    overflow: hidden;
}

/* Logo */
.logo {
    display: block;
    width: 60px;
    position: absolute;
    left: 14px;
    top: 8px;
    /*z-index: 9;*/
}

.sign {
    display: block;
    width: 46px;
    position: absolute;
    right: 10px;
    top: 8px;
    /*z-index: 9;*/
}

/* 分享 */
.share {
    display: block;
    width: 65px;
    position: fixed;
    right: 2px;
    bottom: 6%;
    z-index: 11;
}

/* 页面布局 */
.viewport {
    width: 100%;
    min-width: 320px;
    /*background-image: url("../../images/familyNet/Bg_b.png"), url("../../images/familyNet/Bg.png");*/
    background-position: bottom left, top left;
    background-repeat: no-repeat, repeat-y;
    background-size: 100%;
    overflow: hidden;
}

/* banner */
.bannerBox {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
}

/* 按钮 */
.btn {
    display: inline-block;
    padding: 6% 12%;
    font-size: 1em;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
    vertical-align: top;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    outline: none;
    cursor: pointer;
}

.blueBtn {
    color: #FFF;
    background: linear-gradient(left, #60C1F9, #4092F7);
    background: -ms-linear-gradient(left, #60C1F9, #4092F7);
    background: -webkit-linear-gradient(left, #60C1F9, #4092F7);
    background: -moz-linear-gradient(left, #60C1F9, #4092F7);
}

/* 主内容 */
.contentWrap {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: -5px;
    background-color: white;
}

.contentWrap .pic {
    width: 100%;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2
}

.contentTop .tab {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: absolute;
    left: 0;
    top: 34%;
}

.contentTop .tab a {
    display: block;
    font-size: 1.08em;
    color: #9b621e;
}

.contentTop .tab a.on {
    font-size: 1.2em;
    color: #eb6100;
    position: relative;
}

.contentTop .tab a.on:after {
    content: '';
    display: inline-block;
    width: 120%;
    height: 3px;
    background-color: #eb6100;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
}

.contentWrap .contentBg {
    width: 100%;
    padding: 5px 6%;
    background: url("../../images/familyNet/contentBg.png") repeat-y top center;
    background-size: 100%;
    overflow: hidden;
}

.contentWrap .contentBg.pd {
    padding-bottom: 20%;
}

.contentWrap .contentBg .headling {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 6px;
}

.contentWrap .contentBg .headling.mrg {
    margin-bottom: 5px;
}

.contentWrap .contentBg .headling i {
    display: block;
    width: 3px;
    height: 14px;
    background-color: #7f2d00;
    margin-right: 4px;
}

.contentWrap .contentBg .headling span {
    display: block;
    font-size: 1em;
    color: #7f2d00;
}

.contentWrap .contentBg .headling .txt {
    font-size: 0.8em;
    align-self: flex-end;
}

.contentWrap .contentBg .textWrap {
    width: 100%;
    display: block;
    margin: 8px 4px;
    font-size: 0.9em;
    color: #d04123;
}

.contentWrap .contentBg .textWrap .tips {
    color: #d04123;
}

.contentWrap .contentBg .tipsWrap {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.contentWrap .contentBg .tipsWrap .txt {
    display: inline-block;
    padding: 4px 15px;
    font-size: 1.02em;
    color: #FFF;
    background-color: #449FE3;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
}

.contentWrap .contentBg .tipsWrap .txt a {
    color: #FFF;
    text-decoration: underline;
    cursor: pointer;
}

.contentWrap .contentBg .tipsWrap .txt.radius {
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

.contentWrap .contentBg .tipsWrap .btn {
    display: inline-block;
    margin: 8px 0;
    padding: 8px 16px;
    font-size: 1.02em;
    color: #FFF;
    background-color: #449FE3;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
}

.contentWrap .contentBg .tipsWrap .btn.no {
    background-color: #A0CDFB;
}

.contentWrap .btnWrap {
    width: 90%;
    display: block;
    background-color: #FEFAF6;
    text-align: center;
    padding-top: 5px;
    position: absolute;
    left: 5.5%;
    bottom: 12px;
    z-index: 5;
}

.contentWrap .btnWrap .btnPic {
    display: inline-block;
    width: 65%;
    text-align: center;
    position: relative;
}

.contentWrap .btnWrap .btnPic span {
    display: block;
    width: 100%;
    font-size: 1.15em;
    color: #8c3801;
    text-align: center;
    letter-spacing: 0.5px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-56%);
}

.contentWrap .btnWrap.two .btnPic {
    width: 45%;
    margin: 0 1.5%;
}

.contentWrap .btnWrap .textWrap {
    width: 94%;
    display: block;
    margin: 0 auto;
    font-size: 1em;
    color: #a84200;
}

.contentWrap .contentBox {
    width: 100%;
    height: 100%;
    display: block;
    padding-bottom: 20px;
    overflow-y: auto;
    overflow-x: hidden;
}

.contentWrap .contentBox.pd {
    /*padding-bottom: 96px;*/
    padding-bottom: 66px;
}

.contentWrap .contentBox .title {
    display: block;
    width: 110px;
    position: relative;
}

.contentWrap .contentBox .title span {
    width: 100%;
    display: block;
    font-size: 1.05em;
    color: #5d4a05;
    line-height: 1;
    letter-spacing: 1px;
    margin-left: 8px;
    position: absolute;
    left: 0;
    top: 30%;
}

.contentWrap .contentBox .boxWrap {
    width: 100%;
    display: block;
    background-color: #FDF6EB;
    border-radius: 2px;
    padding: 22px 8px 5px;
    margin: -15px auto 10px;
}

.contentWrap .contentBox .imgWrap {
    display: block;
    width: 18%;
    margin: 4% auto 0;
    overflow: hidden;
}

.contentWrap .contentBox .imgWrap.mrg {
    margin-top: 8%;
}

.contentWrap .contentBox .titleWrap {
    display: block;
    height: 38px;
    margin: 0 auto 4%;
    font-size: 1.2em;
    color: #ff5d1f;
    line-height: 46px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.contentWrap .contentBox .titleWrap.Bg_1 {
    width: 170px;
    padding-left: 14px;
    background-image: url("../../images/familyNet/PopupBg_1.png");
    background-size: 100%;
}

.contentWrap .contentBox .titleWrap.Bg_2 {
    width: 210px;
    padding-left: 16px;
    background-image: url("../../images/familyNet/PopupBg_2.png");
    background-size: 100%;
}

.contentWrap .contentBox .titleWrap span {
    font-size: 1.32em;
    font-weight: 500;
}

.contentWrap .contentBox .txtWrap {
    width: 96%;
    display: block;
    margin: 0 auto;
    color: #333;
    font-size: 0.9em;
    line-height: 1.4;
    letter-spacing: 1px;
}

.contentWrap .contentBox .txtWrap .ind {
    text-indent: 30px;
}

.contentWrap .contentBox .txtWrap .couponWrap {
    width: 100%;
    display: block;
    margin: 10px auto;
    position: relative;
}

.contentWrap .contentBox .txtWrap .couponText {
    display: flex;
    color: #9C471A;
    align-items: center;
    width: 96%;
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
}

.contentWrap .contentBox .txtWrap .couponText .leftWrap {
    display: flex;
    width: 75px;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
}

.contentWrap .contentBox .txtWrap .couponText .leftWrap .name {
    display: block;
    font-size: 1em;
}

.contentWrap .contentBox .txtWrap .couponText .leftWrap .num {
    display: block;
    font-size: 1.3em;
    color: #ff5d1f;
    font-weight: bold;
}

.contentWrap .contentBox .txtWrap .couponText .leftWrap .txt {
    display: block;
    font-size: 0.8em;
}

.contentWrap .contentBox .txtWrap .couponText .line {
    display: block;
    width: 1px;
    height: 45px;
    background-color: #9C471A;
    margin-right: 6px;
    flex-grow: 0;
    flex-shrink: 0;
}

.contentWrap .contentBox .txtWrap .couponText .rightWrap {
    display: block;
    font-size: 0.95em;
}

.contentWrap .contentBox .txtWrap .point {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contentWrap .contentBox .txtWrap .point i {
    display: block;
    width: 6px;
}

.contentWrap .contentBox .txtWrap .point span {
    display: block;
    margin: 0 4px;
    font-size: 0.9em;
    color: #999;
}

.tipsLine {
    width: 100%;
    display: flex;
}

.tipsLine i {
    display: block;
    width: 20px;
    margin-right: 6px;
    flex-grow: 0;
    flex-shrink: 0;
}

.tipsLine span {
    display: block;
    font-size: 0.8em;
    color: #999;
}

.inputWrap {
    width: 98%;
    display: flex;
    margin: 0 auto 10px;
    padding: 2px 5px;
    border: #BDBDBD 1px solid;
    border-radius: 4px;
    align-items: center;
}

.inputWrap .inputBox {
    display: block;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    height: 46px;
    color: #333;
    font-size: 1em;
    background: transparent;
    flex-grow: 0;
    flex-shrink: 0;
}

.inputWrap .iconClear {
    display: block;
    width: 28px;
    margin-left: 5px;
    border-right: #D1CFCE 1px solid;
    padding-right: 5px;
    flex-grow: 0;
    flex-shrink: 0;
    cursor: pointer;
    display: none;
}

.inputWrap .iconMailList {
    display: block;
    width: 36px;
    margin-left: auto;
    padding: 5px 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.dataList {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.dataList .rowFive,
.dataList .rowFour {
    display: flex;
    width: 100%;
    padding: 8px 0;
    font-size: 0.8em;
    color: #333;
    text-align: center;
    border-bottom: #EEE2D9 1px solid;
    align-items: center;
}

.dataList .rowFive .picWrap,
.dataList .rowFour .picWrap {
    display: block;
    margin-right: 1%;
    flex-grow: 0;
    flex-shrink: 0;
}

.dataList .rowFive .picWrap .pic,
.dataList .rowFour .picWrap .pic {
    display: block;
    width: 24px;
    margin: 0 auto;
}

.dataList .rowFive .time {
    display: block;
    width: 22%;
    flex-grow: 0;
    flex-shrink: 0;
}

.dataList .rowFive .inviter {
    display: block;
    width: 18%;
    flex-grow: 0;
    flex-shrink: 0;
}

.dataList .rowFive .invitees {
    display: block;
    width: 24%;
    flex-grow: 0;
    flex-shrink: 0;
    word-break: break-word;
}

.dataList .rowFive .state {
    display: block;
    margin-left: auto;
    width: 26%;
    flex-grow: 0;
    flex-shrink: 0;
}

.dataList .rowFive.noBorder,
.dataList .rowFour.noBorder {
    border-bottom: 0 none;
}

.dataList .rowFour .time,
.dataList .rowFour .invitees,
.dataList .rowFour .state {
    display: block;
    width: 10em;
    flex-grow: 0;
    flex-shrink: 0;
}

.dataList .rowTwo {
    display: flex;
    width: 100%;
    padding: 5px 0;
    font-size: 0.8em;
    color: #333;
    border-bottom: #EEE2D9 1px solid;
    align-items: center;
}

.dataList .rowTwo .text {
    display: block;
    width: 75%;
    flex-grow: 0;
    flex-shrink: 0;
}

.dataList .rowTwo .state {
    display: block;
    width: 25%;
    margin-left: auto;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
}

.dataList .moreData {
    display: block;
    width: 100%;
    margin: 5px 0;
    text-align: center;
}

.dataList .moreData span {
    display: block;
    width: 100%;
    font-size: 0.95em;
    color: #666;
    line-height: 1;
}

.dataList .moreData i {
    display: block;
    width: 14px;
    margin: 0 auto;
}

.userList {
    display: block;
    width: 96%;
    margin: 0 auto;
}

.userList .rowData {
    display: flex;
    width: 100%;
    padding: 8px 0;
    font-size: 1em;
    color: #333;
    border-bottom: #EEE2D9 1px solid;
    align-items: center;
}

.userList .rowData .picWrap {
    display: block;
    margin-right: 5px;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}

.userList .rowData .picWrap .pic {
    display: block;
    width: 28px;
    margin: 0 auto;
}

.userList .rowData .picWrap i {
    display: block;
    width: 32px;
    height: 18px;
    font-size: 0.8em;
    color: #FFF;
    text-align: center;
    line-height: 18px;
    background-color: #EA4C71;
    -webkit-border-radius: 0.4em;
    -moz-border-radius: 0.4em;
    border-radius: 0.4em;
    position: absolute;
    top: -10px;
    right: -20px;
    z-index: 3;
}

.userList .rowData .num {
    display: block;
    width: 15%;
    text-align: center;
    flex-grow: 0;
    flex-shrink: 0;
}

.userList .rowData .user {
    display: block;
    width: 20%;
    flex-grow: 0;
    flex-shrink: 0;
}

.userList .rowData .tel {
    display: block;
    text-align: center;
    width: 30%;
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 3px;
}

.userList .rowData .operation {
    display: flex;
    margin-left: auto;
    width: 72px;
    flex-grow: 0;
    flex-shrink: 0;
    align-items: center;
}

.userList .rowData .operation a {
    display: block;
    width: 20px;
    flex-grow: 0;
    flex-shrink: 0;
}

.userList .rowData .operation i {
    display: block;
    width: 1px;
    height: 18px;
    background-color: #D0B7A6;
    margin: 0 8px;
    flex-grow: 0;
    flex-shrink: 0;
}

.userList.four .rowData .user {
    width: 100px;
}

.userList.four .rowData .operation {
    width: 40px;
}

.selectBox {
    width: 96%;
    display: block;
    margin: 8px auto 0;
}

.selectBox .item {
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    align-items: center;
}

.selectBox .item .icon {
    display: block;
    height: 16px;
    width: 16px;
    margin-right: 6px;
    border: #B8947D 1px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    flex-grow: 0;
    flex-shrink: 0;
}

.selectBox .item .txt {
    display: block;
    font-size: 1em;
    color: #333;
}

.selectBox .item .help {
    display: block;
    width: 18px;
}

.selectBox .item.on .icon {
    background-color: #C14B30;
    border-color: #C14B30;
}

.selectBox .item.on .icon:after {
    display: block;
    width: 16px;
    height: 16px;
    background-image: url("../../images/familyNet/gou.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 98%;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
}

.selectBox .item.on .txt {
    color: #d04123;
}

.formWrap {
    display: block;
    width: 96%;
    margin: 0 auto;
}

.formWrap .inputLine {
    display: flex;
    padding: 10px 0;
    border-bottom: #DECBBE 1px solid;
    align-items: center;
    overflow: hidden;
    position: relative;
}

.formWrap .inputLine .inputText {
    display: block;
    width: 80px;
    color: #333;
    font-size: 1.1em;
    line-height: 1.8;
    flex-grow: 0;
    flex-shrink: 0;
}

.formWrap .inputLine .inputBox {
    display: block;
    width: -webkit-calc(100% - 110px);
    width: -moz-calc(100% - 110px);
    width: calc(100% - 110px);
    font-size: 1.1em;
    color: #333;
    line-height: 2;
    background: transparent;
    flex-grow: 0;
    flex-shrink: 0;
}

.formWrap .inputLine .inputBox.wid {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    z-index: 3;
}

.formWrap .inputLine .reduce {
    display: block;
    width: 20px;
    margin-left: auto;
    margin-right: 10px;
    flex-grow: 0;
    flex-shrink: 0;
}

.formWrap .inputLine .arrow {
    display: block;
    width: 20px;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 2;
}

/* 遮罩层 */
.Shade {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    z-index: 99;
    display: none;
}

.show {
    display: block;
}

.conceal {
    display: none;
}

.contentWrap .btnWrap .btnPic1 {
    display: inline-block;
    width: 70%;
    text-align: center;
    position: relative;
}

.contentWrap .btnWrap .btnPic1 input {
    display: block;
    width: 92%;
    font-size: 1em;
    text-align: center;
    letter-spacing: 0.5px;
    border-radius: 20px;
    padding: 12px 0px;
    margin: 0 4% 5% 4%;
}

.contentWrap input.gary {
    box-shadow: 0em 0.15em 0.2em 0.08em #bab9b8;
    -moz-box-shadow: 0em 0.15em 0.2em 0.08em #bab9b8;
    -webkit-box-shadow: 0em 0.15em 0.2em 0.08em #bab9b8;
    background: linear-gradient(#cdcdcd, #8e8e8e);
    background: -moz-linear-gradient(#cdcdcd, #8e8e8e);
    background: -webkit-linear-gradient(#cdcdcd, #8e8e8e);
    color: #333;
}

.contentWrap input.yellow {
    box-shadow: 0em 0.15em 0.2em 0.08em #f9bf9d;
    -moz-box-shadow: 0em .15em .2em .08em #f9bf9d;
    -webkit-box-shadow: 0em 0.15em 0.2em 0.08em #f9bf9d;
    background: linear-gradient(#ffe873, #ff900e);
    background: -moz-linear-gradient(#ffe873, #ff900e);
    background: -webkit-linear-gradient(#ffe873, #ff900e);
    color: #8c3801;
}

/* 弹出层 */
.Popup {
    display: block;
    width: 92%;
    height: auto;
    background-color: #FFF;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    position: fixed;
    left: 4%;
    top: 12%;
    z-index: 111;
}

.Popup.sid {
    width: 80%;
    height: auto;
    left: 10%;
    top: 22%;
}

.Popup .closeBtn {
    width: 28px;
    display: block;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: -40px;
    right: 2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.Popup .noteWrap {
    width: 100%;
    padding: 0 4%;
    margin: 4% auto;
    max-height: 96%;
    overflow-y: auto;
}

.Popup .picWrap {
    display: block;
    width: 18%;
    margin: 4% auto 0;
    overflow: hidden;
}

.Popup .picWrap.mrg {
    margin-top: 8%
}

.Popup .titleWrap {
    display: block;
    height: 40px;
    margin: 0 auto 4%;
    font-size: 1.2em;
    color: #ff5d1f;
    line-height: 46px;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.Popup .titleWrap.Bg {
    display: flex;
    padding-left: 2rem;
    padding-right: 2.5rem;
    background-size: 95%;
    width: max-content;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
}

.Popup .titleWrap.Bg_1 {
    background-image: url("../../images/familyNet/PopupBg_3.png");
}

.Popup .titleWrap.Bg_2 {
    background-image: url("../../images/familyNet/PopupBg_3.png");
}

.Popup .titleWrap.Bg_3 {
    background-image: url("../../images/familyNet/PopupBg_3.png");
}

.Popup .titleWrap span {
    font-size: 1.32em;
    font-weight: 500;
}

.Popup .titleWrap.Bg_4 {
    color: #a84200;
    background-image: url(../../images/familyNet/PopupBg_4.png);
}

.Popup .titleWrap.Bg_5 {
    color: #a84200;
    background-image: url("../../images/familyNet/PopupBg_5.png");
}

.Popup .textWrap {
    width: 100%;
    display: block;
    color: #333;
    font-size: 0.95em;
    line-height: 1.6;
    letter-spacing: 1px;
}

.Popup .dataList {
    display: block;
    width: 96%;
    margin: 0 auto;
}

.Popup .dataList .row {
    display: flex;
    width: 100%;
    padding: 5px 0;
    font-size: 1em;
    color: #333;
    text-align: center;
    border-bottom: #EFE7E2 1px solid;
    align-items: center;
}

.Popup .dataList .row.title {
    color: #7f2d00;
    font-size: 1.05em;
    border-bottom: 0 none;
}

.Popup .dataList .row .pic {
    display: block;
    width: 24px;
    flex-grow: 0;
    flex-shrink: 0;
    position: relative;
}

.Popup .dataList .row .user {
    display: block;
    width: 100px;
    flex-grow: 0;
    flex-shrink: 0;
}

.Popup .dataList .row .time {
    display: block;
    width: 80px;
    flex-grow: 0;
    flex-shrink: 0;
}

.Popup .dataList .row .result {
    display: block;
    margin-left: auto;
    width: 90px;
    flex-grow: 0;
    flex-shrink: 0;
}

.Popup .dataList .row .result .btn {
    padding: 5%;
    -webkit-border-radius: 0.2em;
    -moz-border-radius: 0.2em;
    border-radius: 0.2em;
}

.Popup .headWrap {
    width: 100%;
    display: block;
    margin: 15px 0 10px;
    font-size: 1.4em;
    color: #000;
    text-align: center;
    font-weight: 500;
}

.Popup .txtWrap {
    width: 90%;
    display: block;
    margin: 10px auto;
    color: #333;
    font-size: 1.05em;
    line-height: 1.6;
    letter-spacing: 1px;
    word-wrap: break-word;
    max-height: 15em;
    overflow: auto;
}

.Popup .btnWrap {
    width: 100%;
    display: block;
    margin-top: 20px;
    border-top: 1px solid #CCCCCC;
    text-align: center;
}

.Popup .btnWrap .btn {
    width: 100%;
    font-size: 1.15em;
    color: #339df5;
    text-align: center;
    padding: 5% 0;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    border-radius: 0em;
}

.Popup .btnWrap.two .btn {
    width: 49%;
}

.Popup .btnWrap.two .btn:nth-child(2) {
    border-left: #666 1px solid;
}

/* 弹出层打开方式 */
.Popup.conceal {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    opacity: 0;
}

.Popup.show {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: all linear 0.2s;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}

.invisible-scrollbar::-webkit-scrollbar {
    display: none;
}

.video-drag {
    position: absolute;
    width: 200px;
    height: 110px;
    top: 40%;
    right: 0;
    z-index: 1;
    display: none;
}

.circleX {
    position: absolute;
    right: 0;
    top: -26px;
    z-index: 150;
    width: 26px;
    height: 26px;
    border: 2px solid #cdcdcd;
    border-radius: 26px;
    display: block;
    cursor: pointer;
    outline: none;
}

.videoX {
    font-size: 26px;
    width: 22px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #cdcdcd;
}

#videoDrag video {
    width: 1px;
    position: absolute;
    z-index: 1;
}

#play {
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.font_bolder {
    font-weight: bold;
}

/* 窄屏手机 */
@media only screen and (min-width:320px) and (max-width:374px) {
    .Popup .titleWrap {
        font-size: 1.1em;
        line-height: 52px;
    }

    .Popup .titleWrap span {
        font-size: 1.2em;
    }
}

/* 最新活动 */
.noticeWrap {
    width: 94%;
    font-size: 0.9rem;
    margin: 0.7rem auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    background-color: #FFF0F4;
    border-radius: 1.5rem;
    border: 1px solid #F5DEE3;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1)
}

.noticeWrap .notice-left {
    background-color: #FD6668;
    color: #fff;
    display: flex;
    border-radius: 0.3rem;
    padding: 0.3rem 0.7rem;
}

.noticeWrap .notice-left span {
    white-space: nowrap;
}


.noticeWrap .notice-left img {
    width: 1.5rem;
    height: 1.5rem;
    display: block;
}

.noticeWrap .notice-right {
    padding: 0.3rem 0.7rem;
    color: #777777;
    flex-grow: 1;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* 最新活动gif */
.active-image-box {
    width: 96%;
    margin: 0.7rem auto;
    min-height: 5rem;
    overflow: hidden;
    display: none;
}

.active-image-box img {
    width: 98%;
    margin: auto;
    display: block;
    max-height: 5rem;
    ;
}


/* 电脑端导航工具 */
.pc-nav-tool {
    top: 0;
    position: fixed;
    z-index: 888;
    right: -5.1rem;
    padding-left: 1.5rem;
    padding-bottom: 0.5rem;
    transition: all 0.3s;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
    background-color: rgba(64, 158, 255, 0.5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .32), 0 0 6px rgba(255, 255, 255, .4);
}

.pc-nav-tool::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.3rem;
    margin: auto;
    background: url('/ai/mshop/amshop/images/pkgChange/arrowWhite.png');
    background-size: 100% 100%;
    width: 1rem;
    height: 1.4rem;
}

.pc-nav-tool:hover {
    right: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
    background-color: rgba(64, 158, 255, 0);
}

.pc-nav-tool:hover span {
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}

.pc-nav-tool:hover::before {
    opacity: 0;
}

.pc-nav-tool-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    min-height: 5rem;
}

.pc-nav-tool-box span {
    padding: 0.3rem 0.7rem 0.3rem 1.25rem;
    border: 1px solid #EBEEF5;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    margin-top: 0.5rem;
    background-color: rgba(253, 253, 253, 0.6);
    cursor: pointer;

}

.pc-nav-tool-box a {
    font-size: 0.8rem;
    min-width: 3rem;
    display: block;
    text-align: center;
}

/* 服务升级页面样式 */
.viewport.--upgrade{
    height: 100vh;
    background-color: white;
}
.upgradeBox {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 15rem;
    margin: 5rem auto;
}
.upgradeBox strong{
    font-size: 1.4rem;
    text-align: center;
    color: #E3BF77;
}