.shopcart-content-main.payment-center{
    padding-bottom: 0;
}
.payment-title i{
    color:#1d73dd;
    font-size:30px;
}

.punch-search-item {
    border: 1px solid #d3d3d3;
    position: relative;
    max-width: 1060px;
    margin: 30px auto;
}

.punch-search-item-title {
    background: #F6F9FF;
    position: relative;
    padding: 10px 20px;
    min-height: 40px;
    line-height: 1.5;
    font-size: 14px;
    border-bottom: 1px solid #d3d3d3;
}

.punch-search-item-content {
    padding: 40px 30px;
}

.punch-search-item-content label {
    font-weight: normal;
    width: 100%;
}

.punch-search-item-content #no,
.punch-search-item-content #pin_code {
    width: calc(100% - 150px);
    margin-left:10px;
}

.purchasing-title {
    font-size: 26px;
    line-height: 1.5em;
    margin-bottom: 20px;
}

.purchasing-title .figure {
    font-weight: bold;
    color: #1d73dd;
    font-size: 30px;
}

.purchasing-content {
    font-size: 16px;
    line-height: 1.5em;
}

.bg-grey {
    background: #f3f3f3;
}

.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.pt-30 {
    padding-top: 30px;
}

.pb-30 {
    padding-bottom: 30px;
}
.mt-30{
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}

.text-center {
    text-align: center;
}
/*tixing*/

.row.row-tixing {
    margin-left: 0;
    margin-right: 0;
}

.tixing-img {
    width: 50px;
    margin-right: 20px;
}

.tixing-text {
    flex: 1;
}
	
.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center;
}

.Paytable2 tr td:first-child {
    width: 140px;
}
/**file 样式**/

#po_file {
    opacity: 0;
    z-index: 1;
}

.po_file_show {
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.w-100p {
    width: 100%;
}

textarea {
    border: 1px solid #D3D3D3;
}

.method-select .payment-method {
    position: relative;
    display: inline-block;
    padding: 9px 20px;
    border: 1px solid #D3D3D3;
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}

.method-select .item-content-title:hover .payment-method {
    border: 1px solid #1D73DD;
}

.method-select .payment-method.active,
.method-select .payment-method.active:hover {
    border: 1px solid #1d73dd;
    background: #1D73DD;
    color: #ffffff;
}

.method-select .payment-method .iconfont {
    font-size: 20px;
    vertical-align: middle;
}

.method-select .item-content-title {
    position: relative;
}

.method-select .item-content-title .payment-method {
    position: relative;
    z-index: 0;
    width: 210px;
    display: inline-block;
    text-align: center;
}

.method-select .item-content-title input {
    width: 210px;
    display: inline-block;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.method-list .item-content {
    display: none;
}
.ml-30{
    margin-left: 30px;
}
.mr-30{
    margin-right: 30px;
}
#po_num{
    max-width: 100%;
}
@media only screen and (max-width:767px) {
    .step-main{
        display: none;
    }
    .mb-sm-10{
        margin-bottom:10px;
    }
    #po_num{
        max-width: 200px;
    }
}
@media only screen and (max-width: 632px){
.shopcart-content-main.payment-center {
    height: 100vh;
}
}