body{
    margin: 0;
    padding: 0;
    color: #444;
    background: #fff;
    font-family: Lato, Helvetica,Arial,pingfang SC,Heiti SC,"\9ed1\4f53","\5b8b\4f53", sans-serif;
}
tr th{
    text-align: center;
}

.container{
    background: #ffffff;
    padding: 60px 0 0 0 !important;
}

/* header */
.navbar-pc {
    display: none;
}
.navbar-phone{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1100;
}
.navbar-brand{
    position: relative;
    padding: 10px;
}
.navbar-brand img{
    height: 100%;
}


.search-container{
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.search-input{
    position: absolute;
    top: 20px;
    width: 200px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #ddd;
    padding: 3px 5px;
    line-height: 0;
}
.search-btn{
    display: inline-block;
    margin-left: 210px;
}
.search-icon{
    color: #888;
}
.search-icon:hover{
    cursor: pointer;
    color: #000000;
}
.nav-item-container{
    float: right;
    margin-right: 50px;
}
.nav-item{
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 34px;
    margin: 0 3px;
    cursor: pointer;
    text-align: center;
    color: #444;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.nav-item:hover{
    color: #fff;
    font-weight: bold;
    background: #444;
    text-decoration: none;
}

/* content */
.content-title{
    text-align: left;
    padding: 40px 0;
    font-size: 24px;
}
.content-title-item{
    color: #444;
}
.content-title-item:hover{
    color: #000;
}
.content-title-item-disable{
    color: #bbb;
}
.title-pic-edit{
    width: 400px;
}
.title-pic-edit img{
    width: 100%;
}
.edit-good-detail-pic-container{
    vertical-align: top;
    display: inline-block;
    width: 230px;
    padding: 5px;
    border: 1px solid #999;
    margin: 5px;
}
.detail-pic-edit{
    width: 200px;
    height: 200px;
}
.detail-pic-edit img{
    max-height: 100%;
    max-width: 100%;
}
.more-btn{
    display: inline-block;
    width: 230px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #999;
    cursor: pointer;
    color: #444;
    text-decoration: none;
    font-size: 18px;
    transition: .5s;
}
.more-btn:hover{
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 6px;
    background: #444;
    border: 1px solid #444;
}
.see-more{
    height: 40px;
    line-height: 39px;
    width: 100%;
    border: 1px solid #999;
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
}
.see-more:hover{
    background: #f5f5f5;
    color: #333;
}


/* tour */
.tour-item{
    margin: 20px 0;
    padding: 10px 10px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    background: #e5e5e5;
}

/* footer */
.footer{
    padding: 30px 30px;
    background: #e5e5e5;
    text-align: center;
}
.footer-title{
    margin-bottom: 10px;
    text-align: left;
}
.footer-input-email{
    width: 100%;
    border: 1px solid #444;
    padding: 10px;
    background: rgba(0,0,0,0);
    text-align: center;
}
.footer-submit{
    display: block;
    padding: 8px 30px;
    background: #444;
    color: #fff;
    width: 100%;
    margin-top: 10px;
    cursor: pointer;
}
.footer-submit:hover{
    background: #222;
}
.footer-links{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
}
.share-item{
    font-size: 20px;
    padding: 0 10px;
    color: #444;
}
.share-item:hover{
    color: #2b669a;
    text-decoration: none;
}
.share-sidebar{
    position: fixed;
    top: 100px;
    left: 0;
    list-style: none;
    padding: 0;
    border-right: 1px solid #444;
    border-left: 1px solid #444;
    border-bottom: 1px solid #444;
    text-align: center;
    z-index: 999;
}
.share-sidebar li{
    padding: 5px 0;
    border-top: 1px solid #444;
}
.form-group {
    margin-bottom: 30px;
}
.footer-register{
    padding-top: 20px;
    text-align: center;
}
.share-sidebar{
    display: none;
}
img, iframe, video, audio{
    max-width: 100%!important;
}