body{
    background: #f7f7f7;
}
.header{
    background: #ffffff;
    box-shadow: 0 2px 12px rgba(136,136,136,.1);
}
.header-nav{
    padding-bottom: 2px;
    overflow: hidden;
}
.logo{
    margin: 10px 0;
    display: inline-block;
    width: 50%;
}
.logo img{
    height: 60px;
}
.header-right{
    padding-right: 5px;
    float: right;
    padding-top: 25px;
    font-size: 13px;
    color: #aaa;
}
.cartwrap{
    width: 1000px;
}
.footer{
    background: #ffffff;
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #e8e8e8;
    line-height: 40px;
}
.footer-links{
    font-size: 12px;
}
.footer-links a{
    position: relative;
    margin:0 10px;
}
.footer-links a:after{
    content: "";
    width: 1px;
    height: 70%;
    background-color: #ccc;
    position: absolute;
    right: -12px;
    top: 4px;
}
.footer-links a:last-child:after{
    display: none;
}
.footer-cp{
    display: block;
    color: #cccccc;
}

.cartbody{
    margin: 20px auto;
}

/*cart*/
.cart_nav{
    float: right;
    margin-top: 30px;
    text-align: center;
}
.cart_nav a{
    display: inline-block;
    color: #999999;
    font-size: 16px;
}
.cart_nav a:not(:last-child):after {
    display: inline-block;
    content: '';
    height: 1px;
    width: 35px;
    background-color: #e6e6e6;
    margin: 0 20px;
    vertical-align: middle;
}
.cart_nav a.onli, .cart_nav a:hover{
    color: #2ed3ae;
}
.cart_title{
    margin-top: 10px;
    line-height: 60px;
    font-size: 16px;
}
.cart_title em{
    color: #2ed3ae;
    font-size: 20px;
}
.cart_form{
    padding: 10px 20px;
    margin-bottom: 30px;
    border:1px solid #E8E8E8;
    border-radius: 3px;
    background: #ffffff;
    min-height: 420px;
    overflow: hidden;
}

/*checkout*/
.checkout_wrap{
    margin-bottom: 50px;
    overflow: hidden;
}
.checkout_main{
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    padding: 20px;
    border:1px solid #E8E8E8;
    box-sizing: border-box;
}

.login_note{
    margin-top: 10px;
}
.login_note input{
    width: 40%;
}
.login_note>p{
    margin-top: 15px;
}
.login_note>p>a{
    color: #2ed3ae;
}
.login_note>p>a:hover{
    opacity: 0.8;
}
.uadd_note{
    margin-top: 20px;
}
.uadd_note a{
    color: #fff;
    padding: 8px 15px;
}

.checkout_uadd{
    margin: 0 20px;
}
.checkout_tb{
    position: relative;
}
.checkout_tb h3{
    font-size: 20px;
    line-height: 30px;
}
.checkout_tb>a{
    position: absolute;
    right: 0;
    top: 0;
    color: #ffffff;
    background: #2ed3ae;
}
.checkout_tb>span>a{
    color: #2ed3ae;
}
.checkout_uadd_list{
    margin-top: 30px;
}
.checkout_uadd_list ul li{
    cursor: pointer;
    margin: 15px 0;
}
.checkout_uadd_list ul li:hover,.checkout_uadd_list ul li.onli{
    background: #f2f7f9;
}
.checkout_uadd_list ul li:hover label,
.checkout_uadd_list ul li.onli label{
    border:1px solid #dd0000;
    color: #dd0000;
    background: #ffffff;
}
.checkout_uadd_list ul li:hover label i,
.checkout_uadd_list ul li.onli label i{
    display: block;
}
.checkout_uadd_list ul li i{
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(../img/selected-icon.png) no-repeat;
}
.checkout_uadd_list label{
    position: relative;
    display: inline-block;
    width: 18%;
    text-align: center;
    border:1px solid #E8E8E8;
    height: 38px;
    line-height: 38px;
    cursor: pointer;
}
.checkout_uadd_list span{
    display: inline-block;
    margin-left: 5px;
}
.checkout_uadd_list a{
    display: none;
    float: right;
    margin-right: 6px;
    color: #fff;
    margin-top: 5px;
}
.checkout_uadd_list ul li:hover a{
    display: block;
}
.checkout_tb_line{
    height: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #E8E8E8;
}


.shiplist{
    margin-top: 10px;
    overflow: hidden;
}
.shiplist ul li{
    position: relative;
    margin: 8px 0;
    width: 32%;
    display: inline-block;
    border: 1px solid rgba(32, 211, 193, 0.49);
    background: rgba(32, 211, 193, 0.04);
    margin-right: 2%;
    padding: 10px;
    box-sizing: border-box;
    cursor: pointer;
    min-height: 80px;
    border-radius: 3px;
}
.shiplist ul li:nth-child(3n){
    margin-right: 0;
}
.shiplist ul li img{
    height: 30px;
    vertical-align: middle;
}
.shiplist ul li h2{
    display: inline-block;
}
.shiplist ul li span{
    font-size: 20px;
    color: #000;
}
.shiplist ul li:hover,.shiplist ul li.onli{
    border:1px solid #dd0000;
}
.shiplist ul li i{
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: url(../img/selected-icon.png) no-repeat;
}
.shiplist ul li:hover i,.shiplist ul li.onli i{
    display: block;
}
.shiplist ul li span{
    float: right;
    font-size: 24px;
    color: #dd0000;
}
.shiplist ul li p{
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    margin-left: 2px;
}

.payment{
    margin-top: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.payment_row{
    float: left;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}
.payment_row>input{
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}
.payment_row>span{
    display: inline-block;
    height: 50px;
    text-align: center;
    background-color: #fff;
    vertical-align: middle;
}
.payment_row>span>img{
    height: 100%;
}
.payment_row:nth-child(1){
    margin-left: 0;
}
.payment_row>i{
    width: 0;
    height: 0;
    border-left: 10px transparent solid;
    border-right: 10px transparent solid;
    border-bottom: 10px #f8f8f8 solid;
    position: absolute;
    left: 55px;
    top: 52px;
    display: none;
}
.payment_row:nth-child(1) i{
    display: block;
}
.payment_content{
    background: #f8f8f8;
    padding: 20px;
}
.payment_content>div .payname{
    line-height: 40px;
    font-size: 18px;
}
.payment_content>div .psummary{
    font-size: 12px;
}
.psummary table th{
    font-size: 12px;
    font-weight: 500;
    text-align: left;
}
.payment_info{
    display: none;
}
.payment_info:nth-child(1){
    display: block;
}

/*complete*/
.complete_wrap{
    margin-top: 20px;
    padding: 10px 20px;
    margin-bottom: 30px;
    border: 1px solid #E8E8E8;
    border-radius: 3px;
    background: #ffffff;
    min-height: 300px;
    overflow: hidden;
}
.complete_left{
    float: left;
    width: 60%;
    padding-bottom: 30px;
    overflow: hidden;
}
.cp_title{
    margin: 20px 0;
    color: #077200;
    font-size: 24px;
    line-height: 32px;
}
.cp_payinfo{
    margin: 10px 0;
}
.cp_right{
    float: right;
    width: 80%;
    margin: 20px 0;
    padding: 10px 12px;
    border: 1px solid #dfa27b;
    background: #fff9e6;
    position: relative;
    box-sizing: border-box;
}
.cp_right>h3{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.cp_right ul li{
    margin-top: 5px;
    line-height: 28px;
}
.cp_right ul li span{
    float: right;
    font-weight: 600;
}
.cp_right ul li span b{
    color: #dd0000;
}
.complete-form{
    margin-top: 30px;
    padding-bottom: 50px;
}

.pay_finish{
    margin: 50px 0;
    text-align: center;
}
.pay_finish img{
    width: 80px;
}
.pay_finish h2{
    margin-top: 10px;
    font-size: 24px;
    line-height:50px;
    font-weight: normal;
}
.pay_finish a{
    margin-top: 20px;
    display: inline-block;
    background: #0089e8;
    color: #ffffff;
    padding: 8px 20px;
    border-radius: 3px;
}
/*
===================
数据表格列表
===================
*/
.cart_table{
    margin-bottom: 20px;
    font-size: 12px;
}
.cart_table table{
    border-collapse: collapse;
}
.cart_table td{
    padding:15px 5px;
}
.cart_table thead tr td{
    padding:10px 0;
    text-align: center;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
}
.cart_table thead tr td.tl,.cart_table tbody tr td.tl{
    text-align: left;
}
.cart_table thead label{
    white-space:nowrap;
    text-overflow: ellipsis;
}
.cart_table tbody tr td{
    border-bottom: 1px dotted #e8e8e8;
    text-align: center;
    font-size: 14px;
}
.cart_table tbody tr td.title{
    padding-right: 20px;
}
.cart_table tr td a{
    margin-right: 6px;
    position: relative;
    color: #999;
}
.cart_table tr td img{
    max-width: 60px;
    max-height: 60px;
    overflow: hidden;
}
.cart_table tr td p{
    margin-top: 10px;
}
.cart_table tr td p.des{
    font-size: 12px;
}
.cart_table tr td p.attr{
    text-transform: capitalize;
    color: #999;
    font-size: 12px;
}
.cart_table tr td.title a{
    color: #333333;
}
.cart_table tr td a:hover{
    color: #2ed3ae;
}
.cart_table tr td.price{
    font-size: 18px;
    color: #dd0000;
}
.cart_table tr td input{
    text-align: center;
}
.cart_table tr td i.icon-remove{
    font-size: 18px;
    cursor: pointer;
}
.cart_table tr td i.icon-remove:hover{
    color: #2ed3ae;
}
.cart_table .pcode{
    width: 240px;
}
.cart_table .pcode h3{
    font-size: 20px;
    line-height: 50px;
}
.cart_table .pcode input{
    height: 48px;
    width: 160px;
}
.cart_table .pcode button{
    height: 48px;
    padding: 0 20px;
    color: #fff;
    background: #222;
    border:none;
}
.cart_table .pcode button#removedCodeBtn{
    height: 30px;
    border-radius: 3px;
}
.cart_table .pcode button:hover{
    background: #2ed3ae;
}
.pcode .alert-success{
    padding: 10px;
    border-radius: 3px;
}
.cart_table tfoot td{
    vertical-align: top;
}
.cart_table .total{
    float: right;
    margin-top: 10px;
    text-align: right;
}
.cart_table .total h3{
    font-size: 14px;
    color: #999;
}
.cart_table .total ul li{
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
}
.cart_table .total span{
    display: inline-block;
    width: 180px;
    color: #666;
    vertical-align: middle;
}
.cart_table .total em{
    text-align: right;
    font-size: 16px;
}
.cart_table .total em#allprice{
    font-size: 20px;
}
.cart_table .total ul li.grandtotal{
    margin-top: 20px;
    font-size: 18px;
}
.cart_table .total button,.cart_table .total a{
    margin-top: 10px;
    width: 100%;
    color: #FFFFff;
    font-size: 14px;
    padding: 18px 0;
    text-transform: uppercase;
    border:none;
    text-align: center;
}
.cart_table .total a:hover{
    opacity: 0.9;
    color: #fff;
}
.cart_table i.added{
    color: #2ed3ae;
}
