/* btn */

.btnLine {
    width: 175px;
    height: 44px;
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.btnLine a {
    display: table-cell;
    vertical-align: middle;
    font-size: 14px;
    color: #383838;
    text-align: center;
    border: 1px solid #333;
    border-radius: 5px;
    text-decoration: none;
}
.btnScale a span {
    display: inline-block;
    padding: 4px 16px 4px 22px;
    /*background: url(../images/icon_zoom.png) 0 center no-repeat;*/
    background-size: 17px 17px;
    position: relative;
    top: -1px;
}
/************/

.modalZoomHeader {
    width: 100%;
    height: 64px;
    position: relative;
}

.btnLine.btnBack {
    width: 100px;
    height: 34px;
    margin-left: 0;
    margin-right: 0;
    position: absolute;
    left: 10px;
    top: 15px;
}

.btnLine.btnBack a {

    font-size: 12px;
}

.btnLine.btnBack a span{
  background: url(../images/a-l-gray.png) no-repeat left center;
  background-size: 8px 11px;
  padding: 0 0 0 18px;
}

/* modal zoom */

.modalZoomWrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 10000;
    overflow: hidden;
}

.modalZoomWrap*{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}



.modalZoomMain .slides li{
    /*  border: 1px solid #ddd;
    border-radius: 3px;*/
    height: 400px;
    margin: 0 0;
    overflow: hidden;
    width: 100%;
}

.modalZoomMain {
    position: absolute;
    position: relative;
    width: 100%;
    /*    padding-bottom: 110.6%;*/
    background: #fff;
    height: 400px;
    overflow: hidden;
    /*     height: 800px;*/
    /*    overflow: hidden;*/
}


.zoomer .zoomer-controls-bottom{
    display: none;
}

.zoomHelp{
    position: absolute;
    width:150px;
    height: 150px;
    top: 50%;
    left: 50%;
    background: url(../images/icon_zoom_300.png) 0 0 no-repeat;
    background-size: 150px 150px;
    margin-left: -75px;
    margin-top:-75px;
    z-index: 10001;
    opacity: 0;
    pointer-events: none;
}

.modalZoomMain img {
    width: auto !important;
    height: 100% !important;
}

.modalZoomMain li {
    position: absolute;
    width: 100%;
}

.modalZoomThumb {
    width: 100%;
    height: 80px;
    background: #fff;
/*    background: url(/sp/common/img/zoom/bg_tex_01.png) 0 0 repeat;
    background-size: 3px 3px;*/

}
