.list {
  padding-top: 14px;
  padding-bottom: 20px;
}
.list .list-filter,
.list .list-box {
  background: #fff;
}
.list .list-filter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px 0 0;
  margin-bottom: 20px;
}
.list .filter-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list .filter-item:nth-child(1) .filter-label {
  background: url("../images/icon-hot.png") 37px 41px no-repeat;
}
.list .filter-item:nth-child(2) .filter-label {
  background: url("../images/icon-menu.png") 35px 33px no-repeat;
}
.list .filter-item:nth-child(3) .filter-label {
  background: url("../images/icon-sertings.png") 35px 21px no-repeat;
}
.list .filter-label {
  width: 150px;
  padding-left: 56px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333333;
}
.list .filter-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}
.list .filter-server {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.list .filter-server .filter-select {
  margin-right: 14px;
}
.list .filter-server .select {
  width: 120px;
}
.list .filter-server .filter-server-pop {
  position: absolute;
  border: 1px solid #5199FF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  top: 55px;
  background: #fff;
  z-index: 10;
}
.list .filter-server .pop-game {
  width: 920px;
  left: 0;
}
.list .filter-server .pop-game:before {
  left: 100px;
}
.list .filter-server .pop-game .pop-game-type {
  margin: 0 20px 14px 20px;
  line-height: 40px;
  border-bottom: 1px solid #e4e4e4;
}
.list .filter-server .pop-game .pop-game-type span {
  margin-right: 15px;
  display: inline-block;
  cursor: pointer;
}
.list .filter-server .pop-game .pop-game-type span.active,
.list .filter-server .pop-game .pop-game-type span:hover {
  color: #5199FF;
}
.list .filter-server .pop-game .pop-game-search {
  margin: 0 20px 20px 20px;
}
.list .filter-server .pop-game .pop-game-search .input {
  width: 360px;
  margin-right: 20px;
}
.list .filter-server .pop-game .pop-game-letters {
  margin: 0 20px 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list .filter-server .pop-game .pop-game-letters span {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  cursor: pointer;
  line-height: 20px;
}
.list .filter-server .pop-game .pop-game-letters span:nth-child(1),
.list .filter-server .pop-game .pop-game-letters span:nth-child(2) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.list .filter-server .pop-game .pop-game-letters span.active,
.list .filter-server .pop-game .pop-game-letters span:hover {
  color: #5199FF;
}
.list .filter-server .pop-game .pop-game-box {
  position: relative;
  border-top: 1px solid #5199FF;
}
.list .filter-server .pop-game .pop-game-box ul {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: auto;
  height: 160px;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.list .filter-server .pop-game .pop-game-box ul li {
  width: 100px;
  text-align: center;
  margin-right: 50px;
  border-bottom: 1px solid #e5e5e5;
  line-height: 22px;
  margin-bottom: 18px;
  padding-bottom: 6px;
  cursor: pointer;
}
.list .filter-server .pop-game .pop-game-box ul li:nth-child(6n) {
  margin-right: 0;
}
.list .filter-server .pop-game .pop-game-box ul li a.active,
.list .filter-server .pop-game .pop-game-box ul li a:hover {
  color: #5199FF;
}
.list .filter-server .pop-game .pop-game-box .up-arrow {
  position: absolute;
  width: 10px;
  height: 10px;
  left: 28px;
}
.list .filter-server .pop-game .pop-game-box .up-arrow:before {
  left: 0;
}
.list .filter-server .pop-region,
.list .filter-server .pop-server {
  width: 370px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
}
.list .filter-server .pop-region:before,
.list .filter-server .pop-server:before {
  left: 235px;
}
.list .filter-server .pop-region ul,
.list .filter-server .pop-server ul {
  max-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.list .filter-server .pop-region ul li,
.list .filter-server .pop-server ul li {
  text-align: center;
  width: 70px;
  border-bottom: 1px solid #e5e5e5;
  margin-right: 10px;
  line-height: 22px;
  margin-bottom: 18px;
  padding-bottom: 6px;
  cursor: pointer;
}
.list .filter-server .pop-region ul li a.active,
.list .filter-server .pop-server ul li a.active,
.list .filter-server .pop-region ul li a:hover,
.list .filter-server .pop-server ul li a:hover {
  color: #5199FF;
}
.list .filter-server .pop-region ul li:nth-child(4n),
.list .filter-server .pop-server ul li:nth-child(4n) {
  margin-right: 0;
}
.list .filter-server .pop-server {
  left: 140px;
}
.list .filter-server .pop-server:before {
  left: 230px;
}
.list .filter-item:first-child .filter-label {
  padding-top: 40px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.list .filter-item:first-child .filter-content {
  padding-bottom: 0;
}
.list .filter-item:last-child .filter-label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-top: 20px;
}
.list .filter-item:last-child .filter-content {
  border: 0;
}
.list .game-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list .game-icon a {
  width: 110px;
  height: 69px;
  margin: 0 2px 15px 2px;
}
.list .game-icon a p {
  height: 69px;
  overflow: hidden;
  position: relative;
}
.list .game-icon a p span {
  font-size: 12px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 4px;
  display: block;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list .game-icon a img {
  display: block;
  width: 100%;
}
.list .filter-advance .tag {
  margin-right: 35px;
  cursor: pointer;
}
.list .filter-advance .tag.active,
.list .filter-advance .tag:hover {
  color: #5199FF;
}
.list .filter-advance .advance-tags-sub {
  margin-top: 29px;
}
.list .filter-advance .tags-sub-normal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.list .filter-advance .tags-sub-item {
  line-height: 24px;
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  padding: 0 10px;
  margin-right: 14px;
  cursor: pointer;
}
.list .filter-advance .tags-sub-item.active,
.list .filter-advance .tags-sub-item:hover {
  border-color: #5199FF;
  color: #5199FF;
}
.list .filter-advance .tags-sub-input,
.list .filter-advance .tags-sub-btn {
  width: 80px;
  height: 26px;
  line-height: 26px;
}
.list .filter-advance .tags-sub-btn {
  margin-left: 30px;
}
.list .filter-advance .tags-sub-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.list .filter-advance .tags-sub-checkbox ul {
  width: 755px;
  max-height: 250px;
  -ms-flex-line-pack: start;
      align-content: start;
}
.list .filter-advance .tags-sub-checkbox ul li {
  line-height: 16px;
  cursor: pointer;
  width: 24%;
  margin-bottom: 18px;
  white-space: nowrap;
  overflow: hidden;
}
.list .list-box {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list .list-box .list-top {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list .list-box .list-sort .sort-item {
  display: inline-block;
  padding: 0 35px 0 25px;
  border-right: 1px solid #e5e5e5;
  position: relative;
}
.list .list-box .list-sort .sort-item.active {
  color: #5199FF;
}
.list .list-box .list-sort .sort-item .up,
.list .list-box .list-sort .sort-item .down {
  width: 0;
  height: 0;
  display: block;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  right: 20px;
}
.list .list-box .list-sort .sort-item .up {
  top: 3px;
  border-bottom: 4px solid #999;
}
.list .list-box .list-sort .sort-item .up.active {
  border-bottom-color: #5199FF;
}
.list .list-box .list-sort .sort-item .down {
  top: 10px;
  border-top: 4px solid #999;
}
.list .list-box .list-sort .sort-item .down.active {
  border-top-color: #5199FF;
}
.list .list-box .list-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list .list-box .list-pager .page-last,
.list .list-box .list-pager .page-next {
  border: 1px solid #E5E5E5;
  border-radius: 2px;
  width: 14px;
  height: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 10px;
}
.list .list-box .list-pager .page-last:before,
.list .list-box .list-pager .page-next:before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  position: absolute;
  top: 3px;
}
.list .list-box .list-pager .page-last {
  margin-right: 10px;
}
.list .list-box .list-pager .page-last:before {
  left: 4px;
  border-right: 3px solid #d8d8d8;
}
.list .list-box .list-pager .page-next:before {
  left: 5px;
  border-left: 3px solid #d8d8d8;
}
.list .list-box .list-ul li {
  position: relative;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #E5E5E5;
}

.list .list-box .list-ul li .shadowname {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100px;
  height: 25px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  letter-spacing: 2px;
  color: #ffffff;
  text-align: center;
  line-height: 25px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list .list-box .list-ul li .list-img {
  width: 100px;
  height: 100px;
  display: block;
}
.list .list-box .list-ul li .list-img img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 4px;
}
.list .list-box .list-ul li .list-meta {
  margin: 0 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.list .list-box .list-ul li .list-meta h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 14px;
}
.list .list-box .list-ul li .list-meta h3 a {
  color: #333;
}
.list .list-box .list-ul li .list-meta p {
  margin-bottom: 12px;
}
.list .list-box .list-ul li .list-meta .list-tips {
  margin-bottom: 12px;
}
.list .list-box .list-ul li .list-meta .list-tags .tag {
  font-size: 12px;
  color: #fff;
  background: #FF5137;
  border-radius: 2px;
  padding: 0 2px;
  margin-right: 5px;
}
.list .list-box .list-ul li .list-des {
  width: 190px;
  margin-right: 16px;
  line-height: 30px;
}
.crumb {
  font-size: 12px;
  margin-bottom: 10px;
}
.detail {
  padding-top: 20px;
}
.detail .detail-box {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail .detail-pic {
  width: 390px;
  margin-right: 40px;
}
.detail .pic-big {
  width: 390px;
  height: 390px;
  display: block;
  margin-bottom: 12px;
  background: #f5f5f5;
  -o-object-fit: contain;
     object-fit: contain;
}
.detail .pic-small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.detail .pic-list {
  width: 350px;
  overflow: hidden;
  padding-top: 8px;
}
.detail .pic-list ul {
  white-space: nowrap;
  font-size: 0;
  width: auto;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.detail .pic-list li {
  display: inline-block;
  margin-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80px;
  height: 80px;
  cursor: pointer;
}
.detail .pic-list li.active {
  position: relative;
}
.detail .pic-list li.active:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 3px solid #128DE0;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail .pic-list li.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 8px solid #128DE0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  left: 50%;
  margin-left: -8px;
  top: -8px;
}
.detail .pic-list img {
  width: 80px;
  height: 80px;
  display: block;
}
.detail .pic-last,
.detail .pic-next {
  width: 16px;
  height: 40px;
  background: #CCC;
  margin-top: 28px;
  cursor: pointer;
  position: relative;
}
.detail .pic-last:after,
.detail .pic-next:after {
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  left: 5px;
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.detail .pic-next:after {
  left: 1px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.detail .detail-meta {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.detail .detail-meta h2 {
  font-size: 18px;
  color: #333;
  line-height: 22px;
  margin-bottom: 20px;
}
.detail .detail-meta-content {
  line-height: 20px;
}
.detail .detail-meta-content p {
  margin-bottom: 14px;
  color: #333;
}
.detail .detail-meta-content p strong {
  color: #999;
  font-weight: normal;
}
.detail .detail-meta-content p span {
  margin-left: 24px;
}
.detail .detail-time {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail .detail-time strong {
  font-weight: normal;
  color: #999;
}
.detail .detail-time ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.detail .detail-time ul li {
  width: 130px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #E7E7E7;
  border-radius: 2px;
  margin-right: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail .detail-time ul li:last-child {
  margin-right: 0;
}
.detail .detail-time ul li.active {
  border-color: #5199FF;
  color: #5199FF;
}
.detail .detail-time ul li.active h4 {
  background: #5199FF;
  color: #fff;
}
.detail .detail-time ul li h4 {
  background: #ECECEC;
}
.detail .detail-tags {
  padding: 13px;
  line-height: 20px;
  width: 620px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F5F5F5;
  margin-top: 19px;
  margin-bottom: 12px;
}
.detail .detail-tips {
  margin-bottom: 19px;
}
.detail .btn-rent {
  width: 190px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  border-radius: 4px;
  margin-bottom: 40px;
}
.detail .detail-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail .detail-step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.detail .detail-step li {
  width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 51px;
  padding-left: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-right: 27px;
}
.detail .detail-step li:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  right: 5px;
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
}
.detail .detail-step li:last-child:after {
  display: none;
}
.detail .detail-step li h3 {
  color: #333;
  line-height: 20px;
}
.detail .detail-step li p {
  color: #999;
  line-height: 17px;
  font-size: 12px;
}
.detail .detail-step li:nth-child(1) {
  background: url("../images/icon5.png") left center no-repeat;
}
.detail .detail-step li:nth-child(2) {
  background: url("../images/icon6.png") left center no-repeat;
}
.detail .detail-step li:nth-child(3) {
  background: url("../images/icon7.png") left center no-repeat;
}
.detail .detail-des-box {
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail .detail-des-box .des-tab {
  height: 40px;
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail .detail-des-box .des-tab li {
  cursor: pointer;
  line-height: 36px;
  border-left: 1px solid #F8F8F8;
  border-right: 1px solid #F8F8F8;
  border-top: 2px solid #F8F8F8;
  padding: 0 32px;
}
.detail .detail-des-box .des-tab li.active {
  background: #fff;
  color: #5199FF;
  border-top-color: #5199FF;
  border-left-color: #E5E5E5;
  border-right-color: #E5E5E5;
}
.detail .detail-des-box .des-box {
  padding-bottom: 40px;
}
.detail .detail-des-box .des-box h3 {
  border-left: 3px solid #5199FF;
  padding-left: 6px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}
.detail .detail-des-box .des-box .des-box-content {
  padding-left: 10px;
}
.detail .detail-des-box .property {
  padding-top: 40px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #333;
}
.detail .detail-des-box .property li {
  padding-left: 40px;
  width: 1200px;
  line-height: 20px;
  margin-bottom: 20px;
}
.detail .detail-des-box .des-p {
  line-height: 20px;
  color: #333;
}
.detail .detail-des-box .des-img {
  padding-top: 10px;
}
.detail .detail-des-box .des-img img {
  max-width: 100%;
}
.detail .rent-tips {
  padding: 45px 20px 10px 20px;
}
.detail .rent-tips h2 {
  margin-bottom: 10px;
  color: #333;
}
.detail .rent-tips p {
  line-height: 22px;
  margin-bottom: 30px;
}
.order {
  padding-top: 24px;
  padding-bottom: 20px;
}
.order .order-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order .order-sidebar {
  width: 244px;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
}
.order .order-sidebar img {
  width: 204px;
  height: 204px;
  display: block;
  margin-bottom: 10px;
}
.order .order-sidebar h3 {
  line-height: 28px;
  font-size: 16px;
  color: #333333;
  margin-bottom: 16px;
}
.order .order-sidebar .order-param {
  margin-bottom: 20px;
}
.order .order-sidebar .order-param p {
  margin-bottom: 14px;
  color: #333;
}
.order .order-sidebar .order-param p span {
  color: #666;
  width: 75px;
  display: inline-block;
}
.order .order-sidebar .order-price {
  margin-bottom: 10px;
}
.order .order-sidebar .order-price td {
  text-align: center;
  line-height: 40px;
  border: 1px solid #E5E5E5;
}
.order .order-sidebar .order-table-label {
  background: #EDF4FF;
  color: #5199FF;
}
.order .order-sidebar .order-tips {
  font-size: 12px;
  color: #999999;
  line-height: 20px;
}
.order .order-main {
  width: 940px;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
}
.order .order-main .title {
  height: 18px;
  border-left: 6px solid #5199FF;
  padding-left: 10px;
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}
.order .order-main .title-tag {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background: #FFB445;
  border-radius: 4px;
  line-height: 22px;
  padding: 0 10px;
  margin-left: 10px;
  height: 22px;
}
.order .order-main .order-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 34px;
}
.order .order-main .order-time li {
  border-top: 2px solid #5199FF;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 140px;
  text-align: center;
}
.order .order-main .order-time li:first-child {
  border-left: 1px solid #e5e5e5;
}
.order .order-main .order-time li.active {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#5592FC), to(#6DCFFF));
  background-image: linear-gradient(0deg, #5592FC 0%, #6DCFFF 100%);
}
.order .order-main .order-time li.active .time-price,
.order .order-main .order-time li.active .time-text h3,
.order .order-main .order-time li.active .time-text p {
  color: #fff;
}
.order .order-main .order-time li.active .time-text {
  background: none;
}
.order .order-main .order-time .time-price {
  height: 85px;
  font-size: 36px;
  color: #5199FF;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order .order-main .order-time .time-price sup {
  font-size: 18px;
  vertical-align: super;
}
.order .order-main .order-time .time-text {
  height: 85px;
  background: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.order .order-main .order-time .time-text h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 12px;
}
.order .order-main .order-time .time-text p {
  color: #999;
}
.order .order-main .order-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.order .order-main .order-item .order-label {
  width: 115px;
}
.order .order-main .order-item-tips {
  padding-top: 10px;
}
.order .order-main .order-bottom {
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.order .order-main .order-bottom p {
  text-align: right;
}
.order .order-main .order-footer-tips {
  text-align: right;
}
.order .order-main .order-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order .order-main .order-amt {
  color: #333;
  font-size: 0;
}
.order .order-main .order-amt strong {
  width: 115px;
  display: inline-block;
  font-size: 16px;
}
.order .order-main .order-amt span {
  font-size: 22px;
}
.order .order-main .order-btns {
  width: 190px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
}
.pay {
  padding: 20px 0;
}
.pay .pay-meta {
  padding: 30px 0 30px 158px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 16px;
  background: #fff url("../images/icon-order.png") 42px 30px no-repeat;
}
.pay .pay-meta h2 {
  color: #333;
  font-size: 16px;
  margin-bottom: 17px;
}
.pay .pay-meta p {
  margin-bottom: 14px;
}
.pay .pay-main {
  padding: 30px 0 30px 80px;
  background: #fff;
}
.pay .pay-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.pay .pay-label {
  width: 75px;
}
.pay .pay-btn {
  width: 200px;
  height: 44px;
  line-height: 44px;
}
.success .meta-links {
  color: #e5e5e5;
  margin-bottom: 30px;
}
.success .success-order {
  width: 1020px;
}
.success .success-order table {
  border: 1px solid #e9e9e9;
  width: 100%;
}
.success .success-order table th {
  background: #F8F8F8;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #999;
}
.success .success-order table th:nth-child(1) {
  width: 433px;
  padding-left: 20px;
  text-align: left;
}
.success .success-order table th:nth-child(2) {
  width: 160px;
}
.success .success-order table td {
  border: 1px solid #e9e9e9;
  vertical-align: middle;
  text-align: center;
}
.success .success-order-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  text-align: left;
}
.success .success-order-meta img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 4px;
}
.success .order-meta-right {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.success .order-meta-right h3 {
  line-height: 22px;
  color: #333333;
  margin-bottom: 10px;
  max-height: 44px;
  margin-top: -4px;
}
.success .order-meta-amt {
  font-size: 20px;
  color: #333;
}
.success .order-meta-btn span {
  color: #151515;
}
.success .order-meta-btn .copy {
  border: 1px solid #F95006;
  border-radius: 4px;
  font-size: 12px;
  color: #F95006;
  width: 60px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  margin-left: 10px;
}
.success .success-main {
  background: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.success .success-main .title {
  border-left: 4px solid #5199FF;
  padding-left: 10px;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  margin-bottom: 40px;
}
.success .step-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.success .step-list li i {
  color: #5199FF;
  font-size: 24px;
  width: 60px;
  display: block;
}
.success .step-list-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.success .step-list-content .btn-down {
  margin-left: 40px;
  margin-right: 14px;
  width: 200px;
  line-height: 44px;
  height: 44px;
}
.success .step-list-content p {
  padding-top: 15px;
}
.success .step-list-content .c-tips {
  font-size: 14px;
}
.success .slc-img {
  margin-top: 15px;
}

