<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">::-ms-clear {
    display: none;
}

::-ms-reveal {
    display: none;
}

html,
body {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Microsoft YaHei';
    line-height: 1.5;
    color: #3b3b3b;
    background-color: #fff;
}

body {
    background-image: url(../../Images/openvip/bg.jpg);
    background-repeat: repeat;
}

.layui-layer-iframe {
    overflow-y: visible !important;
}

.main-container {
    position: relative;
    padding-bottom: 20px;
    padding-top: 20px;
    width: 100%;
}

.main-container::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}

.pay-vip-head {
    margin: 0 auto;
    width: 1000px;
    height: 170px;
    background-image: url(../../Images/openvip/vip_top_banner.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
}

.pay-vip-body {
    margin: 0 auto;
    width: 1000px;
    margin-top: 5px;
}

.pay-vip-tab {
    position: relative;
}

.pay-vip-tab-bar {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    margin-bottom: 1px;
}

.pay-vip-tab-item {
    display: inline-block;
    cursor: pointer;
    line-height: 35px;
    font-size: 16px;
    font-weight: bold;
    color: #467CD4;
    background-color: transparent;
    width: 100px;
    line-height: 35px;
    text-align: center;
}

.pay-vip-tab-item span {
    display: inline-block;
}

.buy-receipt-tip {
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
    color: #999;
    cursor: default;
    user-select: none;
}

.tab-current {
    background-color: #96AEFB;
    color: #fff;
    font-weight: normal;
}

.pay-vip-area {
    border: 1px solid #d8e4fc;
    box-shadow: 0 0 5px #d8e4fc;
    border-top: 4px solid #96AEFB;
    position: relative;
    background-color: #fff;
}

.pay-vip-tip-area {
    margin: 0 auto;
    width: 1000px;
    border: 1px solid #d8e4fc;
    box-shadow: 0 0 5px #daeaf6;
    border-top: 4px solid #85d2fc;
    margin-top: 15px;
    user-select: none;
    background-color: #fff;
}

.main {
    width: 958px;
    margin: auto;
    zoom: 1;
}

.main::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}

.main-title {
    width: 100%;
    height: 107px;
    display: none;
}

.vip-coupon {
    position: absolute;
    width: 190px;
    height: 109px;
    background-image: url(../../Images/openvip/vip_coupon_small.jpg);
    background-repeat: no-repeat;
    right: 50px;
    top: 35px;
    cursor: pointer;
}

.vip-group-discount {
    position: absolute;
    width: 213px;
    height: 202px;
    background-image: url(../../Images/openvip/vip-group-discount.png);
    background-repeat: no-repeat;
    right: 50px;
    top: 15px;
    cursor: pointer;
    display: none;
}

.vip-pin-rule {
    position: absolute;
    width: 164px;
    height: 112px;
    background-image: url(../../Images/openvip/vip_pin.png);
    background-repeat: no-repeat;
    right: 50px;
    top: 50px;
    cursor: pointer;
    display: none;
}

.vip-pin-count-down {
    display: none;
    position: absolute;
    width: 96px;
    height: 70px;
    background-image: url(../../Images/openvip/pin-count-down.png);
    background-repeat: no-repeat;
    right: 256px;
    top: 68px;
    cursor: pointer;
    transition: all .3s ease-in-out;
}

.vip-pin-count-down font {
    color: orangered;
    position: absolute;
    top: 18px;
    letter-spacing: 1px;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}

.vip-pin-count-down.hidden {
    visibility: hidden;
}

.vip-pin-count-down.longer {
    width: 120px;
    height: 70px;
    background-image: url(../../Images/openvip/pin-count-down-2.png);
}

.account-area {
    width: 380px;
    margin-left: 25px;
    margin-top: 30px;
    user-select: none;
}

.account-line {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.account-line&gt;div {
    vertical-align: top;
}

.line-label {
    display: inline-block;
    width: 95px;
    text-align: right;
    font-size: 16px;
}

.line-box {
    display: inline-block;
    width: 270px;
    font-size: 0;
}

.line-box a {
    font-size: 16px;
    color: #1387f3;
    transition: all 0.3s;
    cursor: pointer;
    font-weight: 600;
    text-decoration: none;
}

.line-box a:hover {
    color: #FF9933;
}

.div-radio {
    position: relative;
    width: 76px;
    height: 32px;
    border: 1px solid #d4d4d4;
    background-color: #f5f5f5;
    color: #adadad;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.div-radio .icon-checked {
    display: none;
    width: 14px;
    height: 13px;
    background-image: url('../../images/openvip/icon_checked_blue.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    *bottom: -3px;
    right: 0;
}

.div-radio-checked {
    border: 2px solid #84bff7;
    width: 74px;
    height: 30px;
    color: #84bff7;
    line-height: 30px;
    font-weight: bold;
}

.div-radio-checked .icon-checked {
    display: block;
}

.div-radio-checked .icon-checked {
    display: block;
}

.div-type-radio {
    position: relative;
    width: 76px;
    height: 32px;
    border: 1px solid #d4d4d4;
    background-color: #f5f5f5;
    color: #adadad;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
    /*float: left;*/
}

.div-type-radio .icon-type-checked {
    display: none;
    width: 14px;
    height: 13px;
    background-image: url('../../images/cloud_vip/icon_checked_gold.png');
    background-repeat: no-repeat;
    position: absolute;
    bottom: -2px;
    right: -2px;
}

.div-type-radio-checked {
    border: 2px solid #e3b085;
    width: 78px;
    height: 34px;
    color: #e3b085;
    line-height: 30px;
    font-weight: bold;
    box-sizing: border-box;
}

.div-type-radio-checked .icon-type-checked {
    display: block;
}

#accounts_area_1 {
    width: 100%;
}

#accounts_area_2 {
    width: 100%;
}

.accounts {
    max-height: 200px;
    overflow: auto;
    padding: 1px 0;
}

.account-item {
    width: 251px;
    height: 32px;
    border: 1px solid #d4d4d4;
    position: relative;
    margin-top: -1px;
}

.account-item .icon-del {
    position: absolute;
    width: 16px;
    height: 15px;
    background-image: url('../../images/openvip/icon_del.jpg');
    background-repeat: no-repeat;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

.account-item-name {
    color: #065EC2;
    display: inline-block;
    margin-left: 10px;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 14px;
    cursor: default;
    line-height: 32px;
}

.account-add {
    line-height: 30px;
    cursor: pointer;
    color: #adadad;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.account-add span {
    display: inline-block;
}

.account-add .icon-add {
    width: 16px;
    height: 15px;
    background-image: url(../../images/openvip/icon_add.jpg);
    background-repeat: no-repeat;
    cursor: pointer;
    float: none;
    margin-left: 5px;
    margin-top: 8px;
}

.main-footer {
    width: 100%;
    min-width: 1000px;
    height: 142px;
    background-color: #2e2e2e;
    position: absolute;
    bottom: 0;
}

.footer-top {
    display: none;
    width: 100%;
    height: 22px;
    background: url('../../Images/head_bottom.png') repeat-x 0 -448px;
}

.footer-content {
    width: 1000px;
    margin: 0 auto;
    position: relative;
}

.footer-nav {
    width: 844px;
    overflow: hidden;
    margin-top: 30px;
    color: #fff;
    display: inline-block;
}

.footer-nav span {
    width: 60px;
    float: left;
    display: block;
    text-align: right;
}

.footer-nav a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s;
}

.footer-nav a:hover {
    color: #FF9933;
}

.footer-back-top {
    width: 59px;
    height: 30px;
    float: right;
    cursor: pointer;
    background: url(../../Images/head_bottom.png) repeat-x 0 -203px;
    position: absolute;
    right: 0;
    top: 0;
}

.footer-back-top:hover {
    background-position: -69px -203px;
}

.footer-copyright {
    width: 100%;
    float: left;
    color: #808080;
}


.vip-packages {
    /* margin-top: 60px; */
    margin-bottom: 10px;
    font-size: 0;
    padding-top: 50px;
}

.vip-packages::after {
    content: '';
    height: 0;
    display: block;
    clear: both;
}

.package-item {
    width: 229px;
    display: inline-block;
    position: relative;
    background-repeat: no-repeat;
    margin-left: 16px;
    box-sizing: border-box;
    vertical-align: top;
}

.package-item .package-name {
    display: none;
    position: absolute;
    left: 135px;
    top: 30px;
    width: 48px;
    height: 23px;
    background-repeat: no-repeat;
}

.package-item .btn-open {
    width: 100px;
    height: 31px;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 2;
    background-color: #FB705D;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    letter-spacing: 2px;
    margin: 20px auto;
}

.package-item .btn-open:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.package-item .btn-disabled {
    width: 100px;
    height: 31px;
    cursor: default;
    transition: all 0.3s;
    background-color: #D9DBDB;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    border-radius: 20px;
    letter-spacing: 2px;
    margin: 20px auto;
}

.package-info-area {
    position: relative;
    padding-top: 60px;
}

.package-info-area .package-title {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 66px;
    text-align: center;
}

.package-info-area .package-title span {
    display: inline-block;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 76px;
    margin-top: 10px;
    user-select: none;
}

.hinge-wrap {
    position: relative;
    height: 34px;
    width: 100%;
    left: 0;
    top: -13px;
    z-index: 1;
}

.hinge-wrap .hinge {
    width: 14px;
    height: 34px;
    background-image: url(../../Images/openvip/hinge-bue.png);
    background-repeat: no-repeat;
}

.vp-bg-103 .hinge {
    background-image: url(../../Images/openvip/hinge-gray.png);
}

.hinge-wrap .left {
    position: absolute;
    left: 40px;
}

.hinge-wrap .right {
    position: absolute;
    right: 40px;
}

.package-desc-wrap {
    position: relative;
    margin-top: -27px;
    padding: 25px 6px 20px;
}

.vp-bg-101 .package-info-wrap,
.vp-bg-101 .package-desc-wrap {
    border: 1px solid #70D9EF;
}

.vp-bg-102 .package-info-wrap,
.vp-bg-102 .package-desc-wrap {
    border: 1px solid #66CAFE;
}

.vp-bg-103 .package-info-wrap,
.vp-bg-103 .package-desc-wrap {
    border: 1px solid #D9DBDB;
}

.vp-bg-104 .package-info-wrap,
.vp-bg-104 .package-desc-wrap,
.vp-bg-105 .package-info-wrap,
.vp-bg-105 .package-desc-wrap {
    border: 1px solid #458CF6;
}

.vp-bg-101 .package-title {
    background-color: #E1F7FC;
}

.vp-bg-101 .package-title span {
    background-color: #70D9EF;
}

.vp-bg-102 .package-title {
    background-color: #DFF4FF;
}

.vp-bg-102 .package-title span {
    background-color: #66CAFE;
}

.vp-bg-103 .package-title {
    background-color: #F7F7F7;
}

.vp-bg-103 .package-title span {
    background-color: #D9DBDB;
}

.vp-bg-104 .package-title,
.vp-bg-105 .package-title {
    background-color: #D8E7FD;
}

.vp-bg-104 .package-title span,
.vp-bg-105 .package-title span {
    background-color: #458CF6;
}

.pin-way-wrap {
    display: none;
    font-size: 18px;
    top: 70px;
    line-height: 40px;
    padding-left: 35px;
}

.pin-way-wrap .pin-original-price {
    color: #989898;
    text-decoration: line-through;
}

.pin-way-wrap .pin-current-price {
    color: #F60122;
}

.vp-bg-103 .pin-way-wrap .pin-original-price,
.vp-bg-103 .pin-way-wrap .pin-current-price {
    color: #D9DBDB;
}

.open-tip {
    width: 960px;
    margin: 10px auto;
    position: relative;
}

.open-tip .contact-us {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 20px;
    line-height: 20px;
    color: #1296DB;
    cursor: pointer;
    background-image: url('../../Images/openvip/contact_us.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    transition: all .3s linear;
    padding-left: 25px;
}

.open-tip .contact-us:hover {
    color: #ff9933;
}

.open-tip-title {
    height: 30px;
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

.open-tip-content {}

.open-tip-content p {
    text-indent: 0;
    margin: 0;
    padding: 0;
    line-height: 25px;
    color: #F60122;
}

.package-pay-way {
    user-select: none;
    transition: all 0.3s;
    margin-top: 50p;
}

.package-coupon {
    text-align: center;
    line-height: 20px;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
}

.package-coupon input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
}

.package-coupon-desc {
    display: inline-block;
    white-space: nowrap;
    color: #999;
    font-size: 12px;
    vertical-align: middle;
    margin-left: 5px;
}

.package-coupon-desc label {}

.label-red {
    cursor: pointer;
}

.coupon-detail {
    color: red;
    cursor: pointer;
    font-size: 12px;
    display: none;
    vertical-align: middle;
    margin-left: 5px;
}

.package-pay-way-item {
    font-size: 18px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
    line-height: 30px;
    position: relative;
}

.package-pay-way-item label {
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}

.package-pay-way-item input {
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.package-pay-way-item span {
    color: #EF5700;
    width: auto !important;
    display: inline-block;
    cursor: pointer;
    margin-right: 10px;
}

.package-pay-way-item .original-price-money {
    text-decoration: line-through;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 1;
    transition: all .3s;
    position: absolute;
    top: -10px;
    width: 100%;
    display: none;
}

.package-pay-way-item .original-price-money span {
    display: inline-block;
    color: #999;
    margin-right: 0;
    text-decoration: line-through;
}

.package-tip {
    line-height: 23px;
    font-size: 12px;
    user-select: none;
}

.package-tip-title {
    font-size: 13px;
    font-weight: bold;
}

.package-tip-content p {
    text-indent: 0;
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

.lay-login-register {
    display: none;
    width: 520px;
    font-size: 14px;
    overflow: hidden;
}

.lay-login {
    display: none;
}

.lay-register {
    display: none;
}

.form-title {
    font-weight: bold;
    font-size: 30px;
}

.form-line {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 25px;
    text-align: center;
    position: relative;
}

.form-left {
    width: 143px;
    padding: 0 5px;
    text-align: right;
    float: left;
    font-size: 16px;
}

.form-right {
    width: 350px;
    padding: 0 5px;
    text-align: left;
    float: left;
}

.btn-register {
    display: block;
    float: left;
    width: 140px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #1e97e8;
    border: 1px solid #1e97e8;
    border-radius: 5px;
    margin-left: 185px;
    cursor: pointer;
    background-color: #1e97e8;
    background: linear-gradient(#1fa5fc, #1f8ed8);
}

.btn-search {
    font-size: 14px;
    display: inline-block;
    width: 140px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    background-color: #1e97e8;
    border: 1px solid #1e97e8;
    border-radius: 5px;
    cursor: pointer;
    background-color: #1e97e8;
    background: linear-gradient(#1fa5fc, #1f8ed8);
    text-align: center;
}

.btn-hover {
    border: 1px solid #1fa5fc;
    background-color: #1fa5fc;
    background: linear-gradient(#36afff, #0fa0ff);
}

.btn-disabled {
    border: 1px solid #c1c1c1;
    background-color: #c1c1c1;
    background: linear-gradient(#c1c1c1, #999);
}

.combine-input {
    width: 250px;
    height: 40px;
}

.combine-input span {
    display: block;
    float: left;
    width: 36px;
    height: 36px;
    background-color: #f2f3f7;
    border: 1px solid #d9d9db;
    border-radius: 5px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-repeat: no-repeat;
    background-position: 8px;
}

.combine-input input {
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    width: 200px;
    padding: 0 5px;
    border: 1px solid #d9d9db;
    border-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.icon-loginname {
    background-image: url('../../Images/openvip/icon_loginname.gif');
}

.icon-password {
    background-image: url('../../Images/openvip/icon_password.gif');
}

#verification_code {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 80px;
    padding: 0 5px;
}

.img-vcode {
    width: 90px;
    display: block;
    float: left;
    height: 36px;
    border: 1px solid #d9d9db;
    border-radius: 5px;
    margin-left: 10px;
}

#span_changeone {
    border: 0;
    font-size: 12px;
    vertical-align: middle;
    display: block;
    float: left;
    width: 36px;
    margin-left: 10px;
    cursor: pointer;
    color: #1E97E8;
    background-color: #fff;
}

#span_changeone:hover {
    text-decoration: underline;
}

.form-error {
    display: none;
    color: red;
    position: absolute;
    top: 38px;
    left: 153px;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5px;
    text-align: left;
}

.a-jump {
    margin-right: 10px;
    color: #1E97E8;
    transition: all 0.3s;
    text-decoration: none;
    cursor: pointer;
    margin-left: 25px;
    float: left;
}

.a-jump:hover {
    color: #1E97E8;
    text-decoration: underline;
}

#div_account_name {
    position: absolute;
}

#div_account_login_register {
    position: absolute;
}

#accounts_area_1 {
    font-size: 14px;
}

.lay-add-account {
    width: 520px;
    /*height: 322px; */
    display: none;
}

.search-content {
    width: 400px;
    margin: 20px auto;
    line-height: 35px;
    font-size: 14px;
}

.search-title input {
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
    margin-right: 3px;
}

.search-area p {
    margin: 0;
    padding: 0;
    text-align: center;
    /*line-height: 60px; */
}

.search-area input {
    border: 1px solid #d9d9db;
    outline: 0;
    height: 32px;
    margin: 0;
    padding: 0 5px;
    width: 388px;
    line-height: 32px;
}

.search-area textarea {
    border: 1px solid #d9d9db;
    outline: 0;
    height: 120px;
    margin: 0;
    padding: 5px;
    width: 388px;
    line-height: 20px;
    resize: none;
    overflow: auto;
}

#switch_user {
    font-size: 12px;
    margin-left: 10px;
    color: #adadad;
}

#switch_user:hover {
    text-decoration: underline;
}

.package-disabled {}

.package-disabled .package-pay-way-item span {
    color: #D9DBDB;
}

.package-disabled .package-pay-way-item label {
    color: #D9DBDB;
}

.package-disabled .package-tip {
    color: #D9DBDB;
}

.package-disabled .package-pay-way-item {
    cursor: default;
}

.package-disabled .package-pay-way-item label {
    cursor: default;
}

.package-disabled .package-pay-way-item span {
    cursor: default;
}

.banner1 {
    width: 960px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.banner1 img {
    width: 100%;
    height: 100%;
}

.lay-group-buy-discount {
    width: 510px;
    height: 340px;
    overflow: hidden;
    overflow-y: auto;
    background-color: #fff;
    display: none;
}

.group-buy-discount-head {
    width: 158px;
    height: 42px;
    background-image: url(../../Images/openvip/vip-group-discount-head.jpg);
    background-repeat: no-repeat;
    margin-top: 30px;
    margin-left: 30px;
}

.group-buy-discount-content {
    font-size: 16px;
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
    user-select: none;
}

.group-buy-discount-content ul {
    list-style-type: none;
    font-size: 0;
    padding-left: 30px;
    font-weight: bold;
    margin: 8px 0;
}

.group-buy-discount-content ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #EE6E01;
}

.group-buy-discount-content ul li span {
    display: inline-block;
    margin: 0 5px;
}

.contact-us-container {
    display: none;
    width: 500px;
    height: 200px;
    padding-top: 20px;
}

.contact-us-title {
    font-size: 20px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 20px 0;
}

.contact-us-area {
    font-size: 16px;
    text-align: center;
    margin-top: 40px;
    cursor: default;
}

.contact-us-area span {
    display: inline-block;
}

#contact_with_qq {
    cursor: pointer;
    transition: all linear .3s;
    color: #1296DB;
}

#contact_with_qq:hover {
    color: #ff9933;
}

.redeem-code-area {
    display: inline-block;
    position: absolute;
    right: 95px;
    top: 145px;
}

.redeem-code-area span {
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    color: #F7645C;
    font-weight: bold;
    transition: .3s;
}

.redeem-code-area span:hover {
    color: #FF885D;
}

.custom-tips .layui-layer-content {
    padding: 6px 15px !important;
}

.cash-back-tips {
    font-size: 14px;
    margin-top: 20px;
}

.layui-layer-tips .layui-layer-content {
    line-height: 1 !important;
}

.pin-wrap {
    display: none;
    padding: 0 5px;
    margin-bottom: 30px;
}

.pin-head {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border-bottom: 1px solid #ddd;
}

.pin-body {
    height: 100px;
    overflow: hidden;
}

.pin-ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.pin-ul li {
    height: 50px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 5px 0
}

.pin-ul li&gt;div {
    display: inline-block;
    vertical-align: middle;
}

.pin-ul .pin-user-img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.pin-ul .pin-user-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.pin-ul .pin-user-info {
    line-height: 16px;
    font-size: 12px;
    width: 125px;
    margin-left: 2px;
    white-space: normal;
}

.pin-ul .pin-user-info span {
    display: inline-block;
}

.pin-ul .pin-user-info .name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.pin-ul .pin-user-info .remain {
    color: #989898;
}

.pin-ul .pin-user-info .count-down {
    color: #989898;
    white-space: nowrap;
    max-width: 70px;
}

.pin-ul .pin-btn-join {
    height: 20px;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #FB705D;
    color: #fff;
    font-size: 12px;
    text-align: center;
    border-radius: 10px;
    padding: 0 8px;
    position: relative;
    left: 5px;
}

.pin-ul .pin-btn-join:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.show-all-pin {
    float: right;
    color: #1387f3;
    transition: all 0.3s;
    cursor: pointer;
    text-decoration: none;
}

.show-all-pin:hover {
    color: #FF9933;
}

.animate {
    transition: all cubic-bezier(0.445, 0.05, 0.55, 0.95) .3s;
}

.pin-no-data {
    font-size: 12px;
    text-align: center;
    display: inline-block;
    width: 100%;
    line-height: 20px;
    margin-top: 40px;
}

.vp-bg-103 .pin-wrap {
    visibility: hidden;
}

.confirm-pin-wrap {
    display: none;
    width: 500px;
    height: 240px;
    padding-top: 20px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}

.confirm-pin-wrap .title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 40px;
}

.confirm-pin-wrap .title span {
    margin: 0 10px;
}

.confirm-pin-wrap .desc {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}

.confirm-pin-wrap .user-img-area {
    text-align: center;
    margin-top: 10px;
}

.confirm-pin-wrap .user-img-area img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    vertical-align: middle;
    border: 0;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.confirm-pin-wrap .user-img-area img+img {
    margin-left: 20px;
}

.confirm-pin-wrap .user-img-area span {
    margin-left: 20px;
}

.confirm-pin-wrap .user-img-area .unknow-img {
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
    font-size: 40px;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px dashed #999;
    display: inline-block;
    color: #999;
    margin-left: 20px;
}

.confirm-pin-wrap .btn-area {
    margin-top: 10px;
}

.confirm-pin-wrap .btn {
    line-height: 30px;
    cursor: pointer;
    transition: all 0.3s;
    background-color: #FB705D;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 0 20px;
    display: inline-block;
}

.confirm-pin-wrap .btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.confirm-pin-wrap .btn.disabled {
    background-color: #c1c1c1;
    background: linear-gradient(#c1c1c1, #999);
    cursor: default;
}

.confirm-pin-wrap .desc2 {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    margin-top: 10px;
    white-space: nowrap;
}

.all-pin-order-wrap {
    display: none;
    width: 500px;
    height: 440px;
    padding-top: 20px;
    font-size: 16px;
    text-align: center;
    overflow: hidden;
}

.all-pin-order-wrap .title {
    font-size: 20px;
    letter-spacing: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.order-list-wrap {
    padding: 10px;
    height: 380px;
    overflow: auto;
}

.order-list-wrap ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.order-list-wrap ul li {
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 10px 0;
    font-size: 0;
}

.order-list-wrap ul li&gt;div {
    display: inline-block;
    vertical-align: middle;
}

.order-list-wrap ul .pin-user-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
}

.order-list-wrap ul .pin-user-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.order-list-wrap ul .pin-user-info {
    width: 300px;
    white-space: normal;
    text-align: left;
    margin-left: 10px;
    line-height: 25px;
}

.order-list-wrap ul .pin-user-info&gt;span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

.order-list-wrap ul .pin-user-info .name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
    /* line-height: 25px; */
}

.order-list-wrap ul .pin-user-info .remain {
    color: #989898;
    /* line-height: 30px; */
}

.order-list-wrap ul .pin-user-info .count-down {
    color: #989898;
    /* line-height: 30px; */
    margin-left: 10px;
}

.order-list-wrap ul .pin-btn-join {
    cursor: pointer;
    transition: all 0.3s;
    background-color: #FB705D;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 14px;
}

.order-list-wrap ul .pin-btn-join:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.order-list-wrap .pin-no-data {
    font-size: 16px;
    margin-top: 80px;
}

.own-pin-order-wrap {
    display: none;
    width: 560px;
    height: 400px;
    font-size: 16px;
    overflow: hidden;
}

.own-pin-order-wrap .head {
    padding: 20px;
}

.own-pin-order-wrap .content {
    padding: 20px 10px;
    background-color: #f4f4f4;
    font-size: 14px;
    margin: 0 10px;
}

.own-pin-order-wrap .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.own-pin-order-wrap .content ul li {
    line-height: 30px;
}

.own-pin-order-wrap .content ul li label {
    display: inline-block;
    width: 90px;
    text-align: right;
    letter-spacing: 2px;
    font-weight: bold;
}

.own-pin-order-wrap .content ul li div {
    display: inline-block;
}

.own-pin-order-wrap .btn-area {
    text-align: center;
    margin: 15px 0;
}

.own-pin-order-wrap .btn-area .btn {
    cursor: pointer;
    transition: all 0.3s;
    background-color: #67C23A;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 14px;
    display: inline-block;
}

.own-pin-order-wrap .btn-area .btn:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.own-pin-order-wrap .btn-area .btn i {
    margin-right: 5px;
}

.own-pin-order-wrap .head {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 40px;
}

.own-pin-order-wrap .head&gt;* {
    vertical-align: middle;
    display: inline-block;
}

.own-pin-order-wrap .head .title {
    color: #E7784D;
}

.own-pin-order-wrap .head .title i {
    margin-right: 10px;
}

.own-pin-order-wrap .head .title&gt;* {
    vertical-align: middle;
    display: inline-block;
}

.own-pin-order-wrap .head .remain-time {
    float: right;
    font-size: 25px;
    letter-spacing: 5px;
}

.own-pin-order-wrap .order-status-2 {
    color: #E7784D;
}

.own-pin-order-wrap .order-status-3 {
    color: #67C23A;
}

.own-pin-order-wrap a {
    color: #1E9FFF;
    transition: all ease-in-out .3s;
    cursor: pointer;
    margin-left: 10px;
}

.own-pin-order-wrap .no-wait {
    margin-left: 40px;
    color: #aaa;
}

.own-pin-order-wrap a:hover {
    opacity: .8;
    filter: opacity(80);
}

.auto-show-success-wrap {
    display: none;
    width: 560px;
    height: 340px;
    font-size: 16px;
    overflow: hidden;
}

.auto-show-success-wrap .head {
    padding: 20px;
}

.auto-show-success-wrap .content {
    padding: 20px 10px;
    background-color: #f4f4f4;
    font-size: 14px;
    margin: 0 10px;
}

.auto-show-success-wrap .content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.auto-show-success-wrap .content ul li {
    line-height: 30px;
}

.auto-show-success-wrap .content ul li label {
    display: inline-block;
    width: 90px;
    text-align: right;
    letter-spacing: 2px;
    font-weight: bold;
}

.auto-show-success-wrap .content ul li div {
    display: inline-block;
}

.auto-show-success-wrap .head {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 40px;
}

.auto-show-success-wrap .head&gt;* {
    vertical-align: middle;
    display: inline-block;
}

.auto-show-success-wrap .head .title {
    color: #67C23A;
}

.auto-show-success-wrap .head .title i {
    margin-right: 10px;
}

.auto-show-success-wrap .head .title&gt;* {
    vertical-align: middle;
    display: inline-block;
}

.auto-show-success-wrap .head .remain-time {
    float: right;
    font-size: 25px;
    letter-spacing: 5px;
}

.auto-show-success-wrap .order-status-2 {
    color: #E7784D;
}

.auto-show-success-wrap .order-status-3 {
    color: #67C23A;
}

.pin-rule-wrap {
    display: none;
    width: 700px;
    height: 500px;
    line-height: 1.8;
    font-size: 16px;
    overflow: hidden;
    padding: 20px 30px 50px 40px;
    box-sizing: border-box;
    overflow: auto;
}

.pin-rule-wrap ul {
    list-style: none;
    margin: 0;
    padding: 0;
    counter-reset: sectioncounter;
}

.pin-rule-wrap ul li {
    position: relative;
    padding-left: 1.5em;
}

.pin-rule-wrap ul li::before {
    position: absolute;
    left: 0;
    content: counter(sectioncounter) "、";
    counter-increment: sectioncounter;
}

.pin-rule-wrap p {
    margin: 20px 0;
}

.pin-rule-wrap .title {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.pin-rule-wrap .sub-title {
    text-align: right;
    font-size: 14px;
}

.pin-rule-wrap .sign {
    text-align: right;
}

.pin-rule-wrap .center {
    text-align: center;
}

.pin-rule-wrap table {
    table-layout: fixed;
    width: 100%;
    line-height: 40px;
}

.pin-rule-wrap table thead {
    background-color: #D9D9D9;
}

.pin-rule-wrap table td,
.pin-rule-wrap table th {
    border-collapse: collapse;
    border: 1px solid #999;
    white-space: inherit;
}

.pin-rule-wrap table td {
    padding: 0 5px;
    white-space: nowrap;
}

.btn-show-pin-role {
    color: #1387f3;
    transition: all 0.3s;
    cursor: pointer;
}

.btn-show-pin-role:hover {
    color: #FF9933;
}

.confirm-prep-open-wrap {
    display: none;
    width: 560px;
    padding: 50px 35px;
    padding-bottom: 10px;
    box-sizing: border-box;
    font-size: 16px;
}

.confirm-prep-open-wrap .tips {
    text-indent: 2em;
    line-height: 35px;
}

.confirm-prep-open-wrap .tips span {
    margin: 0 5px;
}

.choose-pin-way-wrap {}

.choose-pin-way-wrap.show {
    display: block;
}

.choose-pin-way-wrap.hide {
    display: none;
}

.choose-pin-way-detail {
    margin: 15px 0;
    line-height: 30px;
    text-indent: 2em;
    padding-left: 70px
}

.choose-pin-way-detail select {
    width: 45px;
    margin-right: 5px;
}

.choose-pin-way-detail span {
    margin: 0 5px;
}

.choose-pin-way-detail ul li {
    text-indent: 0;
    cursor: default;
}

.choose-pin-way-detail ul li i {
    /* color: #1E9FFF; */
    cursor: pointer;
    width: 20px;
    transition: all .3s ease-in-out;
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.choose-pin-way-detail ul li i.fa-check-square-o {
    color: #1E9FFF;
}

.choose-pin-way-detail ul li&gt;div {
    display: inline-block;
    vertical-align: top;
    width: 390px;
}

.choose-pin-way-detail .gray {
    color: #bbb;
}

.confirm-content {
    text-indent: 2em;
    margin-top: 20px;
}

.confirm-content span {
    margin: 5px;
}

.referer-user-wrap {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 14px;
    color: #999;
}

.notice {
    padding: 0px 263px 0 16px;
}

.notice .layui-elem-quote {
    border-color: #96AEFB;
    font-size: 14px;
}

.notice .layui-elem-quote p {
    text-indent: 2em;
}</pre></body></html>