@charset "utf-8";
/* CSS Document */
/* KISSY CSS Reset */
body,h1,h2,h3,h4,h5,h6,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea{margin:0;padding:0;}
body,button,input,select,textarea,font {font-size:12px;}
h1,h2,h3,h4,h5,h6,button,input,select,textarea {font-size:100%;}
label,input,select {vertical-align:middle;}
address,cite,em {font-style:normal;}
fieldset{cursor:pointer;}
img{border:none;}
*html{background-image:url(about:blank);background-attachment:fixed}
ul,ol {list-style:none;}

sub {vertical-align:text-bottom;}
sup {position:relative;top:-1px;left:2px;font:11px/normal tahoma;vertical-align:text-top;}
small {font-size:12px;}
legend {color:#333;}
*{padding:0; margin:0; list-style:none;}
/* color */

/* default color */
a{text-decoration:none;}
ul,li{padding:0; margin:0;}
/*-------------------------------end: reset */
/*清除浮动*/
.clearfix:before,.clearfix:after{content:"."; display:block; visibility:hidden; height:0; line-height:0; font-size:0;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{clear:both; height:0;overflow:hidden;}
.air{width:160px; display:inline-block;}
.air_t{width:24px; display:inline-block;}
.air_t1{width:12px; display:inline-block;}
.air_t3{width:14px; display:inline-block;}
.air_t5{width:7px; display:inline-block;}
.air_t4{width:27px; display:inline-block;}


/*! normalize.css v3.0.3 */
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th {
    padding: 0;
}



*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 自定义全局样式 */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Microsoft YaHei", "微软雅黑", Arial;
    font-size: 12px;
    line-height: 1.42857143;
    color: #333;
    background-color: #f5f5f5;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;

}

i,
cite,
em,
var,
address,
dfn {
    font-style: inherit;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #65b3ff;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    border: none;
    vertical-align: middle;
}

ol,
ul,
li {
    list-style: none;
}


/*浮动*/

.fl {
    float: left;
}

.fr {
    float: right;
}


/*清除浮动*/

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}


/*内外间距*/

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mr40 {
    margin-right: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml40 {
    margin-left: 40px;
}

.pt5 {
    padding-top: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pt7 {
    padding-top: 7px;
}

.pt10 {
    padding-top: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pr15 {
    padding-right: 15px;
}

.pb15 {
    padding-bottom: 15px;
}

.pl15 {
    padding-left: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl20 {
    padding-left: 20px;
}


/*字体图库*/

@font-face {
    font-family: "iconfont";
    src: url('../../fontIcon/iconfont.eot?t=1494382388103');
    /* IE9*/
    src: url('../../fontIcon/iconfont.eot?t=1494382388103#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../../fontIcon/iconfont.woff?t=1494382388103') format('woff'), /* chrome, firefox */
    url('../../fontIcon/iconfont.ttf?t=1494382388103') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('../../fontIcon/iconfont.svg?t=1494382388103#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon {
    vertical-align: middle;
}

.icon-shouye-anquan:before {
    content: "\e604";
}

.icon-index-news:before {
    content: "\e606";
}

.icon-index-relieved:before {
    content: "\e607";
}

.icon-index-shortcut:before {
    content: "\e608";
}

.icon-index-search:before {
    content: "\e609";
}

.icon-index-dropDown:before {
    content: "\e60a";
}

.icon-index-topPhone:before {
    content: "\e60b";
}

.icon-index-goodsInStock:before {
    content: "\e60c";
}

.icon-index-dynamic:before {
    content: "\e60d";
}

.icon-index-help:before {
    content: "\e610";
}

.icon-index-question:before {
    content: "\e611";
}

.icon-dock-buy:before {
    content: "\e612";
}

.icon-dock-feedback:before {
    content: "\e613";
}

.icon-dock-goTop:before {
    content: "\e614";
}

.icon-dock-hotline:before {
    content: "\e615";
}

.icon-dock-qq:before {
    content: "\e616";
}

.icon-footer-wechat:before {
    content: "\e617";
}

.icon-footer-qq:before {
    content: "\e618";
}

.icon-index-businessRoom:before {
    content: "\e619";
}

.icon-product-phone:before {
    content: "\e61b";
}

.icon-product-like:before {
    content: "\e61c";
}

.icon-product-random:before {
    content: "\e61d";
}

.icon-manager-qq:before {
    content: "\e61e";
}

.icon-manager-phone:before {
    content: "\e61f";
}

.icon-manager-support:before {
    content: "\e620";
}

.icon-product-errorCorrection:before {
    content: "\e621";
}

.icon-product-physicochemical:before {
    content: "\e622";
}

.icon-product-safeInfo:before {
    content: "\e623";
}

.icon-product-description:before {
    content: "\e624";
}

.icon-product-use:before {
    content: "\e625";
}

.icon-product-chemicalData:before {
    content: "\e626";
}

.icon-warning:before {
    content: "\e627";
}

.icon-success:before {
    content: "\e628";
}

.icon-support-right:before {
    content: "\e629";
}

.icon-stockIndex-buyProduc:before {
    content: "\e62b";
}

.icon-stockIndex-buyProduc1:before {
    content: "\e62c";
}

.icon-stockIndex-buyProduc2:before {
    content: "\e62d";
}

.icon-stockIndex-saleProdu:before {
    content: "\e62e";
}

.icon-stockIndex-saleProdu1:before {
    content: "\e62f";
}

.icon-stockIndex-hot:before {
    content: "\e630";
}

.icon-stockIndex-new:before {
    content: "\e631";
}

.icon-stockIndex-shoppingC:before {
    content: "\e632";
}

.icon-stockIndex-zhen:before {
    content: "\e633";
}

.icon-stockIndex-zhi:before {
    content: "\e634";
}

.icon-stockIndex-su:before {
    content: "\e635";
}

.icon-shopCart-delete:before {
    content: "\e636";
}

.icon-shopCart-chose:before {
    content: "\e637";
}

.icon-checkOrder-fourStep:before {
    content: "\e638";
}

.icon-checkOrder-fourStep1:before {
    content: "\e639";
}

.icon-checkOrder-fourStep2:before {
    content: "\e63a";
}

.icon-checkOrder-fourStep3:before {
    content: "\e63b";
}

.icon-checkOrder-addr:before {
    content: "\e63c";
}

.icon-checkOrder-chose:before {
    content: "\e63d";
}

.icon-checkOrder-collapse:before {
    content: "\e63e";
}

.icon-checkOrder-dropDown:before {
    content: "\e63f";
}

.icon-checkOrder-add:before {
    content: "\e641";
}

.icon-stockIndex-left-thin:before {
    content: "\e644";
}

.icon-stockIndex-right-thi:before {
    content: "\e645";
}

.icon-down-thin:before {
    content: "\e646";
}

.icon-up-thin:before {
    content: "\e648";
}

.icon-order-up:before {
    content: "\e649";
}

.icon-order-down:before {
    content: "\e64a";
}

.icon-hamburg:before {
    content: "\e64b";
}

.icon-close:before {
    content: "\e64c";
}

.icon-brandSuperior:before {
    content: "\e64d";
}

.icon-browsingHistory:before {
    content: "\e64e";
}

.icon-dictionary:before {
    content: "\e64f";
}

.icon-download:before {
    content: "\e650";
}

.icon-user:before {
    content: "\e651";
}

.icon-submit-line-:before {
    content: "\e652";
}


/*文本对齐*/

.t-left {
    text-align: left;
}

.t-center {
    text-align: center;
}

.t-right {
    text-align: right;
}

.t-overflow-e {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*显示、隐藏*/

.show {
    display: block!important;
}

.hide {
    display: none!important;
}


/*字体大小*/

.f14 {
    font-size: 14px;
}

.fl16 {
    font-size: 16px;
}


/*字体颜色*/

.c-red {
    color: #f00;
}

.c-blue {
    color: #1976d2;
}


/*====== 公共模块、公共组件 ======*/

.f-wrap {
    width: 100%;
    height: auto;
}

.wrap-auto {
    width: 1200px;
    margin: 0 auto;
}


/*top顶部*/

.page-top .top {
    height: 36px;
    background-color: #f2f2f2;
}

.page-top .top-login {
    line-height: 36px;
    font-size: 14px;
}

.page-top .top-login .link {
    margin-left: 5px;
    color: #cecece;
}

.page-top .top-login .link a {
    margin: 0 8px;
}

.page-top .page-top-menu .link {
    float: left;
    font-size: 14px;
    line-height: 36px;
    margin: 0 10px;
}

.page-top .page-top-menu .link-last .icon {
    font-size: 18px;
    vertical-align: middle;
}

.page-top .page-top-menu .link-last {
    position: relative;
    width: 88px;
}

.page-top .top-menu-wx {
    position: absolute;
    left: 0;
    top: 36px;
    width: 88px;
    height: 88px;
}

.page-top .page-top-menu .top-menu {
    float: left;
    position: relative;
    width: 90px;
    height: 36px;
    z-index: 1;
}

.page-top .page-top-menu .top-menu-btn {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 90px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    z-index: 3;
}

.page-top .page-top-menu .top-menu-btn .icon {
    margin-left: 3px;
    color: #666;
    font-size: 12px;
}

.page-top .page-top-menu div.active .top-menu-btn {
    background-color: #fff;
    color: #5d9cec;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.page-top .page-top-menu div.active .icon {
    color: #5d9cec;
}

.page-top .page-top-menu div.active .top-menu-list {
    display: block;
}

.page-top .page-top-menu .top-menu-list {
    display: none;
    position: absolute;
    top: 35px;
    right: 0px;
    width: 400px;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 2;
}

.page-top .page-top-menu .top-menu-list .list-links {
    float: left;
    width: 320px;
    padding: 15px;
    overflow: hidden;
}

.page-top .page-top-menu .top-menu-list .list-links li {
    float: left;
    width: 25%
}

.page-top .page-top-menu .top-menu-list h4 {
    font-size: 14px;
    font-weight: 100;
}

.page-top .page-top-menu .top-menu-list a {
    display: block;
    margin-top: 5px;
    color: #666;
}

.page-top .page-top-menu .top-menu-list a:hover {
    color: #5d9cec;
}

.page-top .page-top-menu .top-menu-list .links {
    float: right;
    width: 60px;
    margin: 35px 15px 0 0;
}


/*头部*/

.header {
    width: 100%;
    background-color: #fff;
}

.header-side {
    height: 114px;
}

.header-left {
    width: 310px;
}

.header-side .logo {
    margin-top: 25px;
}

.header-side .logo-text {
    display: inline-block;
    margin-left: 23px;
    padding-top: 12px;
    font-size: 23px;
    font-weight: 100;
}


/*搜索*/

.header-search {
    width: auto;
    margin-top: 25px;
}

.header-search .search {
    float: right;
    width: 660px;
    height: 46px;
}

.header-search .search .input {
    float: left;
    width: 85%;
    height: 46px;
    font-size: 14px;
    padding: 0 15px;
    border: 2px solid #1976d2;
}

.header-search .search .search-btn {
    float: left;
    width: 96px;
    height: 46px;
    color: #fff;
    font-size: 16px;
    background-color: #1976d2;
    border: none;
    outline: none;
}

.header-search .search .btn-black {
    background-color: #222;
}

.header-search .search .search-btn:hover {
    /*background-color: #41afe8;*/
}

.header-search .search .search-btn:active {
    background-color: #1e8dc6;
}

.header-search .search .search-btn .icon {
    font-size: 20px;
    color: #fff;
}

.header-search .search .links {
    margin-top: 5px;
}

.header-search .search .links a:first-child {
    margin-left: 20px;
}

.header-search .search .links a {
    margin-right: 30px;
    color: #666;
    font-size: 14px;
}

.header-search .search .links a:hover {
    color: #5d9cec;
}


.autocomplete-suggestions {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    background: #FFF;
    cursor: default;
    overflow: auto;
    -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-no-suggestion {
    padding: 2px 5px;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: bold;
    color: #000;
}

.autocomplete-group {
    padding: 2px 5px;
}

.autocomplete-group strong {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    display: block;
    border-bottom: 1px solid #000;
}


/*下单步骤*/

.orderStep {
    padding-top: 30px;
}

.orderStep span {
    display: inline-block;
    margin-right: 18px;
}

.orderStep span.line {
    width: 50px;
    height: 24px;
    border-top: 1px dashed #ccc;
}

.orderStep .icon {
    float: left;
    color: #ffb320;
    font-size: 34px;
}

.orderStep span strong {
    float: left;
    display: inline-block;
    margin-top: 12px;
    margin-left: 15px;
    font-size: 18px;
    font-weight: 100;
}

.orderStep span.current strong {
    color: #ffb320;
}


/*导航*/

.nav {
    width: 100%;
    height: 40px;
    background-color: #fff;
    border-bottom: 3px solid #1976d2;
}

.nav .nav-list {
    height: 40px;
}

.nav .nav-list li {
    float: left;
    height: 40px;
    margin-right: 50px;
    line-height: 37px;
}

.nav .nav-list li:first-child {
    width: 186px;
    height: 37px;
    background-color: #1976d2;
    text-align: center;
}

.nav .nav-list li a {
    color: #1976d2;
    font-size: 18px;
}

.nav .nav-list li:first-child a {
    color: #fff;
}

.nav .nav-list li:last-child a {
    color: #333;
}

.nav .nav-list li:first-child .icon {
    margin-right: 5px;
    color: #fff;
    font-size: 24px;
}


/*主体内容*/

.content {
    width: 100%;
}


/*页脚*/

.footer {
    min-width: 1200px;
    width: 100%;
    height: auto;
    background-color: #e2e4e5;
}

.footer-tips {
    height: 100px;
    background-color: #eee;
}

.footer-tips .tips {
    float: left;
    width: 33.33333333%;
    text-align: center;
}

.footer-tips .tips .icon {
    font-size: 62px;
    display: inline-block;
    color: #2b9ad3;
}

.footer-tips .tips strong {
    color: #333;
    font-size: 20px;
}

.footer .footer-help {
    padding: 50px 0 30px;
}

.footer .footer-help .links-list li {
    float: left;
    width: 16%;
}

.footer .footer-help .links-list li.last {
    width: 20%;
}

.footer .footer-help .links-list li a,
.footer .footer-help .links-list li span {
    display: block;
    margin-bottom: 15px;
    color: #666;
}

.footer .footer-help .links-list li h4 {
    margin-bottom: 25px;
    font-size: 14px;
    color: #333;
}

.footer .footer-help .links-list li span .footer-qq {
    display: inline-block;
    width: 78px;
    height: 22px;
    margin-left: 5px;
    margin-bottom: 0;
    border: 1px solid #5d9cec;
    border-radius: 22px;
    line-height: 20px;
    text-align: center;
    color: #5d9cec;
}

.footer .footer-help .wx-link {
    font-size: 14px;
}

.footer .footer-help .wx-link .icon {
    margin-right: 3px;
    font-size: 24px;
}

.footer .copyright {
    height: 40px;
    border-top: 1px solid #d4d6da;
    line-height: 40px;
    text-align: center;
    color: #666;
}


/*表格*/

.table {
    width: 100%;
}


/*按钮*/

.btn {
    display: inline-block;
    text-align: center;
}

.btn-warning,
.btn-warning:link,
.btn-warning:visited {
    width: 134px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    background-color: #ec971f;
    border: none;
}

.btn-warning:hover {
    background-color: #fda520;
}

.btn-blue,
.btn-blue:link,
.btn-blue:visited {
    width: 134px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    background-color: #2b9ad3;
    color: #fff;
    border: none;
}

.btn-blue:hover {
    background-color: #41afe8;
    color: #fff;
}

.btn-blue:active {
    background-color: #1e8dc6;
    color: #fff;
}

.btn-red,
.btn-red:link,
.btn-red:visited {
    width: 180px;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    font-weight: bold;
    background-color: #e4393c;
    color: #fff;
    border: none;
}

.btn-red:hover {
    background-color: #f86568;
    color: #fff;
}

.btn-red:active {
    background-color: #d11a1d;
    color: #fff;
}

.btn-jacinth {
    width: 250px;
    height: 42px;
    line-height: 38px;
    background-color: #d64541;
    border: 2px solid #d64541;
    color: #fff;
    font-size: 16px;
}

.btn-jacinth-nbg {
    background: none;
    color: #d64541;
}


/*关键词高亮*/

.text-highlight {
    color: #c00;
}


/*面板*/

.panel {
    padding: 0 30px 15px;
    background-color: #fff;
}

.panel-title {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}

.panel-title h3 {
    font-size: 18px;
}

.panel-border {
    border: 1px solid #eee;
}

.panel-content {
    padding: 15px 0;
}


/*切换面板*/

.tab-panel {}

.tab-panel .item {
    display: none;
}


/*当前位置*/

.cursor {
    height: 45px;
}

.cursor p {
    line-height: 45px;
    color: #888;
    font-size: 14px;
}

.cursor p a {
    margin: 0 10px;
    color: #888;
}

.cursor p a:hover {
    color: #65b3ff;
}

.cursor p span {
    margin: 0 10px;
}

.cursor p span strong {
    color: #333;
}


/*main左右*/

.main-left {
    width: 864px;
}

.main-right {
    width: 316px;
}


/*加减输入框*/

.compute-text {
    width: 98px;
    height: 30px;
}

.compute-inline {
    display: inline-block;
    vertical-align: middle;
}

.compute-text .btn-l,
.compute-text .btn-r {
    float: left;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 22px;
}

.compute-text a.text-gray {
    color: #ccc;
}

.compute-text .num {
    float: left;
    width: 38px;
    height: 30px;
    border: 1px solid #ccc;
    border-right: none;
    border-left: none;
    text-align: center;
}


/*纠错*/

.err-link {
    color: #2b9ad3;
    font-size: 12px;
}

.err-link .icon {
    margin-right: 5px;
}


/*换一换*/

.a-updata {
    color: #2b9ad3;
    font-size: 14px;
}

.a-updata .icon {
    margin-right: 5px;
}


/*商家入驻*/

.accessbox_out {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 26px;
}

.accessbox_out .accessbox {
    height: 150px;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    background-image: url('../images/ljrz.png');
}

.accessbox .a-link {
    float: right;
    width: 230px;
    height: 50px;
    margin: 50px 150px 0 0;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: white;
    display: block;
    background: #ffb320;
}

.accessbox .a-link:active {
    background: #fba500;
}

.accessbox .a-link:hover {
    background: #ffc350;
}


/*tablScroll*/

.tabScroll {
    position: relative;
    width: 100%;
    height: 20px;
    padding: 0 20px;
}

.tabScroll .icon {
    position: absolute;
    top: 1px;
}

.tabScroll .l-btn {
    left: 0;
}

.tabScroll .r-btn {
    right: 0;
}

.tabScroll-content {
    width: 100%;
    height: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.tabScroll .scrollItems {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

.tabScroll .scrollItems li {
    float: left;
    width: 76px;
    height: 20px;
    line-height: 18px;
    text-align: center;
}

.tabScroll .scrollItems li a {
    display: inline-block;
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #ccc;
}

.tabScroll .scrollItems li.active a {
    border-top: 1px solid #ffb320;
    border-right: 1px solid #ffb320;
    border-bottom: none;
    color: #ffb320;
}


/*弹框表单公共样式*/

.page-bounced {
    width: 100%;
}

.page-bounced .form-tit {
    height: 32px;
    margin: 0 15px;
    line-height: 32px;
    border-bottom: 1px dashed #ddd;
}

.page-bounced .form-tit h4 {
    text-indent: 10px;
    color: #ff8463;
    font-size: 14px;
}

.page-bounced .form-tit .form-tab {
    margin-left: 60px;
}

.page-bounced .form-tit .form-tab a {
    display: inline-block;
    margin: 0 20px;
    padding: 0 12px;
    line-height: 24px;
    background-color: #c2c2c2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.page-bounced .form-tit .form-tab a.active {
    background-color: #2b9ad3;
    color: #fff;
}

.page-bounced .form-list {
    width: 100%;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-bounced .form-list li {
    margin-bottom: 15px;
}

.page-bounced .form-list li .form-label {
    float: left;
    height: 34px;
    padding: 0 5px;
    line-height: 32px;
    text-align: right;
}

.page-bounced .form-list li .form-label .star-red {
    margin-right: 3px;
    color: #e02222;
    font-size: 12px;
    vertical-align: middle;
}

.page-bounced .form-list li .form-right {
    float: left;
    width: 50%;
}

.page-bounced .form-list li .form-control {
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-bounced .form-list li textarea.form-control {
    height: auto;
}

.page-bounced .form-list li .form-select {
    outline: 0!important;
    box-shadow: none!important;
}

.page-bounced .form-list li .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.page-bounced .form-list li .btn-form-submit {
    color: #fff;
    background-color: #33ace5;
    border-color: #33ace5;
}

.page-bounced .form-list li .btn-form-submit:hover {
    color: #fff;
    background-color: #1e8dc6;
    border-color: #1e8dc6;
    transition: all .3s;
}

.page-bounced .form-list li .btn-form-close {
    color: #333;
    background-color: #fff;
    border-color: #8c8c8c;
}

.page-bounced .form-list li .btn-form-close:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}


/*登录框*/

.login-bounced .form-list li {
    height: 34px;
    margin-bottom: 20px;
}

.login-bounced .form-list .li-title {
    margin-bottom: 5px;
}

.login-bounced .login-bounced-title {
    float: left;
    font-size: 16px;
    font-weight: 100;
}

.login-bounced .a-register,
.login-bounced .a-pw {
    float: right;
    color: #16a2d8;
}

.login-bounced .form-label {
    width: 85px;
    font-size: 14px;
}

.login-bounced .form-list .li-mb0 {
    margin-bottom: 0;
}

.login-bounced .form-list li .form-right {
    width: 60%;
}

.login-bounced #rememberMe {
    vertical-align: middle;
}

.login-bounced .btns {
    margin-left: 85px;
}

.login-bounced .form-list li .btn {
    padding: 6px 85px;
}


/*添加地址弹框*/

.quickBuy-bounced {
    margin-bottom: 20px;
}

.quickBuy-bounced .form-list li {
    margin-bottom: 25px;
}

.quickBuy-bounced .form-list li .form-label {
    width: 90px;
    font-size: 14px;
}

.quickBuy-bounced .form-list li .form-right {
    position: relative;
    width: 240px;
}

.quickBuy-bounced .form-list li .form-right2 {
    width: 294px;
}

.quickBuy-bounced .form-list li .form-control2 {
    float: left;
    width: 142px;
}

.quickBuy-bounced .form-list li .form-select {
    float: left;
    display: inline-block;
    width: 95px;
    margin-right: 5px;
}

.quickBuy-bounced .form-list li textarea.text-textarea {
    height: 100px;
}

.quickBuy-bounced .form-list li .form-right-lg {
    width: 300px;
}

.quickBuy-bounced .form-list li .btns {
    margin-left: 90px;
}

.quickBuy-bounced label.error {
    position: absolute;
    bottom: -20px;
    left: 0;
}


/*验证表单样式*/

label.error,
span.error {
    margin-top: 5px;
    color: #f03f2a;
}


/*侧边栏*/

.flotage {
    position: fixed;
    right: 0;
    top: 50%;
    width: 40px;
    height: 230px;
    margin-top: -115px;
    z-index: 999;
}

.flotage ul {
    width: 100%;
}

.flotage ul li {
    position: relative;
    width: 40px;
    height: 40px;
    margin-bottom: 6px;
    background-color: #282f32;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    line-height: 40px;
    text-align: center;
}

.flotage ul li a {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 40px;
    color: #fff;
}

.flotage ul li a .icon {
    font-size: 24px;
}

.flotage ul li .user-spot {
    display: block;
    position: absolute;
    top: 4px;
    right: 4px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fba500;
}

.flotage ul li .cart-num {
    display: block;
    position: absolute;
    top: -6px;
    right: 0;
    width: 16px;
    height: 16px;
    line-height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fba500;
    border: 1px solid #fba500;
    color: #fff;
}

.flotage ul li.active .cart-num {
    background-color: #fff;
    color: #fba500;
}

.flotage ul li.item a.user span,
.flotage ul li.item a.cart span,
.flotage ul li.item a.iphone span,
.flotage ul li.item a.quick_buy span {
    display: none;
    font-size: 14px;
}

.flotage ul li.item a.user span {
    width: 37px;
}

.flotage ul li.item a.cart span {
    width: 65px;
}

.flotage ul li.item a.iphone span {
    width: 120px;
    margin-left: 20px;
}

.flotage ul li.item a.quick_buy span {
    width: 80px;
}

.flotage ul li.active a.user,
.flotage ul li.active a.cart,
.flotage ul li.active a.iphone,
.flotage ul li.active a.quick_buy {
    background-color: #fba500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.flotage ul li.active a.user {
    width: 79px;
}

.flotage ul li.active a.cart {
    width: 105px;
}

.flotage ul li.active a.iphone {
    width: 170px;
}

.flotage ul li.active a.quick_buy {
    width: 120px;
}

.flotage ul li.active a.user span,
.flotage ul li.active a.cart span,
.flotage ul li.active a.iphone span,
.flotage ul li.active a.quick_buy span {
    display: inline-block;
}

.flotage ul li.active a.iphone span {
    line-height: 20px;
    text-align: left;
    vertical-align: middle;
}


/*抛物线运动物体*/

#fly_elment {
    position: absolute;
    /*width: 30px;
    height: 30px;
    border: 1px solid black;*/
    visibility: hidden;
}


/*搜索之后的货号样式及hover事件*/

.product-list-right .product-list-td td:nth-child(2) a {
    color: #65b3ff;
}

.product-list-right .product-list-td td:nth-child(2) a:hover {
    text-decoration: underline;
}

.product-table-Box .product-list-box td:nth-child(2) a {
    color: #65b3ff;
}

.product-table-Box .product-list-box td:nth-child(2) a:hover {
    text-decoration: underline;
}


/*分页*/

.pages {
    padding: 30px 0;
    text-align: center;
}

.pages span {
    font-size: 14px;
}

.pages a {
    display: inline-block;
    padding: 5px 12px;
    margin: 0 10px;
    background-color: #1976d2;
    color: #fff;
    font-size: 14px;
}

.pages .allPage {
    margin: 0 5px;
    color: #1976d2;
}


/*确认订单弹窗*/

.farechangeTip {
    width: 500px;
    /*height: 165px;*/
    /*border: 1px solid #333;*/
}

.farechangeTip .fare_top {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 35px;
}

.farechangeTip .fare_bot {
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 20px 0 10px;
}

.farechangeTip .close_fare {
    margin: 0 auto;
    width: 150px;
    text-align: center;
    color: #fff;
    box-sizing: border-box;
    padding: 5px 0;
    cursor: pointer;
    background-color: #2b9ad3;
}

.deleteShopTip {
    width: 500px;
    /*height: 165px;*/
}

.deleteShopTip {
    box-sizing: border-box;
    padding-left: 21px;
}

.deleteShopTip .deleteShop_top {
    font-size: 16px;
    color: #333;
    margin: 35px 0 15px;
}

.deleteShopTip .close_shopWapper span {
    display: inline-block;
    font-size: 14px;
    width: 60px;
    line-height: 26px;
    text-align: center;
    height: 26px;
    color: #333;
}

.deleteShopTip .close_shopWapper .delete_this {
    background-color: #2b9ad3;
    color: #fff;
    border: 1px solid #2b9ad3;
}

.deleteShopTip .close_shopWapper .no_delete {
    border: 1px solid #999;
}

.searchPage .now_page {
    color: #1976d2;
    margin: 0 5px;
    font-weight: bold;
}


/*搜索结果为0时，新建发布样式调整*/

.new_product_wapper .page-bounced .form-list li .cas_name {
    width: 466px;
}

.new_product_wapper .quickBuy-bounced .form-list li .form-right2 {
    width: auto;
}

.new_product_wapper .quickBuy-bounced .form-list li .form-right2 .ml10 {
    margin-left: 30px;
}

.new_product_wapper .quickBuy-bounced .form-list li .form-select {
    width: 142px;
    margin-right: 19px;
}

.new_product_wapper .quickBuy-bounced .form-list li .form-right-lg {
    width: auto;
}

.new_product_wapper .quickBuy-bounced .form-list li .btns {
    margin: 0;
}

.new_product_wapper .mt20 {
    text-align: center;
}

.new_product_wapper .quickBuy-bounced .form-list li .form-control2 {
    width: 218px;
}

.new_product_wapper .page-bounced .form-list {
    width: auto;
    display: inline-block;
}

.new_product_wapper .quickBuy-bounced .form-list li textarea.text-textarea {
    width: 468px;
    height: 90px;
}

.new_product_wapper .page-bounced .form-list li .btn-form-close {
    display: none;
}

.no_resultTips {
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin-top: 30px;
}

.onresult_img {
    text-align: center;
    margin-top: 20px;
}

.no_resultTips .no_productName {
    color: #d64541;
}


/*品牌内搜索*/

.content-search {
    width: 100%;
    padding: 4px 30px;
    background-color: #fff;
}

.content-search .form-search {
    width: 540px;
    height: 32px;
}

.content-search .form-search .tool-close {
    position: relative;
    float: left;
    width: 430px;
    height: 32px;
}

.content-search .form-search .input-text {
    width: 430px;
    height: 32px;
    padding: 0 10px;
    line-height: 32px;
    border: 2px solid #222;
}

.content-search .form-search .tool-close .icon {
    display: none;
    position: absolute;
    top: 7px;
    right: 5px;
    color: #c00;
    font-size: 16px;
    cursor: pointer;
}

.content-search .form-search .btn {
    float: left;
    display: inline-block;
    width: 110px;
    height: 32px;
    background-color: #222;
    border: 2px solid #222;
    color: #fff;
    font-size: 14px;
}


/*公用翻页样式*/

.searchPage .page-ul {
    /*text-align: right;*/
}

.searchPage .page-ul li:not(.jump-page):not(.page-record):not(.page_num) {
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    margin-top: 5px;
    background-image: linear-gradient(45deg, #fdfdfd, #f7f7f7);
    border: 1px solid #dddddd;
    font-weight: bold;
    border-radius: 2px;
    color: #333;
    cursor: pointer;
    margin-right: 10px;
    list-style: none;
}

.searchPage .page-ul li:not(.jump-page):not(.page-record):not(.page_num):hover {
    border: 1px solid #1976d2;
    border-radius: 2px;
    background-image: linear-gradient(45deg, #1976d2, #1976d2);
    color: #fff;
}

.searchPage .jump-page {
    display: inline-block;
}

.searchPage .page-text {
    width: 22px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 5px;
    padding: 0;
    vertical-align: text-top;
}

.searchPage ul.page-ul>li.active {
    border: 1px solid #1976d2 !important;
    border-radius: 2px !important;
    background-image: linear-gradient(45deg, #1976d2, #1976d2) !important;
    color: #fff !important;
}

.searchPage ul.page-ul>li.disable {
    color: #ccc !important;
    cursor: not-allowed !important;
}

.searchPage ul.page-ul li.disable:hover {
    border: 1px solid #dddddd !important;
    color: #ccc !important;
    background-image: none !important;
    cursor: not-allowed !important;
}

.searchPage .jump-page a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.searchPage .jump-page a:hover {
    /*text-decoration: underline;*/
}

.searchPage .page-record {
    display: inline-block;
    padding: 0 10px;
    color: #43505e;
    font-weight: bold;
}

.searchPage .page_num {
    width: auto;
    background-color: none;
    border: none;
    color: #333;
    display: inline-block;
    /*cursor: none;*/
}

/*微信浮动窗口*/
.weixin-floatFrame{
    position: fixed;
    top: 50%;
    left: 5px;
    width: 90px;
    margin-top: -70px;
    text-align: center;
    z-index: 999;
}
.weixin-floatFrame .img-box{
    display: inline-block;
    margin: 5px 0;
}
.weixin-floatFrame .txt{
    font-size: 12px;
    color: #666;
}

/*危险图标*/
.dangerTips-box {
    position: relative;
}
.dangerTips {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 19px;
    height: 20px;
    line-height: 20px;
    z-index: 2;
}
.dangerTips .icon-danger {
    display: inline-block;
    width: 19px;
    height: 20px;
    background: url(../images/danger.png) no-repeat;
    -webkit-background-size:contain;
    background-size:contain;
}

/*QQ图标、电话图标*/
.icon-qq, .icon-phone {
    display: inline-block;
    font-size: 24px;
}

.icon-qq {
    color: #68a5e1;
}

.icon-qq:hover {
    color: #65b3ff;
}

.icon-phone {
    color: #5fccb4;
}

.icon-phone:hover {
    color: #66e4c8;
}

.header-search .search .search_sc_input{width:70%;}


.float_right_two{position:absolute;right:40px;bottom: -27px;width:0px;background:#fff;;z-index:3;overflow:hidden;}
.float_right_two dl dd{width:195px;line-height:25px;display:inline-block;padding:6px 0px 6px 20px;font-family:"å¾®è½¯é›…é»‘";text-align:left;}
.float_right_two dl dd span{font-size:14px;color:#555555;font-family:"å¾®è½¯é›…é»‘";display:block;margin:0px;}
.float_right_two dl dd i{display:block;font-style:normal;color:#333333;font-size:15px;font-family:"å¾®è½¯é›…é»‘";}
.float_right_two dl dd i strong{font-size:17px;font-family:"å¾®è½¯é›…é»‘";color:#f46722;}
.float_right_two dl dd em{color:#555555;font-size:14px;font-family:"å¾®è½¯é›…é»‘";float:left;margin-right:5px;}
.shortcut-menu .lists .float_right_two dl dd  a{float:left;height:30px;padding:0px;margin:0px;}
.shortcut-menu .lists .float_right_two dl dd  a:hover{background:none;}
.float_right_two dl dd i font{color:#f46722;font-weight:bold;font-size:15px;}
.float_right_two dl dd.bbh_lce{border-bottom:none;}
.ar_pm{width:23px;display:inline-block;}
.float_right_two dl dd.ar_pm1{padding-bottom:0px;padding-top:0px;position: relative;}

.float_right_two dl dd.ar_pm1 em{width:30px;display:inline-block;overflow:hidden;height:25px;}
.float_right_two dl dd.ar_pm1 a{float:left;left: 59px;height: 25px;}


.footer .footer-help .links-list li span em i.air_p{width:30px;display:inline-block;overflow:hidden;height:25px;float:left;}
.footer .footer-help .links-list li span em.air_qq{display:block;line-height:25px;margin-bottom:5px;}


/*绑定微信弹窗*/
.message-wx-pop {
    padding: 10px 20px 10px 0;
}
.message-wx-pop .wx-img {
    float: left;
    width: 240px;
    padding: 35px 0;
    border-right: 1px solid #ddd;
    text-align: center;
}
.message-wx-pop .wx-img .wx-msg {
    display: block;
    margin-top: 10px;
}
.message-wx-pop .wx-text {
    padding-top: 50px;
    padding-left: 240px;
}
.message-wx-pop .wx-text p {
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 14px;
    line-height: 22px;
}

/* 积分商城地址列表弹框 */
.points-btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #fff;
    color: #555;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: 1px solid #C9C9C9;
    border-radius: 2px;
    cursor: pointer;
    width: 79px;
}
.points-btn:hover {
    border-color: #009688;
    color: #333;
}
.points-btn:active {
    opacity: 1;
    filter: alpha(opacity=100);
}

.points-exchange-submit-btn {
    background-color: #1E9FFF;
    color: #fff;
    border: none;
}
.points-exchange-submit-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}

.points-address-card {
    position: relative;
    width: 353px;
    height: 75px;
    margin: 0 9px 15px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
}

.points-address-card-title {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 243px;
    font-size: 14px;
}

.points-address-card-opt {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 61px;
    font-size: 14px;
}

.points-address-card-content {
    position: absolute;
    left: 23px;
    top: 44px;
    width: 280px;
    overflow: hidden;
}

.points-address-card-content p {
    margin-left: 20px;
    line-height: 22px;
    font-size: 13px;
}

.points-address-card-active {
    border: 3px solid #fba500;
    width: 349px;
}

.icon-points-address-check {
    display: none;
    position: absolute;
    right: -4px;
    bottom: -10px;
    color: #fba500;
    font-size: 28px;
}

.points-address-card-active .icon-points-address-check {
    display: block !important;
}

.icon-points-address-location {
    float: left;
    color: #10aeff;
    font-size: 18px;
}

/* 积分添加地址弹框 */
#addPointAddressForm dl dd {
    margin-bottom: 10px;
    line-height: 33px;
    display: inline-block;
    width: 363px;
}

#addPointAddressForm dl dd span {
    display: block;
    float: left;
    color: #333;
    font-size: 13px;
    font-family: "微软雅黑";
}

#addPointAddressForm dl dd span i {
    color: #ff2828;
    margin-right: 5px;
    font-style: normal;
}

#addPointAddressForm dl dd em {
    display: block;
    float: left;
    margin-left: 5px;
}

.points-address-input {
    width: 242px;
    height: 31px;
    line-height: 31px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ccc;
    padding-left: 5px;
    color: #333;
    font-size: 13px;
    font-family: "微软雅黑";
    outline: none;
}

.points-address-select-area {
    width: 117px;
    height: 31px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ccc;
    float: left;
    margin-right: 15px;
    color: #333;
    font-size: 13px;
    font-family: "微软雅黑";
    outline: none;
}

.points-address-textarea {
    width: 242px;
    height: 80px;
    line-height: 31px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #ccc;
    padding-left: 5px;
    color: #333;
    font-size: 13px;
    font-family: "微软雅黑";
    outline: none;
}

.points-address-checkbox {
    position: relative;
    cursor: pointer;
    font-size: 0;
    height: auto!important;
    line-height: normal!important;
    min-width: 18px;
    min-height: 18px;
    border: none!important;
    margin-right: 0;
    padding-left: 28px;
    padding-right: 0;
    background: 0 0;
    transition: .1s linear;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}

.points-address-checkbox span {
    padding-left: 0;
    padding-right: 15px;
    line-height: 18px;
    background: 0 0;
    color: #666;
    height: 100%;
    font-size: 14px;
    border-radius: 2px 0 0 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
}

.points-address-checkbox i {
    right: auto;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border: 1px solid #d2d2d2;
    font-size: 12px;
    border-radius: 2px;
    background-color: #fff;
    -webkit-transition: .1s linear;
    transition: .1s linear;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.points-address-checkbox:hover i {
    border-color: #1E9FFF;
    color: #fff;
}

.points-address-checked i {
    border-color: #1E9FFF!important;
    background-color: #1E9FFF;
    color: #fff;
}