body {
    font-family:"Microsoft YaHei";
    line-height:1.2em;
    font-size:17px;
    line-height:20px;
    background-color: #000;
    background-image: url(../img/bg.png);
}
a {
    color:#181A1C;
    text-decoration: none;
}
a:hover {
    color: #FECE1A;
    text-decoration: none;
}
a:focus {
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
h1 {
    margin: 10px;
}

p {

    font-weight:400;
    line-height:24px;
    color: #fff;
}

p.black {
    padding: 10px;
    font-weight: 100;
    color: #000;
}

.icon-flask{
    display: inline-block;
    width: 1em;
    height: 1em;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;

    background-image: url(../img/flask.png);
}

a:hover .icon-flask{
    background-image: url(../img/flask-hover.png);
}



/*zr-navbar
********************************************************************/
.navbar {
    background: #181A1C;
    margin-bottom:0;
    min-height:60px;
    border-bottom: 1px solid #292c30;
}

.navbar-fixed-top {
    min-height:60px;
    /* height:60px; */
    padding-top:0;
    box-shadow: 0px 5px 5px 1px rgba(0, 0, 0, 0.7);
}

.navbar-inner {
    background: #181A1C;
    border-radius:0;
    filter: none;
    border: none;
    box-shadow: none;
}
.navbar .brand img {
    height:40px;
}
.navbar .nav > li > a {
    text-transform:uppercase;
    line-height: auto;
    vertical-align: middle;
    margin: 10px 3px 10px 0;
    padding: 8px 10px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 2px solid #181A1C;
    box-shadow: none;
    font-size:15px;
    text-shadow: none;
    color: #fff;
    transition: border-color 1s ease;
    border-radius: 10px;
}
.navbar .nav > li:hover> a,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    border: 2px solid #FECE1A;
    color: #fff;
    background-color: #181A1C;
    transition: border-color 1s ease;
}

.navbar .nav > li.link > a {
    padding: 8px 3px 8px;
}
.navbar .nav > li.link:hover> a,
.navbar .nav > li.link > a:hover {
    border: 2px solid #181A1C;
    color: #FECE1A;
    background-color: #181A1C;
}


.navbar .nav > li.updater > a {
    margin: 10px 3px 10px 10px;
    padding: 8px 15px;
    border: 2px solid #00ff73;
    color: #fff;
    background-color: #009944;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
}
.navbar .nav > li.updater > a:hover {
    border: 2px solid #a58511;
    color: #181A1C;
    background-color: #FECE1A;
}


.navbar .nav > li.shop > a {
    margin: 10px 3px 10px 10px;
    padding: 8px 15px;
    border: 2px solid #00ff73;
    color: #fff;
    background-color: #009944;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
}
.navbar .nav > li.shop > a:hover {
    border: 2px solid #a58511;
    color: #181A1C;
    background-color: #FECE1A;
}


.navbar .nav > li.lab > a {
    margin: 10px 3px 10px 10px;
    padding: 8px 15px;
    border: 2px solid #6db4ff;
    color: #007bff;
    background-color: #cbe4ff;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
}
.navbar .nav > li.lab > a:hover {
    border: 2px solid #6db4ff;
    color: #cbe4ff;
    background-color: #007bff;
}




.nav-pills {
    margin-bottom: 30px;
}
.nav-pills > li > a {
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-right:5px;
    padding-left:25px;
    padding-right:25px;
    border: 1px solid #181A1C;
}
.nav-pills > li > a:hover, .nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background: #181A1C;
    color: #fff;
}
.navbar .btn-navbar:hover, .navbar .btn-navbar {
    border-radius:0;
    background:#FECE1A;
    color: #000;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
/******
2. Layout
**********************************************************************/
.centered {
    margin-left:auto;
    margin-right:auto;
    float: none;
    text-align: center;
}
/* Use this class if you want ceter element with span* class */
 .center {
    float: none !important;
    margin: 0 auto !important;
    text-align: center;
}
.highlighted-box {
    background:#F4F8F9;
    padding:20px 30px;
}
.highlighted-box h1 {
    margin:0px;
}
.large-text {
    line-height:1.2em;
    font-size: 30px;
    color: #181A1C;
    padding:20px;
    margin-bottom:20px;
}
.highlighted-box h1, .highlighted-box p {
    color: #181A1C !important;
}
.circle-border {
    display: inline-block;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    -khtml-border-radius: 500px;
    border: 3px solid #fff;
}
.left-align {
    text-align:left;
}
.right-align {
    text-align:left;
}
.error {
    color: #CF0000;
    display: none;
}
.invisible {
    display:none;
    visibility:visible;
}
.triangle {
    margin: 0 auto;
    text-align:center;
    width: 0;
    height: 0;
    border-top: 30px solid #181A1C;
    border-left: 585px outset transparent;
    border-right: 585px outset transparent;
    position: relative;
}
/*
2.1 Animations
**********/
 .zoom-in {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    margin-bottom: 20px;
    /* cursor: pointer; */
}
.zoom-in:hover {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
}
/*
2.2 Buttons - There are buttons on a transparent background, primary and secondary color background.
**********/
 .button,  .button:visited, .button:focus {
    display:inline-block;
    border:1px solid #181A1C;
    color:#181A1C;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
    line-height:auto;
}
.button:hover, .button:active{
    background-color:#181A1C;
    color:#fff;
}
.button-sp, .button-sp:visited, .button-sp:focus {
    border:none;
    background-color:#FECE1A;
    color:#181A1C;
}
.button-sp:hover, .button-sp:active {
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps, .button-ps:visited, .button-ps:focus {
    border:none;
    background-color:#181A1C;
    color:#FECE1A;
}
.button-ps:hover, .button-ps:active {
    background-color:#FECE1A;
    color:#181A1C;
}
/*
2.3 Thumbnails - Predefined bootstrap's thumbnail class.
**********/
 .thumbnail {
    width:100%;
    height:100%;
    padding:0;
    overflow: hidden;
    position: relative;
    border:0;
    border-radius:0;
    box-shadow:none;
    text-align:center;
}
.thumbnail .more {
    display:block;
    z-index:4;
    position:absolute;
    top:-100px;
    left:50%;
    margin:0 auto;
    margin-left:-41px;
    color:#fff;
    text-decoration:none;

    font-size: 40px;
    line-height: 50px;
    text-align: center;

    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    padding: 10px 20px;


}
.thumbnail:hover .more {
    top:40%;
    margin-top:-30px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3 s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.thumbnail h3, 
.thumbnail p {
    margin:0;
    padding:0;
    position:relative;
    z-index:4;
}
.thumbnail h3 {
    color: #000;
    margin-top:10px;
    font-size:20px;
}
.thumbnail > p {
    padding-bottom:20px;
}
.thumbnail .mask {
    opacity:0.85;
    filter: alpha(opacity=85);
    top:100%;
    left:0;
    width:100%;
    height:100%;
    background:#181A1C;
    position:absolute;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2 s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
    top:0;
}
/*
2.4 Socail icons
************/
 .social {
    list-style: none;
    float: none;
    position:relative;
    margin:5px; auto;
}
.social li {
    display:inline-block;
    line-height: 32px;
    font-family:'Porta';
    font-size: 32px;
    padding:0 5px;
}
.social li a {
    margin:0;
    padding:0;
    width:32px;
    height:32px;
    color: #FECE1A;
}
.social li a:hover {
    color:#181A1C;
}
/*
3. Sections 
***************************************************************************/
.section {
    padding-bottom: 50px;
}
.section .container {
    padding-top:50px;
}
.section .title {
    text-align: center;
    margin-bottom: 30px;
}
.section .title h1 {
    font-weight: 800;
    margin-bottom: 20px;
    padding: 0;
}
.section .title h1 span{
    margin-right: 2px;
}

.section .title > p {
    font-size: 20px;
    color: #FFF;
    line-height: 30px;
    
}
.primary-section {
    /* background:#181A1C; */
    background: rgba(24, 26, 28, 0.95); /* 半透明深灰色 */
}
.primary-section .triangle {
    border-top: 40px solid #FECE1A;
}
.primary-section .title {
    border-bottom: 2px solid #009944;
}
.primary-section, .primary-section .title p, .primary-section h3 {
    color: #FECE1A;
}
.primary-section h1 {
    color:#FFF;
}
.secondary-section {
    /* background:#FECE1A; */
    background: rgba(254, 206, 26, 0.95);
}
.secondary-section .title {
    border-bottom: 2px solid #009944;
}
.secondary-section h1, .secondary-section .title p {
    color: #181A1C;
}
/* Third section use bacground image */
.third-section {
    /* background: #181A1C; */
    background: rgba(24, 26, 28, 0.95); /* 半透明深灰色 */
    padding-bottom: 20px;
    border-top:6px solid #FECE1A;
}
.third-section .container {
    padding-top:20px;
    position:relative;
}
.third-section .title {

    border-bottom: 3px solid #FECE1A;
    color: #FECE1A;
    overflow-wrap: break-word;
}
.sub-section {
    margin-top:30px;
}
.sub-section .title {
    padding:10px 0;
}
/*******
3.1 devices  
***************************************/
.device{
    margin-top:10px;
}
.device p {
    padding:0px 50px;
}
.device img {
    width:200px;
}
/*
3.2 Client
***************************************/
 .single-project {
    margin-bottom:30px;
    background:#181A1C;
}
.single-project img {
    width:100%;
}
.project-description {
    padding-right:20px;
}
.project-description p {
    padding-left:0;
}
.project-title {
    margin-top:15px;
    margin-bottom:15px;
    border-bottom:1px solid #FECE1A;
}
.project-title h3 {
    float:left;
    margin-top:0;
    padding:0;
    width:80%;
}
.project-title .close {
    color: #FECE1A;
    margin-top:10px;
}
.project-info span, .project-title h3 {
    color:#FECE1A;
}
.project-info {
    font-weight:100;
    padding:10px 0;
}
.project-info span {
    width: 80px;
    display: inline-block;
}
.project-info div {
    margin-bottom:5px;
}
.close {
    float: right;
    width: 40px;
    height: 40px;
    text-align: center;
}
#portfolio-grid .mix {
    opacity: 0;
    display: none;
}
/*
3.3 About
******************************************************************/
 .team .thumbnail {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
}
.team .thumbnail:hover .social {
    z-index: 5;
}
.team .thumbnail:hover .social a {
    color:#fff;
}
.team .thumbnail .mask {
    background: #FECE1A;
}
.team .thumbnail .mask h2 {
    margin-top:20%;
}
.team .thumbnail .mask, .team .thumbnail .mask h3, .team .thumbnail .mask p, .team .thumbnail:hover h3, .team .thumbnail:hover .social a:hover {
    color:#181A17;
}
.about-text {
    margin-top:30px;
}
.about-text p {
    padding:0;
    font-size:16px;
}
/*********************************************************************
                        SKILLS BAR
*********************************************************************/
 .skills {
    list-style-type: none;
    position: relative;
    margin:0px;
}
.skills li {
    margin-bottom:30px;
    background:#FFF;
    height:40px;
    padding:1px;
}
.skills li h3 {
    position: relative;
    font-size: 15px;
    padding:0;
    margin:0;
    left: 10px;
    z-index: 1;
    color: #181A1C;
}
.skills li .bar {
    height:40px;
    position:absolute;
    background-color: #FECE1A;
}
/*
3.4 Clients
**********************************************************************/
 .client-slider img {
    border:1px solid white;
}
.client-slider img:hover {
    background-color:#FECE1A;
}
.client-nav {
    list-style:none;
    margin-top:10px;
}
.client-nav li {
    float:left;
    display:block;
    margin-left:10px;
}
.client-nav li a {
    display:inherit;
    padding:5px;
    background:#FECE1A;
    border-radius:3px;
    width:20px;
    height:20px;
}
.client-nav li a:hover {
    background:#181A1C;
}
.testimonial p {
    color:#181A1C;
    background:#FECE1A;
    padding:15px;
    margin:0;
}
.testimonial .arrow {
    margin-left:10px;
    width:0;
    border-top:10px solid #FECE1A;
    border-left: 20px outset transparent;
    border-right: 20px outset transparent;
}
.testimonial .whopic {
    display:inline-block;
}
.testimonial .whopic img {
    margin-top:10px;
    width:50px;
    height:50px;
    float:left;
}
.testimonial .whopic strong {
    float:left;
    margin-top:10px;
    padding-left:10px;
}
.testimonial .whopic small {
    display:block;
    font-size:12px;
    
}
.testimonial-text{
    display:block;
    font-size:22px;
    text-align:center;
    margin:0 auto;
    margin-top:30px;
    width:70%;
    line-height:1.3em;
}
/*
3.5 Price table
******************************************************************/
 .price-table {
    margin-top: 50px;
    margin-bottom: 20px;
}
.price-column {
    background-color:white;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding-bottom:25px;
    margin:0 auto;
    text-align:center;
}

.price-column:hover{
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); /* 外阴影 */
}



.price-column h3 {
    background-color:#181A1C;
    text-transform:uppercase;
    text-align: center;
    color:#FECE1A;
    padding:20px 0px;
    font-size: 22px;
    margin-top:0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
}
.price-column .list{
    list-style:none;
    margin:10px 20px 20px;
}
.price-column .list li{
    font-weight:lighter;
    color:#000;
    font-size: 16px;
    border-bottom:1px solid #747C89;
    padding:15px 0px;
}
.price-column .list li.price {
    text-align: center;
    font-size:22px;
    background-color:white;
    color:#747C89;
    margin-top:25px;
}
.price-text{
    margin:30px 0 20px;
    font-size:16px;
    color: #181A1C;
    font-weight:normal;
}
/*
3.6 Newsletter
********************************************************************/
 .newsletter, .newsletter h2 {
    color: #D7DDDE;
}
.newsletter .title h2 {
    text-align:left;
    padding:0;
    margin:0;
}
.newsletter form {
    text-align:right;
}
.newsletter input {
    margin-top:10px;
    padding:15px;
    height: auto;
}
.newsletter button {
    margin: 0 0 0 20px;
}
.newsletter .button-sp:hover, .newsletter .button-sp:active {
    background-color:#FFF;
    color:#181A1C;
}

/*
3.7 Contact
********************************************************************/
 .contact {
    background: #FECE1A;
}
.contact h1, .contact h2, .contact h3, .contact h4, .contact h5, .contact h6, .contact .section .title > p, .contact .social > li > a {
    color: #181A1C;
}
.contact textarea, .contact input[type="text"], .contact input[type="email"] {
    padding: 10px;
    line-height: 20px;
    height: auto;
}
.contact textarea {
    height: 120px;
}
.contacts, .contact .social {
    color: #fff;
    list-style: none;
    margin-left: 10px;
}
.contacts > li {
    margin-top: 15px;
}
.contacts > li > a {
    color: #fff;
}
.contact-info {
    margin-top:10px;
    margin-bottom:10px;
}
.contact-info p{
    font-weight:normal;
}
.contact-info .icon {
    margin:10px auto;
    font-size:30px;
}
.map-wrapper {
    position:relative;
    height:500px;
}
.map-canvas {
    position:absolute;
    margin-bottom:20px;
    width:100%;
    height:500px;
    color: #29383F;
    position:absolute;
    left:0;
    top:0;
    right:0;
}
.contact .social {
    display: inline-block;
    margin-left:0;
}
.contact .social li {
    line-height: 32px;
    padding:10px 10px;
    font-family:'Porta';
    font-size: 50px;
    transition: margin 0.4s;
    -webkit-transition: margin 0.4s;
}
.contact .social li a {
    color:#fff;
}
.contact .social li a:hover {
    color:#181A1C;
}
.contact-form {
    background:#fff;
    background: rgba(255, 255, 255, 0.9);
    z-index:110;
    position:relative;
    margin-top:-25px;
    padding:20px;
}
.contact-form h3 {
    color:#838589;
    padding-bottom:20px;
}
.message-btn {
    border:1px solid #747C89;
    color:#747C89;
    background-color:transparent;
    padding:15px 30px;
    font-size:17px;
}
.message-btn:hover {
    background-color:#FECE1A;
}
.contact-info {
    text-align:center;
    font-size:22px;
}
.info-mail {
    border:1px solid white;
    width:60%;
    margin:0 auto;
    padding:15px;
    color:#181A1C;
}
.black {
    color:#181A1C;
}














/*
Custom
********************************************************************/

.secondary-section .title p a{
    color: #009944;
}

.secondary-section .title p a:hover, .secondary-section .title p a:focus{
    color:#fff;
}




.state-txt{
    padding-bottom: 20px;
}

.state-txt a{
    color: #fff;
}

.state-txt a:hover, .state-txt a:focus{
    color:#FECE1A;
}


.price-column a{
    color: #009944;
}

.price-column a:hover, .price-column a:focus{
    color: #000;
    font-weight: 800;
}



.imgbox_bg{
    display: flex;
    position: fixed;
    inset: 0px;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
}

.imgbox_bg .imgbox{
    display: flex; /* 添加flex显示模式 */
    justify-content: center;
    align-items: center;
    max-width: 95%;
    max-height: 80vh;
    margin-top: 60px;
    position: relative; /* 添加相对定位 */
}

.imgbox_bg .imgbox img{
    max-width: 100%;
    max-height: 100%;
}

.imgbox_bg .imgbox .closebtn{
    position: absolute;
    right: 0vw; /* 使用视口单位 */
    top: 0vh;   /* 使用视口单位 */
    background-color: rgba(0,0,0,0.5);
    border-radius: 50%;
    width: clamp(30px, 4vw, 50px);  /* 使用视口单位 */
    height: clamp(30px, 4vw, 50px); /* 使用视口单位 */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease; /* 添加过渡效果 */
}

.imgbox_bg .imgbox .closebtn:hover{
    transform: scale(1.1); /* 悬停时放大 */
    background-color: rgba(0,0,0,0.9); /* 悬停时加深背景色 */
}

.imgbox_bg .imgbox .closebtn i{
    font-size: clamp(20px, 3vw, 40px); /* 动态字体大小 */
    color: #FFF;
}



#supported .title {
    border-bottom: 0;
    margin-bottom: 0px;
}

#supported .title p{
    border-bottom: 0;
}

.functions_table{
    display: block;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 10px;
}


.functions_table table{
    width: 100%;
    border-radius: 10px;
    border:3px solid #FECE1A;
    border-collapse: separate; /* 允许边框分离，以便设置圆角 */
    border-spacing: 0; /* 移除单元格间距 */
    overflow: hidden; /* 隐藏超出容器的圆角部分 */
    font-size: 16px;

}

.functions_table table th,
.functions_table table td{
	border-inline-start:1px solid #FECE1A;
    padding: 10px;
    white-space: normal; /* 默认值，允许换行 */
    word-break: normal;  /* 只在空格或连字符处换行 */
}

.functions_table table th {
    border-bottom: 2px solid #FECE1A;
}

.functions_table table th:first-child,
.functions_table table td:first-child {
    border-inline-start: none;
}

.functions_table table tr:not(:last-child) th,
.functions_table table tr:not(:last-child) td {
    border-bottom: 1px solid #FECE1A;
}

.functions_table table th {
    /* background-color: #2e3236; */
    background: rgba(54, 59, 64, 0.7); /* 半透明深灰色 */
}

.functions_table table tr:nth-child(even) {
    /* background-color: #232629; */
    background: rgba(35, 38, 41, 0.7); /* 半透明深灰色 */
}

.functions_table table th{
	/* white-space: nowrap; */
    min-width: 30px;
}



@media (max-width: 1200px) {
    .functions_table table{
        font-size: 16px;
    }
}
@media (max-width: 979px) {
    .functions_table table{
        font-size: 16px;
    }
}
@media (max-width: 767px) {
    .functions_table table{
        font-size: 15px;
    }
}
@media (max-width: 480px) {
    .functions_table table{
        font-size: 15px;
    }
}







/*
3.8 Footer
********************************************************************/
 .footer {
    /* background: #181A1C; */
    background: rgba(24, 26, 28, 0.95); /* 半透明深灰色 */
    text-align: center;
    padding-bottom: 60px;
}

.footer > p {
    color: #fff;
    margin:0;
    font-weight: bold;
}

.footer a{
    color:#c49e14;
    white-space: nowrap;
}

.footer a:hover, .footer a:focus{
    color:#FECE1A;
}
.scrollup {
    text-align:center;
    cursor:pointer;
    vertical-align:middle;
    width:39px;
    height:39px;
    border-radius:5px;
    font-size:20px;
    position:fixed;
    bottom:30px;
    right:20px;
	border:2px solid #000;
    display:none;
    background: #FECE1A;
}
.scrollup > a {
    position:relative;
    top:7px;
    color:#000;
}
/*
4 Responsible
********************************************************************/
@media (min-width: 1200px) {
    .thumbnail .more {
        font-size: 40px;
        margin-left:-41px;
        border-radius: 50%;
    }

}

@media (max-width: 1200px) {
    .section .container {
        padding-left: 40px;
        padding-right: 40px;
    }

}


@media (max-width: 1160px) {
    .navbar .nav > li.lab > a span,
    .navbar .nav > li.updater > a span,
    .navbar .nav > li.shop > a span{
        display: none;
    }
}

@media (max-width: 1020px) {
    .navbar .nav > li.link > a span{
        display: inline;
    }

    .navbar .nav > li.lab > a span,
    .navbar .nav > li.updater > a span,
    .navbar .nav > li.shop > a span{
        display: none;
    }

}

@media (max-width: 979px) {
    body {
        padding-left:0;
        padding-right:0;
    }

    .section .container {
        padding-left: 0;
        padding-right: 0;
    }


    .navbar .nav > li > a {
        line-height: 20px;
        vertical-align: middle;
    }
    .navbar .nav > li.link > a {
        padding: 8px 10px;
    }

    .navbar .nav > li.link > a span{
        display: inline;
    }

    .navbar .nav > li.lab > a span,
    .navbar .nav > li.updater > a span,
    .navbar .nav > li.shop > a span{
        display: inline;
    }

    .navbar .nav > li.updater > a {
        margin: 10px 3px 10px 0;
        padding: 8px 10px;
    }

    .navbar .nav > li.shop > a {
        margin: 10px 3px 10px 0;
        padding: 8px 10px;
    }
    /* .navbar .nav > li.shop > a:after {
        content: " 购买";
    } */

    .navbar .nav > li.lab > a {
        margin: 10px 3px 10px 0;
        padding: 8px 10px;
    }
    /* .navbar .nav > li.lab > a:after {
        content: " 实验室";
    } */

    .section {
        padding-left:20px;
        padding-right:20px;
    }
    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
        margin-left: 0px;
        margin-right: 0px;
    }
    .nav-collapse {
        clear: both;
    }
    .nav-collapse .nav {
        float: none;
        margin: 0 0 10px;
    }

    .nav-collapse, .nav-collapse.collapse {
        width: 100%;
        display: inherit;
    }
    .thumbnail .more {
        font-size: 25px;
        padding: 5px 20px;
        margin-left:-35px;
        border-radius: 50%;
    }
    .thumbnail:hover .more {
        margin-top:-35px;
    }
    .newsletter form {
        text-align:center;
    }
}

@media (max-width: 767px) {
    .info-mail {
        width:90%;
        padding:15px 0px;
    }
    .project-description {
        padding-left:20px;
    }
    .price-column, .testimonial {
        margin-top:30px;
    }

    .thumbnail .more {
        font-size: 50px;
        padding: 15px 20px;
        margin-left:-35px;
        border-radius: 50%;
    }
    .thumbnail:hover .more {
        margin-top:-25px;
    }
    .newsletter form {
        text-align:center;
    }


}