@charset "UTF-8";
body {
    -webkit-text-size-adjust: 100%;
}
.mainBox > .gradingIndexBox {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px 0 50px 0;
}
.mainBox > .gradingIndexBox > ul {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0px;
    text-align: center;
}
.mainBox > .gradingIndexBox > ul > li {
    position: relative;
    display: inline-block;
    width: calc(100% / 5 - 4px);
    height: 20vw;
    max-height: 200px;
    margin: 0 2px 0 2px;
    cursor: pointer;
}
.mainBox > .gradingIndexBox > ul > li .imgBox {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.mainBox > .gradingIndexBox > ul > li .imgBox::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.2);
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.mainBox > .gradingIndexBox > ul > li:hover .imgBox::after {
    opacity: 1;
}
.mainBox > .gradingIndexBox > ul > li .imgBox img {
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%) scale(1);
    -webkit-transform: translate(-50%,-50%) scale(1);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.mainBox > .gradingIndexBox > ul > li:hover .imgBox img {
    transform: translate(-50%,-50%) scale(1.2);
    -webkit-transform: translate(-50%,-50%) scale(1.2);
}
.mainBox > .gradingIndexBox > ul > li h1 {
    position: absolute;
    display: block;
    width: 100%;
    color:#fff;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
    bottom:50%;
    letter-spacing: 2px;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.mainBox > .gradingIndexBox > ul > li h2 {
    position: absolute;
    display: block;
    width: 100%;
    color:#fff;
    font-size: 13px;
    line-height: 13px;
    text-align: center;
    top:52%;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}
.mainBox > .gradingIndexBox > ul > li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media screen and (max-width: 900px) {
    .mainBox > .gradingIndexBox > ul > li {
        width: calc(100% / 3 - 4px);
        margin: 0 2px 0 2px;
    }
    .mainBox > .gradingIndexBox > ul > li:nth-of-type(1) {
        width: calc(100% / 2 - 4px);
        margin: 0 2px 4px 2px;
    }
    .mainBox > .gradingIndexBox > ul > li:nth-of-type(2) {
        width: calc(100% / 2 - 4px);
        margin: 0 2px 4px 2px;
    }
}
@media screen and (max-width: 500px) {
    .mainBox > .gradingIndexBox > ul > li {
        width: 100%;
        height: 35vw;
        margin: 0 2px 5px 2px;
    }
    .mainBox > .gradingIndexBox > ul > li:nth-of-type(1) {
        width: 100%;
        margin: 0 2px 5px 2px;
    }
    .mainBox > .gradingIndexBox > ul > li:nth-of-type(2) {
        width: 100%;
        margin: 0 2px 5px 2px;
    }
}




.gradingContent .gradingListWrap {
    position: relative;
    display: block;
    text-align: center;
    font-size: 0;
    line-height: 0;
    width: 100%;
}
.gradingContent .gradingListWrap .sideList {
    position: relative;
    display: inline-block;
    width: 250px;
    text-align: left;
    color:#555;
    vertical-align: top;
}
.gradingContent .gradingListWrap .sideList .sideBox {
    position: relative;
    display: block;
    width: 100%;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox {
    position: relative;
    display: block;
    width: 100%;
    border-right: 1px solid #000;
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 25px 0;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox h1 {
    position: relative;
    display: block;
    width: 100%;
    height: 30px;
    background: #888;
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 2px;
    padding: 0 0 0 10px;
    color:#fff;
}
.gradingContent .gradingListWrap .sideList .sideBox .adBox {
    margin: 0;
}
.gradingContent .gradingListWrap .sideList .sideBox .adBox .adImgBox {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.gradingContent .gradingListWrap .sideList .sideBox .adBox .adImgBox img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.gradingContent .gradingListWrap .sideList .sideBox .adBox .adImgBox a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    overflow: hidden;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul {
    position: relative;
    display: block;
    width: 100%;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul > li {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 16px;
    padding: 10px;
    margin: 15px 0 15px 0;
    color:#000;
    letter-spacing: 1px;
    font-weight: bold;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul .current::before {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 100%;
    left: 0;
    top:0;
    background: #c9a063;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul > li:hover {
    color:#c9a063;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul > li > a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul > dl {
    position: relative;
    display: block;
    width: 100%;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul > dl a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul > dl > dt {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 15px;
    letter-spacing: 1px;
    color:#000;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    padding: 0 0 0 10px;
    margin:0 0 20px 20px; 
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul > dl > dt:hover {
    color:#c9a063;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul > dl > dt span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0px;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul > dl > dd {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 13px;
    color:#888;
    letter-spacing: 1px;
    padding: 0 0 0 10px;
    margin:0 0 20px 30px; 
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul > dl > dd:last-child {
    margin:0 0 30px 30px; 
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul > dl > dd:hover {
    color:#c9a063;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul > dl > dd::before {
    content: "-";
    position: absolute;
    display: block;
    left: 0;
}
.gradingContent .gradingListWrap .sideList .sideBox .listBox .gradingNavBox > ul > dl > dd span {
    position: relative;
    display: block;
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 0px;
}



.gradingContent .gradingListWrap .gradingContentBox {
    position: relative;
    display: inline-block;
    width: 850px;
    text-align: left;
    color:#555;
    vertical-align: top;
    padding: 0 0 0 40px;
}
.gradingContent .gradingListWrap .gradingContentBox .gradingEditBox {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
}
.gradingContent .gradingListWrap .gradingContentBox .gradingEditBox h1 {
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 80px;
    padding: 40px 0 10px 0;
    font-weight: bold;
}
.gradingContent .gradingListWrap .gradingContentBox .gradingEditBox h2 {
    position: relative;
    display: block;
    font-size: 50px;
    line-height: 70px;
    padding: 40px 0 10px 0;
    font-weight: bold;
}
.gradingContent .gradingListWrap .gradingContentBox .gradingEditBox h3 {
    position: relative;
    display: block;
    font-size: 40px;
    line-height: 60px;
    padding: 30px 0 10px 0;
    font-weight: bold;
}
.gradingContent .gradingListWrap .gradingContentBox .gradingEditBox h4 {
    position: relative;
    display: block;
    font-size: 30px;
    line-height: 45px;
    padding: 30px 0 10px 0;
    font-weight: bold;
}
.gradingContent .gradingListWrap .gradingContentBox .gradingEditBox h5 {
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 40px;
    padding: 30px 0 10px 0;
}
.gradingContent .gradingListWrap .gradingContentBox .gradingEditBox h6 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 35px;
    padding: 20px 0 10px 0;
}
.gradingContent .gradingListWrap .gradingContentBox .gradingEditBox p {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 35px;
    padding:0 0 20px 0;
}

.gradingContent .gradingListWrap .gradingContentBox .gradingEditBox tr div > p {
    font-size: inherit;
    line-height: 0px;
    padding: 0 0 0 0;
}
@media screen and (max-width: 1200px) {

    .gradingContent .gradingListWrap .sideList {
        position: fixed;
        display: block;
        z-index: 2;
        top:0;
        left:-250px;
        height: 100%;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
    }
    .gradingContent .gradingListWrap .sideList::after {
        content: "";
        position: absolute;
        display: block;
        width: 5px;
        height: 100vh;
        right:-5px;
        top:0;
        background: #c9a063;
    }
    .gradingContent .gradingListWrap .sideList.expand {
        left:0;
    }
    .gradingContent .gradingListWrap .sideList .bg {
        position: fixed;
        display: none;
        width: 100vw;
        height: 100vh;
        left: 0;
        top:0;
        background: rgba(0,0,0,0.5);
        }
    .gradingContent .gradingListWrap .sideList.expand .bg {
        display: block;
    }
    .gradingContent .gradingListWrap .sideList .sideBox {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        overflow-y: scroll;
        scrollbar-base-color: #765c35;
        scrollbar-3dlight-color: rgba(0,0,0,0);
        scrollbar-highlight-color: rgba(0,0,0,0);
        scrollbar-track-color: rgba(0,0,0,0);
        scrollbar-arrow-color: #c9a063;
        scrollbar-shadow-color: rgba(0,0,0,0);
        scrollbar-dark-shadow-color: rgba(0,0,0,0);
        background: #fff;
    }
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-scrollbar { width: 3px; height: 3px;}
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-scrollbar-button {  background-color: #c9a063; }
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-scrollbar-track {  background-color: #fff;}
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-scrollbar-track-piece { background-color: #fff;}
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-scrollbar-thumb { height: 50px; background-color: #c9a063;border-radius: 3px;}
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-scrollbar-corner { background-color: #c9a063;}
    .gradingContent .gradingListWrap .sideList .sideBox::-webkit-resizer { background-color: #c9a063;}
    .gradingContent .gradingListWrap .sideList .sideBox .listBox {
        border: 0px;
    }
    .gradingContent .gradingListWrap .sideList .sideBox .listBox h1 {
        background: #c9a063;
    }
    .gradingContent .gradingListWrap .sideList .expandBtn {
        position: absolute;
        display: block;
        width: 50px;
        height: 50px;
        background: #c9a063;
        top:120px;
        right:-50px;
        border-radius: 0 10px 10px 0;
        cursor: pointer;
        transition: all 0.2s ease;
        -webkit-transition: all 0.2s ease;
    }
    .gradingContent .gradingListWrap .sideList .expandBtn:hover {
        background: #f0c078;
    }
    .gradingContent .gradingListWrap .sideList .expandBtn::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top:0;
        left: 0;
        background: url(../images/side_btn.svg) no-repeat -3px center;
        background-size: 90%;
    }
    .gradingContent .gradingListWrap .sideList .expandBtn span {
        position: absolute;
        display: block;
        width: 25px;
        height: 25px;
        top:13px;
        left: 22px;
        background: url(../images/side_btn2.svg) no-repeat center center;
        background-size: contain;
        animation: expandBtn 0.5s linear 0s infinite alternate;
        -webkit-animation: expandBtn 0.5s linear 0s infinite alternate;
    }
    @keyframes expandBtn {
        0%   { transform: translate(0,0); }
        100% { transform: translate(4px,0); }
    }
    @-webkit-keyframes expandBtn {
        0%   { -webkit-transform: translate(0,0); }
        100% { -webkit-transform: translate(4px,0); }
    }
}

@media screen and (max-width: 900px) {
    .gradingContent .gradingListWrap .gradingContentBox {
        display: block;
        width: 90%;
        padding: 0;
        left: 5%;
    }
}


.productsBottomBox {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    letter-spacing: 0;
    background: #f0f0f0;
}
.productsBottomSlideBox {
    position: relative;
    display: inline-block;
    max-width: 1200px;
    width: 100%;
    margin: 20px 0 40px 0;
}
.productsBottomSlideBox > h1 {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 18px;
    color:#c9a063;
    text-align: center;
    letter-spacing: 2px;
}
.productsBottomSlideBox .slideGroup {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px 0 0 0;
}
.productsBottomSlideBox .backwardBtn {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 60px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.productsBottomSlideBox .backwardBtn:hover {
    background: #f6f6f6;
}
.productsBottomSlideBox .backwardBtn.end {
    opacity: 0.3;
}
.productsBottomSlideBox .forwardBtn {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 60px;
    vertical-align: middle;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.productsBottomSlideBox .forwardBtn:hover {
    background: #f6f6f6;
}
.productsBottomSlideBox .forwardBtn.end {
    opacity: 0.3;
}
.productsBottomSlideBox .backwardBtn::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon_arrow_left.svg) no-repeat center center;
    background-size: contain;
}
.productsBottomSlideBox .forwardBtn::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icon_arrow_right.svg) no-repeat center center;
    background-size: contain;
}
.productsBottomSlideBox .productsImgSlide {
    position: relative;
    display: inline-block;
    width: calc(100% - 80px);
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
    padding: 10px 0 10px 0;
}
.productsBottomSlideBox .productsImgSlide .slideBox {
    position: relative;
    display: block;
    width: 1000%;
    text-align: left;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.productsBottomSlideBox .productsImgSlide .slideBox ul {
    position: relative;
    display: inline-block;
    width: calc(10% / 2);
}
.productsBottomSlideBox .productsImgSlide .slideBox ul li {
    position: relative;
    display: inline-block;
    width: calc(50% - 15px);
    margin: 0 7px 0 7px;
    padding: 15px;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    vertical-align: top;
    background: #fff;
}
.productsBottomSlideBox .productsImgSlide .slideBox ul li::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    border: 1px solid #c9a063;
    opacity: 0;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.productsBottomSlideBox .productsImgSlide .slideBox ul li:hover {
}
.productsBottomSlideBox .productsImgSlide .slideBox ul li::before {
    content: "";
    position: absolute;
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border: 1px solid #c9a063;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.productsBottomSlideBox .productsImgSlide .slideBox ul li:hover::before {
    opacity: 1;
}

.productsBottomSlideBox .productsImgSlide .slideBox ul li.sell .pImg::after{
    content: "已售";
    position: absolute;
    left: 50%;
    padding: 3px 10px 3px 10px;
    font-size: 18px;
    color: #fff;
    bottom: 2em;
    line-height: 18px;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background: rgba(100,0,0,0.7);
    border-radius: 3px;
}
@media screen and (max-width: 1200px) {
    .productsBottomSlideBox .productsImgSlide .slideBox ul li.sell .pImg::after{
        font-size: 15px;
        line-height: 15px;
    }
}
.productsBottomSlideBox .productsImgSlide .slideBox ul li .pImg {
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
}
.productsBottomSlideBox .productsImgSlide .slideBox ul li .pImg img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.productsBottomSlideBox .productsImgSlide .slideBox ul li:hover .pImg img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.productsBottomSlideBox .productsImgSlide .slideBox ul li .pName {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 18px;
    height: 50px;
    letter-spacing: 1px;
    text-align: left;
    color:#000;
    padding: 5px;
    z-index: 1;
}
.productsBottomSlideBox .productsImgSlide .slideBox ul li .pPrice {
    position: relative;
    display: block;
    font-size: 17px;
    line-height: 17px;
    text-align: center;
    color:#c9a063;
    margin: 10px 0 10px 0;
    letter-spacing: 1px;
}

.productsBottomSlideBox .productsImgSlide .slideBox ul li.sold:hover::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0%;
    opacity: 1;
    left: 0;
    margin: 0;
    color:#000;
    font-size: 15px;
    line-height: normal;
    text-align: center;
    background: url(../images/sold_text.svg), rgba(200,160,100,0.95);
    background-repeat: no-repeat, repeat;
    background-position: center 45%, center center;
    background-size: 80% auto, 100% 100%;
}
.soldLightBox{
    display: none;
}
@media screen and (max-width: 1200px) {
    .productsBottomSlideBox .productsImgSlide .slideBox ul li.sold:hover::after {
        display: none;
    }
    .soldLightBox {
        position: fixed;
        display: none;
        left: 0;
        top:0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.7);
        z-index: 10;
    }
    .soldLightBox.expand {
        display: block;
    }
    .soldLightBox .textBox {
        position: absolute;
        display: block;
        width: 70%;
        left: 15%;
        top:50%;
        padding: 10% 8%;
        background: rgba(200,160,100,1);
        font-size: 15px;
        line-height: 24px;
        text-align: center;
        transform: translate(0,-50%);
    }
    .soldLightBox .textBox .closeBtn {
        position: absolute;
        width: 40px;
        height: 40px;
        cursor: pointer;
        right: -20px;
        top:-25px;
    }
    .soldLightBox .textBox .closeBtn::before {
        content: "";
        position: absolute;
        width: 80%;
        height: 5px;
        background: #fff;
        transform: rotate(45deg);
    }
    .soldLightBox .textBox .closeBtn::after {
        content: "";
        position: absolute;
        width: 80%;
        height: 5px;
        background: #fff;
        transform: rotate(-45deg);
    }
}


@media screen and (max-width: 600px) {
    .productsBottomSlideBox .productsImgSlide .slideBox ul li {
        padding: 5px;
    }
    .productsBottomSlideBox .productsImgSlide .slideBox ul li .pName {
        font-size: 12px;
        line-height: 16px;
        height: 60px;
        letter-spacing: 0px;
    }
    .productsBottomSlideBox .productsImgSlide .slideBox ul {
        width: 10%;
    }
}

@media screen and (max-width: 850px){
    /*.gradingEditBox > table > tbody > tr{
        width: 50%;
        display: table-row;
    }*/
    .gradingEditBox > table > tbody > tr > td{
        width: 50%;
        /*display: table-row;*/
    }
    .gradingEditBox table.style1 > tbody > tr > td{
        width: auto;
    }
    .gradingEditBox img{
        min-width: 70%;
        height: auto;
        max-width: 100%;
    }
}

@media screen and (max-width: 640px){
/*    tr{
        display: table;
        width: 100%;
    }*/
    .gradingEditBox > table > tbody > tr{
        width: 100%;
        display: table-row;
    }
    .gradingEditBox > table > tbody > tr > td{
        width: 100%;
        display: table-row;
    }
    .gradingEditBox img{
        min-width: 50% !important;
        height: auto !important;
        max-width: 100% !important;
    }

    .gradingEditBox > table > tbody table > tbody img{
        min-width: 50%;
        height: auto;
        max-width: 100%;
        width: 75%;
    }
    .gradingEditBox > table > tbody > tr.tr2{
        display: table;
    }
        
}