html {
    font-family: 'Montserrat', sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 黑体, SimSun, 宋体;
    background-color: #000e1d;
    margin: 0;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

a, a:hover {
    text-decoration: none;
}

a {
    color: #1088f9;
}

a:hover, a:active {
    color: #ffba00;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}
.bg-blue{
    background-color: #1188f9;
    border-color: #1188f9;
}
.bg-blue.active.focus,
.bg-blue:focus,
.bg-blue.active:hover,
.bg-blue.focus,
.bg-blue:active:focus,
.bg-blue:hover,
.open>.dropdown-toggle.bg-blue.focus,
.open>.dropdown-toggle.bg-blue:focus,
.open>.dropdown-toggle.bg-blue:hover{
    background-color: #1078da;
    border-color: #1078da;
}
ul, li, ol {
    list-style: outside none none;
}

ul, ol {
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
    margin-left: 1.5em;
}

li > ul, li > ol {
    margin-bottom: 0;
}

dl {
    margin: 0 0 1.75em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 1.75em;
}

p {
    padding: 0px;
    margin: 0px;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
    vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    margin: 0;
    padding: 0
}

section {
    margin-top: 28px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: none;
}

.left {
    float: left;
}

.right {
    float: right;
    text-align: center;
}

.center {
    text-align: center;
}

.container {
    width: 1080px;
}

.row {
    margin: 0px;
    padding: 0px;
}

.color-white{
    color: #fff;
}

.blue {
    color: #1088f9;
}

.green {
    color: #00dd00;
}

.yellow {
    color: #ffba00;
}

.red {
    color: #ff0;
}
.grey{
    color: #999;
}
.white {
    color: #fff!important;
}

.blue_b {
    border: #1088f9 1px solid;
}

.green_b {
    border: #5ad205 1px solid;
}

.yellow_b {
    border: #ffba00 1px solid;
}

.blue_b h4 {
    background-color: #1088f9;
}

.green_b h4 {
    background-color: #5ad205;
}

.yellow_b h4 {
    background-color: #f9c028;
}

.green a {
    color: #00dd00;
}

.green a:hover, .green a:active {
    color: #ffba00;
}

.word_2 {
    display: inline-block;
    width: 4em;
    text-align: justify;
    text-align-last: justify;
}

.top_30 {
    margin-top: 30px;
}

/* === header ==== */
.topbar {
    width: 100%;
    -width: 1080px;
    background-color: #022a6b;
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
}

.topbar .row {
    margin: 0px;
    padding: 0px 28px 0px 0px;
}

.topbar .login-type{
    padding: 0 15px;
}

.topbar .login-type a{
    display: inline-block;
    cursor: pointer;
    padding: 0 8px;
}
.topbar .login-type a.active{
    background-color: #12224f;
    color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

header {
    border-bottom: #ffba00 4px solid;
}

.navbar-default {
    background-color: #001a35;
    width: 100%;
    height: 90px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: 0.5s;
    top: 30px;
}

.navbar-brand {
    height: 90px;
    margin: 0px 112px 0px 20px;
    padding: 0px;
}

.img-responsive {
    float: left;
    display: inline-block;
    margin-top: 5px;
    margin-right: 3px;
}

.img-responsive:first-child {
    width: 121px;
}
.img-responsive:last-child{
    height: 77px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 44px;
    margin-right: 38px;
    padding: 0px;
    text-transform: capitalize;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffba00;
}

.navbar-default .navbar-nav li.active a {
    color: #ffba00;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: none;
    border: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background: none;
    color: #ffba00;
}

.dropdown-menu {
    background: #2577e3;
    color: #fff;
    margin: 6px auto auto -26px;
    min-width: 120px;
    padding-bottom: 10px;
}

.dropdown-menu > li {
    padding: 0px 18px;
}

.dropdown-menu > li:hover, .dropdown-menu > li:active {
    background: #fff;
    border-left: #ffba00 8px solid;
    margin-top: -1px;
}

.dropdown-menu > li > a {
    color: #fff;
    border-bottom: #fff 1px dashed;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:active, .dropdown-menu > li > a:focus {
    color: #2577e3;
    background: none;
}

.dropdown-menu > li:hover > a {
    color: #2577e3;
    background: none;
}

/* === brand === */
.brand {

}

.brand ul {

}

.brand ul li {
    width: 194px;
    height: 70px;
    display: inline-block;
    margin-right: 6px;
    border: #ff9900 1px solid;
}

.brand ul li img {
    width: 192px;
    height: 68px;
}

/* === domain === */
.table.table-striped tbody td.green {
    font-size: 21px;
    text-align: left;
    width: 10em;
    word-break: break-all;
}

.table.table-striped tbody td.white {
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 15em;
    max-width: 15em;
}

.domain .domain_content {
    float: left;
    background-color: #001a35;
    border: #001a35 1px solid;
    padding: 5px 5px 15px;
    position: relative;
    -webkit-overflow-scrolling: touch;
    height: 100%;
}

.domain .domain_left {
    float: left;
    width: 345px;
    margin-right: 5px;
}

.domain .domain_right {
    float: left;
    width: 656px;
    font-family: 黑体;
    font-weight: 900;
}

.domain .domain_left_cont {
    margin-bottom: 5px;
    background-color: #000e1d;
    overflow: hidden;
}

.domain .domain_left .list, .domain .domain_left .case {
}

.domain .domain_left .tool {
}

.domain .domain_left .news, .domain .domain_left .app {
}

.domain .domain_left .default {
}

.domain h4 {
    color: #eee;
    display: block;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    padding-left: 14px;
}

.domain h4 span {
    font-size: 12px;
    padding-left: 4px;
}

.domain .domain_left ul {
    padding: 15px 12px 10px;
}

.domain .domain_left ul li {
    color: #fff;
    margin-bottom: 0px;
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

.domain .domain_left ul li a {
    color: #fff;
}

.domain .domain_left ul li a:hover, .domain .domain_left ul li a:active {
    color: #ffba00;
}

.domain .domain_left ul li span {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    /*line-height: 16px;*/
}

.domain .domain_left ul li .li_01 {
    width: 30%;
    margin-right: 10px;
}

.domain .domain_left ul li .li_02 {
    width: 30%;
    margin-right: 10px;
}

.domain .domain_left ul li .li_03 {
    width: 30%;
    float: right;
}

.domain .domain_left ul li .li_001 {
    width: 45%;
}

.domain .domain_left .more {
    height: 30px;
    padding: 5px 8px;

}

.domain .domain_right .search {
    width: 100%;
    background-color: #F7CF62;
    padding: 16px;
}

.domain .domain_right .search .input-group {
    float: left;
    width: 180px;
    margin-right: 12px;
}

.domain .domain_right .search-all {
    display: inline-block;
    float: right;
}

.domain .domain_right .search-all a {
    display: inline-block;
    background-color: #5ba0f4;
    border: 1px solid #4b89d6;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    vertical-align: middle;
}

.domain .domain_right .search .hot {
    display: inline-block;
    color: #ff0000;
    margin-left: 10px;
}

.domain .domain_right .search .hot a {
    color: #ff0000;
}

.domain .domain_right .search .hot a:hover {
    color: #000;
}

.domain .domain_right .search .filter {
    color: #000;
    margin-top: 20px;
    font-size: 16px;
}

.domain .domain_right .search .filter,
.domain .domain_right .search .filter .btn {
    font-weight: 600;
    font-size: 16px;;
}

.domain .domain_right .search .filter p {
    margin-bottom: 0px;
    display: inline;
}

.domain .domain_right .search .filter .btn-group {
    width: 530px;
}

.domain .domain_right .search .filter div > span,
.domain .domain_right .search .filter p > span {
    vertical-align: top;
    padding-top: 6px;
    display: inline-block;
}

.searchbar-scroll {
    position: relative;
    padding: 16px;
    margin: -16px;
    background-color: #f7cf62;
    z-index: 99;
}

.searchbar-scroll #domain {
    width: 173px;
}
.form-group.album #album{
    width: 140px;
}

.filter .btn-group[data-toggle=buttons] .btn input[type=checkbox],
.filter .btn-group[data-toggle=buttons] .btn input[type=radio],
.filter .btn-group[data-toggle=buttons] .btn-group > .btn input[type=checkbox],
.filter .btn-group[data-toggle=buttons] .btn-group > .btn input[type=radio],
.filter .album-child .btn input[type=radio] {
    clip: rect(0, 0, 0, 0);
    position: absolute;
    pointer-events: none;
}

.album-child {
    margin-left: 84px;
}

.album-child .album-item {
    display: none;
}

.domain .domain_right .search .filter .btn[disabled] {
    opacity: .5;
    color: #292929;
}

.filter .filter-content {
    display: inline-block;
    width: 80%;
}

.domain .domain_right .search .filter a {
    color: #000;
    margin-left: 12px;
}

.domain .domain_right .search .filter a:hover {
    color: #ff0000;
}

.search .btn-primary, .search .btn-primary:hover, .search .btn-primary.active, .search .btn-primary:active, .search .open > .dropdown-toggle.btn-primary, .search .btn-primary.active.focus, .search .btn-primary.active:focus, .search .btn-primary.active:hover, .search .btn-primary.focus:active, .search .btn-primary:active:focus, .search .btn-primary:active:hover, .search .open > .dropdown-toggle.btn-primary.focus, .search .open > .dropdown-toggle.btn-primary:focus, .search .open > .dropdown-toggle.btn-primary:hover {
    background: none;
    border: none;
}

.search .btn-primary {
    color: #000;
}

.search .btn-primary:hover, .search .btn-primary.active, .search .btn-primary:active, .search .open > .dropdown-toggle.btn-primary, .search .btn-primary.active.focus, .search .btn-primary.active:focus, .search .btn-primary.active:hover, .search .btn-primary.focus:active, .search .btn-primary:active:focus, .search .btn-primary:active:hover, .search .open > .dropdown-toggle.btn-primary.focus, .search .open > .dropdown-toggle.btn-primary:focus, .search .open > .dropdown-toggle.btn-primary:hover {
    color: #1088f9;
}

.search .btn.active, .search .btn:active {
    background-image: none;
    box-shadow: none;
    outline: 0 none;
}

.domain .domain_right .search_scroll {
    position: fixed;
    width: 656px;
    height: 66px;
    padding: 16px;
    z-index: 999;
    top: 0px;
    display: none;
}

.domain .domain_right .block {
    display: block;
}

.domain .domain_right .table_box {
}

.domain .domain_right thead {
    background-color: #fff;
    color: #5d76b4;
    font-size: 16px;
    text-align: center;
}

.domain .domain_right th, .domain .domain_right tr {
    text-align: left;
    padding-left: 15px;
}

.domain .domain_right th:last-child, .domain .domain_right tr:last-child {
    text-align: left;
    padding: 8px;
}

.domain .domain_right tbody tr {
    border: #000 1px solid;
}

.domain .domain_right tbody td {
    font-size: 16px;
    padding-left: 10px;
}

.domain .domain_right tr .th-right {
    width: 6em;
    text-align: left;
    padding-left: 20px;
}

.domain .domain_right tbody .td-right {
    width: 6em;
    padding-right: 25px;
}
.domain .domain_right tbody .td-right:last-child{
    text-align: right;
    padding-right: 8px;
}
.number-price {
    text-align: right !important;
}

.domain .domain_right table .btn {
    padding: 0;
    background-size: 100%;
    width: 70px;
    height: 25px;
    border: none;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0);
    background-image: url("../img/btn_add.png");
}

.domain .domain_right table .btn img {
    height: 20px;
    vertical-align: sub;
}

.domain .pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #fdb92c;
    border-color: #fdb92c;
}

.domain .center .pagination {
    margin: 0;
    display: inherit;
    margin-left: 60px;
}

.domain .pagination > li > span,
.domain .pagination > li > a {
    margin-right: 5px;
    border-radius: 0px;
}

.domain .pagination > li > span:last-child,
.domain .pagination > li > span:first-child,
.domain .pagination > li > a:first-child,
.domain .pagination > li > a:last-child {
    border-radius: 0px;
    width: 2.5em;
    padding-left: 0;
    padding-right: 0;
}
.domain .pagination > li:first-child > span:last-child,
.domain .pagination > li:first-child > span:first-child,
.domain .pagination > li:first-child > a:first-child,
.domain .pagination > li:first-child > a:last-child,
.domain .pagination > li:last-child > span:last-child,
.domain .pagination > li:last-child > span:first-child,
.domain .pagination > li:last-child > a:first-child,
.domain .pagination > li:last-child > a:last-child{
    padding: 6px 6px;
    width: auto;
}
.chose-page {
    color: #fff;
    display: inline-block;
    line-height: 28px;
}

.chose-page input {
    width: 40px;
    color: #000;
}

.domain .table-striped > tbody > tr:nth-of-type(2n+1),
.home-order .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #001a35;
}

.domain .table-striped > tbody > tr:nth-of-type(2n),
.home-order .table-striped > tbody > tr:nth-of-type(2n) {
    background-color: #01254a;
}

.domain .table-striped > tbody > tr:hover {
    background-color: #024386;
}

/* domain->detail */
.domain .domain_right .detail {
    color: #fff;
    background-color: #04386e;
    margin-left: 5px;
    height: 1278px;
}
.login-dialog .modal-footer{
    display: none;
}
.login-dialog .login-message{
    width: 400px;
}
.login-dialog .col-md-6{
    text-align: center;
}
.login-dialog .col-md-6 a{
    font-size: 1.6em;
}
.domain .domain_right .detail_h {
    padding: 30px 20px 20px;
}
.domain .domain_right .detail_h h1{
    font-size: 30px;
}
.domain .domain_right .detail_h h1, .domain .domain_right .detail_h a {
    display: inline-block;
}

.domain .domain_right .detail_h a {
    float: right;
    margin-left: 24px;
    margin-top: -2px;
}

.domain .domain_right .detail_c .detail-content {
    border-top: 1px solid #001a37;
    padding: 10px 0px 20px;
}
.domain .domain_right .detail_c .detail-content>p{
    margin-top: 10px;
    line-height: 34px;
}
.domain .domain_right .detail_c .detail-content .btn-success{
    background-color: #06bd20;
}

.domain .domain_right .detail_c .detail-content .domain-care{
    width: 82px;
    height: 34px;
    border: none;
}
.domain .domain_right .detail_c .detail-content .domain-care img{
    width: 20px;
}
.domain .domain_right .detail_c .detail-content>h3{
    padding: 0 0 0 20px;
}
.domain .domain_right .detail_c .detail-content>p{
    padding: 0 20px;
    font-size: 18px;
}
.domain .domain_right .detail_c .detail-count {
    font-size: 18px;
}

.domain .domain_right .detail_c p,
.domain .domain_right .detail_c h3 {
    margin-left: 20px;
    position: relative;
}

.domain .domain_right .detail_c h3:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0px;
    top: 9px;
    background-color: #2174c2;
}

.domain .domain_right .detail_c p {
    font-size: 16px;
    line-height: 30px;
}

.domain .domain_right .detail_c h3 {
    margin: 10px 20px 20px;
}

.domain .domain_right .detail_c .flag {
    font-size: 28px;
    color: #fedd2e;
    font-weight: 700;
}

.domain .domain_right .detail_c .detail-line {
    display: inline-block;
    margin-left: 0px;
}

.detail-dialog .modal-body .form-inline,
.order-dialog .modal-body .form-inline {
    margin-top: 10px;
}

.detail-dialog .modal-body .form-inline label,
.order-dialog .modal-body .form-inline label {
    text-align: justify;
    text-align-last: justify;
    width: 5em;
}

.detail-dialog .dropdown-menu,
.order-dialog .dropdown-menu {
    margin: 0;
}

.detail-dialog .profile-contact-add,
.order-dialog .profile-contact-add {
    display: inline-block;
    padding: 5px;
}

.detail-dialog .profile-contact-add span:first-child,
.order-dialog .profile-contact-add span:first-child {
    width: 4em;
    display: inline-block;
    text-align: justify;
    text-align-last: justify;
}

.detail-dialog .glyphicon-remove,
.order-dialog .glyphicon-remove {
    color: red;
}

/* domain->show */
.domain_show_bg {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.domain_show {
}

.domain_show .show_topbar {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #000;
    border-bottom: #000 1px solid;
}

.domain_show .show_cont {
    text-align: center;
    margin: 150px auto auto;
}

.domain_show .show_cont h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 40px;
}

.domain_show .show_cont h1 b {
    font-size: 70px;
    margin-right: 22px;
}

.domain_show .show_cont p {
    font-size: 30px;
    margin-bottom: 25px;
}

.domain_show .show_like {
    background: url("../img/like_bg.png") no-repeat;
    display: inline-block;
    width: 131px;
    height: 50px;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    margin-top: 60px;
    text-align: center;
}

.domain_show .show_like a {
    float: left;
    background: url("../img/like_01.png") no-repeat;
    display: block;
    width: 37px;
    height: 32px;
    overflow: hidden;
    margin: 7px 18px 0px 20px;
}

.domain_show .show_like a:hover, .domain_show .show_like a:active {
    background: url("../img/like_02.png") no-repeat;
}

.domain_show .show_like span {
    float: left;
    line-height: 50px;
}

.domain_right .table-footer {
    text-align: center;
    background-color: #022a68;
    margin-top: -20px;
    padding: 15px 0px;
}

p.page-tip:first-child span {
    color: #0f0;
}

p.page-tip:last-child span {
    color: #ff0;
}

p.page-tip {
    text-align: center;
    font-size: 18px;
    color: #979494;
    display: inline-block;
}

p.page-tip span {
    color: white;
}

p.page-tip span:before, p.page-tip span:after {
    content: " ";
    width: 1em;
}

.btn-more {
    background-color: #024386;
    width: 100%;
    border-radius: 0px;
    border-color: #024386;
}

/* === pages === */
.page .page_content {
    float: left;
    background-color: #001a35;
    border: #001a35 1px solid;
    padding: 5px;
}

.page .page_left {
    float: left;
    width: 270px;
    margin-right: 5px;
}

.page .page_right {
    float: left;
    width: 715px;
    min-height: 350px;
    background-color: #fff;
}

.page .page_left .page_left_cont {
}

.page .page_left ul {
    background-color: #2577e3;
}

.page .page_left ul li, .page .page_left ul li a {
    display: block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: 700;
}

.page .page_left ul li.active {
    background-color: #fff;
    border-left: #ffba00 14px solid;
    margin-right: -8px;
    height: 51px;
    margin-bottom: -1px;
}

.page .page_left ul li a {
    color: #fff;
    border-top: #fff 1px dashed;
    margin: 0px 14px;
}

.page .page_left ul li .none {
    border-top: none;
}

.page .page_left ul li a:hover, .page .page_left ul li a:active {
    color: #ffba00;
}

.page .page_left ul li.active a {
    color: #2577e3;
    border: none;
}

.page .page_right .page_right_h {
    height: 96px;
    text-align: center;
    font-size: 36px;
    font-weight: 800;
    padding: 36px 8px 0px 8px;
}

.page .page_right .page_right_cont {
    padding: 30px 40px;
    font-size: 16px;
}

/* === post === */
.post .post_content {
    background-color: #001a35;
    border: 1px solid #001a35;
    float: left;
    padding: 5px;
    color: #fff;
}

.post .post_left {
    float: left;
    width: 345px;
    margin-right: 5px;
}

.post .post_right {
    float: left;
    width: 656px;
}

.post .post_left_cont {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    border: #1088f9 1px solid;
    padding-bottom: 15px;
}

.post .post_left_head {
    border-bottom: #1088f9 2px solid;
    height: 50px;
    padding: 0px 10px;
}

.post .post_left_head h3 {
    color: #2577e3;
    line-height: 50px;
}

.post .post_left_head a {
    color: #ffba00;
    line-height: 50px;
    font-size: 14px;
}

.post .post_left_head a:hover, .post .post_left_head a:active {
    color: #ffba00;
}

.post .post_left_detail {
    padding: 10px;
}

.post .post_left_detail li, .post .post_left_detail a {
    float: left;
    display: block;
    width: 100%;
}

.post .post_left_detail a {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
}

.post .post_left_detail a:hover, .post .post_left_detail a:active {
    color: #ffba00;
}

.post .post_left_detail .title, .box_post_title {
    width: 100%;
    height: 25px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post .post_right_cont {
    float: left;
    width: 100%;
    border: #1088f9 1px solid;
    padding: 20px;
    margin-bottom: -1px;
}

.post .post_right_cont img {
    float: left;
    width: 220px;
    height: 150px;
    overflow: hidden;
}

.post .post_right_cont .post_right_img {
    position: relative;
}

.post .article-img, .post .post_cat .item_cont .item_cont_img .article-img {
    position: absolute;
    left: 0;
    top: 0;
}

.post .post_right_cont .post_right_detail {
    float: left;
    display: block;
    padding: 0px 12px;

    width: 390px;
    height: 150px;
    word-break: break-all;
    overflow: hidden;
}

.post .post_right_cont .detail_head {
}

.post .post_right_cont .detail_head a {
    display: block;
    width: 370px;
    height: 34px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 24px;
    color: #1088f9;
}

.post .post_right_cont .detail_head a:hover, .post .post_right_cont .detail_head a:active {
    color: #ffba00;
}

.post .post_right_cont .detail_time {
    margin: 10px 0px;
    color: #ffba00;
}

.post .post_right_cont .detail_time span {
    margin: 0px 5px;
}

.post .post_right_cont .detail_cont {
    display: block;
    width: 380px;
    height: 80px;
    overflow: hidden;
    word-break: break-all;
}

/*  post_category */
.post .post_cat {
    width: 1008px;
    background-color: #001a35;
    border: 1px solid #001a35;
    float: left;
    padding: 5px;
    color: #fff;
}

.post .post_cat .post_cat_head, .post .post_cat .post_cat_item .item_head {
    width: 100%;
    font-size: 18px;
    padding: 0px 24px;
    border: #1088f9 1px solid;
}

.post .post_cat .post_cat_head {
    height: 60px;
    line-height: 60px;
}

.post .post_cat .post_cat_head a, .post .post_cat .post_cat_item .item_head a {
    color: #ffba00;
}

.post .post_cat_head a:hover, .post .post_cat .post_cat_head a:active, .post .post_cat .post_cat_item .item_head a:hover, .post .post_cat .post_cat_item .item_head a:active {
    color: #2577e3;
}

.post .post_cat_head i {
    color: #2577e3;
}

.post .post_cat_head span {
    margin: 0px 8px;
}

.post .post_cat .post_cat_item {
    width: 100%;
    height: 280px;
    overflow: hidden;
    margin-top: 10px;
}

.post .post_cat .post_cat_item .item_head {
    height: 50px;
    line-height: 50px;
}

.post .post_cat .item_cont {
    height: 228px;
    border: #1088f9 1px solid;
    margin-top: -1px;
    padding: 22px;
}

.post .post_cat .item_cont .item_cont_img, .post .post_cat .item_cont .item_cont_img img {
    float: left;
    width: 270px;
    height: 184px;
    overflow: hidden;
    position: relative;
}

.post .post_cat .item_cont .item_cont_txt {
    float: left;
    display: block;
    padding: 20px 20px;
    width: 680px;
    height: 150px;
    text-indent: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post .post_cat .item_cont .more {
    float: left;
    display: block;
    padding: 0px 20px;
    width: 680px;
    height: 40px;
    line-height: 40px;
}

.post .post_cat .item_cont .more a {
    color: #ffba00;
    font-size: 16px;
}

.post .post_cat .item_cont .more a:hover, .post .post_cat .item_cont .more a:active {
    color: #2577e3;
}

/*  post_detail */
.post .post_detail {
    width: 100%;
    border: #1088f9 1px solid;
    padding: 30px;
    margin-top: 10px;
}

.post .post_detail .post_detail_title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin: 45px auto;
}

.post .post_detail .post_detail_tips {
    color: #ffba00;
    font-size: 18px;
    border-bottom: #2577e3 1px dashed;
    text-align: center;
    line-height: 35px;
    height: 35px;
}

.post .post_detail .post_detail_tips span {
    margin-left: 30px;
}

.post .post_detail .post_detail_cont {
    font-size: 18px;
    padding: 46px 40px 60px;
    border-bottom: #2577e3 1px dashed;
    text-indent: 35px;
}

.post .post_detail .pre p {
    margin-top: 25px;
    font-size: 16px;
}

/* === links === */
.links {
}

.links ul li, .about ul li {
    display: inline-block;
    margin-right: 25px;
    margin-top: 28px;
}

.links ul li, .links ul li a, .about ul li, .about ul li a {
    color: #ffba00;
    font-size: 14px;
}

.links ul li a:hover, .about ul li a:hover {
    color: #1088f9;
}

/* === footer === */
footer {
    border-top: #ffba00 4px solid;
    margin-top: 60px;
    text-align: center;
    padding: 45px 0 45px;
}

/* === kefu === */
.kefu {
    position: fixed;
    left: 50%;
    margin-left: 500px;
    bottom: 10px;
    padding-bottom: 250px;
    z-index: 999;
}

.kefu .btn {
    display: block;
    width: 72px;
    height: 72px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

.kefu .btn-qq {
    /*background: url("../img/k_qq.png") 0px 0px no-repeat;*/
    background-color: #6da9de;
}

.kefu .btn-qq:hover {
    background-color: #488bc7;
}

.kefu a.btn-qq, .kefu a.btn-qq:visited {
    /*background: url("../img/k_qq.png") 0px 0px no-repeat;*/
    background-color: #6da9de;
    text-decoration: none;
    display: block;
}

.kefu .btn-wx {
    /*background:  url("../img/k_wx.png") 0px 0px no-repeat;*/
    background-color: #78c340;
}

.kefu .btn-wx:hover {
    background-color: #58a81c;
}

.kefu .btn-wx .pi, .kefu .btn-wx .pic {
    position: absolute;
    left: -160px;
    top: 0px;
    display: none;
    width: 160px;
    height: 160px;
    max-width: 160px;
}

.kefu .btn-phone {
    /*background: url("../img/k_phone.png") 0px 0px no-repeat;*/
    background-color: #f9c028;
}

.kefu .btn-phone:hover {
    background-color: #fbb01f;
}

.kefu .btn-phone .phone {
    background-color: #fbb01f;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 70px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}


.kefu .btn-qq .qq {
    background-color: #6da9de;
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 70px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.kefu .btn-cart {
    text-align: center;
    /*background: url("../img/collaction.png") 0px 0px no-repeat;*/
    background-color: #1088f9;
    /*background-size: 100%;*/
}

.kefu .kefu-img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
}

.kefu .kefu-name {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
}

.kefu .btn-cart:hover {
    background-color: #0f4f8c;
}

.kefu .btn-cart .cart {
    background-color: rgba(58, 84, 111, 0.9); /*TODO 背景色更改*/
    position: absolute;
    width: 400px;
    left: -400px;
    color: #fff;
    display: none;
    border-radius: 4px;
    padding: 5px;
    overflow: hidden;
}

.kefu .btn-cart .cart .table-body {
    overflow-y: auto;
    overflow-x: hidden;
}

.cart-bottom div {
    display: inline-block;
    padding: 0 40px;
}

.cart-bottom div:first-child {
    vertical-align: middle;
    text-align: left;
}

.cart .table-body {
    margin-top: 15px;
}

.cart .table-content {
    margin-top: 10px;
    text-align: left;
    text-indent: 1em;
}

.cart .table-body textarea {
    color: #000;
    font-size: 16px;
    width: 350px;
    max-width: 100%;
    word-break: break-all;
    word-wrap: break-word;
    max-height: 100%;
}

.kefu a.btn-cart, .kefu a.btn-cart:visited {
    background: url("../img/k_cart.png") 0px 0px no-repeat;
    background-color: #1088f9;
    text-decoration: none;
    display: block;
}

.kefu .btn-top {
    background: url("../img/k_top.png") 0px 0px no-repeat;
    background-color: #666666;
    display: none;
    height: 70px;
}

.kefu .btn-top:hover {
    background-color: #444;
}

.kefu .table-tr {
    display: inline-block;
    width: 30%;
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    text-indent: 1em;
}

.kefu .cart .table-name {
    width: 36%;
    text-align: left;
}

.kefu .table-tr:first-child, .kefu .table-td:first-child {
    width: 3%;
}

.kefu .table-td {
    display: inline-block;
    width: 30%;
    padding-left: 25px;
    line-height: 1.4;
}

.kefu .btn-delete {
    cursor: pointer;
}

/* === jq ===*/
.contact-user {
    position: relative;
    margin-bottom: 10px;
}

.contact-user input[disabled] {
    cursor: not-allowed;
    background-color:  #cccccc;
}

#registerForm .contact-profile{
    margin: 0 auto;
}

.contact-profile {
    padding: 5px 5px 5px 75px;
    width: 300px;
}

.contact-profile .input-group {
    margin: 5px 5px 5px 0px;
}

.contact-profile .btn-default {
    display: inline-block;
}

.contact-profile .glyphicon {
    line-height: 34px;
    color: red;
    position: absolute;
    right: -20px;
}

/* ==== mobile =====*/
.domain-mobile .searchbar-scroll {
    padding: 10px 0px;
    margin: 0px;
}

.domain-mobile .searchbar-scroll .bootstrap-select {
    width: 84px !important;
}

.search .category .dropdown-menu {
    left: 26px;
}

.domain-mobile .searchbar-scroll .bootstrap-select .form-control {
    padding: 6px 15px 6px 6px;
    max-width: 84px;
}

.domain-mobile .searchbar-scroll .bootstrap-select .form-control .caret {
    right: 8px;
}

.domain-mobile .dropdown-menu {
    background-color: #fff;
}

.domain-mobile .dropdown-menu > li > a {
    color: #000;
    line-height: 22px;
}

.domain-mobile .dropdown-backdrop {
    background-color: rgba(255, 255, 255, .3);
}

.domain-mobile .searchbar-scroll .btn-searchAll {
    padding: 0px;
}

.domain-mobile.domain .domain_content {
    float: none;
    padding: 0;
    margin-top: 70px;
    border: none;
    overflow-y: scroll;
}

.domain-mobile {
    height: 100%;
    width: 100%;
}

.domain-mobile .search.box-header {
    top: 0;
    left: 0;
    right: 0;
}

.domain-mobile form.form-inline {
    left: 0;
    right: 0;
    top: 0;
    z-index: 100;
}

.domain-mobile .table.table-striped tbody td.green {
    font-size: 14px;
    width: 9em;
    position: relative;
}

.domain-mobile .table.table-striped tbody td.white {
    width: 8em;
}

.domain-mobile .table.table-striped tbody .number-price {
    padding-left: 3px;
}

.table.table-striped tbody .td-cart {
    width: 35px;
    padding: 8px 0;
}

.domain-mobile .table_box::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.domain-mobile .table_box::-webkit-scrollbar:vertical {
    /*width: 5px;*/
}

.domain-mobile .table_box::-webkit-scrollbar:horizontal {
    /*height: 5px;*/
}

.domain-mobile .table_box::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.domain-mobile .table_box::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgba(255, 255, 255, .5);
}

.domain-mobile .table_box::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, 0);
    border-left: 1px solid rgba(0, 0, 0, 0);
}

.domain-mobile .table_box .table thead {
    height: 36px;
    background-color: #fff;
}

.domain-mobile p.page-tip {
    font-size: 14px;
}

.domain-mobile .navbar-brand {
    margin: 0px;
    float: none;
}

.domain-mobile .navbar-brand img.img-responsive {
    display: inline;
    margin: 0;
    height: 45px;
    width: auto;
}

.domain-mobile .domain-contact {
    line-height: 50px;
    /*text-align: right;*/
    position: relative;
    float: right;
}

.domain-mobile .domain-contact .domain-contact-show {
    position: absolute;
    color: #fff;
    top: 45px;
    z-index: 100;
    right: 0;
    width: 170px;
    padding: 10px;
    background-color: #001a35;
    border-radius: 5px;
    display: none;
}

.domain-mobile .domain-contact .domain-contact-show p {
    line-height: 1;
    display: none;
    font-size: 18px;
    text-align: center;
}

.domain-mobile .domain-contact .domain-contact-show p.contact-phone {
    font-size: 15px;
}

.domain-mobile .searchbar-scroll #domain {
    width: 10px;
    display: inline-block;
    color: #000;
}

.domain-mobile .domain-contact a img {
    height: 35px;
}

.domain-contact .active .kefu-img-active,
.domain-contact .kefu-img-normal {
    display: inline;
}

.domain-contact .active .kefu-img-normal,
.domain-contact .kefu-img-active {
    display: none;
}

.domain-mobile .btn-wx {
    display: inline;
}

.domain-mobile .btn-phone {
    display: inline;
}

.domain-mobile .contact-btn {
    padding: 0px;
    display: inline-block;
    position: relative;
    width: 35px;
}
.domain-mobile .contact-btn.btn-cart{
    width: 28px;
}

.domain-mobile .domain-footer {
    height: 70px;
    padding: 10px;
    background-color: #0e2548;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 110;
}

.domain-mobile .select-dropdown {
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99;
    display: none;
}

.domain-mobile ul.select-dropdown-type {
    display: none;
    height: 400px;
    overflow: auto;
}

.domain-mobile .searchbar-scroll #album,
.domain-mobile .searchbar-scroll #category {
    width: 95px;
    height: 26px;
    display: inline-block;
}

.domain-mobile ul.select-dropdown-type li {
    padding: 5px 20px;
    font-size: 16px;
    cursor: pointer;
    line-height: 2;
    border-bottom: 1px solid #CCCCCC;
}

.domain-mobile ul.select-dropdown-type li:last-child {
    border-bottom: none;
}

.domain-mobile ul.select-dropdown-type li.active {
    color: #f7cf62;
}

.domain-mobile ul.select-dropdown-type li:hover {
    background-color: #EEEEEE;
}

.domain-mobile .btn-select-album,
.domain-mobile .btn-select-category {
    padding: 6px 6px;
    width: 6em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.search-table-title {
    background-color: #fff;
    z-index: 99;
    position: absolute;
    left: 0;
    right: 0;
}

.search-table-title div {
    display: inline-block;
    color: #6275b0;
    padding: 8px;
}

.search-table-title-domain {
    width: 30%;
}

.search-table-title-describe {
    width: 45%;
}

.domain-mobile .btn-domain-top {
    height: 40px;
    position: absolute;
    right: 25%;
    bottom: 5%;
}

/* ==== mobile content ==== */
.domain-mobile .domain .domain_right {
    width: auto;
}

.domain-mobile.domain .domain_content.domain-detail {
    background-color: #0e2547;
    color: #fff;
    margin-top: 0;
    height: 100%;
}

.table-add-cart,
.domain-mobile .search-btn{
    width: 23px;
    vertical-align: top;
}

.domain-mobile #category,
.domain-mobile #album {
    color: #000;
    height: 26px;
}

.domain-mobile.domain .domain-detail .domain-footer {
    position: relative;
}

.domain-mobile.domain .domain-detail .domain-contact .domain-contact-show {
    top: 45px;
    z-index: 100;
}

.domain-mobile.domain .domain_content.domain-detail .detail p.detail-line {
    display: inline-block;
    text-indent: 0;
}

.domain-mobile.domain .domain_content.domain-detail .detail {
    padding: 10px;
}

.domain-mobile.domain .domain_content.domain-detail h3 {
    border-top: 1px solid #000;
    margin: 10px -10px 5px;
    padding: 10px;
}

.domain-mobile.domain .domain_content.domain-detail .detail .detail_h h1 {
    text-align: center;
    font-size: 24px;
}

.domain-mobile.domain .domain_content.domain-detail .detail .domain-price,
.domain-mobile.domain .domain_content.domain-detail .detail .color-orange {
    color: #eec350;
    font-size: 20px;
}

.domain-mobile .mobile-cart-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(58, 84, 111, 0.7);
    display: none;
    color: #fff;
    padding: 15px 10px 10px;
}

.domain-mobile .mobile-cart-exit .btn-link {
    color: #fff;
}

.domain-mobile .mobile-cart-title {
    height: 10%;
}

.domain-mobile .mobile-cart-table {
    height: 84%;
    overflow-y: auto;
    padding-bottom: 25px;
}
.domain-mobile .mobile-cart-table textarea {
    width: 100%;
    max-width: 100%;
    height: 100%;
    color: #000;
}
.domain-mobile .mobile-cart-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    text-align: center;
}

.domain-mobile .mobile-cart-footer .cart-footer-item {
    display: inline-block;
    width: 30%;
    text-align: center;
    vertical-align: text-top;
}

.domain-mobile .mobile-cart-footer .cart-footer-item label {
    margin-bottom: 0;
}

.domain-mobile .mobile-cart-title .mobile-cart-domain,
.domain-mobile .mobile-cart-title .mobile-cart-price,
.domain-mobile .mobile-cart-title .mobile-cart-exit {
    padding: 10px;
    font-size: 18px;
    text-align: right;
}

.domain-mobile .mobile-cart-content table {
    width: 100%;
}

.domain-mobile .mobile-cart-content table .btn-danger,
.domain-mobile .mobile-cart-footer .btn {
    padding: 0 8px;
}
.domain-mobile .table.table-striped tbody td.white{
    padding-left: 0;
}
.domain-mobile .mobile-cart-td {
    width: 30%;
    display: inline-block;
}

.domain-mobile .mobile-cart-tbody td {
    padding: 5px 0;
}

.content-item {
    margin: 10px -10px;
    padding: 10px 10px;
    border-top: 1px solid #000;
}

.domain-title-long {
    display: inline-block;
}

.domain-content-long {
    vertical-align: top;
}

.content-item p:first-child {
    display: inline-block;
    width: 5em;
}

.domain-detail-content {
    display: inline-block;
}

.domain-mobile .table_box .text-center{
    margin-bottom: 15px;
}

.domain-mobile .search-btn{

}

/* === 订单 ===*/
.home-order .panel,
.login-content .panel{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.home-order .panel-heading,
.login-content .panel-heading{
    text-align: center;
    padding: 20px;
    font-size: 20px;
    background-color: #F7CF62;
    font-weight: bold;
}
.home-order .nav-tabs{
    border: none;
}
.home-order .nav-tabs>li{
    width: 33%;
    text-align: center;
}
.login-content .nav-tabs>li{
    width: 49%;
    text-align: center;
}
.home-order .nav-tabs>li>a,
.login-content .nav-tabs>li>a{
    color: #000;
}
.login-content .tab-pane{
    text-align: center;
    padding: 15px;
}
.home-order .nav-tabs>li.active>a,
.home-order .nav-tabs>li.active>a:focus,
.home-order .nav-tabs>li.active>a:hover,
.login-content .nav-tabs>li.active>a,
.login-content .nav-tabs>li.active>a:focus,
.login-content .nav-tabs>li.active>a:hover{
    color: #6fa0ec;
    border-left: none;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #6fa0ec;
}
.home-order  .order-status-pay{
    color: #e9cf7e;
}
.home-order .order-status-unpay{
    color: #72767b;
}
.home-order .table.table-striped tbody td.white,
.home-order .table.table-striped tbody td.green{
    width: auto;
}
.home-order .btn-pay{
    border: none;
    background-color: #70a1ef;
    box-shadow: none;
    color: #fff;
    padding: 3px 7px;
}
.bootbox-body .well{
    padding: 10px 10px;
}

/* === exception === */
.tip-icon img{
    display: block;
    width: 90px;
}
.tip-icon img:first-child{
    margin-bottom: 30px;
}
.tip-icon,.tip-message{
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
}
.exception-content{
    width: 1000px;
    margin: 250px auto 100px;
    padding: 40px 40px 20px;
    background-color: #eefbf8;
    border: 1px solid #ccc;
}
.exception-content h4,.exception-content p{
    text-align: left;
    margin: 15px 0;
}
.exception-content .tip-title{
    font-weight: bold;
    color: #e88c33;
    text-align: center;
    font-size: 16px;
}
.exception-content .tip-auth{
    text-align: right;
    font-weight: bold;
    margin-bottom: 0px;
}
.tip-back{
    margin-top: 30px;
    text-align: center;
}

.tip-back .btn-back{
    padding: 8px 30px;
    background-color: #db8f34;
    border-radius: 4px;
    color: #fff;
}
/* === media === */

@media screen and (max-width: 768px) {
    .topbar, header, footer {
        width: 1080px;
    }

    .topbar p {
        margin: 0px;
    }

    nav {
        display: inline-block;
        width: 1080px;

    }

    nav .navbar-header, nav .collapse {
        float: left;
        display: inline-block;
        border-top: none;
    }

    nav .collapse ul li {
        float: left;
        display: inline-block;
    }

    .img-responsive {
        margin: 5px 0px;
    }

    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .kefu {
        display: none;
    !important;
    }

    .search_scroll .block {
        display: none;
    }
}

@media screen and (max-width: 350px) {
    .domain-mobile {
        font-size: 10px;
    }

    .domain-mobile .navbar-brand img.img-responsive {
        display: inline;
        margin: 0px;
        height: 30px;
        width: auto;
    }

    .domain-mobile .table.table-striped tbody td.green {
        font-size: 10px;
        width: 9em;
    }

    .domain-mobile .domain-contact {
        line-height: 30px;
    }

    .domain-mobile .domain-footer {
        height: 45px;
        padding: 5px;
    }

    .domain-mobile .searchbar-scroll #album,
    .domain-mobile .searchbar-scroll #category {
        width: 80px;
        display: inline-block;
    }

    .domain-mobile .btn-searchAll {
        padding: 0;
    }

    .domain-mobile .btn-select-album,
    .domain-mobile .btn-select-category {
        padding: 6px 0px;
    }

    .domain-mobile.domain .domain_content {
        padding: 0;
        margin-top: 45px;
    }
    .domain-mobile .contact-btn{
        width: 32px;
    }
    #searchForm.headroom-top {
        top: 45px;
    }

    #searchForm.slideDown-top {
        top: 45px;
    }

    #searchForm.slideUp-top {
        top: 0;
    }
}