.button-pure {
    background-color: #f8f8f8;
    border: 1px solid #d3d3d3;
    color: #333;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-weight: 700;
    padding: 4px 10px;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    position: relative
}
.button-pure:not(.disabled):hover {
    background-color: #f0f0f0
}
.button-pure:not(.disabled):active {
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}
.button-pure-blue {
    background: #1B7FCC;
    border-color: #1A79C2;
    color: #FFF
}
.button-pure-blue:not(.disabled):hover {
    background: #1C79C0;
    border-color: #1970B2
}
.form-control {
    display: block;
    width: 100%;
    height: 30px;
    padding: 4px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.form-control::-moz-placeholder {
    color: #777;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #777;
}
.form-control::-webkit-input-placeholder {
    color: #777;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: auto;
    resize: vertical;
}


.purshase-left {
    float: left;
}
.purshase-hide {
    display: none;
}
.purshase-item {
    position: relative;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ebebeb;
}
.purshase-item-title {
    height: 58px;
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    color: #383838;
    font-weight: bold;
    font-size: 20px;
    line-height: 56px;
    padding-left: 26px;
}

.purshase-liberty {
    position: relative;
    overflow: hidden;
    background-color: #fafafa;
}
.purshase-liberty > div {
    position: absolute;
    width: 1px;
    background: #ededed;
    top: 18px;
    bottom: 18px;
}
.purshase-liberty > div.line-1 {
    left: 33.333%;
}
.purshase-liberty > div.line-2 {
    right: 33.333%;
}
.purshase-liberty-item {
    float: left;
    width: 33.33%;
    /* height: 220px; */
    text-align: center;
    margin-top: 38px;
    margin-bottom: 50px;
}
.purshase-liberty-item > p {
    color: #626262;
    font-size: 17px;
    padding-top: 8px;
}
.purshase-liberty-icon {
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    /* background-color: #f00; */
    margin: 0 auto;
    width: 115px;
    height: 105px;
}
.purshase-liberty-icon.icon-1 {
    background-position: 3px -4px;
}
.purshase-liberty-icon.icon-2 {
    background-position: -109px -6px;
}
.purshase-liberty-icon.icon-3 {
    background-position: -234px -7px;
}


.purshase-buy {
    position: relative;
    padding: 0px 36px;
    margin-top: 35px;
}
.purshase-buy table {
    width: 100%;
}
.purshase-buy tr {

}
.purshase-buy th {
    border-bottom: 1px solid #eee;
    font-size: 15px;
    font-weight: bold;
    color: #444;
    padding: 4px 15px;
}
.purshase-buy.speed-buy th {
    padding: 4px 17px;
}
.purshase-buy th.time-th {
    width: 178px;
}
.purshase-buy th.num-th {
    width: 208px;
}
.purshase-buy th.price-th {
    width: 88px;
}
.purshase-buy td {
    padding: 17px 15px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #eee;
}
.purshase-buy.speed-buy td {
    padding: 17px 17px;
}
.purshase-buy-cover {
    vertical-align: middle;
}
.purshase-buy-cover > .cover-icon {
    width: 86px;
    height: 118px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(../img/icon.png);
    background-repeat: no-repeat;
    /* background-color: #f00; */
    background-position: -22px -119px;
    margin-right: 17px;
}
.purshase-buy-cover > span {
    vertical-align: middle;
}
.purshase-buy-num {
    overflow: hidden;
}
.purshase-buy-num > span {
    border: 1px solid #ddd;
    line-height: 24px;
    display: inline-block;
    float: left;
    width: 19px;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.purshase-buy-num > span.disabled {
    cursor: default;
    color: #e9e9e9;
}
.purshase-buy-num > span.minus {
    border-right: none;
}
.purshase-buy-num > span.add {
    border-left: none;
}
.purshase-buy-num > input {
    text-align: center;
    width: 46px;
    height: 24px;
    padding: 0;
    margin: 0;
    border: 1px solid #ddd;
    display: inline-block;
    float: left;
}
.purshase-price-color {
    color: #fc583d;
    font-weight: bold;
}
.purshase-buy-footer {
    overflow: hidden;
    margin: 17px 0;
    padding: 0 17px;
}
.purshase-buy-count {
    float: left;
    line-height: 40px;
    font-size: 13px;
    color: #666;
}
.purshase-buy-count > span {
    float: left;
}
.purshase-buy-count > span.rmb-text {
    margin-left: 5px;
    font-size: 16px;
    line-height: 40px;
}
.purshase-buy-btn {
    float: right;
    width: 144px;
    height: 40px;
    background: #fc583d;
    color: #fff;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    border-radius: 2px;
    font-size: 14px;
    font-weight: bold;
}


.purshase-down {
    padding: 18px 22px;
}
.purshase-down > li {
    font-size: 13px;
    line-height: 26px;
    padding: 2px 0;
    color: #626262;

}
.purshase-down a {
    color: #138ace;
    text-decoration: none;
}
.purshase-down a:hover {
    text-decoration: underline;
}



.purshase-qa {
    padding: 25px 27px;
}
.purshase-qa-item {
    padding-bottom: 11px;
}
.purshase-qa-title {
    position: relative;
    padding: 0px 20px;
    line-height: 26px;
    padding-bottom: 2px;
    font-size: 13px;
    color: #6e6e6e;
    cursor: pointer;
}
.purshase-qa-title.active {
    color: #fd9284;
}
.purshase-qa-title:not(.active):hover {
    color: #448FCB;
}
.purshase-qa-title > span {
    position: absolute;
    left: 0;
}
.purshase-qa-desc {
    padding: 11px 21px;
    background: #f8f8f8;
    font-size: 13px;
    line-height: 23px;
    color: #333;
    display: none;
}
.purshase-qa-desc.active {
    display: block;
}


/*  2 */
.purshase-panel {
    border: 1px solid #ebebeb;
    margin-bottom: 52px;
}
.purshase-header {
    height: 58px;
    line-height: 58px;
    padding-left: 25px;
    overflow: hidden;
    font-size: 13px;
    border-bottom: 1px solid #ebebeb;
}
.purshase-header > a {
    float: left;
    color: #666;
}
.purshase-header > span {
    float: left;
    background: url(http://mbjcdn.wancaiinfo.com/images/icons/dot_r.gif) right center no-repeat;
    width: 20px;
    height: 20px;
    background-position: 8px 7px;
    margin-top: 19px;
    margin-left: 4px;
    margin-right: 3px;
}
.purshase-speed {
    height: 158px;
    border-bottom: 1px solid #ebebeb;
    background-color: #fafafa;
    text-align: center;
}
.purshase-steps {
    overflow: hidden;
    display: inline-block;
    margin-top: 56px;
    position: relative;
}
.purshase-steps-item {
    position: relative;
    float: left;
    width: 260px;
}
.purshase-steps-item > .circle-content {
    position: relative;
    width: 29px;
    margin: 0 auto;
    height: 29px;
    line-height: 29px;
}
.purshase-steps-item .circle-icon {
    color: #999999;
    background-color: #ddd;
    width: 100%;
    border-radius: 50%;
    height: 100%;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.purshase-steps-item > p {
    color: #999999;
    font-weight: bold;
    font-size: 16px;
    padding-top: 8px;
}
.purshase-steps-item.active .circle-icon {
    background: #c40000;
    color: #fff;
}
.purshase-steps-item.active > p {
    color: #c40000;
}
.purshase-steps-item .circle-step {
    position: absolute;
    width: 238px;
    height: 4px;
    top: 50%;
    margin-top: -2px;
    background: #ddd;
    z-index: 1;
}
.purshase-steps-item.active-left .circle-step {
    background: #c40000;
}
.purshase-steps-item .first-step {
    left: 99%;
}
.purshase-steps-item .third-step {
    right: 99%;
}
.purshase-steps-item.finish-active .circle-icon,
.purshase-steps-item.finish-active .circle-step {
    background: #df7d7d;
    color: #fff;
}
.purshase-steps-item.finish-active > p {
    color: #df7d7d;
}
.purshase-speed-title {
    font-size: 14px;
    color: #333;
    font-weight: bold;    
    line-height: 22px;
}
.purshase-buy.speed-buy {
    padding: 0px 25px;
    margin-top: 23px;
    border-bottom: none;
}
.purshase-buy.speed-buy > p {
    margin-bottom: 10px;
}
.purshase-buy.speed-buy th {
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.purshase-speed-item {
    border-bottom: 1px solid #ebebeb;
    padding: 28px 0;
}
.purshase-recipient-title,
.purshase-invoice-title {
    line-height: 22px;
    font-size: 13px;
    color: #666;
    overflow: hidden;
}
.purshase-invoice-content {
    display: none;
    overflow: hidden;
}
.purshase-recipient-content,
.purshase-invoice-content {
    padding: 15px 17px 0;
}
.purshase-recipient-item,
.purshase-invoice-item {
    overflow: hidden;
    line-height: 28px;
    padding: 7px 0;
}
.purshase-recipient-item > label,
.purshase-invoice-item > label {
    width: 116px;
    float: left;
    font-size: 13px;
    color: #333;
    position: relative;
}
.purshase-recipient-item > input,
.purshase-invoice-item > input,
.purshase-invoice-item > select {
    margin: 0;
    padding: 0 4px;
    border: 1px solid #e2e2e2;
    height: 26px;
    line-height: 26px;
    float: left;
    width: 440px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.purshase-recipient-item > input:focus,
.purshase-invoice-item > input:focus,
.purshase-invoice-item > select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}
.purshase-recipient-item > input.short-input {
    width: 180px;
}
.purshase-warn-color {
    color: #cc0000;
    font-size: 14px;
    position: relative;
    top: 3px;
}
.purshase-warn-color.transparent-color {
    color: #fff;
    color: transparent;
}
.purshase-invoice-radio {
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 23px;
}
.purshase-invoice-radio > input {
    float: left;
    width: 17px;
    height: 17px;
    position: relative;
    cursor: pointer;
    top: 2px;
}
.purshase-invoice-radio > label {
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding-left: 7px;
    cursor: pointer;
}
.purshase-invoice-tips {
    font-size: 12px;
    line-height: 17px;
    padding-left: 82px;
    color: #666;
}

.purshase-payment-tips {
    background: #fff5e9;
    padding: 15px 30px;
    margin-bottom: 5px;
}
.purshase-payment-tips > div {
    font-size: 13px;
    color: #000;
    padding-bottom: 2px;
}
.purshase-payment-tips > li {
    color: #222;
    font-size: 13px;
    line-height: 25px;
}
.purshase-payment-content {
    padding-top: 25px;
    padding-bottom: 22px;
}
.purshase-payment-up {
    overflow: hidden;
}
.purshase-payment-alipay,
.purshase-payment-wechat,
.purshase-payment-public {
    float: left;
    margin-right: 45px;
}
.purshase-payment-alipay > input,
.purshase-payment-wechat > input,
.purshase-payment-public > input,
.purshase-payment-bank > input {
    float: left;
    width: 17px;
    height: 17px;
    margin-top: 13px;
    margin-right: 8px;
    cursor: pointer;
}
.purshase-payment-alipay > label,
.purshase-payment-wechat > label,
.purshase-payment-public > label {
    width: 120px;
    height: 41px;
    display: block;
    float: left;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
.purshase-payment-alipay > label {
    background-image: url(../img/icon.png);
    background-position: -220px -138px;
}
.purshase-payment-wechat > label {
    background-image: url(../img/icon.png);
    background-position: -220px -187px;
}


.purshase-bank-content {
    position: relative;
    margin-top: 20px;
}
.purshase-payment-bank {
    line-height: 27px;
}
.purshase-payment-bank > input {
    margin-top: 5px;
}
.purshase-payment-bank > label {
    font-size: 14px;
    color: #333;
    cursor: pointer;
}
.purshase-payment-bank > label > span {
    font-size: 13px;
    color: #666;
    padding-left: 8px;
}





/* 银行列表 */
.payment-bank-content {
    padding: 0px 17px;
}
.payment-bank-list {
    display: none;
    padding-top: 6px;
}
.payment-bank-wrap {
    position: relative;
    overflow: hidden;
}
.payment-bank-item {
    position: relative;
    zoom: 1;
    float: left;
    padding: 8px;
}
.payment-bank-item-box {
    position: relative;
    height: 42px;
    /*width: 196px;*/
    width: 176px;
    border: 1px solid #ddd;
    border-radius: 2px;
    cursor: pointer;
    overflow: hidden;
}
.payment-bank-item-box:hover {
    border-color: #b0c2e1;
}
.payment-bank-tag-qiye {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #D2EEF7;
    font-weight: normal;
    width: 18px;
    height: 100%;
    text-align: center;
    line-height: 18px;
    letter-spacing: 0;
    overflow: hidden;
    font-style: initial;
}
.payment-bank-icon {
    position: absolute;
    z-index: 2;
    left: 50%;
    margin-left: -68px;
    top: 2px;
    width: 136px;
    height: 36px;
    background-repeat: no-repeat;
    background-image: url("../img/bank_logo.png"); 
}
.payment-bank-icon.bank-icbc { 
    background-position: 4px 2px;
}
.payment-bank-icon.bank-abc {
    background-position: 4px -38px;
}
.payment-bank-icon.bank-ccb {
    background-position: 4px -80px;
}
.payment-bank-icon.bank-spdb {
    background-position: 4px -206px;
}
.payment-bank-icon.bank-boc {
    background-position: 4px -122px;
}
.payment-bank-icon.bank-cmb {
    background-position: 4px -165px;
}
.payment-bank-icon.bank-cib {
    background-position: -135px -78px;
}
.payment-bank-icon.bank-gdb {
    background-position: -135px 2px;
}
.payment-bank-icon.bank-fdb {
    background-position: 2px -326px;
}
.payment-bank-icon.bank-hzcb {
    background-position: 4px -247px;
}
.payment-bank-icon.bank-shbank {
    background-position: -136px -122px;
}
.payment-bank-icon.bank-nbbank {
    background-position: -135px -165px;
}
.payment-bank-icon.bank-spabank {
    background-position: 4px -286px;
}
.payment-bank-icon.bank-postgc {
    background-position: -135px -37px;
}


/* 确认付款银行 */
.payment-bank-check {
    /*padding: 0px 0 40px;*/
    display: none;
}
.payment-bank-check-form {
    /*margin-bottom: 15px;*/
    padding: 13px 0 3px 0;
    line-height: 40px;
}
.payment-bank-check-label {
    float: left;
    text-align: left;
    width: 75px;
    line-height: inherit;
    margin: 0;
    font-weight: normal;
    font-size: 14px;
    color: #444;
    padding-left: 10px;
}
.payment-bank-check-group {
    margin-left: 85px;
    line-height: inherit;
    overflow: hidden;
}
.payment-bank-selected {
    height: 40px;
    border: 1px solid #ddd;
    line-height: 38px;
    border-radius: 2px;
    width: 172px;
    padding-right: 15px;
    float: left;
    position: relative;
}
.payment-bank-check-return {
    margin-left: 17px;
    float: left;
    cursor: pointer;
    color: #069DD5;
    font-size: 13px;
    padding-left: 24px;
    position: relative;
}
.payment-bank-check-return:hover {
    color: #4BCAFF;
}
.payment-bank-check-return > .return-icon {
    position: absolute;
    left: 4px;
    top: 12px;
    width: 16px;
    height: 16px;
    background-image: url("../img/pay_icon.png");
    background-position: -2px -3px;
}
.payment-bank-check-return:hover .return-icon { 
    background-position: -2px -19px;
}
/* 支付确认 */
.payment-verify {
    position: relative;
    padding-left: 57px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#payment-verity-btn {
    width: 220px;
    height: 50px;
    padding: 0;
    line-height: 48px;
    font-size: 18px;
}
#payment-verity-error {
    display: none;
    color: #ff5d5b;
    margin-left: 10px;
    font-size: 13px;
}
#payment-verity-mess {
    line-height: 20px;
    font-size: 13px;
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 300px;
}

.purshase-payment-outer {
    padding: 0 25px;
}
.purshase-speed-buy {
    overflow: hidden;
    padding: 28px 25px;
}
.purshase-speed-buy > .purshase-buy-count{
    float: right;
    margin-right: 28px;
}

/* 3 */
.purshase-success {
    position: relative;
    padding: 50px 15px 65px 15px;
}
.purshase-success-icon {
    margin: 0 auto;
    width: 75px;
    height: 75px;
    background-image: url(../img/icon.png);
    /* background-color: #f00; */
    background-position: -131px -141px;
    margin-bottom: 15px;
}
.purshase-success-icon.error-icon {
    background-position: -364px -149px;
}
.purshase-success > h2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 40px;
}
.purshase-success > h3 {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 24px;
}
.purshase-success-content {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 630px;
    border: 1px solid #f2f2f2;
    margin-top: 28px;
    padding: 0px 15px;
}
.purshase-success-content > ul {

}
.purshase-success-item {
    border-bottom: 1px dashed #f2f2f2;
    overflow: hidden;
    line-height: 26px;
    padding: 3px 8px;
}
.purshase-success-item.contact-item {
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
}
.purshase-success-item > label {
    float: left;
    color: #666;
    font-size: 13px;
}
.purshase-success-item > p {
    color: #000;
    float: left;
    font-size: 13px;
}
.purshase-success-item > p.contact-p {
    position: relative;
    top: 2px;
    margin-left: 6px;
}
.purshase-input-fail {
    border-color: #E67070 !important;
    background: #fdd !important;
}
.purshase-success-public {
    font-size: 14px;
    color: #333;
    /*text-align: center;*/
    line-height: 24px;
    padding: 10px 8px;
}
.purshase-success-public a,
.purshase-success-tips > p a {
    color: #4997ee;
}
.purshase-success-public a:hover,
.purshase-success-tips > p a:hover {
    text-decoration: underline;
}
.purshase-success-tips {
    /*text-align: center;*/
    padding: 0px 8px 20px 8px;
}
.purshase-success-tips > p {
    font-size: 13px;
    color: #333;
    line-height: 26px;
    overflow: hidden;
    vertical-align: middle;
}
.purshase-success-tips > p > span {
    display: inline-block;
    vertical-align: middle;
}
.purshase-success-tips span.contact-p {
    position: relative;
    top: 4px;
    margin-left: 4px;
}





/* payment success */
.af-light-box-content.payment-success {
    border: 8px solid #b1b1b1;
}
.payment-success-panle {

}
.payment-success-head {
    margin: 0;
    text-align: left;
    line-height: 24px;
    overflow: hidden;
    padding: 15px 20px;
    background: #4b5b78;
}
.payment-success-head > h3 {
    margin: 0;
    color: #fff;
    font-size: 20px;
}
.payment-success-content {
    padding: 30px;
}
.payment-success-content-inner {

}
.payment-success-content-title {
    text-align: center;
    font-size: 13px;
    color: #666;
    line-height: 24px;
    margin-bottom: 20px;
}
.payment-success-content-up {
    text-align: center;
    margin-bottom: 30px;
}
.payment-success-content-up p {
    font-size: 13px;
    color: #666;
    font-weight: normal;
    margin-bottom: 5px;
}
.payment-success-content-up a {
    color: #4997ee;
}
.payment-success-content-up a:hover {
    text-decoration: underline;
}
.payment-success-btn {
    margin-right: 24px;
}
.payment-success-content-down {
    padding-top: 30px;
    padding-bottom: 4px;
    border-top: 1px solid #ddd;
    overflow: hidden;
    zoom: 1;
    text-align: center;
}
.payment-success-other {
    color: #069DD5;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
}
.payment-success-other:hover {
    color: #4BCAFF;
    text-decoration: underline;
}

/* paymemt-confirm */
.payment-error-panel.paymemt-confirm {
    border-top: 4px solid #ff7674;
    border-bottom: 4px solid #ff7674;
    text-align: center;
}
.paymemt-confirm-title {
    background: #fff1f1;
    margin-bottom: 44px;
}
.paymemt-confirm-title h1.paymemt-confirm {
    color: #ff7674;
    font-size: 31px;
    font-weight: 700;
    margin: 0;
    line-height: 36px;
    padding: 26px 0;
}
.payment-error-panel.paymemt-confirm .button-pure {
    width: 240px;
    height: 54px;
    padding: 0;
    line-height: 52px;
    font-size: 20px;
}


/*  search  */
.purshase-search {
    padding: 15px 20px;
    text-align: center;
    min-height: 600px;
    background-color: #f6f6f6;
}
.purshase-search > h2 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}
.purshase-search > h4 {
    font-size: 15px;
    color: #666;
    font-weight: normal;
}
.purshase-search-content {
    text-align: left;
    max-width: 500px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 17px;
}
.purshase-search-content > label {
    float: left;
    width: 76px;
    line-height: 30px;
    color: #333;
}
.purshase-search-content > input {
    float: left;
    height: 28px;
    padding: 0 4px;
    width: 338px;
    border-radius: 0;
}
.purshase-search-content > .button-pure {
    height: 28px;
    padding: 0;
    border-radius: 0;
    float: left;
    width: 70px;
    line-height: 28px;
    border-left: none;
}
.purshase-search-info {
    padding-top: 50px;
    margin: 0 auto;
    padding-bottom: 50px;
    background: #f6f6f6;
    max-width: 910px;
}
.purshase-search-info > h3,
.purshase-search-info > h4 {
    font-weight: normal;
    font-size: 15px;
    color: #333;
    line-height: 26px;
}
.purshase-search-info > p {
    font-size: 14px;
    color: #333;
    margin-bottom: 23px;
}
.purshase-search-info > p > span {
    font-size: 14px;
    color: #333;
}
.purshase-search-info span.contact-p {
    position: relative;
    top: 6px;
}

.purshase-search-detailed {

}
.purshase-search-item {
    max-width: 820px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #f3f3f3;
    margin-bottom: 25px;
    text-align: left;
    padding: 22px 23px;
}
.purshase-search-item > table {
    width: 100%;
    border: 1px solid #f3f3f3;
}
.purshase-search-item th {
    padding: 0 40px;
    background: #f6f6f6;
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    text-align: center;
    color: #333;
}
.purshase-search-item td {
    padding: 17px 15px;
    text-align: center;
    font-size: 13px;
    color: #333;
}
.purshase-search-item > h2 {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 5px;
    color: #333;
}
.purshase-search-item ul {
    border: 1px solid #f3f3f3;
    border-bottom: none;
}
.purshase-search-item li {
    border-bottom: 1px solid #f3f3f3;
    height: 30px;
    line-height: 30px;
}
.purshase-search-item li > label {
    width: 90px;
    float: left;
    border-right: 1px solid #f3f3f3;
    padding-left: 20px;
    font-size: 13px;
    color: #333;
}
.purshase-search-item li > div {
    padding-left: 130px;
    font-size: 13px;
    color: #333;
}