@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

img {
    border: 0;
}


/* 垂直居中 */

.small-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #edeeee;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.products-details {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
}

.details-right {
    flex: 1;
    margin-top: 100px;
    margin-left: 40px;
}

.details-right-title {
    font-size: 14px;
    margin-bottom: 10px;
}

.details-right-title span {
    font-size: 24px;
    font-weight: bold;
    padding: 0 10px 0 0;
}

.details-right-desc {
    padding: 0px 0 30px;
}

.dr-hao {
    width: 100%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dr-hao div:nth-child(1) {
    width: 32px;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    margin-right: 20px;
}

.dr-bb {
    border-top: 1px solid #d2d3d3;
    border-bottom: 1px solid #d2d3d3;
}

.dr-border {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

.dr-hao div:nth-child(2) {
    flex: 1;
    padding: 10px 0;
    height: 42px;
    line-height: 20px;
}

.magnifier {
    width: 500px;
    position: relative;
    margin-top: 100px;
    /* margin-left: 100px; */
}

.magnifier-container {
    width: 500px;
    height: 500px;
    overflow: hidden;
    position: relative;
    /* border: 1px solid #ddd; */
    background-color: #edeeee;
    margin-bottom: 10px;
}

.move-view {
    width: 100px;
    height: 100px;
    position: absolute;
    background-image: url('../images/move-box.png');
}

.images-cover {
    height: 100%;
    width: 100%;
    position: relative;
}

.images-cover img {
    position: absolute;
}

.magnifier-assembly {
    height: 92px;
    overflow: hidden;
    position: relative;
    /* padding-left: 30px;
    padding-right: 30px; */
}

.magnifier-btn {
    position: absolute;
    font-family: "宋体";
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -40px;
}

.magnifier-btn span {
    line-height: 80px;
    height: 80px;
    width: 20px;
    background-color: #6e6e6e;
    color: #fff;
    display: block;
    z-index: 9998;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
}

.magnifier-btn .magnifier-btn-left {
    float: left;
}

.magnifier-btn .magnifier-btn-right {
    float: right;
}

.magnifier-line {
    position: relative;
    overflow: hidden;
    height: 92px;
}

.magnifier-line ul {
    display: block;
    font-size: 0;
    width: 100%;
    position: absolute;
    left: 0;
    z-index: 9997;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.magnifier-line li {
    width: 23%;
    margin-right: calc(8% / 3);
    cursor: pointer;
}

.magnifier-line li:nth-child(4n) {
    margin-right: 0;
}

.magnifier-line ul>.active .small-img {
    /* border-color: #bbb; */
    border-top: 2px solid #3764af;
}

.small-img {
    height: 78px;
    padding: 1px;
    /* margin: 5px; */
    overflow: hidden;
    /* border: 1px solid #ddd; */
    text-align: center;
}

.small-img img {
    max-width: 100%;
    max-height: 100%;
}

.magnifier-view {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -105%;
    top: 0;
    z-index: 9999;
    background-color: #fff;
    display: none;
    overflow: hidden;
}

.magnifier-view img {
    display: block;
}

.animation03 {
    transition: all 0.3s ease-in 0.1s;
    -ms-transition: all 0.3s ease-in 0.1s;
    -moz-transition: all 0.3s ease-in 0.1s;
    -webkit-transition: all 0.3s ease-in 0.1s;
    -o-transition: all 0.3s ease-in 0.1s;
}