body {
    font-family: Microsoft YaHei,"Open Sans", sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
    background: #000;
    color: #b2b2b2;
    overflow-y: scroll;
}
html,body{
    height: 100%;
}
/*
 Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't
 properly apply the media queries in Bootstrap's CSS. To address this,
 you can optionally include the following CSS and JavaScript to work around this problem until Microsoft issues a fix.
*/
@-webkit-viewport {
    width: device-width;
}
@-moz-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@-o-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
/*
 Internet Explorer 10 doesn't differentiate device width from viewport width,
 and thus doesn't properly apply the media queries in Bootstrap's CSS. To address this, following CSS code applied
*/
@-ms-viewport {
    width: auto !important;
}
/* Custom scrollbars for webkit browsers */
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #cecece;
}

::-webkit-scrollbar-thumb {
    background-color: #cecece;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #aaaaaa;
}

::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0;
}

/* Reset round corners */
div,
input,
select,
textarea,
span,
img,
table,
label,
td,
th,
p,
a,
button,
ul,
code,
pre,
li {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.help-inline{
    color: #00b0e5;
}

label{
    font-weight: normal;
}

/* Links */
a {
    text-shadow: none;
    color: #fff;
}
a:hover {
    color: #00b0e5;
    text-decoration: none;
}
a:focus, a:hover, a:active {
    outline: 0;
}
/* Horizontal break */
hr {
    margin: 20px 0;
    border: 0;
    border-top: 1px solid #eee;
    border-bottom: 0;
}
/* Margin and padding utilities */
.no-space {
    margin: 0px !important;
    padding: 0px !important;
}

.no-margin {
    margin: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-left-10{
    margin-left: 10px !important;
}
.margin-left-15{
    margin-left: 15px !important;
}

/* IE8 & IE9 mode utilities */
.visible-ie8 {
    display: none;
}

.ie8 .visible-ie8 {
    display: inherit !important;
}

.visible-ie9 {
    display: none;
}

.ie9 .visible-ie9 {
    display: inherit !important;
}

.hidden-ie8 {
    display: inherit;
}

.ie8 .hidden-ie8 {
    display: none !important;
}

.hidden-ie9 {
    display: inherit;
}

.ie9 .hidden-ie9 {
    display: none !important;
}

.block-center{
    margin: 0 auto !important;
}
/***
Icons
***/
[class^="icon-"],
[class*=" icon-"] {
    display: inline-block;
    position: relative;
    background-image: url('../../Static/img/icon-map.png');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top:3px;
    right: 5px;
}

li [class^="icon-"],
li [class*=" icon-"] {
    text-align: center;
}

.icon-quit{
    background-position: -160px -20px;
    top: 5px;
    right: 0;
}
.icon-right{
    background-position: -120px 0px;
    width: 18px;
    height: 18px;
}
.icon-address{
    background-position: 0px 0px;
    width: 18px;
    height: 18px;
}
.icon-tag{
    background-position: -20px 0px;
    width: 18px;
    height: 18px;
}
.icon-wx{
    background-position: 0px -20px;
    right: 10px;
}
.icon-tel{
    background-position: -20px -20px;
    right: 10px;
}
.icon-msg{
    background-position: -40px -20px;
    right: 10px;
}
.icon-fm{
    background-position: -100px 0;
    width: 14px;
    height: 14px;
    right: 0;
}
.icon-fm.active{
    background-position: -80px 0;
}

.icon-close{
    background-position: -140px -20px;
    top:0;
    right: 0;
}
.icon-close:hover{
    background-position: -120px -20px;
}

.icon-required{
    background-position: -180px 0;
    width: 13px;
    height: 13px;
    top: -2px;
}
.icon-swap-left{
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 12px;
    background-position: 0 -40px;
    width: 24px;
    height: 24px;
}
.icon-swap-right{
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 12px;
    background-position: -24px -40px;
    width: 24px;
    height: 24px;
}

.ht{
    font-size: 14px;
    font-weight: bold;
}
.text-title{
    color: #00b0e5;
    font-size: 18px;
    font-weight: bolder;
    padding-bottom: 10px;
    border-bottom: groove 2px #666;
    margin-bottom: 20px;
}
.title-margin{
    margin-top: 50px;
}
.text-blue{
    color: #00b0e5;
}
.text-yellow{
    color: #ffb900;
}
.text-muted{
    color: #b2b2b2;
}
.text-white{
    color: #fff;
}
/***
Page container
***/
.page-width{
    width: 940px;
    margin: 0 auto;
}
.page-container {
    width: 940px;
    margin: 35px auto 50px auto;
    position: relative;
}
.page-container:before,
.page-container:after {
    display: table;
    content: " ";
}
.page-container:after {
    clear: both;
}
.page-content {
    margin: 0px;
    padding: 0px;
}

.page-login{
    background: #000;
}
.page-login .content{
    width: 940px;
    margin: 0 auto;
}
.page-login .content .login,
.page-login .content .welcome{
    display: block;
    float: right;
    font-size: 14px;
    font-weight: bold;
    padding:5px 10px;
    text-align: center;
    color:#00b0e5;
    border-bottom: solid 1px #00b0e5;
}
.page-login .content:before,
.page-login .content:after{
    display: table;
    content: '';
}
.page-login .content:after{
    clear: both;
}

.page-banner{
    background: #000;
    padding: 10px 0;
}
.page-banner .content{
    text-align: center;
    background: #e4e4e4;
}

.page-bar {
    background: #000;
    padding: 10px 0;
}
.page-bar .page-breadcrumb {
    padding: 0;
    width: 940px;
    margin: 0 auto;
    list-style: none;
}
.page-bar .page-breadcrumb > li {
    display: inline-block;
}

.link-map {
    background: #000;
    padding-bottom: 10px;
}
.link-map .gmaps{
    margin: 0 auto;
}

.page-header{
    width: 940px;
    border: none;
    margin:0 auto;
    /*min-height: 110px;*/
    /*padding-top: 15px;*/
}
.page-header .logo{
    height: 75px;
}
.page-header .navbar-inverse{
    background: none;
    border: none;
}
.page-header .navbar{
   margin-bottom: 0px;
}
.page-header .navbar .nav{
   margin-top: 40px;
}
.page-header .navbar .nav li>a{
    background:none;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
}
.page-header .navbar .nav li:hover>a,
.page-header .navbar .nav li.active>a,
.page-header .navbar .nav li.active:hover>a{
    background:none;
    color:#00b0e5;
}
.page-header .navbar .nav li.active:after{
    content: '';
    border-left: 8px solid transparent;
    border-bottom: 8px solid #000;
    border-right: 8px solid transparent;
    display: inline-block;
    position: absolute;
    top:51px;
    left:50%;
    margin-left: -8px;
}

.page-footer{
    background: #000;
    padding:40px 0 0 0;
    width: 100%;
    border-bottom: solid 4px #00b0e5;
}
.page-footer .content{
    width: 940px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 130px;
}
.page-footer .copyright{
    position: absolute;
    bottom: 0;
    right: 0;
    background: #00b0e5;
    padding: 10px;
    color: #fff;
}
.page-footer .content .title{
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
    padding-bottom: 15px;
    border-bottom: solid 4px #3e3e3e;
}

.page-footer .content .con{
    margin: 15px 5px 0 5px;
}

.page-footer .about .con{
    width: 290px;overflow: hidden;
}
.page-footer .about .con .item{
    width: 290px;float: left;
}

/**pagination**/
.pagination{
    margin: 0;
}

.pagination > li {
    display: inline-block;
    margin-left: 5px;
}

.pagination > li > a,
.pagination > li > span,
.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus{
    border-radius: 25px !important;
    color: #fff;
    background-color: #565656;
    border-color: #565656;
}
.pagination>.disabled>span, .pagination>.disabled>span:hover, .pagination>.disabled>span:focus, .pagination>.disabled>a, .pagination>.disabled>a:hover, .pagination>.disabled>a:focus {
    cursor: not-allowed;
}

.pagination > li:first-child > a, .pagination > li:last-child > a,
.pagination > li:first-child > span, .pagination > li:last-child > span{
    padding: 1px 10px 1px;
    font-size: 20px;
}

.pagination > li.active > span,
.pagination > li.active > span:hover,
.pagination > li.active > span:focus,
 .pagination > li > a:hover {
    background: #00b0e5;
    border-color: #00b0e5;
    color: #fff;
}

.form-horizontal .form-group {
     margin-right: -5px;
     margin-left: -5px;
 }
.form-horizontal .row{
    margin-right: -5px;
    margin-left: -5px;
}
.form-horizontal [class^="col-"],
.form-horizontal [class*=" col-"]{
    padding-right: 5px;
    padding-left: 5px;
}

textarea{
    padding: 6px 12px !important;
}

.form-horizontal .checkbox{
    padding-top: 0px;
}
.checkbox label{
    line-height: 20px;
}

.form-control {
    display: block;
    width: 100%;
    height: 28px;
    padding: 0px 12px;
    font-size: 13px;
    /*line-height:13px;*/
    color: #b2b2b2;
    background-color: transparent;
    background-image: none;
    border: 1px solid #666;
    border-radius: 2px !important;
}

.count-container{
    padding: 10px 15px;
    background: rgba(0,0,0,0.3);
    margin-bottom: 20px;
    color: #00b0e5;
    font-weight: bold;
}

.search-container{
    border: solid 1px #666;
    padding: 15px 15px 0 10px;
    background: rgba(0,0,0,0.3);
    margin-bottom: 20px;
}

.search-form .form-group .col-md-1{
    width: 14%;
}
.search-form .form-group .col-md-offset-1{
    margin-left: 14%;
}
.search-form .form-group .col-md-0{
    float: left;
    width: 4%;
}
.search-form .form-group .col-md-9{
    width: 86%;
}
.search-form .form-group .col-md-4{
    width: 41%;
}

.bs-select .btn-default,
.bs-select .btn-default:hover,
.bs-select .btn-default:focus,
.bs-select .btn-default:active,
.bs-select .btn-default.active,
.bs-select .open>.dropdown-toggle.btn-default {
    color: #b2b2b2 !important;
    background-color: transparent !important;
    border-color: #666 !important;
}

.bs-select .dropdown-menu{
    color: #b2b2b2;
    background-color: #000;
    border-color: #666;
    padding: 0;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.bs-select .dropdown-menu>li>a {
    color: #fff;
}
.bs-select .dropdown-menu>li>a:hover,
.bs-select .dropdown-menu>li>a:focus,
.bs-select .dropdown-menu>li>a.active{
    /*color: #333;*/
    /*background: #b2b2b2;*/
}

.btn-primary{
    background-color: #00b0e5;
    border-color: #00b0e5;
    min-width: 120px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active{
    color: #ffffff;
    background-color: #0071ae;
    border-color: #005480;
}

.btn{
    font-size: 13px;
}
.btn-tag{
    padding: 0px 7px 3px 7px;
    color: #b2b2b2;
    background-color: transparent;
    border-color: #666;
}
.btn-tag:hover,
.btn-tag:focus{
    color: #b2b2b2;
    border-color: #666;
}

.btn-tag.active{
    padding:3px 10px;
    color: #00b0e5;
    background-color: transparent;
    border-color: #00b0e5;
}

.loading-message{
    background-color: #1E1E1E;
    color: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-shadow: 0 0px 10px #b2b2b2, 0 0 10px #b2b2b2, 0 0 10px #b2b2b2;
    padding: 40px 0;
}
.loading-message .message-icon{
    position: relative;
    top: -3px;
}
.loading-message .message{
    display: inline-block;
    margin:0 15px;
    font-size: 18px;
}

.dropdown-menu {
    left: auto;
    right:0px;
    background-color: #1E1E1E;
    border: 1px solid #b2b2b2;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-shadow: 0 0px 10px #b2b2b2, 0 0 10px #b2b2b2, 0 0 10px #b2b2b2;
}
.dropdown-menu>li>a{
    color: #fff;
    margin: 1px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #00b0e5;
}

/** Modal **/
.modal-open{
    overflow-y: scroll;
}
.modal{
    overflow-y: auto;
}
.modal-dialog{
    width: 450px !important;
    margin: 150px auto 15px auto;
}
.modal-content {
    background-color: #1E1E1E;
    color: #fff;
    border: 1px solid #b2b2b2;
    border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    box-shadow: 0 0px 10px #b2b2b2, 0 0 10px #b2b2b2, 0 0 10px #b2b2b2;
}
.modal-header{
    border-bottom: solid 4px #404040;
    font-size: 15px;
    padding: 15px 30px;
    position: relative;
}

.modal-close{
    position: absolute;
    top:10px;
    right: 10px;
}

.login-nav{
    list-style: none;
    margin: 0;
    padding: 0;
}
.login-nav:before,.login-nav:after{
    display: table;
    content: '';
}
.login-nav:after{
    clear: both;
}
.login-nav >li{
    display: block;
    width: 60px;
    text-align: center;
    position: relative;
    float: left;
}
.login-nav >li.forget-nav{
    display: none;
    width: 80px;
}
.login-nav >li.password-nav{
    width: 80px;
}
.login-nav>li.active >a{
    color: #00b0e5;
}
.login-nav >li.active:after{
    content: '';
    border-bottom: 4px solid #00b0e5;
    display: inline-block;
    position: absolute;
    bottom:-19px;
    left:0;
    width: 60px;
}
.login-nav >li.forget-nav:after,
.login-nav >li.password-nav:after{
    width: 80px;
}

.modal-body{
    padding: 30px;
}
.modal-body a{
    color: #00b0e5;
}

.modal-body .login-footer{
    margin: 30px -30px -15px -30px;
    border-top: dotted 1px #666;
    padding: 15px 30px 0px 30px;
}

#login_modal .form-horizontal .col-md-3{
    width: 75px !important;
}
#login_modal .form-horizontal .col-md-offset-3{
    margin-left: 75px !important;
}
#login_modal .form-horizontal .col-md-9{
    width: 320px !important;
}

.gmaps{
    width: 100%;
    height: 300px;
}
.wx-code{
    /*padding: 4px;*/
    background-color: #fff;
    /*border: 1px solid #666;*/
    width: 140px;
}
.page-footer .wx-code{
    position: absolute;
    right: 15px;
    top:140px;
    width: 100px;
}
.goods .item{
    border-bottom: dotted 1px #666;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.goods .item .title-panel{
    margin-bottom: 10px;
}
.goods .item .title{
    font-size: 14px;
    font-weight: bold;
}

.goods-detail .title-panel{
    border-bottom: dotted 1px #666;
    margin-bottom: 15px;
    padding:0px 10px 10px 10px;
}
.goods-detail .title-panel .title{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.goods-detail .pics{
    margin-bottom: 20px;
}
.goods-detail .con{
    line-height: 180%;
    border-bottom: dotted 1px #666;
    padding-bottom:20px;
}
.goods-detail .keys{
    margin-top: 20px;
}
.goods-detail .protocol{
    background-color: rgba(0,0,0,.3);
    border: solid 1px #666;
    text-align: center;
    margin-top: 40px;
    padding: 20px 0 15px 0;
    color: #00b0e5;
}
.goods-detail .protocol .btn-primary{
    width: 200px;
}

.hot .item{
    font-size: 14px;
    display: inline-block;
    min-width: 75px;
    text-align: left;
    margin-bottom: 20px;
    margin-right: 15px;
}

.my-nav a.active{
    color: #00b0e5;
}

.protocol-container{
    border: solid 1px #666666;
}
.protocol-container .title,
.protocol-container .content,
.protocol-container .agree{
    padding: 20px;
    border-bottom: solid 1px #666;
}
.protocol-container .agree{
    padding: 10px 20px;
}
.protocol-container .msg{
    padding: 20px;
}
.protocol-container .title{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.protocol-title{
    margin-bottom: 10px;
}
.protocol-content > p{
    text-indent: 26px;
}
.text-indent{
    text-indent: 26px;
}