/*一屏页面*/
html,body {
    width:100%;
    height:100%;
    background: #f5f7f9;
    color: #373737;
}

.head {
    height:10%;
    padding-top: 1%;
}
.head-title {
    color: #373737;
    position: relative;
    top: 3px;
    margin-left: 10px;
}
.content {
    height: 80%;
    padding: 45px 100px 80px 65px;
    background: #ffffff;
}
.foot {
    display: table;
    width: 100%;
    height:10%;
    color: #b4b4b5;
}
canvas {
    width:120px!important;
    height: 120px!important;
}
.foot p {
    vertical-align:middle;
    text-align: center;
    display:table-cell;
}

.content {
    border: 1px solid #e6e6e6;
}
.pc-pay , .h5-pay {
    float: left;
}
.text-align-center {
    text-align: center;
}
.select-title {
    font-size: 16px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.select {
    margin-top: 30px;
    margin-bottom: 80px;
}
.detail-pay {
    margin-top: 45px;
}
.select-pc {
    width:120px;
}
.select-h5{
    float: left;
    width:120px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.select-pc {
    margin-right: 80px;
    margin: 0 auto;
}
.select-pc dt {
    margin-bottom: 10px;
}
.select-pc-div {
    width: 180px;
    height: 230px;
    box-sizing: border-box;
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    border:1px solid transparent;
}
.border-active {
    border:1px solid #6bba9a;
}
.select-h5 dt {
    text-align: center;
    margin-bottom: 11px;
}

dd {
    text-align:center;
}

.pc-pay {
    border: 1px solid #e4e1e1;
    width: 170px;
    text-align: center;
    float: left;
    padding: 20px 40px 22px 34px;
}
.pc-move {
    text-align: center;
}
.pc-pay dl dt {
    margin-bottom: 20px;
}

.savoured {
    display: inline-block;
    width: 100px;
    color: #ffffff;
    height: 30px;
    margin: 0 auto;
    margin-top: 20px;
    border: none;
    line-height: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #27d483;
}


.savoured:hover {
    color: white;
    text-decoration: none;
}

/*PC网页支付体验*/
.content-head {
    font-size: 14px;
    padding-bottom: 0px;
    border-bottom: 1px solid #e6e6e6;
}

.content-head i {
    font-size: 18px;
    position: relative;
    top: 2px;
}
.content-head a {
    color: #373737;
    text-decoration: none;
}

.content-head a:hover {
    text-decoration: underline;
    color: #00A0E9;
}

.cart {
    margin-top: 70px;
}

.goods {
    width: 300px;
    height: 300px;
    border:1px solid #e6e6e6;
    text-align: center;
    display: table;
    position: relative;
    float: left;
}

.img-container {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.font-gray-p {
    color: #9f9f9f;
    padding-left: 20px;
    margin-top: 30px;
    position: absolute;
    left: 0;
    bottom: 10px;
    font-size: 13px;
}

.font-gray {
    color: #9f9f9f;
}

.buy {
    height: 300px;
    float: left;
    margin-left: 30px;
}

.font-red {
    color: #ec3f3f;
}

.goods-title {
    font-size:14px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.amount {
    font-size: 18px;
}

.amont-p span {
    margin-right: 5px;
}

.currency {
    font-size: 18px;
}

.goods-color {
    margin-top: 45px;
}

.color-span , .color-input{
    display: inline-block;
    margin-left: 30px;
    width: 74px;
    height: 30px;
    border:1px solid #cfcfcf;
    text-align: center;
    line-height: 30px;
    color: #6b6b6b;
}

.color-span {
    border:1px solid #27d483;
}
.color-input {
    outline: none;
}

.font-color {
    color: #474747;
}

.count {
    margin-top: 15px;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}

.add , .sub {
    width:30px;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    text-align: center;
    border: 1px solid #cccccc;
    position: relative;
    top: 3px;
    cursor: pointer;
    color: #979797;
}

.sub {
    margin-left: 20px;
    border-right:0;
    margin-lef: -4px;
}

.add {
    margin-left: -4px;
}

.add i {
    font-weight: bold;
}

.go-buy {
    margin-top: 35px;
}

.buy-button {
    width: 170px;
    height: 37px;
    border-radius: 3px;
    background: #27d483;
    color: #f8f8f6;
    border: none;
    outline:none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

.step {
    margin-top: 35px;
    padding-left: 10px;
    padding-right: 10px;
    -moz-user-select:none;
    -webkit-user-select:none;
    user-select:none;
}
.circle {
    margin-right: 5px;
    display: inline-block;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    border: 1px solid #dedede;
    text-align: center;
    line-height: 27px;
}

.bg-green {
    color: white;
    border:0;
    background: #27d483;
}

.line {
    height: 2px;
    width: 20%;
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px;
    background: #ececec;
}

.line-green {
    background: #27d483;
}

.select-address {
    margin-top: 70px;
    padding-left: 10px;
}

.address-title {
    font-size: 13px;
}

.address {
    margin-top: 25px;
    padding: 25px;
    width: 240px;
    height:80px;
    background: url("../../img/border-bg.png") no-repeat;
}

.confirm-order {
    padding-left: 10px;
    margin-top: 25px;
}

.confirm-title {
    margin-bottom: 22px;
}

.re-top {
    position: relative;
    top: 6px;
}

.amount-p{
    margin-top: 30px;
    text-align: right;
}

.button-container {
    margin-top: 20px;
    float: right;
    margin-left: 30px;
}


.pay_amount {
    margin-top: 50px;
    padding-left: 10px;
}

.amount_text {
    font-size:14px;
    margin-right: 10px;
}

.order {
    margin-top: 50px;
    margin-bottom: 10px;
    padding-left: 10px;
}

.recieve {
    margin-right: 40px;
}

.notice {
    float: right;
}

.select-way {
    padding-left: 14px;
}
.order-table tr td {
    border: 0;
}
.ways {
    border: 1px solid #e6e6e6;
    border-left: 0;
    border-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
}

.borders {
    width:140px;
    height: 45px;
    border: 1px solid #f4f4f4;
    float: left;
    margin-right: 20px;
    line-height: 45px;
    display: table;
    cursor: pointer;
}

.borders p {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.click_active {
    border: 1px solid #27d483;
}

.go-pay {
    float: right;
    margin-top: 25px;
    color: #777777;
}

.notice-head {
    font-size: 18px;
    float: left;
}

.amount-container {
    float: right;
}

.notice-time {
    padding-left: 10px;
    color: #777777;
    font-size: 12px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.orders {
    margin-top: 20px;
    margin-bottom: 20px;
}

.order-no {
    float: left;
}

.order-time {
    float: right;
}

.goods-name {
    margin-bottom: 40px;
}
.same-height {
    height: 270px;
    text-align: center;
}

.qrcode {
    border-right: 1px solid #dcdbdb;
    display: table;
}
.demo_img {
    text-align: center;
    display: table;
}

.demo_img_container {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
}

.code-box {
    width: 220px;
    height: 240px;
    display: inline-block;
    border: 1px solid #f8f8f8;
    margin-top: 15px;
}

.code {
    width: 100%;
    height: 205px;
    display: table;
}

.code-container {
    display: table-cell;
    vertical-align: middle;
}

.code_text {
    border-top: 1px solid #f8f8f8;
    height: 35px;
    line-height: 30px;
    color: #2d2d2d;
}
.result {
    margin-top: 25px;
}
.result-head {
    height: 35px;
    padding-left: 30px;
    line-height: 35px;
    background: #fafafa;
}
.goods-title-name {
    color: #393939;
    display: inline-block;
    width: 60px;
    margin-right: 5px;
}

.goods-content {
    color: #7e7e7e;
}

.result-content {
    padding: 30px;
    border: 1px solid #e2e1e1;
}

.m-t-10 {
    margin-top: 10px;
}

.result-success {
    color: #61dca2;
}

.code-container img {
    margin: 0 auto;
}

.code-iframe canvas {
    width: 160px!important;
    height: 160px!important;
}

.code-iframe {
    border: none;
}

.savoured:hover{
    background: #43DC95;
    color: #e4ffee;
}

.savoured:active{
    background: #26C67C;
    color: #ddffec;
}

.buy-button:hover{
    background: #43DC95;
    color: #e4ffee;
}

.buy-button:active{
    background: #26C67C;
    color: #ddffec;
}

.result-foot {
    margin-top: 65px;
    text-align: center;
}
.foot-button {
    width: 150px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 0;
    outline: none;
    border-radius: 3px;
}

.again {
    background: #27d483;
    color: #d7f3e4;
    margin-right: 40px;
}

.again:hover {
    background: #43DC95;
    color: #e4ffee;
}

.again:active{
    background: #26C67C;
    color: #ddffec;
}

.back-first {
    border: 1px solid #979797;
    color: #747474;
    background: none;
}

.back-first:hover {
    color: #666666;
}

.back-first:active {
    color: #333333;
}

.row {
    margin: 0;
}

@media (max-width: 1366px) {
    .head {
        height:8%;
        padding-top: 1%;
    }
    .content {
        height: 84%;
    }
    .foot {
        height:8%;
    }


}

@media (min-width: 1440px) {
    .head {
        height:8%;
    }
    .content {
        height: 84%;
    }
    .foot {
        height:8%;
    }
}