@charset "UTF-8";

.content .moreBtn1 {
    position: relative;
    display: inline-block;
    background: #c9a063;
    border-radius: 3px;
    font-size: 13px;
    line-height: 30px;
    color:#fff;
    padding: 0 30px 0 10px;
    margin: 20px 0 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    text-align: left;
    letter-spacing: 2px;
}
.content .moreBtn1 a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.content .moreBtn1:hover {
    background: #eabb75;
}
.content .moreBtn1::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    right:10px;
    top:9px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translate(-7px,0) rotate(45deg);
    -webkit-transform: translate(-7px,0) rotate(45deg);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.content .moreBtn1:hover::after {
    transform: translate(0,0) rotate(45deg);
    -webkit-transform: translate(0,0) rotate(45deg);
}


@media screen and (max-width: 1050px) {
    .content .moreBtn1 {
        display: inline-block;
        text-align: center;
        width:150px;
        background: #c9a063;
        font-size: 15px;
        padding: 7px 30px 7px 10px;
        margin: 30px 0 0 0;
    }
    .content .moreBtn1::after {
        top:17px;
    }
}

.indexContent .mainSlide {
    position: relative;
    display: block;
    width: 100%;
    height: 42vw;
    overflow: hidden;
}
.indexContent .mainSlide .slideBox {
    position: relative;
    display: block;
    width: 1000%;
    height: 100%;
    font-size: 0;
    left:0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    text-align: left;
}
.indexContent .mainSlide .slideBox li {
    position: relative;
    display: inline-block;
    width: 10%;
    height: 100%;
}
.indexContent .mainSlide .slideBox li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.indexContent .mainSlide .slideBox li dl {
    position: absolute;
    display: inline-block;
    bottom:70px;
    background: rgba(0,0,0,0.7);
    padding: 20px;
}
.indexContent .mainSlide .slideBox li dl.leftBox {
    left:10%;
}
.indexContent .mainSlide .slideBox li dl.rightBox {
    right:10%;
}
.indexContent .mainSlide .slideBox li dl dt {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    color:#fff;
}
.indexContent .mainSlide .slideBox li dl dd {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 24px;
    color:#c9a063;
}
.indexContent .mainSlide .slideBox li .SlideImg {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.indexContent .mainSlide .slideBox li .SlideImg img {
    position: absolute;
    display: block;
    width: auto;
    left:50%;
    margin: 0 0 0 -50vw;
    height: 100%;
}
.indexContent .mainSlide .slideBtnBox {
    position: absolute;
    display: block;
    bottom:20px;
    width: 100%;
    text-align: center;
}
.indexContent .mainSlide .slideBtnBox li {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    margin: 0 8px 0 8px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
}
.indexContent .mainSlide .slideBtnBox li:hover {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.indexContent .mainSlide .slideBtnBox li.current {
    background: #fff;
}
.indexContent .pageBox {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0;
}
.indexContent .pageBox .pageContent {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 1000px;
    text-align: left;
    padding: 40px 0 40px 0;
}
.indexContent .pageBox .infoContent {
    padding: 100px 0 100px 0;
}
.indexContent .pageBox .infoContent .imgBox {
    position: relative;
    display: block;
    width: 500px;
    float: right;
}
.indexContent .pageBox .infoContent .imgBox iframe{
        width: 568px;
        height: 320px;
    }
.indexContent .pageBox .infoContent dl {
    position: relative;
    display: block;
    width: 500px;
    float: left;
    padding: 50px 20px 0 0;
}
.indexContent .pageBox .infoContent dl dt {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 40px;
    color:#000;
    letter-spacing: 2px;
}
.indexContent .pageBox .infoContent dl dd {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color:#000;
    letter-spacing: 2px;
}

.indexContent .GPBox {
    overflow: hidden;
}
.indexContent .GPBox .bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.indexContent .GPBox .bg img {
    position: absolute;
    width: auto;
    height: 52vw;
    min-height: 400px;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.indexContent .pageBox .GPContent {
    padding: 50px 0 100px 0;
}
.indexContent .pageBox .GPContent dl {
    position: relative;
    display: block;
    width: 500px;
    padding: 50px 0 0 0;
}
.indexContent .pageBox .GPContent dl dt {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 40px;
    color:#fff;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
}
.indexContent .pageBox .GPContent dl dt br {
    display: none;
}
.indexContent .pageBox .GPContent dl dt img {
    position: relative;
    display: inline-block;
    height: 26px;
    width: auto;
    vertical-align: middle;
}
.indexContent .pageBox .GPContent dl dd {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    color:#fff;
    letter-spacing: 2px;
}
.indexContent .pageBox .GPContent dl dd .btn {
    position: relative;
    display: block;
    width:260px;
    height: 30px;
    background: #ff9501;
    border-radius: 5px;
    font-size: 13px;
    color:#fff;
    padding: 0 0 0 10px;
    margin: 30px 0 0 0;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    border:1px solid #c9a063;
    overflow: hidden;
}
.indexContent .pageBox .GPContent dl dd .btn img {
    position: relative;
    display: inline-block;
    height: 18px;
    width: auto;
    vertical-align: middle;
    top:-1px;
}
.indexContent .pageBox .GPContent dl dd .btn a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.indexContent .pageBox .GPContent dl dd .btn::before {
    content: "";
    position: absolute;
    display: block;
    width: 33px;
    height: 100%;
    right: 0px;
    top:0;
    background: #000;
}
.indexContent .pageBox .GPContent dl dd .btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 100%;
    right: 2px;
    top:0px;
    background: url(../images/gp_btn_icon.png) no-repeat center center;
    background-size: 85% auto;
}
.indexContent .pageBox .GPContent dl dd .btn:hover {
    background: #eabb75;
}
.indexContent .productsBox {
    background: #f0f0f0;
}
.indexContent .pageBox .productContent {
}
.indexContent .pageBox .productContent .productsList {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 0;
    margin: 40px 0 40px 0;
}
.indexContent .pageBox .productContent .productsList a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
}
.indexContent .pageBox .productContent .productsList .bBox {
    position: relative;
    display: inline-block;
    width: 500px;
    height: 620px;
    vertical-align: top;
}
.indexContent .pageBox .productContent .productsList .bBox ul {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}
.indexContent .pageBox .productContent .productsList ul::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    border:0px solid #c9a063;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.indexContent .pageBox .productContent .productsList ul:hover::before {
    opacity: 1;
    border:2px solid #c9a063;
}

.indexContent .pageBox .productContent .productsList ul.sold:hover::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 90%;
    top:10%;
    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) {
    .indexContent .pageBox .productContent .productsList ul.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);
    }
}


.indexContent .pageBox .productContent .productsList .bBox ul .discount {
    position: absolute;
    display: block;
    width: 70px;
    height: 20px;
    left: -5px;
    top:8px;
}
.indexContent .pageBox .productContent .productsList .bBox ul .discount::before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 100%;
    background: #560000;
    top:0;
    left: 0;
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    transform: skewY(45deg);
    -webkit-transform: skewY(45deg);
    
}
.indexContent .pageBox .productContent .productsList .bBox ul .discount span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    font-size: 12px;
    line-height: 16px;
    color:#fff;
    letter-spacing: 1px;
    background: #820000;
    text-align: center;
}
.indexContent .pageBox .productContent .productsList .bBox ul .pName {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 30px 0 30px;
    margin: 50px 0 0 0;
    font-size: 22px;
    line-height: 30px;
    color:#555;
    text-align: center;
    letter-spacing: 2px;
}
.indexContent .pageBox .productContent .productsList .bBox ul .pImg {
    position: absolute;
    display: block;
    width: 100%;
    height: 300px;
    top:180px;
    text-align: center;
}
.indexContent .pageBox .productContent .productsList .bBox ul .pImg img {
    position: relative;
    display: inline-block;
    width: 90%;
    max-width: 300px;
    height: auto;
}
.indexContent .pageBox .productContent .productsList .bBox ul .pPrice {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    color:#bc6226;
    font-size: 24px;
    letter-spacing: 2px;
    bottom: 40px;
}
.indexContent .pageBox .productContent .productsList .sBox {
    position: relative;
    display: inline-block;
    width: 500px;
    vertical-align: top;
}
.indexContent .pageBox .productContent .productsList .sBox ul {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 295px;
    background: #fff;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    margin: 0 0 22px 22px;
}

.indexContent .pageBox .productContent .productsList .sBox ul .discount {
    position: absolute;
    display: block;
    width: 70px;
    height: 20px;
    left: -5px;
    top:8px;
}
.indexContent .pageBox .productContent .productsList .sBox ul .discount::before {
    content: "";
    position: absolute;
    display: block;
    width: 5px;
    height: 100%;
    background: #560000;
    top:0;
    left: 0;
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
    transform: skewY(45deg);
    -webkit-transform: skewY(45deg);
    
}
.indexContent .pageBox .productContent .productsList .sBox ul .discount span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    font-size: 12px;
    line-height: 16px;
    color:#fff;
    letter-spacing: 1px;
    background: #820000;
    text-align: center;
}
.indexContent .pageBox .productContent .productsList .sBox ul .pName {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0 30px 0 30px;
    margin: 50px 0 0 0;
    font-size: 13px;
    line-height: 18px;
    color:#555;
    text-align: center;
    letter-spacing: 1px;
}
.indexContent .pageBox .productContent .productsList .sBox ul .pImg {
    position: absolute;
    display: block;
    width: 100%;
    top:100px;
    text-align: center;
}
.indexContent .pageBox .productContent .productsList .sBox ul .pImg img {
    position: relative;
    display: inline-block;
    max-width: 180px;
    width: 70%;
    height: auto;
}
.indexContent .pageBox .productContent .productsList .sBox ul .pPrice {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    color:#bc6226;
    font-size: 18px;
    letter-spacing: 2px;
    bottom: 20px;
}
.indexContent .gradingBox {
    padding: 0 0 30px 0;
}
.indexContent .gradingBox .gradingContent {
    text-align: center;
    
}
.indexContent .gradingBox .gradingContent .gradingList {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 30px 0 0 0;
}
.indexContent .gradingBox .gradingContent .gradingList li {
    position: relative;
    display: inline-block;
    width: calc(100% / 4 - 40px);
    margin: 0 5px 0 5px;
    vertical-align: top;
}
.indexContent .gradingBox .gradingContent .gradingList li::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    border:0px solid #c9a063;
    box-sizing: border-box;
    opacity: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.indexContent .gradingBox .gradingContent .gradingList li:hover::before {
    /*opacity: 1;
    border:2px solid #c9a063;*/
}
.indexContent .gradingBox .gradingContent .gradingList li .pImg {
    position: relative;
    display: block;
    width: 100%;
    margin: 10px 0 0 0;
    text-align: center;
}
.indexContent .gradingBox .gradingContent .gradingList li .pImg img {
    position:relative;
    display: inline-block;
    width: 90%;
    max-width: 200px;
    height: auto;
}
.indexContent .gradingBox .gradingContent .gradingList li .pName {
    position: relative;
    display: block;
    font-size: 15px;
    color:#000;
    letter-spacing: 2px;
    margin: 10px 0 0 0;
}
.indexContent .gradingBox .gradingContent .gradingList li .pTitle {
    position: relative;
    display: block;
    font-size: 13px;
    color:#c9a063;
    letter-spacing: 2px;
    margin: 5px 0 20px 0;
}




.indexContent .estimateText {
    background: #21293e;
    font-size: 18px;
    line-height: 36px;
    color:#fff;
    padding: 50px 0 50px 0;
    letter-spacing: 2px;
}
.indexContent .estimateBox .bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.indexContent .estimateBox .bg img {
    position: absolute;
    display: block;
    width: auto;
    height: 100%;
    min-height: 42vw;
    left: 50%;
    top:0;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.indexContent .estimateBox .estimateContent .estimateForm {
    position: relative;
    display: block;
    width: 90%;
    max-width: 400px;
    background: rgba(233,233,233,0.4);
    border: 1px solid #fff;
    margin: 30px 0 30px 0;
    padding: 0 0 30px 0;
    text-align: center;
}
.indexContent .estimateBox .estimateContent .estimateForm .form1 {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 20px 0 20px;
    line-height: 0;
}
.indexContent .estimateBox .estimateContent .estimateForm .form1 li {
    position: relative;
    display: inline-block;
    width: calc(50% - 10px);
    height: 30px;
    margin: 0 0 20px 0;
}
.indexContent .estimateBox .estimateContent .estimateForm .form1 li:nth-child(1) {
    margin: 0 20px 20px 0;
}
.indexContent .estimateBox .estimateContent .estimateForm .form1 li:nth-child(3) {
    margin: 0 20px 20px 0;
}
.indexContent .estimateBox .estimateContent .estimateForm .form1 li:nth-child(5) {
    width: 100%;
    height: 100px;
}
.indexContent .estimateBox .estimateContent .estimateForm .form1 li:nth-child(5) textarea {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color:#555;
    line-height: 20px;
    border: 0px;
    padding: 10px;
    letter-spacing: 1px;
}
.indexContent .estimateBox .estimateContent .estimateForm .form1 li:nth-child(6){
    width: 100%;
}

.indexContent .estimateBox .estimateContent .estimateForm .form1 li input,.indexContent .estimateBox .estimateContent .estimateForm .form1 li select {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 13px;
    color:#555;
    line-height: 30px;
    text-indent: 10px;
    border: 0px;
    letter-spacing: 1px;
}
.indexContent .estimateBox .estimateContent .estimateForm .form2 {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
    padding: 0 20px 0 20px;
}
.indexContent .estimateBox .estimateContent .estimateForm .pTitle {
    position: relative;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    color:#555;
    text-align: center;
}
.indexContent .estimateBox .estimateContent .estimateForm .form2 li {
    position: relative;
    display: inline-block;
    width: calc(100% / 5 - 8px);
    height: 60px;
    background: #fff;
    margin: 0 10px 10px 0;
    cursor: pointer;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
}
.indexContent .estimateBox .estimateContent .estimateForm .form2 li:hover {
    border: 2px solid #c9a063;
}
.indexContent .estimateBox .estimateContent .estimateForm .form2 li:nth-child(5) {
    margin: 0 0 10px 0;
}
.indexContent .estimateBox .estimateContent .estimateForm .form2 li:nth-child(10) {
    margin: 0 0 10px 0;
}
.indexContent .estimateBox .estimateContent .estimateForm .form2 li .pImg {
    position: absolute;
    display: none;
    width: 90%;
    height: 90%;
    left: 5%;
    top:5%;
    text-align: center;
    overflow: hidden;
}
.indexContent .estimateBox .estimateContent .estimateForm .form2 li .pImg img {
    position: relative;
    display: inline-block;
    width: auto;
    height: 100%;
}
.indexContent .estimateBox .estimateContent .estimateForm .form2 li.uploaded .pImg {
    display: block;
}
.indexContent .estimateBox .estimateContent .estimateForm .form2 li::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/upload_icon.png) no-repeat center center;
    background-size: 70% auto;
}
.indexContent .estimateBox .estimateContent .estimateForm .form2 li.uploaded::before {
    display: none;
}

.indexContent .newsBox .newsContent {
    max-width: 1200px;
}
.indexContent .newsBox .newsContent .newsList {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px 0 30px 0;
}
.indexContent .newsBox .newsContent .newsList ul {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
    line-height: 0;
}
.indexContent .newsBox .newsContent .newsList ul li {
    position: relative;
    display: inline-block;
    width: calc(50% - 8px);
    margin: 0 15px 0 0;
    padding: 15px;
}
.indexContent .newsBox .newsContent .newsList 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;
}
.indexContent .newsBox .newsContent .newsList ul li:hover::before {
    opacity: 1;
}
.indexContent .newsBox .newsContent .newsList ul li a {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
}
.indexContent .newsBox .newsContent .newsList ul li:nth-child(2) {
    margin: 0;
}
.indexContent .newsBox .newsContent .newsList ul li .pImg {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 200px;
    overflow: hidden;
    vertical-align: top;
}
.indexContent .newsBox .newsContent .newsList ul li .pImg img {
    position: absolute;
    width: auto;
    height: 100%;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
}
.indexContent .newsBox .newsContent .newsList ul li .pText {
    position: relative;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}
.indexContent .newsBox .newsContent .newsList ul li .pText span {
    position: relative;
    display: block;
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
}
.indexContent .newsBox .newsContent .newsList ul li .pText span:nth-child(1) {
    font-size: 12px;
    line-height: 18px;
    
    letter-spacing: 1px;
    color:#000;
}
.indexContent .newsBox .newsContent .newsList ul li .pText span:nth-child(2) {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    color:#000;
}
.indexContent .newsBox .newsContent .newsList ul li .pText span:nth-child(3) {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    color:#000;
}
.indexContent .newsBox .newsContent .newsList ul li .pText span:nth-child(4) {
    font-size: 13px;
    line-height: 13px;
    letter-spacing: 1px;
    font-weight: bold;
    color:#c9a063;
}
.indexContent .edmBox {
    overflow: hidden;
}
.indexContent .edmBox .bg {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
}
.indexContent .edmBox .bg img {
    position: absolute;
    width: auto;
    height: 52vw;
    min-height: 300px;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.indexContent .edmBox .edmContent {
    max-width: 1200px;
    min-height: 200px;
    padding: 150px 0 150px 0;
}
.indexContent .edmBox .edmContent ul {
    position: relative;
    display: block;
}
.indexContent .edmBox .edmContent ul li {
    position: relative;
    display: block;
    width: 500px;
    font-size: 22px;
    line-height: 40px;
    height: 40px;
    color:#000;
    letter-spacing: 2px;
    margin: 0 0 10px 0;
}
.indexContent .edmBox .edmContent ul li.edmInput {
    position: relative;
    display: block;
    
}
.indexContent .edmBox .edmContent ul li.edmInput input {
    position: relative;
    display: block;
    width: calc(100% - 60px);
    height: 100%;
    border: 0px;
    text-indent: 10px;
}
.indexContent .edmBox .edmContent ul li.edmInput .btn {
    position: absolute;
    display: block;
    width: 60px;
    height: 100%;
    right:0;
    top:0;
    background: #c9a063;
    cursor: pointer;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.indexContent .edmBox .edmContent ul li.edmInput .btn:hover {
    background: #eabb75;
}
.indexContent .edmBox .edmContent ul li.edmInput .btn::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/edm_icon.png) no-repeat center center;
    background-size:60% auto;
}
@media screen and (max-width: 1050px) {
    .indexContent .pageBox .pageContent {
        position: relative;
        display: block;
        width: 100%;
        max-width: auto;
        text-align: center;
        padding: 30px 0 30px 0;
    }
    .indexContent .pageBox .infoContent {
        padding: 50px;
    }
    .indexContent .pageBox .infoContent .imgBox {
        position: relative;
        display: block;
        width: 100%;
        float: none;
        text-align: center;
    }
    .indexContent .pageBox .infoContent .imgBox img {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 500px;
    }
    .indexContent .pageBox .infoContent dl {
        position: relative;
        display: block;
        width: 100%;
        float: none;
        padding: 30px 0 0 0;
        text-align: center;
    }
    .indexContent .pageBox .infoContent dl dt {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .indexContent .pageBox .infoContent dl dd {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .indexContent .pageBox .GPContent {
        min-width: 100%;
        width: 100%;
        padding: 50px 0 50px 0;
        background: -webkit-linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
        background: linear-gradient(rgba(0,0,0,1), rgba(0,0,0,0));
    }
    .indexContent .pageBox .GPContent dl {
        position: relative;
        display: block;
        width: 100%;
        float: none;
        padding: 30px 0 0 0;
        text-align: center;
    }
    .indexContent .pageBox .GPContent dl dt {
        font-size: 20px;
        letter-spacing: 1px;
    }
    .indexContent .pageBox .GPContent dl dt br {
        display: block;
    }
    .indexContent .pageBox .GPContent dl dd {
        font-size: 13px;
        letter-spacing: 1px;
    }
    .indexContent .pageBox .GPContent dl dd .btn {
        display: inline-block;
        text-align: left;
        height: 40px;
        line-height: 40px;
    }
    .indexContent .pageBox .GPContent dl dd .btn::before {
        width: 40px;
    }
    .indexContent .pageBox .GPContent dl dd .btn::after {
        width: 38px;
    }
    .indexContent .pageBox .productContent .productsList .bBox {
        display: block;
        width: 90%;
        height: 500px;
        left: 5%;
    }
    .indexContent .pageBox .productContent .productsList .bBox ul .pImg {
        top:120px;
    }
    .indexContent .pageBox .productContent .productsList .bBox ul .pName {
        padding: 0 10px 0 10px;
        font-size: 17px;
        letter-spacing: 1px;
    }
    .indexContent .pageBox .productContent .productsList .sBox {
        display: block;
        margin: 30px 0 0 0;
        width: 90%;
        left: 5%
    }
    .indexContent .pageBox .productContent .productsList .sBox ul {
       position: relative;
        display: inline-block;
        width: calc(50% - 15px);
        height: 295px;
        margin: 0 0 20px 0;
    }
    .indexContent .pageBox .productContent .productsList .sBox ul:nth-child(1) {
        margin: 0 30px 20px 0;
    }
    .indexContent .pageBox .productContent .productsList .sBox ul:nth-child(3) {
        margin: 0 30px 20px 0;
    }
    .indexContent .pageBox .productContent .productsList .sBox ul .pName {
        padding: 0 10px 0 10px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .indexContent .estimateBox .estimateContent .estimateForm {
        left: 50%;
        margin: 30px 0 0 -200px;
    }
    .indexContent .newsBox {
    }
    .indexContent .newsBox .newsContent {
        padding: 30px 0 0 0;
    }
    .indexContent .newsBox .newsContent .newsList {
        width: 90%;
        left: 5%;
    }
    .indexContent .newsBox .newsContent .newsList ul li {
        position: relative;
        display: inline-block;
        width: calc(50% - 8px);
        margin: 0 15px 0 0;
        padding: 15px;
        
    }
    .indexContent .newsBox .newsContent .newsList ul li .pImg {
        position: relative;
        display: block;
        width: 100%;
        height: 30vw;
        max-height: 320px;
    }
    .indexContent .newsBox .newsContent .newsList ul li .pText {
        position: relative;
        display: block;
        width: 100%;
        text-align: left;
        margin: 20px 0 0 0;
    }
    .indexContent .newsBox .newsContent .newsList ul li .pText span {
        padding: 0;
    }
    .indexContent .edmBox .edmContent {
        max-width: none;
        padding: 50px 5% 50px 5%;
        text-align: left;
    }
    .indexContent .edmBox .edmContent ul li {
        width: 350px;
        font-size: 15px;
        letter-spacing: 1px;
    }    
}
@media screen and (max-width: 800px) {
    .indexContent .pageBox .infoContent .imgBox iframe{
        width: 90%;
        height: 42.625vw;
    }
    
    .indexContent .mainSlide {
        height: 350px;
    }
    .indexContent .mainSlide .slideBox li .SlideImg img {
        margin: 0 0 0 -420px;
    }
     .indexContent .gradingBox .gradingContent .gradingList li {
        width: calc(100% / 2 - 40px);
        margin: 0 5px 0 5px;
    }
    .indexContent .estimateText {
        font-size: 15px;
        line-height: 30px;
        color:#fff;
        padding: 30px 0 30px 0;
        letter-spacing: 1px;
    }
    .indexContent .estimateText span {
        display: block;
    }
    
}
@media screen and (max-width: 600px) {
    
}
@media screen and (max-width: 500px) {
    .indexContent .mainSlide .slideBox li dl {
        position: absolute;
        display: block;
        bottom:70px;
        width: 80%;
        padding: 15px;
    }
    .indexContent .mainSlide .slideBox li dl dt {
        font-size: 18px;
        line-height: 28px;
    }
    .indexContent .newsBox .newsContent .newsList ul li {
        position: relative;
        display: block;
        width: 100%;
        margin: 0 15px 0 0;
        padding: 15px;
        
    }
    .indexContent .newsBox .newsContent .newsList ul li .pImg {
        position: relative;
        display: block;
        width: 100%;
        height: 50vw;
        max-height: none;
    }
    
}
@media screen and (max-width: 400px) {
    .indexContent .estimateBox .estimateContent .estimateForm {
        width: 90%;
        left: 5%;
        margin: 30px 0 0 0;
    }
    .indexContent .edmBox .edmContent ul li {
        width: 80%;
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 1px;
    }    
}

.indexContent .estimateBox .estimateContent .estimateForm #estimateLoad input[type=file]{
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    cursor: inherit;
}

.live-video{
    width: 160px;
    height: 90px;
    background-color: rgba(0,0,0,.9);
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    margin: 0 0 10px 10px;
}
.live-video #youtubePlay{
    width: 100%;
    height: 100%;
    position: relative;
}
.live-video .close {
    position: absolute;
    display: block;
    width: 23px;
    height: 23px;
    right: 0px;
    top: 0;
    cursor: pointer;
    background: url(../images/float_icon1_1.png) no-repeat center center;
    background: url(../images/icon_float_icon1_1.svg) no-repeat center center;
    background-size: 70% auto;
    transform: rotate(45deg);
    z-index: 2;
}

.live-video .fullscreen {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    background: url(../images/icon_fullscreen_1.png) no-repeat center center;
    background: url(../images/icon_fullscreen_1.svg) no-repeat center center;
    z-index: 2;
}
.live-video .fullscreen.fulling {
    position: absolute;
    display: block;
    width: 15px;
    height: 15px;
    right: 5px;
    bottom: 5px;
    cursor: pointer;
    background: url(../images/icon_fullscreen_2.png) no-repeat center center;
    background: url(../images/icon_fullscreen_2.svg) no-repeat center center;
    z-index: 2;
}
.live-video.full{
    width: 100%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    margin: 0 0 0px 0px;   
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
}
.live-video.full .close {
    width: 50px;
    height: 50px;
    right: 10px;
    top: 10px;
}
.live-video.full .fullscreen {
    width: 35px;
    height: 35px;
    right: 20px;
    bottom: 20px;
}
.indexContent .pageBox .productContent .productsList .bBox ul.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;
}
.indexContent .pageBox .productContent .productsList .sBox ul.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) {
    .indexContent .pageBox .productContent .productsList .bBox ul.sell .pImg::after{
        font-size: 15px;
        line-height: 15px;
    }
    .indexContent .pageBox .productContent .productsList .sBox ul.sell .pImg::after{
        font-size: 15px;
        line-height: 15px;
    }
}
