.order-bot .block {
  position: relative;
  width: 100%; }

.order-bot .block-in {
  position: relative;
  max-width: 1100px;
  margin: 0 auto; }

.order-bot .block-in:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  font-size: 0; }

.order-bot {
  background: #f2f2f2; }

.order-bot .block-in {
  padding: 30px 0 36px;
  text-align: center; }

.order-bot .block-in .block-title {
  margin: 0 20px 24px; }

.order-bot .block-in .btn-wrap {
  position: relative;
  width: 320px;
  margin: 0 auto;
  text-align: center; }

.order-bot .block-in .btn-wrap .btn {
  background: #ec4432; }

.order-bot .block-in .btn-wrap .btn:hover {
  color: #fff;
  background: #f12813; }

.order-bot.inverse .block-in .btn-wrap .btn {
  background: #ec4432; }

.order-bot .block-in .btn-wrap .btn.type3 {
  font-size: 21px; }

.order-bot .block-in .btn-wrap .btn.type3 .btn-arr {
  position: relative;
  float: left;
  width: 52px;
  height: 48px;
  margin: 0 18px 0 -26px;
  background: rgba(0, 0, 0, 0.2);
  font-size: 0;
  line-height: 0;
  text-align: center;
  vertical-align: top; }

.order-bot .block-in .btn-wrap .btn.type3 .btn-arr:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -2px;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3); }

.order-bot .block-in .btn-wrap .btn.type3 .btn-arr:after {
  content: '';
  position: relative;
  display: inline-block;
  top: 50%;
  width: 29px;
  height: 29px;
  margin: -14px 0 0;
  background: rgba(0, 0, 0, 0.2) url(/g/s3/lp/img/lp4//btn-arr.png) 50% no-repeat;
  -webkit-border-radius: 29px;
  -moz-border-radius: 29px;
  border-radius: 29px;
  vertical-align: middle; }

@media screen and (max-width: 1023px) {
  .order-bot .block-in {
    padding-left: 20px;
    padding-right: 20px; } }

@media screen and (max-width: 479px) {
  .order-bot .block-in .btn-wrap {
    width: auto; } }

.order-bot .btn {
  position: relative;
  display: inline-block;
  height: 48px;
  padding: 0 26px;
  margin: 0;
  overflow: hidden;
  background: #ec4432;
  border: 1px solid #000;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 5px -1px rgba(0, 0, 0, 0.3);
  font-size: 25px;
  line-height: 48px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  cursor: pointer;
  outline: none; }
.order-bot.inverse{
  background: #212121;
}
.order-bot.inverse .block-in .block-title{
  color: #fff;
}