/*第一个放大镜*/
.thumbnailss{width: 260px;height: 500px;position: absolute;z-index: 999;text-align: center;margin-left: 140px;}
.origin {width: 500px;height: 500px;position: absolute;z-index: 999;left: 500px;top: 0;overflow: hidden;display: none;background-color: #fff;}
.magnifier {width: 160px;height: 160px;background: rgba(254, 238, 167, .4);position: absolute;left: 0;top: 0;display: none;}

/*第二个放大镜*/
.thumbnailssone{width: 260px;height: 500px;position: absolute;z-index: 999;text-align: center;margin-left: 140px;}
.originone {width: 500px;height: 500px;position: absolute;z-index: 999;left: 500px;top: 0;overflow: hidden;display: none;background-color: #fff;}
.magnifierone {width: 160px;height: 160px;background: rgba(254, 238, 167, .4);position: absolute;left: 0;top: 0;display: none;}

/*第三个放大镜*/
.thumbnailsstwo{width: 260px;height: 500px;position: absolute;z-index: 999;text-align: center;margin-left: 140px;}
.origintwo {width: 500px;height: 500px;position: absolute;z-index: 999;left: 500px;top: 0;overflow: hidden;display: none;background-color: #fff;}
.magnifiertwo {width: 160px;height: 160px;background: rgba(254, 238, 167, .4);position: absolute;left: 0;top: 0;display: none;}

/*第四个放大镜*/
.thumbnailssthr{width: 260px;height: 500px;position: absolute;z-index: 999;text-align: center;margin-left: 140px;}
.originthr {width: 500px;height: 500px;position: absolute;z-index: 999;left: 500px;top: 0;overflow: hidden;display: none;background-color: #fff;}
.magnifierthr {width: 160px;height: 160px;background: rgba(254, 238, 167, .4);position: absolute;left: 0;top: 0;display: none;}

/*第五个放大镜*/
.thumbnailssfour{width: 260px;height: 500px;position: absolute;z-index: 999;text-align: center;margin-left: 140px;}
.originfour {width: 500px;height: 500px;position: absolute;z-index: 999;left: 500px;top: 0;overflow: hidden;display: none;background-color: #fff;}
.magnifierfour {width: 160px;height: 160px;background: rgba(254, 238, 167, .4);position: absolute;left: 0;top: 0;display: none;}

/*第六个放大镜*/
.thumbnailssfive{width: 260px;height: 500px;position: absolute;z-index: 999;text-align: center;margin-left: 140px;}
.originfive {width: 500px;height: 500px;position: absolute;z-index: 999;left: 500px;top: 0;overflow: hidden;display: none;background-color: #fff;}
.magnifierfive {width: 160px;height: 160px;background: rgba(254, 238, 167, .4);position: absolute;left: 0;top: 0;display: none;}

/*第七个放大镜*/
.thumbnailsssix{width: 260px;height: 500px;position: absolute;z-index: 999;text-align: center;margin-left: 140px;}
.originsix {width: 500px;height: 500px;position: absolute;z-index: 999;left: 500px;top: 0;overflow: hidden;display: none;background-color: #fff;}
.magnifiersix {width: 160px;height: 160px;background: rgba(254, 238, 167, .4);position: absolute;left: 0;top: 0;display: none;}

@media screen and (max-width: 1200px){
	.thumbnailss{margin-left: unset;margin: 0 auto;left: 0;right: 0;}
	.szlt_bktworl img {height: 280px;width: auto;}
}