
.prodet-page .pro-body,
.customize-page .pro-body {
  border-bottom: 1px solid #000000;
  margin-bottom: 46px;
}
.prodet-page .pro-body .pro-title,
.customize-page .pro-body .pro-title {
  display: inline-block;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  padding: 0 42px;
}


.customize-page{
}
.customize-page .top{
  padding-bottom: 30px;
}
.customize-page .top .left{
  position: relative;
  width: 512px;
  height: 512px;
  margin-top: 100px;
}
.customize-page .top .left .cover{
  position: absolute;
  width: 391px;
  height: 391px;
  top: 50%;
  left: 50%;
  margin-top: -195px;
  margin-left: -190px;
  z-index: 9;
  background: url(../images/customize-cover.png) no-repeat center;
}
.customize-page #color{
  position: absolute;
  width: 194px;
  height: 161px;
  top: 0%;
  left: 0%;
  overflow: hidden;
  z-index: 8;
  opacity: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.customize-page .top .right{
  width: 544px;
  padding-right: 68px;
  padding-top: 50px;
}
.customize-page .top .right .title{
  font-size: 30px;
  color: #5b5b5b;
  padding-bottom: 18px;
}
.customize-page .top .right .abst{
  font-size: 16px;
  line-height: 30px;
}
.customize-page .top .right .quantity{
  padding-top: 35px;
}
.customizelist li{
  float: left;
  width: 15%;
  margin-right: 2%;
  margin-bottom: 20px;
  border: 3px solid #d1d1d1;
  cursor: pointer;
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
}
.customizelist li.active{
	border: 3px solid #43a047;
}
.customizelist li .img{
  width: 100%;
  padding-top: 123%;
  background-repeat: no-repeat;
  background-position: center; 
  background-size: cover;
}
.customizelist li.select{
  position: relative;
  background: #d1d1d1 url('../images/customize-add.png') no-repeat center;
}
.customizelist li.select input{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}
.customizelist li:nth-of-type(6n){
  margin-right: 0;
}
.customize-page .btn{
  padding-top: 10px;
  text-align: right;
}
.customize-page .btn button{
  width: 118px;
  text-align: center;
}
#form-cover{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: rgba(0,0,0,0.6);
  z-index: 999;
}
#form-cover .form{
  border-top: 8px solid #43a047;
}
#form-cover .close{
    position: absolute;
    top: -8px;
    right: -45px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: #43a047 url(../images/close-ico.png) no-repeat center center;
  }
#form-cover .form{
  padding: 50px 20px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -240px;
  margin-left: -250px;
  width: 500px;
  background: #fff;
}
.cust-form{
  line-height: 40px;
  color: #777;
}
.cust-form .iptTxt{
  display: block;
      box-shadow: 0 0 8px 0 #cccccc;
    -webkit-box-shadow: 0 0 8px 0 #cccccc;
    -moz-box-shadow: 0 0 8px 0 #cccccc;
    -ms-box-shadow: 0 0 8px 0 #cccccc;
    -o-box-shadow: 0 0 8px 0 #cccccc;
            font-size: 13px;
    padding: 0 15px;
    border: 1px solid #dedede;
    height: 40px;
    line-height: 40px;
        outline: none;
    color: #777;
}
.cust-form .fl label{
  color: #777;
  font-size: 12px;
    line-height: 40px;
}
.cust-form input[type="text"],
.cust-form input[type="email"],
.cust-form input[type="number"]{
  width: 100%;
}
.cust-form .btnTjly{
      font-size: 15px;
    transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    width: 100%;
    height: 38px;
    background: #43a047;
    border: none;
    cursor: pointer;
    color: #fff;
      box-shadow: 0 0 8px 0 #cccccc;
    -webkit-box-shadow: 0 0 8px 0 #cccccc;
    -moz-box-shadow: 0 0 8px 0 #cccccc;
    -ms-box-shadow: 0 0 8px 0 #cccccc;
    -o-box-shadow: 0 0 8px 0 #cccccc;
}
input,
button{
  outline: none;
}

.cust-form{
  padding-top: 10px;
} 
.cust-form .iptBtn .fl{
  width: 70px;
}
.cust-form .iptBtn .fr{
  width: 400px;
}
.cust-form li + li{
  margin-top: 14px;
}
.cust-form .color .file{
  width: 74px;
  display: inline-block;
  margin-left: 16px;
}
.cust-form .btnLi{
  padding-top: 22px;
}
.cust-form span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors{
  font-size: 12px;
}

div.wpcf7 img.ajax-loader{
	width: auto;
    float: right;
}

.alm-btn-wrap,
.alm-btn-wrap a{
  color: #43a047;
}
.inner-banner .title{
  display: none;
}