img {
    width: 100%;
    height: auto;
    display: block;
}
.tab-nav{
	    background-color: #fff;
}
.tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 45px;
    margin: 0 auto;
    width: 100%;
    white-space: nowrap;
    background: #fff;
}
.tab-sticky{
	    top: 51px;
    position: fixed;
    z-index: 99;
    left: 0;
    right: 0;
}
.tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    float: left;
    text-align: center;
    line-height: 45px;
    height: 45px;
    padding: 0 20px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: .8px;
    width: 15%
}

.tabs .tab a {
    color: #ee6e73;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: color .28s ease;
    -moz-transition: color .28s ease;
    -o-transition: color .28s ease;
    -ms-transition: color .28s ease;
    transition: color .28s ease
}

.tabs .tab a:hover {
    color: #f9c9cb
}

.tabs .tab.disabled a {
    color: #f9c9cb;
    cursor: default
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #f6b2b5;
    will-change: left, right
}

.tabs .tab {
    padding: 0
}
/* Tab */

.tabs .tab a,
.tabs .tab a:hover {
    color: #96a5b1;
    opacity: 0.6;
}
.tabs .tab a.active {
    color: #333;
}
.tabs .indicator {
    background-color: rgba(92, 101, 108, 0.62);
}

/* Contact */

.contact {
    position: relative;
    padding: 16px 16px 16px 65px;
}
.contact img {
    position: absolute;
    top: 16px;
    left: 0;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}
.contact p {
    margin: 1px 0 0;
    color: #37474f;
}
.contact span {
    font-size: 12px;
    font-weight: 300;
}
.contact i {
    font-size: inherit;
}
.contact .time {
    position: absolute;
    top: 20px;
    right: 16px;
    font-weight: 300;
}
.contact .dot {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    position: absolute;
    top: 50px;
    left: 33px;
    border-radius: 50%;
    border: 4px solid #666;
}
.activity .dot {
    width: 10px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    top: 17px;
    left: -41px;
    border-radius: 50%;
}

/** 订单列表*/
.list-area .auction {
  background: #fff;
  margin: 10px;
  border-radius: 5px;
  background-clip: padding-box;
}
.list-area .main-pic{
  position: relative;
  font-size: 0;
  border-radius: 4px 4px 0 0;
  background-clip: padding-box;
  overflow: hidden;
      height: 180px;
}
.list-area .main-pic .img-area{
  display: inline-block;
  width: 100%;
}
.order_img {
	width: 100%;
    height: 180px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.list-area .main-pic .time{
      left: 0;
    background: rgba(255, 86, 93, 0.8);
    top: 10px;
    font-size: 14px;
    height: 24px;
    line-height: 5px;
    padding: 10px;
    position: absolute;
    color: #fff;
    border-radius: 0 20px 20px 0;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
        max-width: 95%;
}
.list-area .main-pic .title{
  position: absolute;
  width: 100%;
  height: 250px;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 79%,rgba(0,0,0,.34) 85%,rgba(0,0,0,.85) 100%);
  bottom: 0;
  padding: 0;
  color: #fff;
}
.list-area .main-pic .title b{
  position: absolute;
  display: block;
  bottom: 0;
  font-size: 14px;
  padding: 5px 10px;
  z-index: 100;
  font-weight: 400;
}
.list-area .auction .info-area {
  position: relative;
  padding: 10px 0;
}
.list-area .title-col{
  line-height: 18px;
  padding: 0 10px;
  color: #E09A9B;
  font-size: .8rem;
  margin: 0;
  max-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  box-orient: vertical;
}
/** 加密*/
.valign-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.white-text {
    color: #FFFFFF !important;
}
.valign-wrapper h1 {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -.1rem;
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 300;
}
.fullscreen {
    width: 100%;
    height: 100vh;
        margin-top: 0px;
}
.valign-wrapper h2 {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
}
.bg-blur {
	    background-color: #002747;
    background: url(../img/blur.png) no-repeat center / cover;
}
.valign {
    margin-left: auto;
    margin-right: auto;
}
.valign-wrapper .valign {
    display: block;
}
.input-field {
    position: relative;
    margin-top: 1rem;
}
.valign-wrapper .validate,.valign-wrapper .encrypt{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #FFFFFF;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 15px 0;
    padding: 0;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    transition: all .3s;
        width: 230px;
}
.m-20 {
    margin: 20px !important;
}
.btn, .btn-large, .btn-flat {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.btn-large {
     height: 54px;
    line-height: 54px;
    color: #fff;
    background: #ff565d !important;
    width: 235px;
}
/** 弹窗*/
.book-box {
   width: 100%;
    background-color: #FFF;
        position: fixed;
    display: block;
    left: 0px;
    bottom: 0px;
    z-index: 3000;
        -webkit-transition: all .6s cubic-bezier(.215, .61, .355, 1);
    transition: all .6s cubic-bezier(.215, .61, .355, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    opacity: 1;
}
#join_box {
    overflow: visible!important;
    padding-bottom: 0;
        z-index: 501;
}
#join_box .tc_c_close3 {
    height: 1px;
}
#join_box .tc_c_close3 div {
    position: absolute;
    width: 37px;
    height: 37px;
    right: 5px;
    top: -45px;
    cursor: pointer;
    overflow: hidden;
}
#join_box .tc_c_close3 div img {
    width: 37px;
    height: 74px;
}
.book-box .join_box_Xq_out {
    overflow-y: auto;
}
.book-box .tc_c_close {
    position: relative;
    height: 30px;
    line-height: 30px;
}
#join_box .join_box_Xq_out .tc_c_close {
    height: auto;
}
#join_box .join_box_Xq_out .tc_c_close p {
    height: 35px;
    padding-left: 10px;
    padding-top: 12px;
    text-align: center;
    color: #0e2430;
    font-size: 16px;
}
.book-box .join_box_Xq {
    overflow-y: auto;
}
.book-box .join_box_Xq ul {
    margin: 0;
}
.book-box .join_box_Xq ul li {
    overflow: hidden;
    padding: 0 10px 10px;
}
.optionsName {
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 15px;
}
.book-box .join_box_Xq ul li .inpoutK {
    border: 1px solid #ddd;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
}
.book-box .join_box_Xq ul li .inpoutK input {
    width: 99%;
    border: 1px solid #FFF;
    color: #666;
    margin: 8px 5px;
    -webkit-appearance: none;
    font-family: "San Francisco",Roboto,"Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei","微软雅黑",Arial,sans-serif;
}
#ul_join_property li .inpoutK input {
    font-size: 15px;
}
#xdBtn_nopay {
    width: 100%;
    height: 70px;
    margin: 0;
    overflow: hidden;
}
#xdBtn_nopay table {
    margin: 8px auto 0;
}
table .input_submit_div {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}
table #a_submit_nopay {
   display: block;
    width: 100%;
    text-align: center;
    background-color: #ff565d;
    color: #FFF;
    border-radius: 8px;
    font-size: 17px;
    height: 44px;
    line-height: 42px;
}
.book-box.bottom {
    -webkit-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
    opacity: 0;
}