/*改写-----Begin*/
body { /*background: #FFF;*/ }

.xr-hd-logo h1,
.xr-hd-logo span {
	/*
  left: 15%;
  top: 75%;
  */
}


/*本站自定义-----Begin*/
/*
.xr-foxwelluk-bg {
  background-image: -webkit-linear-gradient(0deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.40) 100%);
  background-image: -moz-linear-gradient(0deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.40) 100%);
  background-image: -o-linear-gradient(0deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.40) 100%);
  background-image: linear-gradient(0deg,rgba(0,0,0,0.80) 0%,rgba(0,0,0,0.40) 100%);
}


.xr-foxwelluk-box-ctrl {
  -webkit-box-shadow: 0rem 0.25rem 0.5rem rgba(0,0,0,0.2);
  box-shadow: 0rem 0.25rem 0.5rem rgba(0,0,0,0.6);
  z-index: 101;
  -webkit-transform: translate3d(0, -0.25rem, 0);
  transform: translate3d(0, -0.25rem, 0);
  border-radius: 8px;
  border: 2px solid rgba(255,255,255,0);
}
.xr-foxwelluk-box-ctrl:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
  border: 2px solid rgba(236,129,2,1.0);
  z-index: 100;
}
*/



/*
Credit Card Checkout iframe Height
经研究，该远程页面的高度总是100%，无法通过js等方式进行自适应高度调整，估采用此方法
*/
.xr-ifrm-credit-chot {
    height: 430px;
    border-style: none;
    margin: 0px auto;
    overflow: auto;
}

@media (max-width:768px) {
  .xr-ifrm-credit-chot {
    height: 460px;
  }
}