/* 默认样式 */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

blockquote,
q {
    quotes: none;
}

a,
span {
    font-family: "Microsoft YaHei", "微软雅黑";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
    min-width: 1500px;
}

div {
    box-sizing: border-box;
}

.pageWrap {
    position: relative;
    width: 100%;
}

body {
    font-size: 14px;
    font-family: "微软雅黑", "Hiragino Sans GB", "Microsoft YaHei", tahoma, arial, simsun, "";
}

#content {
    position: relative;
    width: 100%;
}

.banner_img {
    width: 100%;
    height: 100%;
}


/* 默认样式end */

#content {
    font-size: 0;
    text-align: center;
    background: #f6f6f6;
    /* padding-bottom: 1.5833333333333333rem;
    padding-top: 0.23333333333333334rem; */
    padding-top: 28px;
    padding-bottom: 190px;
}

#contentC {
    /* font-size: 0.11666666666666667rem; */
    font-size: 16px;
    display: inline-block;
}

#contentC:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

#contentC {
    zoom: 1
}

#leftNacBar {
    width: 179px;
    margin-right: 16px;
    border-radius: 2px;
    float: left;
    min-height: 800px;
}

#rightContent {
    width: 1305px;
    float: left;
    border-radius: 2px;
    overflow: hidden;
    min-height: 1017px;
    _height: 1017px;
}


/*navBarDetail start*/

#userTop {
    border-radius: 2px;
    position: relative;
    background-color: #fff;
}

.gOri_ucImg {
    display: none;
    position: absolute;
    left: -10px;
    top: 0;
}

.userTop {
    width: 100%;
    text-align: center;
    padding-top: 24px;
    padding-bottom: 10px;
    overflow: hidden;
}


/* 也是新加 */

.userName {
    padding-bottom: 10px;
}

.sildUserWrap {
    background-color: transparent !important;
}

.userTopp_add_userTop {
    width: 100%;
    text-align: center;
    overflow: hidden;
    background: #fff;
    width: 179px;
    height: 172px;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.userPhotoUrl_add_#userPhotoUrl {
    margin-top: 28px;
    position: relative;
}

.userPersonPage {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C7782A;
    display: inline-block;
    margin-top: 16px;
}

.userPersonPage:hover {
    color: #C7782A;
}

.userPhoto {
    width: 68px;
    height: 68px;
    border-radius: 50%;
}

.userPhoto_add_userPhoto {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 2px solid #CCCCCC;
    margin-top: 28px;
}

.crownIcon {
    position: absolute;
    top: 23px;
    right: 54px;
    display: none;
}

.goldUserPhotoUrl .userPhoto {
    border-color: #EDB84C;
}

.goldUserPhotoUrl .crownIcon {
    display: block;
}

.userNameC {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #222222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 110px;
    margin-top: 16px;
    min-height: 19px;
}

.userNameC:hover {
    color: #ff7f00;
}

#operaList {
    background: #fff;
    border-radius: 2px;
    position: relative;
    margin-top: 16px;
    overflow: hidden;
}

#operaListCon {
    position: relative;
    text-align: center;
}

.user_f1 {
    padding: 23px 0 13px 0;
    border-bottom: 1px dashed #dfdfdf;
}

.noneBorder {
    border-bottom: none;
    padding-bottom: 11px;
}

.operaListConItemTitle {
    text-align: left;
    /* padding-bottom: 0.10833333333333334rem; */
    padding-bottom: 13px;
    cursor: pointer;
}

.operaListConItemTitle img {
    vertical-align: middle;
    /* margin-left: 0.21666666666666667rem; */
    margin-left: 28px;
    width: 20px;
}

.operaListConItemTitleSpan {
    font-size: 18px;
    color: #222;
    vertical-align: middle;
    display: inline-block;
    margin-left: 10px;
}

.operaListConItemCon {
    position: relative;
    margin-top: 3px;
    overflow: hidden;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    /* display: none; */
    /* height: auto !important; */
}

.operaListConItemConItem {
    /* height: 0.3333333333333333rem;
    line-height: 0.3333333333333333rem; */
    height: 39px;
    line-height: 39px;
    overflow: hidden;
    padding-bottom: 1px;
}

.operaListConItemConItem img {
    vertical-align: middle;
    /* margin-left: 0.03333333333333333rem; */
    margin-left: 5px;
}

.hadF2Item {
    /* font-size: 0.10833333333333334rem; */
    font-size: 13px;
    color: #333;
    display: inline-block;
    width: 100%;
    /* padding-left: 0.48333333333333334rem; */
    padding-left: 58px;
    text-align: left;
    box-sizing: border-box;
}

.operaListConItemConItem>a {
    /*  font-size: 0.10833333333333334rem; */
    font-size: 13px;
    color: #333;
    display: inline-block;
    width: 100%;
    padding-left: 58px;
    /* padding-left: 0.48333333333333334rem; */
    text-align: left;
    box-sizing: border-box;
}

.operaA a:hover,
.operaA span:hover,
.operaA .opeListAct {
    color: #ffa200;
}

.user_f2 {
    height: auto;
}

.user_f2>.operaListConItemConItemF2 {
    cursor: pointer;
    font-size: 0.10833333333333334rem;
    color: #333;
    display: inline-block;
    width: 100%;
    padding-left: 0.48333333333333334rem;
    text-align: left;
    padding-top: 1px;
}

.f2Img {
    transition: all 0.3s;
}

.f2ImgAct {
    transform: rotate(180deg);
    ;
}

.f2Parent {
    cursor: pointer;
    transition: all 0.3s;
}

.operaListConItemConItemf2>a {
    padding-left: 0.6rem;
}

.opeListAct a,
.opeListAct span {
    color: #ffa420;
}

.opeListAct {
    color: #ffa420;
}


/*navBarDetail end*/

.operaListConItem a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}

.newMsg {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f61a2f;
    left: 110px;
    top: 10px;
    display: none;
}

.child {
    height: 0;
    overflow: hidden;
}

.glodLogoImg {
    display: none;
    margin-right: 8px;
    vertical-align: text-bottom;
    cursor: pointer;
}


/*kill Ie*/

.killIeW {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    filter: progid: DXImageTransform.Microsoft.gradient(startcolorstr=#7f000000, endcolorstr=#7f000000);
}

.killIeContent {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 540px;
    height: 342px;
    margin-top: -171px;
    margin-left: -270px;
    z-index: 2001;
    background: #fff;
}

.killIeTitle {
    text-align: right;
    box-sizing: border-box;
    padding-top: 10px;
}

.closeKillIe {
    font-size: 24px;
    color: #333;
    margin: 0 16px 0 0;
}

.killIeTxt {
    font-size: 22px;
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #333;
    text-align: center;
}

.killIeTxtTip {
    font-size: 16px;
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #333;
    text-align: left;
    line-height: 32px;
    padding: 36px 20px;
}

.browserLogo {
    width: 80px;
}

.browserItem {
    display: inline-block;
    text-align: center;
    width: 100px;
}

.browserName {
    font-size: 16px;
    color: #333;
}

.killIeBrowserW {
    text-align: center;
}


/*kill Ie*/


/*领劵提醒弹窗*/

.init-personal-wrap {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 1000 !important;
}

.init-personal-con {
    position: absolute;
    width: 490px;
    height: 620px;
    box-sizing: border-box;
    top: 50%;
    left: 50%;
    margin-left: -245px;
    margin-top: -310px;
    z-index: 1000 !important;
    border-radius: 30px;
}

.remove-wrapW {
    padding: 0 3px;
    box-sizing: border-box;
}

.remove-wrapWI {
    background: url('https://static.shinewonder.com/pub/img/person-img/unnamed3.png') no-repeat;
    background-size: 100%;
}

.remove-wrap {
    position: absolute;
    top: -46px;
    right: -48px;
    width: 48px;
    height: 48px;
    background-color: #f3f2f2;
    border-radius: 50%;
    display: inline-block;
    justify-content: center;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
}

.remove-wrap img {
    vertical-align: middle;
}

.red-person-wenzi {
    height: 92px;
    line-height: 92px;
    text-align: center;
    color: #e33435;
    font-weight: bold;
    font-size: 24px;
    font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.init-price-wrap {
    text-align: center;
    box-sizing: border-box;
}

.init-price-inner {
    overflow-x: hidden;
    overflow-y: auto;
    height: 356px;
    background: #fef6df;
}

.init-price-inner::-webkit-scrollbar {
    width: 5px;
}

.init-price-inner::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 2px;
}

.init-price-inner::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 5px;
}

.init-price-inner::-webkit-scrollbar-thumb:hover {
    background: #c0c0c0;
}

.init-price-inner::-webkit-scrollbar-corner {
    background: #179a16;
}

.price-person {
    text-align: left;
    width: 404px;
    height: 106px;
    border-radius: 6px 20px 6px 6px;
    display: inline-block;
    margin-bottom: 14px;
    overflow: hidden;
    background: url("https://static.shinewonder.com/pub/img/person-img/itemDicBg.png") no-repeat;
    background-color: white;
    background-size: 100% 100%;
}

.price-person:nth-last-child(1) {
    margin-bottom: 0;
}

.price-num-left {
    width: 141px;
    height: 100%;
    line-height: 106px;
    float: left;
    text-align: center;
    font-size: 0;
    vertical-align: top;
}

.price-num-left .price-num-left,
.price-num-left .price-num-right {
    height: 100%;
}

.num-icon {
    display: inline-block;
    vertical-align: top;
    line-height: 106px;
    height: 106px;
    width: 140px;
}

.num-icon span {
    color: #f11232;
    font-weight: bold;
    font-size: 20px;
    font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, "Helvetica Neue", Helvetica, sans-serif;
    display: inline-block;
}

.num-icon .price-num>span {
    color: #f11232;
    font-weight: bold;
    font-size: 36px;
    font-family: "Microsoft YaHei", "微软雅黑";
}

.num-icon .price-free {
    color: #f11232;
    font-weight: bold;
    font-size: 34px;
    font-family: "Microsoft YaHei", "微软雅黑";
}

.price-num>span {
    line-height: 38px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.price-icon {
    height: 100%;
    box-sizing: border-box;
    padding-top: 46px;
    line-height: 24px;
}

.price-num {
    max-width: 112px;
    word-break: break-all;
    word-wrap: break-word;
    display: inline-block;
    line-height: 106px;
    vertical-align: top;
    height: 100%;
}

.xuxian-coup {
    display: inline-block;
    vertical-align: top;
}

.xuxian-coup img {
    vertical-align: middle;
}

.price-num-right {
    display: inline-block;
    width: 263px;
    font-size: 0;
    height: 100%;
    box-sizing: border-box;
}

.price-wenzi {
    width: 100%;
    box-sizing: border-box;
    padding-right: 4px;
}

.year-wen,
.buy-wen {
    font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, "Helvetica Neue", Helvetica, sans-serif;
    box-sizing: border-box;
    padding-left: 21px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.year-wen {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    padding-top: 26px;
}

.buy-wen {
    line-height: 22px;
    color: #666666;
    font-size: 14px;
    padding-top: 8px;
}

.init-person-footer {
    position: absolute;
    bottom: 0;
    height: 236px;
    background: url('https://static.shinewonder.com/pub/img/person-img/bgBot.png') no-repeat;
    background-size: 100%;
    text-align: center;
    width: 100%;
}

.btn-coup {
    text-align: center;
    padding-top: 112px;
}

.btn-wenzi {
    color: #6d4d00;
    font-size: 24px;
    display: inline-block;
    width: 404px;
    height: 64px;
    line-height: 64px;
    font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, "Helvetica Neue", Helvetica, sans-serif;
    border-radius: 32px;
    background-color: #f7e766;
    box-shadow: 0 3px 4px 0px #f8930f;
    cursor: pointer;
}

.gouXuan-coup {
    text-align: center;
    padding-top: 24px;
    font-size: 0;
}

.gouXuanInner {
    display: inline-block;
    cursor: pointer;
}

.gouXuan-img {
    display: inline-block;
    vertical-align: middle;
}

.gouXuan-wen {
    display: inline-block;
    color: #443000;
    margin-left: 10px;
    font-size: 14px;
    vertical-align: middle;
    font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.yi-gouXuan-img {
    display: none;
}


/*弹窗*/

.chargesPW {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
}

.chargesPop {
    position: absolute;
    width: 484px;
    height: 214px;
    top: 50%;
    left: 50%;
    margin-top: -104px;
    margin-left: -242px;
    background: #fff;
    text-align: center;
}

.closeChargesPop {
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 20px;
}

.chargesPopTopTitle {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-top: 26px;
    margin-bottom: 26px;
}

.chargesPop1 {
    font-size: 16px;
    color: #444;
    line-height: 26px;
}

.chargesPop1 span {
    color: #ff6f00;
}

.chargesPop1 a {
    color: #ff6f00;
}

.chargesPopBot {
    height: 60px;
    line-height: 60px;
    background: #f8f8f8;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.chargesPopBut {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    background: #ff6f00;
    cursor: pointer;
}

.chargesPopBut:hover {
    color: #fff;
}


/*购买vip成功后弹窗*/

.mallchargesPW {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: 30px;
}
.mallchargesPWCon{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    /* margin-top: 60px; */
}

.mallchargesPop {
    /* position: absolute; */
    width: 484px;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); */
    background: #fff;
    text-align: center;
    position: relative;
}

.mallcloseChargesPop {
    position: absolute;
    cursor: pointer;
    top: 30px;
    right: 20px;
}

.mallchargesPopTopTitle {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-top: 26px;
    margin-bottom: 26px;
}

.mallsvipcont {
    display: inline-block;
    text-align: left;
    padding: 6px 0 30px 0;
}

.mallchargesPop1 {
    font-size: 16px;
    color: #444;
    line-height: 26px;
    box-sizing: border-box;
}

.mallchargesPop1Log {
    margin-right: 4px;
}

.mallchargesPop1 span {
    color: #ff6f00;
}

.mallchargesPop1 a {
    color: #ff6f00;
}

.mallchargesPop1bot {
    padding-left: 20px;
}

.mallchargesPopBot {
    height: 60px;
    line-height: 60px;
    background: #f8f8f8;
    width: 100%;
}

.mallchargesPopBut {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 2px;
    color: #fff;
    font-size: 14px;
    background: #ff6f00;
    cursor: pointer;
}

.mallchargesPopBut:hover {
    color: #fff;
}

.mallchargesMsgCont {
    max-height: 415px;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
}

.mallchargesMsgContInner {
    position: relative;
    text-align: center;
}

.mallMsgItem {
    display: inline-block;
    width: 444px;
    height: 102px;
    border-radius: 4px;
    text-align: left;
    vertical-align: top;
    font-size: 0;
    box-sizing: border-box;
    padding-top: 15px;
}

.mallMsgItem:nth-child(Odd) {
    background: #fafafa;
}

.mallMsgItem:hover {
    background: #f5f5f5;
}

.mallMsgItem:hover .mallMsgItem {
    background: #fff;
}

.mallMsgItemr {
    display: inline-block;
}

.mallMsgItemLeft {
    width: 84px;
    box-sizing: border-box;
    padding-left: 20px;
    vertical-align: top;
}

.mallMsgItemRight {
    width: 360px;
    vertical-align: top;
}

.mallMsgItemLeftLog {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 50%;
    background: #f5f5f5;
    text-align: center;
    position: relative;
}

.mallMsgItemLeftLogImg {
    vertical-align: middle;
}

.mallMsgItem:nth-child(Odd) .mallMsgItemLeftLog {
    background: #fff;
}

.mallMsgItemLeftLogTip {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #f61a2f;
    right: 2px;
    top: 1px;
}

.mallMsgItemRTitle {
    color: #2a2a2a;
    font-size: 16px;
}

.mallMsgItemRdes,
.mallMsgItemRdes span,
.mallMsgItemRdes a {
    color: #666;
    font-size: 14px;
}

.mallMsgItemRdes {
    white-space: nowrap;
    max-width: 96%;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 14px;
}

.mallMsgItemRTime,
.mallMsgItemRTime span,
.mallMsgItemRTime a {
    color: #999;
    font-size: 14px;
}

.mallMsgItemRTime {
    padding-top: 9px;
}


/*修改滚动条样式*/

.mallchargesMsgCont::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.mallchargesMsgCont::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 3px;
}

.mallchargesMsgCont::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 3px;
}

.mallchargesMsgCont::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.mallchargesMsgCont::-webkit-scrollbar-corner {
    background: #999;
}

.mallchargesMsgBot {
    height: 60px;
    line-height: 60px;
    background: #f8f8f8;
    margin-top: 14px;
}

.mallchargesMsgBotBtn {
    display: inline-block;
    width: 100px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    background: #ff6f00;
    border-radius: 2px;
    vertical-align: middle;
}

.mallchargesMsgBotBtn:hover {
    color: #fff;
    background: #ff6f00;
}


/*提示云工具弹窗  */

.imgplayerPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 200
}

.imgplayerpopupCon {
    position: absolute;
    box-sizing: border-box;
    top: 58%;
    left: 10.5%;
    display: flex;
}

.deleIMGPLAY {
    width: 24px;
    height: 24px;
    margin-left: 10px;
}

.deleIMGPLAY:hover {
    cursor: pointer;
}

.addPeriodValidity {
    width: 157px;
    height: 27px;
    background: #FEF4E8;
    text-align: center;
    line-height: 27px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #353535;
    margin: 0 11px 13px 11px;
}

.addRenewal {
    padding-bottom: 13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.renewalSpeilcal {
    width: 49px;
    height: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #C7782A;
    border-radius: 10px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C7782A;
    cursor: pointer;
}

.openGloadMember {
    width: 75px;
    height: 19px;
    border: 1px solid #C7782A;
    border-radius: 10px;
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #C7782A;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.haveGloadMemberPeriovalidity,
.NoGloadMember {
    display: none;
}


/* text123567 */


/* 20220225要去掉的css */

.popUpWrap {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 999999999;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    border: none;
    width: 300px;
    height: 60px;
    overflow: hidden;
    word-break: break-all;
    font-size: 14px;
    line-height: 60px;
    text-align: center;
}

.gloadMemberTipWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 9999
}

.gloadMemberTipCon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 622px;
    height: 690px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.gloadMemberTitle {
    width: 622px;
    height: 65px;
    background: #6D5242;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: space-between;
    padding: 0 32px;
}

.gloadMemberBotCon {
    padding: 0 17px;
}

.gloadYearNum {
    border-bottom: 1px solid #EFEFEF;
    padding: 0 15px 0 29px;
    display: flex;
    justify-content: space-between;
    height: 88px;
    align-items: center;
}

.spelicalYearNum {
    display: flex;
    align-items: flex-end;
}

.specalprice {
    font-size: 42px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #623F2D;
}

.yearMark {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2B2B2B;
    display: inline-block;
    line-height: 23px;
}

.spelicalYearBtn {
    width: 147px;
    height: 41px;
    background: #FD5207;
    border-radius: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    /* display: none; */
}

.originalPrice {
    display: inline-block;
    margin-left: 11px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #7F7F7F;
    line-height: 23px;
}

.memberMarkWrap {
    display: flex;
    padding: 26px 43px 28px 37px;
}

.memberMarkWrap {
    display: flex;
}

.memberTitle {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2A2A2A;
    margin-right: 32px;
    margin-top: 12px;
}

.memberItem {
    display: flex;
    justify-content: center;
    align-items: center;
}

.memberItemMar {
    margin: 34px 0;
}

.memberItemWrapL {
    margin-left: 40px;
}

.memberTuMark {
    display: inline-block;
    margin-left: 14px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #623F2D;
    width: 121px;
    word-wrap: break-word;
    line-height: 19px;
    text-align: left;
}

.tipWrap {
    margin: 0 17px;
    width: 588px;
    height: 226px;
    background: #FAFAFA;
    padding: 20px 19px 0 19px;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.tipTitle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2A2A2A;
    margin-bottom: 19px;
}

.tipItem {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #797979;
    /* margin-bottom: 14px; */
    line-height: 22px;
}

.memberCuo {
    color: #fff;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.goldMemberPopupCon {
    position: absolute;
    width: 484px;
    height: 340px;
    box-sizing: border-box;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -242px;
    margin-top: -170px;
}

.goldmemberPopTop {
    padding: 0 32px;
}

.goldMemberTitle {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F2;
}

.goldMemberName {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-left: 156px;
}

.goldMemberPopup,
.gloadMemberTipWrap {
    display: none;
}


/* text123 */

.vipChargePopW,
.popUpWrap {
    display: none;
}

.alipayIdenWrap {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10000;
}

.goldMemberPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 10000;
}

.alipayIdenCon {
    position: absolute;
    width: 486px;
    height: 200px;
    box-sizing: border-box;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -243px;
    margin-top: -100px;
}

.goldMemberPopupCon {
    position: absolute;
    width: 484px;
    height: 340px;
    box-sizing: border-box;
    background: #fff;
    top: 50%;
    left: 50%;
    margin-left: -242px;
    margin-top: -170px;
}

.goldmemberPopTop {
    padding: 0 32px;
}

.alipayIdenContent {
    width: 100%;
    height: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.alipayIdenContent .blank_ p {
    padding-bottom: 10px;
}

.deleteAlipayImg {
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
    margin-top: 20px;
    justify-content: flex-end;
}

.aliayColorB {
    text-decoration: underline;
    color: #ff5c00
}

.aliayColorB:hover {
    cursor: pointer;
}

.alipayIdenWrapping {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
}

.aliayColor {
    color: #ff5c00
}

.infEditBtn {
    position: static;
}

.goldMemberName {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-left: 156px;
}

.goldMemberTitle {
    display: flex;
    height: 60px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F2F2F2;
}

.specificCostWrap {
    height: 115px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #F2F2F2;
}

.costMark {
    font-size: 16px;
    font-family: MicrosoftYaHei;
    line-height: 23px;
    color: #582F1D;
}

.specificCost {
    font-size: 40px;
    font-family: MicrosoftYaHei-Bold;
    line-height: 23px;
    color: #582F1D;
    margin: 0 6px;
}

.originalPrice {
    font-size: 14px;
    font-family: MicrosoftYaHei;
    line-height: 23px;
    color: #707070;
    text-decoration: line-through;
}

.balanceBeansWrap {
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 55px;
}

.beanMark {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6E6E6E;
}

.balanceBeansCon {
    display: flex;
    align-items: center;
}

.balanceWrap {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.lackBalance {
    margin: 0 4px;
    display: inline-block;
    width: 56px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #F4453C;
    border-radius: 0px 6px 0px 6px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #F4453C;
}

.buyNow {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 32px;
    color: #FF8100;
}

.buyNow:hover {
    color: #FF8100;
}

.payBtn {
    width: 484px;
    height: 60px;
    background: #F8F8F8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.payBtnWrap {
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #C8A06A;
    border-radius: 2px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blank {
    height: 50px;
}

.payBtnWrap:hover,
.deleGoldMember {
    cursor: pointer;
}

.vipChargePopW {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: 0;
    left: 0;
    z-index: 0;
}

.vipChargePop {
    position: absolute;
    width: 484px;
    height: 340px;
    background: #fff;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    margin-left: -242px;
    margin-top: -170px;
}

.vipChargePopTitle {
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin: 0 32px;
    border-bottom: 1px solid #f2f2f2;
    position: relative;
}

.vipCtutle {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.closeVipCharge {
    position: absolute;
    top: 20px;
    right: -11px;
}

.vipChargePopCont {
    position: relative;
    padding: 0 32px;
    box-sizing: border-box;
}

.vipCContC {
    box-sizing: border-box;
    border-bottom: 1px solid #f2f2f2;
}

.vipCContCItem {
    text-align: center;
}

.isVipCContC {
    padding-top: 12px;
}

.vipCContCItemTop {
    font-size: 0;
    padding: 24px 0;
}

.vipCfactTitle {
    color: #582f1d;
    font-size: 16px;
}

.vipCfactNum {
    color: #582f1d;
    font-size: 40px;
    font-weight: bold;
    font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.vipCfactNumLog {
    color: #582f1d;
    font-size: 14px;
}

.vipCtipTitle,
.vipCtipNum,
.vipCtipNumLog {
    color: #707070;
    font-size: 14px;
    text-decoration: line-through;
}

.vipCtipTitle {
    margin-left: 8px;
}

.vipCContCItemBot {
    padding-top: 8px;
}

.vipCtipLog,
.vipCtipLogNum {
    font-size: 12px;
    color: #502c2b;
    font-family: "SimSun", "宋体", "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.vipCtipLog {
    display: inline-block;
    width: 198px;
    height: 24px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #856659;
    border-radius: 12px;
    background: #fef2e2;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vipCtipLog:hover {
    color: #502c2b;
}

.vipCContCNum {
    height: 56px;
    line-height: 55px;
    border-bottom: 1px solid #f2f2f2;
    overflow: hidden;
}

.vipCNTitle {
    font-size: 14px;
    color: #6e6e6e;
}

.vipCNNum,
.vipCNNumLog {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 14px;
    color: #333;
    font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.vipCNNumBlance {
    vertical-align: middle;
}

.vipCNNumCharge {
    display: inline-block;
    border-bottom: 1px solid #ff8100 !important;
    line-height: 17px;
    font-size: 14px;
    color: #ff8100 !important;
    vertical-align: middle;
}

.vipCNNumCharge:hover {
    color: #ff8100;
    border-bottom: 1px solid #ff8100;
}

.vipCNTLog {
    float: right;
}

.vipChargePopBot {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    background: #f8f8f8;
    text-align: center;
    width: 100%;
}

.vipCpay {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
    background: #c8a06a;
    border-radius: 2px;
    width: 100px;
    height: 32px;
    line-height: 32px;
}

.vipCpay:hover {
    color: #fff;
}

.newVipPopupW {
    z-index: 1;
}


/*详情Item*/

.addblank {
    height: 50px;
}

.vipDetailLog {
    vertical-align: bottom;
    margin-right: 6px;
}

.modelVipTipW {
    padding-left: 3px;
    vertical-align: middle;
}

.xuandouIw .mpLine {
    margin: 0 6px 0 5px;
}

.chargeVipOpen {
    vertical-align: bottom;
    margin-right: 8px;
}

.recharge_show_popup {
    font-family: "Microsoft YaHei", "微软雅黑", "PingFang SC", Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #8b5b25;
}


/* 点 */

#newUserCourtesy .courtesyFalg {
    width: 6px;
    height: 6px;
    background: #FF0000;
    border-radius: 50%;
    opacity: 1;
    display: inline-block;
    position: absolute;
    top: 31%;
}

.noGlodLogoImgHWrap {
    left: 78px;
    background-color: rgb(255, 255, 255);
    /* display: none; */
    position: absolute;
    width: 150px;
    top: 116px;
    height: 20px;
    box-shadow: -2px 0 8px -1px rgb(0 0 0 / 1%), 0 -2px 8px -1px rgb(0 0 0 / 1%), 0 2px 8px -1px rgb(0 0 0 / 33%), 2px 0 10px -1px rgb(0 0 0 / 1%);
    line-height: 20px;
}


/* 升级公告 */

.announceUpgradeWrap_ {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    z-index: 99;
    display: none;
}

.announceUpgradeCon_ {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 613px;
    height: 427px;
    background: #FFFFFF;
    border-radius: 4px;
}

.announceUpgradeConHeader {
    height: 63px;
    border-bottom: 1px solid #F2F3F5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.announceUpgradeConHeaderTxt {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.announceUpgradeConClose {
    position: absolute;
    right: 32px;
    top: 24px;
    cursor: pointer;
    width: 12px;
    height: 12px;
}

.announceUpgradeConInfo_ {
    padding: 20px;
}

.announceUpgradeConSpecialInfo {
    font-size: 14px;
    color: #e7811a;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
}

.announceUpgradeConTitle {
    margin: 20px 0;
    text-align: left;
}

.announceUpgradeContent_ {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6D6D6D;
    text-align: left;
    line-height: 20px;
    margin: 10px 0;
}

.announceUpgradeContentThree {
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6D6D6D;
    text-align: left;
    line-height: 20px;
    margin-left: 20px;
}

.announceUpgradeMoreBtnWrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.announceUpgradeMoreBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    padding: 10px 50px;
    display: inline-block;
    background-color: #FD8807;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-decoration: none;
}

.announceUpgradeMoreBtn:hover {
    color: #fff;
}

.waitAuthInp .bankCardInp {
    resize: none;
    outline: none;
}

.infConItemConCRight .setNameUp {
    resize: none;
    outline: none;
}
#modelYGJ{
    cursor: pointer;
}