/*第一排*/
.dz_one {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dz_oneSon {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(32.5%);
    border: 1px solid #e6edea;
    height: 95px;
    padding: 0 20px;
}

.dz_oneSonLeft {
    display: flex;
    align-items: center;
}

.dz_shuzi {
    color: #006b7f;
    margin-right: 10px;
    font-family: "booka" !important;
    font-size: 40px;
}

.dz_wenzi {
    font-size: 18px;
    color: #333333;
}

.dz_oneSonRight {
    text-align: center;
    font-size: 20px;
}

.dz_dz_oneSonRightWz {
    display: none;
    margin-top: 5px;
}

.dz_rightImgBox {
    width: 60px;
    height: 60px;
    border: 1px solid #E6EDEA;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dz_oneSonRight img {
    width: 60px;
    height: 60px;
}

.dz_cpnc {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
}

.dz_id, .dz_gg, .dz_ggsj {
    cursor: pointer;
    text-decoration: underline;
    font-size: 14px;
}

.dz_ggsj {
    display: none;
}

/**/
.dz_hr {
    height: 2px;
    background: #E6EDEA;
    border: none;
    margin: 0;
}

.dz_little {

}

.dz_littleBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*height: 40px;*/
    cursor: pointer;
    padding: 5px 10px;
}

.dz_left {
    font-weight: bold;
    font-size: 14px;
}

.dz_right {
    display: flex;
    align-items: center;
    justify-content: end;
}

.dz_yanse {
    width: 24px;
    height: 24px;
    /*border: 2px solid #E4AA09;*/
    background: linear-gradient(to right, #E4AA09 50%, #FF8888 50%);
    border-radius: 50%;
    font-size: 12px;
    color: #E4AA09;
    margin-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dz_yanseXiao {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 50%;
}

.dz_xia {
    width: 15px;
    margin-left: 15px;
    transform: rotate(0deg);
    transition: all 0.1s;
}

.dz_seka {
    width: 22px;
    height: 22px;
    border: 1px solid #E8EEEC;
    border-radius: 50%;
    margin-left: 10px;
    background: #F9F9F9;
}

.dz_inputBox {
    width: 80%;
    margin: 20px 10%;
}

.dz_zaixian {
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    color: #bf1c60;
    border: 1px solid #bf1c60;
    font-size: 16px;
}

.dz_tijiao {
    height: 40px;
    width: 300px;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    cursor: pointer;
    color: white;
    background: #006B7F;
    border: none;
}

/*修改layui样式*/
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #bf1c60 !important;
}

.layui-form-select dl dd.layui-this {
    background-color: #F3F3F3;
    color: #bf1c60 !important;
    font-weight: bold;
}

.layui-laypage-prev, .layui-laypage-next, .layui-laypage a, .layui-laypage-last, .layui-laypage-spr, .layui-laypage-first, .layui-laypage-curr, .layui-laypage span {
    width: 30px;
    height: 30px;
    background: #FAFAFA;
    border: none;
    padding: 0;
    text-align: center;
    line-height: 30px;
    margin: 0 5px;
    color: #666666;
}

.layui-laypage-last:hover, .layui-laypage a:hover {
    background: #E6F4FF;
    color: #30A7FD;
}

.layui-form-select dl dd:hover {
    background: #f6f6f6 !important;
}

.layui-input-block {
    margin-left: 80px;
}

/*金属筛选框*/
.dz_jinShuBox {
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
}

.dz_jsLittle {
    margin-right: 25px;
    width: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.dz_jsYuan {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    /*border: 2px solid #E4AA09;*/
    background: linear-gradient(to right, #E4AA09 50%, #FF8888 50%);
    font-size: 16px;
    font-weight: bold;
    color: #E4AA09;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dz_jsYuanXiao {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    /*color: #E4AA09;*/
}

.dz_jsName {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
}

/*尺寸筛选表*/
.dz_ccTanKuang {
    padding: 15px;
    color: #2e2e2e;
    font-family: "Lato", sans-serif;
    font-size: 14px;
}

.dz_title {
    font-family: "Lora", sans-serif;
    font-size: 30px;
    text-align: center;
}

.dz_selectBox {
    display: flex;
    align-items: center;

    justify-content: center;
    flex-wrap: wrap;
}

.dz_ChiCunBox {
    width: 80px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.dz_da {
    width: 85px;
    margin-right: 10px;
    margin-bottom: 20px;
}

.dz_xiao {
    width: 40px;
    border: 1px solid #E8EEEC;
    height: 29px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.dz_xiao img {
    width: 50px;
}

/*完成*/
.dz_paoGuang {
    width: 35px;
    height: 35px;
    border: 1px solid #E8EEEC;
    border-radius: 50%;
    background: #F9F9F9;
    margin-bottom: 5px;
}

.dz_pgBox {
    margin-left: 10px;
    width: 45px;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    margin-bottom: 15px;
}

/*制作珠宝按钮*/
.dz_zzButton {
    height: 40px;
    line-height: 40px;
    border-radius: 40px;
    text-align: center;
    cursor: pointer;
    background: #bf1c60;
    border: 1px solid #bf1c60;
    font-size: 16px;
    color: white;
}

.dz_ssBox {
    text-align: center;
    color: #363636;
    padding: 40px;
    font-size: 16px;
    line-height: 2;
    /*font-weight: bold;*/
}

.dz_ssTitle {
    font-size: 42px;
    margin-bottom: 20px;
}

.dz_xuanZeBox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.dz_imgBox {
    width: 150px;
    height: 150px;
    border: 1px solid #E6EDEA;
    margin: 0 15px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.dz_imgBox img {
    width: 150px;
}

.dz_imgBox:hover {
    border: 1px solid #bf1c60;
}

.dz_jiXu {
    background: #bf1c60;
    width: 120px;
    text-align: center;
    cursor: pointer;
    color: white;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin: 20px auto 0;
}

.dz_zsxzLittle, .dz_jbgyLittle {
    margin: 5px;
    text-align: center;
    padding: 10px;
    border: 1px solid white;
    cursor: pointer;
}

.dz_zsxzImgBox, .dz_jbgyImgBox {
    width: 52px;
    height: 52px;
    border: 1px solid #b1b1b1;
    display: flex;
    align-items: flex-end;
    margin: auto;
}

.dz_zsxzName, .dz_jbgyName {
    margin-right: 2px;
}

.dz_zsxzImg, .dz_jbgyImg {
    width: 50px;
}

.dz_big {
    font-size: 35px;
    color: #333;
    font-style: oblique;
}

.dz_bq {
    margin-top: 20px;
    /*width: 100%;*/
    height: 80px;
    line-height: 80px;
    border-left: 2px solid #BF1C60;
    background: #FCF5F8;
    padding-left: 20px;
    font-weight: bold;
    color: #444;
    font-size: 15px;
}

.dz_jieshi {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.2;
}

.dz_zxsj {
    height: 40px;
    line-height: 40px;
    color: white;
    text-align: center;
    background: #BF1C60;
    font-weight: bold;
    margin-top: 20px;
    cursor: pointer;
}

.dz_fgx {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
}

.dz_huo {
    border-bottom: 1px solid #EAF0EE;
    width: calc((100% - 25px) / 2);
}

.dz_anniuzt {
    border: 1px solid #BF1C60;
    margin-top: 20px;
    cursor: pointer;
    text-align: center;
    color: #BF1C60;
    padding: 10px 0;
    font-weight: bold;
}

/*推荐*/
.dz_tuiJianList {
    display: flex;
    /*align-items: center;*/
    flex-wrap: wrap;
}

.dz_tjBox {
    width: 22%;
    margin-right: 4%;
    text-align: center;
    margin-bottom: 20px;
}

.dz_tjImg img {
    width: 100%;
    cursor: pointer;
}

.dz_tjWord {
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
}

.dz_tjWord:hover {
    color: #C32969;
}

.dz_tjBox:nth-child(4n) {
    margin: 0;
}

/*手机端*/
@media screen and (max-width: 770px) {
    /* 小于等于770px宽度的设备 */
    .dz_oneSonLeft, .dz_two, .dz_gg {
        display: none;
    }

    .dz_dz_oneSonRightWz, .dz_twoPH, .dz_ggsj {
        display: block;
    }

    .dz_oneSon {
        justify-content: center;
    }

    .dz_fourBox, .dz_productBox {
        width: 49%;
        margin-right: 2%;
    }

    .dz_fourBox:nth-child(2n), .dz_productBox:nth-child(2n) {
        margin-right: 0;
    }

    .dz_imgBox {
        width: 80px;
        height: 80px;
        margin: 0 10px 10px;
    }

    .dz_xzBox {
        margin: 0 20px;
    }

    .dz_ssBox {
        padding: 20px;
    }

    .dz_imgBox img {
        width: 80px;
    }

    .dz_ssTitle {
        font-size: 18px;
    }

    .layui-layer-content {
        height: 40vh;
    }

    #c_product_detail_103-16911203254280 .e_container-85 {
        flex-direction: row;
    }

    .dz_tjBox {
        width: 48%;
    }

    .dz_tjBox:nth-child(2n) {
        margin: 0;
    }
  
  	.layui-layer-hui{
  		height:50px !important; 
  	}
}

@media screen and (max-width: 450px) {
    .layui-form-item .layui-input-inline {
        margin: 0px 0px 10px 80px;
    }

    .layui-form-item .layui-input-inline + .layui-form-mid {
        margin-left: 77px;
    }

    .dz_littleBox {
        display: block;
    }

    .dz_right {
        justify-content: space-between;
    }

    .dz_xz {
        width: 80%;
    }
}

.cbox-47-0{
  /*height:100px;*/
}
@media only screen and (max-width: 768px){
  .dz_tjWord{font-size:14px;}
}
