﻿/*
Theme Name: yuan
Author: yuan
Author URI: http://yuan.network
Version: 2.0
*/

/*add*/
.header {
    height: 66px;
}

.right-n {
    width: 201px;
    margin-top: 20px;
}

h2.section-title.logo-big {
    margin-top: 13px;
}

strong {
    font-weight: bold;
}

/*tag*/
* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
.clear {
    clear: both;
}
.menus {
    /*width: 750px;*/
    margin: 0px auto 40px;
}
.menus ul {
    /*width: 750px;*/
    border-bottom: 2px solid #009FE9;
    position: relative;
    float: left;
}
.menus li {
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}
.menus li:nth-child(2) {
    color: #fff;
}
.menus .bg {
    width: 150px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #009FE9;
    z-index: -1;
    -webkit-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

.tab {
    /*width: 750px;*/
    height: 500px;
    /*border: 1px solid #000;*/
    margin-top: 10px;
    font-size: 40px;
    line-height: 500px;
    text-align: center;
    color: #888;
    font-weight: bold;
    display: none;
}
.show {
    display: block;
}
/*/tag*/

.section-page-header {
    margin-bottom: 50px;
    padding: 20px 0;
    background: #f5f5f5;
    border-top: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
}

/*footer*/
ul.social-inline {
    float: right;
    margin-top: -10px;
}
/*/footer*/

.section-small {
    padding-top: 40px;
}

.footer .footer-col {
    margin-bottom: 10px;
}

/*search*/
button.btn.btn-n.btn-theme {
    padding: 9px 12px;
}

input#s {
    padding: 9px 10px;
}
/*/search*/

h1.title.title-blog-n {
    margin-top: 5px;
}

.breadcrumb {
    margin-top: 1px;
}

.search-index {
    margin-bottom: 0px;
    margin-top: -2px;
    float: right;
}

/*content-top*/
.content-top-10 {
    margin: 10px 20px 60px 20px;
}

.content-top-30 {
    margin: 30px 0px 80px 0px;
}

.content-top-50 {
    margin: 50px 0px 100px 0px;
}

.content-top-80 {
    margin: 80px 0px 130px 0px;
}

.content-top-130 {
    margin: 130px 0px 180px 0px;
}

.content-top-150 {
    margin: 150px 0px 200px 0px;
}

.content-top-180 {
    margin: 180px 0px 230px 0px;
}

/*/content-top*/

.project-item .info {
    position: relative;
    padding: 5px 10px 5px 10px;
}

/*post-box*/
.info-index {
	height: 92px;
}

.info-chain {
	height: 82px;
}

/*/post-box*/

h2.archive-title {
    text-align: center;
    margin: 0px 0 50px 0;
}

.seart-result-nothing {
    margin: 100px 0;
}

.box-404 {
    margin-top: 80px;
}

h4.title {
    line-height: 25px;
}

.col-md-4.col-sm-12.wallet-box {
    height: 180px;
}

.gallery-image {
    text-align: center;
}

/* 电脑/平板设备屏幕，默认屏幕（大于等于 768px） */
@media (min-width: 768px) {
    .search { padding-bottom: 20px; }
}

.title-center {

}
/* 手机屏幕（小于等于 767px） */
@media (max-width: 768px) { 
	.qq_message { text-align: center; }
	
    .search-index {
        margin-bottom: 0px;
        margin-top: -2px;
        float: unset;
    }

    button.btn.btn-n.btn-theme {
        padding: 9px 12px;
        margin-top: -55px;
        float: right;
    }

    h2.section-title.title-center {
        text-align: center;
        margin-bottom: 20px;
    }

    .row.mt.post-box-index {
        margin-top: 30px;
    }
}   

h2.section-title.logo-small {
    margin-top: 12px;
}

.item.client.kidsfit {
    margin-top: 35px;
}

.project {
    margin-bottom: 80px;
}

.row.projects {
    margin-top: 100px;
}

.widget.go2 {
    margin-top: 10px;
    margin-bottom: 20px;
}


.mt {
    margin-top: unset;
}

textarea#comment {
    border: solid 2px #DEDEDE;
}

input#author {
    border: solid 2px #DEDEDE;
}

input#email {
    border: solid 2px #DEDEDE;
}

input#url {
    border: solid 2px #DEDEDE;
}

.submit {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 9px 22px;
    font-family: inherit;
    color: #fff !important;
    border-color: #ff5555 !important;
    background-color: #ff5555 !important;
}

p {
    font-size: 16px;
}

.course_text {
    font-size: 25px;
}

pre {
    background: #FFF;
    border: 1px solid #F0F0F0;
    border-left: 2px solid #3BAFDA;
    border-radius: 4px;
    padding: 1em;
    margin: .5em 0;
    overflow: auto;
}