/*产品*/
.product .list ul{
    overflow: hidden;
}
.product .list ul li{
    float: left;
    width: 290px;
    margin-right: 22px;
    margin-bottom: 22px;
    background-color: #fff;
    padding-bottom: 20px;
}
.product .list ul li .thumb{
    width: 100%;
}
.product .list ul li .tit{
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 15px 20px;
}
.product .list ul li .desc{
    font-size: 12px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 20px;
}
.product .list ul li .price{
    padding: 20px 0 10px;
    text-align: center;
    color: #33ffff;
}
.product .list ul li:nth-child(4n){
    margin-right: 0;
}
.product .list ul li:hover{
    transition: all ease-in .3s;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
    transform: translate3d(0,-2px,0);
}
.dia{
    padding: 5px 0 50px;
}
.dia .item .shape-list a{
    width:43px; height:34px;background:url("../images/shape_ico.png");
    display: inline-block;font-size: 0;
    border: solid 1px #e6e6e6;
}
.dia .item .shape-list a.shape1{background-position:-4px -8px;}
.dia .item .shape-list a.shape1:hover,
.dia .item .shape-list a.shape1.select{background-position:-4px -57px;}
.dia .item .shape-list a.shape2{background-position:-52px -8px;}
.dia .item .shape-list a.shape2:hover,
.dia .item .shape-list a.shape2.select{background-position:-52px -57px;}
.dia .item .shape-list a.shape3{background-position:-100px -8px;}
.dia .item .shape-list a.shape3:hover,
.dia .item .shape-list a.shape3.select{background-position:-100px -57px;}
.dia .item .shape-list a.shape4{background-position:-148px -8px;}
.dia .item .shape-list a.shape4:hover,
.dia .item .shape-list a.shape4.select{background-position:-148px -57px;}
.dia .item .shape-list a.shape5{background-position:-196px -8px;}
.dia .item .shape-list a.shape5:hover,
.dia .item .shape-list a.shape5.select{background-position:-196px -57px;}
.dia .item .shape-list a.shape6{background-position:-244px -8px;}
.dia .item .shape-list a.shape6:hover,
.dia .item .shape-list a.shape6.select{background-position:-244px -57px;}
.dia .item .shape-list a.shape7{background-position:-292px -8px;}
.dia .item .shape-list a.shape7:hover,
.dia .item .shape-list a.shape7.select{background-position:-292px -57px;}
.dia .item .shape-list a.shape8{background-position:-340px -8px;}
.dia .item .shape-list a.shape8:hover,
.dia .item .shape-list a.shape8.select{background-position:-340px -57px;}
.dia .item .shape-list a.shape9{background-position:-388px -8px;}
.dia .item .shape-list a.shape9:hover,
.dia .item .shape-list a.shape9.select{background-position:-388px -57px;}
.dia .item .shape-list a.shape10{background-position:-436px -8px;}
.dia .item .shape-list a.shape10:hover,
.dia .item .shape-list a.shape10.select{background-position:-436px -57px;}
.dia .item .con .cert {
    width: 115px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border: solid 1px #e6e6e6;
}
.dia .item .con .light {
    width: 70px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    border: solid 1px #e6e6e6;
}
.dia .item .con .cert:hover, .dia .item .con .light:hover {
    color: #fff;
    background-color: #33ffff;
    border-color: #33ffff;
}
.dia .filter{
    display: flex;
    align-items: center;
    background-color: #fff;
    border-bottom: solid 2px #f5f5f5;
}
.dia .filter a{
    line-height: 50px;
    padding: 0 20px;
}
.dia .filter a.name{
    color: #333;
    font-weight: bold;
}
.dia .filter a.name:hover{
    color: #333;
}
.dia .filter a.active,.dia .filter a:hover{
    color: #dc393f;
}

/*详情页*/
.product .intro{
    padding-top: 100px;
    min-height: 800px;
}
.product .intro .content{
    display: flex;
}
.product .info {
    margin-left: 50px;
}
.product .info .title{
    font-weight: bold;
    padding-bottom: 10px;
}
.product .info .desc{
    color: #999;
    padding-bottom: 20px;
}
.product .border-b{
    border-bottom: solid 1px #ddd;
}
.product .info{
    flex: 1;
}
.product .info .market-price,
.product .info .now-price{
    padding: 20px 0;
}
.product .info .market-price span{
    text-decoration: line-through;
}
.product .info .now-price span{
    color: #e93a38;
    font-size: 26px;
    font-weight: bold;
}
.product .info .now-price span:before{
    content: '￥';
    font-size: 12px;
    color: #e93a38;
}
.product .info .cert{
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product .info .cert .cert-num{
    padding-bottom: 10px;
}
.product .info .cert .cert-type a{
    color: #CA0000;
    font-weight: bold;
}
.product .info .attrs .attr{
    padding: 20px 0;
}
.product .info .attrs .attr .width-130{
    width: 130px;
    display: inline-block;
}
.product .info .attrs2{
    display: flex;
}
.product .info .attrs2 .attr-name{
    line-height: 35px;
}
.product .info .attrs2 a{
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    border: solid 1px #e6e6e6;
    display: inline-block;
    margin: 0 5px;
    border-radius: 2px;
}
.product .info .attrs2 a:hover{
    color: #dc393f;
}
.product .info .attrs2 a.active{
    background: url("../images/shop_select_bg.png") right bottom no-repeat;
    border-color: #dc393f;
    color: #dc393f;
}
.product .info .attrs2 .other-attr a.active{
    background: transparent;
    background-color: #dc393f;
    color: #fff;
}

.product .info .attrs3 a{
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    border: solid 1px #e6e6e6;
    display: inline-block;
    margin: 0 5px;
    border-radius: 2px;
}
.product .info .attrs3 a:hover,
.product .info .attrs3 a.active{
    color: #fff;
    background-color: #dc393f;
    border-color: #dc393f;
}

.product .info .btns{
    margin: 40px 0;
}
.product .info .btns .pro-btn{
    width: 100%;
    line-height: 45px;
    background-color: #33ffff;
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}
.product .info .btns .pro-btn.red-btn{
    background-color: #DC383F;
}
.product .info .btns .pro-btn.yellow-btn{
    margin-left: 30px;
    background-color: #F8B74F;
}
.product .info .btns .pro-btn.gray-btn{
    background-color: #989797;
}
.product .info .btns .width-180{
    width: 180px;
}
.product .info .btns .width-400{
    width: 400px;
}
.product .info .tips{
    color: #999;
    line-height: 24px;
    width: 400px;
    text-align: justify;
}
.product .detail{
    padding: 40px 0;
}

.product .detail .menu-list ul{
    overflow: hidden;
}
.product .detail .menu-list ul li{
    float: left;
    margin-right: 10px;
}
.product .detail .menu-list ul li a{
    line-height: 60px;
    font-size: 16px;
    padding: 0 20px;
}
.product .detail .menu-list ul li.active,
.product .detail .menu-list ul li:hover{
    background-color: #E53E49;
}
.product .detail .menu-list ul li.active a,
.product .detail .menu-list ul li:hover a{
    color: #fff;
}
.product .detail .cert-intro{
    margin-top: 40px;
    height: 320px;
    padding-top: 140px;
    border-top: 1px solid #F0F0F0;
    background: url("../images/dia_cert_bg.jpg") top center no-repeat;
    text-align: center;
}
.product .detail .cert-intro .cert-info{
    padding-bottom: 40px;
}
.product .detail .cert-intro .cert-info .view{
    padding-left: 50px;
}
.product .detail .cert-intro .cert-desc{
    margin: 0 auto;
    width: 75%;
    line-height: 30px;
}
.product .detail .item-title{
    width: 1200px;
    margin: 40px auto;
    position: relative;
    font-size: 30px;
    text-align: center;
}
.product .detail .item-title:after,
.product .detail .item-title:before{
    content: '';
    position: absolute;
    top: 16px;
    width: 200px;
    height: 1px;
    background-color: #666;
}
.product .detail .item-title:after{
    right: 25%;
}
.product .detail .item-title:before{
    left: 25%;
}
.product .detail .params ul{
    overflow: hidden;
}
.product .detail .params ul li{
    float: left;
    width: 247px;
    font-size: 14px;
    margin-bottom: 25px;
    color: #555;
    text-align: left;
}
.product .detail .params ul li span{
    font-style: normal;
    color: #9F7E6B;
    font-weight: bold;
}
.product .detail .params .content{
    padding: 50px 115px 25px;
}
.product .detail .cert-view,
.product .detail .color{
    margin: 40px 0;
    padding: 1px 0px;
}
.product .detail .cert-view .content{
    margin-top: 80px;
    overflow: hidden;
}
.product .detail .cert-view .carat-table{
    width: 190px;
    float: left;
    height: 99px;
    background-image: url("../images/down_sj.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    display: inline;
}
.product .detail .cert-view .carat-table .your-carat {
    width: 190px;
    float: left;
    height: 85px;
    background: #9E7D6A;
}
.product .detail .cert-view .carat-table .your-carat .your-carat-en {
    color: #FFF;
    width: 190px;
    font-size: 12px;
    float: left;
    text-align: center;
    line-height: 20px;
    padding-top: 16px;
}
.product .detail .cert-view .carat-table .your-carat .your-carat-chs {
    color: #FFF;
    width: 190px;
    font-size: 28px;
    float: left;
    text-align: center;
    line-height: 28px;
}
.product .detail .cert-view .carat-list {
    background: url("../images/kela_bg.jpg");
    width: 1100px;
    height: 160px;
    float: left;
    margin-left: 50px;
    display: inline;
    text-align: center;
}
.product .detail .cert-view .carat-list li {
    width: 114px;
    float: left;
    padding-top: 84px;
    font-style: italic;
    font-size: 14px;
    color: #555;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.product .detail .cert-view .carat-list .specie {
    float: right;
    width: 114px;
    padding-top: 130px;
    font-style: italic;
    font-size: 14px;
    color: #555;
    line-height: 18px;
    font-family: Arial, Helvetica, sans-serif;
}
.product .detail .cut .content{
    display: flex;
    justify-content: space-between;
}
.product .detail .cut .cut-img{
    margin-left: 80px;
}
.product .detail .cut .cut-level{
    overflow: hidden;
    width: 688px;
    margin-right: 75px;
    margin-top: 30px;
    display: inline;
}
.product .detail .cut .cut-level .level {
    width: 180px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    text-align: center;
    float: right;
}
.cut-level1{width:180px; height:80px; float:left; border-bottom:1px solid #E5E5E5;background:#FFF; line-height:80px; font-size:14px;}
.cut-level2{width:180px; height:45px; float:left; border-bottom:1px solid #E5E5E5;line-height:45px; font-size:14px;}
.cut-level4{width:180px; height:45px; float:left; border-bottom:1px solid #E5E5E5; background:#EBEBEB;line-height:45px; font-size:14px;}
.product .detail .cut .cut-level .desc {
    width: 486px;
    float: right;
    background-image: url("../images/right_sj.jpg");
    background-position: right top;
    background-repeat: no-repeat;
}
.product .detail .cut .cut-level .cut-desc-con {
    width: 475px;
    float: left;
    background: #9E7D6A;
    padding: 26px 30px;
    min-height: 85px;
    text-align: left;
}
.product .detail .cut .cut-level .cut-desc-con p.desc-tit {
    color: #FFF;
    font-size: 18px;
}
.product .detail .cut .cut-level .cut-desc-con p.desc-con {
    color: #FFF;
    font-size: 12px;
    line-height: 23px;
    margin-top: 8px;
}
.product .detail .color .content{
    overflow: hidden;
}
.product .detail .color .color-desc {
    width: 730px;
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 60px;
    margin: 0 auto;
}
.product .detail .color .color-table {
    float: left;
    background-image: url("../images/down_sj.jpg");
    background-position: bottom center;
    background-repeat: no-repeat;
    display: inline;
}
.product .detail .color .color-table .your-color {
    width: 316px;
    float: left;
    padding: 18px 20px;
    background: #9E7D6A;
    margin-bottom: 11px;
}
.product .detail .color .color-table .your-color-en {
    width: 25px;
    float: left;
    color: #FFF;
    font-size: 28px;
    line-height: 40px;
    padding-right: 10px;
}
.product .detail .color .color-table .your-color-chs {
    width: 240px;
    color: #FFF;
    font-size: 14px;
    float: left;
    line-height: 23px;
    text-align: left;
}
.product .detail .color .color-list {
    background-image: url("../images/color_bg.jpg");
    background-repeat: no-repeat;
    width: 919px;
    height: 166px;
    float: left;
    margin-left: 140px;
    display: inline;
    text-align: center;
    margin-bottom: 50px;
}
.product .detail .color .color-area1{ float:left;width:176px;padding-top:130px; font-style:italic; font-size:14px; color:#555; line-height:18px; font-family:Arial, Helvetica, sans-serif;}
.product .detail .color .color-area2{ float:left;width:177px; margin-left:9px; display:inline;padding-top:130px; font-style:italic; font-size:14px; color:#555; line-height:18px;font-family:Arial, Helvetica, sans-serif;}
.product .detail .color .color-area3{ float:left;width:548px; margin-left:9px; display:inline;padding-top:130px; font-style:italic; font-size:14px; color:#555; line-height:18px;font-family:Arial, Helvetica, sans-serif;}

.product .detail .clarity{
    padding-bottom: 50px;
}
.product .detail .clarity .content{
    display: flex;
    justify-content: space-between;
}
.product .detail .clarity .cut-img{
    margin-left: 90px;
}
.product .detail .clarity .clarity-level {
    width: 567px;
    margin-right: 90px;
    display: inline;
    text-align: center;
}
.product .detail .clarity .clarity-level .level {
    width: 180px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    float: right;
}
.product .detail .clarity .clarity-desc {
    width: 371px;
    float: right;
    background-image: url("../images/right_sj.jpg");
    background-position: right top;
    background-repeat: no-repeat;
}
.product .detail .clarity .clarity-desc .clarity-desc-con {
    width: 360px;
    float: left;
    background: #9E7D6A;
    padding: 26px 30px;
    min-height: 85px;
    text-align: left;
}
.product .detail .clarity .clarity-desc .clarity-desc-con p.desc-tit {
    color: #FFF;
    font-size: 18px;
}
.product .detail .clarity .clarity-desc .clarity-desc-con p.desc-con {
    color: #FFF;
    font-size: 12px;
    line-height: 23px;
    margin-top: 8px;
}
.product .detail .clarity .level .clarity-level2 {
    width: 180px;
    height: 45px;
    float: left;
    border-bottom: 1px solid #E5E5E5;
    line-height: 45px;
    font-size: 14px;
}
.product .detail .clarity .level .clarity-level1 {
    width: 180px;
    height: 80px;
    float: left;
    border-bottom: 1px solid #E5E5E5;
    background: #FFF;
    line-height: 80px;
    font-size: 14px;
}
.product .detail .clarity .level .clarity-level4 {
    width: 180px;
    height: 45px;
    float: left;
    border-bottom: 1px solid #E5E5E5;
    background: #EBEBEB;
    line-height: 45px;
    font-size: 14px;
}
.product .detail .cert .content{
    display: flex;
    justify-content: space-between;
    padding: 50px;
}
.product .detail .cert .cert-info{
    text-align: center;
}
.product .detail .cert .cert-info .tit{
    font-size: 32px;
    padding: 20px 0 40px;
}
.product .detail .cert .cert-info .desc{
    line-height: 30px;
    font-size: 16px;
}
.product .detail .cert .cert-line{
    width: 60px;
    height: 1px;
    background-color: #333;
    margin: 40px auto 0;
}
.product .detail .cert .gia{
    color: #f6a623;
    font-size: 18px;
    margin-top: 30px;
    display: inline-block;
}
.product .detail .bzss{
    text-align: center;
}
.product .detail .bzss .desc{
    font-size: 18px;
    color: #CA0000;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: left;
    padding-left: 50px;
}
.product .detail .bzss .desc span{
    font-size: 14px;
    color: #666;
}
.product .detail .bzss .tip{
    padding-left: 50px;
    text-align: left;
    padding-bottom: 50px;
}
.product .detail .method{
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.product .detail .method .info2{
    width: 600px;
    padding-right: 150px;
}
.product .detail .method .img{
    width: 500px;
    text-align: center;
}
.product .detail .method .info2 .title{
    position: relative;
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
}
.product .detail .method .info2 .title:before{
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #333;
}
.product .detail .method .info2 .item{
    padding-bottom: 30px;
}
.product .detail .method .info2 .item .tit{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}
.product .detail .method .info2 .item .desc{
    color: #666;
    line-height: 26px;
}

.product .detail .measure .cel{
    text-align: center;
}
.product .detail .measure .table-div{
    padding: 30px 50px;
}
.product .detail .measure .measure-table{
    background-color: #e4e4e4;
    border-color: #afafaf;
}
.product .detail .measure .measure-table td {
    font-size: 16px;
    text-align: center;
    color: #555;
    line-height: 24px;
}
.product .detail .measure .measure-table td.zqtxt {
    width: 50px;
    font-size: 14px;
    color: #555;
}
.product .detail .measure .title2{
    font-size: 16px;
    line-height: 40px;
}
.product .detail .measure .pdt-div{
    display: flex;
    justify-content: space-between;
}
.product .detail .measure .pdt-div .pdt{
    width: 500px;
    text-align: center;
}
.product .detail .measure .pdt-div .pdtxt{
    width: 500px;
    margin-right: 100px;
}

.product .detail .measure .pdt-div .pdtxt .title{
    position: relative;
    font-size: 20px;
    padding-left: 20px;
    margin-bottom: 30px;
}
.product .detail .measure .pdt-div .pdtxt .title:before{
    position: absolute;
    top: 6px;
    left: 0;
    content: '';
    width: 10px;
    height: 10px;
    background-color: #333;
}
.product .detail .measure .pdt-div .pdtxt .desc{
    line-height: 24px;
    padding-bottom: 20px;
}
.product .detail .measure .pdt-div .exp {
    width: 228px;
    float: left;
    margin-bottom: 19px;
}
.product .detail .measure .pdt-div .yellow-radius {
    background: #FF999A;
    width: 26px;
    height: 26px;
    float: left;
    display: block;
    text-align: center;
    line-height: 26px;
    color: #FFF;
    border-radius: 13px;
}
.product .detail .measure .pdt-div .suspension {
    background-image: url("../images/dian.jpg");
    background-repeat: repeat-x;
    width: 60px;
    height: 26px;
    float: left;
    margin-left: 10px;
}
.product .detail .measure .pdt-div .exp-txt {
    float: left;
    font-size: 16px;
    color: #555;
}
.product .detail .cert2{
    font-size: 0;
    text-align: center;
}
.product .detail .cert2 .content{
    padding: 50px 0;
    position: relative;
}
.product .detail .cert2 .content .gia-txt {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #555;
    width: 300px;
    top: 100px;
    left: 50%;
    margin-left: -150px;
}
.product .detail .cert2 .content .intro-txt{
    position: absolute;
    width: 600px;
    left:50%;
    bottom: 140px;
    margin-left: -300px;
    font-size: 14px;
    line-height: 30px;
}
.product .detail .pack .content{
    display: flex;
    justify-content: space-between;
    padding: 50px;
}
.product .detail .pack .desc{
    width: 400px;
    text-align: center;
    padding-top: 40px;
}
.product .detail .pack .desc p{
    padding-top: 40px;
    font-size: 16px;
    line-height: 30px;
}
.product .detail .service2 .content{
    padding: 50px;
}
.product .detail .service2 .img{
    background: url("../images/shfw.jpg") center center no-repeat;
    height: 300px;
}
.product .detail .service2 .img .desc{
    padding-left: 100px;
    padding-top: 100px;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    font-weight: bold;
}
.product .detail .service2 .info3{
    padding: 30px 10px;
}
.product .detail .service2 .info3 .item .tit{
    position: relative;
    font-size: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.product .detail .service2 .info3 .item .tit:before{
    position: absolute;
    top: 6px;
    left: 0;
    width: 10px;
    height: 10px;
    background-color: #333;
    content: '';
}
.product .detail .service2 .info3 .item .desc{
    line-height: 24px;
}
.product .detail .service2 .info3 .item{
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 300px;
    margin-bottom: 40px;
}
.product .detail .service2 .info3 .item.item1{
    background-image: url("../images/shou1.jpg");
}
.product .detail .service2 .info3 .item.item2{
    background-image: url("../images/shou2.jpg");
}
.product .detail .service2 .info3 .item.item3{
    background-image: url("../images/shou3.jpg");
}
.product .detail .service2 .info3 .item .sh-table{
    background-color: #e4e4e4;
    border-color: #ddd;
    text-align: center;
}
.product .detail .comment .summary{
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product .detail .comment .summary .comment-left{
    display: flex;
}
.product .detail .comment .summary .comment-left .hpd{
    font-size: 56px;
    color: #CA0000;
}
.product .detail .comment .summary .comment-left .hpd-txt,
.product .detail .comment .summary .comment-right .item{
    line-height: 1;
    padding-left: 20px;
    padding-top: 10px;
}
.product .detail .comment .summary .comment-left .hpd-txt .txt,
.product .detail .comment .summary .comment-right .item .txt{
    padding-bottom: 10px;
}
.product .detail .comment .summary .comment-right{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product .detail .comment .yellow{
    color: #f8a81f;
}
.product .detail .comment .gray{
    color: #c1c1c1;
}
.product .detail .comment .clist{
    padding: 50px;
}
.product .detail .comment .clist .head{
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: solid 1px #ddd;
}
.product .detail .comment .clist .head .txt{
    font-size: 30px;
    font-weight: bold;
}
.product .detail .comment .clist .head .radio{
    display: inline-block;
    width: auto;
    margin-left: 30px;
}
.product .detail .comment .clist .c-list .citem{
    display: flex;
    padding: 30px 0;
    border-bottom: solid 1px #ddd;
}
.product .detail .comment .clist .c-list .citem .img{
    font-size: 0;
}
.product .detail .comment .clist .c-list .citem .img img{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.product .detail .comment .clist .c-list .citem .info4{
    flex: 1;
    margin-right: 100px;
    padding-left: 20px;
}
.product .detail .comment .clist .c-list .citem .info4 .name{
    padding: 10px 0;
    color: #999;
}
.product .detail .comment .clist .c-list .citem .info4 .con span{
    color: #999;
}

/*分页器*/
#page{
    display: flex;
}

.layui-laypage-my-page{
    margin:20px auto;
}
.layui-laypage-my-page.layui-laypage a,
.layui-laypage-my-page.layui-laypage span{
    height: 38px;
    line-height: 38px;
    background-color: #fff;
    margin: 0 5px;
    padding: 0 15px;
    display: inline-block;
}
.layui-laypage-my-page .layui-laypage-em{
    border-radius: 0;
}
.layui-laypage-my-page.layui-laypage .layui-laypage-curr{
    background-color: #33ffff;
    color: #fff;
}
.layui-laypage-my-page.layui-laypage em{
    font-style: normal;
}
.layui-laypage-my-page .layui-disabled{
    color: #d2d2d2!important;
    cursor: not-allowed!important;
}

/*钻石列表页*/
.diamond .table-head{
    overflow: hidden;
    border: solid 1px #f5f5f5;
}
.diamond .table-head li{
    float: left;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    border-right: solid 1px #f5f5f5;
}
.diamond .table-head li:last-child{
    border-right: none;
}
.diamond .w1{
    width: 55px;
}
.diamond .w2{
    width: 60px;
}
.diamond .w3{
    width: 96px;
}
.diamond .w4{
    width: 65px;
}
.diamond .w5{
    width: 80px;
}
.diamond .w6{
    width: 121px;
}
.diamond .table-head li span{
    float: left;
    padding-right: 8px;
}
.diamond .table-head li .sort{
    font-size: 0;
    line-height: 1;
    float: left;
    padding: 12px 0;
}
.diamond .table-head li.w4{
    padding: 0 10px;
}
.diamond .table-head li.w3{
    padding: 0 13px;
}
.diamond .table-head li .sort.up{
    width: 12px;
    height: 12px;
    background: url("../images/search_up.png") center center no-repeat;
    background-size: 10px 10px;
}
.diamond .table-head li .sort.down{
    width: 12px;
    height: 12px;
    background: url("../images/search_down.png") center center no-repeat;
    background-size: 10px 10px;
}
.diamond .pro-list .item{
    overflow: hidden;
    margin-top: 10px;
    background-color: #f5f5f5;
}
.diamond .pro-list .item p{
    float: left;
    text-align: center;
    font-size: 12px;
    line-height: 50px;
    border-right: solid 1px #ddd;
}
.diamond .pro-list .item p:last-child{
    border-right: none;
}
.diamond .pro-list .item p.price{
    color: #dc393f;
}

.product .steps{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.product .steps .step{
    display: flex;
    width: 33.33%;
    padding: 10px;
    height: 84px;
}
.product .steps .step.active{
    background-color: #fff;
    border: solid 1px #dc393f;
}
.product .steps .step .img{
    border: solid 1px #ddd;
    padding: 5px;
}
.product .steps .step img{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.product .steps .step .text{
    margin-left: 10px;
    padding: 5px 0;
}
.product .steps .step .text .na{
    font-size: 16px;
    padding-bottom: 15px;
}
.product .steps .step .text .pr{
    color: #dc393f;
}
.product .steps .step .reset{
    flex: 1;
    text-align: right;
    padding-top: 5px;
}
.product .steps .step .desc{
    font-size: 20px;
    text-align: center;
    width: 100%;
    line-height: 64px;
}
.product .steps .step .total{
    line-height: 64px;
    padding: 0 20px;
}
.product .steps .step .total span{
    color: #dc393f;
}
.product .attrs2 .size-box{
    width: 150px;
    position: relative;
}

.product .attrs2 .size-box .size-inp{
    width: 100%;
    height: 35px;
    line-height: 35px;
    outline: none;
    padding: 0 10px;
    border: solid 1px #eee;
    cursor: pointer;
}
.product .attrs2 .size-box:after{
    position: absolute;
    top: 10px;
    right: 10px;
    content: '\e678';
    font-size: 14px;
    width: 12px;
    height: 12px;
    font-family: 'iconfont';
}
.product .attrs2 .size-box .size-list{
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 9;
    background-color: #fff;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    width: 100%;
}
.product .attrs2 .size-box .size-list li{
    line-height: 24px;
    padding: 0 10px;
    cursor: pointer;
    border-bottom: solid 1px #eee;
}
.product .attrs2 .size-box .size-list li:hover{
    background-color: #999;
}

.product .attrs2 .font-box .inp{
    width: 100%;
    height: 35px;
    line-height: 35px;
    outline: none;
    padding: 0 10px;
    border: solid 1px #eee;
}

.product .content .goods-desc {
    background: #F6EEE3;
    padding: 35px 105px;
    text-align: left;
}
.product .content .goods-desc .title{
    font-size: 18px;
    color: rgb(159, 126, 107);
}

.product .content .goods-desc  p {
    line-height: 32px;
    padding-top: 30px;
}
.product .content .show-detail{
    padding-bottom: 30px;
}

/*彩钻*/
.dia .con.cdiamond{
    width: 1056px;
    height: 100px;
    background: url("../images/color_diamond.png") no-repeat;
    display: block;
    flex: auto;
    justify-content: center;
}
.dia .cdiamond .c{
    font-size: 12px;
    text-align: center;
    display: inline-block;
    margin-top: 65px;
    width: 60px;
}
.dia .cdiamond a.c:hover,
.dia .cdiamond a.c.select{
    color: #dc393f;
    background-color: transparent;
}
.dia .cdiamond .c.c2{
    margin-left: 35px;
}
.dia .cdiamond .c.c3{
    margin-left: 37px;
}
.dia .cdiamond .c.c4{
    margin-left: 37px;
}
.dia .cdiamond .c.c5{
    margin-left: 32px;
}
.dia .cdiamond .c.c6{
    margin-left: 35px;
}
.dia .cdiamond .c.c7{
    margin-left: 35px;
}
.dia .cdiamond .c.c8{
    margin-left: 32px;
}
.dia .cdiamond .c.c9{
    margin-left: 38px;
}
.dia .cdiamond .c.c10{
    margin-left: 35px;
}
.dia .cdiamond .c.c11{
    margin-left: 38px;
}
.dia .con.saturation{
    width: 488px;
    background-image: url("../images/color_diamond_bh.png");
    height: 90px;
    background-repeat: no-repeat;
    background-position: -20px -19px;
    display: block;
    flex: auto;
}
.dia .saturation a.s{
    font-size: 12px;
    width: 40px;
    text-align: center;
    margin-top: 30px;
    float: left;
}
.dia .saturation a.s:hover{
    color: #dc393f;
}
.dia .saturation a.s.s2{
    margin-left: 13px;
}
.dia .saturation a.s.s3{
    margin-left: 14px;
}
.dia .saturation a.s.s4{
    margin-left: 10px;
}
.dia .saturation a.s.s5{
    margin-left: 15px;
}
.dia .saturation a.s.s6{
    margin-left: 13px;
}
.dia .saturation a.s.s7{
    margin-left: 13px;
}
.dia .saturation a.s.s8{
    margin-left: 13px;
}
.dia .saturation a.s.s9{
    margin-left: 13px;
}


