@font-face {
    font-family: 思源黑体;
    src: url(../ttf/SourceHanSansCN-Normal.ttf);
}
*{
    text-decoration: none;
    padding : 0px;
    font-family:思源黑体,sans-serif;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"] {
    -moz-appearance: textfield;
}
.ele-hide{
    display: none !important;
}
.ele-show{
    display: block !important;
}
img{
    -webkit-user-drag: none;
}
.center-y{
    position: relative;
    top:50%;
    transform:translateY(-50%);
}
body{
    width: 100%;
    height: 100%;
    color: #333;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.mask{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 15;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: .5;
    display: none;
}
.header{
    position: absolute;
    z-index: 13;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 11.8vh;
    background: #fff;
}
.header-shadow{
    box-shadow: 0px 4px 4px 0px rgba(36, 36, 36, 0.1);
}
.header-logo {
    position: absolute;
    width: 9vw;
    top: 3.1vh;
    left: 2.7vw;
}
.header-content {
    position: absolute;
    top: 1.5vh;
    left: 14vw;
    width: 60vw;
    height: 8vh;
    background-color: #F5F7F8;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
    border-radius: 10px;
    padding: 0 2.3vw 0 2.3vw;
    -webkit-app-region:no-drag;
}
.header-nav {
    position: relative;
    top:50%;
    transform:translateY(-50%);
    float: left;
    width: 7vw;
    height: 7vh;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
    font-weight: 500 !important;
    font-size:1vw; 
    color: #888;
}
.myFavaTips{
    position: absolute;
    z-index: 11;
    top: 0;
    right: .6vw;
    color: #fff;
    background: #ff374f;
    font-size: 1vw;
}
.myFavaTipsSingular{
    padding: .05vw .5vw;
    border-radius: 50%;
}
.myFavaTipsPlural{
    padding: .04vw .5vw;
    border-radius: 45%;
}
.nav-title{
    margin-top: .4vh;
}
.header-nav img {
    width: 1.6vw;
    margin-top: .8vh;
}
.nav-l{
    margin-left: 1.06vw;
}
.nav-active {
    background: #E4E8EC;
    color: #454545 !important;
}
.header-nav:hover{
    background: #E4E8EC;
    color: #454545 !important;
}
.header-tools {
    position: absolute;
    width: 22vw;
    height: 8vh;
    top: 1.5vh;
    float: right;
    left: 76.5vw;
    -webkit-app-region:no-drag;
}
.tools-top,.tools-bottom{
    position: absolute;
}
.tools-top {
    /* width: 100%; */
    height: 3.312vh;
    margin-top: -.6vh;
    right: 0;
}
.tools-bottom{
    width: 20.7vw;
    height: 4vh;
    bottom: 0px;
}
.tools-l{
    width: 2.4vh;
    height: 2.4vh;
    max-width: 1.7vw;
    max-height: 1.7vw;
}
.tools-s{
    width: 1.5vh;
    height: 1.5vh;
    max-width: 1vw;
    max-height: 1vw;
}
.vip-user {
    width: 8.7vw;
    height: inherit;
    float: left;
}
.get-vip,.vip-center {
    position: relative;
    display: block;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    width: 5.5vw;
    margin-right: 1.2vw;
    cursor: pointer;
}
.userpic-box{
    position: relative;
    z-index: 12;
    float: right;
    width: 2vw;
    height: 2.5vw;
}
.user-pic {
    width: 3.3vh;
    border-radius: 50%;
    cursor: pointer;
}
.user-info {
    display: none;
    position: absolute;
    top: 30px;
    right: -45px;
    width: 256px;
    height: 136px;
    z-index: 18;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
    -webkit-app-region:no-drag;
}
.user-background {
    width: 100%;
}
.info{
    position: absolute;
    z-index: 11;
    left:0px;
    right: 0px;
    top:22px;
    margin: 0px auto;
    width: 227px;
    height: 94px;
}
.info-top{
    position: absolute;
    width: inherit;
    height: 13px;
    line-height: 13px;
    font-size: 13px;
    color: #333333;
    font-weight: 600;
}
.user-id {
    float: left;
}
.login-out{
    cursor: pointer;
    float:right;
}
.info-bottom {
    position: absolute;
    width: inherit;
    height: 59px;
    bottom:0 ;
}
.user-img,.my-info{
    float: left;
}
.user-img{
    width: 44px;
    height: 44px;
}
.user-img img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.my-info {
    width: 172px;
    height: inherit;
    margin-left: 11px;
}
.user-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}
.vipicon1:after{
    content:"";
    background: url("../img/vip-icon1.png") no-repeat top left;
    background-size: 20px 10px;
    position: absolute;
    top: 5px;
    z-index: 2;
    width: 20px;
    height: 10px;
}
.vipicon2:after{
    content:"";
    background: url("../img/vip-icon2.png") no-repeat top left;
    background-size: 20px 10px;
    position: absolute;
    top: 5px;
    z-index: 2;
    width: 20px;
    height: 10px;
}
.user-group,.user-date{
    font-size: 12px;
    -webkit-text-size-adjust:none;
    color: #595959;
    font-weight: 600;
}
.user-group{
    margin-top: -4px;
}
.user-date{
    margin-top: -8px;
}
.window-tools{
    /* width: 11.8vw; */
    height: inherit;
    float: right;
    margin-left: 1.5vw;
}
.tools-item{
    float: left;
    cursor: pointer;
}
.tools-item:hover{
    opacity: .6;
}

.tools-margin-rignt{
    margin-right: 1.3vw;
}
.feedback{
    background: url("../img/feedback.png") no-repeat;
    background-size: 100%;
}
.option{
    width: 100%;
    height: 100%;
    background: url("../img/option.png") no-repeat;
    background-size: 100%;
}
.reduce{
    background: url("../img/reduce.png") no-repeat;
    background-size: 100%;
}
.enlarge{
    background: url("../img/enlarge.png") no-repeat;
    background-size: 100%;
}
.windowClose{
    background: url("../img/close.png") no-repeat;
    background-size: 100%;
}
.window{
    background: url("../img/window.png") no-repeat;
    background-size: 100%;
}
.search-box{
    position: relative;
    width: 20.8vw;
    height: inherit;
}
.mySeachAnimate{
    position: absolute;
    right: 0px;
    width: 5.2vw;
    height: inherit;
    border: 2px solid #A9A9A9;
    /* z-index: 12; */
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.icon-box{
    width: calc(2.6vw - 3px);
    height: 13px;
    float: left;
}
.icon-fg{
    width: 1px;
    height: 13px;
    background: #C1C1C1;
    float: left;
}
.stretched{
    background: url("../img/search-left-icon.png") center no-repeat;
    background-size: .5vw .9vw;
}
.before-search{
    background: url("../img/before-search.png") center no-repeat;
    background-size: 1.7vh;
}
.search{
    float: right;
    outline:none; 
    height: inherit;
    border-radius: 5px 0px 0px 5px;
    text-indent: 1rem;
    font-size: 1vw;
}
.search-before{
    width: 2.6vw;
    border-left:2px solid #A9A9A9;
    border-top:2px solid #A9A9A9;
    border-right:none;
    border-bottom:2px solid #A9A9A9;
}
.search-btn{
    position: relative;
    height: inherit;
    cursor: pointer;
    float: right;
    border-radius: 0px 5px 5px 0px;
}
.s-btn-before{
    width: 2.6vw;
    border-top:2px solid #A9A9A9;
    border-right:2px solid #A9A9A9;
    border-bottom:2px solid #A9A9A9;
}
.search-after{
    width: 17vw;
    border-top:2px solid #00CAAC;
    border-right:none;
    border-bottom:2px solid #00CAAC;
    border-left: 2px solid #00CAAC;
}
.s-btn-after{
    width: 3.7vw;
    background: #00CAAC;
    border-top:2px solid #00CAAC;
    border-left:2px solid #00CAAC;
    border-right:none;
    border-bottom:2px solid #00CAAC;
    line-height: inherit;
    text-align: center;
}
.s-icon {
    width: inherit;
    height: 2vh;
    background: url("../img/search-icon.png") no-repeat center;
    background-size: 1.7vh;
}
.close{
    position: absolute;
    width: 1.2vw;
    height: 1.2vw;
    background: url(../img/close.png) no-repeat center;
    background-size: 14px 14px;
    right: 10px;
    top: 10px;
    z-index: 20;
}
/* 登录框 start*/
.login-window{
    position: absolute;
    width: 26.6vw;
    height: 30.5vw;
    background: #fff;
    border-radius: 5px;
    z-index: 18;
    left: 0;
    right: 0;
    top: 10.9vw;
    margin:0px auto;
    display: none;
}
.login-logo{
    position: absolute;
    width: 9.2vw;
    height: 2.4vw;
    top: 4.3vh;
    left: 0;
    right: 0;
    margin:0px auto;
    background: url(../img/logo.png) no-repeat center;
    background-size: 100% 100%;
}
.login-content{
    position: absolute;
    top: 7.7vw;
    width: 18.3vw;
    height: 19.8vw;
    margin: 0px auto;
    left: 0;
    right: 0;
}
.login-tips{
    position: relative;
    z-index: 17;
    width: 16vw;
    height: 1.8vw;
    margin: 0 auto;
    font-size: .9vw;
}
.login-tips .l-tips{
    display: inline-block;
    width: 6.3vw;
    height: inherit;
    text-align: center;
    line-height: 1.8vw;
    cursor: pointer;
}
.l-tips-active {
    color: #37C9B3;
    border-bottom: 2px solid #37C9B3;
}
.login-wechat {
    float: left;
}
.login-phone {
    float: right;
}
.login-qcode {
    position: relative;
    top: 1.4vw;
    z-index: 17;
    width: 10.9vw;
    height: 10.9vw;
    margin: 0px auto;
}
.login-qcode img{
    width: 100%;
    height: 100%;
}
.login-info{
    position:relative;
    width: inherit;
    top: 3.4vw;
    height: 1.2vw;
    z-index: 17;
    line-height: 1.2vw;
    text-align: center;
    color: #888888;
    font-size: 1vw;
}
.login-info strong{
    color: #555;
}
.login-info2{
    top: 4.5vw;
    font-size: .9vw;
}
.login-info2 span{
    color: #37C9B3;
    cursor: pointer;
}

.phoneLogin{
    display: none;
    position: relative;
    width: 18.3vw;
    height: 11.5vw;
    top: 1.8vw;
}
.phoneLogin .login-row{
    width: 100%;
    height: 2.8vw;
}
.phoneLogin .login-row input{
    height: inherit;
    border: 1px solid #EEEEEE;
    background: #F5F7F8;
    border-radius: 4px;
    font-size: .9vw;
    color: #A8A8A8;
    text-indent: 1em;
    outline:none; 
}
.login-row:first-child{
    margin-bottom: 1.4vw;
}
.username {
    width: 100%;
}
.loginCode{
    width: 10vw;
    margin-right: .3vw;
}
.login-row button{
    height: inherit;
    background: #37C9B3;
    border:none;
    color: #fff;
    border-radius: 5px;
    font-size: .9vw;
}
.login-row button:hover{
    opacity: .7;
}
.login-row button:active{
    opacity: 1;
    box-shadow:inset03px5px0rgba(0,0,0,0.2);
    outline:0;
}
.login-row button:focus{
    outline:0;
}
#sentCode{
    width: 6.7vw;
    float: right;
}
#login {
    width: inherit;
    margin-top: 1.8vw;
}

/* 支付窗 */
.buyGroup-window{
    position: absolute;
    z-index: 18;
    width: 794px;
    height: 452px;
    background: #F5F6FA;
    border-radius: 4px;
    left: 0;
    right: 0;
    margin: 0px auto;
    top: 20vh;
    overflow: hidden;
    display: none;
}
.buyGroup-left{
    position: relative;
    width: 228px;
    height: 452px;
    background: url(../img/buyGroupLeft.png) no-repeat center;
    background-size: cover;
    float: left;
}
.buyGroup-title{
    position: relative;
    width: 165px;
    height: 67px;
    margin:0px auto;
    top: 39px;
}
.buyGroup-title-1,.buyGroup-title-2{
    color: #444;
    font-weight: 600;
}
.buyGroup-title-1{
    font-size: 30px;
}
.buyGroup-title-2{
    position: absolute;
    font-size: 16px;
    top: 60px;
    bottom: 0;
}
.buyGroup-item{
    position: relative;
    width: 191px;
    height:261px;
    margin:0px auto;
    top: 83px;
}
.buyGroup-item-box{
    width: 100%;
    height: inherit;
}
.buyGroup-items{
    width: inherit;
    height: 72px;
}
.b-i-t{
    margin-top: 20px;
}
.buyGroupItem{
    width: 50%;
    height: inherit;
    text-align: center;
    float: left;
    color: #555;
    font-size: 14px;
}
.buyGroupItem img {
    width: 48px;
    margin-bottom: 10px;
}
.buyGroup-right{
    position: relative;
    width: 566px;
    height: inherit;
    float: left;
    background: #F5F6FA;
}
.buyGroup-userinfo{
    position: relative;
    width: inherit;
    height: 32px;
    top: 23px;
}
.buyGroup-userpic{
    position: relative;
    top: -2px;
    height: 32px;
    margin-left: 32px;
}
.buyGroup-username {
    display: inline-block;
    color: #999999;
    margin-left: 16px;
    font-size: 14px;
}
.buyGroupUsername{
    color: #555;
}
.buyGroup-groupname{
    display: inline-block;
    color: #999999;
    margin-left: 34px;
    font-size: 14px;
}
.buyGroupname{
    color: #555;
}
.buy-item-box{
    position: relative;
    left: 0px;
    right: 0px;
    top: 50px;
    margin: 0 auto;
    width: 528px;
    height:98px;
}
.buy-item{
    position: relative;
    float: left;
    width: 162px;
    height: inherit;
    background: #fff;
    border-radius: 5px;
    margin-left: 14px;
    cursor: pointer;
}
.buy-activity{
    position: absolute;
    width: 116px;
    height: 33px;
    z-index: 20;
    left: -8px;
    top: -15px;
    text-align: center;
    font-size: 12px;
}
.buy-activity-type-2{
    position: absolute;
    width: 92px;
    height: 33px;
    z-index: 20;
    left: -8px;
    top: -15px;
    text-align: center;
    font-size: 12px;
}
.activity-time-box{
    position: absolute;
    top: 6px;
    color: #fff;
    width: 116px;
    font-size: 12px;
}
.activity-info-box{
    position: absolute;
    top: 6px;
    color: #fff;
    width: 100%;
    font-size: 12px;
}
.activity-bg{
    width: 100%;
    height: 100%;
}
.buy-item .item {
    width: 100%;
    height: 100%;
}
.buy-item .item div{
    text-align: center;
}
.item-buyname{
    position: relative;
    font-size: 14px;
    top: 14px;
    font-weight: 600;
}
.item-buyprice {
    position: relative;
    top: 12px;
}
.show-price {
    font-size: 24px;
    font-weight: 600;
    color: #F32020;
}
.show-price::before{
    content:"￥";
    font-size: 14px;
    font-family: Microsoft YaHei,STXihei,MingLiu
}
.show-bq{
    font-size: 12px;
    color: #F32020;
}
.show-yuanjia{
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
}
.item-gsay{
    position: relative;
    top: 16px;
    font-size: 12px;
    color: #555;
}
.buy-item-active .item div,.buy-item-active .item span{
    color: #F0D2AC !important;
    background: linear-gradient(0deg, #C3A36D 0%, #E8D3AA 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.buy-item-active{
    background: url(../img/buygroup-background.png) no-repeat center;
    background-size: 100%;
}
.buy-discount{
    position: relative;
    left: 0;
    right: 0;
    top: 72px;
    margin: 0px auto;
    width: 528px;
    height: 36px;
    line-height: 36px;
    text-indent: 2rem;
    background: #fff;
    border-radius: 4px;
    font-size: 14px;
}
.discount-price{
    color: #F20F0F;
    font-weight: bold;
}
.pay-box{
    position: relative;
    left: 0;
    right: 0;
    top: 92px;
    margin: 0px auto;
    width: 528px;
    height: 176px;
    background: #fff;
    border-radius: 4px;
}
.pay-box-left{
    width: 45% ;
    height: inherit;
    float: left;
}
.pay-box-right{
    width: 55% ;
    height: inherit;
    float: left;
}
.pay-box-header{
    width: 100%;
    height:auto;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    text-indent: 2rem;
}
.pay-box-content{
    width: 100%;
    height: 103px;
    margin-top: 12px;
}
.pay-type-select{
    position: relative;
    left: 39px;
    width: 125px;
    height: 36px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    text-indent: 2rem;
    line-height: 36px;
    font-size: 14px;
    cursor: pointer;
}
.pay-type-select:first-child{
    margin-bottom: 11px;
}
.pay-type-select img{
    width: 18px;
}
.pay-type-select span{
    margin-left: 6px;
}
.wxpay-active{
    background: url(../img/wxPay-bg.png) no-repeat;
    background-size: 100% 100%;
}
.alipay-active{
    background: url(../img/aliPay-bg.png) no-repeat;
    background-size: 100% 100%;
}
.pay-rules{
    width: 170px;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
    margin-left: 35px;
}
.pay-rules div{
    position: relative;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}
.pay-rules div span{
    color: #609CE8;
    cursor: pointer;
}
.payQrcode{
    display: block;
    width: 100px;
    height: 100px;
    float: left;
    margin-top: 49px;
    border: 1px solid #eee;
    border-radius: 4px;
}
.pay-info-box{
    width: 127px;
    height: 90px;
    float: left;
    margin-left: 30px;
    margin-top: 59px;
}
.pay-price,.pay-discount{
    font-size: 14px;
}
.pay-price{
    color: #888;
}
.payPrice{
    color: #F20F0F;
    font-size: 20px;
    font-weight: bold;
}
.pay-discount{
    color: #AAAAAA;
}
.pay-info {
    width: 160px;
    margin-top: 5px;
    height: 2.1vw;
}
.pay-pic{
    display: block;
    float: left;
    width: 30px;
}
.info-box{
    width: 110px;
    height: inherit;
    float: left;
}
.info-column{
    font-size: 12px;
    color: #B3B3B3;
    text-indent: 1rem;
}
.wxPay-name{
    color: #67D166;
}
.aliPay-name{
    color: #3E8AF4;
}
/* 设置弹窗 */
.option-window{
    position: absolute;
    z-index: 16;
    width: 448px;
    height: 337px;
    background: #fff;
    display: none;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    top: 20vh;
}
.window-base-header{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #EEEEEE;
    line-height: 30px;
    text-indent: 2rem;
    font-size: 14px;
    color: #454545;
}
.option-content{
    width: 100%;
    height: 306px;
}
.option-row {
    position: relative;
    top: 20px;
    margin-bottom: 15px;
}
.row-name,.showPath,.tmp-size,.option-btn{
    display: inline-block;
}
.row-name{
    margin-left: 25px;
    font-size: 16px;
    color: #454545;
}
.showPath{
    position: relative;
    width: 130px;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #454545;
    overflow: hidden;
    border: 1px solid #37C9B3;
    border-radius: 4px;
    text-indent: 1rem;
}
.option-btn{
    background: #fff;
    padding: 2px 13px 2px 13px;
    font-size: 12px;
    color: #37C9B3;
    border:1px solid #37C9B3;
    border-radius: 4px;
}
.option-btn:hover{
    color: #fff;
    background: #37C9B3;
}
.option-btn:active{
    opacity: .5;
    background: #37C9B3;
    box-shadow:inset03px5px0rgba(0,0,0,0.2);
    outline:0;
}
.option-btn:focus{
    outline:0;
}
.openPath{
    margin-left: 16px;
}
.tmp-size{
    color: #888888;
    font-size: 13px;
}
.clear-tmp{
    margin-left: 15px;
}
.option-row-header{
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-indent: 25px;
    color: #454545;
    font-size: 16px;
    font-weight: 500;
}
.option-row-item{
    position: relative;
    top: 6px;
    font-size: 14px;
    color: #454545;
    text-indent: 25px;
}
.option-row-item label{
   display: inline;
   font-weight: 400;
   margin-left: 5px;
   color:#454545 !important;
}
.option-checkbox{
    position: relative;
    display: inline-block;
    top: 3px;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.option-uncheck{
    background: url(../img/checkbox.png) no-repeat;
    background-size: 100% 100%;
}
.option-check{
    background: url(../img/checkbox-check.png) no-repeat;
    background-size: 100% 100%;
}

/* 底部窗口 */
.base-box{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.base-header{
    width: 100%;
    height: 11.8vh;
    background: #fff;
    margin-bottom: 5px;
}
.base-scroll-window{
    width: 100%;
    height: 88.2vh;
    overflow: hidden;
}
.base-message{
    position: absolute;
    z-index: 20;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin:0px auto;
    padding: 1vw 3vw;
    background: rgba(0, 0, 0, 0.54);
    color: #fff;
    text-align: center;
    border-radius: 8px;
    font-size: 1vw;
}
.base-m-packet{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 3vh;
    transform: -50%;
    z-index: 16;
    width: 86vw;
    height: 94vh;
    display: none;
    -webkit-app-region:no-drag;
}
.base-m-prev,.base-m-next{
    position: absolute;
    width: 4vw;
    height: 4vw;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.base-m-prev{
    left: 0px;
    
}
.base-m-prev div {
    width: 100%;
    height: 100%;
    background: url(../img/prev.png) no-repeat center;
    background-size: 1vw 1.6vw;
}
.base-m-next{
    right: 0px;
}
.base-m-next div {
    width: 100%;
    height: 100%;
    background: url(../img/next.png) no-repeat center;
    background-size: 1vw 1.6vw;
}
.base-m-box{
    width: 69vw;
    height: 100%;
    margin: 0px auto;
    border-radius: .5vw;
    overflow: hidden;

}
.base-m-close{
    position: absolute;
    top: 0px;
    width: 2.4vw;
    height: 2.4vw;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 50%;
    cursor: pointer;
    right: 5vw;
    line-height: 2.5vw;
    text-align: center;
}
.base-m-close div{
    width: 100%;
    height: 100%;
    background: url(../img/m-close.png) center no-repeat;
    background-size: .9vw;
}
.base-m-close :hover{
    opacity: .5;
}

.base-down-info{
    position: absolute;
    z-index: 17;
    width: 436px;
    height: 206px;
    left: 0;
    right: 0;
    margin:0 auto;
    background: #fff;
    top: 30%;
    display: none;
}
.base-down-info .close{
    top: 5px;
}
.base-down-info-content{
    width: 436px;
    height: calc(206px - 30px);
    text-align: center;
    color: #454545;
    padding-top: 44px;
}
.down-info-btn{
    position: relative;
    top: 37px;
    display: block;
    width: 136px;
    height: 42px;
    background: #00CAAC;
    border-radius: 6px;
    border:none;
    color: #fff;
    margin:0 auto;
}
.down-info-btn:active{
    opacity: .5;
    background: #37C9B3;
    box-shadow:inset03px5px0rgba(0,0,0,0.2);
    outline:0;
}
.down-info-btn:focus{
    outline:0;
}
.header-move{
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-app-region:drag;
}


/* 会员中心 */
.base-vip-center{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    width: 794px;
    height: 452px;
    margin: 0px auto;
    background: #fff;
    z-index: 18;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
    display: none;
}
.base-vip-center-header{
    position: relative;
    width: 794px;
    height: 128px;
    background: url(../img/vip-center-header.png) no-repeat;
    background-size: 100%;
}
.base-vip-center-title{
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 0px 14px;
    font-size: 14px;
    color: #424242;
}
.base-vip-center-header-btn-box{
    width: auto;
    height: 100%;
    float: right;
}
.base-vip-center-loginout,.base-vip-center-close{
    float: left;
    cursor: pointer;
}
.base-vip-center-close{
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/vip-center-close.png) no-repeat center;
    background-size:cover ;
}
.base-vip-center-loginout{
    margin-right: 20px;
}
.base-vip-center-info{
    position: relative;
    top: 10px;
    width: 100%;
    height: 80px;
    padding: 0px 40px;
}
.base-vip-center-userInfo,.base-vip-center-userPic{
    float: left;
}
.base-vip-center-userPic{
    width: 62px;
    height: 62px;
}
.base-vip-center-userPic img{
    width: 62px;
    border-radius: 50%;
}
.base-vip-center-userInfo{
    width: calc(100% - 62px);
    height: 62px;
    padding-left: 15px;
}
.base-vip-center-userName,.base-vip-center-userDate{
    width: 100%;
    height: 31px;
    line-height: 31px;
}
.base-vip-center-userName{
    font-size: 18px;
    color: #424242;
}
.base-vip-center-userDate{
    font-size: 16px;
    color: #666666;
}
.base-vip-center-content{
    position: relative;
    width: 100%;
    height: 324px;
    background: #fff;
    padding: 0px 40px;
}
.base-vip-center-content-header{
    position: relative;
    top: 36px;
    width: 646px;
    height: 20px;
    text-align: center;
    color: #424242;
    line-height: 20px;
    font-size: 18px;
    margin: 0px auto;
}
.base-vip-center-content-header::before{
    content:"";
    background: #D9C199;
    position: absolute;
    left: 0px;
    z-index: 2;
    width: 200px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.base-vip-center-content-header::after{
    content:"";
    background: #D9C199;
    position: absolute;
    right: 0px;
    z-index: 2;
    width: 200px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
}
.base-vip-center-content-item-box{
    position: relative;
    top: 92px;
    width: 100%;
    height: 140px;
}
.base-vip-center-content-item{
    float: left;
    width: 210px;
    height: 50px;
}
.base-vip-center-item-pic{
    float: left;
    width: 50px;
    height: 50px;
}
.base-vip-center-item-words{
    float: left;
    width: 160px;
    height: 50px;
}
.base-vip-center-item-p1{
    font-size: 20px;
    color: #424242;
}
.base-vip-center-item-p2{
    font-size: 14px;
    color: #999999;
    line-height: 5px;
}
.base-vip-center-item-words p{
    text-indent: 13px;
}
.vip-center-m-t{
    margin-top: 40px;
}
.vip-center-m-r{
    margin-right: 40px;
}



/* 免费领会员 */
.base-free-vip-box{
    position: fixed;
    top: 45%;
    transform: translateY(-50%);
    left: 0px;
    right: 0px;
    width: 334px;
    height: 428px;
    margin: 0px auto;
    z-index: 18;
    overflow: hidden;
    display: none;
}
.base-free-vip{
    position: relative;
    top: 0;
    width: 334px;
    height: 352px;
    margin: 0px auto;
    background: #fff;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
}
.base-free-vip-head{
    width: 334px;
    height: 62px;
    background: url(../img/base-free-vip-head.png) no-repeat center;
    background-size:cover;
}
.base-free-vip-title{
    width: 100%;
    height: auto;
    text-align: center;
    color: #424242;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.base-free-vip-content{
    width: 92px;
    height: 92px;
    margin: 0px auto;
    background: url(../img/base-free-vip-content.png) no-repeat center;
    background-size:cover;
    margin-bottom: 20px;
}
.base-free-vip-get-btn{
    display: block;
    width: 146px;
    height: 40px;
    background: #C4A774;
    font-size: 18px;
    color: #fff;
    border: none;
    margin: 0px auto;
    border-radius: 20px;
}
.base-free-vip-get-btn:hover{
    opacity: .6;
}
.base-free-vip-get-btn:active{
    opacity: 1;
}
.base-free-vip-get-info{
    width: 100%;
    height: auto;
    color: #999999;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}
.base-free-vip-close{
    width: 46px;
    height: 46px;
    margin: 0px auto;
    background: url(../img/base-free-vip-close.png) no-repeat center;
    background-size: cover;
    cursor: pointer;
    margin-top: 30px;
}