* {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

.clear {
    clear: both
}

a {
    text-decoration: none;
    color: #666
}

img {
    max-height: 100%;
    max-width: 100%;
    border: 0
}

html, body {
    font-size: 100%;
    width: 100%;
    height: 100%
}

body {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    color: #666;
    background: #f7f7f7;
    font-size: 12px;
    overflow-x: hidden;
    font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.group1 a {
    border-bottom: 8px solid #f7f7f7;
}

.group2 a {
    border-bottom: 8px solid #f7f7f7;
}

input, button {
    outline: none;
}

button {
    border: none;
    background: transparent;
}

p {
    text-align: justify
}

.row {
    display: flex;
}

.column {
    display: flex;
    flex-direction: column;
}

/*headerbox*/
.headerbox {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.headerbox .header {
    padding: 8px 0;
    height: 1.8rem;
    position: fixed;
    width: 100%;
    max-width: 640px;
    top: 0;
    background: linear-gradient(135deg, #2CBBFC 0%, #0095D9 100%);
    z-index: 9999;
    border-bottom: 1px solid #eee;
}

.headerbox .header .headerL {
    position: absolute;
    left: 0;
    top: 0;
    height: 1.8rem;
    padding-left: 0.6rem;
}

.headerbox .header .headerL img {
    display: block;
    height: 17.6px;
    padding-top: 14.4;
}

.headerbox .header .headerC {
    width: 100%;
    height: 1.8rem;
    line-height: 1.8rem;
    text-align: center
}

.headerbox .header .headerC p {
    text-align: center;
    font-size: 1rem;
    color: #fff;
}

.headerbox .header .headerR {
    position: absolute;
    right: 0;
    top: 0;
    height: 1.8rem;
    padding-right: 0.6rem;
}

.headerbox .header .headerR a {
    color: #fff;
    font-size: 12.8px;
    line-height: 2.8rem
}

.headerbox .header .headerR a.c9 {
    color: #999
}

.headerbox .header .headerR img {
    height: 0.6rem;
    margin-top: 1rem;
}

.headerbox .header.no-bor {
    border: none;
}

.headerbox .header {
    height: 48px;
    line-height: 48px;
    display: flex;
    align-items: center;
    padding: 0;
    border: none;
}

.headerbox .header .headerC {
    height: 48px;
    line-height: 48px;
}

.headerbox .header .headerC p {
    font-size: 16px;
}

.headerbox .header .headerL img {
    height: 17px;
    padding: 0;
    padding-top: 15px;
}

.headerbox .header .headerL {
    padding-left: 10px;
}

/* footbox */
.footbox {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

.footer {
    position: fixed;
    width: 100%;
    max-width: 640px;
    bottom: 0;
    background: #fff;
    z-index: 99999;
    padding-top: 3.2px;
    border-top: 1px solid #eee;
    height: 3.2rem;
}

.footer ul {
    overflow: hidden;
}

.footer ul li {
    float: left;
    width: 33.33%;
    text-align: center
}

.footer ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.footer ul li img {
    height: 2rem;
}

.footer ul li p {
    text-align: center;
    color: #333;
    font-size: 12px;
    padding-bottom: 0.625rem;
}

.footer ul li.on p {
    color: #0095D9
}

/* query-content */
.query-content {
    margin-top: 2.8rem;
}

.query-content .nav {
    width: 100%;
    height: 3.125rem;
    box-sizing: border-box;
    background: #fff;
}

.query-content .nav ul {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
    padding: 0 1.25rem;
}

.query-content .nav ul li {
    float: left;
    width: 30%;
    height: 2rem;
    text-align: center;
    font-size: 17px;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.query-content .nav ul li.on {
    border-bottom: 3px solid #0095D9;
    box-sizing: border-box;
    color: #0095D9
}

.query-content .nav-content {
    width: 94%;
    background-color: #fff;
    margin: 0 auto;
    margin-top: 0.625rem;
}

.query-content .nav-content .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.query-content .nav-content .item .left {
    display: flex;
    align-items: center;
}

.query-content .nav-content .item .left .money {
    width: 7rem;
    height: 4.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.0625rem;
    margin-right: 0.7rem;
}

.query-content .nav-content .item .left .orange {
    background-color: #F86C20;
}

.query-content .nav-content .item .left .blue {
    background-color: #0095D9;
}

.query-content .nav-content .item .left .column {
    display: flex;
    flex-direction: column;
}

.query-content .nav-content .item .left .column span:nth-child(1) {
    font-size: 1rem;
    color: #222222;
    margin-bottom: 0.625rem;
}

.query-content .nav-content .item .left .column span:nth-child(2) {
    color: #999999;
}

.query-content .nav-content .item .right {
    margin-right: 1.25rem;
    display: flex;
    align-items: center;
    color: #FD8900;
    font-size: 0.875rem;
}

.query-content .nav-content .item .right img {
    margin-left: 0.3125rem;
    width: 1.125rem;
}

/* userinfo */
.personal-center .userinfo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 14rem;
    background: url(../img/user-bac.png);
    background-size: 100% 100%;
    padding-left: 1.25rem;
}

.personal-center .userinfo img {
    width: 4.2rem;
    border-radius: 50%;
}

.personal-center .userinfo span {
    color: #fff;
    margin-left: 0.625rem;
    font-size: 1rem;
}

.am-text-center {
    text-align: center;
    background: #f7f7f7;
    padding-top: 20px;
    font-size: 16px;
}

.personal-center .wallet {
    width: 92%;
    margin: 0 auto;
    height: 5rem;
    background: #fff;
    border-radius: 0.625rem;
    align-items: center;
    justify-content: space-between;
    margin-top: -60px;
}

.personal-center .wallet .left {
    width: 100%;
    justify-content: space-around;
    height: 3rem;
}

.personal-center .wallet .left .column {
    align-items: center;
    justify-content: space-between;
}

.personal-center .wallet .left .number {
    font-size: 19.2px;
    color: #F86C20;
}

.personal-center .wallet .right {
    height: 2.8rem;
    width: 40%;
    border-left: 0.125rem #f5f5f5 solid;
    align-items: center;
    justify-content: space-between;
}

.personal-center .wallet .right img {
    width: 22.4px;
}

.personal-center .item-group {
    background: #fff;
    padding: 0 10px;
    margin-top: 1.25rem;
}

.personal-center .item-group .item {
    height: 3.8rem;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
}

.personal-center .item-group .item:nth-last-child(1) {
    border: none;
}

.personal-center .item-group .item .left {
    align-items: center;
    font-size: 1rem;
}

.personal-center .item-group .item img {
    width: 20px;
}

.personal-center .item-group .item .left img {
    width: 30px;
    margin-right: 0.25rem;
}

/* balance */
.balance {
    margin-top: 3rem;
}

.balance .balance-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 0;
    background: #fff;
}

.balance .balance-box img {
    width: 9.25rem;
    margin-bottom: 1.25rem;
}

.balance .balance-box p {
    font-size: 1.8rem;
    margin-bottom: 0.3125rem;
}

.balance .balance-box span {
    font-size: 1rem;
    color: #999999;
}

.balance .btn {
    display: block;
    color: #fff;
    width: 17rem;
    height: 3.3rem;
    line-height: 3.3rem;
    text-align: center;
    font-size: 19.2px;
    letter-spacing: 3px;
    margin: 0 auto;
    background: #F86C20;
    border-radius: 49px;
    margin-top: 2.5rem;
}

/* info-change */
.info-change {
    width: 90%;
    margin: 0 auto;
    margin-top: 3.75rem;
}

.info-change .item {
    display: flex;
    align-items: center;
    height: 3rem;
    background: #fff;
    border-radius: 0.3125rem;
    margin-bottom: 15px;
}

.info-change .item label {
    width: 50px;
    height: 3rem;
    line-height: 3rem;
    margin-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    color: #333333;
}

.info-change .item input {
    height: 3rem;
    border: none;
    width: 70%;
    font-size: 14.4;
    color: #CCCCCC;
}

.info-change .item.diff input {
    width: 44%;
}

.info-change .item.diff #getCode {
    display: block;
    height: 20px;
    width: 120px;
    text-align: center;
    background-color: #fff;
    border-left: 2px solid #F5F5F5;
    color: #0095D9;
}

.info-change .submit {
    width: 100%;
    height: 2.8rem;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    background-color: #0095D9;
    margin-top: 1.25rem;
}

/* login */
.login {
    width: 90%;
    margin: 0 auto;
    margin-top: 3.75rem;
}

.login .title {
    font-size: 1.5rem;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    margin-bottom: 3.125rem;
}

.login .item {
    display: flex;
    align-items: center;
    height: 3rem;
    background: #fff;
    border-radius: 0.3125rem;
    border-bottom: 1px solid #F5F5F5;
}

.login .item img {
    width: 30px;
    line-height: 3rem;
    margin-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    color: #333333;
}

.login .item input {
    height: 3rem;
    border: none;
    width: 70%;
    font-size: 14.4;
    color: #CCCCCC;
}

.login .item.diff input {
    width: 44%;
}

.login .item.diff #getCode {
    display: block;
    height: 20px;
    width: 120px;
    text-align: center;
    background-color: #fff;
    border-left: 2px solid #F5F5F5;
    color: #0095D9;
}

.login .submit {
    width: 100%;
    height: 2.8rem;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    background-color: #0095D9;
    margin-top: 1.25rem;
}

.login .type {
    display: flex;
    justify-content: space-between;
    margin-top: 0.625rem;
    font-size: 1rem;
}

.login .type span {
    color: #0095D9;
}

/* register */
.register {
    width: 90%;
    margin: 0 auto;
    margin-top: 3.75rem;
}

.register .title {
    font-size: 1.5rem;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    margin-bottom: 3.125rem;
}

.register .item {
    display: flex;
    align-items: center;
    height: 3.6rem;
    background: #fff;
    border-radius: 0.3125rem;
    border-bottom: 1px solid #F5F5F5;
}

.register .item .column label {
    font-size: .9rem;
}

.register .item img {
    width: 30px;
    line-height: 3rem;
    margin-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    color: #333333;
}

.register .item .see {
    width: 1rem;
}

.register .item input {
    height: 2rem;
    border: none;
    width: 70%;
    font-size: 16;
    color: #000000;
}

.register .item.diff input {
    width: 44%;
}

.register .item.diff #getCode {
    display: block;
    height: 20px;
    width: 120px;
    text-align: center;
    background-color: #fff;
    border-left: 2px solid #F5F5F5;
    color: #0095D9;
}

.register .submit {
    width: 100%;
    height: 2.8rem;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
    background-color: #0095D9;
    margin-top: 1.25rem;
}

.register .type {
    display: flex;
    justify-content: space-between;
    margin-top: 0.625rem;
    font-size: 14.4;
}

.register .type span {
    color: #0095D9;
}

#fileBox {
    height: 60px;
    padding: 10px;
    background-color: #fff;
    padding-left: 58px;
}

#fileBox label {
    border: 1px dashed #ccc;
    display: block;
    float: left;
    height: 60px;
    width: 60px;
    background: url(../img/add.png) no-repeat center;
    background-size: 50% 50%;
    margin-left: .17rem;
}

#fileBox .file-btn {
    height: 50px;
    width: 50px;
    margin: 0 .5rem .5rem 0;
    opacity: 0;
}

#fileBox .review-box {
    display: block;
    float: left;
    margin-left: .17rem;
}

#fileBox .review-box img {
    height: 60px;
    width: 60px;
    margin: 0 .1rem .2rem 0;
}

#fileBox .prev-item {
    position: relative;
    display: inline-block;
}

#fileBox .prev-item .closebtn {
    position: absolute;
    right: -1px;
    top: -4px;
    display: block;
    height: 14px;
    width: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    background: red;
    border-radius: 10px;
}

#fileBox .prev-item .closebtn {
    position: absolute;
    right: 0;
    top: -4px;
    display: block;
    height: 14px;
    width: 14px;
    color: #fff;
    font-size: 16px;
    line-height: 14px;
    text-align: center;
    background: #8E8E93;
    border-radius: 10px;
}

.sp1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 1.25rem;
    position: relative;
}

.sp1 label {
    vertical-align: middle;
    margin-left: 24px;
}

.sp1 label a {
    color: #0095D9;
}

.sp1 img {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 80px;
    cursor: pointer;
}

.sp1 > input {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    opacity: 0;
}

/* 礼品兑换 */
.gift {
    margin-bottom: 100px;
}

.gift .top {
    width: 100%;
    margin-top: 2.8rem;
}

.gift .top img {
    width: 100%;
}

.gift .nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #fff;
    padding: 10px 0;
}

.gift .nav .column {
    align-items: center;
    justify-content: center;
}

.gift .nav .column img {
    width: 4rem;
    margin-bottom: 0.4rem;
}

.gift .items {
    background: #fff;
    margin-top: 0.625rem;
}

.gift .items .title {
    text-align: center;
    padding: 1rem 0;
    font-size: 1rem;
    color: #0095D9;
}

.gift .items .item-group {
    height: 100%;
}

.gift .items .item-group .item {
    display: flex;
    flex-direction: column;
    width: calc(50% - 2px);
    height: 190px;
    float: left;
    background: #fff;
    border: 1px solid #F5F5F5;
}

.gift .items .item-group .item .info {
    padding: 0 0.625rem;
    margin-top: 0.625rem;
}

.gift .items .item-group .item img {
    width: 9rem;
    height: 110px;
    margin: 0 auto;
}

.gift .items .item-group .item span {
    display: block;
    width: 100%;
    color: #FD8900;
    font-size: 1rem;
    text-align: left;
}

.gift .items .item-group .item .info p {
    font-size: 0.875rem;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 这里是超出几行省略 */
    overflow: hidden;

}

.gift .items .imgs a:nth-child(2) {
    display: block;
    margin-top: 10px;
}

/* 兑换成功 */
.success {
    margin-top: 6.125rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #333333;
}

.success img {
    width: 12.5rem;
}

.success p {
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.success a {
    color: #999999;
}

/* 积分明细 */
.points_detail {
    margin-top: 3.125rem;
}

.points_detail .top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 5.6rem;
    background-color: #fff;
}

.points_detail .top .points {
    font-size: 1.25rem;
    color: #FD8900;
    margin-bottom: 0.3125rem;
}

.points_detail .top span {
    color: #999999;
}

.record {
    background-color: #fff;
    margin-top: 0.9375rem;
}

.points_detail .record .item {
    height: 4rem;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.25rem;
    border-bottom: 1px solid #EEEEEE;
}

.points_detail .record .item:nth-last-child(1) {
    border: none;
}

.points_detail .record .item .left {
    display: flex;
    flex-direction: column;
    font-size: 1rem;
}

.points_detail .record .item .left .time {
    color: #999999;
    margin-top: 0.3125rem;
    font-size: 0.8125rem;
}

/* 商品详情 */
.gift_detail {
    margin-bottom: 30px;
}

.goods_img {
    height: 270px;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.goods_detail {
    width: 92%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    margin-top: -30px;
    height: 100px;
    box-shadow: 0px 0px 4px 0px rgba(215, 215, 215, 0.5), 0px 3px 4px 0px #EEEEEE;
}

.goods_detail .jifen {
    color: #FD8900;
    font-size: 18px;
    margin-top: 10px;
}

.goods_desc {
    background: #fff;
    margin-top: 20px;
    padding-bottom: 80px;
}

.goods_desc .title {
    display: flex;
    align-items: center;
    padding: 10px 0 10px 15px;
    font-size: 1rem;
    color: #333333;
}

.goods_desc .title .circle {
    display: block;
    width: 12px;
    height: 12px;
    background: #FD8900;
    border-radius: 50%;
    margin-right: 4px;
}

.goods_desc_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.goods_desc_content img {
    margin: 30px 0;
}

.gift_detail .btn-box {
    display: flex;
    justify-content: center;
    width: 100%;
    position: fixed;
    bottom: 20px;
    left: 0
}

.gift_detail .btn {
    width: 80%;
    height: 50px;
    color: #fff;
    background: #0095D9;
    border-radius: 49px;
    margin: 10px auto;
    font-size: 16px;
    margin-top: 20px;
}

/*确认订单*/
.sure_order .nav {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    background: #fff;
}

.sure_order .nav ul {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-around;
    padding: 0 20px;
}

.sure_order .nav ul li {
    float: left;
    width: 30%;
    height: 32px;
    text-align: center;
    font-size: 17px;
    box-sizing: border-box;
    padding-bottom: 12px;
}

.sure_order .nav ul li.on {
    border-bottom: 2px solid #0095D9;
    box-sizing: border-box;
    color: #0095D9
}

.sure_order .mask {
    width: 100vw;
    height: 100vh;
    background: rgba(1, 1, 1, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}
.sure_order .mask2 {
    width: 100vw;
    height: 100vh;
    background: rgba(1, 1, 1, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.sure_order .mask1 {
    width: 100vw;
    height: 100vh;
    background: rgba(1, 1, 1, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.sure_order .mask1_content {
    width: 90%;
    height: 200px;
    position: fixed;
    top: 200px;
    left: 5%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    background-color: #FFF;
    padding: 10px 0;
}

.sure_order .mask1_content .cancel {
    color: #0095D9;
}

.sure_order .mask1_content a {
    display: block;
    height: 40px;
    line-height: 40px;
    width: 150px;
    border-radius: 20px;
    text-align: center;
    color: #fff;
    background-color: #0095D9;
}

.sure_order .mask1_content .tel {
    font-size: 20px
}

.sure_order .mask1_content .msg {
    color: #666666;
    font-size: 13px;
}

.sure_order .modal {
    width: 100%;
    height: 180px;
    background: #fff;
    position: absolute;
    bottom: 0;
    z-index: 22;
}

.sure_order .modal_content {
    padding: 20px;
}

.sure_order .modal_content .title {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333333;
}
.sure_order .invoice_type {
    display: flex;
    align-items: center;
}

.sure_order .invoice_type p {
    width: 90px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    border: 1px solid #999999;
    text-align: center;
}

.sure_order .invoice_type3 {
    display: flex;
    align-items: center;
}

.sure_order .invoice_type3 p {
    width: 90px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    border: 1px solid #999999;
    text-align: center;
}
.sure_order .invoice_type3 p:nth-child(2) {
    margin-left: 16px;
}
.sure_order .invoice_type3 p.active {
    color: #0095D9;
    border: 1px solid #0095D9;
}
.sure_order .invoice_type2 {
    display: flex;
    align-items: center;
}

.sure_order .invoice_type2 p {
    width: 120px;
    /*height: 25px;*/
    line-height: 25px;
    border-radius: 4px;
    border: 1px solid #999999;
    text-align: center;
}
.sure_order .invoice_type .cp {
    width: 90px;
    height: 25px;
    line-height: 25px;
    border-radius: 4px;
    border: 1px solid #999999;
    text-align: center;
}

.sure_order .invoice_type p:nth-child(2) {
    margin-left: 16px;
}

.sure_order .invoice_type p:nth-child(3) {
    margin-left: 16px;
}

.sure_order .modal .close_img {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
}

.sure_order .taitou {
    margin-top: 20px;
}

.sure_order .invoice_type p.active {
    color: #0095D9;
    border: 1px solid #0095D9;
}
.sure_order .invoice_type2 p.active {
    color: #0095D9;
    border: 1px solid #0095D9;
}
.sure_order .invoice_type p .active span{
    color: #0095D9;
    border: 1px solid #0095D9;
}

.sure_order .input_item {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px #e5e5e5 solid;
    display: flex;
    align-items: center;
}

.sure_order .input_item input {
    border: none;
    width: calc(100% - 80px);
    padding-left: 10px;
    font-size: 14px;
}

.sure_order .input_item label {
    display: block;
    width: 135px;
    font-size: 14px;
}

.sure_order .sure_btn_box {
    margin: 0 auto;
    text-align: center;
}

.sure_order .sure_btn_box .sure_btn {
    width: 90%;
    height: 40px;
    line-height: 40px;
    background: #0095D9;
    color: #fff;
    text-align: center;
    margin-top: 30px;
    border-radius: 20px;
    position: fixed;
    left: 5%;
    bottom: 20px;
}

.hejiBox.jiesuan .heji {
    bottom: 0
}

.jsaddress {
    padding: 8px;
    border-top: 1px solid #eee;
    background: #fff;
}

.jsaddress .jsaddressL {
    float: left;
    width: 90%;
    overflow: hidden
}

.jsaddress .jsaddressL p.p6 {
    color: #333;
    font-size: 12.8px
}

.jsaddress .jsaddressL p.p6 span {
    padding-left: 19.2px
}

.jsaddress .jsaddressL p.p5 {
    font-size: 12px;
    color: #999;
    line-height: 22.4px
}

.jsaddress .jsaddressR {
    float: right;
}

.jsaddress .jsaddressR img {
    height: 17.6px;
}

.jsdingdan {
    padding: 0 8px;
    border-top: 1px solid #eee;
    background: #fff
}

.jsdp {
    padding: 12.8px 0;
    height: 19.2px;
    line-height: 19.2px;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    white-space: nowrap;
}

.jsdp img {
    height: 19.2px;
    float: left
}

.jsdp span {
    font-size: 14.4;
    height: 19.2px;
    line-height: 19.2px;
    padding-left: 0.3rem;
    color: #333
}

.jsxq {
    padding: 9.6px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    background: #fff
}

.jsxq .jsxq_1 {
    float: left;
    width: 80px;
    height: 80px;
    padding-right: 8px
}

.jsxq .jsxq_1 img {
    width: 80px;
    height: 80px;
}

.jsxq .jsxq_2 {
    flex: 1;
    height: 36.8px;
}

.jsxq .jsxq_2 .js_1 {
    overflow: hidden
}

.jsxq .jsxq_2 .js_1 p.p1 {
    float: left;
    color: #333;
    font-size: 12.8px;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jsxq .jsxq_2 .js_1 p.p2 {
    float: right;
    font-size: 11.2px;
    color: #FD8900;
}

.jsxq .jsxq_2 .js_2 {
    height: 14.4;
    padding-top: 3.2px;
    overflow: hidden
}

.jsxq .jsxq_2 .js_2 p.p3 {
    float: left;
    color: #999;
    font-size: 12.8px;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.zhifu {
    margin-top: 15px;
}

.zhifu .jsyf {
    padding: 9.6px 8px;
    font-size: 12.8px;
}

.zhifu .jsyf span {
    font-size: 12.8px;
}

.invoice .jsyf {
    padding: 9.6px 8px;
    font-size: 12.8px;
}

.invoice .jsyf span {
    font-size: 12.8px;
}

.invoice .jsyfR {
    display: flex;
    align-items: center;
}

.jsxq .jsxq_2 .js_2 p.p4 {
    color: #333;
    float: right;
    font-size: 12px
}

.jsyf {
    padding: 9.6px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    background: #fff
}

.jsyf .jsyfL {
    color: #333;
    float: left;
    font-size: 12.8px;
    display: flex;
    align-items: center;
}

.jsyf .jsyfL img {
    width: 24px;
    margin-right: 10px;
}

.jsyf .jsyfR {
    float: right;
    font-size: 12.8px
}

.jsyf .jsyfR img.checked_img {
    width: 20px;
}

.btn_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay_btn {
    width: 220px;
    height: 45px;
    background: #F86C20;
    border-radius: 25px;
    color: #fff;
    font-size: 16px;
    margin: 20px auto;
    margin-top: 40px;
}

.jsyf .jsyfR.money {
    color: #F86C20;
}

.jsyf .jsyfC {
    flex: 1;
    font-size: 12.8px;
    color: #999
}

.jsyf .jsyfR img {
    width: 3rem;
    border-radius: 100%
}

.jsyf .jsyfL p {
    line-height: 3rem
}

.jshj {
    padding: 9.6px 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
    background: #fff
}

.jshjp {
    float: right;
    text-align: right;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
    font-size: 12.8px;
    display: flex;
    align-items: center;
}

.jshjp .sp1 {
    padding-left: 12.8px
}

.jshjp .sp2 {
    color: #FD8900
}

.jsyhq {
    padding: 0 8px;
    border-top: 1px solid #eee;
    background: #fff
}

.jsyhq_1 {
    padding: 0.6rem 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.jsyhq_1 .p1 {
    float: left;
    font-size: 12.8px;
    color: #333;
    height: 19.2px;
    line-height: 19.2px;
}

.jsyhq_1 .p2 {
    float: left;
    font-size: 12px;
    color: #fff;
    display: block;
    height: 19.2px;
    line-height: 19.2px;
    width: 3rem;
    text-align: center;
    border-radius: 4px;
    background: #ff2150;
    margin-left: 8px
}

.jsyhq_2 {
    padding: 0.6rem 0;
    border-bottom: 1px solid #eee;
    overflow: hidden;
}

.jsyhq_2 .jsjfL {
    float: left;
    height: 19.2px;
    line-height: 19.2px;
}

.jsyhq_2 .jsjfL p {
    color: #333;
    font-size: 12.8px
}

.jsyhq_2 .jsjfL p span {
    color: #ff2150;
    padding-left: 8px
}

.jsyhq_2 .jsjfR {
    float: right;
    width: 19.2px;
    height: 19.2px;
}

.jsyhq.pad0 {
    padding: 0
}

.jsyhq_2.bor0 {
    border: 0
}

.jsyhq_2.bor0 a {
    display: block;
    width: 100%;
}

.jsyhq.pad0 .jsyhq_2 {
    padding: 0.6rem 8px
}

.mytb {
    padding: 8px;
    border-bottom: 1px solid #eee
}

.mytb .mytbL {
    float: left;
    width: 3rem;
    height: 3rem;
    padding-right: 0.3rem
}

.mytb .mytbL img {
    width: 3rem;
    height: 3rem;
    border-radius: 100%
}

.mytb .mytbC {
    float: left;
}

.mytb .mytbC .p1 {
    color: #333;
    font-size: 12.8px;
    line-height: 1.5rem;
    padding-top: 0.3rem;
}

.mytb .mytbC .p2 {
    color: #999;
    font-size: 0.7rem
}

.mytb .mytbR {
    float: right;
    width: 19.2px;
    height: 19.2px;
    padding-top: 1rem
}

.mytb .mytbR img {
}

.tuichu {
    width: 100%;
    height: 2.5rem;
    background: url(../images/tcbg.jpg) repeat-y;
    margin-top: 2rem
}

.tuichu a {
    display: block;
    text-align: center;
    line-height: 2.5rem;
    color: #fff;
    font-size: 1rem
}

.hbox {
    height: 50px;
}

/*管理收货地址*/
.addressbox {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 0 8px;
    border-top: 1px solid #eee;
}

.addressbox_1 {
    padding: 12.8px 0 8px 0;
    border-bottom: 1px solid #eee;
}

.addressbox_1 p.p1 {
    color: #333;
    font-size: 12.8px;
}

.addressbox_1 p.p1 span {
    padding-left: 19.2px;
}

.addressbox_1 p.p2 {
    font-size: 12px;
    color: #999;
    line-height: 22.4px;
    padding-top: 0.1rem
}

.addressbox_2 {
    height: 19.2px;
    padding: 0.7rem 0
}

.addressbox_2 .ad1 {
    float: left
}

.addressbox_2 .ad1 .ad1_1 {
    width: 19.2px;
    height: 19.2px;
    padding-right: 3.2px;
    float: left
}

.addressbox_2 .ad1 .ad1_2 {
    color: #999;
    font-size: 12px;
    float: left;
    line-height: 20.8px
}

.addressbox_2 .ad2 {
    float: right
}

.addressbox_2 .ad2 .ad2_1 {
    height: 19.2px;
    padding-right: 3.2px;
    float: left
}

.addressbox_2 .ad2 .ad2_1 img {
    height: 14.4;
    margin-top: 0.1rem
}

.addressbox_2 .ad2 .ad2_2 {
    color: #999;
    font-size: 12px;
    float: left;
    line-height: 19.2px;
    cursor: pointer;
}

.addressbox_2 .ad2.mr {
    padding-right: 8px
}

.addressbox.on {
    border: 0
}

/*添加收货地址*/
.addressDiv {
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    padding: 0 8px;
    background: #fff
}

.addressDiv .addiv1 {
    border-bottom: 1px solid #eee;
    padding: 8px 0;
    height: 1.5rem
}

.addressDiv .addiv1 .addiv1_l {
    float: left;
    text-align: right;
    width: 20%;
    color: #666;
    font-size: 12.8px;
    line-height: 1.5rem
}

.addressDiv .addiv1 .addiv1_r {
    float: left;
    width: 65%;
}

.addressDiv .addiv1 .addiv1_r input {
    border: 0;
    width: 100%;
    height: 1.5rem;
    outline: none;
    padding-left: 3.2px;
    color: #666;
    font-size: 12.8px;
    line-height: 1.5rem
}

.addressDiv .addiv1 .addiv1_c {
    float: right;
    width: 15%;
    height: 1.5rem;
    border-left: 1px solid #eee;
    box-sizing: border-box
}

.addressDiv .addiv1 .addiv1_c img.dw {
    height: 1rem;
    display: block;
    margin: 0 auto
}

.addressDiv .addiv1 .addiv1_c p.dw {
    text-align: center;
    font-size: 0.6rem;
    transform: scale(0.8);
    color: #ff2150
}

.gwccheck {
    width: 100%;
    height: 100%;
    background-image: url(../img/checkno.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.gwccheck.on {
    background-image: url(../img/checkon.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

/* 自提点 */
.ziti {
    margin-top: 50px;
}

.ziti .item {
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-bottom: 1px solid #f5f5f5;
}

.ziti .item:nth-last-child(1) {
    border: none;
}

.ziti .item .left {
    display: flex;
    align-items: center;
}

.ziti .item .left > img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    margin-right: 12px;
}

.ziti .item .column {
    display: flex;
    flex-direction: column;
}

.ziti .item .column .row {
    display: flex;
    align-items: center;
}

.ziti .item .column .row img {
    width: 15px;
    height: 15px;
    margin-right: 2px;
}

.ziti .shequ {
    font-size: 16px;
    font-weight: 600;
}

.ziti .right img {
    width: 26px;
}

.ziti .address {
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 10px;
}

.ziti .distance {
    color: #0095D9;
    margin-left: 4px;
}

/* 消费详情 */
.query_detail {
    margin-top: 50px;
}

.query_detail .top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #fff;
}

.query_detail .top .left {
    display: flex;
    align-items: center;
}

.query_detail .top img {
    width: 40px;
}

.query_detail .top .middle {
    width: 200px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
}

.query_detail .top .middle .title {
    font-size: 15px;
}

.query_detail .top .middle .time {
    color: #9D9D9D;
    margin-top: 5px;
}

.query_detail .state, .jifen {
    color: #F86C20;
    font-size: 14px;
}

.query_detail .item-group {
    background-color: #fff;
    margin-top: 10px;
}

.query_detail .item-group .item {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #F5F5F5;
}

.query_detail .item-group .item:nth-last-child(1) {
    border: none;
}

.query_detail .btns {
    width: 85%;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.query_detail .btns button {
    width: 140px;
    height: 40px;
    border-radius: 28px;
    border: 1px solid #0095D9;
    color: #0095D9;
}

/* 兑换记录 */
.exchange_record {
    margin-top: 50px;
}

.exchange_record .items .item {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid #F5F5F5;
}

.exchange_record .items .item:nth-child(1) {
    /*border: none;*/
}

.exchange_record .items .item .left {
    display: flex;
    align-items: center;
}

.exchange_record .items .item .left img {
    width: 80px;
    height: 50px;
    border: 1px #F5F5F5 solid;
    padding: 10px;
    margin-right: 20px;
}

.exchange_record .right img {
    width: 20px;
}

.exchange_record .items .item .left .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.exchange_record .orange {
    color: #F86C20;
    font-size: 17px;
    margin-right: 2px;
}

.exchange_record .jifen {
    font-size: 14px;
    color: #666666;
}

/* 兑换详情 */
.record_detail {
    margin-bottom: 30px;
}

.record_detail .goods_img {
    height: 270px;
    padding-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.record_detail .items {
    background-color: #fff;
    margin-top: 10px;
}

.record_detail .items .item {
    padding: 12px;
    border-bottom: 1px solid #F5F5F5;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.record_detail .items .item span {
    font-size: 14px;
}

.record_detail .items .item > span:nth-child(1) {
    color: #666666;
}

.record_detail .jifen {
    color: #F86C20;
    font-size: 16px;
    margin-right: 2px;
}

/* 充值 */
.recharge {
    padding-top: 50px;
}

.recharge .input {
    padding: 15px;
    padding-bottom: 20px;
    background-color: #fff;
}

.recharge .input input {
    margin-top: 10px;
    border: 1px solid #F5F5F5;
    height: 40px;
    border-radius: 10px;
    padding-left: 10px;
}

.recharge .title {
    font-size: 14px;
}

.type_title {
    padding: 10px 10px 0 15px;
    font-size: 14px;
}

.recharge_type {
    padding: 15px;
    background: #fff;
    margin-top: 10px;
}

.recharge_type .jsyf {
    border: none;
    padding: 0;
}

.recharge .btn {
    color: #fff;
    width: 17rem;
    height: 3.3rem;
    line-height: 3.3rem;
    text-align: center;
    letter-spacing: 3px;
    margin: 0 auto;
    background: #F86C20;
    border-radius: 49px;
    margin-top: 2.5rem;
}

.recharge .btn button {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
}
