#loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: #fff;
}

html {
    width: 100%;
    min-width: 320px;
    font-size: 100px;
    overflow-x: hidden;
}

.overflow {
    height: 100vh;
    overflow: hidden !important;
}

.container {
    width: 1600px;
    max-width: 90%;
    margin: 0 auto;
    font-size: .16rem;
}

.header {
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1000;
    width: 100%;
    padding: .12rem 0 .12rem;
    background: linear-gradient(272deg, #4854BC 9%, #82BE08 94%);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.header .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header .right-wrapper {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    width: calc(100% - 4.8rem);
    max-width: 10.6rem;
}

.header.scroll {
    padding: 7px 0;
}

.header.scroll .nav {
    margin: -.1rem 0 0;
}

.header.scroll .nav li > a {
    line-height: .5rem;
}

.header.scroll .logo img {
    max-height: .56rem;
}

.logo {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    max-width: 4.3rem;
}

.logo img {
    max-height: .7rem;
}

.top-link {
    margin: 0 .15rem 0 0;
}

.top-link a {
    position: relative;
    display: inline-block;
    margin: 0 .17rem 0 .15rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.2rem;
    color: rgba(255, 255, 255, 0.8);
    text-align: left;
}

.top-link a::after {
    position: absolute;
    top: 2px;
    right: -0.18rem;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.3);
    content: "";
    -webkit-transform: rotate(20deg);
    -moz-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    -o-transform: rotate(20deg);
    transform: rotate(20deg);
}

.top-link a:hover {
    color: #fff;
    text-decoration: underline;
}

.nav {
    width: 100%;
}

.nav ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav .line {
    width: 1px;
    height: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2363) 56%, rgba(255, 255, 255, 0) 100%);
}

.nav li {
    position: relative;
}

.nav li a {
    position: relative;
    display: block;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 0.56rem;
    color: #fff;
    text-align: center;
}

.nav li > a {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.nav li:hover .sub-nav {
    visibility: visible;
    top: calc(100% + 7px);
    opacity: 1;
}

.nav .sub-nav {
    position: absolute;
    top: 150%;
    right: auto;
    bottom: auto;
    left: calc(50% - .8rem);
    z-index: 1;
    width: 1.6rem;
    padding: 0 0 .06rem;
    background: #4E59BF;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    background: white;
    border-radius: 2px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.nav .sub-nav::before {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 100%;
    height: .06rem;
    background: #fff;
    border-radius: 2px 2px 0 0;
}

.nav .sub-nav a {
    padding: .12rem 5px;
    font-size: .16rem;
    font-weight: 400;
    line-height: .24rem;
    color: #333;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.nav .sub-nav a:hover {
    color: #fff;
    background: linear-gradient(281deg, #4854BC 10%, #82BE08 94%);
}

.nav .sub-nav .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 12px;
    overflow: hidden;
}

.nav .sub-nav .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: #fff;
    -webkit-transform: translate(0px, 6px) rotate(45deg);
    -moz-transform: translate(0px, 6px) rotate(45deg);
    -ms-transform: translate(0px, 6px) rotate(45deg);
    -o-transform: translate(0px, 6px) rotate(45deg);
    transform: translate(0px, 6px) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.banner {
    font-size: 0;
    width: 100%;
    height: 100%;
}

.banner::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 21%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(84, 103, 97, 0) 100%, rgba(255, 255, 255, 0) 100%);
    content: "";
}

.banner .img {
    position: relative;
    display: block;
    width: 100%;
    height: 7.4rem;
    overflow: hidden;
}

.banner .img img {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: transform 0.6s linear 0s;
    -moz-transition: transform 0.6s linear 0s;
    -ms-transition: transform 0.6s linear 0s;
    -o-transition: transform 0.6s linear 0s;
    transition: transform 0.6s linear 0s;
}

.banner .swiper-slide-active img {
    -webkit-transition: transform 6s linear 1s;
    -moz-transition: transform 6s linear 1s;
    -ms-transition: transform 6s linear 1s;
    -o-transition: transform 6s linear 1s;
    transition: transform 6s linear 1s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banner .pagination {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0.5rem;
    left: 0%;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.banner .pagination .swiper-pagination-bullet {
    display: inline-block;
    padding: 1px;
    width: auto;
    height: auto;
    margin: 0 .14rem;
    cursor: pointer;
    border-radius: 50%;
    border: 1px dashed rgba(255, 255, 255, 0.6);
    background: none;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.banner .pagination .swiper-pagination-bullet::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: none;
    padding: 0;
}

.banner .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    width: 25px;
    height: 15px;
    background: url("https://www.designyourjewels.com/images/icon1.png") no-repeat 50% 50%;
    animation: yuan-ani1 1s ease;
}

@keyframes yuan-ani1 {
    0% {
        -webkit-transform: scale(0.3);
        -moz-transform: scale(0.3);
        -ms-transform: scale(0.3);
        -o-transform: scale(0.3);
        transform: scale(0.3);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.pad-btn {
    display: flex;
    align-items: center;
    font-size: 0;
}

.pad-btn .search-btn {
    position: relative;
    z-index: 5;
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url("https://www.designyourjewels.com/images/search.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    border-radius: 50%;
    cursor: pointer;
}

.pad-btn .nav-btn {
    display: none;
    position: relative;
    z-index: 5;
    width: 33px;
    margin: 0 0 0 .2rem;
    vertical-align: middle;
    cursor: pointer;
}

.pad-btn .nav-btn i {
    display: block;
    height: 2px;
    margin: 9px 0;
    background: #fff;
    -webkit-transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
    transition: all 0.25s linear 0s;
}

.pad-btn .nav-btn.close i:nth-child(1) {
    -webkit-transform: translate(0px, 11px) rotate(45deg);
    -moz-transform: translate(0px, 11px) rotate(45deg);
    -ms-transform: translate(0px, 11px) rotate(45deg);
    -o-transform: translate(0px, 11px) rotate(45deg);
    transform: translate(0px, 11px) rotate(45deg);
}

.pad-btn .nav-btn.close i:nth-child(2) {
    opacity: 0;
}

.pad-btn .nav-btn.close i:nth-child(3) {
    -webkit-transform: translate(0px, -11px) rotate(-45deg);
    -moz-transform: translate(0px, -11px) rotate(-45deg);
    -ms-transform: translate(0px, -11px) rotate(-45deg);
    -o-transform: translate(0px, -11px) rotate(-45deg);
    transform: translate(0px, -11px) rotate(-45deg);
}

#mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s linear 0.4s;
    -moz-transition: all 0.3s linear 0.4s;
    -ms-transition: all 0.3s linear 0.4s;
    -o-transition: all 0.3s linear 0.4s;
    transition: all 0.3s linear 0.4s;
}

#mask::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: 100%;
    height: 30%;
    opacity: 0;
    background: rgba(0, 0, 0, 0.45);
    content: "";
    -webkit-transition: all 0.3s linear 0.2s;
    -moz-transition: all 0.3s linear 0.2s;
    -ms-transition: all 0.3s linear 0.2s;
    -o-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s;
}

#mask .search-box {
    position: absolute;
    top: 40%;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 10;
    width: 100%;
    padding: .2rem 0;
    overflow: hidden;
}

#mask .search-box .formss {
    position: relative;
    background: #fff;
    white-space: nowrap;
    padding: .15rem .18rem .15rem .18rem;
    width: 80%;
    max-width: 7.5rem;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.42s linear 0s;
    -moz-transition: all 0.42s linear 0s;
    -ms-transition: all 0.42s linear 0s;
    -o-transition: all 0.42s linear 0s;
    transition: all 0.42s linear 0s;
    box-shadow: 0 0 2px 0 #ccc;
    border-radius: 4px;
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
}

#mask .search-box .input {
    width: calc(100% - .55rem);
    height: .55rem;
    padding: 0 .1rem 0 .2rem;
    vertical-align: top;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.55rem;
    color: #333;
    text-align: left;
    border: 1px solid #edf5d4;
    border-radius: .5rem;
}

#mask .search-box .submit {
    width: .5rem;
    height: .55rem;
    vertical-align: top;
    background-image: url("https://www.designyourjewels.com/images/search2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
}

#mask .search-box .close {
    width: .55rem;
    height: .55rem;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: calc(100% + .3rem);
    z-index: 1;
    cursor: pointer;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}

#mask .search-box .close .line {
    display: block;
    width: 100%;
    height: 2px;
}

#mask .search-box .close .line i {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
}

#mask .search-box .close .line.l1 {
    -webkit-transform: translate(0, 25px) rotate(45deg);
    -moz-transform: translate(0, 25px) rotate(45deg);
    -ms-transform: translate(0, 25px) rotate(45deg);
    -o-transform: translate(0, 25px) rotate(45deg);
    transform: translate(0, 25px) rotate(45deg);
}

#mask .search-box .close .line.l2 {
    -webkit-transform: translate(0, 23px) rotate(-45deg);
    -moz-transform: translate(0, 23px) rotate(-45deg);
    -ms-transform: translate(0, 23px) rotate(-45deg);
    -o-transform: translate(0, 23px) rotate(-45deg);
    transform: translate(0, 23px) rotate(-45deg);
}

#mask .search-box .close:hover .line.l1 i {
    animation: line-ani1 .5s ease-in-out .3s;
}

#mask .search-box .close:hover .line.l2 i {
    animation: line-ani1 ease-in-out .5s;
}

#mask.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

#mask.show::after {
    opacity: 1;
    height: 100%;
    -webkit-transition: all 0.45s linear 0s;
    -moz-transition: all 0.45s linear 0s;
    -ms-transition: all 0.45s linear 0s;
    -o-transition: all 0.45s linear 0s;
    transition: all 0.45s linear 0s;
}

#mask.show .search-box .formss {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: .2s;
    -ms-transition-delay: .2s;
}

@keyframes line-ani1 {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.mobile-box {
    display: none;
    position: fixed;
    top: 140px;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 100%;
    height: calc(100vh - 70px);
    padding: .15rem 4% .4rem;
    background: linear-gradient(180deg, #F8F9FF 0%, #fff 100%);
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    transition: all 0.4s linear 0s;
    opacity: 0;
    visibility: hidden;
}

.mobile-box::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: .35rem;
    background-image: url("https://www.designyourjewels.com/images/index_bg1.png");
    background-repeat: repeat-x;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}

.mobile-box .nav {
    height: calc(100% - 1.2rem);
    padding: 0 0 .2rem;
}

.mobile-box .nav ul {
    display: block;
    height: 100%;
    overflow-y: auto;
}

.mobile-box .nav li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #f5f5f5;
}

.mobile-box .nav .line {
    display: none !important;
}

.mobile-box .nav li:first-child {
    border-top: none;
}

.mobile-box .nav li:last-child {
    border-bottom: none;
}

.mobile-box .nav li a {
    color: #323232;
    font-weight: 500;
    padding: 0 .1rem;
    text-align: left;
}

.mobile-box .nav li .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: .56rem;
    height: .56rem;
    background-image: url("https://www.designyourjewels.com/images/arrow2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 7px;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.mobile-box .nav li .icon.close {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.mobile-box .nav li > a {
    font-size: .2rem;
}

.mobile-box .nav .sub-nav {
    display: none;
    position: static;
    opacity: 1;
    width: 100%;
    padding: 0 0 12px 30px;
    background: none;
    box-shadow: none;
    transition: none;
    border: none;
    visibility: visible;
}

.mobile-box .nav .sub-nav .tri {
    display: none;
}

.mobile-box .nav .sub-nav a {
    line-height: .4rem;
}

.mobile-box .nav .sub-nav::before {
    display: none;
}

.mobile-box .mobile-search {
    width: 100%;
    max-width: 7rem;
    margin: .15rem auto;
    overflow: hidden;
}

.mobile-box .mobile-search .formss {
    display: flex;
}

.mobile-box .mobile-search .input {
    width: calc(100% - .5rem);
    height: .5rem;
    margin: 0 .1rem 0 0;
    padding: 0 .1rem 0 .2rem;
    vertical-align: top;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.4rem;
    color: #333;
    text-align: left;
    background: #fff;
    border-radius: .5rem;
    border: 1px solid #edf5d4;
}

.mobile-box .mobile-search .submit {
    width: .5rem;
    height: .5rem;
    vertical-align: top;
    background-image: url("https://www.designyourjewels.com/images/search2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
}

.mobile-box .top-box {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.mobile-box .top-box a {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #4E59BF;
    text-align: left;
    margin: 0 .2rem;
    white-space: nowrap;
}

.mobile-box .top-link2 {
    margin: 0 .2rem;
}

.mobile-box.show {
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.tt1 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tt2 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.tt3 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.tt4 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.tt5 {
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.img-scale {
    position: relative;
    display: block;
    overflow: hidden;
}

.img-scale img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: transform 0.5s linear 0s;
    -moz-transition: transform 0.5s linear 0s;
    -ms-transition: transform 0.5s linear 0s;
    -o-transition: transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s;
}

.img-scale .img-frame {
    position: relative;
    overflow: hidden;
}

.img-scale .img {
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    -webkit-transition: transform 0.5s linear 0s;
    -moz-transition: transform 0.5s linear 0s;
    -ms-transition: transform 0.5s linear 0s;
    -o-transition: transform 0.5s linear 0s;
    transition: transform 0.5s linear 0s;
}

.img-scale .img img {
    display: none;
}

.img-scale:hover img {
    min-height: 100%;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

.img-scale:hover .img {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    transform: scale(1.07);
}

.column {
    position: relative;
    margin: .5rem 0 .58rem;
    text-align: left;
}

.column .more {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    padding: 5px 0 1px 10px;
    background-image: url("https://www.designyourjewels.com/images/icon3.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-color: transparent;
    background-size: auto;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.column .more:hover {
    padding-left: 15px;
    color: #4E59BF;
    font-weight: 700;
}

.column h3 {
    position: relative;
    display: inline-block;
    padding: 0 0 0 .2rem;
    font-size: 0.34rem;
    font-weight: 700;
    line-height: 0.36rem;
    color: #4E59BF;
    text-align: left;
}

.column h3::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    width: 2px;
    height: 100%;
    background: linear-gradient(178deg, #7EB805 0%, #05AC77 49%, #4B56CD 100%);
    content: "";
}

.column h3 .en {
    margin: 0 0 4px;
    font-size: .18rem;
    font-weight: 400;
    line-height: .2rem;
    color: #BCC1F9;
}

.more {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 17px;
    color: #d3d3d3;
    text-align: left;
}

.title {
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #323232;
    text-align: left;
}

.info {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #666;
    text-align: justify;
}

.date {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #4E59BF;
    text-align: left;
}

.index-news .column {
    text-align: left;
}

.index-notice {
    position: relative;
    z-index: 2;
    padding: 1px 0 .8rem;
    background-image: url("https://www.designyourjewels.com/images/index_bg2.png");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-color: transparent;
    background-size: 100% 100%;
}

.index-notice .column {
    margin: .38rem 0 .3rem;
}

.index-notice .column h3 {
    color: #fff;
}

.index-notice .column h3::before {
    background: #fff;
}

.index-notice .column h3 .en {
    color: rgba(255, 255, 255, 0.4);
}

.index-notice .column .more {
    color: #fff;
    background-image: url("https://www.designyourjewels.com/images/icon4.png");
}

.index-column {
    position: relative;
    z-index: 1;
    padding: 1px 0 1rem;
}

.index-column .column {
    margin-top: .4rem;
}

.index-column::after {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: -0.3rem;
    z-index: 1;
    width: calc(100% + .6rem);
    height: calc(100% + 1.4rem);
    content: "";
    border-radius: 50%;
    background: linear-gradient(180deg, #F8F9FF 0%, rgba(255, 255, 255, 0) 100%);
}

.index-column .container {
    position: relative;
    z-index: 2;
}

.index-column .arrow {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 29%;
    left: auto;
    z-index: 1;
    width: .51rem;
    height: .51rem;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.index-column .arrow::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("https://www.designyourjewels.com/images/arrow1.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
}

.index-column .arrow.swiper-prev {
    left: 0;
}

.index-column .arrow.swiper-next {
    right: 0;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.index-column .arrow:hover {
    background: linear-gradient(270deg, #7EBA03 0%, #454D96 100%);
}

.column-swiper .img-scale {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85);
}

.column-swiper .img-scale .img {
    padding: 54.11% 0 0;
}

.column-swiper .swiper-slide-next .img-scale {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.footer {
    position: relative;
    background: linear-gradient(274deg, #4854BC 9%, #82BE08 94%);
}

.footer::before {
    position: absolute;
    top: -0.26rem;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 2;
    width: 100%;
    height: .66rem;
    content: "";
    background-image: url("https://www.designyourjewels.com/images/index_bg3.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: transparent;
    background-size: auto;
}

.footer::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    content: "";
    width: 0;
    height: 0;
    border-top: 23px solid #fff;
    border-right: 30px solid #fff;
    border-bottom: 23px solid transparent;
    border-left: 30px solid transparent;
}

.footer .container {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .38rem 0 .25rem;
}

.foot-logo img {
    max-height: .67rem;
}

.foot-contact {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #fff;
    text-align: left;
}

.foot-contact a {
    color: #fff;
}

.QR-code {
    text-align: center;
}

.QR-code img {
    max-width: 80px;
}

.QR-code p {
    margin: .12rem 0 0;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.2rem;
    color: #fff;
    text-align: center;
}

.copy {
    padding: 6px .1rem;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

.copy a {
    color: rgba(255, 255, 255, 0.7);
}

#to-top {
    position: fixed;
    top: auto;
    right: -1rem;
    bottom: calc(20vh + .7rem);
    left: auto;
    z-index: 20;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    cursor: pointer;
    background: linear-gradient(281deg, #4854BC 10%, #82BE08 94%);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.42s linear 0s;
    -moz-transition: all 0.42s linear 0s;
    -ms-transition: all 0.42s linear 0s;
    -o-transition: all 0.42s linear 0s;
    transition: all 0.42s linear 0s;
}

#to-top::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("https://www.designyourjewels.com/images/toTop.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 0.34rem;
}

#to-top:hover {
    background-color: #7c0104;
}

#go-back {
    position: fixed;
    top: auto;
    right: -1rem;
    bottom: 20vh;
    left: auto;
    z-index: 20;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    cursor: pointer;
    background: linear-gradient(281deg, #4854BC 10%, #82BE08 94%);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.42s linear 0s;
    -moz-transition: all 0.42s linear 0s;
    -ms-transition: all 0.42s linear 0s;
    -o-transition: all 0.42s linear 0s;
    transition: all 0.42s linear 0s;
}

#go-back::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background-image: url("https://www.designyourjewels.com/images/GoBack.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 0.32rem;
}

#go-back:hover {
    background-color: #7c0104;
}

.decorate {
    position: relative;
    z-index: 1;
    padding: 30% 0 0;
}

.decorate img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section {
    position: relative;
    z-index: 2;
    /*overflow: hidden;*/
}

.section .container {
    position: relative;
    padding: .3rem 0 .82rem;
}

.sidebar {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
}

.sidebar h3 {
    position: relative;
    width: 3rem;
    font-size: 0.34rem;
    font-weight: 700;
    line-height: 1.04rem;
    color: #fff;
    text-align: center;
    background-image: url("https://www.designyourjewels.com/images/index_bg4.png");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-color: transparent;
    background-size: auto;
}

.sidebar h3 .return-sup {
    display: none;
}

.main {
    position: relative;
    z-index: 1;
    margin-left: .22rem;
}

.main::before {
    position: absolute;
    top: 0.37rem;
    right: 100%;
    bottom: 0.63rem;
    left: -0.22rem;
    z-index: 1;
    content: "";
    background: #F2F6F2;
}

.main .main-box {
    position: relative;
    z-index: 2;
    padding: .25rem .88rem .5rem;
    border-top: 2px solid #71A124;
    box-shadow: 0px 4px 22px 0px rgba(61, 103, 188, 0.15);
    background: #fff;
}

.main .main-box.article-box {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.main .main-box.article-box .article {
    width: calc(100% - 4.2rem);
}

.main .main-box.article-box .news-box {
    width: 3.5rem;
}

@keyframes line-ani2 {
    0% {
        width: calc(100% - 2rem);
    }

    100% {
        width: calc(100% - 1.2rem);
    }
}

.picture1 {
    font-size: 0;
    margin: 0 -0.31rem;
}

.picture1 > li {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 0 0.31rem;
}

.picture1 li {
    margin: 0 0 .6rem;
}

.picture1 .img-scale {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.picture1 .img-scale:hover {
    box-shadow: 0px 4px 10px 0px rgba(38, 53, 126, 0.15);
}

.picture1 .img-scale:hover .text {
    background-image: url("https://www.designyourjewels.com/images/index_bg1.png");
}

.picture1 .img-scale:hover .title {
    color: #4E59BF;
}

.picture1 .img-scale:hover .more {
    animation: line-ani2 1s ease;
}

.picture1 .img {
    padding: 56.4% 0 0;
}

.picture1 .text {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: .22rem .3rem;
    border: 1px solid #E8F4D0;
    border-top: none;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
}

.picture1 .title {
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    line-height: .26rem;
    height: .52rem;
    margin: 0 0 .1rem;
}

.picture1 .date span {
    margin: 0 4px 0 0;
    font-size: .2rem;
    letter-spacing: 0;
}

.picture1 .more {
    position: relative;
    color: #c5c5c5;
    width: calc(100% - 1.2rem);
    text-align: right;
}

.picture1 .more::before {
    position: absolute;
    top: 8px;
    right: 0.68rem;
    bottom: auto;
    left: auto;
    z-index: 1;
    content: "";
    width: calc(100% - .68rem);
    border-top: 1px dashed #C5C5C5;
}

.picture1 .more::after {
    position: absolute;
    top: 6px;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 1;
    content: "";
    width: 5px;
    height: 5px;
    background: #C5C5C5;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.picture2 li {
    padding: .15rem 0;
}

.picture2 .img-scale {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0 .17rem .17rem;
    overflow: visible;
}

.picture2 .img-scale::after {
    position: absolute;
    top: 0.22rem;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: "";
    background: linear-gradient(274deg, #4854BC 9%, #82BE08 94%);
    box-shadow: 0px 9px 22px 0px rgba(105, 128, 244, 0.2);
    opacity: 0;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.picture2 .img-scale:hover::after {
    opacity: 1;
}

.picture2 .img-scale:hover .title {
    color: #fff;
}

.picture2 .img-scale:hover .date {
    color: #fff;
}

.picture2 .img-scale:hover .date::after {
    background: #fff;
}

.picture2 .img-scale:hover .date p:first-child {
    color: #fff;
}

.picture2 .img-frame {
    width: 2.37rem;
}

.picture2 .img-frame .img {
    padding: 67.5% 0 0;
}

.picture2 .text {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: calc(100% - 2.75rem);
    padding: .22rem 0 0;
}

.picture2 .title {
    width: 100%;
    margin: 0 0 .25rem;
}

.picture2 .date {
    display: inline-block;
    color: #c5c5c5;
    line-height: .2rem;
}

.picture2 .date::after {
    display: block;
    content: "";
    box-sizing: border-box;
    height: 2px;
    margin: 5px 0 0;
    background: linear-gradient(270deg, #454D96 0%, #7EBA03 100%);
}

.picture2 .date p:first-child {
    font-size: .22rem;
    color: #4E59BF;
}

.list1 {
    font-size: 0;
    margin: 0 -0.3rem;
}

.list1 > li {
    display: inline-block;
    vertical-align: top;
    width: 33.3333333333%;
    padding: 0 0.3rem;
}

.list1 li {
    margin: 0 0 .12rem;
}

.list1 a {
    position: relative;
    display: block;
    padding: .12rem .3rem .4rem;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.list1 a::before {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    content: "";
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    opacity: 0;
    -webkit-transition: all 0.45s linear 0s;
    -moz-transition: all 0.45s linear 0s;
    -ms-transition: all 0.45s linear 0s;
    -o-transition: all 0.45s linear 0s;
    transition: all 0.45s ease-out 0s;
}

.list1 a::after {
    position: absolute;
    top: auto;
    right: 0.3rem;
    bottom: 0.15rem;
    left: auto;
    z-index: 2;
    content: "";
    width: .38rem;
    height: .17rem;
    background-image: url("https://www.designyourjewels.com/images/icon2.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100%;
}

.list1 a:hover {
}

.list1 a:hover .date {
    border-color: #EAEAEA;
}

.list1 a:hover::before {
    height: 100%;
    opacity: 1;
}

.list1 a:hover .date, .list1 a:hover .title {
    color: #4E59BF;
}

.list1 a:hover .title {
    font-weight: 700;
}

.list1 .date {
    position: relative;
    z-index: 3;
    line-height: .45rem;
    font-size: .18rem;
    color: #fff;
    border-bottom: 1px solid rgba(230, 239, 239, 0.2);
}

.list1 .date span {
    font-size: .32rem;
    margin: 0 4px 0 0;
}

.list1 .title {
    position: relative;
    z-index: 3;
    margin: 7px 0 0;
    color: #fff;
    height: .6rem;
}

.list2 a {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: .16rem 0;
    border-bottom: 1px dashed #E8E8E8;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.list2 a::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: -1px;
    left: 0.86rem;
    z-index: 1;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 1px dashed #e8e8e8;
    border-right: 1px dashed #e8e8e8;
    background: #fff;
    -webkit-transform: translate(-5px, 4px) rotate(-45deg);
    -moz-transform: translate(-5px, 4px) rotate(-45deg);
    -ms-transform: translate(-5px, 4px) rotate(-45deg);
    -o-transform: translate(-5px, 4px) rotate(-45deg);
    transform: translate(-5px, 4px) rotate(-45deg);
}

.list2 a:hover {
    border-bottom: 1px solid #4E59BF;
}

.list2 a:hover::before {
    border-top: 1px solid #4E59BF;
    border-right: 1px solid #4E59BF;
}

.list2 a:hover .date {
    color: #4E59BF;
}

.list2 a:hover .title, .list2 a:hover .info {
    color: #4E59BF;
}

.list2 .date {
    font-size: .18rem;
    line-height: .26rem;
    color: #c5c5c5;
}

.list2 .date p:first-child {
    font-size: .28rem;
    font-weight: 700;
    color: #4E59BF;
    line-height: .36rem;
}

.list2 .text {
    width: calc(100% - 105px);
}

.list2 .info {
    margin: .07rem 0 0;
    font-size: 14px;
    color: #c5c5c5;
}

.article {
    padding: .2rem 0 .4rem;
}

.article .title {
    font-size: 0.24rem;
    font-weight: 700;
    line-height: 0.35rem;
    color: #323232;
    text-align: center;
}

.article .sub-title1 {
    margin: 0 0 .08rem;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #000;
    text-align: center;
}

.article .sub-title2 {
    margin: .08rem 0 0;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.32rem;
    color: #666;
    text-align: center;
}

.article .sub {
    margin: .16rem 0 .4rem;
    padding: .14rem 0;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #8D8D8D;
    text-align: center;
    border-bottom: 1px solid #E8E8E8;
}

.article .sub span {
    padding: 0 0 0 19px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto;
}

.article .sub span.time {
    background-image: url("https://www.designyourjewels.com/images/icon5.png");
}

.article .sub span.time::after {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    margin: 0 .28rem 2px .28rem;
    background: #DEDEDE;
    content: "";
}

.article .sub span.view {
    background-image: url("https://www.designyourjewels.com/images/icon6.png");
}

.article .content {
    padding: 0 0 .2rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 210%;
    color: #323232;
    text-align: justify;
}

.article .content p {
    text-indent: 2em;
    word-break: break-all;
    word-break: break-word;
    margin: 0 0 .15rem;
}

.article .content img, .article .content video {
    display: block;
    max-width: 100%;
    margin: .2rem auto;
    height: auto !important;
}

.article .content video {
    display: block;
    margin: 0 auto;
}

.article .content table {
    max-width: 100%;
    margin: .2rem auto;
}

.article .content table td {
    word-break: break-all;
}

.article .content table p {
    text-indent: 0;
    margin: 0;
}

.article .content table img, .article .content table video, .article .content table iframe {
    margin-top: 0;
    margin-bottom: 0;
}

.article .content iframe {
    display: block;
    max-width: 100%;
    margin: .2rem auto;
}

.article .cont-page {
    padding: .35rem 0 0;
}

.article .cont-page span {
    color: #4E59BF;
}

.article .cont-page a {
    display: block;
    padding: 6px 0;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.28rem;
    color: #333;
    text-align: left;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.article .cont-page a:hover {
    color: #4E59BF;
    -webkit-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
    text-decoration: none;
}

.article.about .title {
    margin: 0 0 .25rem;
}

.article ul a, .article a {
    color: #2196f3;
}

.article ul a:hover, .article a:hover {
    text-decoration: underline;
}

.study-article {
    padding: 0 5%;
}

.study-article .tips {
    margin: 0 0 .1rem;
    font-size: 0.17rem;
    font-weight: 700;
    line-height: 0.36rem;
    color: #323223;
    text-align: left;
    text-indent: 2em;
}

.study-article .study-box {
    position: relative;
}

.study-article .study-box .line {
    position: absolute;
    top: 0.26rem;
    right: auto;
    bottom: 0;
    left: -0.25rem;
    z-index: 1;
    border-left: 1px dashed #e8e8e8;
}

.study-article .study-box .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 1.58rem;
    padding: 0 .24rem;
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 0.52rem;
    color: #4E59BF;
    text-align: center;
    background-image: url("https://www.designyourjewels.com/images/icon7.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: cover;
    border: 1px solid #EFF1FF;
}

.study-article .study-box .title i {
    padding: 4px;
    position: absolute;
    top: 0.2rem;
    right: calc(100% + .19rem);
    bottom: auto;
    left: auto;
    z-index: 1;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(11, 173, 114, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.study-article .study-box .title i::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(203deg, #6EB614 -28%, #05AC77 40%, #4361C2 114%);
}

.study-article .study-box .content {
    padding: .2rem 0 .45rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 210%;
    color: #323232;
    text-align: justify;
}

.study-article .study-box .content p {
    word-break: break-all;
    word-break: break-word;
}

.org-box {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 11.1rem;
    margin: 0 auto;
    padding: .1rem 0 0;
}

.org-box .org-title {
    position: relative;
    width: 100%;
    text-align: center;
}

.org-box .org-title h3 {
    display: inline-block;
    min-width: 2.1rem;
    padding: 0 .25rem;
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 0.55rem;
    color: #fff;
    text-align: center;
    border-radius: .55rem;
    background: linear-gradient(280deg, #4854BC 10%, #82BE08 94%);
}

.org-box .org-title::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 2.38rem;
    z-index: 1;
    width: calc(100% - 4.76rem);
    height: 1px;
    background: #d8d8d8;
    content: "";
}

.org-box .org-title::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 1px;
    height: .4rem;
    margin: 0 auto;
    background: #d8d8d8;
}

.org-box .org-item {
    text-align: center;
}

.org-box .org-item h5 {
    position: relative;
    display: inline-block;
    width: 2.1rem;
    margin: .4rem 0;
    padding: 0 .25rem;
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 0.55rem;
    color: #fff;
    text-align: center;
    border-radius: .55rem;
    background: #CAE299;
}

.org-box .org-item h5::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    z-index: 1;
    width: 1px;
    height: .4rem;
    background: #d8d8d8;
    content: "";
}

.org-box .org-item h5::after {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 1;
    width: 1px;
    height: .4rem;
    background: #d8d8d8;
    content: "";
}

.org-box .links {
    position: relative;
    width: 4.76rem;
}

.org-box .links::before {
    display: block;
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 1.05rem;
    bottom: auto;
    left: auto;
    z-index: 1;
    width: calc(100% - 2.1rem);
    height: 1px;
    background: #d8d8d8;
}

.org-box .links::after {
    display: block;
    content: "";
    box-sizing: border-box;
    clear: both;
}

.org-box .links a {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.1rem;
    height: .55rem;
    margin: 0 0 .4rem;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.22rem;
    color: #323232;
    text-align: left;
    border-radius: .55rem;
    border: 1px solid #7DB805;
    box-shadow: 0px 9px 21px 0px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.org-box .links a:hover {
    background: #7DB805;
    color: #fff;
}

.org-box .links li {
    position: relative;
    float: left;
}

.org-box .links li:nth-child(1), .org-box .links li:nth-child(2) {
    margin-top: .4rem;
}

.org-box .links li:nth-child(1)::before, .org-box .links li:nth-child(2)::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    z-index: 1;
    width: 1px;
    height: .4rem;
    background: #d8d8d8;
    content: "";
}

.org-box .links li:nth-child(even) {
    float: right;
}

.org-box.box2 {
    margin-top: .5rem;
    padding: 0 1.6rem;
}

.org-box.box2 .org-title::before {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0.78rem;
    z-index: 1;
    width: calc(100% - 1.56rem);
    height: 1px;
    background: #d8d8d8;
    content: "";
}

.org-box.box2 .org-item {
    position: relative;
}

.org-box.box2 .org-item h5 {
    width: 1.56rem;
}

.org-box.box2 .org-item:nth-child(3) h5::after, .org-box.box2 .org-item:nth-child(4) h5::after, .org-box.box2 .org-item:nth-child(5) h5::after {
    display: none;
}

.org-box.box2 .links {
    position: absolute;
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.aside {
    width: 158px;
    padding: .6rem 0 0;
}

.aside a {
    display: block;
    margin: 0 0 .25rem;
    font-size: 0.18rem;
    font-weight: 700;
    line-height: 0.52rem;
    color: #adadad;
    text-align: center;
    background-image: url("https://www.designyourjewels.com/images/icon10.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: 100% 100%;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.aside a.on, .aside a:hover {
    color: #fff;
    background-image: url("https://www.designyourjewels.com/images/icon9.png");
}

.aside2 {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 .4rem;
}

.aside2::before {
    position: absolute;
    top: 0;
    right: 100%;
    bottom: auto;
    left: auto;
    z-index: 1;
    content: "";
    width: calc(50vw - 800px);
    height: .62rem;
    background-image: linear-gradient(90deg, #82BE08, #7cb21c);
}

.aside2-nav {
    position: relative;
    z-index: 2;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 10.6rem;
    padding: 0 .15rem 0 0;
    background-image: linear-gradient(90deg, #7cb21c, #4753c1);
}

.aside2-nav::after {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: 100%;
    z-index: 1;
    width: .7rem;
    height: .62rem;
    content: "";
    background-image: url("https://www.designyourjewels.com/images/icon12.png");
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-color: transparent;
    background-size: auto 100%;
}

.aside2-nav li {
    position: relative;
    z-index: 2;
    margin: 0 0 0 .8rem;
}

.aside2-nav li:first-child {
    margin-left: .7rem;
}

.aside2-nav li a {
    position: relative;
    display: block;
    font-size: 0.18rem;
    font-weight: 500;
    line-height: 0.62rem;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.aside2-nav li > a {
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.aside2-nav li .icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 50%;
    right: auto;
    bottom: auto;
    left: -0.65rem;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: .4rem;
    height: 1px;
    background: #fff;
    -webkit-transform: translateX(9px);
    -moz-transform: translateX(9px);
    -ms-transform: translateX(9px);
    -o-transform: translateX(9px);
    transform: translateX(9px);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.aside2-nav li .icon::before {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 9px;
    height: 13px;
    background-image: url("https://www.designyourjewels.com/images/icon11.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: transparent;
    background-size: auto;
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px);
}

.aside2-nav li .icon::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
}

.aside2-nav li.cur .icon {
    opacity: 1;
    visibility: visible;
}

.aside2-nav li:hover .sub-nav {
    visibility: visible;
    top: 90%;
    opacity: 1;
}

.aside2-nav .sub-nav {
    position: absolute;
    top: 120%;
    right: auto;
    bottom: auto;
    left: calc(50% - .65rem);
    z-index: 1;
    width: 1.3rem;
    padding: 0 .1rem .05rem;
    background: #4E59BF;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
    background: white;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.aside2-nav .sub-nav dd:last-child a {
    border: none;
}

.aside2-nav .sub-nav a {
    padding: .1rem 5px;
    font-size: .15rem;
    font-weight: 400;
    line-height: .22rem;
    color: #333;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    border-bottom: 1px dashed #d8d8d8;
}

.aside2-nav .sub-nav a:hover {
    color: #4E59BF;
}

.aside2-nav .sub-nav .tri {
    position: absolute;
    top: auto;
    right: auto;
    bottom: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 10px;
    overflow: hidden;
}

.aside2-nav .sub-nav .tri::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    background: #fff;
    -webkit-transform: translate(0px, 6px) rotate(45deg);
    -moz-transform: translate(0px, 6px) rotate(45deg);
    -ms-transform: translate(0px, 6px) rotate(45deg);
    -o-transform: translate(0px, 6px) rotate(45deg);
    transform: translate(0px, 6px) rotate(45deg);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
}

.position {
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #626262;
    text-align: right;
}

.position a {
    color: #626262;
}

.position a:hover {
    color: #4E59BF;
}

.honor-box {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: .15rem !important;
}

.honor-box .right-box {
    position: relative;
    width: calc(93% - 158px);
}

.honor-box .right-box .icon, .honor-box .right-box .honor-item {
    position: relative;
    z-index: 2;
}

.honor-box .right-box .line {
    position: absolute;
    top: 104px;
    right: auto;
    bottom: 0;
    left: 52px;
    z-index: 1;
    border-left: 1px dashed #e8e8e8;
}

.honor-box .honor-item .title {
    width: 59px;
    padding: 0 0 0 4px;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 0.5rem;
    color: #323232;
    text-align: left;
}

.honor-box .honor-item .title i {
    display: inline-block;
    padding: 4px;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(11, 173, 114, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.honor-box .honor-item .title i::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(203deg, #6EB614 -28%, #05AC77 40%, #4361C2 114%);
}

.honor-box .honor-item ul {
    margin: 3px 0 .16rem;
}

.honor-box .honor-item ul a {
    display: block;
    padding: 0 .35rem 0;
    font-size: 0.17rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #323232;
    text-align: left;
    background: #fff;
    border: 1px solid #E8F4D0;
    border-radius: 0px 10px 0px 10px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.honor-box .honor-item ul a:hover {
    color: #4E59BF;
    border-color: transparent;
    box-shadow: 0px 5px 13px 0px rgba(61, 95, 188, 0.15);
}

.news-box .news-tit {
    margin: .4rem 0 .3rem;
    font-size: 0.22rem;
    font-weight: 500;
    line-height: 0.5rem;
    color: #4E59BF;
    text-align: center;
    background: #f2f2f2;
}

.news-box .news-list {
    position: relative;
    z-index: 2;
    padding: 0 0 0 .3rem;
}

.news-box ul {
    position: relative;
    z-index: 2;
}

.news-box .line {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0.1rem;
    z-index: 1;
    border-left: 1px dashed #ddd;
}

.news-box li {
    margin: 0 0 .22rem;
}

.news-box li .title {
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 0.14rem;
    font-weight: 500;
    line-height: 0.3rem;
    color: #999;
    text-align: left;
    -webkit-transform: translateX(-0.27rem);
    -moz-transform: translateX(-0.27rem);
    -ms-transform: translateX(-0.27rem);
    -o-transform: translateX(-0.27rem);
    transform: translateX(-0.27rem);
}

.news-box li .title i {
    display: inline-block;
    padding: 4px;
    margin: 0 .12rem 0 0;
    border-radius: 50%;
    background: linear-gradient(180deg, rgba(11, 173, 114, 0.2) 0%, rgba(255, 255, 255, 0.2) 100%);
}

.news-box li .title i::after {
    display: block;
    content: "";
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(203deg, #6EB614 -28%, #05AC77 40%, #4361C2 114%);
}

.news-box li a {
    display: block;
    margin: 3px 0 0;
    font-size: 0.15rem;
    font-weight: 500;
    line-height: 0.24rem;
    color: #323232;
    text-align: left;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.news-box li a:hover {
    color: #4E59BF;
}

#browser-modal {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    color: #303233;
    text-align: center;
}

#browser-modal .browser-modal-cover {
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    background-color: #111;
}

#browser-modal .browser-content {
    width: 700px;
    margin: 120px auto 0;
    padding: 50px 0 80px;
    background-color: #fff;
    border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
    height: 42px;
    margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
    font-size: 24px;
    text-transform: uppercase;
}

#browser-modal .browser-content .browser-text-desc {
    margin: 30px 0 20px;
    font-size: 14px;
}

#browser-modal .browser-content .browser-list {
    width: 600px;
    height: 130px;
    margin: 20px auto;
}

#browser-modal .browser-content .browser-item {
    float: left;
    width: 150px;
    margin: 0 auto;
    padding: 20px 0;
}

#browser-modal .browser-content .browser-item .iconfont {
    width: 100px;
    height: 100px;
    margin: 0 auto 10px;
    font-size: 80px;
    line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
    background: url("https://www.designyourjewels.com/images/bro.png") no-repeat 0 0;
}

#browser-modal .browser-content .browser-item .iconfirefox {
    background: url("https://www.designyourjewels.com/images/bro.png") no-repeat 0 -100px;
}

#browser-modal .browser-content .browser-item .iconopera {
    background: url("https://www.designyourjewels.com/images/bro.png") no-repeat 0 -200px;
}

#browser-modal .browser-content .browser-item .iconEdge {
    background: url("https://www.designyourjewels.com/images/bro.png") no-repeat 0 -300px;
}

#browser-modal .browser-content .browser-item a {
    display: block;
    cursor: pointer;
}

#browser-modal .browser-content .browser-item a:hover {
    text-decoration: underline !important;
}

#browser-modal .browser-content .browser-item a img {
    display: block;
    max-width: 100px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

#browser-modal .browser-content .browser-item a h4 {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}

#list-page {
    margin: .3rem 0 0 !important;
    font-family: Arial;
    text-align: center;
}

#list-page .p_pages a, #list-page span, #list-page .p_goto a {
    font-size: 14px;
    width: auto;
    height: auto;
    margin-top: 5px;
}

#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a {
    padding: 10px 11px;
    color: #428bca;
    border: 1px solid transparent;
    border-radius: 17px;
}

#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a {
    background: linear-gradient(281deg, #4854BC 10%, #82BE08 94%);
    font-weight: bold;
    color: #fff;
}

#list-page .p_t {
    padding: 0 2px 0 0;
    color: #777;
}

#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d {
    display: inline-block;
}

#list-page .p_pages span {
    color: #aaa;
}

#list-page .p_goto input {
    font-family: 'Arial';
    color: #333;
    border-radius: 4px;
    width: 40px;
    height: 36px;
    line-height: 34px;
    vertical-align: bottom;
}

@media screen and (max-width: 1778px) {
    .aside2::before {
        width: 5vw;
    }
}

@media screen and (max-width: 1600px) {
    .picture1, .list1 {
        margin: 0 -.2rem;
    }

    .picture1 > li, .list1 > li {
        padding: 0 .2rem;
    }

    .index-column .arrow {
        bottom: 26%;
    }
}

@media screen and (max-width: 1024px) {
    .header {
        padding: 10px 0 !important;
    }

    .header .right-wrapper {
        padding: 0;
    }

    .header .right-wrapper .top-link, .header .right-wrapper .nav, .header .right-wrapper .search-btn {
        display: none;
    }

    .header.mobile-show {
        background: linear-gradient(274deg, #82BE08 9%, #4854BC 94%);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .logo {
        width: auto;
        min-width: auto;
        height: 50px;
        padding: 0 .12rem 0 0;
        margin: 0 !important;
        display: flex;
        align-items: center;
    }

    .logo img {
        max-height: 50px;
    }

    .pad-btn .nav-btn {
        display: block;
    }

    .mobile-box {
        display: block;
    }

    .banner .img {
        height: auto;
        padding: 45% 0 0;
    }

    .column {
        margin: .35rem 0 .4rem;
    }

    .column h3 {
        font-size: .3rem;
    }

    .index-news {
        padding: 0 0 .15rem;
    }

    .index-notice {
        padding-bottom: .4rem;
        background: linear-gradient(274deg, #4854BC 9%, #82BE08 94%);
    }

    .index-column {
        padding-bottom: .8rem;
    }

    .index-column::after {
        left: 0;
        width: 100%;
    }

    .picture1 > li {
        width: 50%;
        margin: 0 0 .3rem;
    }

    .list1 > li {
        width: 50%;
    }

    .footer::before, .footer::after {
        display: none;
    }

    .footer .container {
        flex-wrap: wrap;
        padding: .2rem 0 .15rem;
    }

    .foot-logo {
        width: 100%;
        margin: 0 0 .15rem;
        text-align: center;
    }

    #to-top, #go-back {
        display: none !important;
    }

    .section .container {
        padding: .3rem 0 .5rem;
    }

    .sidebar {
        position: static;
        width: 100%;
        padding: 0;
        border-radius: 3px;
        overflow: hidden;
    }

    .sidebar h3 {
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        position: relative;
        width: 100%;
        font-size: .21rem;
        line-height: .5rem;
        font-weight: 700;
        background: #4E59BF;
        border-width: 2px;
        text-indent: 0;
    }

    .sidebar h3::after {
        display: none;
    }

    .sidebar h3 i {
        width: .5rem;
        height: .5rem;
        background-image: url("https://www.designyourjewels.com/images/subNav.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 0.24rem;
        cursor: pointer;
        -webkit-transition: all 0.3s linear 0s;
        -moz-transition: all 0.3s linear 0s;
        -ms-transition: all 0.3s linear 0s;
        -o-transition: all 0.3s linear 0s;
        transition: all 0.3s linear 0s;
    }

    .sidebar h3.down i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sidebar h3 .return-sup {
        display: block;
        width: .5rem;
        height: .5rem;
        background-image: url("https://www.designyourjewels.com/images/down2.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 0.3rem;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    .main {
        width: 100%;
        padding: .2rem 0 0;
        margin: 0;
        box-shadow: none;
        background: none;
    }

    .main::before {
        display: none;
    }

    .main .main-box {
        padding: .2rem .3rem .5rem;
    }

    .org-box {
        width: 100%;
    }

    .org-box *::after, .org-box *::before {
        display: none !important;
    }

    .org-box .org-title {
        text-align: left;
    }

    .org-box .org-item {
        width: 100%;
        text-align: left;
    }

    .org-box .org-item h5 {
        margin: .2rem 0;
    }

    .org-box .links {
        display: block;
        width: auto;
        font-size: 0;
        margin: 0 -0.15rem;
    }

    .org-box .links > li {
        display: inline-block;
        vertical-align: top;
        width: 33.3333333333%;
        padding: 0 0.15rem;
    }

    .org-box .links li {
        margin-top: 0 !important;
        float: none !important;
    }

    .org-box .links a {
        width: 100%;
        margin: 0 0 .25rem;
    }

    .org-box.box2 {
        margin: .3rem 0 0;
        padding: 0 !important;
    }

    .org-box.box2 .links {
        position: static;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

    .aside2 {
        align-items: flex-start;
        flex-direction: column;
        margin: 0;
    }

    .aside2::before {
        display: none;
    }

    .aside2-nav {
        display: none;
        width: 100%;
        padding: 0 .25rem;
        background: none;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.15);
    }

    .aside2-nav li {
        margin: 0 !important;
        border-bottom: 1px solid #ddd;
    }

    .aside2-nav li:last-child {
        border: none;
    }

    .aside2-nav li a {
        color: #333;
        text-align: left;
        padding: 0 0 0 .1rem;
        line-height: .55rem;
    }

    .aside2-nav li .icon {
        left: auto;
        right: 0;
        top: 0;
        width: .55rem;
        height: .55rem;
        background-image: url("https://www.designyourjewels.com/images/arrow2.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-color: transparent;
        background-size: 7px;
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        opacity: 1;
        visibility: visible;
        -webkit-transition: transform 0.3s linear 0s;
        -moz-transition: transform 0.3s linear 0s;
        -ms-transition: transform 0.3s linear 0s;
        -o-transition: transform 0.3s linear 0s;
        transition: transform 0.3s linear 0s;
    }

    .aside2-nav li .icon::after, .aside2-nav li .icon::before {
        display: none;
    }

    .aside2-nav li .icon.show {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg);
    }

    .aside2-nav::after {
        display: none;
    }

    .aside2-nav .sub-nav {
        position: static;
        display: none;
        width: 100%;
        padding: 0 0 .12rem .3rem;
        opacity: 1;
        visibility: visible;
        transition: none;
        box-shadow: none;
    }

    .aside2-nav .sub-nav .tri {
        display: none;
    }

    .aside2-nav .sub-nav a {
        color: #333;
    }

    .main .main-box.article-box .article {
        width: 100%;
    }

    .news-box {
        display: none;
    }

    .position {
        margin: .2rem 0 0;
    }
}

@media screen and (max-width: 768px) {
    .banner .pagination {
        bottom: .2rem;
    }

    .picture1 {
        margin: 0 -.13rem;
    }

    .picture1 > li {
        padding: 0 .13rem;
    }

    .picture1 .text {
        padding: .12rem .2rem .22rem;
    }

    .list1 {
        margin: 0 -.13rem;
    }

    .list1 > li {
        padding: 0 .13rem;
    }

    .list1 a {
        padding: 0 0 .35rem;
        background: transparent !important;
    }

    .index-column .arrow {
        width: .4rem;
        height: .4rem;
        bottom: -.5rem;
        background: linear-gradient(270deg, #7EBA03 0%, #454D96 100%);
    }

    .index-column .arrow.swiper-prev {
        left: calc(50% - .55rem);
    }

    .index-column .arrow.swiper-next {
        right: calc(50% - .55rem);
    }

    .column-swiper .img-scale {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .foot-logo img {
        max-height: .52rem;
    }

    .column {
        text-align: left;
    }

    .decorate {
        padding: 45% 0 0;
    }

    .main {
        margin: 0;
        padding: 0;
    }

    .main::before {
        display: none;
    }

    .main .main-box {
        border: none;
        padding: .2rem 0 0;
        box-shadow: none;
    }

    .section .container {
        padding: .2rem 0 .35rem;
    }

    .picture2 li {
        padding: .1rem 0;
    }

    .picture2 .img-scale {
        padding: 0 0 .1rem;
    }

    .picture2 .text {
        width: calc(100% - 2.65rem);
    }

    .aside {
        width: auto;
        padding: .1rem 0 0;
        font-size: 0;
        margin: 0 -0.07rem;
    }

    .aside > li {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        padding: 0 0.07rem;
    }

    .aside a {
        margin: 0 0 .15rem;
    }

    .honor-box {
        flex-wrap: wrap;
    }

    .honor-box .right-box {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .container {
        max-width: 94%;
    }

    .header {
        padding: 7px 0 !important;
    }

    .logo {
        height: 40px !important;
    }

    .logo img {
        max-height: 40px !important;
    }

    .mobile-box {
        height: calc(100vh - 54px);
    }

    .mobile-box.show {
        top: 54px;
    }

    .mobile-box .nav {
        height: calc(100% - 1.6rem);
    }

    .mobile-box .top-link2 {
        margin: 0 .1rem;
    }

    .pad-btn .nav-btn {
        width: 30px;
    }

    .pad-btn .nav-btn i {
        margin: 8px 0;
    }

    .pad-btn .nav-btn.close i:nth-child(1) {
        -webkit-transform: translate(0px, 10px) rotate(45deg);
        -moz-transform: translate(0px, 10px) rotate(45deg);
        -ms-transform: translate(0px, 10px) rotate(45deg);
        -o-transform: translate(0px, 10px) rotate(45deg);
        transform: translate(0px, 10px) rotate(45deg);
    }

    .pad-btn .nav-btn.close i:nth-child(3) {
        -webkit-transform: translate(0px, -10px) rotate(-45deg);
        -moz-transform: translate(0px, -10px) rotate(-45deg);
        -ms-transform: translate(0px, -10px) rotate(-45deg);
        -o-transform: translate(0px, -10px) rotate(-45deg);
        transform: translate(0px, -10px) rotate(-45deg);
    }

    .column {
        margin: .25rem 0 .2rem;
    }

    .column h3 {
        font-size: .27rem;
    }

    .banner .img {
        padding: 55% 0 0;
    }

    .banner .pagination {
        bottom: .12rem;
    }

    .banner .pagination .swiper-pagination-bullet {
        margin: 0 3px;
    }

    .picture1, .list1 {
        margin: 0;
    }

    .picture1 > li, .list1 > li {
        width: 100%;
        padding: 0;
    }

    .foot-contact {
        width: 100%;
        margin: 0 0 .12rem;
        text-align: center;
    }

    .QR-code {
        width: 100%;
    }

    .picture2 li {
        padding: .2rem 0 .1rem;
        border-bottom: 1px dashed #ddd;
    }

    .picture2 .img-scale {
        flex-wrap: wrap;
    }

    .picture2 .img-frame {
        width: 100%;
    }

    .picture2 .text {
        width: 100%;
        padding: .12rem 0 0;
    }

    .picture2 .title {
        margin: 0 0 .1rem;
        overflow: visible;
        text-overflow: clip;
        white-space: initial;
    }

    .article {
        padding: .1rem 0;
    }

    .article .title {
        font-size: .21rem;
    }

    .article .sub {
        margin: .1rem 0 .2rem;
    }

    .article .sub span.time::after {
        margin: 0 .1rem 2px .1rem;
    }

    .article .cont-page {
        padding: .1rem 0 0;
    }

    .study-article {
        padding: 0;
    }

    .study-article .tips {
        margin: 0 0 .2rem;
    }

    .study-article .study-box .line {
        display: none;
    }

    .study-article .study-box .title i {
        display: none;
    }

    .study-article .study-box .content {
        padding: .12rem 0 .25rem;
    }

    .list2 a::before {
        left: .74rem;
    }

    .list2 .text {
        width: calc(100% - 75px);
    }

    .org-box .org-title h3 {
        min-width: 100%;
    }

    .org-box .org-item h5 {
        width: 100% !important;
    }

    .org-box .links {
        margin: 0 -.1rem;
    }

    .org-box .links > li {
        width: 50%;
        padding: 0 .1rem;
    }

    .org-box .links a {
        height: .5rem;
    }

    .aside > li {
        width: 33.33%;
    }
}

/* æ–°å¢žcss 2024/04/07 */
.aside li {
    display: none;
}

.aside .down-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 0 auto;
    font-size: .15rem;
    line-height: .35rem;
    color: #666;
    cursor: pointer;
    border-radius: 0.3rem;
    background: #f3f3f3;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.aside .down-btn img {
    width: 7px;
    margin: 0 0 0 9px;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.aside .down-btn:hover {
    color: #82BE08;
}

.aside .down-btn.show img {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

@media screen and (max-width: 768px) {
    .aside {
        display: flex;
        flex-wrap: wrap;
    }
}