/*button {-webkit-appearance: none;appearance: none;border: 1px solid transparent;outline: none;cursor: pointer;border-radius: 4px;}*/
/*input {-webkit-appearance: none;appearance: none;outline: none;border: 1px solid #dedede;font-size: 14px;}*/
/*select {outline: none;border: 1px solid #dedede;font-size: 14px;}*/
.nomal-button {-webkit-appearance: none;appearance: none;border: 1px solid transparent;outline: none;cursor: pointer;border-radius: 4px;}
.nomal-input {-webkit-appearance: none;appearance: none;outline: none;border: 1px solid #dedede;font-size: 14px;}
.nomal-select {outline: none;border: 1px solid #dedede;font-size: 14px;}
.fl {float: left;}
.fr {float: right;}
.clear {clear: both;}
.none {display: none;}
.red-text {color: #e74239 !important;}
/*body, div, a {color: #333;}*/
.shade-zindex {background: rgba(0,0,0,.5);position: fixed;left: 0;top: 0;width: 100%;height: 100%;z-index: 80;display: none;}
.red-radius-btn {margin: 0 auto;width: 153px;height: 42px;font-size: 16px;line-height: 42px;border-radius: 20px;text-align: center;border: 1px solid #e52f22;background: #fff;color: #e52f22;box-sizing: border-box;display: block;}
.red-radius-btn.active, .red-radius-btn:hover {background: #e52f22;color: #fff;border: none;}
.orange-circle {background: #ff8738;}
.blue-circle {background: #73b8ff;}

.delivery-column {padding: 68px 0;}
.delivery-column .column-title {text-align: center;color: #e52f22;font-size: 24px;font-weight: 500;}
.delivery-column .column-title-tips {color: #999;font-size: 16px;text-align: center;margin-top: 15px;}

.nomal-bottom-nav {background: url("../product_module/images/nomal_bottom_nav.png") no-repeat left center;background-color: #dde9f7;height: 240px;}
.nomal-bottom-nav .WarpBox {height: 100%;}
.nomal-bottom-nav .bot-nav-left {padding: 45px 40px 45px 0;width: 400px;box-sizing: border-box;border-right: 1px solid #c2d3e2;height: 240px;}
.nomal-bottom-nav .bot-nav-left h3 {font-size: 24px;font-weight: 500;}
.nomal-bottom-nav .bot-nav-left p {color: #666;margin-top: 15px;}
.nomal-bottom-nav .bot-nav-left .radius-btn {background: #e52f22;color: #fff;padding: 0 20px;width: auto;display: inline-block;margin-top: 20px;font-size: 18px;height: 45px;line-height: 45px;border-radius: 50px;}
.nomal-bottom-nav .bot-nav-right {width: 800px;height: 100%;}
.nomal-bottom-nav .bot-nav-right .bot-nav-menu-item {width: 25%;border-right: 1px solid #c2d3e2;text-align: center;height: 100%;padding-top: 34px;box-sizing: border-box;}
.nomal-bottom-nav .bot-nav-right .bot-nav-menu-item p {margin-top: 20px;height: 50px;}
.nomal-bottom-nav .bot-nav-right .bot-nav-menu-item:hover {color: #e52f22;background: #cce2f4;}
.nomal-bottom-nav .bot-nav-right .bot-nav-menu-item .radius-btn {background: none;color: #999;padding: 0 15px;display: inline-block;margin-top: 14px;font-size: 16px;height: 35px;line-height: 35px;border-radius: 40px;border: 1px solid #999;-webkit-transition: none;transition: none;}
.nomal-bottom-nav .bot-nav-right .bot-nav-menu-item .radius-btn i {display: inline-block;width: 15px;height: 15px;background: url("../product_module/images/view_arrows_off.png") no-repeat center center;vertical-align: middle;margin-left: 5px;}
.nomal-bottom-nav .bot-nav-right .bot-nav-menu-item:hover .radius-btn {color: #e52f22;border: 1px solid #e52f22;}
.nomal-bottom-nav .bot-nav-right .bot-nav-menu-item:hover .radius-btn i {background: url("../product_module/images/view_arrows_on.png") no-repeat center center;}
.nomal-bottom-nav .bot-nav-right .bot-nav-menu-item .menu-item-icon {display: inline-block;width: 48px;height: 48px;background-size: auto 100%;}