@charset "UTF-8";

.pageLayout {
    position: relative;
    width: 1100px;
    left:50%;
    top:0;
    margin: 0 0 0 -550px;
    padding: 100px 0 0 0;
}
.pageLayoutPD {
    position: relative;
    width: 1100px;
    left:50%;
    top:0;
    margin: 0 0 0 -550px;
    padding: 100px 0 0 0;
}
@media screen and (min-width:1201px) {
    .pageLayoutPD {
        width: 90%;
        left: 5%;
        margin: 0;
    }
}
.pageLayout.subIndex {
    width: 100%;
    left: 0;
    margin: 0;
    overflow-x: hidden;
}
.pageLayout > .menuBanner {
    position: relative;
    width: 100%;
    height: 30vw;
    min-height: 400px;
    overflow: hidden;
}
.pageLayout > .menuBanner > .pcBg {
    position: absolute;
    width: 100%;
    height: 100%;
}
.pageLayout > .menuBanner > .pcBg img {
    position: absolute;
    width: 100%;
    top:50%;
    margin: -25vw 0 0 0;
}
.pageLayout > .menuBanner > .mBg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
}
.pageLayout > .menuBanner > .mBg img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: auto;
}
.pageLayout > .menuBanner > dt {
    position: relative;
    display: inline-block;
    font-size: 50px;
    line-height: 50px;
    margin: 40px 0 0 60px;
    padding: 0 0 20px 0;
    color:rgba(0,0,0,1);
    border-bottom:1px solid rgba(0,0,0,1);
}
.pageLayout > .menuBanner.type2 > dt {
    color:#fff;
    border-bottom:1px solid #fff;
}
.pageLayout > .menuBanner > dt > span {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 18px;
    margin: 10px 0 0 0;
}
.pageLayout > .menuBanner > dd {
    position: relative;
}
.pageLayout > .menuBanner > dd > ul {
    position: relative;
    padding: 10px 0 10px 60px;
}
.pageLayout > .menuBanner > dd > ul > li {
    position: relative;
    font-size: 15px;
    line-height: 15px;
    padding: 10px 0 10px 0;
    color:rgba(0,0,0,1);
}
.pageLayout > .menuBanner.type2 > dd > ul > li {
    color:#fff;
}
.pageLayout > .menuBanner > dd > ul > li > a {
    color:rgba(0,0,0,1);
    text-decoration: none;
}
.pageLayout > .menuBanner.type2 > dd > ul > li > a {
    color:#fff;
    text-decoration: none;
}
.pageLayout > .menuBanner > dd > ul > li > a:hover {
    color:rgba(0,0,0,0.6);
}
.pageLayout > .menuBanner.type2  > dd > ul > li > a:hover {
    color:rgba(178,136,80,1);
}
.subIndexBox {
    position: relative;
    width: 100%;
    font-size: 0;
    padding: 0 0 50px 0;
}
.subIndexBox > li {
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    margin: 10px 0 0 0;
    height: 350px;
}
.subIndexBox > li.sideLeft {
    margin-right: 10px;
}

.subIndexBox > li .pcImg {
    position: absolute;
    width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);

    transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
}
.subIndexBox > li .mImg {
    position: absolute;
    width: 100%;
    height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    display: none;

    transition: transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
}
.subIndexBox > li:not(.no_hover):hover .pcImg {
    /*
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    */
    animation:subIndexBox_imgHover_ani 1s forwards;
    -webkit-animation:subIndexBox_imgHover_ani 1s forwards;
}
.subIndexBox > li:not(.no_hover):hover .mImg {
    /*
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    */
    animation:subIndexBox_imgHover_ani 1s forwards;
    -webkit-animation:subIndexBox_imgHover_ani 1s forwards;
}
@keyframes subIndexBox_imgHover_ani{
    0%   {opacity: 1;}
    100% {opacity: 0.5;}
}
@-webkit-keyframes subIndexBox_imgHover_ani{
    0%   {opacity: 1;}
    100% {opacity: 0.5;}
}
.subIndexBox > li.type1 {
    width:calc(60% - 5px);
}
.subIndexBox > li.type2 {
    width:calc(40% - 5px);
}
.subIndexBox > li.type3 {
    width:calc(50% - 5px);
}
.subIndexBox > li.type4 {
    width:100%;
    height: 50vw;
}
.subIndexBox > li.type5 {
    width:calc(50% - 5px);
}
.subIndexBox > li dl {
    position: absolute;
    top:50%;
    left: 15%;
    margin: 30px 0 0 0;
    /*z-index: 999;*/
}
.subIndexBox > li.fontType2 dl {
    left: auto;
    right: 30px;
}
.subIndexBox > li.fontType3 dl {
    margin: -100px 0 0 0;

}
.subIndexBox > li.type3 dl {
    top:50%;
    left:50%;
    width: 250px;
    height: 100px;
    margin: -50px 0 0 -125px;
}
.subIndexBox > li dl > dt {
    position: relative;
    font-size: 24px;
    line-height: 0;
}
.subIndexBox > li dl > dt > h1 {
    position: relative;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    color:#000;
}
.subIndexBox > li.type3 dl > dt > h1 {
    line-height: 24px;
    text-align: center;
    margin: 0 0 10px 0;
    color: #fff;
    opacity: 0.7;
}
.subIndexBox > li dl > dt > h2 {
    position: relative;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.subIndexBox > li.type3 dl > dt > h2 {
    line-height: 24px;
    text-align: center;
    padding: 10px 0 0 0;
    color: #fff;
    border-top: 1px solid #fff;
    opacity: 0.7;
}
.subIndexBox > li:hover dl > dt > h1 {
    opacity: 0;
}
.subIndexBox > li.type3:hover dl > dt > h1 {
    opacity: 1;
}
.subIndexBox > li:hover dl > dt > h2 {
    opacity: 1;
}
.subIndexBox > li.type3:hover dl > dt > h2 {
    opacity: 1;
}
.subIndexBox > li dl > dd {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    margin: 25px 0 0 0;
    padding: 10px 0 0 0;
    width: 230px;
    border-top: 1px solid #000;
    color:#000;
}
.subIndexBox > li .videoBtn {
    position: absolute;
    width: 100px;
    height: 100px;
    left:50%;
    top:50%;
    margin: -50px 0 0 -50px;
    background: url(../images/play_icon.png) no-repeat 0 0;
    opacity: 0.7;
    z-index: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.subIndexBox > li:hover .videoBtn {
    opacity: 1;
}
.subIndexBox > li .videoBtn > span {
    position: absolute;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    width: 100%;
    color: #fff;
    top:110px;
}
.subIndexBox video{
    width: 100%;
    height: 100%;
}

.subIndexBox > li .BoxVideo {
    position: relative;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}


.subIndexBox > li.type4 .pcImg.youtubeImg{
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.subIndexBox > li.type4 .mImg.youtubeImg{
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width:1650px) {
    .subIndexBox > li .pcImg {
        width: auto;
        height: 100%;
    }
    .subIndexBox > li.type1 .pcImg {
        left:50%;
        margin: 0 0 0 -500px;
    }
    .subIndexBox > li.type2 .pcImg {
        left:50%;
        margin: 0 0 0 -325px;
    }
}


@media screen and (max-width:1100px) {
    .pageLayout , .pageLayout.subIndex , .pageLayoutPD {
        width: 100%;
        left:0;
        margin: 50px 0 0 0;
        padding: 0;
    }
    .pageLayout > .menuBanner {
        height: auto;
        min-height: auto;
    }

    .pageLayout > .menuBanner > dt {
        display: block;
        font-size: 28px;
        line-height: 28px;
        margin: 10px 0 0 0;
        padding: 0 0 10px 0;
        text-align: center;
    }
    .pageLayout > .menuBanner > dt > span {
        position: relative;
        display: block;
        font-size: 18px;
        line-height: 18px;
        margin: 10px 0 0 0;
    }

    .pageLayout > .menuBanner > .pcBg img{
        width: 100%;
        top: 50%;
        left: 50%;
        height: auto;
        margin: 0;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .pageLayout > .menuBanner > dd > ul {
        padding: 0;
    }
    .pageLayout > .menuBanner > dd > ul > li {
        padding: 15px 0 15px 0;
        text-indent: 20px;
        border-bottom:1px solid rgba(178,136,80,0.2);
    }
    .pageLayout > .menuBanner.type2 > dd > ul > li {
        border-bottom:1px solid rgba(255,255,255,0.2);
    }
    .subIndexBox > li.type1 {
        width:calc(50% - 5px);
        height: calc(50vw - 5px);
    }
    .subIndexBox > li.type2 {
        width:calc(50% - 5px);
        height: calc(50vw - 5px);
    }
    .subIndexBox > li.type3 {
        width:calc(50% - 5px);
        height: calc(50vw - 5px);
    }
    .subIndexBox > li.type5 {
        width:calc(50% - 5px);
        height: calc(50vw - 5px);
    }
    .subIndexBox > li dl {
        top:40px;
        left:0;
        margin: 0;
        width: 100%;
    }
    .subIndexBox > li.fontType2 dl, .subIndexBox > li.fontType3 dl {
        top:40px;
        left:0;
        width: 100%;
        margin:0;
        right: auto;
    }
    .subIndexBox > li dl > dt > h1 {
        display: none;
    }
    .subIndexBox > li.type3 dl > dt > h1 {
        display: block;
    }
    .subIndexBox > li dl > dt > h2 {
        text-align: center;
        width: 100%;
        opacity: 1;
    }
    .subIndexBox > li dl > dd {
        display: none;
    }
    .subIndexBox > li .pcImg {
        display: none;
    }
    .subIndexBox > li .mImg {
        display: block;
    }
    .subIndexBox > li.type4 .pcImg {
        display: block;
    }
    .subIndexBox > li.type4 .mImg {
        display: none;
    }

    .subIndexBox > li .BoxVideo {
        position: relative;
        width: 100%;
        height: auto;
        top: 50%;
        left: 50%;
        width: auto;
        height: 100%;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }


}
@media screen and (max-width:950px) {
    .pageLayout > .menuBanner > .pcBg img{
        width: auto;
        height: 100%;
    }
    .horiType > .menuBanner > .pcBg img{
        width:100%;
        height:auto;
    }
}
@media screen and (max-width:850px) {
    .pageLayout > .menuBanner > .pcBg {
        display: none;
    }
    .pageLayout > .menuBanner > .mBg {
        display: block;
    }
}
@media screen and (max-width:550px) {
    .subIndexBox > li.type1 {
        width:100%;
        height: 95vw;
    }
    .subIndexBox > li.type2 {
        width:100%;
        height: 95vw;
    }
    .subIndexBox > li.type3 {
        width:100%;
        height: 95vw;
    }
    .subIndexBox > li.type4 {
        width:100%;
        height: 95vw;
    }
    .subIndexBox > li.type5 {
        width:100%;
        height: 95vw;
    }
    .subIndexBox > li.sideLeft {
        margin-right: 0;
    }
    .subIndexBox > li.type4 .pcImg {
        display: none;
    }
    .subIndexBox > li.type4 .mImg {
        display: block;
    }
    .pageLayout > .menuBanner > .mBg img {
        width: auto;
        height: 110%;
    }
    .horiType > .menuBanner > .mBg img {
        width:130%;
        height:auto;
    }

}
@media screen and (max-width:450px) {
    .pageLayout > .menuBanner > .mBg > img {
        /*width:450px;*/
        left:50%;
        top:50%;
        /*margin: -225px 0 0 -225px;*/
    }
}
.pageLayout > .menuBanner > dd > ul > li.DC_rightBtnBox a , .pageLayout > .menuBanner > dd > ul > li.DC_rightBtnBox a:hover {
    color: #fff;
}
.DC_rightBtnBox table {
    position: absolute;
    top:-200px;
    right: 50px;
    min-height: 150px;
    width: 200px;
    border:1px solid rgba(255,255,255,0.3);
    opacity: 0.7;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.DC_rightBtnBox table::after {
    content: "\0203A";
    position: absolute;
    font-size: 40px;
    line-height: 40px;
    right:10px;
    top:50%;
    margin: -22px 0 0 0;
}
.DC_rightBtnBox td {
    position: relative;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    min-height: 150px;
    width: 200px;
    background: rgba(0,0,0,0.8);
    display: -moz-inline-box;
    /*opacity: 0.7;*/
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    vertical-align: middle;
}
.DC_rightBtnBox table:hover {
   border:1px solid rgba(255,255,255,0.7);
}
.DC_rightBtnBox td h1 {
    position: absolute;
    display: block;
    font-size: 18px;
    line-height: 170px;
    top:0;
    margin: -10px 0 0 0;
    padding: 0 0 0 15px;
    left:0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.DC_rightBtnBox td h2 {
    position: absolute;
    display: block;
    font-size: 18px;
    line-height: 170px;
    top:0;
    margin: -10px 0 0 0;
    padding: 0 0 0 15px;
    left:0;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.DC_rightBtnBox table:hover td h1 {
    opacity: 0;
}
.DC_rightBtnBox table:hover td h2 {
    opacity: 1;
}
.DC_rightBtnBox a {
    color:#fff;
}
@media screen and (max-width:1100px) {
    .pageLayout > .menuBanner > dd > ul > .DC_rightBtnBox {
        padding: 0;
        background: rgba(0,0,0,0.5);
        border:1px solid rgba(178,136,80,1);
    }
    .DC_rightBtnBox table {
        position: relative;
        top:0;
        right: auto;
        min-height: auto;
        width: 100%;
        background: rgba(0,0,0,0);
        border:0px;
        opacity: 1;
    }
    .DC_rightBtnBox table:hover {
        border: 0;
    }
    .DC_rightBtnBox td {
        opacity: 1;
    }
    .DC_rightBtnBox td h1 {
        position: relative;
        padding: 10px 0 10px 0;
        margin: 0;
        opacity: 1;
    }
    .DC_rightBtnBox td h2 {
        display: none;
    }
    .DC_rightBtnBox table:hover td h1 {
        opacity: 0.7;
    }
}

.breadcrumbs {
    position: absolute;
    bottom:0;
    width: 100%;
    z-index: 1;
    display: block;
    border-top:1px solid rgba(178,136,80,1);
    font-size: 0;
    padding: 20px 0 50px 20px;
    background: #fff;
}
.breadcrumbs > .mainBtns {
    position: relative;
    display: inline-block;
}
.breadcrumbs > .mainBtns > li {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin: 0 10px 0 0;
    padding: 10px;
    float: left;
    color:#fff;
    cursor: pointer;
}
.breadcrumbs > .mainBtns > li > a {
    color:#fff;
    text-decoration: none;
}
.breadcrumbs > .mainBtns > li.current {
    float: right;
}
.breadcrumbs > .mainBtns > li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    background: #b58850;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    z-index: -1;
}
.breadcrumbs > .mainBtns > li:hover {
    opacity: 0.7;
}
.breadcrumbs > .mainBtns > li.current::before {
    background: #000;
}
.breadcrumbs > .mainBtns > li.current::after {
    content: "\27A4";
    position: absolute;
    font-size: 15px;
    line-height: 15px;
    right: -10px;
    top:50%;
    margin: -7.5px 0 0 0;
    color: #000;
}
.breadcrumbs > .subBtns {
    position: relative;
    display: inline-block;
}
.breadcrumbs > .subBtns > li {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin: 0 10px 0 0;
    padding: 10px;
    float: left;
    color:#fff;
    cursor: pointer;
    letter-spacing: 0.5px;
}
.breadcrumbs > .subBtns > li > a {
    color:#fff;
    text-decoration: none;
}
.breadcrumbs > .subBtns > li::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
    background: #000;
    transform: skewX(-15deg);
    -webkit-transform: skewX(-15deg);
    z-index: -1;
}
.breadcrumbs > .subBtns > li:hover {
    opacity: 0.7;
}
.breadcrumbs > .subBtns > li::after {
    content: "\27A4";
    position: absolute;
    font-size: 15px;
    line-height: 15px;
    right: -10px;
    top:50%;
    margin: -7.5px 0 0 0;
    color: #000;
}
.breadcrumbs > .subBtns > li:last-of-type::after {
    display: none;
}

@media screen and (max-width:1100px) {
    .breadcrumbs {
        border-top:0;
        font-size: 0;
        padding: 20px 0 20px 0;

    }
    .breadcrumbs > .mainBtns {
        display: block;
        border-bottom:1px solid rgba(178,136,80,1);
        text-align: center;
    }
    .breadcrumbs > .mainBtns > li {
        display: inline-block;
        margin: 0 5px 10px 5px;
        font-size: 12px;
        line-height: 12px;
        padding: 5px;
        float: none;
    }
    .breadcrumbs > .mainBtns > li.current {
        float: none;
    }
    .breadcrumbs > .mainBtns > li::before {
        transform: none;
        -webkit-transform: none;
        border-radius: 7px;
    }
    .breadcrumbs > .mainBtns > li.current::after {
        display: none;
    }
    .breadcrumbs > .subBtns {
        display: block;
        margin: 10px 0 30px 10px;
        /*text-align: center;*/
    }
    .breadcrumbs > .subBtns > li {
        display: inline-block;
        font-size: 12px;
        line-height: 12px;
        margin: 5px 10px 5px 0;
        padding: 5px;
        float: none;
        color:#fff;
        cursor: pointer;
    }
    .breadcrumbs > .subBtns > li > a {
        color:#fff;
    }
    .breadcrumbs > .subBtns > li::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top:0px;
        left: 0px;
        background: #000;
        transform: skewX(-15deg);
        -webkit-transform: skewX(-15deg);
        z-index: -1;
    }
    .breadcrumbs > .subBtns > li:hover {
        opacity: 0.7;
    }
    .breadcrumbs > .subBtns > li::after {
        content: "\27A4";
        position: absolute;
        font-size: 15px;
        line-height: 15px;
        right: -10px;
        top:50%;
        margin: -7.5px 0 0 0;
        color: #000;
    }
    .breadcrumbs > .subBtns > li:last-of-type::after {
        display: none;
    }
}


@media screen and (max-width:700px) {
    .breadcrumbs {
        position: relative;
    }
}
.pd_bridalNav {
    position: relative;
    display: block;
    margin: 20px 0 0 0;
    width: 200px;
    float: left;
}
@media screen and (min-width:1201px) {
    .pd_bridalNav {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
}
.pd_bridalNav > dt {
    position: relative;
    color:#000;
    font-size: 16px;/*20*/
    text-align: right;
    padding:0 0 10px 0;
    border-bottom:2px solid #000;
}
.pd_bridalNav > dt > span {
    display: block;
}
.pd_bridalNav > dd {
    position: relative;
    display: block;
}
.pd_bridalNav > dd > dl {
    position: relative;
    display: block;
    text-align: right;
}

.pd_bridalNav > dd > dl > dt {
    position: relative;
    display: block;
    padding: 10px 0 10px 0;
    font-size: 14px;/*18*/
    line-height: 14px;/*18*/
    color:rgba(160,160,160,1);
    cursor: pointer;
}
.pd_bridalNav > dd > dl > dt > a {
    color:rgba(160,160,160,1);
    text-decoration: none;
}
.pd_bridalNav > dd > dl > dt:hover , .pd_bridalNav > dd > dl > dt > a:hover {
    color:#000;
}
.pd_bridalNav > dd > dl > dt.attachChild {
}
.pd_bridalNav > dd > dl > dt.attachChild::before {
    content: " + ";
}
.pd_bridalNav > dd > dl > dt.expandChild + dd {
    display: block;
}
.pd_bridalNav > dd > dl > dd {
    position: relative;
    display: none;
    padding: 0 0 5px 0;
    clear: both;
}
.pd_bridalNav > dd > dl > dd > ul {
    position: relative;
    margin: 10px 0 0 30px;
    padding:5px 0 5px 0;
    border-top:1px solid rgba(200,200,200,1);
    border-bottom:1px solid rgba(200,200,200,1);
}
.pd_bridalNav > dd > dl > dd > ul > li {
    position: relative;
    display: inline-block;
    width: 150px;
    margin:0 0 8px 0;
    font-size: 13px;
    line-height: 13px;
    color:rgba(160,160,160,1);
}
.pd_bridalNav > dd > dl > dd > ul > li > span {
    cursor: pointer;
}
.pd_bridalNav > dd > dl > dd > ul > li > span > a {
    color:rgba(160,160,160,1);
    text-decoration: none;
}
.pd_bridalNav > dd > dl > dd > ul > li > span:hover , .pd_bridalNav > dd > dl > dd > ul > li > span > a:hover {
    color:#000;
}
.pd_bridalNav > dd > dl > dd > ul > li > span:hover::before {
    content: ">";
    position: absolute;
    left: -13px;
    top:0px;
}

.pd_ringListBox {
    position: relative;
    display: block;
    width: 850px;
    float: left;
    margin: 0 0 0 50px;
}
@media screen and (min-width:1201px) {
    .pd_ringListBox {
        display: inline-block;
        width: calc(100% - 260px);
        float: none;
        vertical-align: top;
    }
}
.pd_ringListBox > .pd_viewBtns {
    position: relative;
    padding: 30px 0 20px 0;
}
.pd_ringListBox > .pd_viewBtns > li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 15px 0 0;
    opacity: 0.5;
    cursor: pointer;
}
.pd_ringListBox > .pd_viewBtns > li:nth-of-type(3n+0) {
    margin: 0;
}
.pd_ringListBox > .pd_viewBtns > li.current {
    opacity: 1;
}
.pd_ringListBox > .pd_viewBtns > li:hover {
    opacity: 0.8;
}
.pd_ringListBox > .pd_viewBtns > li:nth-of-type(1) {
    background: url(../images/list_mode_btn1.png) no-repeat center center;
}
.pd_ringListBox > .pd_viewBtns > li:nth-of-type(2) {
    background: url(../images/list_mode_btn2.png) no-repeat center center;
}
.pd_ringListBox > .pd_ringList {
    position: relative;
    display: block;
    width: 425px;
    font-size: 0;
    text-align: center;
    float: left;
}
.pd_ringListBox > .pd_ringList > li {
    position: relative;
    /*
    display: inline-block;
    */
    width: 200px;
    height: 150px;
    border: 1px solid #eee;
    margin: 0 5px 20px 5px;
    float: left;
}
.pd_ringListBox > .pd_ringList > li.adbox {
    position: relative;
    width: 410px;
    height: 320px;
    overflow: hidden;
}
.pd_ringListBox > .pd_ringList > li.adbox a{
//    position: absolute;
    width: 100%;
    height: 100%;
    top:0px;
    left: 0px;
}
.pd_ringListBox > .pd_ringList > li.adbox img {
    /*width: 100%;
    height: auto;*/
    width:auto;
    height: 100%;
}


@media screen and (max-width:430px) {
    .pd_ringListBox > .pd_ringList > li.adbox img {
        width: 100%;
        height: auto;
    }
}

.pd_ringListBox.simple > .pd_ringList > li.adbox {
    display: none;
}
/* @sst img ani */
body.haveHover .pd_ringList > li:hover > dl > dt > img{
    animation: pd_ringList_imgHover_ani 1s forwards;
    -webkit-animation: pd_ringList_imgHover_ani 1s forwards;
}
@keyframes pd_ringList_imgHover_ani{
    0%   {opacity: 1;}
    100% {opacity: 0.5;}
}
@-webkit-keyframes pd_ringList_imgHover_ani{
    0%   {opacity: 1;}
    100% {opacity: 0.5;}
}


@media screen and (min-width:1201px) {
    .pd_ringListBox > .pd_ringList {
        width: 50%;
    }
    .pd_ringListBox > .pd_ringList > li {
        width: calc(50% - 10px);
        height: 13vw;
    }
    .pd_ringListBox > .pd_ringList > li.adbox {
        width: calc(100% - 10px);
        height: calc(26vw + 20px);
    }
    .pd_ringListBox > .pd_ringList > li.adbox img {
        width: 100%;
        height: auto;
    }
}

/* @sst border ani start */
/*
.border_top {
    position: absolute;
    height: 1px;
    width: 0;
    font-size: 0;
    background: #865101;
    top: 0;
    left: 0;
    transition: all 1s ease-out;
}
.border_right {
    position: absolute;
    height: 0px;
    width: 1px;
    font-size: 0;
    background: #865101;
    bottom: 0;
    right: 0;
    transition: all 1s ease-out;
}
.border_bottom {
    position: absolute;
    height: 1px;
    width: 0px;
    font-size: 0;
    background: #865101;
    right: 0;
    bottom: 0;
    transition: all 1s ease-out;
    margin: 0;
    padding: 0;
}
.border_left {
    position: absolute;
    height: 0px;
    width: 1px;
    font-size: 0;
    background: #865101;
    left: 0;
    top: 0;
    transition: all 1s ease-out;
    margin: 0;
    padding: 0;
}

.pd_ringListBox > .pd_ringList > li:hover .border_top{
    width: 100%; margin: 0; padding: 0;
}
.pd_ringListBox > .pd_ringList > li:hover .border_bottom{
    width: 100%; margin: 0; padding: 0;
}
.pd_ringListBox > .pd_ringList > li:hover .border_left{
    height: 100%; margin: 0; padding: 0;
}
.pd_ringListBox > .pd_ringList > li:hover .border_right{
    height: 100%; margin: 0; padding: 0;
}
*/
/* @sst border ani end */
/*
.pd_ringListBox > .pd_ringList > li:hover:before {
    content: "";
    position: absolute;
    width: 423px;
    height: 152px;
    top:-3px;
    left:-3px;
    border: 1px solid rgba(0,0,0,0.2);

    z-index: 1;
}
*/
.pd_ringListBox > .pd_ringList > li.adbox:hover:before {
    display: none;
}
.pd_ringListBox > .pd_ringList > li.rightP:hover:before {
    /*left:-227px;*/
    left:-224px;
}
.pd_ringListBox > .pd_ringList > li > dl {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.pd_ringListBox > .pd_ringList > li > dl > dt {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    overflow: hidden;
    cursor: pointer;

}
.pd_ringListBox > .pd_ringList > li > dl > dt > img {
    position: absolute;
    width: 100%;
    height: auto;
}
.pd_ringListBox > .pd_ringList > li > dl > dd {
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 2px);
    top:-1px;
    background: #eee;
    text-align: center;
    /*display: none;*/
    z-index: 1;
    opacity: 0;
    cursor: pointer;
    
}
.pd_ringListBox > .pd_ringList > li.leftP > dl > dd {
    right:0px;
}
.pd_ringListBox > .pd_ringList > li.rightP > dl > dd {
    left: 0px;
}

@media screen and (max-width:800px) {
    .pd_ringListBox > .pd_ringList > li > dl > dd {
        display: none;
    }
}
/* sst start */
@media screen and (min-width:800px) {
    .pd_ringListBox > .pd_ringList > li > dl > dd {
        transform: translate(0,0);
        -webkit-transform: translate(0,0);
        transition: all 0.7s ease;
        -webkit-transition: all 0.7s ease;
    }
    .pd_ringListBox > .pd_ringList > li.rightP:hover > dl > dd {
        opacity: 1;
        transform: translate(-100%,0);
        -webkit-transform: translate(-100%,0);
        /*
        animation: ringList_rightP_dd_ani 1s forwards;
        -webkit-animation: ringList_rightP_dd_ani 1s forwards;
        */
        z-index: 3;
    }
    .pd_ringListBox > .pd_ringList > li.rightP:hover{
        z-index: 2;
    }

    .pd_ringListBox > .pd_ringList > li.leftP:hover > dl > dd {
        opacity: 1;
        transform: translate(100%,0);
        -webkit-transform: translate(100%,0);
        /*
        animation: ringList_leftP_dd_ani 1s forwards;
        -webkit-animation: ringList_leftP_dd_ani 1s forwards;
        */
        z-index: 3;
    }
    .pd_ringListBox > .pd_ringList > li.leftP:hover{
        z-index: 2;
    }

    .pd_ringListBox > .pd_ringList > li.rightP > dl > dd:hover {
        display: block;
        /*left: -222px;*/
        opacity: 1;
    }
    .pd_ringListBox > .pd_ringList > li.leftP > dl > dd:hover {
        display: block;
        /*left: 200px;*/
        opacity: 1;
    }

}
@keyframes ringList_rightP_dd_ani{
    0%   {display: block; left: 0px; opacity: 0;}
    100% {display: block; left: -222px; opacity: 1;}
}
@-webkit-keyframes ringList_rightP_dd_ani{
    0%   {display: block; left: 0px; opacity: 0;}
    100% {display: block; left: -222px; opacity: 1;}
}
@keyframes ringList_leftP_dd_ani{
    0%   {display: block; right: 0px; opacity: 0;}
    100% {display: block; right: -200px; opacity: 1;}
}
@-webkit-keyframes ringList_leftP_dd_ani{
    0%   {display: block; right: 0px; opacity: 0;}
    100% {display: block; right: -200px; opacity: 1;}
}

.hidden_sno{ display: none; }
/* sst end */
/*
.pd_ringListBox > .pd_ringList > li:hover > dl > dd {
    display: block;
}
*/
/* sst fix start */
.pd_ringListBox > .pd_ringList > li > dl > dd > .rname {
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 20px;/*24*/
    line-height: 24px;
    padding: 5px 0 5px 0;
    width: 80%;
    height: 30px;
    margin: 5px 0 0 0;
    word-break: break-word;
    overflow: hidden;
}
@media screen and (min-width:800px) {
    .pd_ringListBox > .pd_ringList > li > dl > dd > .rname:hover {
        height: auto;
    }
    .pd_ringListBox > .pd_ringList > li > dl > dd > .rname:hover~div {
        display: none;
    }
}
/* sst fix end */
.pd_ringListBox > .pd_ringList > li > dl > dd > .btn1 {
    position: absolute;
    display: block;
    left: 50%;
    top:50%;
    margin: -65px 0 0 -65px;
    width: 55px;
    height: 55px;
    background: url(../images/pd_list_add.png) no-repeat center center;
    cursor: pointer;
}
.pd_ringListBox > .pd_ringList > li > dl > dd > .btn1:hover {
    opacity: 0.7;
}
.pd_ringListBox > .pd_ringList > li > dl > dd > .btn1::after {
    content: "加入關注";
    position: absolute;
    width: 55px;
    top:60px;
    left:0;
}
.pd_ringListBox > .pd_ringList > li > dl > dd > .btn2 {
    position: absolute;
    display: block;
    left: 50%;
    top:50%;
    margin: -65px 0 0 10px;
    width: 55px;
    height: 55px;
    background: url(../images/pd_list_chat.png) no-repeat center center;
    cursor: pointer;
}
.pd_ringListBox > .pd_ringList > li > dl > dd > .btn2:hover {
    opacity: 0.7;
}
.pd_ringListBox > .pd_ringList > li > dl > dd > .btn2::after {
    content: "線上洽詢";
    position: absolute;
    width: 55px;
    top:60px;
    left:0;
}
.pd_ringListBox > .pd_ringList > li > dl > dd > .sp-line {
    position: absolute;
    left: 15%;
    top:50%;
    width: 70%;
    height: 1px;
    background: #000;
}
.pd_ringListBox > .pd_ringList > li > dl > dd > .price {
    position: absolute;
    top:50%;
    left: 10%;
    width: 80%;
    margin: 38px 0 0 0;
    padding:5px 0 0 0;
    font-size: 15px;
    /*border-top:1px solid #000;*/
}
.pd_ringListBox > .pd_ringList > li > dl > dd > .price > span {
    font-size: 13px;
}

@media screen and (max-width:1100px) {
    .pd_bridalNav {
        /*display: none;*/
        width:100%;
        margin:0 0 10px;
    }
    .pd_bridalNav > dt{
        font-size: 24px;
        padding:10px 0;
        text-align: center;
    }
    .pd_bridalNav > dt > span{
        display: inline-block;
    }
    .pd_bridalNav > dd {
        display: none;
    }
    .pd_ringListBox > .pd_ringList {
        display: inline-block;
        float: none;
        vertical-align: top;
    }
    .pd_ringListBox {
        display: block;
        width: 100%;
        float: none;
        margin: 0;
        text-align: center;
    }
    .pd_ringListBox > .pd_viewBtns {
        position: relative;
        text-align: left;
        padding: 30px 0 20px 30px;
    }
    .pd_ringListBox > .pd_ringList > li:hover:before {
        display: none;
    }
    .pd_ringListBox > .pd_ringList > li:hover > dl > dd {
        display: none;
    }
}
@media screen and (max-width:430px) {
    .pd_ringListBox {
        padding: 0;
        margin: 0;
    }
    .pd_ringListBox > .pd_ringList {
        width: 100%;
    }
    .pd_ringListBox > .pd_ringList > li {
        width: 40vw;
        height: 30vw;
        float: none;
        display: inline-block;
    }
    .pd_ringListBox > .pd_ringList > li.adbox {
        width: 80vw;
        height: auto;
    }
}

.pd2Box {
    position: relative;
    width: 100%;
}
.pd2Box > .tipBtns {
    position: absolute;
    right: 10px;
    margin: 10px 0 0 0;
}
.pd2Box > .tipBtns > li {
    position: relative;
    width: 100px;
    background: #b58850;
    color:#fff;
    font-size: 13px;
    padding: 10px;
    border-radius: 20px;
    margin: 0 0 10px 0;
    cursor: pointer;
}
.pd2Box > .tipBtns > li:hover {
    opacity: 0.7;
}

.pd2Box > .ringImgBox {
    position: relative;
    width: 400px;
    margin: 30px 0 0 140px;
}
.pd2Box > .ringImgBox > .ringImg {
    position: relative;
    width: 400px;
    height: 300px;
    border:1px solid #eee;
    overflow: hidden;
    cursor: zoom-in;/*zoom-in*/
    cursor: -webkit-zoom-in;
}
/* @sst start */

.pd2Box > .productBox > li > .viewList > .mask{
    position: relative;
    display: inline-block;
    width: 270px;
    overflow: hidden;
    vertical-align: middle;
}
.pd2Box > .productBox > li > .viewList > .leftBtn,.pd2Box > .productBox > li > .viewList > .rightBtn{
    vertical-align: middle;
}
.pd2Box > .productBox > li > .viewList > .mask > .viewContent{
    width: 200%;
    position: relative;
    height: 130px;
    overflow: hidden;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.pd2Box > .productBox > li > .viewList > .mask > .viewContent::after{
    content: " "; /* 1 */
    display: table; /* 2 */
    clear: both;
}
.pd2Box > .productBox > li > .viewList > .mask > .viewContent > .viewItem{
    position: relative;
    /*display: inline-block;*/
    width: 80px;
    height: auto;
    cursor: pointer;
    margin: 0 5px 0 5px;
    float: left;
}

.pd2Box > .productBox > li > .viewList > .mask > .viewContent > .viewItem img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.pd2Box > .productBox > li > .viewList > .mask > .viewContent > .viewItem span{
    position: relative;
    display: block;
    font-size: 13px;
    color:#555;
    padding: 10px 0 10px 0;
    margin: 0 0 20px 0;
    word-wrap: break-word;
}
.pd2Box > .productBox > li > .viewList > .mask li:hover span {
    color:#cfa972;
}
.pd2Box > .productBox > li > .viewList > .mask li:hover span::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    bottom:0;
    left: 0;
    background: #cfa972;
}
/* @sst end */

.pd2Box > .ringImgBox > .ringImg:hover::after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #b58850;
    box-sizing: border-box;
}
.pd2Box > .ringImgBox > .ringImg > img {
    width: 100%;
    height: auto;
}
.pd2Box > .ringImgBox > ul {
    position: relative;
    width: 408px;
    margin: 15px 0 0 0;
    text-align: center;
    font-size: 0;
}
.pd2Box > .ringImgBox > ul > li {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 54px;
    margin: 0;
    border:1px solid #eee;
    overflow: hidden;
    margin: 0 9px 0 0;
    cursor: pointer;
}
.pd2Box > .ringImgBox > ul > li:hover::after {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #b58850;
    box-sizing: border-box;
}
.pd2Box > .ringImgBox > ul > li > img {
    position: absolute;
    width: 100%;
    height: auto;
}
/*sst fix start*/
.pd2Box > .pd2Box_title{
    position: absolute;
    left: 550px;
    width: 420px;
    height: 80px;
    top:0;
    overflow: hidden;
}
.pd2Box > .pd2Box_title > .pd2Box_inner{
    position: relative;
    width:100%;height:100%;
    top:0;left:0;
}
.pd2Box > .pd2Box_title > .pd2Box_inner > .pd2Box_h1 {
    position: relative;
    font-size: 40px;
    left: 0px;
    width: 420px;
    height: 50px;
    top:0;
    overflow: hidden;
}
.pd2Box > .pd2Box_title > .pd2Box_inner > .pd2Box_h1 > h1 {
    -webkit-transition: all 1s;
    transition: all 1s;
}
@media screen and (min-width:1101px) {
    .pd2Box > .pd2Box_title > .pd2Box_inner > .pd2Box_h1:hover > h1 {
        position: fixed;
        width: 420px;
        height: auto;
        z-index: 10;
        background: #fff;
        word-break: break-word;
        padding-bottom: 10px;
    }
}
.pd2Box > .pd2Box_title > .pd2Box_inner > .pd2Box_pd2sno{
    position: relative;
    display: block;
    font-size: 13px;
    color:#a0a0a0;
}
/*
.pd2Box > h1 > span {
    position: relative;
    display: block;
    font-size: 13px;
    color:#a0a0a0;
}
*/
/*sst fix end*/
.pd2Box > .ringInfoBox {
    position: absolute;
    left: 550px;
    width: 420px;
    top:80px;
}
.pd2Box > .ringInfoBox > .infoText {
    position: relative;
    width: 420px;
    border-top:1px solid #eee;
}
.pd2Box > .ringInfoBox > .infoText > dt {
    position: relative;
    height: 108px;
    font-size: 15px;
    line-height: 24px;
}
.pd2Box > .ringInfoBox > .infoText > dd {
    position: relative;
    font-size: 30px;
    margin: 0 0 10px 0;
    color:#c79f62;
}
.pd2Box > .ringInfoBox > .infoText > dd > span {
    position: relative;
    display: block;
    font-size: 13px;
    color:#a0a0a0;
}
.pd2Box > .ringInfoBox > .ringShareBox {
    position: relative;
    text-align: right;
    border-top:1px solid #eee;
    padding: 10px 0 10px 0;
}
.pd2Box > .ringInfoBox > .ringShareBox::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    vertical-align: top;
    margin: 0 10px 0 0;
}
.pd2Box > .ringInfoBox > .ringShareBox li {
    position:relative;
    display: inline-block;
    margin: 0 3px 0 3px;
    cursor: pointer;
    width:35px;
    height:35px;
    background: url(../images/ringShareBox.png) 0 0 no-repeat;
}
.pd2Box > .ringInfoBox > .ringShareBox li:hover {
    background-image: url(../images/ringShareBox.png) 0 -35px no-repeat;
}
.pd2Box > .ringInfoBox > .ringShareBox li > a::after{
    content: "";
    position: absolute;
    left:0px;
    width: 100%;
    height: 100%;
}
.pd2Box > .ringInfoBox > .ringShareBox li.fb-Icon{
    background-position: 0 0;
}
.pd2Box > .ringInfoBox > .ringShareBox li.weibo-Icon{
    display: none;
    background-position: -35px 0;
}
.pd2Box > .ringInfoBox > .ringShareBox li.ig-Icon{
    background-position: -70px 0;
}
.pd2Box > .ringInfoBox > .ringShareBox li.line-Icon{
    background-position: -140px 0;
}
.pd2Box > .ringInfoBox > .ringShareBox li.mark-Icon{
    background-position: -175px 0;
}

.pd2Box > .ringInfoBox > .ringShareBox li.fb-Icon:hover{
    background-position: 0 -35px;
}
.pd2Box > .ringInfoBox > .ringShareBox li.weibo-Icon:hover{
    background-position: -35px -35px;
}
.pd2Box > .ringInfoBox > .ringShareBox li.ig-Icon:hover{
    background-position: -70px -35px;
}
.pd2Box > .ringInfoBox > .ringShareBox li.line-Icon:hover{
    background-position: -140px -35px;
}
.pd2Box > .ringInfoBox > .ringShareBox li.mark-Icon:hover{
    background-position: -175px -35px;
}

.pd2Box > .ringInfoBox > .ringMoreBtns {
    position: relative;
    display: block;
    text-align: center;
    border-top:1px solid #eee;
    padding: 10px 0 10px 0;
}
.pd2Box > .ringInfoBox > .ringMoreBtns li {
    position:relative;
    display: inline-block;
    margin: 0 3px 0 3px;
    width: 200px;
    height: 50px;
    background: #000;
    color:#fff;
    font-size: 15px;
    line-height: 50px;
    cursor: pointer;
}
.pd2Box > .ringInfoBox > .ringMoreBtns li a{
    text-decoration: none;
}
.pd2Box > .ringInfoBox > .ringMoreBtns li:hover {
    background:#b58850;
}
.pd2Box > .ringInfoBox > .ringMoreBtns li:nth-of-type(1)::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/pd_more_btn1.png) no-repeat 0 0;
    left: 10px;
    top:12px;
}
.pd2Box > .ringInfoBox > .ringMoreBtns li:nth-of-type(2)::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/pd_more_btn2.png) no-repeat 0 0;
    left: 10px;
    top:12px;
}
.pd2Box > .productBox {
    position: relative;
    display: block;
    width: 100%;
    border-top:3px solid #eee;
    margin: 40px 0 0 0;
    padding: 10px 0 0 0;
    text-align: center;
}
.pd2Box > .productBox::before {
    content: "";
    position: absolute;
    left: 50%;
    top:10%;
    width: 1px;
    height: 80%;
    background: #eee;
}
.pd2Box > .productBox > li {
    position: relative;
    display: inline-block;
    width: 450px;
    margin: 0 20px 0 20px;
}
.pd2Box > .productBox > li > h2 {
    position: relative;
    text-align: left;
    color:#b28850;
    font-size: 15px;
    text-indent: 30px;
}
.pd2Box > .productBox > li > .viewList {
    position: relative;
    display: block;
    margin: 20px 0 20px 0;
    font-size: 0;
}
.pd2Box > .productBox > li > .viewList > .leftBtn {
    position: relative;
    width: 80px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
}
.pd2Box > .productBox > li > .viewList > .leftBtn::before {
    content: "\276C";
    position: absolute;
    left:50%;
    top:50%;
    font-size: 60px;
    margin: -40px 0 0 -10px;
    color:#ccc;
}
.pd2Box > .productBox > li > .viewList > .leftBtn:hover::before {
    color:#b28850;
}
.pd2Box > .productBox > li > .viewList > .rightBtn {
    position: relative;
    width: 80px;
    height: 60px;
    display: inline-block;
    cursor: pointer;
}
.pd2Box > .productBox > li > .viewList > .rightBtn::before {
    content: "\276D";
    position: absolute;
    left:50%;
    top:50%;
    font-size: 60px;
    margin: -40px 0 0 -10px;
    color:#ccc;
}
.pd2Box > .productBox > li > .viewList > .rightBtn:hover::before {
    color:#b28850;
}
.pd2Box > .productBox > li > .viewList > ul {
    position: relative;
    display: inline-block;
}
.pd2Box > .productBox > li > .viewList > ul > li {
    position: relative;
    display: inline-block;
    width: 80px;
    height: auto;
    cursor: pointer;
    margin: 0 5px 0 5px;
}
.pd2Box > .productBox > li > .viewList > ul > li img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.pd2Box > .productBox > li > .viewList > ul > li span {
    position: relative;
    display: block;
    font-size: 13px;
    color:#555;
    padding: 10px 0 10px 0;
    margin: 0 0 20px 0;
}
.pd2Box > .productBox > li > .viewList > ul > li:hover span {
    color:#cfa972;
}
.pd2Box > .productBox > li > .viewList > ul > li:hover span::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 3px;
    bottom:0;
    left: 0;
    background: #cfa972;
}
.pd2Box > .bannerBox {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    margin: 0 0 40px 0;
}
.pd2Box > .bannerBox > .banner {
    position: relative;
    display: inline-block;
    width: 972px;
    height: 138px;
    cursor: pointer;
}
.pd2Box > .bannerBox > .banner img {
    width: 100%;
}
.pd2Box > .bannerBox > .banner > .mBanner {
    display: none;
}


.ringLightbox {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    background-attachment: fixed;
}
.ringLightbox > .ringBox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
}
.ringLightbox > .ringBox > .closeBtn {
    position: absolute;
    top:15px;
    right:15px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    cursor: pointer;
    border:1px solid #fff;
}
.ringLightbox > .ringBox > .closeBtn:hover {
    background: rgba(207,169,114,0.3);
}
.ringLightbox > .ringBox > .closeBtn::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    top:50%;
    left:10%;
    margin: -1px 0 0 0;
    background: #fff;

    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.ringLightbox > .ringBox > .closeBtn::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    top:50%;
    left:10%;
    margin: -1px 0 0 0;
    background: #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.ringLightbox > .ringBox > .ringImgBox {
    position: absolute;
    width: 1000px;
    left:50%;
    margin: 60px 0 0 -500px;
}
.ringLightbox > .ringBox > .ringImgBox > .imgBox {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.ringLightbox > .ringBox > .ringImgBox > .imgBox > .imgView{
    -webkit-transition:all 1s;
    transition:all 1s;
}
.ringLightbox > .ringBox > .ringImgBox > .imgBox > .leftBtn {
    position: absolute;
    width: 60px;
    height: 100%;
    top:0;
    left:0;
    /* lan */
    /*background: rgba(0,0,0,0.5);*/
    background: white;
    cursor: pointer;
}
.ringLightbox > .ringBox > .ringImgBox > .imgBox > .leftBtn:hover {
    opacity: 0.7;
}
.ringLightbox > .ringBox > .ringImgBox > .imgBox > .leftBtn::after {
    content: "\276C";
    position: absolute;
    left:50%;
    top:50%;
    font-size: 60px;
    margin: -40px 0 0 -10px;
    /* lan */
    /*color:#fff;*/
    color: #808080;
}
.ringLightbox > .ringBox > .ringImgBox > .imgBox > .rightBtn {
    position: absolute;
    width: 60px;
    height: 100%;
    top:0;
    right:0;
    /* lan */
    /*background: rgba(0,0,0,0.5);*/
    background: white;
    cursor: pointer;
}
.ringLightbox > .ringBox > .ringImgBox > .imgBox > .rightBtn:hover {
    opacity: 0.7;

}
.ringLightbox > .ringBox > .ringImgBox > .imgBox > .rightBtn::after {
    content: "\276D";
    position: absolute;
    left:50%;
    top:50%;
    font-size: 60px;
    margin: -40px 0 0 -10px;
    /* lan */
    /*color:#fff;*/
    color: #808080;

}
.ringLightbox > .ringBox > .ringImgBox > .imgList {
    position: relative;
    display: block;
    text-align: center;
    margin: 20px 0 30px 0;
}
.ringLightbox > .ringBox > .ringImgBox > .imgList > li {
    position: relative;
    display: inline-block;
    width: 100px;
    height: auto;
    margin: 0 3px 0 3px;
}
.ringLightbox > .ringBox > .ringImgBox > .imgList > li img {
    width: 100%;
    height: auto;
}
/*sst start 產品照片詳細*/
.pdImgLoadingBox{
    position:absolute;
    width:100%;height:100%;
    top:0;left:0;
    text-align: center;
    background: #fff;
}
.pdImgLoadingBox_inner{
    position:relative;
    width:100%;height:100%;
    top:0;left:0;
}
.pdImgLoadingBox_inner_before{
    position:relative;
    content:'';
    width:0;height:100%;
    top:0;left:0;
    display: inline-block;
    vertical-align: middle;
}
.pdImgLoadingImg{
    position:relative;
    width:100px;height:100px;
    top:0;left:0;
    display: inline-block;
    vertical-align: middle;
}
.pdImgLoadingImg > img{
    width:100%;height:auto;
}
.ringLightbox > .ringBox > .ringImgBox > .imgBox > img{
    width:100%;height:auto;
}
/*sst end*/

@media screen and (max-width:1100px) {
    .pd2Box {
        text-align: center;
    }
    .pd2Box > .tipBtns {
        position: relative;
        right: auto;
        margin:0;
        padding: 20px;
        text-align: center;
    }
    .pd2Box > .tipBtns > li {
        display: inline-block;
        margin: 5px;
    }

    .pd2Box > .ringImgBox {
        position: relative;
        display: inline-block;
        width: 100%;
        max-width: 400px;
        margin: 20px 0 0 0;
    }
    .pd2Box > .ringImgBox > .ringImg {
        position: relative;
        width: 100%;
        height: auto;
    }
    .pd2Box > .ringImgBox > ul {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .pd2Box > .ringImgBox > ul > li {
        width: 64px;
        height: 48px;
        margin: 5px;
    }
    /*sst fix start*/
    .pd2Box > .pd2Box_title{
        position: relative;
        display: block;
        width: 80%;/*100*/
        height:auto;
        left: 10%;/*auto*/
        top:auto;
        text-align: center;

    }
    .pd2Box > .pd2Box_title > .pd2Box_inner > .pd2Box_h1 {
        position: relative;
        font-size: 30px;
        left: 0px;
        width: 100%;
        height: auto;
        top:0;
        text-align: center;
        word-wrap: break-word;
    }
    .pd2Box > .pd2Box_title > .pd2Box_inner > .pd2Box_pd2sno{
        position: relative;
        display: block;
        font-size: 13px;
        color:#a0a0a0;
    }
    /*sst fix end*/
    /*
    .pd2Box > h1 {
        position: relative;
        display: block;
        width: 80%;
        left: 10%;
        top:auto;
        text-align: center;
        word-wrap: break-word;
    }
    .pd2Box > h1 > span {
        position: relative;
        display: block;
        font-size: 13px;
        color:#a0a0a0;
    }
    */
    .pd2Box > .ringInfoBox {
        position: relative;
        left: 50%;
        width: 400px;
        top:auto;
        margin: 20px 0 0 -200px;
    }
    .pd2Box > .ringInfoBox > .infoText {
        width: 100%;
        text-align: left;
    }

    .pd2Box > .ringInfoBox > .infoText > dt {
        font-size: 13px;
        line-height: 20px;
        height: auto;
        margin: 0 0 20px 0;
    }
    .pd2Box > .ringInfoBox > .infoText > dd {
        font-size: 24px;
        text-align: center;
    }
    .pd2Box > .ringInfoBox > .ringShareBox {
        text-align: center;
    }
    .pd2Box > .ringInfoBox > .ringShareBox li {
        margin: 1px;

    }
    .pd2Box > .ringInfoBox > .ringShareBox::before {
        width: 25px;
        height: 25px;
        font-size: 12px;
        line-height: 35px;
        vertical-align: top;
        margin: 0 5px 0 0;
    }
    .pd2Box > .ringInfoBox > .ringMoreBtns li {
        margin: 0 3% 0 3%;
        width: 40%;
        font-size: 13px;
    }
    .pd2Box > .productBox::before {
        display: none;
    }
    .pd2Box > .productBox {
        position: relative;
        width: 400px;
        display: inline-block;
        margin: 20px 0 0 0;
        padding: 20px 0 20px 0;
    }
    .pd2Box > .productBox > li {
        position: relative;
        display: inline-block;
        width: 100%;
        margin: 0;
    }
    .pd2Box > .productBox > li > .viewList > ul {
        width: 80%
    }
    .pd2Box > .productBox > li > .viewList > .leftBtn {
        width: 10%;
        height: 60px;
    }
    .pd2Box > .productBox > li > .viewList > .rightBtn {
        width: 10%;
        height: 60px;
    }
    .pd2Box > .productBox > li > .viewList > ul > li {
        width: 28%;
        margin: 0 2% 0 2%;
    }
    .pd2Box > .bannerBox > .banner {
        position: relative;
        display: inline-block;
        width: 400px;
        height: auto;
    }
    .pd2Box > .bannerBox > .banner > .pcBanner {
        display: none;
    }
    .pd2Box > .bannerBox > .banner > .mBanner {
        display: block;
    }


    .ringLightbox {
        position: fixed;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.8);
        background-attachment: fixed;
    }
    .ringLightbox > .ringBox {
        position: relative;
        width: 100%;
        height: 100%;
        overflow-y: auto;
    }
    .ringLightbox > .ringBox > .closeBtn {
        position: absolute;
        top:15px;
        right:15px;
        width: 30px;
        height: 30px;
        border: 1px solid #fff;
        cursor: pointer;
        border:1px solid #fff;
    }
    .ringLightbox > .ringBox > .closeBtn:hover {
        background: rgba(207,169,114,0.3);
    }
    .ringLightbox > .ringBox > .closeBtn::before {
        content: "";
        position: absolute;
        width: 80%;
        height: 2px;
        top:50%;
        left:10%;
        margin: -1px 0 0 0;
        background: #fff;

        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .ringLightbox > .ringBox > .closeBtn::after {
        content: "";
        position: absolute;
        width: 80%;
        height: 2px;
        top:50%;
        left:10%;
        margin: -1px 0 0 0;
        background: #fff;

        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .ringLightbox > .ringBox > .ringImgBox {
        position: absolute;
        width:100%;
        left:0;
        margin: 60px 0 0 0;
    }
    .ringLightbox > .ringBox > .ringImgBox > .imgBox {
        position: relative;
        width: 100%;
        height: auto;
    }
    .ringLightbox > .ringBox > .ringImgBox > .imgBox img {
        width: 100%;
        height: auto;
    }
    .ringLightbox > .ringBox > .ringImgBox > .imgBox > .leftBtn {
        background: rgba(0,0,0,0);
    }
    .ringLightbox > .ringBox > .ringImgBox > .imgBox > .leftBtn:hover {
        opacity: 0.7;
    }
    .ringLightbox > .ringBox > .ringImgBox > .imgBox > .leftBtn::after {
        color:#b58850;
    }
    .ringLightbox > .ringBox > .ringImgBox > .imgBox > .rightBtn {
        background: rgba(0,0,0,0);
    }
    .ringLightbox > .ringBox > .ringImgBox > .imgBox > .rightBtn:hover {
        opacity: 0.7;
    }
    .ringLightbox > .ringBox > .ringImgBox > .imgBox > .rightBtn::after {
        color:#b58850;
    }
    .ringLightbox > .ringBox > .ringImgBox > .imgList > li {
        width: 60px;
        margin: 3px;
    }
}
@media screen and (max-width:420px) {
    .pd2Box > .ringInfoBox {
        width: 90%;
        left: 5%;
        margin: 20px 0 0 0;
    }
    .pd2Box > .bannerBox > .banner {
        position: relative;
        display: inline-block;
        width: 90%;
        height: auto;
    }
    .pd2Box > .productBox {
        position: relative;
        width: 100%;
        display: inline-block;
        margin: 20px 0 0 0;
        padding: 20px 0 20px 0;
    }
    .pd2Box > .ringInfoBox > .ringShareBox::before {
        display: none;
    }
    .pd2Box > .ringInfoBox > .ringMoreBtns li:nth-of-type(1)::before {
        display: none;
    }
    .pd2Box > .ringInfoBox > .ringMoreBtns li:nth-of-type(2)::before {
        display: none;
    }
}
@media screen and (max-width:350px) {
    .pd2Box > .productBox > li > .viewList > .leftBtn {
        width: 5%;
        height: 60px;
    }
    .pd2Box > .productBox > li > .viewList > .rightBtn {
        width: 5%;
        height: 60px;
    }
}
.privacyBox {
    position: relative;
    display: block;
    padding: 30px 0 0 0;
}
.privacyBox > h1 {
    position: relative;
    display: block;
    width: 200px;
    float: left;
    text-indent: 20px;
    font-size: 25px;
    color:#000;
}
.privacyBox > .privacyContent {
    position: relative;
    display: block;
    width: calc(100% - 200px);
    padding: 0 30px 0 30px;
    float: right;

}

.privacyBox > .privacyContent > p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 30px 0;
    color:#000;
}
.privacyBox > .privacyContent > dl {
    position: relative;
    display: block;
    padding: 30px 0 20px 0;
    border-top:1px solid #eee;
    color:#999;
}
.privacyBox > .privacyContent > dl > dt {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color:#b28850;
    margin: 10px 0 10px 0;
}
.privacyBox > .privacyContent > dl > dd {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 20px 0;
}
.privacyBox > .privacyContent > dl > dd > ul {
    position: relative;
    display: block;
    list-style-type: decimal;
    padding: 0 0 0 35px;
}

@media screen and (max-width:1100px) {
    .privacyBox {
        padding: 10px 0 0 0;
    }
    .privacyBox > h1 {
        float: none;
        width: 100%;
        text-align: center;
        text-indent: 0;
        padding: 30px 0 30px 0;
        color:#b28850;
    }
    .privacyBox > .privacyContent {
        float: none;
        width: 100%;
        text-align: justify;
        text-justify:inter-ideograph;
    }
    .privacyBox > .privacyContent > p {
        font-size: 15px;
        line-height: 24px;
    }
    .privacyBox > .privacyContent > dl > dd {
        font-size: 15px;
        line-height: 24px;
    }
}


.qaBox {
    position: relative;
    display: block;
   /* padding: 30px 0 0 0;*/
}
.qaBox > .qaMenu {
    position: fixed;
    display: block;
    width: 200px;
    float: left;
    text-indent: 20px;
    color:#000;
    text-align: right;
    padding: 0 30px 0 0;
    top:190px;
}
.qaBox > .qaMenu > h1 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px 0;
}
.qaBox > .qaMenu li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.qaBox > .qaMenu li a{
    text-decoration: none;
}
.qaBox > .qaMenu li a:hover {
    color:#b28850;
    text-decoration: none;
}
.qaBox > .qaMenu li dt {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 10px 0;
}
.qaBox > .qaMenu li dd {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin: 0 0 10px 0;
    color: #999;
}
.qaBox > .qaMenu li dd a {
    color:#999;
}
.qaBox > .qaMenu li dd.current {
    color:#b28850;
}
.qaBox > .qaMenu li dd.current a {
    color:#b28850;
}
.qaBox > .qaMenu li dd.current::after {
    content: "\276F";
    position: absolute;
    right:-13px;
    color:#b28850;
}
.qaBox > .qaContent {
    position: relative;
    display: block;
    width: calc(100% - 200px);
    padding: 0 30px 0 30px;
    float: right;
}
.qaBox > .qaContent > span {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 30px 0;
}
.qaBox > .qaContent span a {
    color:#b28850;
    text-decoration: underline;
}
.qaBox > .qaContent h1 {
    position: relative;
    display: block;
    text-align: center;
    color:black;
    font-size: 24px;
    line-height: 20px;
    margin: 50px 0;
    font-weight: bold;
    letter-spacing: 1.5px;
}
.qaBox > .qaContent > ul {
    position: relative;
    display: block;
}
.qaBox > .qaContent > ul > li {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin: 0 0 60px 0;
}
.qaBox > .qaContent > ul > li > dl {
    position: relative;
    display: block;
    margin: 10px 0 0 0;
}
.qaBox > .qaContent > ul > li > dl > dt {
    position: relative;
    display: block;
    border-top:1px solid #eee;
    font-size: 13px;
    line-height: 13px;
    padding: 10px 20px 10px 0;
    color:#707070;
    cursor: pointer;
    letter-spacing: 0.5px;
}
.qaBox > .qaContent > ul > li > dl > dt::after {
    content: "\276F";
    position: absolute;
    display: block;
    right: 0;
    top:10px;
}
.qaBox > .qaContent > ul > li > dl > dt:hover {
    color:#b28850;
}
.qaBox > .qaContent > ul > li > dl > dd {
    color:#000;
    font-size: 13px;
    line-height: 24px;
    margin: 0 10px 10px 0;
    padding: 10px;
    background: rgba(0,0,0,0.03);
    display: none;
}
.qaBox > .qaContent > ul > li > dl > dd span {
    display: inline;
    font-size: 13px;
    line-height: 24px;
    color:#b28850;
}
.qaBox > .qaContent > ul > li > dl > dd span.tip {
    color:#999;
}
.qaBox > .qaContent > ul > li > dl > dd a {
    color:#b28850;
    text-decoration: none;
}
.qaBox > .qaContent > ul > li > dl > dt.current {
    color:#000;
}
.qaBox > .qaContent > ul > li > dl > dt.current::after {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.qaBox > .qaContent > ul > li > dl > dt.current + dd {
    display: block;
}

@media screen and (max-width:700px) {
    .qaBox {
        padding: 10px 0 0 0;
    }
    .qaBox > .qaMenu {
        position: relative;
        width: 100%;
        float: none;
        text-indent: 0;
        color:#000;
        text-align: center;
        padding:0;
        top:0;
    }
    .qaBox > .qaMenu > h1 {
        color:#b28850;
        font-size: 20px;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #b28850;
    }
    .qaBox > .qaMenu > ul {
        text-align: center;
        font-size: 0;
    }
    .qaBox > .qaMenu > ul > li:nth-of-type(1) {
        width: 40%;
        display: inline-block;
        background: #b28850;
        color:#fff;
        padding: 10px 0 10px 0;
        border-radius: 10px;
        margin: 0 2px 0 2px;
        font-size: 15px;
    }
    .qaBox > .qaMenu > ul > li:nth-of-type(1) > a {
        color:#fff;
    }
    .qaBox > .qaMenu > ul > li:nth-of-type(2) {
        width: 40%;
        display: inline-block;
        background: #b28850;
        color:#fff;
        padding: 10px 0 10px 0;
        border-radius: 10px;
        margin: 0 2px 0 2px;
        font-size: 15px;
    }
    .qaBox > .qaMenu > ul > li:nth-of-type(2) > a {
        color:#fff;
    }
    .qaBox > .qaMenu > ul > li:nth-of-type(3) {
        margin: 20px 0 0 0;
    }
    .qaBox > .qaMenu dl > dd {
        background: #ebebeb;
        margin: 0 0 1px 0;
        padding: 10px 0 10px 0;
        font-size: 15px;
        line-height: 15px;
    }
    .qaBox > .qaContent {
        width: 100%;
        padding: 0 30px 0 30px;
        float: none;
    }
    .qaBox > .qaContent h1 {
        margin: 20px 0 10px 0;
        font-size: 18px;
    }
}
.lightbox {
    width: 100%;
    height: 100%;
}
.lightbox > .videoBox > .closeBtn {
    position: absolute;
    top:-35px;
    right:0px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    cursor: pointer;
    border:1px solid #fff;
}
.lightbox > .videoBox > .closeBtn:hover {
    background: rgba(207,169,114,0.3);
}
.lightbox > .videoBox > .closeBtn::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    top:50%;
    left:10%;
    margin: -1px 0 0 0;
    background: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.lightbox > .videoBox > .closeBtn::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 2px;
    top:50%;
    left:10%;
    margin: -1px 0 0 0;
    background: #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(-45deg);
}
.lightbox > .videoBox {
    position: absolute;
    width:calc(100% - 70px);
    height: calc(100% - 70px);
    margin: 40px 0 0 40px;
    background: #000;
}

.lightbox > .videoBox > iframe {
    width:100%;
    height: 100%;
}

.aboutMenu {
    position: fixed;
    display: block;
    width: 200px;
    float: left;
    text-indent: 20px;
    color:#000;
    text-align: right;
    padding: 0 30px 0 0;
    top:233px;
}
.aboutMenu > h1 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 20px 0;
}
.aboutMenu dt {
    position: relative;
    display: block;
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 10px 0;
}
.aboutMenu dd {
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 13px;
    margin: 0 0 10px 0;
    color: #999;
}
.aboutMenu dd a {
    color:#999;
    text-decoration: none;
}
.aboutMenu dd.current {
    color:#b28850;
}
.aboutMenu dd.current a {
    color:#b28850;
    text-decoration: none;
}
.aboutMenu dd.current::after {
    content: "\276F";
    position: absolute;
    right:-13px;
    color:#b28850;
}
@media screen and (max-width:700px) {
    .aboutMenu {
        position: relative;
        width: 100%;
        float: none;
        text-indent: 0;
        color:#000;
        text-align: center;
        padding:0;
        top:auto;
    }
    .aboutMenu > h1 {
        color:#b28850;
    }
    .aboutMenu > dl > dt {
        font-size: 20px;
        padding: 0 0 10px 0;
        border-bottom: 1px solid #b28850;
        color:#b28850;
    }
    .aboutMenu dl > dd {
        background: #ebebeb;
        margin: 0 0 1px 0;
        padding: 10px 0 10px 0;
        font-size: 15px;
        line-height: 15px;
    }
    .aboutMenu dd.current::after {
        right:inherit;
        margin-left: 5px;
    }

}

.aboutBox {
    position: relative;
    display: block;
    /*padding: 30px 0 0 0;*/
}
.aboutBox > h1 {
    position: relative;
    display: block;
    width: 200px;
    float: left;
    text-indent: 20px;
    font-size: 25px;
    color:#000;
}
.aboutBox > .aboutContent {
    position: relative;
    display: block;
    width: calc(100% - 200px);
    padding: 0 30px 0 30px;
    float: right;
    display: none;
}
.aboutBox > .aboutContent.current {
    display: block;
}
/*
  hank. 那個 body.cke_editable 是給後臺編輯器用的 selector(總之與 .aboutBox > .aboutContent 相同層級)
  但請設計先不用管這部分，先依照自己的設想切版 && 調整吧！  完成後再按照新的標籤結構串接
*/
.aboutBox > .aboutContent > h1, body.cke_editable > h1 {
    position: relative;
    display: block;
    font-size: 24px;
    text-align: center;
    color:black;
    font-weight: bold;
    margin: 50px 0; /*0 0 10px 0;*/
    letter-spacing: 1.5px;
}
.aboutBox > .aboutContent .aboutImg , body.cke_editable  .aboutImg {
    position: relative;
    display: block;
    text-align: center;
    margin: 20px 0 20px 0;
}
.aboutBox > .aboutContent .aboutImg img, body.cke_editable .aboutImg img{
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
}
.aboutBox > .aboutContent .aboutImg .aboutP1, body.cke_editable .aboutImg .aboutP1 {
    max-width: 750px;
}
.aboutBox > .aboutContent .aboutImg .aboutP2, body.cke_editable .aboutImg .aboutP2  {
    max-width: 420px;
}
.aboutBox > .aboutContent .aboutImg .aboutP3, body.cke_editable .aboutImg .aboutP3 {
    max-width: 420px;
}
.aboutBox > .aboutContent .aboutImg .aboutP4, body.cke_editable .aboutImg .aboutP4  {
    max-width: 290px;
}
.aboutBox > .aboutContent > p , body.cke_editable > p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 30px 0;
    color:#000;
}
.aboutBox > .aboutContent > dl, body.cke_editable > dl {
    position: relative;
    display: block;
    padding: 30px 0 20px 0;
    border-top:1px solid #eee;
    color:#999;
}
.aboutBox > .aboutContent > dl > dt, body.cke_editable > dl > dt{
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    color:#b28850;
    margin: 10px 0 10px 0;
}
.aboutBox > .aboutContent > dl > dd, body.cke_editable > dl > dd {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 30px;
    padding: 0 0 20px 0;
}
.aboutBox > .aboutContent > dl > dd > ul , body.cke_editable > dl > dd > ul{
    position: relative;
    display: block;
    list-style-type: decimal;
    padding: 0 0 0 35px;
}

@media screen and (max-width:700px) {
    .aboutBox {
        padding: 10px 0 0 0;
    }
    .aboutBox > h1 , body.cke_editable > h1{
        float: none;
        width: 100%;
        text-align: center;
        text-indent: 0;
        padding: 30px 0 30px 0;
        color:#b28850;
    }
    .aboutBox > .aboutContent {
        float: none;
        width: 100%;
        text-align: justify;
        text-justify:inter-ideograph;
    }
    .aboutBox > .aboutContent > h1 , body.cke_editable > h1 {
        font-size: 18px;
        margin: 20px 0 10px 0;
    }
    .aboutBox > .aboutContent > p , body.cke_editable > p{
        font-size: 15px;
        line-height: 24px;
    }
    .aboutBox > .aboutContent > dl > dd , body.cke_editable > dl > dd{
        font-size: 15px;
        line-height: 24px;
    }
}
.contactBox {
    position: relative;
    display: block;
    left: 50%;
    width: 100%;
    max-width: 290px;
    margin: 0 0 0 -145px;
}
@media screen and (max-width:290px) {
    .contactBox {
        max-width: 100%;
        margin: 0;
        left: 0;
    }
}
.aboutBox > .contactContent {
    padding: 0;
}
.aboutBox > .contactContent > h1 {
}
.aboutBox > .contactContent > dl {
    padding: 0;
    border: 0;
}
.contactBox dl {
    display: block;
    padding: 0 15px 0 15px;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #eee;
}
.contactBox dl dt {
    font-size: 16px;
    line-height: 16px;
    color:#000;
}
.contactBox dl dd {
    font-size: 12px;
    line-height: 14px;
    margin: 8px 0 8px 0;
    color:#707070;
}
.contactBox dl a{
    text-decoration: none;
}

#videoLightbox{
    position: fixed;
}
p img{
    max-width: 100%;
    margin:0 auto;
}
