/*photo common css*/
*{
    -webkit-font-smoothing: antialiased;
    font-family: "Microsoft YaHei","Hiragino Sans GB";
}


body{
    margin: 0;
    padding: 0;
}

ul,li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color:#f69;
}
a:hover{
    text-decoration: underline;
}

p, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    color: #666666;
    margin: 0;
    padding: 0;
}

button{
    border: none;
    outline: none;
    background-color: #f69;
    color: #ffffff;
    text-align: center;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}

/*class*/
.clear{
    zoom: 1;
}
.clear:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.nav_title {
    text-align: left;
    height: 50px;
    line-height: 50px;
    width: 100%;
    position: relative;
}
.last{
    margin-right: 0!important;
}
.pink{
    color: #f69!important;
}
.bolder{
    font-weight: bold;
}
.white{
    color: #fff;
}


.t_12{
    font-size: 12px;
}


