@charset "utf-8";

#ctt_con {
    
padding-top: 0;
}

div#ctt_con .wrapper {position: relative;}
.text_1 {
    
font-size: 24px;
    
font-weight: 500;
}

.text_1 p:first-child{
    font-weight: 900;
}
#ctt h2 {
    font-size: 20px;
    font-weight: 200;
    text-align: center;
    padding: 40px 0 65px;
}

.text_1 p {
    padding-bottom: 70px;
    line-height: 50px;
}

/*common lnb*/
#ctt .lnb {
    padding: 20px 0px;
    width: 1200px;
    margin: 0 auto;
}
#ctt .lnb.pc{}
#ctt .lnb.mobile{display:none}
#ctt .lnb ul {
    display: table;
    width: 100%;
    background: #fff;
}

#ctt .lnb li {
    width: calc(1/3*100%);
    font-size: 24px;
    font-weight: 900;
    height: 44px;
    color: #343434;
    background: #f3f4f3;
    text-align: center;
    line-height: 18px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    float: left;
}
#ctt .lnb li span{
    display: table-cell;
    vertical-align: middle;
    width: calc(1/3*1200px);
    height: 44px;
}
#ctt .lnb li.active,
#ctt .lnb li:hover {background: #e44320;color:#fff;}

/**/
.content {
    padding: 50px 0;
}

.item_wrap {
    display: none;
}
.item_wrap:not(:first-child){/* padding: 20px 160px; */}
.item_wrap:first-child {
    display: block;
}
.item_wrap:nth-child(2) ul {
    text-align: left;
}
.item_wrap ul {
    text-align: center;
    margin: 0px -12px;
}

.item_wrap:first-child li {}
.item_wrap:first-child li:nth-child(1) {margin-left: 200px;}
.item_wrap:first-child li:nth-child(5) {margin-right: 200px;}
.item_wrap li {
    padding: 0 12px 135px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.item_wrap li img {}


.txt_wrap {
    width: 100%;
    position: absolute;
    padding: 20px 0 0;
    left: 0;
    text-align: center;
}


.txt_wrap .in_num {
    font-size: 20px;
    font-weight: 900;
    padding-bottom: 8px;
}

.txt_wrap .in_txt {
    font-size: 18px;
    font-weight: 200;
}

.txt_wrap span {
    display: block;
}


/*modal*/
section.modal_wrap {
    position: fixed;
    width: 100vw;
    height: 100vh;
    /* max-height: 650px; */
    z-index: 9999;
    top: 0;
    text-align: center;
    /* background: rgba(0,0,0,.5); */
}
section.modal_wrap .modal_bg{
    background: rgba(0,0,0,.5);
    position: relative;
    top: 20vh;
    min-height: 650px;
}
section.modal_wrap .modal {
    display: inline-block;
    position: relative;
    margin-top: 2%;
    max-width: 1200px;
    /* width: 100%; */
}
section.modal_wrap .modal.garo {
    margin-top: 5%;
    max-width: 1000px;
}
section.modal_wrap button.cls_btn {
    position: absolute;
    top: 0;
    right: -156px;
    width: 36px;
    height: 35px;
    border: 0;
    background: transparent;
    color: #fff;
    font-size: 0;
    background-image: url(../../../img/20/product/slide/x_btn.png);
}

button.cls_btn {}

section.modal_wrap .modal img {
    width: 100%;
}

.pdt_slide.slick-slider {
}

.slick-list {
    width: 1200px;
    /* max-width: 1200px; */
    /* height: 0 !important; */
    /* padding-bottom: calc(570/1200*100%) !important; */
}

section.modal_wrap button.slick-arrow {
    
font-size: 0;
    
line-height: 0;
    
position: absolute;
    
top: 42%;
    
display: inline-block;
    
margin: 0;
    
width: 39px;
    
height: 77px;
    
padding: 0;
    
cursor: pointer;
    
color: transparent;
    
border: 0;
    
outline: none;
    
background: transparent;
    
background-repeat: no-repeat;
    
background-position: center;
    
z-index: 1;
}

section.modal_wrap button.slick-prev {background-image: url(../../../img/20/product/slide/modal_prev_btn.png);left: -15%;}

section.modal_wrap button.slick-next {background-image: url(../../../img/20/product/slide/modal_next_btn.png);right: -15%;}

section.modal_wrap .slick-track {height: 570px;}

/*product*/
.product_wrap {}

.product_wrap .product {
    min-height: 635px;
    opacity:0;
    display:none;
}


.product_wrap .product:first-child{opacity:1;display:block}



.product_wrap .pdt_hd{
    position: relative;
}
.product .pdt_tit {
    font-size: 45px;
    font-weight: 900;
}

.product .pdt_tit span {}

.product .hd_txt_wrap {
    background: #f3f5f4;
    border-bottom: 95px solid #e8ecea;
    height: 467px;
}

.product .pdt_col_1{font-size:0}
.product .pdt_col_1>div {font-size:0.75em;width:100%;display:inline-block;vertical-align:top}
.product .pdt_col_2{font-size:0}
.product .pdt_col_2>div {font-size:0.75em;width:50%;display:inline-block;vertical-align:top;}
.product .pdt_col_3{font-size:0}
.product .pdt_col_3>div {font-size:0.75em;width:calc(1/3*100%);display:inline-block;vertical-align:top}
.product .pdt_col_4{font-size:0}
.product .pdt_col_4>div {font-size:0.75em;width:25%;display:inline-block;vertical-align:top}

.product .pdt_col_2>div.pdt_colx2{width:100%;}
.product .pdt_col_3>div.pdt_colx2{width:calc(2/3*100%);}
.product .pdt_col_4>div.pdt_colx2{width:50%}


.item_03 .product .img_wrap.over_img.main {
  top: -63px;
  left: 61px;
}
.img_wrap.over_img.main img {
  max-width: 653px;
}
.product .pdt_wrap:nth-child(2) .wrapper>div:nth-child(2){
    width: 960px;
}

.product .hd_txt {
    padding: 50px 0;
}

.product .hd_txt_mn {
    border-bottom: 4px solid #bebebe;
    padding-bottom: 20px;
    position: relative;
}

.product .hd_txt_mn span {
    font-size: 60px;
    font-weight: 900;
}

.product .hd_txt_mn button {
    font-size: 24px;
    font-weight: 900;
    background: transparent;
    border: 1px solid #000;
    width: 300px;
    height: 45px;
    padding: 10px 55px 10px 35px;
    background: url(../../../img/ico/ico_img_more.png) no-repeat right 20px center;
    position: absolute;
    right: 0;
    top: 8px;
}

.product .hd_txt_info {
    font-size: 20px;
    font-weight: 200;
    padding-top: 22px;
    padding-bottom: 50px;
}

.product .mid_bar {
    padding-left: 10px;
    position: relative;
}
.product .mid_bar:before {content:'';position: absolute;width: 6px;height: 1px;background: #000;top: 12px;left: 0;}
.product .pdt_sel_btn {
}

.product .pdt_sel_btn button {
    background: #f3f5f4;
    border: 1px solid #bebebe;
    margin: 0;
    display: inline-block;
    font-size: 24px;
    width: calc(1/3*100%);
    height: 45px;
}
.pdt_sel_btn.btn_col_2 button{width:50%}
.product .pdt_sel_btn button.active{
    color: #fff;
    background: #e44320;
}
.product .hd_img {
    position: relative;
}
.product .hd_img .img_trg{
    
position: absolute;
    
top: 0;
    
right: 0;
    
width: 91%;
    
height: 0;
    
padding-bottom: 93%;
    
cursor: pointer;
}


html[lang=zh] .product .hd_txt_mn button {
    padding: 5px 55px 10px 35px;
}

html[lang=ru] .product .hd_txt_mn button {
    font-size: 17px;
}


/**/
.product .bd_img {position:relative}
.product .bd_img.bd_img_1{
    padding-left: 60px;
}
.product .bd_img.bd_img_2{
    width: 560px;
    padding-left: 23px;
}

.product .bd_img.bd_img_2 .over_img{
    top: -80px;
}
.product .bd_img.bd_img_2 .over_img.pdt_03_img_03{
    top: 100px;
}
.product .bd_img_3{
    max-width: 380px;
    margin-top: 23px;
}
.product .bd_img_3:first-child{
    margin-right: 40px;
}
.product .bd_img_4{
    margin-top: 23px;
}
.product .bd_img_5{
    margin-top: 23px;
}

.product .bd_img .img_wrap {}

.product .bd_img img {}

.product .over_img {
    position: absolute;
    top: -75px;
}
.product .over_img.pdt_03_img_02{
    top: 150px;
}
.product .over_img.pdt_11_img_02{top: 0;}

.product .img_wrap img {}


.product .pdt_more_btn {
    display: none;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: -32px;
    z-index: 1;
    background: #e8ecea;
    border-radius: 50px;
    overflow: hidden;
    text-align: center;
    padding: 24px 0;
    cursor: pointer;
}

.product .pdt_more_btn span {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 200;
    padding-bottom: 7px;
}

.product .pdt_more_btn img {}


.product .pdt_bd {
    /* height: 0; */
    overflow: hidden;
}

.product .pdt_wrap{
	 margin-top: 250px;
}
.product .pdt_wrap:first-child{
    margin-top: 290px;
    padding-top: 120px;
}
.product .pdt_wrap:nth-child(2){
    margin-top: 375px;
}
.product .pdt_wrap:nth-child(3){
    margin-top: 240px;
    padding-top: 140px;
}
.product .pdt_wrap.spec{
    margin-top: 250px;
}
.product .pdt_wrap.video{
    margin-top: 210px;
}
.item_01 .product .pdt_wrap:first-child .pdt_info .wrapper,
.item_01 .product .pdt_wrap:nth-child(2) .pdt_info .wrapper { padding: 0;}
.product .pdt_wrap:first-child .wrapper>div{
    padding-top: 45px;
    padding-bottom: 30px;
}
.product .pdt_wrap:nth-child(2) .wrapper>div{
    padding-top: 50px;
    padding-bottom: 25px;
}
.product .pdt_wrap.spec .pdt_info .wrapper{
    padding: 50px 160px;
    overflow: hidden;
}
.product .pdt_wrap.video .pdt_info .wrapper{
    padding: 33px 160px;
}
.product_wrap .pdt_wrap:first-child .pdt_info:after{content:'';position: absolute;bottom: 0;left: 0;width: 100%;height: 50%;background: #e8ecea;z-index: 0;}
.product .pdt_tit {}

.product .pdt_tit span {}

.product .pdt_info {
    background: #f3f5f4;
    position: relative;
}

.product .pdt_wrap:nth-child(2) .pdt_info{
    background: transparent;
}
.product .pdt_wrap:nth-child(2) .pdt_info:after{content:'';position: absolute;bottom: 70px;left: 0;width: 100%;height: 370px;background: #e8ecea;}
.product .pdt_wrap:nth-child(2) .pdt_info:before{content:'';position: absolute;top: 0;left: 0;width: 100%;height: 370px;background: #f3f5f4;}
.product .pdt_info>div{
    position: relative;
    z-index: 1;
}
.product .pdt_txt_1 {
    font-size: 35px;
    font-weight: 900;
    padding-bottom: 20px;
    border-bottom: 4px solid #bebebe;
}
.product .pdt_wrap:nth-child(2) .pdt_txt_1:not(:nth-child(1)){
    padding-top: 110px;
}
.product .pdt_img_1 {
    margin-top: 110px;
}

.product .pdt_txt_1 div {
    padding-bottom: 5px;
}

.product .pdt_txt_2 {
    font-size: 20px;
    font-weight: 200;
    padding-top: 24px;
}

.product .pdt_txt_2 div {
    margin-bottom: 9px;
}

.product .pdt_info_13 .pdt_img_1 {margin-top: 20px;}
.product .pdt_info_13 .shw_box{background-color: transparent; box-shadow: none;}
.product .pdt_img_1 img {}
.pdt_info_13_02{margin-top: 160px;}

.product .pdt_img_1 .img_wrap {}

.product .pdt_img_1 img {}

.product .img_wrap.shw_box.pdt_06_img_01 {
  text-align: center; padding: 20px;
}
.product .img_wrap.shw_box.pdt_06_img_01 img {
  max-width: 200px;
}
.product .img_wrap.shw_box.pdt_06_img_01.pdt_8500 img{
    max-width: 100%;
}
.pdt_colx2 {}

.pad_l{padding-left: 160px;}
.pad_r{padding-right: 160px;}
.align_r {text-align: right;}
.align_l {text-align: left;}

.shw_box {
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    background: #fff;
}

.product .pdt_info table {
    width: 50%;
    border-collapse: collapse;
    float: left;
}

.product .pdt_info table thead th {
    font-size: 22px;
    font-weight: 500;
    border: 1px solid #bebebe;
    background: #6d6c6d;
    color: #fff;
    height: 36px;
}

.product .pdt_info table tbody th {
    font-size: 20px;
    font-weight: 200;
    border: 1px solid #bebebe;
    background: #e8ecea;
    height: 36px;
}

.product .pdt_info table tbody td {
    font-size: 20px;
    font-weight: 200;
    border: 1px solid #bebebe;
    text-align: center;
    height: 36px;
}

.product .pdt_info table tr {}




html[lang=en] .product .pdt_info table tbody th {
    width: 50%;
    height: 3em;
    font-size: 16px;
}



html[lang=ru] .product .pdt_info table thead th {
    width: 50%;
}
html[lang=ru] .product .pdt_info table tbody th,
html[lang=ru] .product .pdt_info table tbody td {
    height: 50px;
    font-size: 13px;
}

.product .pdt_video_wrap {
    width: 100%;
    height: 0;
    padding-bottom: 55.8%;
    position: relative;
}

.product .pdt_video_wrap #pdt_video_frame {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

html[lang=en] .item_01 .product .pdt_tit span {
    width: 50%;
    display: inline-block;
}
html[lang=en] .item_02 .product .pdt_tit span {
    width: 50%;
    display: inline-block;
}
html[lang=en] .item_03 .product .pdt_tit span {
    width: 60%;
    display: inline-block;
}

html[lang=ru] .product .pdt_tit span {
    width: 50%;
    display: inline-block;
}



/*caption*/
/*item_01*/
/*pdt_01*/
.product .img_wrap {
    position: relative;
}
.product .img_wrap>span {
    position: absolute;
    font-size: 10px;
    font-family: Malgun Gothic;
    font-weight: 700;
    color: #6e6d6e;
    display: inline-block;
    text-align: center;
    width: 95px;
}
.product .img_wrap>span>strong{
    display: block;
    font-size: 20px;
    font-weight: 400;
}
.product .img_wrap.pdt_01_img_01>span{
    width: 100%;
    left: 0;
    bottom: 6%;
    text-align: center;
}
.product .img_wrap.pdt_01_img_02>span.cap_1{
    top: 42.7%;
    right: -2%;
}
.product .img_wrap.pdt_01_img_02>span.cap_2{
    left: 39.5%;
    bottom: 36%;
}
.product .img_wrap.pdt_01_img_03>span{
    top: 39.5%;
    left: 2%;
}
.product .img_wrap.pdt_01_img_04>span{
    color: #fff;
    left: 0;
    bottom: 25%;
    width: 100%;
    text-align: center;
}
.product .img_wrap.pdt_01_img_05>span{
    width: 152px;
    top: 41%;
    right: 0;
    /* text-align: right; */
    padding-right: 12%;
}
.product .img_wrap.pdt_01_img_06>span{}


html[lang=en] .product .img_wrap.pdt_01_img_03>span{
    top: 38.5%;
    left: 1%;
}

html[lang=ru] .product .img_wrap.pdt_01_img_02>span.cap_1{
    top: 41.7%;
    right: -2%;
}

/*pdt_02*/
.product .img_wrap.pdt_02_img_01>span{
    width: 100%;
    left: 0;
    bottom: 6%;
    text-align: center;
}
.product .img_wrap.pdt_02_img_02>span.cap_1{
    top: 50.4%;
    right: -2%;
}
.product .img_wrap.pdt_02_img_02>span.cap_2{
    left: 39%;
    bottom: 25%;
}
.product .img_wrap.pdt_02_img_03>span{
    top: 39.5%;
    left: 2%;
}
.product .img_wrap.pdt_02_img_04>span{
    color: #fff;
    left: 0;
    bottom: 26%;
    width: 100%;
    text-align: center;
}
.product .img_wrap.pdt_02_img_05>span{
    width: 152px;
    top: 41%;
    right: 0;
    /*text-align: right;*/
    padding-right: 12%;
}
.product .img_wrap.pdt_02_img_06>span{}

html[lang=en] .product .img_wrap.pdt_02_img_03>span{
    top: 38.5%;
    left: 2%;
}

/*pdt_03*/
.product .img_wrap.pdt_03_img_01>span{
    width: 100%;
    left: 0;
    bottom: 6%;
    text-align: center;
}
/* .product .img_wrap.pdt_03_img_02>span.cap_1{
    top: 41%;
    right: -2%;
} */
.product .img_wrap.pdt_03_img_02>span.cap_1{
    top: 38%;
    right: 0%;
}
.product .img_wrap.pdt_03_img_02>span.cap_2{
    /* left: 39%;
    bottom: 31.5%; */
}
.product .img_wrap.pdt_03_img_02>span.cap_2{
    left: 37%;
    bottom: 43.5%;
}
.product .img_wrap.pdt_03_img_03>span{
    top: 36.5%;
    left: 2%;
}
.product .img_wrap.pdt_03_img_04>span{
    color: #fff;
    left: 0;
    bottom: 26%;
    width: 100%;
    text-align: center;
}
.product .img_wrap.pdt_03_img_05>span{
    width: 152px;
    top: 41%;
    right: 0;
    /*text-align: right;*/
    padding-right: 12%;
}
.product .img_wrap.pdt_03_img_06>span{}



html[lang=en] .product .img_wrap.pdt_03_img_02>span.cap_1{
    top: 40%;
    right: -2%;
}
html[lang=en] .product .img_wrap.pdt_03_img_02>span.cap_2{
    left: 38%;
    bottom: 31.5%;
}
html[lang=en] .product .img_wrap.pdt_03_img_03>span{
    top: 35.5%;
    left: 1%;
}

html[lang=ru] .product .img_wrap.pdt_03_img_02>span.cap_1{
    top: 39%;
    right: -3%;
}
html[lang=ru] .product .img_wrap.pdt_03_img_02>span.cap_2{
    left: 32%;
    bottom: 31.5%;
    width: 27%;
}
.product .img_wrap.pdt_11_img_02>span.cap_1{
    top: 40.5%;
    right: -3%;
}
.product .img_wrap.pdt_11_img_02>span.cap_2{
    left: 45%;
    bottom: 41.5%;
}

.product .img_wrap.pdt_12_img_02>span.cap_1{
    top: 40.5%;
    right: -3%;
}
.product .img_wrap.pdt_12_img_02>span.cap_2{
    left: 45%;
    bottom: 41.5%;
}

.product .over_img.pdt_11_img_02{top: 0;}



/*item_02*/
/*pdt_04*/
.item_02 .product .pdt_img_1{margin-top: 40px;height: 500px;}

.item_02 .over_img.pdt_04_img_01 {
    bottom: -52px;
    top: unset;
}


.item_02 .product .pdt_wrap:nth-child(2) .pdt_info .wrapper { padding: 0;}


.item_02 .product .pdt_wrap:nth-child(2) .pdt_info .wrapper:nth-child(2) {
    padding: 0 160px;
}

.item_02 .product .pdt_wrap:nth-child(2) .pdt_info .wrapper:nth-child(2) .pdt_txt_1 {
    width: 800px;
    float: right;
    padding-top: 70px;
}

.item_02 .product .pdt_wrap:nth-child(2) .pdt_info .wrapper:nth-child(2) .bd_img {clear: both;width: 100%;}

.item_02 .product .pdt_wrap:nth-child(2) .pdt_info .wrapper:nth-child(2) .bd_img .img_wrap {
    margin: 0;
}
.item_02 .product .pdt_info .wrapper .bd_img_5_wrap{
    padding-top: 25px;
}
.item_02 .product .pdt_wrap:nth-child(2) .pdt_info {
    background: url(../../../img/pdt_mid_bg.png) repeat-x top 470px left;
}

.product .img_wrap.pdt_04_img_02>span {
    left: 0;
    top: 27.5%;
}

.product .img_wrap.bd_img_3.pdt_04_img_03>span.cap_1 {
    left: 8%;
    bottom: 20%;
}

.product .img_wrap.bd_img_3.pdt_04_img_03>span.cap_2 {
    bottom: 19%;
    right: 8%;
    color: #fff;
}
.product .img_wrap.bd_img_3.pdt_04_img_03 strong {font-size:16px}

.product .img_wrap.pdt_04_img_04>span {
    top: 43%;
    right: 12%;
}

.product .img_wrap.pdt_04_img_05>span.cap_1 {bottom: 9%;left: 6%;width: 132px;}
.product .img_wrap.pdt_04_img_05>span.cap_1 strong {font-size:17px}
.product .img_wrap.pdt_04_img_05>span.cap_2 {
    bottom: 8%;
    right: 35%;
}

.img_wrap.pdt_04_img_06>span,
.img_wrap.pdt_04_img_07>span,
.img_wrap.pdt_04_img_08>span,
.img_wrap.pdt_04_img_09>span {
    top: 0;
    left: 0;
    font-size: 22px;
    font-weight: 900;
    color: #000;
    width: 50px;
    height: 50px;
    text-align: left;
    padding-left: 8px;
    border-bottom-right-radius: 50px;
    background: #bdbdbd;
}

.item_02 .product .pdt_wrap:nth-child(3) .pdt_info:after{content:'';position: absolute;bottom: -50px;left: 0;width: 100%;height: 370px;background: #e8ecea;}
.product .img_wrap.pdt_04_img_10>span{
    font-size: 20px;
    font-weight: 700;
}
.product .img_wrap.pdt_04_img_10>span.cap_1 {
    top: 4%;
    right: 22%;
}

.product .img_wrap.pdt_04_img_10>span.cap_2 {
    bottom: 60%;
    left: 2%;
}

.item_02 .product .pdt_wrap:nth-child(2) .pdt_info:after{content:'';position: absolute;bottom: 70px;left: 0;width: 100%;height: 370px;background: #f3f5f4;}


html[lang=en] .product .img_wrap.pdt_04_img_02>span {
    left: -3%;
    top: 27%;
    width: 19%;
}
html[lang=en] .product .img_wrap.pdt_04_img_04>span {
    top: 41%;
    right: 10%;
    width: 27%;
}
html[lang=en] .product .img_wrap.pdt_04_img_05>span.cap_1 {bottom: 5%;left: 4%;width: 21%;background: #FFF;border: 1px solid #000;}
html[lang=en] .img_wrap.pdt_04_img_06>span,
html[lang=en] .img_wrap.pdt_04_img_07>span,
html[lang=en] .img_wrap.pdt_04_img_08>span,
html[lang=en] .img_wrap.pdt_04_img_09>span {
    font-size: 22px;
    font-weight: 900;
    width: 80px;
    height: 45px;
    padding-left: 8px;
    border-bottom-right-radius: 100%;
    background: #bdbdbd;
}
html[lang=en] .product .img_wrap.pdt_04_img_10>span.cap_1 {
    top: 4%;
    right: 22%;
}

html[lang=en] .product .img_wrap.pdt_04_img_10>span.cap_2 {
    bottom: 57%;
    left: 1%;
}


html[lang=zh] .product .img_wrap.pdt_04_img_05>span.cap_1 {bottom: 9%;left: 4%;width: 21%;/* background: #FFF; *//* border: 1px solid #000; */}

html[lang=ru]  .product .img_wrap.pdt_04_img_02>span {
    left: -2%;
    top: 26.5%;
}
html[lang=ru] .img_wrap.pdt_04_img_06>span,
html[lang=ru] .img_wrap.pdt_04_img_07>span,
html[lang=ru] .img_wrap.pdt_04_img_08>span,
html[lang=ru] .img_wrap.pdt_04_img_09>span {
    font-size: 18px;
    font-weight: 900;
    width: 80px;
    height: 45px;
    padding-left: 8px;
    border-bottom-right-radius: 100%;
    background: #bdbdbd;
}

html[lang=ru] .product .img_wrap.pdt_04_img_10>span.cap_1 {
    top: 4%;
    right: 22%;
}

html[lang=ru] .product .img_wrap.pdt_04_img_10>span.cap_2 {
    bottom: 55%;
    left: 1%;
}

html[lang=ru] .product .img_wrap.pdt_04_img_05>span.cap_1 {bottom: 5%;left: 3%;width: 22%;background: #fff;border: 1px solid #000;}
html[lang=ru] .product .img_wrap.pdt_05_img_05>span.cap_1 {bottom: 5%;left: 3%;width: 22%;background: #fff;border: 1px solid #000;}


/*20210226*/
.product .img_wrap span.cap_1.border-red {
    padding: 10px;
    border: 1px solid #ed4522;
    border-radius: 5px;
    background-color: #fff;
   
}
.product .img_wrap.pdt_04_img_05>span.cap_1.border-red{
    width: 161px;
    bottom: 5%;
    left: 4%;
}
.product .img_wrap.pdt_05_img_05>span.cap_1.border-red{
    width: 161px;
    bottom: 5%;
    left: 4%;
}
.product .img_wrap span.cap_1.border-red span{}
.product .img_wrap span.cap_1.border-red strong{
    font-size: 17px;
    font-weight: 700;
    color: #ed4522;
}
.product .img_wrap span.cap_1.border-red:before{content:'';position: absolute;right: 0;top: 50%;transform: translate(50%, -50%);width: 13px;height: 13px;border-radius: 100%;background-color: #fff;}
.product .img_wrap span.cap_1.border-red:after{content:'';position: absolute;right: 0;top: 50%;transform: translate(50%, -50%);width: 7px;height: 7px;border-radius: 100%;background-color: #fff;border: 2px solid #ed4522;}





/*pdt_05*/
.item_02 .over_img.pdt_05_img_01 {
    bottom: -15px;
    top: unset;
}

.item_02 .product .pdt_wrap:first-child .pdt_info>div>div:nth-child(2) {
    width: 1520px;
    margin: 0 auto;
}



.product .img_wrap.pdt_05_img_02>span {
    left: 1%;
    top: 28%;
}
.product .img_wrap.pdt_05_img_03>span strong{
    font-size: 16px;
}
.product .img_wrap.pdt_05_img_03>span.cap_1 {
    left: 8%;
    bottom: 20%;
}
.product .img_wrap.pdt_05_img_03>span.cap_2 {
    right: 8%;
    bottom: 19%;
    color: #fff;
}
.product .img_wrap.pdt_05_img_04>span {
    right: 13%;
    top: 43%;
}
.product .img_wrap.pdt_05_img_05>span.cap_1 {
    left: 6%;
    bottom: 9%;
    width: 131px;
}
.product .img_wrap.pdt_05_img_05>span.cap_1 strong{font-size:17px}
.product .img_wrap.pdt_05_img_05>span.cap_2{
    bottom: 9%;
    right: 35%;
}
.product .img_wrap.pdt_05_img_06>span,
.product .img_wrap.pdt_05_img_07>span {
    top: 0;
    left: 0;
    font-size: 22px;
    font-weight: 900;
    color: #000;
    width: 50px;
    height: 50px;
    text-align: left;
    padding-left: 8px;
    border-bottom-right-radius: 50px;
    background: #bdbdbd;
}
.product .img_wrap.pdt_05_img_8>span{
    font-size: 20px;
    font-weight: 700;
}
.product .img_wrap.pdt_05_img_8>span.cap_1 {
    top: 4%;
    right: 22%;
}

.product .img_wrap.pdt_05_img_8>span.cap_2 {
    bottom: 60%;
    left: 2%;
}

html[lang=en] .product .img_wrap.pdt_05_img_05>span.cap_1 {bottom: 5%;left: 4%;width: 21%;background: #FFF;border: 1px solid #000;}
html[lang=en] .product .img_wrap.pdt_05_img_04>span {
    right: 13%;
    top: 41%;
    width: 27%;
}
html[lang=en] .product .img_wrap.pdt_05_img_06>span,
html[lang=en] .product .img_wrap.pdt_05_img_07>span {
    font-size: 22px;
    font-weight: 900;
    width: 80px;
    height: 45px;
    padding-left: 8px;
    border-bottom-right-radius: 100%;
    background: #bdbdbd;
}
html[lang=en] .product .img_wrap.pdt_05_img_8>span.cap_1 {
    top: 4%;
    right: 22%;
}

html[lang=en] .product .img_wrap.pdt_05_img_8>span.cap_2 {
    bottom: 57%;
    left: 1%;
}


html[lang=zh] .product .img_wrap.pdt_05_img_05>span.cap_1 {bottom: 8%;left: 4%;width: 21%;/* background: #FFF; *//* border: 1px solid #000; */}


html[lang=ru] .product .img_wrap.pdt_05_img_02>span {
    left: 0%;
    top: 27%;
} 
html[lang=ru] .product .img_wrap.pdt_05_img_04>span {
    right: 13%;
    top: 41%;
}
html[lang=ru] .product .img_wrap.pdt_05_img_06>span,
html[lang=ru] .product .img_wrap.pdt_05_img_07>span {
    font-size: 22px;
    font-weight: 900;
    width: 80px;
    height: 45px;
    padding-left: 8px;
    border-bottom-right-radius: 100%;
    background: #bdbdbd;
}
html[lang=ru] .product .img_wrap.pdt_05_img_8>span.cap_1 {
    top: 4%;
    right: 22%;
}

html[lang=ru] .product .img_wrap.pdt_05_img_8>span.cap_2 {
    bottom: 55%;
    left: 1%;
}

/*item_03*/
/*pdt_06*/
.item_03 .product .pdt_wrap:first-child .pdt_info .wrapper,
.item_03 .product .pdt_wrap:nth-child(2) .pdt_info .wrapper { padding: 0;}


.item_03 .product .over_img{
    top: -20px;
}


.product .img_wrap.pdt_06_img_01>span {}

.product .img_wrap.pdt_06_img_01>span.cap_1 {
    left: 17%;
    bottom: 5.5%;
}

.product .img_wrap.pdt_06_img_01>span.cap_2 {
    right: 42%;
    bottom: 5.5%;
}

.product .img_wrap.pdt_06_img_02>span {
    left: 47%;
    bottom: 27%;
}



.product .img_wrap.pdt_13_img_03>span.cap_1 {
    left: 5%;
    top: 29.5%;
}
.product .img_wrap.pdt_13_img_03.pdt_8500>span.cap_1 {
    left: 5%;
    top: 29.5%;
}

.product .img_wrap.pdt_13_img_03>span.cap_1 {
    left: 0%;
    top: 39.5%;
}

.product .img_wrap.pdt_06_img_03>span.cap_1 {
    left: 0%;
    top: 39.5%;
}
.product .img_wrap.pdt_06_img_03>span.cap_2 {
    top: 38.8%;
    right: 20%;
}
.product .img_wrap.pdt_13_img_05>span.cap_1.border-red{
    width: 161px;
    bottom: 5%;
    left: 12%;
}
.product .img_wrap.pdt_13_img_05>span.cap_2 {
    right: 31%;
    bottom: 8%;
}

.product .img_wrap.pdt_06_img_04>span {
    left: 43%;
    top: 40%;
}

.item_03 .product .bd_img_3_wrap {
    width: 520px;
    display: inline-block;
}

.item_03 .product .pdt_wrap:nth-child(2) .wrapper>div:nth-child(2) {
    text-align: right;
}

.item_03 .img_wrap.bd_img_3.pdt_06_img_04 {
    margin-right: 0;
}
.img_wrap.shw_box.bd_img_4.pdt_06_img_05,
.img_wrap.shw_box.bd_img_4.pdt_06_img_06 {
  text-align: center;
}
.img_wrap.shw_box.bd_img_4.pdt_06_img_05 img, 
.img_wrap.shw_box.bd_img_4.pdt_06_img_06 img {
  max-width: 380px;
}


html[lang=en] .product .img_wrap.pdt_06_img_01>span.cap_1 {
    left: 14%;
    bottom: 5.5%;
    width: 22%;
}

html[lang=en] .product .img_wrap.pdt_06_img_01>span.cap_2 {
    right: 10%;
    bottom: 5.5%;
    width: 35%;
}
html[lang=en] .product .img_wrap.pdt_06_img_02>span {
    left: 37%;
    bottom: 27%;
    width: 35%;
}


html[lang=ru] .product .img_wrap.pdt_06_img_01>span.cap_1 {
    left: 15%;
    bottom: 5.5%;
    width: 20%;
}

html[lang=ru] .product .img_wrap.pdt_06_img_01>span.cap_2 {
    right: 10%;
    bottom: 5.5%;
    width: 35%;
}
html[lang=ru] .product .img_wrap.pdt_06_img_02>span {
    left: 38.5%;
    bottom: 27%;
    width: 32%;
}
