﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f5f5f5!important;
    overflow-x:hidden;
}
p{
    margin:0;
}

div {
    background-size: contain;
    background-repeat: no-repeat;
}
.title {
    width: 285px;
    height: 60px;
    border-bottom: 1px solid #d0cfcf;
    color: #6c696a;
    font-size: 28px;
    margin: 30px auto 0;
    text-align: center;
    line-height: 60px;
    position: relative;
}

.text {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #d0cfcf;
    background-color: #eceaf0;
}
.title span {
    letter-spacing: 25px;
    padding-left: 25px;
}
.banner {
    width: 100%;
}
#banner-title {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

    #banner-title span:first-child {
        display: block;
        font-size: 20px;
        display: inline-block;
        text-align: center;
    }

#eng {
    height: 25px;
    width: 100%;
    margin-top: 10px;
    margin: 0 auto;
}

    #eng span {
        padding-left: 15px;
        padding-right: 15px;
        color: #b2b2b2;
        font-size: 15px;
    }

.border {
    width: 70px;
    height: 1px;
    border-top: 1px solid #b2b2b2;
    display: inline-block;
    vertical-align: middle;
    line-height: 25px;
    margin-bottom: 2px;
}

.item-all {
    max-width: 1300px;
    height:auto;
    text-align: center;
    margin: 0 auto;

}

.item {
    width: 390px;
    background-color: #fff;
    text-align: center;
    display: inline-block;
    position: relative;
    margin: 5px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.item-1{
    position:relative;
}
.item-type {
    width: 100%;
}
.item-floor {
    width: 100%;
    height: 100%;
}
.item-picture {
    width: 100%;
    height:218px;
    background-size: cover;
}

.item-bottom {
    width: 100%;
    text-align: left;
    position:relative;
}

.little-code {
    height: 40px;
    width: 40px;
    display: inline-block;
    margin-left: 20px;
    background-image: url('../image/little-code.png');
    position:absolute;
    top:0;
    bottom:0;
    left:12px;
    margin:auto;
}


.item-info {
    display: inline-block;
    padding: 15px 0px 15px 80px;
}

.project-name span {
    font-size: 16px;
    font-weight:bold;
}

.custom {
    display: inline-block;
    color: #b2b2b2;
}
    .custom span {
        padding-right: 5px;
    }

.comment-color{
    color:#02ea00;
}
.fa-commenting {
    color: #02ea00;
}
.fa-heart {
    color: red;
}
.more {
    display: inline-block;
    position: absolute;
    right: 20px;
    bottom: 0;
}

    .more ul {
        margin-bottom:15px;
    }
    .more ul li:nth-child(1){
        cursor:pointer;
    }
        .more ul li:nth-child(2) {
            cursor: pointer;
        }
        .more ul li:nth-child(3) {
            cursor: default;
        }
        .more ul li {
            display: inline-block;
            padding-left: 5px;
            font-size: 16px;
        }

            .more ul li a {
                text-decoration: none;
            }

.font-icon {
    font-size: 40px;
}

.code{
    width:100%;
}

.item-code {
}
.item-2{
    position:absolute;
    bottom:0px;
    left:0;
    right:0;
    top:0;
    margin:auto;
    display:none;
    background-color:rgba(255,255,255,.7);
}
.item-2-container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

.code-bottom {
}
.code-center{
    font-size:18px;
    text-align:center;
    line-height:32px;
}
.item-2-container p{
    margin:10px 0;
}

.bottom-more{
   height:50px;
   text-align:center;
   margin-top:10px;
   display:none;
}
.arrow {
    width: 100px;
    height: 50px;
    margin: 0 auto;
    cursor: pointer;
}
.arrow span{
    display:block;
}
.arrow span:first-child{
    font-size: 20px;
}

.type-all {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin-top: 30px;
}
.type-all1 {
    width: 100%;
    height: 200px;
    text-align: center;
    position:absolute;
    bottom:0;
}

.type {
    width: 150px;
    height: 50px;
    display: inline-block;
    position: relative;
    margin:10px 20px;
    line-height: 50px;
    cursor: pointer;
}

    .type span {
        color: #666666;
        font-size: 18px;
        text-align: center;
    }


.border-top {
    position: absolute;
    width: 100%;
    height: 70%;
    top: 0px;
    right: -1px;
    border-top: 1px solid rgb(194,194,194);
    border-right: 1px solid rgb(194,194,194);
}

.border-bottom {
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0px;
    left: -1px;
    border-bottom: 1px solid rgb(194,194,194);
    border-left: 1px solid rgb(194,194,194);
}

.border-left {
    position: absolute;
    width: 20%;
    height: 50%;
    bottom: -5px;
    left: -5px;
    border-bottom: 1px solid rgb(194,194,194);
    border-left: 1px solid rgb(194,194,194);
}

.border-right {
    position: absolute;
    width: 20%;
    height: 50%;
    top: -5px;
    right: -5px;
    border-top: 1px solid rgb(194,194,194);
    border-right: 1px solid rgb(194,194,194);
}

.item-type-1{
    display:none;
}
.item-type-2 {
    display: none;
}
.item-type-3 {
    display: none;
}
.item-type-4 {
    display: none;
}


.banner2 {
    width: 100%;
    height:100%;
    background-color: #eceaf0;
    display: none;
    position:relative;
}
.banner2-container{
    max-width:1000px;
    height:100%;
    margin:0 auto;
    /*margin-top: 50px;*/
    position:relative;
}

.comment-container{
    /*height:330px;*/
    position:relative;
    top:30px;
}
.comment-text{
    width:100%;
    height:150px;
    background-color:rgb(194,194,194);
}
.comment-btn {
    width: 100px;
    height: 40px;
    background-color: #b2b2b2;
    position: absolute;
    margin-top: 25px;
    right: 0;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}


.comment-list-all {
    width: 100%;
    overflow-x: hidden;
    position: absolute;
    top: 280px;
    bottom: 220px;
}
.comment-floor {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-left: 20px;
}
.comment-list {
    width: 100%;
    height:auto;
    margin-bottom:10px;
    position:relative;
}

.comment-list-color {
    background-color: #f7fafd;
}
.list-head {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: blue;
    margin-bottom: 90px;
    margin-right:20px;
    display: inline-block;
    position:absolute;
}
.list-info {
    display: inline-block;
    margin-left:70px;
}
.list-text {
    margin-top: 10px;
    padding-right: 10px;
}
.list-text p{
    font-size:18px;
    margin:0;
}
.list-state {
    margin-top:10px;
}

.list-state ul{
    padding:0;
}
    .list-state ul li {
        display: inline-block;
        padding-right: 15px;
        cursor: pointer;
    }
        .list-state ul li span {
            color: #aaa;
            font-size: 14px;
        }
        .list-state ul li i {
            color: #aaa;
            font-size: 18px;
        }

.parise-color {
    color:#000!important;
}
.list-name{
    font-size:16px;
}

.user-info{
    height:30px;
}
.user-info span{
    padding-right:10px;
}
.list-date {
    color: #aaa;
}
.list-time {
    color: #aaa;
}



.type1{
    width: 150px;
    height: 50px;
    position: absolute;
    line-height: 50px;
    cursor: pointer;
    left:0;
    right:0;
    top:0;
    bottom:100px;
    margin:auto;
}

.type1 span {
    color: #666666;
    font-size: 20px;
    text-align: center;
}

.border-top1 {
    position: absolute;
    width: 160px;
    height: 35px;
    top: 0px;
    right: -4px;
    border-top: 1px solid rgb(194,194,194);
    border-right: 1px solid rgb(194,194,194);
}

.border-bottom1 {
    position: absolute;
    width: 160px;
    height: 35px;
    bottom: 0px;
    left: -4px;
    border-bottom: 1px solid rgb(194,194,194);
    border-left: 1px solid rgb(194,194,194);
}

.border-left1 {
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: -5px;
    left: -10px;
    border-bottom: 1px solid rgb(194,194,194);
    border-left: 1px solid rgb(194,194,194);
}

.border-right1 {
    position: absolute;
    width: 20px;
    height: 20px;
    top: -5px;
    right: -10px;
    border-top: 1px solid rgb(194,194,194);
    border-right: 1px solid rgb(194,194,194);
}


.login-floor {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    display:none;
}
.login{
    width:500px;
    height:280px;
    background-color:#fff;
    position:absolute;
    left:0;
    right:0;
    top:-200px;
    bottom:0;
    margin:auto;
    text-align:center;
}
.login-code {
    top:20px;
    left:0;
    right:0;
    margin:auto;
    position:absolute
}
.login-text{
    width:100%;
    text-align:center;
    position:absolute;
    bottom:20px;
}
.login-text p{
    margin:0;
}





.item-p{
    width:390px;
    height:0;
    margin:0;
    display:inline-block;

}

.item-2-container img{
    width: 100%;
    height:100%;
    margin-bottom:20px;
}












@media screen and (max-width: 768px) {
    #nav ul {
        width: 360px;
    }

        #nav ul > li {
            width: 50px;
        }
     .title {
        margin: 0 auto;
    }

     .content {
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) {
    #nav ul {
        width: 680px;
    }

        #nav ul > li {
            width: 90px;
        }
}
@media screen and (max-width: 992px) {
    .type {
        width: 120px;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media screen and (min-width: 768px) {
    #nav .navbar {
        padding: 0 20%;
    }

    #nav ul {
        width: 500px;
    }

        #nav ul > li {
            width: 70px;
        }
}

@media screen and (max-width: 360px) {
    #nav ul > li {
        width: 43px;
    }
    #nav ul {
        width: 320px;
    }
}






@media(max-width:768px) {
    /*banner-title*/
    #banner-title{
        height:70px;
        margin-top:20px;
    }
        #banner-title span:first-child {
            font-size: 18px;
        }
    #eng {
        height: 20px;
        margin-top: 6px;
    }

    /*banner*/
    .type-all {
        height: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        line-height:normal;
    }

        .type-all span {
            font-size: 14px;
        }

    /*item*/
    .item-all{
        width:100%;
        margin-top:25px;
    }
    .item-floor{
        margin:0;
        padding:0;
    }
    .item {
        width:auto;
        display:block;
        margin:10px;

    }
    .type {
        width:90px;
        height:30px;
        line-height:30px;
        margin-right:5px;
        margin-left:5px;
    }

    .more ul{
        padding:0;
    }
    .more ul li{
        font-size:14px;
    }
    .little-code{
        margin-left:10px;
    }
    .code-bottom p{
        margin:0;
    }


    /*banner2*/
    .banner2-container {
        width: 100%;
    }
    .comment-container {
        height: 170px;
        margin: 0 15px;
    }
    /*.comment-text {
        height:180px;
    }*/

    .comment-btn {
        width: 80px;
        height: 30px;
        margin-top: 10px;
        font-size: 18px;
        line-height: 30px;
    }

    .comment-list-all{
        top:270px;
    }
    .list-info{
        width:100%;
        margin-left:60px;
    }
    .list-text {
        margin-top: 6px;
        padding-right: 100px;
    }

    .list-text p{
        font-size:17px;
    }
    .list-name {
        font-size: 18px;
    }


    .type-all1 {
        position: absolute;
        bottom: 40px;
    }
    #type1-6{
        margin-right:35px;
    }
    .list-state ul li i {
        font-size: 16px;
    }

    .list-state ul li span {
        font-size: 16px;
    }

    .type1 {
        width: 120px;
        height: 40px;
        line-height: 40px;
        bottom:0px;
    }

        .type1 span {
            font-size: 18px;
        }

    .border-top1 {
        width: 130px;
        height: 20px;
        top: 0px;
        right: -4px;
    }

    .border-bottom1 {
        width: 130px;
        height: 20px;
        bottom: 0px;
        left: -4px;
    }

    .border-left1 {
        width: 12px;
        height: 12px;
        bottom: -3px;
        left: -8px;
    }

    .border-right1 {
        width: 12px;
        height: 12px;
        top: -3px;
        right: -8px;
    }
}

@media(max-width:500px) {
    .login{
        width:100%;
    }
}

    @media(max-width:414px) {
        .comment-text {
            height: 140px;
        }

        .comment-list-all {
            top: 230px;
            bottom: 180px;
        }

        .type-all1 {
            height: 180px;
        }
    }

    @media (max-width:375px) {
        .comment-text {
            height: 100px;
        }

        .comment-list-all {
            top: 190px;
            bottom: 150px;
        }

        .type-all1 {
            height: 150px;
        }
    }




    @media (max-width:320px) {
        .item-2-container p {
            margin: 5px 0;
        }
    }