#box{
	width: 1250px;
	max-width: 100%;
	margin: 0 auto;
	display: block;
	position: relative;
    margin-top: 95px;
    font-size: 0;
    padding-bottom: 118px;
}
#box.box1{
	width: 100%;
}
#box.en .box-step-confirm-list ul li label span, .box-step-customize,
#box.en .box-step,
#box.en .box-center-bottom-left h2{
    font-family: 'Teko';
}
#box.en .box-center-top-removed a{
	width: 140px;
}
#box.en .box-right-first li:first-child,
#box.en .box-right-list li:first-child,
#box.en .box-right-first li:last-child,
#box.en .box-right-list li:last-child{
	width: 136.2px;
}
#box.en .box-right-first li,
#box.en .box-right-list li{
	width: 60px;
}
.box-tittle{
	font-size: 24px;
	text-align: center;

}
.box-tittle h1{
	display: inline;
	padding-bottom: 15px;
	border-bottom: 1px solid #ff0000;
	letter-spacing: 2px;
	font-weight: bold;
}
.box-tittle span{
	font-family: 'Teko';
}
.box-step{
	font-size: 22px;
	text-align: center;
	letter-spacing: 2px;
	padding-top: 100px;
}
.box-step2,
.box-step3{
	text-align: left;
    float: left;
    padding-top: 20px;
}

.box-step span{
	font-size: 36px;
	letter-spacing: 2px;
	color: #ff0000;
}
.box1 .box-step span{
	font-size: 27px;
}
#box-step-confirm{
    font-size: 18px;
    width: 500px;
    margin: 0 auto;
    border: 1px solid #ff0000;
    z-index: 1;
}
.box-step-confirm-list{
	margin:50px 0 ;
}
.box-step-confirm-list ul li{
	font-size: 30px;
    width: 250px;
    max-width: 100%;
    text-align: left;
}
#box-step2-confirm{
	display: none;
}
.box-step2-arrow{
	font-size: 16px;
	letter-spacing: 2px;
	display: none;
}
.box-step2-arrow_1,
.box-step2-arrow_2{
	position: absolute;
	top: 50%;
}
.box-step2-arrow_1{
	left: -315px;
}
.box-step2-arrow_2{
	left: 1260px;
    width: 250px;
    max-width: 100%;
}

.box-step2-arrow_2 span{
	display: inline-block;
	vertical-align: middle;
	width: 180px;
    text-align: justify;
}
.box-step2-arrow_1:after{
	content: url('../img/arrow-next.png');
	width: 40px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.box-step2-arrow_2:before{
	content: url('../img/arrow-prev.png');
	width: 40px;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	margin-right:10px;
}
.box-step3-mask{
	position: relative;
	width: 100%;
	height: 100%;
}
.box-step3-mask:after{
	content: 'normal';
	font-size: 0;
	width: 100%;
	height: 100%;
	display: block;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.box-step-confirm-list ul li input[type="radio"]{
	position: absolute;
	outline: none;
	opacity: 0;
}
.box-step-confirm-list ul li input[type="radio"]:checked ~ label:before{
	background-color:#ff0000;
}
.box-step-confirm-list ul li label span,
.box-step-customize{
	display: inline-block;
	vertical-align: middle;
}
.box-step-confirm-list ul li label:before{
	content: '';
	width: 10px;
	height: 10px;
	border:1px solid #ff0000 ;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}
#box_w, #box_h{
	border: 0;
	border-bottom:1px solid #ff0000 ;
	height: 25px;
	line-height: 25px;
}
#toko{
	font-family: 'Teko';
}
.box-next-step{
	font-size: 24px;
	background-color: #ff0000;
	margin-top:40px;
	padding: 5px 45px;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
}
.box-step-close,
.box-step2-close{
    font-size: 25px;
	display: none;
	float: right;
	padding-top: 46px;
	color: #aaa;
    font-weight: bold;
    transition: all .3s linear;
}
.box-step-close:hover,
.box-step2-close:hover{
    letter-spacing: 2px;
}
.box-step-close span,
.box-step2-close span{
	color: #d61619;
}
#box-step3-right >div{
	display: table-cell;
	vertical-align: middle;
}
#box-step3-confirm{
	display: none;
}
.box-center{
	float: left;
	display: block;
	/* width: calc( 100% - 504px ); */
	width: 55.6%;
	/* width: calc( 100% - 504px ); */
	max-width: 100%;
	/* margin-right: 20px; */
	border: 1px solid #d61619;
	opacity: 0;
	animation: fadeInRight 1s linear 0.5s 1 forwards;
}
.box-right{
	float: right;
	display: block;
	/* width: 460px; */
	max-width: 100%;
	opacity: 0;
	animation: fadeInRight 0.5s linear 1.5s 1 forwards;
}
#box-step3-right{
	display: none;
	width: 458px;
    /* border: 1px solid #d61619; */
    animation: none;
    opacity: 1;
}
.box-left-top a{
	font-size: 18px;
	background-color: #959495;
	border-radius: 5px;
	color: #fff;
	display: block;
	width: 160px;
	max-width: 100%;
	margin:0 auto ;
	text-align: center;
	margin-top: 15px;
    letter-spacing: 5px;
    padding: 6px 0;
}
.box-left-top .red{
	background-color: #d61619;
	margin-bottom: 20px;
}
.box-left-center{
	font-size: 18px;
	width: 320px;
	max-width: 100%;
	margin:0 auto;

}
.box-left-center h2{
	color: #555555;
}
.box-left-center-list{
	border-top:3px solid  #d61619;
	border-bottom:3px solid  #d61619;
	padding:10px 0 ;
	margin-bottom: 20px;
}
.box-left-center-list ul{
	font-size: 0;
    padding: 10px 0;
}
.box-left-center-list ul li{
	display: inline-block;
	font-size: 16px;
	color: #000;
	vertical-align: middle;
}
.box-left-center-list ul li:first-child{
	width: calc( 100% / 2 - 30px );
	text-align:left;
}
.box-left-center-list ul li:nth-child(2){
	width: 30px;
	height: 30px;
    text-align: center;
    border: 2px solid rgb(85, 85, 85);
    border-radius: 50%;
}
.box-left-center-list ul li:last-child{
	width: calc( 100% / 2 - 30px );
	text-align: right;
}
.box-left-bottom{
	text-align: center;
}
.box-left-bottom a{
	font-size: 18px;
	background-color: #d61619;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	width: 160px;
	max-width: 100%;
	margin:0 auto ;
	text-align: center;
	margin-top: 15px;
    letter-spacing: 5px;
    padding: 6px 0;
}
.box-left-bottom a:first-child{
    margin-right: 20px;
}
.box-left-bottom .blue{
	background-color: #457dc0;
	margin-bottom: 20px;
}
.box-center-top{
	padding: 10px 0 ;
	font-size: 16px;
	border-bottom: 1px solid #d61619;
}
.box-center-top-rotate{
	float: left;
	margin-left: 70px;
}
.box-center-top-removed{
	float: right;
	margin-right: 20px;
}
.box-center-top-rotate a{
	width: 120px;
	background-color: #434343;
	letter-spacing: 2px;
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 1px 0;
}
.box-center-top-removed a{
	width: 120px;
	background-color: #d61619;
	letter-spacing: 2px;
	color: #fff;
	display: block;
	text-align: center;
	padding: 1px 0;
}
.box-center-bottom-left{
	float: left;
	width: 50px;
	max-width: 100%;
	font-size:24px ;
	text-align: center;
}
.box-center-bottom-left h2{
	letter-spacing: 3px;
    margin-left: 4px;
}
.box-center-bottom-left ul li a .color_div{
	border:1px solid #555555;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin:0 auto;
	margin-top: 10px;
}
.box-center-bottom-left ul li:last-child{
	margin-bottom: 10px;
}
.box-center-bottom-right{
	float: right;
	width: calc( 100% - 57px );
    border-left: 1px solid #d61619;
    min-height: 422px;
    overflow: hidden;
}
.box-center-bottom-right-length{
	position: absolute;
	font-size: 50px;
	color: #aaaaaa;
	top: calc( 55% - 80px );
	left: calc( 65% - 165px );
	display: none;
}
.box-right-first,
.box-right-list{
    border: 3px solid #fff;
    border-bottom: 0;
    border-top: 0;
}
.box-right-list.active{
	border: 3px solid #000;
}
.box-right-first li,
.box-right-list li{
	width: 40px;
	border: 1px solid #d61619;
	display: inline-block;
	vertical-align: top;
	font-size:18px ;
	text-align: center;
	height: 38px;
	line-height: 38px;
    overflow: hidden;
}
.box-right-first li:first-child,
.box-right-list li:first-child,
.box-right-first li:last-child,
.box-right-list li:last-child{
	width: 165.2px;
}
.box-right-list li a.img{
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 25%;
}
.box-right-list li a.img span{
	left: 0;
}
#canvas{
    background-color: #eee;

    position: relative;
}
.gridlines {
    display: none;
    position: absolute;
    background-color: rgba(67,67,67,0.2);
}
#confirm_div{
    font-size: 18px;
    background-color: #d61619;
    width: 250px;
    margin: 0 auto;
    margin-top: 150px;
    color: #fff;
    padding: 10px;
    position: relative;
    z-index: 1;
}
#box_w,
#box_h{
	text-align: center;
}
.square{
	position:absolute;
	/* border:1px solid #000; */
/* 	left:5px;
	top:5px; */
	background-color:#ccc;
	opacity: 0.7;
    z-index: 1;
    background-size: cover;
    background-repeat: no-repeat;
    /* border: 10px double #fff; */
    transform: rotate(0deg);
}
.square >div{
    border: 10px double #eee;
    width: calc( 100% - 20px);
    height: calc( 100% - 20px);

}
#canvas_sub_tb{
	position: relative;
}
.canvas_img{
    width: auto;
    height: 100%;
    margin: auto;
    display: block;
}
.margin-box-right{
	display: none;
}
.box1 .margin-box-left,
.box1 .margin-box-right{
	width: 50%;
	display: inline-block;
	vertical-align: top;
}
.rwd-box-title-box{
	padding-top: 100px;

}

.rwd-box-title{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	display: block;
}
.rwd-box-title2{
	font-size: 20px;
	letter-spacing: 1px;
	text-align: center;
	padding-bottom: 10px;
}
.rwd-box-size-block{
	width: 800px;
	max-width: 100%;
	margin: 0 auto;
	border: 1px solid #ff0000;
	box-sizing: border-box;
}

.rwd-box-size-list-box{
	box-sizing: border-box;
	padding: 10px 20px;
	width: 100%;
	display: block;
	padding-bottom: 0;
}
.rwd-box-size-list{
	width: 32%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
}

.rwd-box-size-list:nth-child(3n+2){
	margin: 0 2%;
}
.rwd-box-size{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 2px;
}
.rwd-box-color-box{
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 5px ;
}
.rwd-box-color{
	display: inline-block;
	vertical-align: top;
	width: 25%;
	text-align: center;
}
.rwd-box-color{
	margin-bottom: 5px;
}
.rwd-box-color span{
    display: inline-block;
    width: 12px;
    height: 12px;
    margin:0 3px;	
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #000;
    box-sizing: border-box;
}
.rwd-box-title-box,.box-step{
	padding-top: 30px;
}
.rwd-box-buy-button{
	width: 200px;
	max-width: 100%;
	margin: 0 auto;
	height: 50px;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
	border: 2px solid #e61e19;
	margin-top: 20px;
	display: block;
	transition: all .3s linear;
	font-size: 24px;
	font-family: 'cwTeXYen';
	font-weight: bold;
	letter-spacing: 2px;
	cursor: pointer;
	color:  #e61e19;
}
.discount-box{
	width: 330px;
	text-align: center;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
}
@media only screen and (max-width: 1680px){
	.box-step2-arrow_1{
	    left: -165px;
	}
	.box-step2-arrow_1 span{
	    display: inline-block;
	    width: 121px;
	    vertical-align: top;
	}
	.box-step2-arrow_1:after{
		margin-left: 0;
		vertical-align: top;
	}
	.box-step2-arrow_2{
	    width: 180px;
	}
	.box-step2-arrow_2 span{
		width: 130px;
	}
	.box-step2-arrow_2 span,
	.box-step2-arrow_2:before{
		vertical-align: top;
	}
}
@media only screen and (max-width: 1600px){

	.box-step2-arrow_2 {
	    width: 150px;
	}
	.box-step2-arrow_2 span{
	    width: 100px;
	}
	.box1 .margin-box-left{
		width: 600px;
	}
	.box1 .margin-box-right{
		width: calc(100% - 600px);
	}
	#box-step-confirm{
		width: 500px;
	}
}
@media only screen and (max-width: 1500px){
	.box-step2-arrow_1,
	.box-step2-arrow_2{
		-webkit-writing-mode: vertical-lr;
		writing-mode: vertical-lr;
	    top: 40%;
	}
	.box-step2-arrow_1{
	    left: -45px;
	}
	.box-step2-arrow_1 span,
	.box-step2-arrow_2 span{
	    width: auto;
	}
	.box-step2-arrow_1:after{
		position: relative;
		display: block;
		top: -45px;
		left: -30px;
	}

	.box-step2-arrow_2{
	    left: 1255px;
	    width: 45px;
	}
	.box-step2-arrow_2 b{
		display: block;
	}
	.box-step2-arrow_2 span, .box-step2-arrow_2:before{
		left: 0;
	    margin: 0;
	}
}
@media only screen and (max-width: 1400px){
	.rwd-box-size-block{
		width: 730px;
	}
	.rwd-box-color span{
		margin-right: 3px;
	}
}
@media only screen and (max-width: 1280px){
	#box-step-confirm{
		width: 400px;
	}
	.box1 .margin-box-left{
		width: 500px;
	}
	.box1 .margin-box-right{
		width: calc(100% - 500px);
	}
	.rwd-box-color span{
		border-radius: 0;
		width: 100%;

	}
	.rwd-box-color select{
		width: 100%;
	}
}
@media only screen and (max-width: 1000px){
	.box1 .margin-box-left{
		display: none;
	}
	.box1 .margin-box-right{
		width: 100%;
	}
	.rwd-box-color span{
		border-radius: 50%;
		width: 12px;

	}
	.rwd-box-color select{
		width: 45px;
		-moz-border-radius: 0px;
		-webkit-border-radius: 0px;
		border-radius: 0px;
		background-color: #FFF;
	}
	.rwd-box-size-list-box{
		padding: 10px;
	}
	.rwd-box-size-block{
		width: 750px;
	}
	#box.box1{
		margin-top: 105px;
	}
}
@media only screen and (max-width: 750px){
	.rwd-box-size-block{
		width: 550px;
	}
	.rwd-box-size-list{
		width: 49%;
	}
	.rwd-box-size-list:nth-child(3n+2){
		margin: 0;
	}
	.rwd-box-size-list:nth-child(even){
		margin-left: 0;
	}
	.fixd-footer.close .index-products-title:after{
		display: none;
	}
}
@media only screen and (max-width: 550px){
	.rwd-box-size-block{
		width: 340px;
	}
	.rwd-box-size-list{
		width: 100%;
		display: block;
		margin-bottom: 10px;
	}
	.rwd-box-size-list:nth-child(even),
	.rwd-box-size-list:nth-child(3n+2){
		margin-bottom: 10px;
	}
}