:root {
    --nav-height: 62px;
    --nav-height-mob: 62px;
    --nav-item-height: 200px;
    --banner-top: 50vh;
    --banner-padding-bottom: 26%;
    --banner-padding-bottom-mob: 50%;
    --cont-height-mob: calc( 100vh - var(--nav-height-mob) - 60px )
}
* {
    /*transition: all linear .6s !important;*/
}
.ctn img {
    max-width: 100% !important;
}
i {
    transition: all linear .3s !important;
}
.layui-carousel {
    background-color: #fff !important;
}
/*  容器  */
@media (max-width: 768px) {
    .gj-pad-tb100 {
        padding: 30px 0 !important;
    }
    .ery-mag-t50 {
        margin-top: 20px !important;
    }
}
.gj-cont-mob-height {
    min-height: var(--cont-height-mob);
}
.gj-banner-padding-bottom {
    padding-bottom: var(--banner-padding-bottom);
}
.gj-banner-padding-bottom-mob {
    padding-bottom: var(--banner-padding-bottom-mob);
}
/*   顶部导航   */
.gj-cont-padding-top {
    padding-top: var(--nav-height);
}
.gj-cont-padding-top-mob {
    padding-top: var(--nav-height-mob);
}
.gj-cont-margin-top-mob {
    margin-top: var(--nav-height-mob);
}
.gj-nav-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, .5);
}
.sidebar-shadow {
    box-shadow: 0 0 30px 5px rgba(0, 0, 0, .15);
}
.sidebar-hover:hover .sidebar-icon{
    transform: translateY(-40px);
}
.article-hover-left:hover .article-icon{
    transform: translateX(-30px);
}
.article-hover-right:hover .article-icon{
    transform: translateX(30px);
}
.article-hover-left .article-icon,
.article-hover-right .article-icon {
    transition: opacity .2s linear;
}
.article-hover-left:hover .article-icon:nth-child(1),
.article-hover-right:hover .article-icon:nth-child(2) {
    opacity: 0;
}
.sidebar-close:hover {
    transform: rotate(225deg) !important;
}
/*  边框    */
.gj-border-b-solid-gold-2 {
    border-bottom: 2px solid #d0b372;
}
.gj-border-a-solid-gold-2 {}
/*  外边距   */
.gj-mar-t-part {
    /*margin-top: var(--banner-top);*/
}
/*  内边距   */
.gj-pad-a-8 {
    padding: 8px;
}
.gj-pad-a-100 {
    padding: 100px;
}
.gj-pad-tb100 {
    padding: 100px 0;
}
/*  行高    */
.gj-text-line-height-1 {
    line-height: 1 !important;
}
/*  动效    */
.gj-hover-display,
.sidebar-icon,
.sidebar-close,
.sidebar-wechat-box,
.zmt-box,
.ery-bg-imgbox.wc-tsy-t-5,
.member-btn div.ery-pos-a,
.pay-box,
.ery-bg-img,
.article-accessory-ctn {
    transition: all ease-in-out .6s;
}
.member-btn:hover div.ery-pos-a {
    top: var(--nav-height) !important;
}
.gj-hover-display:hover .gj-nav-item {
    transform: translateY( calc( var(--nav-item-height) + var(--nav-height) ) );
}
.address-item.gj-hover-display:hover .edit-address {
    visibility: inherit !important;
}
.address-item.gj-hover-display:hover {
    background-color: rgba(0, 0, 0, .05);
}
.gj-nav-item {
    top: calc( var(--nav-item-height) * -1 );
    left: 0;
    transition: all 1s ease-in-out 0s;
}
.gj-t-change-black:hover {
    color: #000 !important;
    font-weight: 700;
}
.gj-t-change-gold:hover {
    color: #d0b372 !important;
}
.gj-t-change-white:hover {
    color: #fff !important;
}
.gj-hover-display:hover .gj-border-a-solid-gold-2 {
    border: 2px solid #d0b372;
}
.gj-hover-border-linear:hover .gj-border-b-solid-gold-2 {
    margin-right: 0 !important;
    transition: margin-right .6s linear .1s;
}
.gj-bgc-change-gold {
    background-color: #fff;
    transition: all linear .2s;
}
.gj-bgc-change-white-1:hover {
    background-color: rgba(255, 255, 255, .1) !important;
}
.gj-bgc-change-white-2:hover {
    background-color: rgba(255, 255, 255, .2) !important;
}
.gj-bgc-change-gold:hover {
    background-color: #d0b372 !important;
    color: #fff !important;
    border-color: #ddd;
}
.gj-ctn-hidden-hover:hover .gj-ctn-hidden-item {
    opacity: 1 !important;
}
.gj-a-change-gold:hover a {
    color: #d0b372 !important;
}
.gj-hover-display:hover .gj-bgi-hidden-hover {
    opacity: 1 !important;
}
.gj-hover-display:hover .con-bleft {
    width: 50% !important;
}
.hover-img-bigger:hover div.ery-bg-img {
    transform: scale(1.05);
    transition: all .6s ease-in-out;
}
/*  背景    */
.gj-bg-black {
    background-color: #222 !important;
}
.gj-bgc-silvery {
    background: linear-gradient(135deg, #edebe6, #D9D9D9);
}
.gj-bg-gold {
    background-color: #d0b372;
}
.gj-bgc-white-2 {
    background-color: rgba(255, 255, 255, .2) !important;
}
.gj-bgc-gold-linear-a {
    /*background: linear-gradient(135deg, #bfb199 0%, #888 0%, #999 100%);*/
    background: linear-gradient(135deg, #474646 0%, #474646 0%, #bfb199 0%);
}
.gj-bgc-gold-linear {
    background: linear-gradient(135deg, #bfb199 0%, #474646 70%, #474646 70%);
}
.gj-bgc-gold-linear-re {
    background: linear-gradient(135deg, #474646  0%, #474646 70%, #bfb199 70%);
}
.gj-bgc-gold-linear-opacity-05 {
    background: linear-gradient(135deg, rgba(191, 177, 153, .05) 0%, rgba(71, 70, 70, .05) 70%, rgba(71, 70, 70, .05) 70%);
}
.gj-bgc-gold-linear-opacity-2 {
    background: linear-gradient(135deg, rgba(191, 177, 153, .2) 0%, rgba(71, 70, 70, .2) 70%, rgba(71, 70, 70, .2) 70%);
}
/*      字体        */
.gj-text-silvery {
    background-image: linear-gradient(135deg, #edebe6, #D9D9D9);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}
.gj-text-green {
    color: #07c160 !important;
}
/*      头像上传预览组件        */
/*  默认150*150px  */
.wc-upload-img-container {
    width: 150px;
    height: 150px;
    line-height: 150px;
}
.wc-upload-img {
    z-index: 2;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
}
.wc-preview-img {
    z-index: 1;
    top: 0;
    left: 0;
    width: 148px;
    height: 148px;
}
/*   其他   */
.gj-text-inherit,
.gj-text-inherit a {
    color: inherit;
}
.gj-foot-link-after:last-child {
    display: none;
}
/*     ------     */
/*   用户登录   */
.index-box,.login-box{
    min-height: 80vh;
}
.index-shadow{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
.t-gold{
    color: #d0b372 !important;
}
.con-bleft{
    transition: left 1.2s ease;
    position: absolute;
    top: 0;
    left: -50%;
    width: 65%;
    height: 100%;
    background: -webkit-linear-gradient(-45deg, #bfb199 0%, #474646 70%, #474646 70%);
    background: linear-gradient(135deg, #bfb199 0%, #474646 70%, #474646 70%);
    z-index: 1;
    -webkit-transform: skewX(-21deg);
    transform: skewX(-45deg);
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color: #d0b372;
}
.layui-laypage a, .layui-laypage span{
    font-size: 16px;
}
.layui-laypage a:hover, .layui-laypage span:hover{
    color: #d0b372;
}
.meb-user{
    background-image: url("../user-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.meb-in-uicon{
    width: 120px;
}
.meb-body{
    min-height: 50vh;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.1);
}
* {
    /*transition: all ease-in-out .4s;*/
}
.iconfont {
    line-height: 1;
}
/*      挂载      */
.wc-hyper-jump {}
/*      容器       */
.wc-cont{
    width: 1280px;
    margin: 0 auto;
}
.mobile-display-block,
.mobile-display-flex {
    display: none !important;
}
@media (max-width: 1400px) {
    .wc-cont{
        width: 1280px;
    }
}
@media (max-width: 1280px) {
    .wc-cont{
        width: 1200px;
    }
}
@media (max-width: 1024px) {
    .wc-cont{
        width: 960px;
    }
}
@media (max-width: 768px) {
    .wc-cont{
        width: 95%;
    }
    .mobile-display-none {
        display: none !important;
    }
    .mobile-display-flex {
        display: flex !important;
    }
    .mobile-display-block {
        display: block !important;
    }
}
/*      flex      */
.wc-flex-grow {
    flex-grow: 1;
}
.wc-flex-shrink {
    flex-shrink: 1 !important;
}
.wc-flex-wrap {
    flex-wrap: wrap;
}
.wc-flex-nowrap {
    flex-wrap: nowrap !important;
}
/* 		position 	 */
.wc-position-sticky {
    position: sticky !important;
}
.wc-position-fixed {
    position: fixed !important;
}
/*      高度      */
.wc-h-100per {
    height: 100%;
    max-height: 100%;
}
.wc-h-calc {
    height: calc(100vh - 124px);
    min-height: 59vh;
}
.wc-h-min-12vh {
    height: auto;
    min-height: 12vh;
}
.wc-h-min-15vh {
    height: auto;
    min-height: 15vh;
}
.wc-h-min-20vh {
    height: auto;
    min-height: 20vh;
}
.wc-h-min-35vh {
    height: auto;
    min-height: 35vh;
}
.wc-h-min-45vh {
    height: auto;
    min-height: 45vh;
}
.wc-h-min-65vh {
    height: auto;
    min-height: 65vh;
}
.wc-h-min-85vh {
    height: auto;
    min-height: 85vh;
}
.wc-h-min-95vh {
    height: auto;
    min-height: 95vh;
}
.wc-h-min-100vh {
    height: auto;
    min-height: 100vh;
}
.wc-h-max {
    height: auto;
    max-height: 100%;
}
.wc-h-max-50 {
    height: auto;
    max-height: 50%;
}
.wc-h-max-35vh {
    height: auto;
    max-height: 35vh;
}
.wc-h-max-50vh {
    height: auto;
    max-height: 50vh;
}
/*      宽度        */
.wc-w-20vw {
    width: 20vw;
}
.wc-w-max-30per {
    max-width: 30%;
}
.wc-w-max-40per {
    max-width: 40%;
}
.wc-w-max-50per {
    max-width: 50%;
}
.wc-w-max-60per {
    max-width: 60%;
}
.wc-w-max-70per {
    max-width: 70%;
}
.wc-w-max-80per {
    max-width: 80%;
}
.wc-w-max-90per {
    max-width: 90%;
}
.wc-w-max-100per {
    width: 100%;
    max-width: 100%;
}
.wc-w-min-100px {
    min-width: 100px;
}
.wc-w-min-200px {
    min-width: 200px;
}
.wc-w-min-350px {
    min-width: 350px;
}
/*      背景       */
.wc-bgc-fafafa {
    background-color: #fafafa;
}
.wc-bgc-white-01 {
    background-color: rgba(255, 255, 255, .01);
}
.wc-bgc-white-80 {
    background-color: rgba(255, 255, 255, .8);
}
.wc-bgc-white-95 {
    background-color: rgba(255, 255, 255, .95);
}
.wc-bgc-black-05 {
    background-color: rgba(0, 0, 0, .05);
}
.wc-bgc-black-20 {
    background-color: rgba(0, 0, 0, .2);
}
.wc-bgc-black-50 {
    background-color: rgba(0, 0, 0, .5);
}
.wc-bgc-black-60 {
    background-color: rgba(0, 0, 0, .6);
}
.wc-bgc-black-80 {
    background-color: rgba(0, 0, 0, .8);
}
.wc-bgc-blue {
    background-color: rgba(0, 149, 205);
}
.wc-bgc-blue-a1 {
    background-color: rgba(150, 205, 255, .1);
}
.wc-bgc-linear-blue {
    background: linear-gradient(to right bottom, #cdecff, #96cdff);
}
.wc-bgc-linear-blue-re {
    background: linear-gradient(to right bottom, rgba(150, 205, 255, 1), rgba(205, 236, 255, 1));
}
.wc-bgc-linear-blue-a {
    background: linear-gradient(to right bottom, rgba(150, 205, 255, 1), rgba(205, 236, 255, .8));
}
.wc-bgc-change-blue:hover {
    background-color: rgba(0, 149, 205);
}
.wc-bgc-change-white:hover {
    background-color: #fff !important;
}
/*      背景图片    -- 自身需要设定高度、宽度      */
.wc-bgi-responsive,
.wc-bgi-contain {
    background-repeat: no-repeat;
    background-position: center;
}
.wc-bgi-contain {
    background-size: contain;
}
.wc-bgi-responsive {
    background-size: cover;
}
.wc-bgi-1x1 {
    padding-bottom: 100%;
}
.wc-bgi-3x2 {
    padding-bottom: 66.7%;
}
.wc-bgi-3x4 {
    padding-bottom: 133.3%;
}
.wc-bgi-2x1 {
    padding-bottom: 50%;
}
.wc-bgi-4x1 {
    padding-bottom: 25%;
}
.wc-bgi-4x3 {
    padding-bottom: 75%;
}
.wc-bgi-1x1,
.wc-bgi-2x1,
.wc-bgi-3x2,
.wc-bgi-3x4,
.wc-bgi-4x1,
.wc-bgi-4x3 {
    position: relative;
    width: 100%;
    height: 0;
}
/*      边框        */
.wc-border-th-solid-black {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    left: 0;
    border-top: 1px solid #dddddd;
    z-index: -1;
}
.wc-border-t-solid-white {
    border-top: 1px solid #ffffff;
}
.wc-border-t-solid-white-3 {
    border-top: 1px solid #fafafa;
}
.wc-border-t-solid-white-3-2px {
    border-top: 2px solid #fafafa;
}
.wc-border-t-solid-black {
    border-top: 1px solid #ededed;
}
.wc-border-t-solid-black-1 {
    border-top: 1px solid rgba(0, 0, 0, .1);
}
.wc-border-t-solid-black-2 {
    border-top: 1px solid rgba(0, 0, 0, .2);
}
.wc-border-t-solid-black-3 {
    border-top: 1px solid rgba(0, 0, 0, .3);
}
.wc-border-b-solid-white {
    border-bottom: 1px solid #ffffff;
}
.wc-border-b-solid-white-3 {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.wc-border-b-solid-white-3-2px {
    border-bottom: 2px solid #fafafa;
}
.wc-border-l-solid-white-3 {
    border-left: 1px solid #fafafa;
}
.wc-border-l-solid-white-3-2px {
    border-left: 2px solid #fafafa;
}
.wc-border-r-solid-white-3 {
    border-right: 1px solid #fafafa;
}
.wc-border-r-solid-white-3-2px {
    border-right: 2px solid #fafafa;
}
.wc-border-b-solid-black {
    border-bottom: 1px solid #ededed;
}
.wc-border-b-solid-black-1 {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.wc-border-bottom-dashed-black-2 {
    border-bottom: 1px dashed rgba(0, 0, 0, .2);
}
.wc-border-b-solid-green {
    border-bottom: 2px solid #0a8;
}
.wc-border-b-solid-blue {
    border-bottom: 1px solid #0ae;
}
.wc-border-b-solid-blue-2px {
    border-bottom: 2px solid #0ae;
}
.wc-border-a-dcdfe6 {
    border: 1px solid #dcdfe6;
}
/*      边框R角      */
.wc-border-all {
    border-radius: 10px;
}
.wc-border-rad-top {
    border-radius: 5px 5px 0 0;
}
.wc-border-rad-bottom {
    border-radius: 0 0 5px 5px;
}
.wc-border-rad-left {
    border-radius: 5px 0 0 5px;
}
.wc-border-rad-right {
    border-radius: 0 5px 5px 0;
}
/*      表单        */
.wc-input-h {
    border: 1px solid rgba(0, 0, 0, .5) !important;
    height: 30px !important;
    border-radius: 5px !important;
}
.wc-input-h:hover {
    border-color: #eee !important;
}
.wc-input-h:focus {
    border: 1px solid #0a8 !important;
}
.wc-input-placeholder::placeholder {
    color: #dfdfdf;
}
.wc-textarea {
    resize: none;
    height: 120px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 5px;
}
.wc-textarea::placeholder {
    color: rgba(0, 0, 0, .3);
    font-size: 14px;
}
/*      动效      */
.wc-flow:hover {
    transform: translate3d(0,-3px,0);
}
.wc-tsy-t-1:hover {
    transform: translateY(-1px);
}
.wc-tsy-t-2:hover {
    transform: translateY(-2px);
}
.wc-tsy-t-5:hover {
    transform: translateY(-5px);
}
.hover-img-bigger:hover div.ery-bg-img {
    transform: scale(1.1);
}
.hover-img-bigger,
.hover-img-bigger i,
.hover-box-shadow {
    transition: all .6s ease-in-out;
}
.hover-img-bigger:hover i {
    transform: scale(1.3);
}
.hover-img-box {
    overflow: hidden;
    position: relative;
}

.hover-box-shadow:hover {
    border-color: transparent !important;
    box-shadow: 0 6px 15px rgba(0, 0, 0, .1);
    margin-top: -1px;
}
.hover-border-black-01-05 {
    border: 1px solid rgba(0, 0, 0, .2);
}
.hover-border-black-01-05:hover {
    border: 1px solid rgba(0, 0, 0, .4);
}
.hover-border-black-01-05:hover .hover-border-black-01-05 {
    border: 1px solid rgba(0, 0, 0, .4);
}
.hover-box-shadow:hover .hover-border-linear,
.hover-border-black-01-05:hover .hover-border-linear {
    margin-right: 0 !important;
    transition: margin-right .5s linear .1s;
}
.wc-text-opacity-0-1 {
    animation: text-linear-opacity 2s ease-in-out 1s;
    animation-fill-mode: forwards;
}
@keyframes text-linear-opacity {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/*      阴影        */
.wc-shadow {
    transition: all .2s linear;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .03);
}
.wc-shadow-deep {
    transition: all .4s linear;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.wc-shadow:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
}
.wc-shadow-deep:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .4);
}
.wc-shadow-top {
    box-shadow: 0 -1px 10px 5px rgba(0, 0, 0, .05);
}
.wc-shadow-bottom {
    box-shadow: 0 1px 10px 5px rgba(0, 0, 0, .2);
}
.wc-shadow-always {
    box-shadow: 0 1px 10px 5px rgba(0, 0, 0, .03);
}
/*      字体        */
.wc-fw-500 {
    font-weight: 500;
}
.wc-fw-550 {
    font-weight: 550;
}
.wc-fw-700 {
    font-weight: 700;
}
.wc-fw-800 {
    font-weight: 800;
}
.wc-t-hidden,
.wc-t-hidden2,
.wc-t-hidden3,
.wc-t-hidden5 {
    white-space:normal;
    word-break:break-all;
    word-wrap: break-word;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.wc-t-hidden2 {
    -webkit-line-clamp:2;
}
.wc-t-hidden3 {
    -webkit-line-clamp:3;
}
.wc-t-hidden5 {
    -webkit-line-clamp:5;
}
.wc-t-change-green:hover,
.wc-t-change-green:hover h3 {
    color: #0a8 !important;
}
.wc-t-change-red:hover {
    color: #e31613 !important;
}
.wc-t-change-blue:hover,
.wc-t-change-blue:hover h3,
.wc-t-change-blue:hover > a {
    color: #0ae !important;
}
.wc-text-black {
    color: #000;
}
/*      图片        */
.wc-img-vertical-align-tb {
    vertical-align: text-bottom;
}
.wc-img-vertical-align-b {
    vertical-align: bottom;
}
.wc-img-vertical-align-m {
    vertical-align: middle;
}
.wc-img-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wc-img-max {
    height: auto;
    width: 100%;
    object-fit: contain;
}
/*      链接        */
.wc-link-green:hover {
    border-bottom: 2px solid #0a8;
}
.wc-link-gold:hover {
    border-bottom: 2px solid #d0b372;
}
.wc-link-blue:hover {
    border-bottom: 2px solid #0ae;
}
.wc-link-blue-1px:hover {
    border-bottom: 1px solid #0ae;
}
.wc-link-bg-green:hover,
.wc-link-bg-green:focus {
    background-color: #0a8;
    color: #fff !important;
}
.wc-link-bg-blue:hover,
.wc-link-bg-blue:focus {
    background-color: #0ae;
    color: #fff !important;
}
/*      外边距       */
.wc-mar-none {
    margin: 0 !important;
}
.wc-mar-t2 {
    margin-top: 2px;
}
/*      伪元素       */
.wc-after,
.wc-after-dotted {
    position: relative;
}
.wc-after:after,
.wc-after-dotted:after  {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    box-sizing: border-box;
}
.wc-after:after {
    border-right: 2px solid #fafafa;
}
.wc-before:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    box-sizing: border-box;
    /*background: linear-gradient(to right bottom, #cdecff, #96cdff);*/
    background-color: #d0b372;
}
/*      css可视性        */
.wc-v-hidden {
    visibility: hidden;
}
.wc-display-container {}
.wc-display-item {}
.wc-display-point {}
.wc-display-hover {}
.wc-display-none {
    display: none !important;
}
.wc-display-block {
    display: block !important;
}
.wc-display-inline-block {
    display: inline-block !important;
}
.wc-display-flex {
    display: flex !important;
}
/*      透明度       */
.wc-opacity {
    opacity: 0;
}
/*      响应规则        */
.wc-display-hover:hover .wc-display-none {
    display: block !important;
}
/*      导航      */
.wc-nav-logo {
    width: 62px;
    max-width: 62px;
    height: auto;
    max-height: 62px;
}
/*      自适应滚动条      */
.wc-overflow-y-auto {
    overflow-y: auto;
}

.in-hdp{
    height: calc(100vh - 60px);
}
.goods-top{
    padding-left: 30px;
}
.nav-menu{
    display: none;
}
.nav-menu-li:hover .nav-menu{
    display: block;
}