: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 )
}

html, body {
    background-color: #fff;
}

* {
    /*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);
}