@charset "utf-8";
/*
	MBTXW.COM Copyright (C)2008-2099 www.mbtxw.com
	Author: mbtxw.com, QQ:536205792.
    Special note: do not modify this document without permission.
*/
.member-a {background:#FFFFFF;border-radius:8px;margin:auto;width:1220px;clear:both;margin-top:20px;margin-bottom:20px;}

/*购物车*/
.buy-cart-box {background:#FFFFFF;border-radius:8px;padding:6px 20px 20px 20px;margin-top:16px;overflow:hidden;}
.buy-cart-box .cart-foot input {border-radius:10px;width:126px;height:42px;line-height:42px;border:none;background:linear-gradient(90deg,rgb(226 44 8),rgb(255, 119, 0));color:#FFFFFF;font-size:20px;text-align:center;padding:0;letter-spacing:2px;cursor:pointer;}
.buy-cart-box .cart-foot input:hover {background:linear-gradient(-90deg,rgb(226 44 8),rgb(255, 119, 0));}
.buy-cart-box .checkout-btn {background:rgb(226 44 8);border:rgb(226 44 8) 1px solid;color:#FFFFFF;color:#FFFFFF;font-size:14px;width:188px;line-height:32px;border:none;border-radius:4px;text-align:center;cursor:pointer;padding:0;-webkit-appearance:none;}
.buy-cart-box .checkout-btn:hover {background:rgb(255, 119, 0);border:rgb(255, 119, 0) 1px solid;}