/*通用样式*/
*{
    margin: 0;
    padding: 0;
}
body {
    font: normal 14px/24px Microsoft Yahei,Arail;
    color: #666;
    /*overflow-x: hidden;*/
}
img{
    border: none;
    font-size: 0;
    vertical-align: top;
}
h1,h2,h3,h4,h5{
    font-weight: normal;
}
input{
    outline: none;
    border: none;
}
li{
    list-style-type: none;
}
a{
    text-decoration: none;
    color: #666;
}
.middle{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.abs{
    position: absolute;
}
.rlt{
    position: relative;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.container{
    width: 1200px;;
    margin: 0 auto;
}
/*字体图标*/
@font-face {font-family: "iconfont";
    src: url('../font/iconfont.eot'); /* IE9*/
    src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}

.iconfont {
    font-family:"iconfont" !important;
    font-size:16px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.icon-xiala:before { content: "\e697"; }
.icon-sousuo:before { content: "\e627"; }
.icon-fanhui:before { content: "\e607"; }
.icon-shaixuan:before { content: "\e610"; }
.icon-weizhi:before { content: "\e64d"; }

/*首页样式*/
header{
    height: 50px;
    line-height: 50px;
    background-color: #339EE2;
    color: white;
    padding: 0 10px;
}
.address span{
    font-size: 16px;
}
.search{
    margin: 0 20px;
    width: -webkit-calc(100% - 141px);

}
.search input{
    padding: 8px 10px;
    width: 100%;
    box-sizing: border-box;
    background-color: white;
}

/*主体内容*/
.main{
    background-color: #F9F9F9;
    padding: 0 10px 50px;
}
.list{
    border: 1px solid #dedede;
    padding: 20px 10px 10px;
    margin-top: 10px;
    border-radius: 5px;
}
.more{
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

/*二维码翻转*/
.rotate {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}
.turn {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.turn img{
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.head {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 160px;
    z-index: 2;
}
.qrc {
    width: 200px;
    height: 200px;
    left: 50%;
    margin-left: -100px;
    top: 50%;
    margin-top: -100px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    z-index: 1;
}
/*陪游信息*/
.info{
    margin-top: 20px;
}
.info p{
    height: 30px;
    line-height: 30px;
}
.info i{
    margin-right: 10px;
}
.nick{
    margin-right: 15px;
}
.man{
    color: #339EE2;
}
.woman{
    color: #f72d55;
}
.salary{
    color: #f72d55;
}
/*确认翻转提示*/
.confirm{
    background-color: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    left: 0;
    top:0;
    padding: 0 10px;
    box-sizing: border-box;
    text-align: center;
    color: white;
    z-index: 3;
}
.confirm p{
    margin-bottom: 20px;
}
.confirm a{
    color: white;
    padding: 10px 20px;
}
.sure{
    background-color: #339EE2;
    margin-right: 10px;
}
.cancel{
    background-color: darkgray;
}
/*我也要陪游*/
.publish{
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #339EE2;
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.publish a{
    color: white;
    display: block;
    height: 100%;
}
/*遮罩层*/
.dark{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    position: fixed;
    left: 0;
    top: 0;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.wrap{
    transition: all .5s;
    -webkit-transition: all .5s;
    position: relative;
    left: 0;
}
/*筛选*/
.select{
    position: fixed;
    background-color: white;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.select h3{
    text-align: center;
    background-color: white;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dedede;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}
.close,.close1{
    right: 20px;
    top: 8px;
    cursor: pointer;
    color: #999;
    font-size: 16px;
}
.select-content{
    padding: 20px 10px 30px;
    color: #999;
}
.select-content label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
.select-content select{
    width: 100%;
    font-size: 16px;
    color: #555;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: url("../images/select.svg") 100% center no-repeat #fff;
    -webkit-appearance: none!important;
}
.select-content select option{
    font-size: 16px;
}
.select-content input[type="submit"]{
    background-color: #339EE2;
    color: white;
    width: 100%;
    padding: 10px 0;
}
/*搜索*/
.ss{
    background-color: #EAEDF1;
    padding: 0 0 40px;
}
.ss input{
    display: block;
    width: 90%;
    padding: 10px 10px 10px 45px;
    font-size: 16px;
    color: #555;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 50px;
    margin: 10px auto 0;
    background: url("../images/ss.png") no-repeat 10px center white;
}
/*城市*/
.city{
    position: fixed;
    background-color: white;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.city h3{
    text-align: center;
    background-color: white;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dedede;
    color: #333;
    font-weight: 700;
    font-size: 16px;
}
.hot{
    padding: 10px;
    border-bottom: 1px dashed #DDD;
}
.hot a{
    color: #339EE2;
    margin-right: 5px;
}
.s-city{
    padding: 10px;
}
.s-city p{
    margin-bottom: 10px;
}
.s-city select{
    width: 100%;
    font-size: 16px;
    color: #555;
    padding: 8px 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: url("../images/select.svg") 100% center no-repeat #fff;
    -webkit-appearance: none!important;
}
.s-city input[type="submit"]{
    background-color: #339EE2;
    padding: 10px;
    width: 100%;
    color: white;
}
/*详情页*/
.attr h3{
    padding: 10px;
    background-color: white;
}
.tr{
    overflow: hidden;
    min-height: 40px;
}
.td{
    padding: 8px 10px 1000px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    margin-bottom: -1000px;
}
.td1{
    width: 40%;
    border-right:1px solid #ddd;
}
.td2{
    width: 60%;
}
.tr:nth-of-type(2n){
    background-color: #F9F9F9;
}

/*我也要出租*/
.join{
    padding: 10px;
}
.join img{
    width: 100%;
    height: auto;
    max-width: 100%;
}
.join label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}
.join label span{
    font-weight: normal;
}
.join input{
    width: 100%;
    font-size: 18px;
    color: #555;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.join select{
    width: 100%;
    font-size: 16px;
    color: #555;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    background: url("../images/select.svg") 100% center no-repeat #fff;
    -webkit-appearance: none!important;
}
.join select option{
    font-size: 16px;
}
.join input[type="submit"]{
    background-color: #339EE2;
    color: white;
    width: 100%;
    padding: 10px 0;
}
/*上传图片*/
.person,.qrcode{
    width: 48%;
    border: 2px solid #339EE2;
    margin-bottom: 10px;
}
.person label,.qrcode label{
    width: 100%;
    text-align: center;
    background-color: #339EE2;
    color: white;
    margin-bottom: 0;
}
.join label svg {
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}
input.upload {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}