body, div, h1, h2, h3, h4, h5, h6, hr, p, dl, dt, dd, ul, ol, li, form, button, input, textarea, table, thead, tbody, th, td, i, b, span, em, section, header, footer, aside, nav, menu, article, dialog, figure, hgroup { margin: 0; padding: 0; }
section, header, footer, aside, nav, menu, article, dialog, figure, hgroup { display: block; }
body { overflow-x:hidden;font-family: arial; font-size: 12px; background-color: #f3f4f4; color: #333; padding: 39px 0 44px 0; margin: 0 auto; max-width: 640px; min-width: 320px;}
body::-webkit-scrollbar {display:none}
ul, ol, li { list-style: none }
a { text-decoration: none; color: #333;}
em, i { font-style: normal }
img { border: 0 }
input, textarea { outline: 0; resize: none; }
.main { min-width: 320px; }
.mt-8 { margin-top: 8px; }
.mt-10 { margin-top: 10px; }
.mt-12 { margin-top: 12px; }
.col-title { height: 20px; padding: 6px 12px; line-height: 20px; font-size: 14px; text-align: center;}
.col-title img{ width:10px; height:6px;}
.red-btn { display: block; width: 100%; height: 40px; background-color: #00a0e9; border-radius: 4px; color: #fff; line-height: 40px; text-align: center; font-size: 16px; text-decoration: none; }
.green-btn { display: block; width: 100%; height: 40px; background-color: #22af9c; border-radius: 4px; color: #fff; line-height: 40px; text-align: center; font-size: 16px; text-decoration: none; }
.holl-red-btn { display: block; width: 100%; height: 38px; background-color: #f4f4f4; border: solid 1px #ee5d86; border-radius: 4px; color: #ee5d86; line-height: 38px; text-align: center; font-size: 16px; text-decoration: none; }
.page-btn-area { margin-top: 20px; padding: 0 12px; }
.hide { display: none; }

/**
    @20171228SR+
    设置IOS页面长按不可复制粘贴，但是IOS上出现input、textarea不能输入，因此将使用-webkit-user-select:auto;
 */
*{
    -webkit-touch-callout:none; /*系统默认菜单被禁用*/
    -webkit-user-select:none; /*webkit浏览器*/
    -khtml-user-select:none; /*早期浏览器*/
    -moz-user-select:none;/*火狐*/
    -ms-user-select:none; /*IE10*/
    user-select:none;
}
input,textarea {
    -webkit-user-select:auto; /*webkit浏览器*/
    margin: 0px;
    padding: 0px;
    outline: none;
}



/*  底部弹窗  */
.pop-bottom-box { position: fixed; width: 100%; min-width: 320px; left: 0; bottom: 0; z-index: 9999; }
/**412疯狂购领卷图片**/
.pic-btn {display: block;
    height: auto;
    min-height: 76px;
    min-width: 320px;
    width: 100%;}
.pic-btn img {
    display: block;
    height: auto;
    min-height: 76px;
    min-width: 320px;
    width: 100%;
}

/*****  头部  ******/
.header { width: 100%; height: 38px; min-width: 320px; border-bottom: solid 1px #f1f1ef; background-color: #fff; position: fixed; left: 0; top: 0; z-index: 1000; }
.header .header-text { width: 200px; height: 34px; padding: 2px 0; position: absolute; overflow: hidden; top: 0; left: 50%; margin-left: -100px; color: #333; font-size: 15px; line-height: 34px; font-weight: bold; text-align: center; }
.header .back-btn { display: block; width: 40px; height: 38px; float: left; background: url(../images/back_icon.png) center no-repeat; background-size: 9px 16px; position: absolute; top: 0; left: 0; }
.header .shz_back-btn { display: block; width: 40px; height: 38px; float: left; background: url(../images/vifi/device/back_white@2x.png) center no-repeat; background-size: 9px 16px; position: absolute; top: 0; left: 0; }
.header .share-btn, .header .search-btn, .header .online-btn, .header .first-page-btn { display: block; width: 40px; height: 38px; position: absolute; top: 0; right: 0; }
.header .share-btn { background: url(../images/share_icon.png) center no-repeat; background-size: 20px 20px; }
.header .search-btn { background: url(../images/input_search.png) center no-repeat; background-size: 20px 20px; }
.header .first-page-btn { background: url(../images/menu/menu_home_gray.png) center no-repeat; background-size: 20px 20px; }
.header .link-a { padding-right: 12px; line-height: 38px; font-size: 12px; color: #333; position: absolute; top: 0; right: 0; }
.header .confirm-btn { width: 60px; height: 22px; line-height: 22px; text-align: center; color: #e6145a; position: absolute; top: 7px; right: 10px; border: solid 1px #00a0e9; border-radius: 4px; }
.header .online-btn { background: url(../images/kf_icon.png) center no-repeat; background-size: 20px 20px; }
.footer { width: 100%; height: auto; min-width: 320px; background-color: #fff; position: fixed; left: 0; bottom: 0; z-index: 1000; }

/*****  表单  ******/
.form-wrap { margin-top: 8px; background-color: #fff; border-bottom: solid 1px #e1e1e1 }
.form-list { padding-left: 10px; border-top: solid 1px #e1e1e1; }
.form-list li { border-bottom: solid 1px #e1e1e1; overflow: hidden; }
.form-list li:last-child { border-bottom: none; }
.form-list li .tit-box { float: left; padding: 8px 0; font-size: 12px; color: #333; line-height: 24px; }
.form-list li .text-box { padding: 8px 0; font-size: 12px; color: #999; line-height: 24px; }
.form-list li .input-box { padding: 8px 0; height: 24px; }
.form-list li .code-input { float: left; width: 60%; padding: 8px 0; height: 24px; }
.form-list li .add-select-box { padding: 8px 0; height: 24px; overflow: hidden; }
.form-list li .add-select { width: 30%; margin-right: 6px; float: left; height: 24px; }
.form-list li .textarea-box { padding: 11px 0; }
.form-list li .link-box { display: block; padding: 10px 0; height: 24px; line-height: 24px; font-size: 12px; color: #333; background: url(../images/link_icon.png) right no-repeat; background-size: 16px 10px; }
.form-list li .link-member{ display: block; padding: 8px 0; height: 24px; line-height: 24px; font-size: 12px; color: #333; }
.form-list li input { width: 100%; height: 24px; line-height: 24px; border: none; font-size: 12px; color: #333; }
.form-list li select { width: 100%; height: 24px; padding-right: 20px; line-height: 24px; border: none; color: #333; font-size: 12px; background: none; background: url(../images/down_icon.png) right no-repeat; background-size: 11px 6px; -webkit-appearance: none; outline: none; }
.form-list li textarea { width: 100%; height: 40px; color: #333; line-height: 20px; border: none; font-size: 12px; }
.form-list li .w-65 { width: 65px; }
.form-list li .w-30 { width: 30px; }
.form-list li .w-55 { width: 55px; }
.form-list li .w-42 { width: 42px; }
.form-list li .ml-42 { margin-left: 42px; }
.form-list li .ml-55 { margin-left: 55px; }
.form-list li .ml-30 { margin-left: 30px; }
.form-list li .ml-65 { margin-left: 65px; }
.form-list li .left-input-box { padding: 8px 0; height: 24px; float: left; }
.form-list li .code-img { width: 80px; height: 40px; float: right; }
.form-list li .code-box { width: 80px; height: 20px; padding: 10px 0; float: right; }
.form-list li .code-btn, .form-list li .code-span { display: block; height: 20px; border-left: solid 1px #e6e5e4; line-height: 20px; text-align: center; }
.form-list li .code-btn { color: #0080ff; }
.hidden { visibility: hidden !important; }
.form-list li .code-span { color: #999; }
.form-list li .tel-text { float: right; padding: 8px 10px 8px 0; font-size: 12px; color: #e6145a; line-height: 24px; }
.form-err { margin-top: 8px; padding: 0 8px; text-align: center; }
.form-err span { display: inline-block; line-height: 20px; color: #e6145a; padding-left: 16px; background: url(../images/form_err.png) left no-repeat; background-size: 12px 12px; }

/*****  商品列表 修改样式@20171213gya  ******/
.goods-list { overflow: hidden; border-top: solid 3px #f3f4f4;background-color: #fff;}
.goods-list li { width: 50%; float: left; border-bottom: solid 3px #f3f4f4;border-right: solid 3px #f3f4f4; background-color: #fff;}
.goods-list li a { display: block; padding: 8px;  overflow: hidden;  }/*border-right: solid 1px #e8e8e8;*/
/*.goods-list li:nth-child(2n) a { border-right: none; }*/
.goods-list li:nth-child(2n) { border-right: none; margin-right:-3px;}
.goods-list li .good-pic { width: 140px; height: 140px; margin: 0 auto; text-align: center; overflow: hidden; }
.goods-list li .good-pic-rect { width: 100%; height: 0; padding-bottom: 72.73%; margin: 0 auto; text-align: center; overflow: hidden; }
.goods-list li .good-pic-rect img{ width: 100%; height: auto; }
.goods-list li .good-title { height: 32px; line-height: 16px; margin-top: 5px; color: #333; font-size: 14px; overflow: hidden; text-align: left; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.goods-list li .good-title em { color: #f00; }
.goods-list li .pri-box { height: 20px; margin-top: 4px; }
.goods-list li .good-pri { float: left; line-height: 16px; font-size: 14px; color: #e6145a; margin-top: 2px;}
.goods-list li .o-pri { padding-left: 5px; color: #909090; font-size: 10px; text-decoration: line-through; }
.goods-list li .good-country { float: right; width: 15px; height: 15px; margin-top: 2px; border: solid 1px #dcdcdc; overflow: hidden; border-radius: 50%; }
.goods-list li .good-country img { border-radius: 50%; }

/*****  底部分类  ******/
.bottom-menu { width: 100%; height: 44px; min-width: 320px; background-color: #333; position: fixed; left: 0; bottom: 0; z-index: 1000; }
.bottom-menu .menu-list { overflow: hidden; }
.menu-list li { width: 25%; height: 50px; float: left; }
.menu-list li a { display: block; padding: 5px 0 0 0; position: relative; }
.menu-list li a .icon-span { display: block; width: 25px; height: 25px; margin: 0 auto; }
.menu-list li a .tit-span { display: block; height: 15px; line-height: 15px; text-align: center; color: #999; font-size: 11px; margin: 0 auto; }
.menu-list li.li-dev a .icon-span { background: url(../images/menu/menu_dev.png) center no-repeat; background-size: 25px 25px; }
.menu-list li.li-sy a .icon-span { background: url(../images/menu/menu_logo.png) center no-repeat; background-size: 25px 25px; }
.menu-list li.li-fl a .icon-span { background: url(../images/menu/menu_fl.png) center no-repeat; background-size: 25px 25px; }
.menu-list li.li-gwc a .icon-span { background: url(../images/menu/menu_gwc.png) center no-repeat; background-size: 25px 25px; }
.menu-list li.li-wd a .icon-span { background: url(../images/menu/menu_account.png) center no-repeat; background-size: 25px 25px; }
.menu-list li.li-dev a.on .icon-span { background: url(../images/menu/menu_logo_on.png) center no-repeat; background-size: 25px 25px; }
.menu-list li.li-sy a.on .icon-span { background: url(../images/menu/menu_logo_on.png) center no-repeat; background-size: 25px 25px; }
.menu-list li.li-fl a.on .icon-span { background: url(../images/menu/menu_fl_on.png) center no-repeat; background-size: 25px 25px; }
.menu-list li.li-gwc a.on .icon-span { background: url(../images/menu/menu_gwc_on.png) center no-repeat; background-size: 25px 25px; }
.menu-list li.li-wd a.on .icon-span { background: url(../images/menu/menu_account_on.png) center no-repeat; background-size: 25px 25px; }
.menu-list li a .c-g-num { display: block; float: left; width: 14px; height: 14px; overflow: hidden; font-size: 10px; position: absolute; left: 50%; top: 5px; margin-left: 15px; text-align: center; line-height: 14px; color: #fff; background-color: #ee5d86; border-radius: 8px; }
.bottom-menu .sale-menu-list { overflow: hidden; }
.sale-menu-list li { width: 33.3333%; height: 50px; float: left; }
.sale-menu-list li a { display: block; padding: 2px 0 0 0; position: relative; }
.sale-menu-list li a .icon-span { display: block; width: 25px; height: 25px; margin: 0 auto; }
.sale-menu-list li a .icon-main { width: 40px !important; height: 40px !important; background-size: 35px 35px !important;}
/*.sale-menu-list li a .tit-span-bee{ display: block; height: 40px; line-height: 40px; text-align: center; color: #999; font-size: 14px; margin: 0 auto;  }*/
/*.bottom-menu li a.on .tit-span-bee { color: #997e50; }*/
.sale-menu-list li a .tit-span { display: block; height: 15px; line-height: 15px; text-align: center; color: #999; font-size: 11px; margin: 0 auto; }
.sale-menu-list li.li-dev a .icon-span { background: url(../images/menu/menu_dev.png) center no-repeat; background-size: 22px 22px; }
.sale-menu-list li.li-sy a .icon-span { background: url(../images/icon/logo_off.png) center no-repeat; background-size: 22px 22px; }
.sale-menu-list li.li-fl a .icon-span { background: url(../images/menu/menu_fl.png) center no-repeat; background-size: 22px 22px; }
.sale-menu-list li.li-gwc a .icon-span { background: url(../images/menu/menu_gwc.png) center no-repeat; background-size: 22px 22px; }
.sale-menu-list li.li-wd a .icon-span { background: url(../images/menu/menu_account.png) center no-repeat; background-size: 22px 22px; }
.sale-menu-list li.li-xz a .icon-span { background: url(../images/menu/menu_xz.png) center no-repeat; background-size: 22px 22px; }
.sale-menu-list li.li-dev a.on .icon-span { background: url(../images/menu/menu_dev_on.png) center no-repeat; background-size: 22px 22px; }
.sale-menu-list li.li-sy a.on .icon-span { background: url(../images/icon/logo_on.png) center no-repeat; background-size: 22px 22px; }
.sale-menu-list li.li-fl a.on .icon-span { background: url(../images/menu/menu_fl_on.png) center no-repeat; background-size: 22px 22px; }
.sale-menu-list li.li-gwc a.on .icon-span { background: url(../images/menu/menu_gwc_on.png) center no-repeat; background-size: 22px 22px; }
.sale-menu-list li.li-wd a.on .icon-span { background: url(../images/menu/menu_account_on.png) center no-repeat; background-size: 22px 22px; }
.sale-menu-list li.li-xz a.on .icon-span { background: url(../images/menu/menu_xz_on.png) center no-repeat; background-size: 22px 22px; }
.bottom-menu li a.on .tit-span { color: #00a0e9; }
.sale-menu-list li a .c-g-num { display: block; float: left; width: 14px; height: 14px; overflow: hidden; font-size: 10px; position: absolute; left: 50%; top: 3px; margin-left: 13px; text-align: center; line-height: 14px; color: #fff; background-color: #ee5d86; border-radius: 8px; }
/***** 配置其他版本的logo ****/
/**BEE++ start**/
/*.sale-menu-list li.li-dev a .icon-span { background: url(../images/menu/menu_dev.png) center no-repeat; background-size: 22px 22px; }*/
.sale-menu-list li.li-dev a.on .icon-span-BEE { background: url(../images/menu/menu_dev_on_bee.png) center no-repeat; background-size: 22px 22px; }
/*.sale-menu-list li.li-wd a .icon-span { background: url(../images/menu/menu_account.png) center no-repeat; background-size: 22px 22px; }*/
.sale-menu-list li.li-wd a.on .icon-span-BEE { background: url(../images/menu/menu_account_on_bee.png) center no-repeat; background-size: 22px 22px;  }
.bottom-menu li a.on .tit-span-BEE { color: #997e50; }
/**BEE++ end**/

.sale-menu-list li.li-sy a .icon-ser{ background: url(../images/icon/logo_off.png) center no-repeat !important; background-size: 35px 35px !important;}
.sale-menu-list li.li-sy a.on .icon-ser{ background: url(../images/icon/logo_on.png) center no-repeat !important; background-size: 35px 35px !important;}
.sale-menu-list li.li-sy a .icon-bee{ background: url(../images/icon/logo_off_bee.png) center no-repeat !important; background-size: 35px 35px !important;}
.sale-menu-list li.li-sy a.on .icon-bee{ background: url(../images/icon/logo_on_bee.png) center no-repeat !important; background-size: 35px 35px !important;}
.sale-menu-list li.li-dis a .icon-span { background: url(../images/menu/menu_dis_bee.png) center no-repeat; background-size: 25px 25px; }
.sale-menu-list li.li-dis a.on .icon-span { background: url(../images/menu/menu_dis_on_bee.png) center no-repeat; background-size: 25px 25px; }

/*****  底部分类  ******/
.bottom-menu-blue { width: 100%; height: 44px; min-width: 320px; background-color: #fff; position: fixed; left: 0; bottom: 0; z-index: 1000; }
.bottom-menu-blue .menu-list-blue { overflow: hidden; }
.menu-list-blue li { width: 33.3%; height: 50px; float: left; }
.menu-list-blue li a { display: block; padding: 5px 0 0 0; position: relative; }
.menu-list-blue li a .icon-main { width: 40px !important; height: 40px !important; background-size: 35px 35px !important;}
.menu-list-blue li a .icon-span { display: block; width: 25px; height: 25px; margin: 0 auto; }
.menu-list-blue li a .tit-span { display: block; height: 15px; line-height: 15px; text-align: center; color: #999; font-size: 11px; margin: 0 auto; }
.menu-list-blue li.li-dis a .icon-span { background: url(../images/menu/menu_dis.png) center no-repeat; background-size: 25px 25px; }
.menu-list-blue li.li-int a .icon-span { background: url(../images/menu/menu_int.png) center no-repeat; background-size: 25px 25px; }
.menu-list-blue li.li-per a .icon-span { background: url(../images/menu/menu_per.png) center no-repeat; background-size: 25px 25px; }
.menu-list-blue li.li-dis a.on .icon-span { background: url(../images/menu/menu_dis_on.png) center no-repeat; background-size: 25px 25px; }
.menu-list-blue li.li-int a.on .icon-span { background: url(../images/menu/menu_int_on.png) center no-repeat; background-size: 25px 25px; }
.menu-list-blue li.li-per a.on .icon-span { background: url(../images/menu/menu_per_on.png) center no-repeat; background-size: 25px 25px; }

/*****  加载提示  ******/
.load-tips { position: relative; padding: 0 20px; height: 32px; }
.load-tips .line-box { height: 15px; border-bottom: solid 1px #ccc; overflow: hidden; }
.load-tips .tips-txt { display: block; width: 80px; height: 32px; line-height: 32px; color: #999; text-align: center; position: absolute; left: 50%; top: 0; margin-left: -40px; background-color: #f3f4f4; }
.nolist-box { padding: 50px 10px; text-align: center; line-height: 20px; font-size: 14px; }
.load-btn-box { height: 30px; }
.load-btn-box .load-btn, .load-btn-box .load-span { display: block; color: #999; line-height: 28px; text-align: center; font-size: 12px; }
.load-btn-box .load-btn { height: 28px; line-height: 28px; border: solid 1px #f1f1f1; background-color: #fff; border-radius: 4px; margin: 10px;}
.load-btn-box .load-span { height: 30px; line-height: 30px; }
/*****  返回顶部按钮  ******/
.goto-top { display: block; width: 33px; height: 33px; position: fixed; right: 10px; bottom: 60px; background: url(../images/top_icon.png) center no-repeat; background-size: 33px 33px; }

/*****  顶部搜索框  ******/
.search-header { width: 100%; height: 38px; min-width: 320px; border-bottom: solid 1px #f1f1ef; background-color: #fff; }
.search-header .back-btn { display: block; width: 40px; height: 38px; float: left; background: url(../images/back_icon.png) center no-repeat; background-size: 9px 16px; position: absolute; top: 0; left: 0; }
.search-header .search-box { width: 100%; height: 28px; padding: 4px 0; position: absolute; overflow: hidden; top: 0; left: 40px; }
.search-header .input-box { position: absolute; left: 0px; right: 90px; height: 28px; padding: 0 5px; float: left; border: solid 1px #d7d7d7; border-radius: 4px; background-color: #fff; }
.search-header .input-box input { width: 100%; height: 28px; line-height: 28px; border: none; font-size: 12px; color: #333; }
.search-header .input-box .ib { background: url(../images/input_search.png) #fff left no-repeat; background-size: 17px 17px; }
.search-header .search-link {margin-right: 50px; height: 30px; float: right; line-height: 30px; text-align: center; font-size: 14px; color: #333; }

/*****  弹窗组件  ******/
.pop-window { position: fixed; width: 280px; top: 20%; left: 50%; margin-left: -140px; z-index: 99999; }
.pop-window .pop-win-tit { padding: 5px 10px; text-align: center; line-height: 18px; font-size: 14px; color: #fff; background-color: #ee5d86; border-top-left-radius: 4px; border-top-right-radius: 4px; }
.pop-window .pop-tit-con { background-color: #fff; }
.pop-window .pop-text-box { padding: 30px 20px; line-height: 18px; color: #333; font-size: 14px; text-align: center; }
.pop-window .pop-btn-box { overflow: hidden; }
.pop-window .pop-btn-layout { width: 50%; float: left; }
.pop-window .pop-confirm-btn, .pop-window .pop-cancel-btn, .pop-window .pop-prompt-btn { display: block; line-height: 30px; padding: 0 10px; text-align: center; }
.pop-window .pop-confirm-btn, .pop-window .pop-prompt-btn { height: 30px; overflow: hidden; background-color: #00A0E9; border: solid 1px #00A0E9; color: #fff; border-bottom-left-radius: 4px; }
.pop-window .pop-prompt-input {width: 90%; text-align: center; height: 26px;margin: 10px 0; border-color: #00A0E9; border-width: 1px;}
.pop-window .pop-cancel-btn { background-color: #fff; border-top: solid 1px #ccc; border-bottom: solid 1px #fff; border-left: solid 1px #fff; border-right: solid 1px #fff; color: #666; border-bottom-right-radius: 4px; }
.pop-window .pop-rad-con { background-color: #fff; border-top-left-radius: 4px; border-top-right-radius: 4px; padding: 15px 0 10px 0; }
.pop-window .pop-prompt-rad-con { background-color: #fff; border-top-left-radius: 4px; border-top-right-radius: 4px; padding: 15px 0 0px 0; }
.pop-window .pop-rad-btn { display: block; background-color: #00A0E9; font-size: 14px; line-height: 20px; padding: 8px; text-align: center; color: #fff; border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; }
.pop-mask { position: fixed; width: 100%; height: 100%; top: 0; left: 0; z-index: 99998; background-color: #000; opacity: 0.3; }

/*****  屏蔽百度广告弹出层  ******/
#showContBox { display: none !important; }


/**
    @author：gya 20171213
    商品列表的样式修改
 */
.good-box2{
    display:inline-block; width:60%; height: 40px; overflow: hidden;padding-left: 8px;
}
.good-box-down, .good-box-up{
    width:100%;
}
.good-box2 .good-box-up  .good-price{
    width: 20%; padding: 8px 0;font-size:18px; line-height: 20px; color: #ee5d86;
}
.good-box2 .good-box-up  .good-old-price{
    padding-left: 5px; color: #909090; font-size: 10px;line-height: 20px; text-decoration: line-through;
}
.good-box2 .good-box-down .good-saled{
    color: #909090; font-size: 10px;
}

.good-box3{
    display:inline-block; width:60%; height: 20px; overflow: hidden;padding-left: 8px;
}
.good-box3 .good-box-up{
    width:100%;
}
.good-box3 .good-box-up  .good-price{
    width: 20%; padding: 8px 0;font-size:14px; line-height: 20px; color: #f12e2e;
}

.good-box4{
    display:inline-block; width:100%; height: 20px; overflow: hidden;padding-left: 8px;
}
.good-box4 .good-box-left {
    width:50%;display:inline-block;
}
.good-box4 .good-box-right{
    width:40%; display:inline-block; text-align: right;
}
.good-box4 .good-box-left .good-saled{
    color: #909090; font-size: 10px;
}
.good-box4 .good-box-right .good-trans{
    color: #909090; font-size: 10px;
}

.good-box2-pay{
    /* display:inline-block; */
    float:right;
    /*width:20%;*/
    padding-right:8px;
    text-align: right;
}
.good-box2-pay .good-pay-btn{
    display:inline-block;
    margin-top:10px;
    border:1px solid #ee5d86;
    text-align:center;font-size:12px;color:#ee5d86;font-weight:bold;padding:3px 5px;
    /*background-color:#ee5d86;*/
    border-radius:5px;
}
.good-box2-pay .good-pay-btn-blue{
    display:inline-block;
    /*margin-top:10px;*/
    border:1px solid #0D47A1;
    text-align:center;font-size:12px;color:#0D47A1;font-weight:bold;padding:3px 5px;
    /*background-color:#ee5d86;*/
    border-radius:5px;
}