@charset "utf-8";
/* CSS Document */

body {
    padding: 0;
    margin: 0;
    color: #526069;
    background-color: #f1f4f5;
}
h3 {
    color: #37474f !important;
}
h5 {
    color: #526069 !important;
}
.layui-table[lay-size=lg] td, .layui-table[lay-size=lg] th {
    padding: 15px 15px !important;
}
.btn-primary {
    color: #fff;
    background-color: #3e8ef7;
    border-color: #3e8ef7;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary.focus, .btn-primary.hover, .btn-primary:focus, .btn-primary:hover {
    color: #fff;
    background-color: #589ffc !important;
    border-color: #589ffc !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-close{
    display: none;
}
@media (max-width: 5000px) {
	.pay-pic{
		
height: 200px;
		
background-color: #fff;
		
margin-top: -20px;
		
border-radius: 5px;
		
overflow: hidden;
	}
	.pay-pic-pc{
		display: block;
	}
	.pay-pic-pc img{
		width: 100%;
	}
	.pay-pic-phone{
		display:none;
	}
	.pay-pic-phone img{
		width: 100%;
	}
	.card-text2{
		    height: auto !important;
		    min-height: 25px;
		    padding: 10px 15px !important;
	}
	.pay-card-main{
		
width: 75%;
		
/* max-width: 1100px; */
		
margin: 0 0px  0 !important;
		
padding-top: 10px;
	}
	.panel-form-pay{
		
padding: 20px 10px !important;
	}
.app-main {
        width: 100%;
        min-height: 40vh;
    }

    .app-main .layui-this {
        color: #fff !important;
        background: #3e8ef7;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }
	.app-main .layui-this:after {
		
border-color: #3e8ef7 !important;
		
}
    .app-main .card-text {
        height: 10px;
    }
    
    .app-main .card-btn{
        /* height: 40px; */
        text-align: center;
        /* line-height: 40px; */
        font-size: 15px;
        font-weight: bold;
        color: #3e8ef7;
        border-top: 1px solid #f1f4f5;
        padding: 12px 0;
    }
    .app-main .card-btn:hover{
        opacity:0.9;
    }

    .card-coupon {
        cursor: pointer;
    }
	.panel-out{
		padding: 0 !important;
	}
.pay-activity{
    width: 35%;
    position:absolute;
    right: 5%;
    top: 20%;
}
.pay-activity a{
display: block;

 -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pay-activity a:hover{
box-shadow: 0px 2px 49px 0px rgba(77, 220, 237, 0.51);
}

.pay-activity a img{
   width:100%; 
   border-radius:8px;   
}
.common-modal-main {
    -webkit-box-shadow: 0 2px 12px rgba(0,0,0,.2);
    box-shadow: 0 2px 12px rgba(0,0,0,.2);
    background-color: #fff;
    width: 90%;
    max-width: 600px;
    margin: 0 auto;
    border-radius: 5px;
}
.common-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}
.common-modal-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
}
.common-modal-title {
    text-align: left;
    background-color: #3e8ef7;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 12px 20px;
    font-size: 20px;
    color: #fff;
}
.common-modal-title i {
    text-align: right;
    display: block;
    float: right;
    font-size: 22px;
    margin-top: 4px;
    cursor: pointer;
}
.common-modal-body {
    padding: 45px 20px 35px;
}
.modal-vip-gold-text1 {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    color: #3e8ef7;
}
.modal-vip-gold-text1 span {
    font-size: 18px;
    color: #dec282;
    padding: 5px 12px;
    border-radius: 4px;
    background-color: #414141;
    margin-left: 15px;
    text-align: center;
    display: inline-block;
}
.modal-vip-gold-text2 {
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
}
.modal-weui-btn {
/* margin:50px auto 0; */
}
.modal-weui-btn a {
    font-size: 14px;
    color: #fff;
    width: 150px;
    display: block;
    margin: 20px auto 0;
    text-align: center;
    padding: 12px 15px;
}
.modal-weui-btn a i {
    padding-right: 5px;
}
.paylist-col {
    margin-left: -35px;
}
.invite-col {
    margin-left: -25px;
}
.panel-form {
    background-color: white;
    padding-top: 24px;
    padding-left: 40px;
    padding-bottom: 24px;
    padding-right: 50%;
}
.acount {
    float: right;
}
.panel h3 {
    display: inline-block;
}
.acount span {
    margin-left: 60px;
}
.pay-chose>.layui-col-lg3 {
    margin-top: 3px;
    margin-bottom: 3px;
}
.pay-chose>.layui-col-lg3>.layui-form-radio {
    margin: 0;
    padding: 0;
    width: 90%;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #c8c3c2;
    margin-left: 3.333333%;
}
.pay-chose>.layui-col-lg3>.layui-form-radio:first-child {
    margin-left: 0!important;
}
.pay-chose>.layui-col-lg3>.layui-form-radio div {
    line-height: 20px;
    padding: 10px 0 6px;
    font-size: 18px;
}
.pay-chose>.layui-col-lg3>.layui-form-radio div span {
    font-size: 14px;
    color: #5a5a5a;
}
.pay-chose>.layui-col-lg3>.layui-form-radio i {
    display: none;
}
.pay-chose>.layui-col-lg3>.layui-form-radioed {
    color: #ffffff;
    background-color: #3e8ef7;
    border-color: #3e8ef7;
}
.pay-chose>.layui-col-lg3>.layui-form-radioed span {
    color: #ffffff !important;
}
.pay-chose {
    padding-top: 3px;
    width: 50%;
}
.pay-other {
    padding: 20px 0;
    width: 50%;
}
.pay-other input {
    margin-top: 5px;
}
.pay-other-title {
}
.acout-left-25 {
    margin-left: 25px;
}
.body-on {
    overflow: hidden;
}
.header-nav {
    display: none;
}
.res-list-table table thead tr td {
}
.list-search-btn {
    margin-left: 10px;
}
.list-select3 {
    width: 150px !important;
}
.list-left-35 {
    margin-left: -35px;
}
.activity-info-title {
    font-size: 18px;
    border-bottom: 1px solid #f1f4f5;
    padding: 12px 40px 12px 60px;
}
.activity-info-del {
    padding: 13px 40px;
}
.activity-info-del ul {
    padding-left: 20px;
}
.activity-info-del ul li {
    margin-bottom: 5px;
    color: #526069;
}
.activity-info-del ul li span {
    padding: 0 5px;
    font-size: 22px;
    color: #ff4c52;
    font-weight: 100;
    font-family: "微软雅黑", "Microsoft YaHei UI";
}
.activity-info-del2 {
    color: #b5b5b5;
    padding: 00px 40px 30px 60px;
}
.btn-success {
    color: #fff;
    background-color: #11c26d !important;
    border-color: #11c26d !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-success:hover {
    background-color: #05a85c !important;
    border-color: #05a85c !important;
}
.company-info {
}
.company-info ul {
    padding-left: 55px;
}
.company-info ul li {
    margin-bottom: 15px;
    list-style-type: decimal;
}
.margin-auto {
    margin: 0 auto;
}
.main-middle {
    width: 1170px;
    margin: 0 auto;
}
.pro-btn {
    margin-right: 20px;
    background-color: #ff4c52;
    color: #fff !important;
    border-radius: 5px;
    line-height: 20px;
    padding: 8px 15px;
    font-size: 12px !important;
}
.pro-btn:hover {
    background-color: #ff666b;
}
.pro-btn i {
    margin-right: 8px;
    font-size: 18px;
    top: 1px;
}
.header-text {
    float: left;
    font-size: 13px;
    color: #666;
    padding: 35px 30px;
    margin-left: 30px;
}
.res-img {
    width: 100%;
}
.clear {
    clear: both;
}
.info-panel-bottom {
    float: right;
}
.info-panel-t1 {
}
.info-panel-red {
    background-color: #ff4c52 !important;
    border-color: #ff4c52 !important;
}
.info-panel-green {
    background-color: #11c26d !important;
    color: #11c26d !important;
}
.info-panel-icon {
    width: 40px;


    height: 40px;
    border-radius: 50%;
    text-align: center;
    float: left;
    background-color: #e4eaec;
    border-color: #e4eaec;
}
.info-panel-icon i {
    line-height: 40px;
    color: #fff;
}
.info-panel-text {
    float: left;
    line-height: 40px;
    margin-left: 15px;
    color: #76838f;
    font-size: 16px;
}
.info-panel-t2 {
    font-family: "微软雅黑", "Microsoft YaHei UI";
    font-weight: 100;


    text-align: center;
    color: #76838f;
    font-size: 40px;
}
.info-panel-t3 {
    text-align: center;
    color: #a3afb7;
    font-size: 14px;
    line-height: 30px;
}
.row {
    margin: 0 -15px !important;
}
.info-panel {
    padding: 0 15px !important;
}
.layui-table {
    margin-top: 30px !important;
}
.layui-table > tbody > tr>td a:first-child {
    border-right: 1px solid #b5b5b5;
    padding-right: 8px;
    cursor: pointer;
}
.layui-table > tbody > tr>td a:nth-child(2) {
    border-right: 1px solid #b5b5b5;
    padding-right: 8px;
    cursor: pointer;
    padding-left: 8px;
}
.layui-table > tbody > tr>td a:last-child {
    padding-left: 8px;
    cursor: pointer;
}
.header {
    padding: 0 65px;
    height: 80px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 4px 0 rgba(238, 238, 238, 0.5);
}
.header-logo {
    float: left;
    width: 150px;
    height: 40px;
    padding-top: 18px;
    position: relative;
}
.header-logo a {
}
.header-logo img {
    width: 100%;
}
.header-right {
    position: absolute;
    right: 0;
}
.header-right li:nth-child(2) a{
   overflow: hidden;
   text-overflow:ellipsis;
   white-space: nowrap;
   /* width: 95px; */
}



.header-email {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    border: 1px solid #E4E8EB;
    border-radius: 50%;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 15px;
}
.header-email img {
    width: 100%;
}
.header-right ul li:first-child {
/* margin-right:8px; */
}
.header-right ul li dl {
    min-width: 106px;
    position: absolute;
    right: 0;
    border-radius: 5px;
    background-color: #fff;
    background: #FFFFFF;
    box-shadow: 0 1px 20px 0 #E4E8EB;
    border-radius: 2px;
    width: 130px;
}
.header-right ul li dl>.layui-this {
    background: none;
}
.header-right ul li dl>.layui-this a {
    color: #353535 !important;
}
.header-right ul li dl dd {
    color: #353535;
    padding: 10px 24px;
    line-height: 1.6;
}
.header-right ul li dl dd a {
    background: none !important;
}
.header-right ul li dl dd:hover {
    background-color: #FAFAFA;
}
.header-right ul li dl dd a span {
    margin-top: -0.2em;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 10px;
}
.header-right ul li dl dd a span img {
    width: 100%;
}
.header-right ul>.layui-nav-bar {
    display: none;
}
.main {
    padding: 40px 0 80px;
}
.main-left {
    width: 250px;
    float: none;
    position: absolute;
    transition: margin .3s, width .3s;/* position:  relative; */
}
.main-right {
    padding-left: 230px;
}
.pay-qr{position: absolute;right: 5%;top: 25%;}
.pay-qr img{display: block;width: 150px;box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);}
.pay-qr span{
    text-align: center;display: block;
}
.pay-qr span:nth-child(2){
   margin-top: 12px;
}

    .pay-time {
        display: none;
        position: absolute;
        right: 16%;
        top: 25%;
        width: 477px;
        height: 206px;
    }

    .pay-time .item {
        width: 477px;
        height: 206px;
        position: relative;
    }

    .pay-time .item .range {
        position: absolute;
        bottom: 44px;
        right: 52px;
        font-weight: bold;
        color: #fff;
        font-size: 24px;
        font-family: "Arial" ;
    }

.main-right-main {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.main-right-main>.panel-form{
    position:relative;
}
.main-left ul {
    margin-top: -14px;
}
.main-left ul li {
    padding: 8px 0;
    line-height: 1.6;
    position: relative;
}
.main-left ul li:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 98px;
    width: 43%;
    border-top: 1px solid #E4E8EB;
}
.main-left ul li>.active {
    color: #3e8ef7;
}
.main-left ul li>.active i {
    color: #3e8ef7;
}
.main-left ul li a {
    padding-left: 60px;
    padding-right: 20px;
    font-size: 18px;
    height: 50px;
    display: inline-block;
    line-height: 50px;

    width: 100%;
    box-sizing: border-box;
}
.main-left ul li a:hover {
    background-color: rgba(0, 0, 0, 0.03);
}
.main-left ul li a img {
    width: 23px;
    height: 23px;
    padding-right: 10px;
    display: inline-block;
    margin-top: -5px;
}
.main-left ul li a i {
    padding-right: 10px;
    display: inline-block;
    margin-top: 0px;
    font-size: 20px;
    color: #9a9a9a;
}
.pro {
    position: absolute;
    display: inline-block;
    font-size: 12px;
    background-color: #3e8ef7;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin-top: 5px;
    margin-left: 5px;
    color: #fff;
    border-radius: 5px;
}
.pro2 {
    position: absolute;
    display: block;
    font-size: 13px;
    background-color: #ff4c52;
    width: 50px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    right: -52px;
    top: 20px;
}
.main-left-nav-list {
    line-height: 36px !important;
    padding: 0 !important;
}
.main-left-nav-list:before {
    display: none !important;
}
.main-left-nav-list a {
    font-size: 14px !important;
    line-height: 36px !important;
    height: 36px !important;
    padding-left: 94px !important;
    color: #222222;
    cursor: pointer;
}
.main-left-nav-list a:hover {
    color: #222222;
}
.no-cur {
    cursor: auto;
}
.no-cur:hover {
    color: #222222;
    background: none !important;
}
.panel {
    padding: 24px 40px;
    margin-bottom: 30px;
    background-color: #FFFFFF;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
}
.title {
    padding: 16px 0;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}
.mp-foot {
    padding-left: 230px;
}
.weui-desktop-foot {
    padding: 16px 0 40px;
    border-top: 0;
}
.weui-desktop-foot {
    width: 90%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.weui-desktop-foot__info {
    padding-bottom: 10px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e4e8eb;
}
.weui-desktop-link:first-child {
    margin-left: 0;
}
.weui-desktop-foot .weui-desktop-link, .weui-desktop-foot .weui-desktop-copyright {
    color: #9a9a9a;
}
.weui-desktop-foot .weui-desktop-link {
    font-size: 12px;
}
.weui-desktop-link-group_split .weui-desktop-link {
    position: relative;
    margin: 0 14px;
}
.main-body {
    padding: 16px 0;
}
.title2 {
    padding: 9px 20px 9px 0px;
}
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
.common-input-icon {
    position: relative;
}
.common-input-icon i {
    position: absolute;
    right: 0;
    top: 0;
    color: #999;
    line-height: 38px;
    font-size: 16px;
    margin-right: 0;
    width: 50px;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.tree-title {
    color: #353535;
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 40px;
}
.table-img {
    width: 80px !important;
    height: 80px !important;
}
.table-list {
    text-decoration: none;
    color: #576b95;
    margin-left: 10px;
    text-align: right;
    cursor: pointer;
}
.table-list:hover {
    color: #576b95;
}
.market-title {
    font-size: 18px;
    color: #353535;
    line-height: 30px;
}
.layui-form-checked-red span {
    background-color: #E64340 !important;
}
.layui-form-checked-red i {
    color: #E64340 !important;
}
.market-img {
    max-width: none !important;
    width: 177.77px;
    height: 100px;
    position: relative;
}
.market-img img {
    max-width: none !important;
    /* width:100%; */
    height: 100px;
}
.market-img-up {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    z-index: 1;
}
.market-img-up-i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}
.market-img-up-i i {
    color: #ffffff;
    text-align: center;
    margin-right: 0;
    font-size: 38px;
    opacity: 0.9;
}
.pointer {
    cursor: pointer;
}
.fullview-list {
    margin-top: 15px;
}
.fullview-list ul {
    margin-left: -15px;
}
.fullview-list ul li {
    float: left;
    width: 33.3333%;
}
.fullview-list-all {
    padding: 0 15px;
}
.fullview-list-all-up {
    /* position: absolute; */

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.4); */

    padding: 15px 0;
    box-sizing: border-box;
}
.fullview-list-all-re {
    position: relative;
}
.fullview-list-name {
    text-align: left;
    color: #333;
    font-size: 14px;
}
.fullview-list-line {
    margin-top: 10px;
}
.fullview-list-line>.layui-progress>.layui-progress-bar {
    position: static;
}
.fullview-list-line span {
    position: absolute;
    right: 0;
}
.fullview-list-line-text {
    font-size: 12px;
    margin-bottom: 5px;
}
.list-view-switch {
}
.list-view-switch ul {
    margin-left: -15px;
}
.list-view-switch ul li {
    float: left;
    margin-left: 15px;
}
.font-size-22 {
    font-size: 22px !important;
}
.personal {
    margin-bottom: 35px;
}
.personal ul {
}
.personal ul li {
    float: left;
    width: 20%;
    margin-left: 25px;
}
.personal ul li:first-child {
    margin-left: 0px;
}
.personal-moban {
    margin-top: 15px;
}
.personal-moban img {
    width: 100%;
}
.card {
    background-color: #f9f9f9;
    /* padding: 30px 20px; */
    box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.05);
    position: relative;
    /* cursor: pointer; */
    overflow: hidden;
}
.card:hover>.card-top>.card-top-close {
    right: 5px;
}
.card-top {
    padding: 50px 0 30px;
    background-image: -moz-linear-gradient( -45deg, rgb(255,23,76) 0%, rgb(75,211,239) 0%, rgb(82,147,212) 0%, rgb(106,119,220) 100%);
    background-image: -webkit-linear-gradient( -45deg, rgb(255,23,76) 0%, rgb(75,211,239) 0%, rgb(82,147,212) 0%, rgb(106,119,220) 100%);
    background-image: -ms-linear-gradient( -45deg, rgb(255,23,76) 0%, rgb(75,211,239) 0%, rgb(82,147,212) 0%, rgb(106,119,220) 100%);
    color: #fff;
}
.card-top-price {
    color: #f1f4f5;
    text-align: center;
}
.card-top-price span {
    color: #fff;
    font-size: 22px;
}
.card-top-price i {
    font-size: 20px;
    color: #fff;
}
.card-top-if {
    text-align: center;
    color: #f1f4f5;
    margin-top: 10px;
}
.card-top-time {
    text-align: center;
    margin-top: 10px;
}
.card-line {
    margin-top: -4px;
    margin-left: 4px;
}
.card-line ul {
    padding: 0;
    margin: 0;
}
.card-line ul li {
    width: 10px;
    height: 10px;
    float: left;
    background-color: #f9f9f9;
    margin-left: 5px;
    border-radius: 5px;
}
.card-text {
    padding: 30px 20px;
    height: 80px;
    overflow: hidden;
    position: relative;
}
.card-text ul {
    padding: 0;
    margin: 0;
}
.card-text ul li {
    margin-bottom: 5px;
}
.card-text ul li span {
}
.card-top-yuan {
    position: absolute;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: #fff;
    left: 50%;
    margin-left: -25px;
    border-radius: 25px;
    margin-top: -30px;
}
.card-top-timeout {
    position: absolute;
    width: 150px;
    height: 35px;
    text-align: center;
    background-color: #f68e18;
    line-height: 35px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    margin-left: -38px;
    font-size: 12px;
}
.card-top-close {
    position: absolute;
    right: -50px;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    color: #f68e18;
    line-height: 35px;
    font-size: 18px;
    font-family: “宋体”;
    top: 5px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.card-top-close i {
    font-size: 18px;
    top: 1px;
    position: relative;
    left: 1px;
}
.card-gray {
    background-color: #c3c3c3;
    background-image: none !important;
}
.card-text-icon {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.card-text-icon i {
    font-size: 52px;
    color: #979797;
}
.card-text-icon2 {
    bottom: 10px;
}
.card-text-icon2 i {
    font-size: 70px;
}
.whitelist {
    padding-bottom: 20px;
    border-bottom: 1px solid #ebf2fb;
}
.whitelist ul {
}
.whitelist ul li {
    line-height: 25px;
}
.whitelist-link {
    margin-top: 30px;
}
.whitelist-link a {
    color: #1f7bfe;
    cursor: pointer;
    font-size: 16px;
}
.whitelist-t1 {
    color: #f3ac18;
    font-size: 14px;
    margin-top: 20px;
}
.whitelist-input {
}
.whitelist-input textarea {
    width: 100%;
    min-height: 140px;
    margin-top: 10px;
    border-color: #dddfe7;
    padding: 15px;
}
.whitelist-input textarea::placeholder {
 color:#b4b4b4;
}
.vip-color-2 {
    background-color: #a3b8c4 !important;
    color: #fff !important;
}
.vip-color-3 {
    background-color: #817ef8 !important;
    color: #fff !important;
}
.vip-color-4 {
    background-color: #ffe300 !important;
    box-shadow: 0px 3px 25px 0px rgb(255, 227, 0, 0.5);
    color: #282828 !important;
}
.vip {
    background-image: -moz-linear-gradient( 90deg, rgb(255,203,4) 0%, rgb(250,174,3) 100%);
    /* background-image: -webkit-linear-gradient( 90deg, rgb(255,203,4) 0%, rgb(250,174,3) 100%); */
    background-image: -ms-linear-gradient( 90deg, rgb(255,203,4) 0%, rgb(250,174,3) 100%);
    position: absolute;
    top: -2px;
    right: -90px;
    color: #dec282;
    padding: 4px 14px;
    border-radius: 4px;
    font-size: 14px;
    background-color: #414141;
}
.vip-h3 {
    display: inline-block;
    position: relative;
}
.vip-step>.vip-power-gold {
    float: none;
    margin-top: -15px;
}
.vip-step>.vip-power-gold i {
    font-size: 56px;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.vip-step>.vip-power-gold i>.vip-power-plan-text {
    font-size: 18px !important;
    width: 100px;
    line-height: 18px;
    margin-top: 10px;
}
.vip-step>.vip-power-platinum {
    float: none;
    margin-top: -15px;
}
.vip-step>.vip-power-platinum i {
    font-size: 56px;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.vip-step>.vip-power-platinum i>.vip-power-plan-text {
    font-size: 18px !important;
    width: 100px;
    line-height: 18px;
    margin-top: 10px;
}
.vip-step>.vip-power-diamond {
    float: none;
    margin-top: -15px;
}
.vip-step>.vip-power-diamond i {
    font-size: 56px;
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.vip-step>.vip-power-diamond i>.vip-power-plan-text {
    font-size: 18px !important;
    width: 100px;
    line-height: 18px;
    margin-top: 10px;
}
.vip-step>.vip-power-crown {
    float: none;
    margin-top: -15px;
}
.vip-step>.vip-power-crown i {
    font-size: 56px;
    width: 90px;
    height: 90px;
    line-height: 70px;
}
.vip-step>.vip-power-crown i>.vip-power-plan-text {
    font-size: 18px !important;
    width: 100px;
    line-height: 18px;
    margin-top: 10px;
    margin-left: -18px;
    color: #e8ad14;
}
.vip-power-crown {
}
.vip-power-crown i {
}
.vip-power-crown i img {
    width: 100%;
}
.vip-step {
    text-align: right;
    font-size: 62px;
    font-weight: 100;
    font-family: "微软雅黑", "Microsoft YaHei UI";
    color: #fec703;
}
.vip-power-title {
    font-size: 16px;
    margin-bottom: 0px;
    color: #37474f;
}
.vip-power-title span {
    font-size: 22px;
    color: #ff5564;
    padding: 0 8px 0 10px;
}
.vip-power-title2 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 30px;
}
.vip-power-title2 span {
    font-size: 16px;
    color: #ff5564;
    padding: 0 10px;
}
.vip-power-icon-text{
    
color: #c8af75;
    
font-size: 26px;
    
line-height: 52px;
}
.vip-power-icon-text span{
    font-size:12px;
    font-weight:800;
}
.vip-power-icon {
    border: 1px solid #c8af75;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50px;
    text-align: center;
}
.vip-lock {
    position: relative;
}
.vip-lock-info {
    position: absolute;

    width: 150px;
    background-color: #414141;
    color: #dec282;
    top: 0;
    right: -15px;
    text-align: center;
    border-radius: 4px;
}
.vip-lock>.vip-power-icon {
    border-color: #e0e0e0;
}
.vip-lock>.vip-power-icon i {
    color: #e0e0e0;
}
.vip-lock>.vip-power-text {
    color: #e0e0e0;
}
.vip-power-text {
    text-align: center;
    margin-top: 5px;
}
.vip-lock-hover i {
    cursor: pointer;
    color: #526069;
}
.vip-lock-hover i:hover>.vip-power-text2 {
    display: block;
}
.vip-power-text2 {
    display: none;
    position: absolute;
    width: 150px;
    font-size: 12px;
    right: -70px;
    top: 65px;
    background-color: #f1f4f5;
    padding: 8px 12px !important;
    border-radius: 5px;
    color: #526069;
    text-align: left;
}
.vip-power-text2::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 12px solid #f1f4f5;
    border-bottom: 8px solid transparent;
    margin-left: -22px;
}
.vip-power-icon i {
    font-size: 36px;
    text-align: center;
    line-height: 54px;
    color: #c8af75;
}
.vip-power-plan {
    width: 100%;
    background-color: #e2e2e2;
    height: 1px;
    margin: 120px 0 70px;
    position: relative;
}
.vip-power-star {
    position: absolute;
    left: 0px;
    top: -5px;
    width: 10px;
    height: 10px;
    background-color: #c8af75;
    border-radius: 10px;
}
.vip-power-end {
    position: absolute;
    right: -10px;
    top: -5px;
    width: 10px;
    height: 10px;
    background-color: #e2e2e2;
    border-radius: 10px;
}
.vip-qiye-gold {
    margin-left: 10% !important;
}
.vip-qiye-platinum {
    margin-left: 15% !important;
}
.vip-qiye-diamond {
    margin-left: 30% !important;
}
.vip-qiye-crown {
    margin-left: 15% !important;
}
.vip-qiye-crown {
    float: left;
    margin-left: 15%;
    margin-top: -40px;
    position: relative;
    z-index: 2;
}
.vip-qiye-crown i {
    width: 90px !important;
    height: 90px !important;
}
.vip-qiye-crown i>.vip-power-plan-text {
    margin-left: 13px;
    margin-top: 7px;
    color: #e8ad14;
}
.vip-qiye-crown i img {
    width: 100%;
}
.vip-power-gold {
    margin-left: 15%;
    float: left;
    margin-top: -35px;
    position: relative;
    z-index: 2;
}
.vip-power-gold i>.vip-power-plan-text {
    color: #ddb674;
    position: absolute;
}
.vip-power-gold i {
    color: #ffffff;
    background-color: #ddb674;
    border-radius: 50px;
    text-align: center;
    box-shadow: 0px 1px 20px 1px rgba(221, 182, 116, 0.95);
}
.vip-lock-unactive {
    opacity: 0.4;
}
.vip-power-platinum {
    float: left;
    margin-left: 35%;
    position: relative;
    z-index: 2;
    margin-top: -35px;
}
.vip-power-platinum i>.vip-power-plan-text {
    color: #a3b8c4;
}
.vip-power-platinum i {
    color: #fff;
    font-size: 20px;
    background-color: #a3b8c4;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 1px 20px 1px rgb(163, 184, 196);
}
.vip-power-diamond {
    float: left;
    margin-left: 20%;
    margin-top: -35px;
    position: relative;
    z-index: 2;
}
.vip-power-diamond i>.vip-power-plan-text {
    color: #817ef8;
}
.vip-power-diamond i {
    color: #fff;
    font-size: 22px;
    background-color: #817ef8;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 1px 20px 1px rgb(129, 126, 248);
}
.vip-power-crown {
    float: left;
    margin-left: 9%;
    margin-top: -35px;
    position: relative;
    z-index: 2;
}
.vip-power-crown i>.vip-power-plan-text {
    color: #ffe300;
}
.vip-power-crown i {
    color: #a25228;
    font-size: 22px;
    background-color: #ffe300;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    box-shadow: 0px 1px 20px 1px rgba(255, 235, 59, 0.28);
}
.vip-power-plan i {
    position: relative;
    width: 65px;
    height: 65px;
    font-size: 48px;
    line-height: 65px;
}
.vip-power-plan-text {
    position: absolute;
    width: 70px;
    line-height: 18px;
    font-size: 17px;
    left: -2px;
    top: 75px;
}
.vip-power-plan-text1 {
    margin-left: -12px;
}
.vip-power-progress {
    position: absolute;
    left: 10px;
    width: 25%;
    background-color: #c8af75;
    height: 1px;
}
.vip-power-progress::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #c8af75;
    position: absolute;
    right: 0;
    border-radius: 10px;
    top: -5px;
    box-shadow: 0px 1px 20px 1px rgba(221, 182, 116, 0.95);
}
.vip-power-progress-text {
    width: 140px;
    /* height: 10px; */
    position: absolute;
    right: 0;
    border-radius: 5px;
    top: -80px;
    font-size: 12px;
    border: 1px solid #c8af75;
    padding: 6px 12px;
    color: #ffffff;
    text-align: center;
    background-color: #c8af75;
    box-shadow: 0px 1px 20px 1px rgba(221, 182, 116, 0.35);
}
.vip-power-progress-text span {
    padding: 0 4px 0 6px;
    font-size: 14px;
    color: #ffffff;
}
.vip-power-plan-info {
    margin-bottom: 5px;
    padding-top: 20px;
    font-size: 12px;
    color: #9a9a9a;
}
.vip-vip-rules-list {
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 6px 21px 0px rgba(201, 201, 201, 0.05);
    padding: 30px 30px;
    min-height: 170px;
    color: #707070;
    position: relative;
}
.vip-vip-rules-list2 {
    padding: 30px 30px;
    min-height: auto;
    margin-bottom: 10px;
}
.vip-vip-rules-title {
    color: #393b48;
    font-size: 16px;
}

.vip-vip-rules-title2{
    position:absolute;
    left: 30px;
    top: 10px;
    color: #cab388;
    font-size: 42px;
    font-weight: 300;
    font-family: "微软雅黑", "Microsoft YaHei UI" !important;
}
.vip-vip-rules-text2{

    padding-left: 40px !important;
}
.vip-info {
    margin-top: 10px;
    min-height: 70px;
    padding-left: 200px;
    margin-bottom: 25px;
}
.vip-info ul {
}
.vip-info ul li {
    font-size: 14px;
    color: #9a9a9a;
    line-height: 20px;
    margin-bottom: 0px;
    line-height: 24px;
}
.invite-link {
    margin-top: 45px;
    margin-bottom: 20px;
    padding-left: 200px;
}
.vip-power-qr {
    position: absolute;
    width: 150px;
    left: 40px;
    top: 70px;
    padding: 5px;
    background-color: #fff;
    box-shadow: 0px 3px 20px #88888852;
    border-radius: 5px;
}
.invite-link span {
    font-size: 14px;
    color: #6f7374;
    line-height: 20px;
    margin-bottom: 10px;
    margin-right: 20px;
}
.invite-link span input {
    border: 1px solid #e4eaec;
    padding: 0px 12px;
    width: 250px;
    display: inline-block;
    border-radius: 4px;
    font-size: 12px;
    line-height: 34px;
    min-height: 34px;
    height: 34px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* cursor: pointer; */
    color: #585858;
    margin-right: 20px;
}
.vip-power-pay {
    position: absolute;
    top: 32px;
    left: 280px;
}
.vip-table {
}
.vip-table>.vip-table-line:nth-child(even) {
}

.vip-table>.vip-table-line:nth-child(odd) {
    background-color: #f3f3f3;
}
.phone-change-lr{
    display:none;
}
.vip-table>.vip-table-line:last-child {

    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.vip-table-line {
}
.vip-table-line ul {
}
.vip-table-line ul li {
    float: left;
    width: 16.6666666666666%;
    line-height: 18px;
    padding: 12px 0;
    font-size: 14px;
    box-sizing: border-box;
}
.vip-table-line ul li i {
    font-size: 20px;
}
.vip-table-line ul li:first-child {
    padding-left: 20px;
    color: #515151;
}
.vip-table-top {
    background-color: #414141!important;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.vip-table-top ul li {
    color: #dec282 !important;
    font-size: 16px;
    line-height: 22px;
}
}
@media (max-width: 1366px) {
 	.panel-form-pay{
		
padding: 30px 10px !important;
	}
 .pay-qr img{display: block;width: 100%;box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);}
.pay-qr{position: absolute;right: 0px;top: 50px;width: 120px;}
.pay-qr span{font-size: 12px;}


 .pay-card-main{
		
width: 90%;
		
/* max-width: 1100px; */

	}
.vip-power-diamond {
    float: left;
    margin-left: 15%;
    margin-top: -35px;
    position: relative;
    z-index: 2;
}
}

@media (max-width: 767px) {
.main {
    padding: 0px 0 20px;
}
}

@media (max-width: 450px) {

.pay-qr span:nth-child(2){
   margin-top: 0px;
}
.pay-chose>.layui-col-lg3>.layui-form-radio {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #c8c3c2;
    margin-left：0;
}
.pay-other {
    padding: 20px 0;
    width: 90%;
}
.pay-chose {
    padding-top: 3px;
    width: 90%;
}
.pay-pic{
		
height: auto;

		
overflow: hidden;
	}
.header-right li:nth-child(2) a{
   overflow: hidden;
   text-overflow:ellipsis;
   white-space: nowrap;
   width: 95px;
}
.pay-pic-pc{
		display:none;
	}

	.pay-pic-phone{
		display:block;
	}
.pay-qr{position: absolute;right: 0px;top: 50px;width: 80px;}
 	.panel-form-pay{
		
padding: 20px 0px !important;
	}
    .pay-activity{
    width: 90%;
    position:static;
    right:unset;
    top: unset;
    margin:15% auto 0;
}
.phone-change-lr{
    display:block;
    text-align: center;
}
.vip-table-line {min-width: 600px;}
.vip-table {
    width: 98%;
    margin: 20px auto;
    overflow-y: scroll;
}
.modal-vip-gold-text2 {
    text-align: center;
    font-size: 14px;
}
.modal-vip-gold-text1 span {

    margin-left: 0px;
    margin-top:10px;
}
.common-modal-body {
    padding: 25px 20px 25px;
}
.modal-weui-phone-none{
    display:none;
}
.invite-link span input {
}
.vip-info {
    padding-left: 0px;
}
.invite-link {
    padding-left: 0px;
    margin-top: 25px;
}
.invite-link>.btn2 {
    width: 100%;
    box-sizing: border-box;
    margin-top: 15px;
}
.vip-power-qr {
    position: static;
    margin: 25px auto !important;
    top: unset;
    left: unset;
    display: block;
}
.pro-res-nav-li {
    display: none !important;
}
.paylist-col {
    margin-left: 0px;
}
.paylist-col>.layui-col-xs12 {
    margin-bottom: 15px;
}
.paylist-col>.layui-col-xs12 button {
    width: 100%;
    box-sizing: border-box;
}
.paylist-col>.layui-col-xs12>.layui-input-inline {
    width: 100%;
}

.paylist-col>.layui-col-xs12 label {
    text-align: left;
    padding-left: 0;
}
.panel-form {
    background-color: white;
    padding: 20px 5px 20px 5px;
}
.vip-power-plan-info {
    padding-top: 0px;
}
.vip-power-plan-text {
    line-height: 18px;
    font-size: 12px;
    left: -10px;
    top: 70px;
}
.vip-power-diamond {
    margin-left: 10%;
    margin-top: -25px;
}
.vip-power-gold {
    margin-left: 8%;
    margin-top: -25px;
}
.vip-power-plan i {
    position: relative;
    width: 45px;
    height: 45px;
    font-size: 32px;
    line-height: 46px;
}
.vip-power-platinum {
    margin-left: 20%;
    margin-top: -25px;
}
.vip-power-crown {
    margin-left: 5%;
    margin-top: -25px;
}
.vip-lock-info {
    width: 120px;
    background-color: #414141;
    color: #dec282;
    top: 100px;
    right: 25px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
}
.vip-table-line ul li:first-child {
    padding-left: 10px;
}
.vip-table-top ul li {
    font-size: 14px;
}
.invite-link span {
    line-height: 40px;
}
.invite-link button {
    display: block;
    margin-top: 10px;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
}
.acout-left-25 {
    margin-left: 5px;
}
.layui-col-space15 {
    margin: 0px 0 !important;
}
.layui-layer-rim>.layui-layer-content table thead tr th {
    font-size: 12px;
    min-width: 100px;
}
.layui-layer-rim>.layui-layer-content table tbody tr td {
    font-size: 12px;
}
.layui-layer-rim {
    width: 95% !important;
    margin: 0 auto !important;
}
.main {
    padding: 0px 0 20px;
}
.header-nav-on ul li:nth-child(1) {
    transform: rotate(45deg);
    transition: 0.5s !important;
    position: relative;
    top: 7px;
}
.header-nav-on ul li:nth-child(2) {
    display: none;
    transition: 0.5s !important;
}
.header-nav-on ul li:nth-child(3) {
    transform: rotate(-45deg);
    position: relative;
    top: 0px;
    transition: 0.4s !important;
}
.header-nav ul li:nth-child(1) {
    transition: 0.3s;
}
.header-nav ul li:nth-child(2) {
    transition: 0.5s;
}
.header-nav ul li:nth-child(3) {
    transition: 0.3s;
}
.header-nav {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100px;
    cursor: pointer;
    z-index: 999;
}
.header-nav ul {
    padding: 32.5px 0px 26px;
    margin: 0 0 0 30px;
    width: 20px;
    cursor: pointer;
}
.header-nav ul li {
    width: 100%;
    height: 2px;
    background-color: #2880fe;
    margin-bottom: 5px;
}
.pro2 {
    font-size: 12px;
    width: 40px;
    height: 18px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    right: -42px;
    top: 20px;
}
.weui-desktop-link-group_split .weui-desktop-link {
    position: relative;
    margin: 0 4px;
}
.weui-desktop-foot {
    width: 100%;
}
.mp-foot {
    padding-left: 5px;
    padding-right: 5px;
}
.layui-table {
    margin-top: 10px !important;
}
.res-list-table table {
}
.res-list-table table thead {
}
.res-list-table table thead tr {
}
.res-list-table table thead tr th {
    padding: 8px 10px !important;
    font-size: 12px;
    min-width: 120px;
}
.res-list-table table thead tr th:first-child {
    min-width: 140px;
}
.res-list-table table thead tr td {
    padding: 8px 10px !important;
    font-size: 12px;
    min-width: 120px;
}
.res-list-table table tbody tr td {
    font-size: 12px;
    padding: 8px 10px !important;
}
.res-list-table {
    width: 100% !important;
    overflow-x: scroll;
}
.list-search-btn {
    margin-left: 0px;
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box !important;
}
.list-select3 {
    width: 100% !important;
    margin-left: 0px;
}
.list-left-35 {
    margin-left: 0px;
}
.list-left-35>.layui-col-xs12 {
    margin-bottom: 8px;
}
.list-left-35>.layui-col-xs12>.layui-form-label {
    text-align: left;
    padding: 5px 0px !important;
}
.list-left-35>.layui-col-xs12>.layui-input-inline {
    width: 100%;
}
.layui-laydate-range {
    margin: 15px !important;
    width: 100% !important;
}
.laydate-main-list-0 {
    float: left;
    width: 100% !important;
}
.laydate-main-list-1 {
    float: left;
    width: 100% !important;
}
.panel {
    padding: 20px 15px;
}
.header-logo {
    float: left;
    width: 130px;
    height: 40px;
    padding-top: 20px;
    position: relative;
    margin-left: 110px;
}
.header-text {
    display: none;
}
.header-right ul li:first-child {
    display: none;
}
.header {
    padding: 0 15px;
    position: relative;

}
.main-left {
    left: -230px;
    transition: 0.3s;
}
.main-right {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 20px;
    transition: 0.3s;
}
.main-right-on {
    filter: blur(5px);
    transition: 0.5s;
    left: 230px;
    z-index: 3;
    background-color: #f1f4f5;
}
.main-left-on {
    transition: 0.3s;
    left: 0;
    z-index: 3;
    background: rgba(255,255,255,0.5);
    height: 100%;
    width: 100%;
}
.main-left-on ul {
    transition: 0.35s;
    background-color: #f1f4f5;
    width: 250px;
    height: 100%;
    margin-top: 0px;
}
}

@media (max-width: 414px) {
}

@media (max-width: 375px) {
.header-nav ul {
    padding: 32.5px 0px 26px;
    margin: 0 0 0 20px;
    width: 20px;
}
.header {
    padding: 0 5px;
    position: relative;
}
.header-logo {
    width: 120px;
    height: 40px;
    padding-top: 20px;
    margin-left: 90px;
}
}

@media (max-width: 360px) {
}

@media (max-width: 320px) {
 .vip-power-platinum {
    margin-left: 10%;
    margin-top: -25px;
}
.header-logo {
    width: 100px;
    height: 40px;
    padding-top: 25px;
    margin-left: 80px;
}
}
