body {
    color: #121212;
    background: #f2f2f2;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    font-size: 14px;
    line-height: 1.4;
}

/** section */
.section {
    margin: 0;
}

.section:nth-child(odd) {
    background-color: #fff;
}

.section-title {
    padding: 15px 0;
    text-align: center;
}

.section-title > h2 {
    color: #333;
    font-size: 25px;
    font-weight: bold;
}

.section-title > p {
    font-size: 18px;
    color: #999;
}

/** //section */

.body-card {
    margin-top: 15px;
    margin-bottom: 25px;
}

/** blockquote */
.layui-elem-my {
    padding:10px;
    line-height:1.6;
    border-left:5px solid #0099FF;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    color: #666;
    border-color: #FF0066;
}
.layui-elem-my1 {
    padding:10px;
    line-height:1.6;
    border-left:5px solid #0099FF;
    background-color: #fff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    color: #666;
    border-color: #0099FF;
}

/** //blockquote */

/** 鍏叡绫� */
.layui-text {
    color: #666;
}

.layui-text a:not(.layui-btn), .layui-text a:not(.layui-btn):hover {
    color: #6C6CE9;
    text-decoration: none;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

/*.layui-btn {
    -webkit-box-shadow: 0 5px 6px 0 rgb(73 105 230 / 22%) !important;
    background: linear-gradient(
            0deg,#6c6ce8,#5f5fe9) !important;
}*/

.layui-btn-zl {
    margin-top: 20px;
    width: 100%;
    border-radius: 5px;
}

.layui-btn-primary {
    color: #666;
    border-color: #ccc;
    border-radius: 5px;
    box-sizing: border-box;
    background-color: transparent;
}

.layui-btn-primary:hover {
    border-color: #999;
}

.layui-btn-danger {
    background-color: #FF5722;
}

.layui-btn-warm {
    background-color: #FFB800;
}

.layui-btn-normal {
    background-color: #1E9FFF;
}

/** 濡傛灉鎸夐挳鍔犲浘鏍囧噺灏戝唴杈硅窛 */
.icon-btn {
    padding: 0 10px;
}

/** 杈呭姪鏍峰紡 */

*[ew-href], *[lay-tips], *[ew-event] {
    cursor: pointer;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.inline-block {
    display: inline-block;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.bg-white, .bg-white > body {
    background-color: white;
}

.text-muted {
    color: #c2c2c2 !important;;
}

.text-primary {
    color: #6C6CE9 !important;;
}

.text-success {
    color: #5FB878 !important;;
}

.text-info {
    color: #01AAED !important;;
}

.text-warning {
    color: #FFB800 !important;;
}

.text-danger {
    color: #FF5722 !important;
}

span.icon-text .layui-icon {
    font-size: 14px;
    margin-left: 2px;
}

/** 杈撳叆妗嗙鐢ㄦ牱寮忛噸鍐� */
input.layui-disabled, input.layui-disabled:hover {
    color: #666 !important;
    background-color: #eee;
}

/** 涓嬫媺鑿滃崟榛樿闅愯棌 */
.dropdown-menu {
    display: inline-block;
}

.dropdown-menu .dropdown-menu-nav {
    display: none;
}

.dropdown-menu + .dropdown-menu, .layui-btn + .dropdown-menu, .dropdown-menu + .layui-btn {
    margin-left: 10px;
}

/** 寰界珷 */
.layui-badge-rim + .layui-badge-rim {
    margin-left: 8px;
}

.layui-form-select-top .layui-form-select > dl {
    top: unset;
    bottom: 42px;
}

/** 寰界珷鍒楄〃 */
.layui-badge-list .layui-badge {
    margin-right: 6px;
}

.layui-badge-list .layui-badge {
    padding: 2px 7px;
    border: 1px solid #ccc;
    margin-bottom: 8px;
    background-color: #fafafa !important;
}

.layui-input, .layui-textarea {
    background-color: transparent;
/*    border-color: rgba(111, 121, 122, 0.3);*/
    border: 2px solid rgba(111, 121, 122, 0.3);
    border-radius: 5px;
}

.layui-input.layui-input-lg {
    height: 46px;
    line-height: 46px;
}

.layui-form-label.layui-input-lg {
    padding: 13px 15px;
}

.layui-card-header {
    height: 45px;
    line-height: 45px;
}

/** //鍏叡绫� */

/** loading鏍峰紡 */
.page-loading {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 19891017;
    background-color: #fff;
}

.page-no-scroll {
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: hidden;
    min-height: 80px;
}

.ball-loader {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.ball-loader > span {
    background-color: #6C6CE9;
    display: inline-block;
}

.ball-loader > span:nth-child(1), .ball-loader.sm > span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.ball-loader > span:nth-child(2), .ball-loader.sm > span:nth-child(2) {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.ball-loader > span:nth-child(3), .ball-loader.sm > span:nth-child(3) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.ball-loader > span:nth-child(4), .ball-loader.sm > span:nth-child(4) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

/** 鐞冨舰loading */
.ball-loader > span {
    width: 20px;
    height: 20px;
    margin: 0 3px;
    border-radius: 50%;
    transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    animation: ball-load 1s ease-in-out infinite;
    -webkit-animation: 1s ball-load ease-in-out infinite;
}

@-webkit-keyframes ball-load {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

@keyframes ball-load {
    0% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
}

.ball-loader.sm > span {
    width: 15px;
    height: 15px;
    margin: 0 2px;
}

/** //鐞冨舰loading */

/** 鍙充晶寮圭獥鏍峰紡 */
.layui-layer.layui-layer-adminRight {
    top: 50px !important;
    bottom: 0;
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3) !important;
    border: none !important;
    overflow: auto;
}

/** 鍙充晶寮圭獥鍔ㄧ敾 */
@-webkit-keyframes layui-rl {
    from {
        -webkit-transform: translate3d(100%, 0, 0)
    }
    to {
        -webkit-transform: translate3d(0, 0, 0)
    }
}

@keyframes layui-rl {
    from {
        transform: translate3d(100%, 0, 0)
    }
    to {
        transform: translate3d(0, 0, 0)
    }
}

.layui-anim-rl {
    -webkit-animation-name: layui-rl;
    animation-name: layui-rl
}

@-webkit-keyframes layui-lr {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        opacity: 1
    }
}

@keyframes layui-lr {
    from {
        transform: translate3d(0, 0, 0)
    }
    to {
        transform: translate3d(100%, 0, 0)
    }
}

.layui-anim-lr, .layui-anim-rl.layer-anim-close {
    -webkit-animation-name: layui-lr;
    animation-name: layui-lr
}

/** // 鍙充晶寮圭獥鍔ㄧ敾end */

/** admin椋庢牸鐨勫脊绐� */
.layui-layer.layui-layer-admin {
    box-shadow: 1px 1px 50px rgba(0, 0, 0, .3) !important;
    border: none !important;
}

.layui-layer.layui-layer-admin .layui-layer-title {
    color: #333;
    height: 50px;
    line-height: 50px;
}

.layui-layer-dialog.layui-layer-admin .layui-layer-content {
    padding: 10px 20px 20px 20px;
}

.layui-layer.layui-layer-admin .layui-layer-setwin {
    top: 15px;
}

.layui-layer.layui-layer-admin .layui-layer-setwin a {
    font-family: layui-icon !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
    font-weight: 700;
}

/* 鍏抽棴鎸夐挳 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-close1 {
    background: none;
}

.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-close1:before {
    content: "\1006";
}

/* 鏈€灏忓寲鎸夐挳 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-min cite {
    background-color: #333;
}

/* 鏈€澶у寲鎸夐挳 */
.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-max {
    background: none;
    font-size: 14px;
    padding-top: 1px;
}

.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-max:before {
    content: "\e622";
}

.layui-layer.layui-layer-admin .layui-layer-setwin .layui-layer-maxmin:before {
    content: "\e758";
}

/** 寮圭獥鎸夐挳 */
.layui-layer.layui-layer-admin .layui-layer-btn a {
    height: 34px;
    line-height: 34px;
    color: #666;
}

.layui-layer.layui-layer-admin .layui-layer-btn .layui-layer-btn0 {
    border-color: #6C6CE9;
    background-color: #6C6CE9;
    color: #fff;
}

.layui-layer-admin {
    max-width: 100%;
}

.layui-layer-iframe .layui-layer-content {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

/* 灏忓睆骞曚笅涓よ竟鍜屼笅杈圭暀绌虹櫧 */
@media screen and (max-width: 768px) {
    .layui-layer-admin {
        width: max-content;
        max-width: 98%;
        max-width: -moz-calc(100% - 30px);
        max-width: -webkit-calc(100% - 30px);
        max-width: calc(100% - 30px);
        left: 0 !important;
        right: 0 !important;
        margin: auto !important;
        margin-bottom: 15px !important;
    }

    /* 鏈€澶у寲鏃跺彇娑堢暀鐧� */
    .layui-layer-admin[area] {
        max-width: 100%;
        margin-bottom: 0 !important;
    }
}

.layui-layer-iframe iframe {
    background-color: #fff;
}

/** // admin椋庢牸寮圭獥鏍峰紡缁撴潫 */

/** msg鏍峰紡淇敼 */

.layui-layer-msg {
    border-radius: 4px !important;
    box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1) !important;
    border: none !important;;
}

/** 寮圭獥鍐呰〃鍗曟牱寮� */
.layui-form.model-form {
    padding: 25px 30px 0px 0px;
}

.model-form.no-padding {
    padding: 0;
}

.model-form .model-form-body {
    padding: 25px 30px 0px 0px;
    overflow-y: auto;
    max-height: calc(100vh - 180px);
}

.model-form.no-padding .model-form-footer {
    padding-right: 30px;
    padding-top: 10px;
}

/** tips鏍峰紡閲嶅啓 */
body .layui-layer-tips .layui-layer-content {
    line-height: 1.5;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #303133;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .2);
}

body .layui-layer-tips i.layui-layer-TipsG {
    border-width: 5px;
}

body .layui-layer-tips i.layui-layer-TipsR, body .layui-layer-tips i.layui-layer-TipsL {
    top: 11px;
}

body .layui-layer-tips i.layui-layer-TipsT, body .layui-layer-tips i.layui-layer-TipsB {
    left: 12px;
}

/* 涓� */
body .layui-layer-tips i.layui-layer-TipsT {
    bottom: -10px;
}

body .layui-layer-tips i.layui-layer-TipsT {
    border-right-color: transparent;
    border-top-style: solid;
    border-top-color: #303133;
}

/* 涓� */
body .layui-layer-tips i.layui-layer-TipsB {
    top: -10px;
}

body .layui-layer-tips i.layui-layer-TipsB {
    border-right-color: transparent;
    border-bottom-style: solid;
    border-bottom-color: #303133;
}

/* 宸� */
body .layui-layer-tips i.layui-layer-TipsL {
    right: -10px;
}

body .layui-layer-tips i.layui-layer-TipsL {
    border-bottom-color: transparent;
    border-left-style: solid;
    border-left-color: #303133;
}

/* 鍙� */
body .layui-layer-tips i.layui-layer-TipsR {
    left: -10px;
}

body .layui-layer-tips i.layui-layer-TipsR {
    border-bottom-color: transparent;
    border-right-style: solid;
    border-right-color: #303133;
}

/* 琛ㄦ牸婧㈠嚭鎻愮ず妗� */
body .layui-layer-tips.layui-table-tips .layui-layer-content {
    background: 0 0;
    padding: 0;
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12);
    line-height: 22px;
}

/* 瀵屾枃鏈〃鎯呴潰鏉� */
body .layui-util-face .layui-layer-content {
    padding: 0;
    background-color: #fff;
    box-shadow: none;
}

/** //tips鏍峰紡閲嶅啓.end */

/** header */
.ew-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

/* logo */
.ew-header .layui-logo {
    height: 70px;
    line-height: 70px;
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    padding-left: 42px;
    background-image: url("../images/logo.svg");
    background-size: 32px;
    background-position: 0 19px;
    background-repeat: no-repeat;
}

/* nav */
.ew-header .layui-nav {
    padding: 0;
    background-color: transparent;
    position: absolute;
    right: 15px;
    top: 0;
}

.ew-header .layui-nav > .layui-nav-item {
    padding: 0 10px;
}

.ew-header .layui-nav > .layui-nav-item > a {
    height: 70px;
    line-height: 70px;
    color: #666;
    font-size: 16px;
    padding: 0 5px;
    position: relative;
    cursor: pointer;
}

.ew-header .layui-nav > .layui-nav-item > a > span {
    max-width: 90px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ew-header .layui-nav > .layui-nav-item > a:hover, .ew-header .layui-nav > .layui-nav-item.layui-this > a {
    color: #6C6CE9;
}

.ew-header .layui-nav .layui-nav-more {
    border-color: #999 transparent transparent;
}

.ew-header .layui-nav .layui-nav-mored {
    border-color: transparent transparent #999;
}

.ew-header .layui-nav > .layui-nav-item > a:hover > .layui-nav-more, .ew-header .layui-nav > .layui-nav-item.layui-this > a > .layui-nav-more {
    border-color: #6C6CE9 transparent transparent;
}

.ew-header .layui-nav > .layui-nav-item > a:hover > .layui-nav-mored, .ew-header .layui-nav > .layui-nav-item.layui-this > a > .layui-nav-mored {
    border-color: transparent transparent #6C6CE9;
}

.ew-header .layui-nav .layui-nav-bar, .ew-header .layui-nav > .layui-nav-item:after {
    display: none;
}

.ew-header .layui-nav > .layui-nav-item > a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
    margin: 0 auto;
    height: 3px;
    background-color: #6C6CE9;
    transition: width .2s ease-out;
}

.ew-header .layui-nav > .layui-nav-item.layui-this > a:after, .ew-header .layui-nav > .layui-nav-item > a:hover:after {
    width: 25px;
}

.ew-header .layui-nav > .layui-nav-item > .layui-nav-child {
    top: 75px;
    border-radius: 0;
    border-color: #dfdfdf;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    min-width: unset;
    width: 120px;
    right: 0;
    margin: 0 auto;
}

.ew-header .layui-nav>.back-items>a:after {
    background-color: transparent !important;
}

.login-btn {
    border-radius: 5px !important;
    color: #fff !important;
    height: initial !important;
    line-height: 38px !important;
    font-size: 14px !important;
    padding: 0 18px !important;
    -webkit-box-shadow: 0 5px 6px 0 rgb(73 105 230 / 22%) !important;
    background: linear-gradient(
            0deg,#6c6ce8,#5f5fe9) !important;
}

/* login btn */
.ew-header .layui-nav > .layui-nav-item.nav-btn-login {
    height: 70px;
    line-height: 70px;
    padding: 0 0 0 15px;
}

.ew-header .layui-nav > .layui-nav-item.nav-btn-login > a {
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 35px;
    display: inline-block;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .08);
}

.ew-header .layui-nav > .layui-nav-item.nav-btn-login > a:hover {
    color: #666;
    background-color: rgba(0, 0, 0, .15);
}

.ew-header .layui-nav > .layui-nav-item.nav-btn-login > a:after {
    display: none;
}

/* nav-toggle */
.ew-header .nav-toggle {
    display: none;
}

/** layui-nav-img */
.layui-nav-img {
    margin-right: 5px;
    vertical-align: middle;
}

/** 绉诲姩绔牱寮� */
@media screen and (max-width: 935px) {


    .ew-header {
        padding: 0 15px;
    }

    .ew-header .layui-logo {
        height: 55px;
        line-height: 55px;
        background-position: 0 12px;
        left: -15px;
    }

    .ew-header .layui-nav {
        position: absolute;
        top: 50px;
        right: 0px;
        width: 160px;
        border-radius: 5px;
        background-color: #fff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
        overflow: hidden;
        transform: scale(0);
        transform-origin: top right;
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        max-height: 380px;
        max-height: -moz-calc(100vh - 60px);
        max-height: -webkit-calc(100vh - 60px);
        max-height: calc(100vh - 60px);
        overflow-y: auto;
    }

    .ew-header .layui-nav .layui-nav-item {
        display: block;
        padding: 0;
    }

    .ew-header .layui-nav .layui-nav-item > a {
        line-height: 40px;
        height: 40px;
        text-align: center;
        font-size: 14px;
    }

    .ew-header .layui-nav .layui-nav-item > a .layui-nav-more {
        right: 15px;
    }

    .ew-header .layui-nav .layui-nav-item.layui-this > a:after, .ew-header .layui-nav .layui-nav-item > a:hover:after {
        display: none;
    }

    .ew-header .layui-nav .layui-nav-item.layui-this > a {
        color: #fff;
        background-color: #6C6CE9;
    }

    .ew-header .layui-nav > .layui-nav-item.nav-btn-login {
        line-height: unset;
        height: unset;
        padding: 0;
    }

    .ew-header .layui-nav > .layui-nav-item.nav-btn-login > a {
        line-height: 40px;
        height: 40px;
        background-color: transparent;
        display: block;
        border-radius: 0;
    }

    .ew-header .layui-nav > .layui-nav-item.nav-btn-login > a:hover {
        background-color: transparent;
        color: #6C6CE9;
    }

    .ew-header .layui-nav > .layui-nav-item > .layui-nav-child {
        position: static;
        background-color: transparent;
        box-shadow: none;
        animation: none;
        border: none;
        margin: 0;
        width: 100%;
    }

    .ew-header .layui-nav > .layui-nav-item > .layui-nav-child a {
        text-align: center;
        line-height: 40px;
        height: 40px;
        font-size: 14px;
    }

    .ew-header .layui-nav > .layui-nav-item > .layui-nav-child a:hover {
        background-color: transparent;
        color: #6C6CE9;
    }

    /* nav-toggle */
    .ew-header .nav-toggle {
        line-height: 53px;
        height: 55px;
        cursor: pointer;
        display: block;
        padding: 0 3px;
        color: #666;
    }

    .ew-header .nav-toggle > i {
        display: inline-block;
        font-size: 24px;
        font-weight: 600;
        vertical-align: middle;
        -webkit-transition: all .3s;
        transition: all .3s;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    .ew-header .ew-nav-group {
        position: absolute;
        right: 5px;
        top: 0;
    }

    .ew-header .ew-nav-group:hover > .layui-nav {
        transform: scale(1);
        opacity: 1;
    }

    .ew-header .ew-nav-group:hover .nav-toggle > i {
        transform: rotate(-90deg);
    }

    .ew-header .layui-nav .back-item {
        padding: 10px !important;
    }
}

/** 搴曢儴 */
.ew-footer {
    background-color: #1e1e1e;
    padding: 30px 0 0 0;
}

.ew-footer .footer-item-title {
    color: #fff;
    font-size: 22px;
    margin-bottom: 20px;
}

.ew-footer p {
    position: relative;
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 30px;
}

.ew-footer .layui-row > div:nth-child(2) p {
    line-height: 42px;
}

.ew-footer a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
}

.ew-footer p .layui-icon {
    color: #6C6CE9;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}

.ew-footer p.img-group {
    position: relative;
    padding-left: 150px;
    height: 130px;
    max-width: 300px;
    display: table-cell;
    vertical-align: middle;
}

.ew-footer p.img-group > img {
    position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 130px;
}

.ew-footer .footer-copyright {
    margin-top: 30px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    background-color: #000000;
}

/** //搴曢儴 */

/** banner */
.ew-banner {
    color: #fff;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.ew-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .2);
}

.ew-banner > .layui-container {
    text-align: center;
}

.ew-banner h1 {
    font-size: 42px;
    margin-bottom: 35px;
}

.ew-banner p {
    font-size: 20px;
}

.ew-banner p.small {
    font-size: 14px;
}

.ew-banner .ew-banner-btngroup {
    margin: 55px 0 0 0;
}

.ew-banner .layui-btn {
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    padding: 0 20px;
    border-radius: 5px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.15);
}

.ew-banner .layui-btn:first-child {
    margin-right: 0px;
}

.ew-banner .layui-btn:last-child {
    -webkit-box-shadow: 0 5px 6px 0 rgb(162 203 225) !important;
    background: linear-gradient(
            0deg,#1296db,#148dcd) !important;
}

.ew-banner .layui-btn > .layui-icon {
    font-size: 18px;
    margin: -2px 0 0 6px;
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
    vertical-align: middle;
}

.ew-banner .layui-btn:last-child > .layui-icon {
    font-size: 16px;
}

/** 绉诲姩绔牱寮� */
@media screen and (max-width: 768px) {
    /*.ew-banner > .layui-container {
        padding: 40px 5px 30px 5px;
    }*/

    .ew-banner h1 {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .ew-banner p {
        font-size: 16px;
    }

    .ew-banner .ew-banner-btngroup {
        margin: 35px 0 0 0;
    }

    .ew-banner .layui-btn {
        line-height: 42px;
        height: 42px;
        padding: 0 13px 0 20px;
    }

}

/** // banner */

/** feature */
.feature {
    padding: 15px 15px 15px 95px;
    position: relative;
    margin-bottom: 55px;
}

.feature .layui-icon {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: rgba(62, 196, 131, .15);
    color: #6C6CE9;
    padding: 15px;
    border-radius: 50%;
    font-size: 22px;
    height: 52px;
    box-sizing: border-box;
}

.layui-row > div:nth-child(even) .feature .layui-icon {
    background-color: rgba(0, 173, 181, .15);
    color: #00ADB5;
}

.feature h3 {
    font-size: 20px;
    margin: 5px 0 20px 0;
    color: #333;
    font-weight: 400;
}

.feature p {
    font-size: 16px;
    margin-bottom: 15px;
}

/** //feature */

/** pricing */
.pricing {
    text-align: center;
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.pricing:hover {
    -webkit-transform: scale(1.02);
    transform: scale(1.01) translateY(-2px);
}

.pricing .price-title {
    color: #333;
    font-size: 24px;
    font-weight: bold;
}

.pricing .price {
    margin: 10px 0 5px 0;
    font-size: 30px;
    font-weight: bold;
    color: #ff5f19;
}

.pricing .price .small {
    font-size: 16px;
}

.pricing .desc {
    margin-bottom: 20px;
    font-size: 16px;
    color: #999;
}

.pricing .price-content > li {
    color: #666;
    font-size: 16px;
    line-height: 43px;
    position: relative;
}

.pricing .price-content > li:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    background-image: linear-gradient(to right, #ddd 0%, #ddd 50%, transparent 50%);
    background-size: 10px 1px;
    background-repeat: repeat-x;
}

.pricing .price-content > li.active {
    color: #6c6ce9;
}

.pricing .price-btn > .layui-btn {
    margin-top: 35px;
    border-radius: 10px;
    width: 100%;
}

/** //pricing */

/** guide */
.guide {
    text-align: center;
    border: 1px solid #eee;
    padding: 30px 20px;
}

.guide .layui-icon {
    color: #6C6CE9;
    font-size: 36px;
    line-height: 36px;
    display: inline-block;
}

.guide .layui-icon.layui-icon-templeate-1 {
    font-size: 48px;
}

.guide .layui-icon.layui-icon-layouts {
    font-size: 42px;
}

.guide h3 {
    color: #333;
    font-size: 24px;
    margin: 20px 0;
}

.guide p {
    text-align: left;
    line-height: 35px;
    font-size: 15px;
}

.guide .layui-btn {
    background-color: rgba(62, 196, 131, .08);
    color: #6C6CE9;
    border: 1px solid rgba(62, 196, 131, .8);
    box-sizing: content-box;
    margin: 35px 0 5px 0;
}

/** //guide */

/** product-card */
.product-card {
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.04), 0 2px 10px 0 rgba(0, 0, 0, 0.06);
    margin-bottom: 10px;
}

.product-card .product-cover {
    position: relative;
    height: 240px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.product-card .product-cover > .product-cover-img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all .4s;
}

.product-card .product-cover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    transition: all .4s;
}

.product-card .product-cover > .product-tools {
    position: absolute;
    top: 45%;
    left: 24%;
    z-index: 1;
}

.product-card .product-cover > .product-tools .layui-btn {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 0;
    height: 36px;
    line-height: 36px;
    min-width: 85px;
    box-sizing: border-box;
    transition: all .4s;
    transform: scale(0);
    opacity: 0;
}

.product-card:hover .product-cover > .product-cover-img {
    transform: scale(1.5);
}

.product-card:hover .product-cover > .product-tools .layui-btn {
    opacity: 1;
    transform: scale(1);
}

.product-card:hover .product-cover:after {
    background-color: rgba(0, 0, 0, .35);
}

.product-card .product-body {
    padding: 15px 20px;
    position: relative;
}

.product-card .product-body .product-title {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    padding-right: 60px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-card .product-body .product-desc {
    font-size: 14px;
    margin-top: 5px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-card .product-body .layui-badge-rim {
    position: absolute;
    right: 20px;
    top: 22px;
    color: #FF5722;
    border-color: #FF5722;
    padding: 0 3px 0 1px;
    border-radius: 0;
}

/** //product-card */

/** contact */
.contact {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}

.contact .layui-textarea {
    min-height: 140px;
}

.contact .layui-form-item {
    margin-bottom: 25px;
}

.contact .layui-form-label {
    padding-left: 0;
    width: 57px;
}

.contact .layui-input-block {
    margin-left: 72px;
}

/** //contact */

/** 绉诲姩绔牱寮� */
@media screen and (max-width: 768px) {
    /** section-title */
    .section-title {
        padding: 15px 0;
    }

    .section-title h2 {
        font-size: 24px;
    }

    .section-title p {
        font-size: 16px;
    }

    .section > .layui-container {
        padding-bottom: 35px !important;
    }

    /** feature */
    .feature {
        margin-bottom: 0px;
    }

    /** footer */
    .ew-footer .footer-copyright p {
        font-size: 14px;
    }
}

/** goods-card */
.goods-card > .goods-cover {
    width: 100%;
    height: 180px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.goods-card > .goods-title {
    margin: 8px 0 0 0;
    font-size: 18px;
    color: #333;
}

.goods-card > .goods-desc {
    font-size: 12px;
    color: #666;
    margin-bottom: 10px;
}

/* 鍟嗗搧瑙勬牸 */
.goods-spec-group > .goods-spec-item-title {
    color: #333;
    font-size: 15px;
    padding: 8px 0;
    text-align: center;
    position: relative;
}

.goods-spec-group > .goods-spec-item-title:before, .goods-spec-group > .goods-spec-item-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-image: linear-gradient(to right, #ddd 0%, #ddd 50%, transparent 50%);
    background-size: 10px 1px;
    background-repeat: repeat-x
}

.goods-spec-group > .goods-spec-item-title:after {
    top: unset;
    bottom: 0;
}

.goods-spec-group > .goods-spec-item-list {
    padding: 15px 0;
}

.goods-spec-item-list .goods-spec-item-text {
    color: #666;
    font-size: 14px;
    min-width: 65px;
    padding: 3px 5px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}

.goods-spec-item-list .goods-spec-item-text.active {
    color: #ff6700;
    border-color: #ff6700;
}

/* //鍟嗗搧瑙勬牸 */

.goods-price-group {
    margin-bottom: 15px;
}

.goods-price-group .goods-price-label {
    display: inline-block;
    font-size: 15px;
}

.goods-price-group .goods-price-text {
    display: inline-block;
    color: #ff6700;
    font-size: 28px;
}

.goods-price-group .goods-price-text .small {
    font-size: 16px;
}

.goods-price-group .goods-price-text .goods-price-org {
    color: #666;
    font-size: 16px;
    position: relative;
    text-decoration: line-through;
}

.goods-price-group .goods-price-desc {
    color: #ff6700;
    margin-top: 10px;
    padding: 8px 12px;
    border-radius: 5px;
    background-color: #F4F7F7;
}

.goods-card > .goods-btn-group .layui-btn {
    margin: 0 0 10px 0;
    height: 50px;
    line-height: 50px;
}

.goods-card > .goods-btn-group .layui-btn-warm {
    background-color: #FF9434;
}

.goods-card > .goods-btn-group .layui-btn .layui-icon {
    font-size: 20px;
    margin-right: 10px;
}

.goods-desc-card img {
    max-width: 100%;
}

/** //goods-card */

/** buy-card */
.buy-card .goods-info-group {
    padding: 15px 0 20px 0;
}

.buy-card .goods-cover {
    height: 160px;
    border-radius: 4px;
    background-size: cover;
    background-repeat: no-repeat;
}

.buy-card .goods-title {
    color: #333;
    font-size: 20px;
    font-weight: 400;
}

.buy-card .goods-desc {
    color: #666;
    font-size: 13px;
}

.buy-card .goods-spec-group > .goods-spec-item {
    padding: 5px 0;
}

.buy-card .goods-spec-group > .goods-spec-item > .goods-spec-item-title {
    display: inline-block;
}

.buy-card .goods-spec-group > .goods-spec-item > .goods-spec-item-list {
    display: inline-block;
}

.buy-card .goods-spec-group > .goods-spec-item > .goods-spec-item-list > .goods-spec-item-text {
    font-size: 13px;
    padding: 0 5px;
    border-radius: 3px;
    cursor: default;
}

.buy-card .goods-price-group {
    margin-top: 5px;
}

.buy-card .goods-price-group > .goods-price-label {
    font-size: 14px;
    vertical-align: middle;
}

.buy-card .goods-price-group > .goods-price-text {
    vertical-align: middle;
}

.buy-card-title {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    padding: 12px 0;
    text-align: center;
    position: relative;
}

.buy-card-title:before, .buy-card-title:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 1px;
    background-image: linear-gradient(to right, #ddd 0%, #ddd 50%, transparent 50%);
    background-size: 10px 1px;
    background-repeat: repeat-x
}

.buy-card-title:after {
    top: unset;
    bottom: 0;
}

.buy-price-gruop > div {
    color: #666;
    font-size: 16px;
    text-align: right;
    margin-top: 5px;
}

.buy-price-gruop > div .price {
    color: #ff6700;
    font-size: 24px;
}

.buy-price-gruop > div .small {
    font-size: 16px;
}

.buy-btn-group {
    text-align: right;
    padding: 30px 0 25px 0;
}

.buy-btn-group .layui-btn {
    border-radius: 0;
    min-width: 150px;
}

.buy-btn-group .layui-btn-warm {
    margin-left: 20px;
    background-color: #ff6700;
}

/** //buy-card */
.pay-type-group {
    padding: 0;
    border-top: none;
}


.pay-type-group .layui-row .layui-col-md6 > div {
    color: #666;
    font-size: 16px;
    border: 2px solid #f2f2f2;
    padding: 10px;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-size: 33px 33px;
    background-position: 15px 5px;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 5px
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-qq.active {
    border: 2px solid rgb(2, 168, 241);
    color: rgb(2, 168, 241);
    border-radius: 5px;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-ali.active {
    border: 2px solid rgb(2, 168, 241);
    color: rgb(2, 168, 241);
    border-radius: 5px;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-paypal.active {
    border: 2px solid rgb(0 48 135);
    color: rgb(2, 168, 241);
    border-radius: 5px;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-wexin.active {
    border: 2px solid rgb(63, 183, 72);
    color: rgb(63, 183, 72);
    border-radius: 5px;
}

.pay-type-group .layui-row .layui-col-md6 > div.pay-type-wexin.active:before {
    border-color: #40ba49 #40ba49 transparent transparent
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-wexin {
    color: rgb(63, 183, 72) !important;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-qq {
    color: rgb(2, 168, 241) !important;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-ali {
    color: rgb(2, 168, 241) !important;
}

.pay-type-group .layui-row .layui-col-md6 > .pay-type-paypal {
    padding: 11px 13px;
    color: rgb(2, 168, 241) !important;
}
/** //pay-type-group */

/** coupon-item */
.coupon-group {
    padding: 25px 15px 15px 15px;
}

.coupon-item {
    display: inline-block;
    background-color: #FFF6F2;
    border-radius: 5px;
    margin: 0 15px 10px 0;
    overflow: hidden;
    cursor: pointer;
}

.coupon-item .coupon-item-body {
    position: relative;
    padding: 15px 100px 10px 20px;
}

.coupon-item .coupon-item-body > h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 3px;
}

.coupon-item .coupon-item-body > p {
    color: #666;
    font-size: 13px;
}

.coupon-item .coupon-item-body .coupon-item-price {
    position: absolute;
    top: 15px;
    right: 12px;
    color: #ff6700;
    font-size: 30px;
    text-align: center;
}

.coupon-item .coupon-item-body .coupon-item-price .small {
    font-size: 16px;
}

.coupon-item .coupon-item-body .coupon-item-price p {
    color: #666;
    font-size: 12px;
    line-height: 16px;
}

.coupon-item > p {
    font-size: 13px;
    line-height: 22px;
    padding: 6px 20px;
    position: relative;
    border-top: 1px dashed #ddd;
}

.coupon-item > p:before, .coupon-item > p:after {
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
}

.coupon-item > p:after {
    right: -5px;
    left: unset;
}

.coupon-item.active .coupon-item-body:after {
    content: "\e605";
    position: absolute;
    right: 2px;
    top: 2px;
    font-family: layui-icon !important;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    height: 12px;
    width: 12px;
    line-height: 12px;
}

.coupon-item.active .coupon-item-body:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border: 13px solid;
    border-color: #ff6700 #ff6700 transparent transparent;
}

.coupon-item.disabled {
    background-color: #f5f5f5;
    opacity: .8;
    cursor: default;
}

.coupon-item.disabled .coupon-item-body .coupon-item-price {
    color: #666;
}

/** //coupon-item */

/** 灏忓睆骞曢€傞厤 */
@media screen and (max-width: 768px) {
    .buy-card .goods-info-group {
        padding-top: 0;
        padding-bottom: 0;
    }

    .pay-type-group, .coupon-group {
        padding-left: 0;
        padding-right: 0;
    }

    .buy-btn-group .layui-btn {
        min-width: 120px;
    }

    .buy-btn-group + div {
        font-size: 12px;
    }

    .coupon-item {
        display: block;
    }

    .ew-copyright-text {
        padding: 25px 35px;
    }
}

/** login */
.login-wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
    background-repeat: repeat;
    background-size: cover;
}

.login-wrapper .ew-show {
    width: 400px;
    max-width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    box-sizing: border-box;
    border-radius: 5px;
}

.login-wrapper .ew-show .layui-form {
    padding: 25px 25px 10px 25px;
}

.login-wrapper .ew-show .layui-card-header .zlian-card-title {
    flex: 1 1 0%;
    font-size: 24px;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.5;
}

.login-wrapper h2 {
    color: #333;
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.login-wrapper .layui-form .layui-btn-fluid {
    background-color: #6C6CE9;
    line-height: 50px;
    height: 50px;
}

.login-wrapper .layui-form-item {
    margin-bottom: 25px;
}

.login-wrapper .layui-input {
    line-height: 46px;
    height: 46px;
    border-radius: 0;
    background-color: transparent;
    border-color: rgba(111, 121, 122, 0.3);
}

.input-icon-group {
    position: relative;
}

.input-icon-group > .input-icon-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
}

.input-icon-group > .layui-input {
    padding-left: 46px;
}

.login-captcha-group {
    padding-right: 130px;
}

.login-captcha-group > .login-captcha {
    height: 46px;
    width: 120px;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid rgba(111, 121, 122, 0.3);
    box-sizing: border-box;
    cursor: pointer;
}

.login-captcha-group > .layui-btn {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    line-height: 46px;
    width: 120px;
    border: 1px solid rgba(111, 121, 122, 0.3);
    box-sizing: border-box;
    color: #727272;
    background-color: transparent;
    border-radius: 0;

}

.login-wrapper .layui-form-item.login-captcha-group, .layui-form-item.layui-text {
    margin-bottom: 18px;
}

.login-wrapper .login-oauth-group {
    padding: 18px 0 12px 0;
    text-align: center;
}

.login-wrapper .login-oauth-group > a {
    margin: 0 10px;
}

.login-wrapper .login-oauth-group > a:hover {
    opacity: .8;
}

.login-wrapper .login-oauth-group > a > .layui-icon {
    font-size: 26px;
}

.login-wrapper .login-oauth-group > a > .layui-icon-login-qq {
    color: #3492ED;
}

.login-wrapper .login-oauth-group > a > .layui-icon-login-wechat {
    color: #4DAF29;
}

/** //login */

/** reg */
.reg-wrapper .layui-container {
    padding: 0;
    max-width: 400px;
    background-color: #fff;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.19);
}

.reg-wrapper .layui-form {
    background-color: transparent;
    box-shadow: none;
    width: 360px;
    padding: 25px 15px 8px 8px;
}

.reg-wrapper .layui-form-label {
    width: 65px;
    box-sizing: border-box;
    padding: 13px 8px 13px 0;
}

.reg-wrapper .layui-input-block {
    margin-left: 65px;
}

/** 绉诲姩绔牱寮� */
@media screen and (max-height: 745px) {
    .login-wrapper {
        padding-top: 120px;
    }

    .reg-wrapper {
        padding-top: 100px;
    }
}

@media screen and (max-width: 640px) {
    .reg-wrapper .layui-container {
        margin-left: 15px;
        margin-right: 15px;
    }
}

/** //reg */

/** 鑾峰彇鍥惧舰楠岃瘉鐮佸脊绐� */
.layer-get-code {
    padding: 25px 25px;
}

.layer-get-code > p {
    color: #666;
    font-size: 16px;
}

.layer-get-code > .lay-code-group {
    position: relative;
    padding-right: 135px;
    margin: 15px 0;
}

.layer-get-code > .lay-code-group > .layui-input {
    border-radius: 0;
    height: 46px;
    line-height: 46px;
    background-color: transparent;
    border-color: rgba(111, 121, 122, 0.3);
}

.layer-get-code > .lay-code-group > img {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 120px;
    border: 1px solid rgba(111, 121, 122, 0.3);
    box-sizing: border-box;
    cursor: pointer;
}

.layer-get-code .layui-btn-fluid {
    background-color: #6C6CE9;
    line-height: 50px;
    height: 50px;
}

/** //鑾峰彇鍥惧舰楠岃瘉鐮佸脊绐� */

/** 涓汉涓績 */
.ew-tab > .layui-tab-title {
    height: auto;
    box-size: border-box;
    overflow: auto !important;
}

.ew-tab > .layui-tab-title > li {
    padding: 0;
    height: auto;
}

.ew-tab > .layui-tab-title > li > a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 20px;
}

.ew-tab > .layui-tab-title > li.layui-this:after {
    right: 0 !important;
    bottom: 0 !important;
    top: unset !important;
    height: 2px !important;
    border: none !important;
    background-color: #6C6CE9;
}

.ew-tab > .layui-tab-title > li.layui-this > a {
    color: #6C6CE9;
}

.ew-tab .layui-tab-bar {
    display: none;
}

.user-info-card {
    padding: 25px 25px 15px 25px;
}

.user-info-head {
    width: 70px;
    height: 70px;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #eee;
}

.user-info-head img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user-info-top > h2 {
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    line-height: normal;
    text-align: center;
}

.user-info-top > p {
    padding-top: 8px;
    word-break: break-all;
}

.user-info-list {
    padding-top: 15px;
}

.user-info-list > .info-list-item {
    position: relative;
    padding-bottom: 8px;
}

.user-info-list > .info-list-item:last-child {
    padding-bottom: 0;
}

.user-info-list > .info-list-item > .layui-icon {
    position: absolute;
}

.user-info-list > .info-list-item > p {
    padding-left: 25px;
    word-break: break-all;
}

.layui-table tbody tr:hover, .layui-table-click {
    background-color: transparent;
}

.layui-table.order-info-tb td, .layui-table.order-info-tb th {
    padding: 15px 10px;
    min-width: 80px;
}

/* 鎴戠殑璁㈠崟 */
.layui-table.order-info-tb th {
    color: #333;
    text-align: right;
    background-color: #f4f7f7;
}

.ew-layer-tb-drop {
    border-radius: 0;
}

.ew-vip-code-group {
    border-top: 1px dashed #ccc;
    margin: 30px 0 0 0;
    padding: 15px 5px;
}

.ew-vip-code-group .ew-vip-scan {
    position: relative;
    color: #6C6CE9;
    cursor: pointer;
}

.ew-vip-code-group .ew-vip-scan > img {
    position: absolute;
    top: 35px;
    right: 0;
    display: none;
    width: 130px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

.ew-vip-code-group .ew-vip-scan:hover > img {
    display: block;
}

a.icon-text > .layui-icon {
    font-size: 14px;
}

.ew-vip-badge {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: #ff6700;
    color: #fff;
    border-radius: 2px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 16px;
}

/* 鎴戠殑浼樻儬鍒� */
.ew-tab-coupon > .layui-tab-title {
    border: none;
    height: unset;
    margin-top: 20px;
    padding-left: 15px;
}

.ew-tab-coupon > .layui-tab-title li {
    line-height: 30px;
    font-size: 13px;
    box-sizing: border-box;
    padding: 0 10px;
    background-color: #F9F9F9;
    border-radius: 5px;
    border: 1px solid #DEE2EE;
}

.ew-tab-coupon > .layui-tab-title li + li {
    margin-left: 15px;
}

.ew-tab-coupon > .layui-tab-title .layui-this {
    color: #fff;
    background-color: #6C6CE9;
    border-color: #6C6CE9;
}

.ew-tab-coupon > .layui-tab-title .layui-this:after {
    display: none;
}

/* 涓汉淇℃伅 */
.user-info-form {
    max-width: 500px;
}

.user-info-form input[readonly] {
    border: none;
    cursor: default;
}

.user-info-form .layui-btn {
    min-width: 100px;
    border-radius: 0;
    line-height: 40px;
    height: 40px;
}

.user-info-form .layui-btn + .layui-btn {
    margin-left: 20px;
}

.user-info-form .layui-input, .user-info-form .layui-textarea {
    border-radius: 0;
}

@media screen and (max-height: 745px) {
    .user-info-form .layui-btn {
        min-width: 70px;
    }
}

/** //涓汉涓績 */

/** 閿欒鎻愮ず */
.ew-state-group {
    color: #aaa;
    font-size: 16px;
    padding: 65px 0;
    text-align: center;
}

.ew-state-group > img {
    height: 155px;
    margin-bottom: 15px;
}

.ew-state-group > .btn-group {
    margin-top: 35px;
}

.ew-state-group > .btn-group .layui-btn {
    margin: 0 20px 0 0;
    border-radius: 0;
}

/** //閿欒鎻愮ず */


/** 鍒嗛〉鎻掍欢 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #6699FF;
}

.layui-table-page .layui-laypage input:focus {
    border-color: #6699FF !important;
}

.layui-table-view select:focus {
    border-color: #6699FF !important;
}

.layui-table-page .layui-laypage a:hover {
    color: #6699FF;
}

/** 鍥哄畾鍧� */
.layui-fixbar li {
    margin-bottom: 5px;
    -webkit-box-shadow: 0 5px 6px 0 rgb(73 105 230 / 22%) !important;
    background: linear-gradient(
            0deg,#6c6ce8,#5f5fe9) !important;
}

/** //鍥哄畾鍧� */

/** adv-item */
.ew-adv-item {
    color: #fff;
    display: block;
    font-size: 15px;
    margin-top: 10px;
    padding: 18px 5px;
    text-align: center;
    text-decoration: none;
    background-color: #34363f;
    background-image: linear-gradient(to right, #34363f, #676c7c);
    cursor: pointer;
}

.ew-adv-item:hover {
    opacity: .9;
    color: #fff;
    text-decoration: none;
}

.layui-card-body > .ew-adv-item:first-child {
    margin-top: 0;
}

.layui-card-body > .ew-adv-item:nth-child(2) {
    background-color: #009688;
    background-image: linear-gradient(to right, #009688, #5FB878);
}

.layui-card-body > .ew-adv-item:nth-child(3) {
    background-color: #009fde;
    background-image: linear-gradient(to right, #009fde, #00beff);
}

.ew-adv-item.sm {
    font-size: 14px;
    padding: 15px 5px;
}

/** //adv-item */

/** 鏂扮増banner鍖哄煙 */
.ew-banner {
    max-width: 100vw;
    overflow: hidden;
    color: #333;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    padding: 25px;
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 6%);
}

.ew-banner:before {
    display: none;
}

.ew-banner p {
    color: #999;
}

.ew-banner img.shape {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.ew-banner img {
    pointer-events: none;
}

.bd {
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: center;
    padding: 10px 0;
}

.bd dl {
    padding: 20px;
    background-color: #FFF;
    border-radius: 5px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.06);
}

.bd dl dt {
    font-size: 15px;
    color: #666;
    font-family: Content-font, Roboto, sans-serif;
    font-weight: 600;
    margin-bottom: 5px;
}

.bd dl dt svg {
    width: 50px;
    height: 50px;
}

.bd dl dd {
    font-size: 16px;
    font-weight: bold;
    color: #4c4c4c;
}

.zl-footer {
    display: flex;
}

.zl-box {
    flex: 1;
    text-align: center;
}

.ceo_vip2_discount_out span {
    padding: 2px 10px;
    text-decoration: line-through;
    line-height: 18px;
    text-align: center;
    border-radius: 10px;
    background: #ff5f19;
    font-size: 12px;
    color: #fff;
}

.ceo_vip2_discount_out {
    margin-bottom: 15px;
}

.menu-box {
    position: relative;
}

.banner-box {
    position: relative;
}

.banner-box {
    background: #396eff url(https://www.apayun.com/static/images/act/20211020/banner.jpg) no-repeat center center;
}

.banner-ul li {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    float: left;
}

.banner-ul li:first-child {
    z-index: initial;
}

.auto-width {
    max-width: 1200px;
    margin: 0 auto;
}

.slider-main {
    position: relative;
    padding: 50px 0 100px 0;
}

.slider-main .banner-common-text p {
    color: #fff;
}

.slider-main .banner-common-text p:first-child {
    font-size: 50px;
    font-weight: bold;
    line-height: 90px;
    margin-bottom: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.color-main-596680 {
    color: #596680;
}

.slider-main .banner-common-text p {
    color: #fff;
}

.slider-main .banner-common-text p:last-of-type {
    font-size: 18px;
    margin-bottom: 55px;
}

.color-white {
    color: #fff;
}

.font-weight-bold {
    font-weight: 900;
}

.bg-color-0055ff {
    background-color: #0055ff;
}

.bdr-5 {
    border-radius: 5px;
}

.a-zk-btn {
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    border: 0;
}

.font-weight-bold {
    font-weight: 900;
}

.color-white, a.color-white {
    color: #fff;
}

.font-weight-bold {
    font-weight: 900;
}

.color-white {
    color: #fff;
}

.a-free-reg {
    width: 200px;
    height: 60px;
    background-color: #fff;
    color: #0055ff;
    -webkit-box-shadow: 0px 6px 12px 0px rgb(0 85 255 / 20%);
    box-shadow: 0px 6px 12px 0px rgb(0 85 255 / 20%);
}

.m-l-20 {
    margin-left: 20px;
}

.color-main-0055ff {
    color: #0055ff;
}

.icon-svg {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.banner-point {
    width: 100%;
    text-align: center;
}

.banner-point .banner-area li.active {
    opacity: 1;
}

.banner-point .banner-area li {
    margin: 0 8px;
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
    opacity: 0.5;
}

.advantage-box {
    position: relative;
}


.box-sizing-border *, .box-sizing-border .zk_textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.box-sizing-border * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


[layout-align] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

[layout-align='start start'], [layout-align='start center'], [layout-align='start end'] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

[layout-align='start center'], [layout-align='center center'], [layout-align='end center'], [layout-align='space-between center'], [layout-align='space-arround center'] {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-sizing-border *, .box-sizing-border .zk_textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[layout-align] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

[layout-align='start start'], [layout-align='start center'], [layout-align='start end'] {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

[layout-align='start center'], [layout-align='center center'], [layout-align='end center'], [layout-align='space-between center'], [layout-align='space-arround center'] {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.box-sizing-border * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[layout-align='start center'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.advantage-box li {
    width: 100%;
    padding: 20px 25px;
    -webkit-box-shadow: 0px 2px 8px 0px rgb(64 85 127 / 20%);
    box-shadow: 0px 2px 8px 0px rgb(64 85 127 / 20%);
    background-color: #fff;
    border-radius: 5px;
}

[layout-flex='none'] {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.box-sizing-border * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.advantage-box .advantage-icon {
    text-align: center;
    width: 50px;
    background-size: contain;
    margin-right: 20px;
    font-size: 50px;
}

.color-main-596680 {
    color: #596680;
}

.box-sizing-border * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.advantage-box li p:last-child {
    margin-top: 10px;
    color: #8a8c99;
    line-height: 20px;
}

.advantage-box ul {
    width: 100%;
    position: absolute;

}

.advantage-box li p:first-child {
    font-weight: bold;
}

.font-size-16 {
    font-size: 16px;
}

.a-btn-go-buy {
    height: 40px;
    background-color: #ffeae5;
    border: solid 1px #ffaa99;
    color: #ff5533;
    line-height: 40px;
    line-height: 36px;
}

.a-btn-go-buy:hover {
    color: #ff9985;
}

.start-box {
    width: 100%;
    background: #F1F5FA url(https://www.apayun.com/static/images/apy/common/bg-footer.jpg) no-repeat center center;
    padding-bottom: 60px;
    background-size: cover;
}

.box-sizing-border * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.join-apy-wrap {
    padding-top: 58px;
}


.box-sizing-border * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[layout-align='start start'], [layout-align='center start'], [layout-align='end start'], [layout-align='space-between start'], [layout-align='space-arround start'] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

[layout-align='space-between start'], [layout-align='space-between center'], [layout-align='space-between end'] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

[layout-align] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.box-sizing-border *, .box-sizing-border .zk_textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[layout-align='start start'], [layout-align='center start'], [layout-align='end start'], [layout-align='space-between start'], [layout-align='space-arround start'] {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

[layout-align='space-between start'], [layout-align='space-between center'], [layout-align='space-between end'] {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.join-apy-wrap li {
    position: relative;
}

.font-weight-bold {
    font-weight: 900;
}

.join-apy-wrap li h3 {
    margin-top: -1px;
    margin-bottom: 8px;
}

.join-apy-wrap li p {
    font-size: 16px;
}

.join-apy-wrap li {
    display: flex;
    justify-content: center;
}
.font-size-24 {
    font-size: 24px;
}

.join-apy-wrap .box-sizing-show:after {
    position: absolute;
    content: '';
    right: -10px;
    display: block;
    width: 1px;
    height: 70px;
    background-color: #e1e6f1;
}

.join-apy-wrap .icon-hook {
    margin-right: 15px;
    width: 34px;
    height: 34px;
}

@media screen and (max-width: 768px) {

    .banner-box {
        background-size: cover;
    }

    img.shape-main {
        display: none;
    }

    img.shape6 {
        top: 510px !important;
    }

    img.shape4 {
        left: 5px !important;
        bottom: 300px !important;
    }

    .layui-logo > img {
        top: 12px !important;
    }

    .ew-footer .img-group {
        padding-left: 100px !important;
        height: 103px !important;
    }

    .ew-footer .img-group > img {
        width: 90px !important;
        height: 90px !important;
        top: 7px !important;
    }

    .mobile-none {
        display: none;
    }

    .slider-main .banner-common-text p:first-child {
        font-size: 30px;
        line-height: 35px;
    }

    [layout-align] {
        display: flex;
        flex-direction: column;
    }

    .advantage-box .advantage-icon {
        width: 35px;
    }

    .advantage-box .advantage-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .sm-hidden {
        display: none;
    }

    .advantage-box li p {
        width: auto;
        font-size: 12px;
    }

    .advantage-box li {
        text-align: center;
        display: block;
        padding: 15px 5px 20px;
    }

    .advantage-box ul {
        top: -70px;
    }

    .slider-main .banner-common-text p:last-of-type {
        margin-bottom: 30px;
    }

    .join-apy-wrap .box-sizing-show:after {
        display: none;
    }

    .join-apy-wrap li div {
        text-align: center;
    }

    .start-box {
        background: #F1F5FA url(https://www.apayun.com/static/images/apy/mobile/common/bg-footer.jpg) no-repeat center center;
        padding-bottom: 20px;
    }

    .join-apy-wrap {
        padding-top: 20px;
    }

    .font-size-24 {
        font-size: 20px;
    }

    .join-apy-wrap li p {
        font-size: 14px;
    }
}

.layui-badge-green {
    color: #52c41a;
    background: #f6ffed;
    border: 1px solid #b7eb8f
}

.layui-badge-blue {
    color: #1890ff;
    background: #e6f7ff;
    border: 1px solid #91d5ff
}

.layui-badge-paypal {
    color: #003087;
    background: #dfe7ff;
    border: 1px solid #aac9ff
}

.layui-badge-red {
    color: #f5222d;
    background: #fff1f0;
    border: 1px solid #ffa39e
}

.layui-badge-yellow {
    color: #faad14;
    background: #fffbe6;
    border: 1px solid #ffe58f
}

.layui-badge-gray {
    color: #8c8c8c;
    background: #fafafa;
    border: 1px solid #ccc
}

.layui-badge {
    height: 20px;
    line-height: 19px;
    box-sizing: border-box
}