html,body{
    position: relative;
    width: 100%;
    min-height: 950px;
}
input[type="checkbox"]{
    display: none;
}
label{
    position: relative;
    display: inline-block;
    z-index: 1;
    border: 1px solid #b8b8b8;
    margin-left: 10px;
    border-radius: 1px;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
label.mark{
    background: url("../images/mark1.png") no-repeat -1px -1px;
}

a:hover{
    color: #ff873e;
    text-decoration: underline;
}



.cartMain{
    position: relative;
    width: 1180px;
    min-width: 1180px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0px 0px 100px;
    min-height: 210px;
}
/*购物车头部*/
.cartMain_hd{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #3c3c3c;
    /*background: #ccc;*/
    /*margin: 20px 0;*/
}
.cartMain_hd .cartTop{
    height: 50px;
}
.cartMain_hd .cartTop .list_chk{
    width: 80px;
    text-indent: 30px;
}
.cartMain_hd .cartTop .list_con{
    width: 312px;
}
.cartMain_hd .cartTop .list_chk label{
    position: absolute;
    left: 10px;
    top:19px;
    margin: 0;
}
.cartMain_hd .cartTop .list_info{
    padding: 0;
    text-indent: 15px;
}
.cartMain_hd .cartTop .list_con{
    text-indent: 140px;
}


.cartBox{
    width: 100%;
    margin-bottom: 15px;
}
.cartBox .shop_info{
    position: relative;
    width: 100%;
    height: 38px;
    background-color: #fff;
    line-height: 38px;
    vertical-align: baseline;
}
.cartBox .shop_info .all_check{
    position: relative;
    float: left;
    width: 30px;
    height: 38px;
	padding-left: 10px;
}

.cartBox .shop_info .all_check input[type="checkbox"]{
    position: absolute;
    z-index: 0;
    left: -20px;
    top: -20px;
}
.cartBox .shop_info .all_check .shop{
    position: absolute;
    top:13px;
}
.cartBox .shop_info .shop_name{
    float: left;
}



/*商品列表*/
.cartBox .order_content{
    border: 1px solid #ccc;
}
.cartBox .order_content a{
    display: block;
}
.order_lists{
    width: 100%;
    height: 130px;
    border-bottom: 1px solid #e7e7e7;
}
.order_lists:last-child{
    border-bottom: none;
}
.order_lists li{
    float: left;
    height: 100%;
}

.order_lists .list_chk{
    position: relative;
    width: 50px;
}
.order_lists .list_chk input[type="checkbox"]{
    position: absolute;
    z-index: 0;
    left: -20px;
    top: -20px;
}
.order_lists .list_chk label{
    margin: 20px 0 0 24px;
}

.order_lists .list_con{
    width: 342px;
}
.order_lists .list_con .list_img{
    width: 90px;
    height: 90px;
    margin-top: 20px;
    float: left;
}
.order_lists .list_con .list_img img{
    width: 100%;
    vertical-align: top;
}
.order_lists .list_con .list_text{
    margin: 20px 0 0 10px;
    line-height: 18px;
    width: 200px;
    float: left;
}
.order_lists .list_con .list_text a{
    color: #3c3c3c;
}
.order_lists .list_con .list_text a:hover{
    color: #ff873e;
    text-decoration: underline;
}

.order_lists .list_info{
    width: 234px;
    box-sizing: border-box;
    padding: 20px 0;
}
.order_lists .list_info p{
    color: #9c9c9c;
    line-height: 18px;
    margin-left: 15px;
}
.order_lists .list_price{
    width: 130px;
}
.order_lists .list_price .price{
    margin-top: 20px;
    line-height: 18px;
    font-family: Verdana,Tahoma,arial;
    color: #3c3c3c;
    font-weight: bold;
}
.order_lists .list_amount{
    width: 120px;
}
.order_lists .list_amount .amount_box{
    margin-top: 20px;
    width: 77px;
    height: 25px;
    position: relative;
}
.order_lists .list_amount .amount_box input{
    width: 39px;
    height: 15px;
    line-height: 15px;
    border: 1px solid #aaa;
    color: #343434;
    text-align: center;
    padding: 4px 0;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    left: 18px;
    float: left;
}
.order_lists .list_amount .amount_box a{
    float: left;
    height: 23px;
    width: 17px;
    border: 1px solid #e5e5e5;
    background: #f0f0f0;
    text-align: center;
    line-height: 23px;
    color: #444;
    position: absolute;
    top:0;
}
.order_lists .list_amount .amount_box a:hover{
    border-color: #ff873e;
    text-decoration: none;
    color: #ff873e;
    z-index: 3;
}

.order_lists .list_amount .amount_box .reduce{
    left: 0;
}

.order_lists .list_amount .amount_box .reSty{
    color: #cbcbcb;
}
.order_lists .list_amount .amount_box .reSty:hover{
    border-right: none;
    border-color: #e5e5e5;
    text-decoration: none;
    color: #cbcbcb;
}

.order_lists .list_amount .amount_box .plus{
    border-left-color: transparent;
    right: 0;
}


.order_lists .list_sum{
    width: 140px;
	padding-left: 20px;
}
.order_lists .list_sum .sum_price{
    line-height: 18px;
    margin-top: 20px;
    font-family: Verdana,Tahoma,arial;
    color: #ff0000;
    font-weight: bold;
}
.order_lists .list_op{
    width: 162px;
}
.order_lists .list_op .del{
    margin-top: 20px;
    line-height: 18px;
}

/*底部总计算价*/
.bar-wrapper{
    width: 1200px;
    height: 50px;
    position: absolute;
    bottom: 50px;
    /*z-index: 99;*/
    z-index: 9;
    background: #e5e5e5;
}
.bar-wrapper .bar-right{
    float: right;
    color: #3c3c3c;
}
.bar-wrapper .bar-right strong{
    color: #f40;
}

.bar-wrapper .bar-right .piece{
    float: left;
    min-width: 110px;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
}
.bar-wrapper .bar-right .piece .piece_num{
    display: inline-block;
    padding: 0 10px;
    font-weight: 700;
    font-size: 18px;
    font-family: tohoma,arial;
}
.bar-wrapper .bar-right .totalMoney{
    float: left;
    min-width: 100px;
    height: 50px;
    line-height: 50px;
}
.bar-wrapper .bar-right .totalMoney .total_text{
    float: right;
    font-weight: 400;
    font-size: 20px;
    font-family: Arial;
    vertical-align: middle;
    margin-right: 10px;
    margin-left: 15px;
}
.bar-wrapper .bar-right .calBtn{
    float: left;
}
.bar-wrapper .bar-right .calBtn a{
    display: block;
    width: 120px;
    height: 50px;
    color: #fff;
    background: #B0B0B0;
    cursor: not-allowed;
    font-size: 22px;
    letter-spacing: 5px;
    text-decoration: none;
    line-height: 50px;
    text-align: center;
    border-radius: 2px;
}
.bar-wrapper .bar-right .calBtn a.btn_sty{
    background: #f40;
    cursor: pointer;
}

/*自己定义的模态框*/
.model_bg{
    position: absolute;
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.6);
    z-index: 999;
    display: none;
}
.my_model{
    position: fixed;
    display: none;
    top:45%;
    left: 50%;
    margin-top: -50px;
    margin-left: -200px;
    z-index: 9999;
    width: 360px;
    /*height: 120px;*/
    border: 1px solid #aeaeae;
    border-radius: 3px;
    padding: 20px;
    background: #fff;
}
.my_model .title{
    font-size: 14px;
    color: #3c3c3c;
    font-weight: 700;
    margin-bottom: 20px;
}
.my_model .title .closeModel{
    float: right;
    cursor: pointer;
}
.my_model p{
    line-height:16px;
}
.my_model .opBtn{
    margin-top: 20px;
}
.my_model .opBtn a{
    width: 58px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    margin-right: 10px;
    font-weight: 700;
}
.my_model .dialog-sure{
    background: #52a0e5;
    color: #fff;
    border: 1px solid #52a0e5;
}

.my_model .dialog-close{
    background: #fff;
    border: 1px solid #d9d9d9;
    color: #3c3c3c;
}
.w_1200 {
    width: 1200px;
    margin: 0 auto;
}

/* CSS Document */
.pay_Order{ width:880px; margin:0px auto; padding-top:20px; overflow:hidden;}
.pay_Order_right{ margin-left:30px; margin-top:40px;}
.pay_xq{ font-size:22px; color:#48b8e0; line-height:40px;}
.order_number{ margin-top:20px; margin-bottom:20px;}
.pay_price{ color:#969696;}
.pay_price span{ color:#e66861; font-size:18px; margin-left:5px; margin-right:10px;}

.RadioClass{ display:none; vertical-align:middle;}
.RadioLabelClass{
    background:url(../images/RUnCheck.png) center left no-repeat;
    padding-left: 25px;
    margin: 5px 30px 5px 5px;

}
.RadioSelected{
    background: url(../images/RCheck.png) center left no-repeat;
}
.invoice{ margin-left:50px;margin-top:3.5px; color:#646464;}
.Online_banking{ background:#fdfdfd; height:60px; line-height:60px; margin-top:10px; margin-bottom:10px; color:#48b8e0; font-size:25px;}
.bank{ vertical-align:middle;
    height: 50px;max-width: 221px;}
.mt60{ margin-right:60px;}
.expansion{ color:#48b8e0; font-size:20px; cursor:pointer; text-align:center; margin-top:10px; margin-bottom:10px;}
.bank_ul{ overflow:hidden;}
.bank_ul  li{ float:left; margin-top:10px; margin-bottom:20px;}
.bank_More{ display:none;}

.pay_Next{ display:block; height:50px; line-height:50px; width:150px; background:#48b8e0; text-align:center; border-radius:5px; color:#fff; margin:0px auto; margin-top:20px; margin-bottom:20px; behavior:url(../css/radius.htc);}

.mr100{ margin-right:260px;}

/*支付成功*/
.payment{ width:670px; margin:0px auto; text-align:center; overflow: hidden;}
.payment_p{ font-size:60px; color:#00a2ed; margin-top:20px; margin-bottom:20px;}
.Prompt_dym{ font-size:30px; color:#326b92; margin-bottom:20px;}
.payment_order{ font-size:25px; color:#3c3c3c; margin-bottom:20px; margin-top:20px;}
.payment_Price{ margin-left:15px; margin-right:30px; color:#e04848;}
.payment_orderSapn{ color:#326b92;}
.payment_shopping dd{ float:left;}
.payment_shopping{ overflow:hidden; margin-left:125px;}
.payment_shopping dd a{ display:block; width:120px; height:40px; line-height:40px; color:#fff; border-radius:5px; position:relative; behavior:url(../css/radius.htc); margin-left:15px; margin-right:15px; margin-bottom:10px;}
.Continue_shopping{ background:#82b336;}
.Check_Order{ background:#48b8e0;}
.Feedback{ background:#4485b2;}
.Other_services{ font-size:30px; border-top:1px dashed #ddd; text-align:center; padding-top:20px; margin-top:20px;}

.Other_services_ul{ width:680px; margin:0px auto; overflow:hidden; margin-top:30px; padding-left:20px; margin-bottom:20px;}
.Other_services_ul li{ float:left;}
.Other_services_ul li a{ display:block; width:180px; text-align:center; margin-left:20px; margin-right:20px;}
.other_name{ font-size:28px; color:#239DDA; margin-top:10px; margin-bottom:10px;}

/*确认支付页面*/
.Checklist{ padding-bottom:10px;text-align:center; overflow:hidden;}
.checklist_logo{ margin-top:20px; font-size: 20px; color: #48b8e0;}
.Checklist_p{ color:#fff; font-size:20px; margin-top:20px; margin-bottom:10px;}
.checklist_logo img{ margin-right: 15px;}
.income_date{ margin:30px;}
.income_Address{ font-size:20px;}
.add_address a{ display:block; color:#48b8e0; font-size:20px; margin-top:5px; cursor:pointer;}

.address_lsit{ margin-top:20px; }
.address_lsit li{ overflow:hidden; height:50px; line-height:50px; margin-bottom:20px;}
.address_detail{ overflow:hidden;}
.address_detail dd{ float:left; margin-right:15px; padding-left: 15px;}
.address_update{ overflow:hidden;}
.address_update dd{ float:left; margin-left:10px; margin-right:10px;padding-left:5px;}
.address_lsit1{ background:#EAF0F4;}
.address_update dd a{ color:#48b8e0;}
.address_name{ background:url(../images/addre_name.png) no-repeat #fff; width:155px; text-align:center;}
.address_name1{width:170px; text-align:center; border:1px solid #EAF0F4; height:48px;}
.payment_sevser_Detail{ width:280px; color:#969696; margin:0px auto;}
.payment_sevser_Price{ color:#969696; font-size:18px;}
.payment_sevser_Price span{ color:#e0485a; margin-left:10px; margin-right:10px; }
.paymentsucces_order{ width:100%;}
.paymentsuces_address{ color:#969696;}
.paymentsucces_order tr td{ background:#fafafa; text-align:center; padding-top:10px; padding-bottom:10px;}
.paymentsucces_order tr th{ font-weight: normal; padding-bottom: 10px;}
.paymentsuccesBor{ border-bottom:10px solid #fff;}
.payment_img{ margin-top:10px; margin-bottom:10px;}
.payment_Confirm{ width:128px; height:45px; line-height:45px; background:#48b8e0; border-radius:5%; text-align:center; font-size:16px; color:#fff; behavior:url(../css/radius.htc); margin:0px auto; margin-top:20px; margin-bottom:20px; cursor:pointer;}
.SubmitOrder{ background:#fafafa; height:70px; line-height:70px; margin-top:20px;  margin-bottom:20px; }
.sub_order{ width:128px; height:45px; line-height:45px; background:#48b8e0; color:#fff; border-radius:5px;behavior:url(../css/radius.htc); position:relative; text-align:center; font-size:16px; cursor: pointer; margin-top:13px; margin-left:15px; margin-right:15px;}
.lump_sum{ font-size:18px;}
.lump_sum span{ color:#e0485a; margin-left:10px;}

.paymentLxr{ cursor:pointer; border: 1px solid #ddd; background:#fff;  text-align: center; width: 153px; height: 48px; line-height: 48px;}
.address_lsit li:hover{ background: #48b8e0;}
.address_lsit li:hover .address_update a{ color: #fff;}
.address_lsit li:hover .colorBase{color: #fff;}

.payTop,.payFoot{ cursor: pointer; font-size: 16px;}
.payTop img,.payFoot img{ margin-left: 5px;}
.payTop{ display: none;}
/* .payHide{ display: none;} */
/* 修改地址 */
.theme-popover-mask { z-index:999;
    background: none repeat scroll 0 0 #000;
    height: 100%;
    left: 0;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    position: fixed;
    top: 0;
    width: 100%;
}
.addressEditor{position:fixed; top:55%; left:40%; background:#fff; width:570px; height:400px; margin-top:-235px; margin-left:-130px; z-index:9999; border-radius:15px; border:1px solid #5a5a5a; box-shadow: 0px  0px 5px 2px #5a5a5a;}
.address_close{ border:2px solid #676767; float:right; border-radius:50%; margin-top:3px; margin-right:5px; cursor:pointer; behavior:url(../css/radius.htc); position:relative;}
.change_pasw{ margin:10px; margin-top:0px;}
.passwod_p{ text-align:center; border-bottom:1px dashed #ddd; padding-bottom:20px; font-size:25px; color:#54BCE1;}
.changePassd_tab{ width:100%; margin-left:30px;}
.change_text{ width:340px; height:40px; line-height:40px; padding-left:5px;}
.textBorde{ height:40px; line-height:40px;}
.changePassd_tab tr td p{ margin-bottom:20px;}
.submit_address{ width:100px; height:40px; line-height:35px; background:#54BCE1; border:1px solid #54BCE1; color:#fff; border-radius:5px; font-size:18px; position:relative;}
/* .address{ display:none;} */
.textBorde{ position: relative;}
.textBorde label.error {
    position: absolute;
    left:0px;
    top: 33px;
    z-index: 0;
}

/* 优惠券 */
.couponh4{ font-size: 20px; font-weight: normal;margin-top: 10px; margin-bottom: 10px; padding-left:30px;}
.couponTab{ width: 100%;}
.couponTab tr td{ padding: 12px 10px 12px 10px; background: #fafafa; border-bottom: 10px solid #fff;  text-align: center;}
.vouchers2{ width:180px; height:50px; margin:0px auto; background:url(../images/djz1_dd.png) no-repeat; text-align: center; line-height: 50px; font-size: 18px; color:#fff; }
/* .couponTab tr .vouchersTd{ width:200px; padding-left: 90px;} */
.vouchers1{ width:180px; height:50px; margin:0px auto; background:url(../images/djz_dd.png) no-repeat; text-align: center; line-height: 50px; font-size: 18px; color:#48B8E0; }
.vouchers_p1{ color:  #000; font-size: 16px;}
.vouchers_p2{ color: #000; font-size: 16px;}
.vouchers3{ width:180px; height:50px; background:url(../images/djz_bky.png) no-repeat; text-align: center; line-height: 50px; font-size: 18px; color:#646464; }
/* .vouchersDiv{ margin-left: 50px;} */
.money{ margin-bottom: 5px; font-size: 16px;}

.cart-filter-bar{overflow: hidden;font-size: 12px;position: relative;}
.switch-cart{overflow: hidden;height: 33px; border-bottom:1px solid #f40;}
.btn-switch-cart{float: left;font-weight: 700;font-size: 16px;height: 16px;line-height: 1.1;font-family: 'Hiragino Sans GB','Lantinghei SC','Microsoft Yahei',SimSun;text-align: center;padding: 0 0 15px 0;cursor: pointer;margin-left: -1px;}
.switch-cart .current a em {
    color: #f40;
}

/*确认页面*/
.w-ouc-nav {
    height: 55px;
    background-color: #fafafa;
    border-bottom: solid 1px #eaeaea;
    line-height: 1.5;
}
.y-row {
    min-width: 1000px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    zoom: 1;
    *width: 1000px;
}
.w-ouc-title {
    float: left;
    display: inline;
    border-left: solid 3px #0579F2;
    margin-top: 19px;
    padding-left: 5px;
    color: #0579F2;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}
.w-ouc-bd {
    background-color: #fff;
    font-size: 12px;
    color: #333;
    padding-bottom: 20px;
}
.margin-top-3 {
    margin-top: 24px !important;
}
.console-step {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
}
.col-md-4 {
    width: 33.33333333333333%;
}
.console-step .step::before {
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    z-index: 8;
    top: 0px;
    border-top: 12px solid #cacaca;
    border-left: 12px solid transparent !important;
    border-bottom: 12px solid #cacaca;
}
.console-step .step::after {
    content: '';
    display: block;
    width: 16px;
    height: 24px;
    position: absolute;
    right: 0px;
    z-index: 9;
    top: 0px;
    border-top: 12px solid transparent !important;
    border-left: 12px solid #cacaca;
    border-left-color: rgb(202, 202, 202);
    border-bottom: 12px solid transparent !important;
    background-color: #FFF;
}
.console-step .step-active::after {
    border-color: #0579F2;
    border-top-color: rgb(0, 160, 199);
    border-bottom-color: rgb(0, 160, 199);
}
.console-step .step {
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    color: #FFF;
    background: #cacaca;
    z-index: 1;
    text-align: center;
}

.console-step .step-active {
    background-color: #0579F2;
}
.col-md-4{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.y-mt2 {
    margin-top: 8px;
}
.w-ouc-table {
    width: 100%;
    background: #FFF;
    font-size: 12px;
    color: #333;
    line-height: 25px;
}
.w-ouc-table-checklist thead tr {
    height: 40px;
    line-height: 40px;
}
.w-ouc-table thead tr th {
    background-color: #f9f9f9;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
}
.select {
    width: auto;
}
.w-ouc-bd a, .w-ouc-bd a:link, .w-ouc-bd a:visited, .w-ouc-bd a:hover {
    color: #0579F2;
}
[class*=" icon-"], [class^="icon-"] {
    font-family: 'iconfont';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.w-ouc-table tbody tr {
    color: #000;
    height: 50px;
    border-bottom: 1px solid #e9e9e9;
}
.text-warning {
    color: #FF6C08 !important;
}
.text-center {
    text-align: center;
}
.w-ouc-table tbody tr {
    color: #000;
    height: 50px;
    border-bottom: 1px solid #e9e9e9;
}
.row-margin-4 {
    margin-top: 32px;
    margin-bottom: 32px;
}
.text-right {
    text-align: right;
}
.text-size-24 {
    font-size: 24px !important;
}
.text-warning {
    color: #FF6C08 !important;
}
.btn-default {
    color: #333;
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}
.btn-primary {
    color: #fff;
    border: 1px solid #0579F2;
    background-color: #0579F2;
}
.order-opt-buy label {
    font-weight: normal;font-size: 100%;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
.order-opt-buy label input {
    vertical-align: -3px;
    margin-right: 5px;
}

.goods-item .p-img {
    float: left;
    width: 60px;
    height: 60px;
    border: 1px solid #efefef;
    margin: 0 14px;
    _display: inline;
}
.goods-item .p-msg {
    width: 240px;
}
.goods-item .p-msg {
    float: left;
}
.goods-item .p-msg .p-name{
    text-align: left;
}
.goods-item .p-msg .p-name .p-font{
    font-size: 18px;
    color: #333;
    font-weight: bold;
}
.p-padding10{padding: 10px 0;}
.goods-number {
    float: left;
    width: 40px;
    text-align: left;
    color: #aaa;
    font-family: verdana;
}

.cart_TabTitle {
    height: 40px;
    background: #f7f7f7;
    border-left: 2px solid #0579F2;
    position: relative;
}
#myTab2 {
    margin-left: 70px;
}
.cart_TabTitle .active {
    background: #fff;
    border-top: 1px solid #ff6600;
}
.cart_TabTitle .normal {
    background: #f7f7f7;
    line-height: 40px;
}
.cart_TabTitle li {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    margin-left: -1px;
    margin-right: 0;
}
 .cart_TabTitle li {
    float: left;
    width: 109px;
    margin-right: 4px;
    cursor: pointer;
    padding-top: 5px;
    text-align: center;
    height: 24px;
    padding-right: 0px;
    padding-left: 0px;
    list-style-type: none;
}
.cart_TabTitle .active {
    /*background: url(http://static.www.net.cn/static/buy/images/cart_tab01.gif) no-repeat;*/
    color: #474747;
    font-size: 12px;
    font-weight: bold;
}
.cart_TabTitle li {
    height: 40px;
    line-height: 40px;
    padding-top: 0;
    border-top: 1px solid #f7f7f7;
    border-left: 1px solid #f7f7f7;
    border-right: 1px solid #f7f7f7;
    margin-left: -1px;
    margin-right: 0;
}
.payment_content_bgwhite {
    width: 100%;
    margin: 0 0 20px 10px;
    overflow: hidden;
    font-size: 18px;
    height: 40px;line-height: 40px;
    color: #333;
}
.zhifuwancen{
    width:80%;
    border: 5px solid #0579F2;
    margin: 100px 10% 30px 10%;
    padding: 80px;
    border-radius: 15px;
    display: block;
    overflow: hidden;
}
.zhifuwancen .zhifuwancen1{
    font-size: 24px;
    width:200px;
}
.zhifuwancen .zhifuwancen2{
    font-size: 24px;
    width:400px;
}
.zhifuwancen p{
    float: left;
    width: 100px;
    line-height: 80px;
}
.zhifuwancen p img  {
    width: 80px;
}
.zhifuwancen3{
    width: 100%;text-align: center;
    font-size: 18px;
    margin-bottom: 50px;
    color: #FF0000;
}
.zhifuwancen3 img{
    width: 18px;
}
/* 修改支付方式布局 */
.bank_ul  li{
    display: flex;
}