/**
 * ********************************************
 * Description   : m站公用样式
 * Filename      : IndexController.php
 * Create time   : 2017-04-25
 * Last modified : 2017-04-25 
 * Modify Man    : shejiben
 * ********************************************
 */

@charset "UTF-8";

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol,ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,td,th {
    text-align: left
}

blockquote,q {
    quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
    content: "";
    content: none
}

a img {
    border: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
    display: block
}

html {
    -webkit-text-size-adjust: none
}

* {
    font-size: inherit;
    color: inherit;
    line-height: inherit
}

body {
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent
}

body {
    -webkit-overflow-scrolling: touch
}

abbr,address,article,aside,audio,b,blockquote,body,body div,caption,cite,code,dd,del,details,dfn,dl,dt,em,fieldset,figure,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    background: 0 0
}

html {
    box-sizing: border-box;
}

*,:after,:before {
    box-sizing: inherit
}

body {
    background-color: #f8f8f8;
    font-family: "Microsoft Yahei",Tahoma,Arial,sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0 auto;
    max-width: 640px;
}

embed,img,object {
    max-width: 100%
}

ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #333;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    z-index: 1;
    border: none;
    outline: none;
    background: none;
}

img {
    vertical-align: middle
}
input,textarea,button{
    outline: none;
    border: none;
    -webkit-appearance:none;
}
.clearfix:after,.clearfix:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1
}
.clear {
    clear: both;
}
.ect{
    text-overflow:ellipsis; 
    overflow: hidden; 
    white-space: nowrap;
}
/*form表单字段样式改写*/
.user-frame, .select-city div{
  height: 46px;
  background: #fff;
  border-radius: 4px;
  border: solid 1px #E3E3E3;
  margin-left: 3.125%;
  margin-right: 3.125%;
  margin-top: 10px;
  position: relative;
}
.user-frame input, .select-city div input {
  margin-top: 10px;
  width: 100%;
  padding-left: 10px;
  border: none;
  font-size: 16px;
  color: #333;
  font-family: "Microsoft Yahei";
}
.user-frame select, .select-city div select {
  height: 44px;
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: absolute;
}
.user-frame .area-sel{
  width: 90%;
}
.submitBtn{
    width: 94%;
    margin: 0 auto;
    display: block;
    height: 44px;
    background: #d03939;
    color: #fff;
    font-size: 16px;
    border-radius: 4px;
    -webkit-appearance: none;
    border: none;
    font-family: "Microsoft Yahei";
}
/* 弹层 */
.layer_mask{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.5);
}
.my_layer{
    padding:25px 10px 25px;
    width:70%; 
    min-height:120px;
    position:fixed;
    top:50%;
    left:50%;
    margin-left:-35%;
    margin-top: -100px; 
    background: #fff;
    z-index:101;
    border-radius:5px;
    font-family: "微软雅黑";
}
.my_layer p{
    margin-top:10px;
    padding:0 10px;
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color:#666;
}
.my_layer p.tips_b{ 
    margin-top: 0; 
    color: #333;
}
.my_layer .btn{ 
    width: 100%;
    margin-top: 20px;
    text-align:center;
}
.my_layer .btn input{
    display:inline-block;  
    width:90px; 
    height:34px;
    line-height: 34px; 
    font-size: 14px;
    border:none;
    border-radius:4px;
    font-family: "微软雅黑";
    -webkit-appearance:none;
}
.my_layer .btn .btn_grey{ 
    margin-right: 10px;
    background: #e3e3e3;
    color: #333; 
}
.my_layer .btn .btn_red{
    background: #dd4f50; 
    color: #fff;
}
/*头部公用*/
header{
    position: relative;
    width: 100%;
    height: 44px;
    background: #dd4f50;
}
header .logo{
    width: 59px;
    height: 19px;
    display: block;
    float: left;
    margin: 12px 0 0 15px;
}
header .download{
    width: 44px;
    height: auto;
    display: block;
    float: right;
    margin: 5px 10px 0 0;
}
header .customer_online{
    position: absolute;
    top: 6px;
    right: 84px;
    width: 44px;
    height: auto;
    display: block;
}
header .cut_line{
    position: absolute;
    top: 8px;
    right: 69px;
    width: 1px;
    height: 28px;
    display: block;
    background: #e47273;
}
header img{ 
    width: 100%;
    height: auto;
}
/* 底部公用 */
.tel_400{
    padding: 5px 0;
    margin-top: 10px;
    height: 85px;
    font-size: 14px;
    color: #333; 
    text-align: center;
    background: #fff;
}
.tel_400 .span-info{ 
    margin-top: 4px;
    height: 36px; 
    width: 100%;
    display: block; 
    line-height: 36px; 
    font-size: 14px;
    font-size: 16px; 
}
.tel_400 .icon_tel_red{
    display: inline-block;
    margin: 0 0 -7px;
    width: 25px; 
    height: 25px;
    background: url('//img.shejiben.com/wap/tel_400_red.png') no-repeat; 
    background-size: 25px 25px; 
}
.tel_400 .span-tel{
    margin-left: 5px;
    color: #dd4f50;
    font-weight: bold;
    font-size: 16px;
    font-family: '微软雅黑';
}
.copyright{
    padding-bottom: 60px;
    text-align: center;
}
.copyright p{
    margin-top: 10px;
    color: #999;
}
.copyright .link{ 
    margin-top: 20px;
}
.copyright a{
    height: 16px;
    padding: 0 10px;
    display: inline-block;
    color: #333;
    overflow: hidden;
    line-height: 16px;
    border-right:1px #999 solid;
}
.copyright .no_border{
    border:none;
}
.back-to-top{
    position: fixed;
    right: 15px;
    background: rgba(119, 121, 125, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: none;
    z-index: 1003;
    bottom: 70px;
}
.back-to-top:after{
    position: absolute;
    width: 16px;
    height: 16px;
    content: '';
    top: 50%;
    left: 50%;
    margin:-4px 0 0 -8px;
    -webkit-transform: rotate(45deg);
    border: solid 2px #fff;
    border-bottom: none;
    border-right: none;
}
/*头部搜索*/
.search{
    height: 55px;
    padding: 10px 0;
    background: #fff;
}
.search .box{
    width: 96%;
    height: 34px;
    margin: 0 auto 0;
    line-height: 34px;
    border: 1px #e3e3e3 solid;
    border-radius: 17px;
    background: #F8F8F8;
}
.search .box p{
    width: 100%;
    height: 20px;
    margin: 6px auto 0;
    padding: 0 15px;
    display: block;
    line-height: 20px;
    text-align: center;
    color: #999;
}
.search .box p i{
    width: 13px;
    height: 13px;
    margin: 0 4px -2px 0px;
    display: inline-block;
    background: url('//img.shejiben.com/shejiben_img/wap/common/icon_search_s.png') no-repeat; 
    background-size: 13px;
}
.search-layer{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background: #fff;
    z-index: 1020;
}
.search-layer form{

/*    position: relative;*/
}
.search-layer .box{
        -webkit-box-flex: 1;
    height: 34px;
    margin: 0 50px 0 2%;
    line-height: 34px;
    border: 1px #e3e3e3 solid;
    border-radius: 17px;
    background: #F8F8F8;
}
.search-layer .box input{
    width: 100%;
    height: 20px;
    margin: 6px auto 0;
    padding: 0 15px;
    display: block;
    line-height: 20px;
    background: none;
    outline: none;
    border: none;
}
.search-layer .btn-search-cancel{
    position: absolute;
    top: 13px;
    right: 0;
    padding: 0 10px;
    height: 34px;
    display: block;
    line-height: 34px;
    color: #666;
    font-size: 14px;
}

/*底部的热门热门标签*/
.hot-tag{
    margin: 10px 0 0;
    padding-bottom: 10px;
    background: #fff;
}
.hot-tag h1{
    font-size: 16px;
    color: #000;
    padding: 13px 0 15px 10px;
}
.hot-tag a{ 
    margin:0 0 10px 2%;
    width: 17.6%;
    height: 40px;
    display: block;
    float: left;
    line-height: 40px;
    text-align: center;
    color: #666;
    background: #eee;
}
.case-list-home{
    margin-top: 0;
}
/*分页*/
.page{
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333;
    font-size: 14px;
    border-top: 1px #f1f1f1 solid;
    background: #fff;
}
.page li{ 
    width: 33.3%;
    float: left;
    text-align: center;
    color: #333;
    font-size: 16px;
}
.page li a{
    width: 100%;
    display: block;
    color: #666;
    text-decoration: none;
}
.page li .links{ 
    color: #dd4f50;
}
.page li .active{
    color: #999;
}
.page li:first-child{ 
    text-align: right;

}
.page li:last-child{ 
    text-align: left;
}

/*设计师头衔*/
.icon-zm,.icon-jy,.icon-xr,.icon-rz,.icon-rz-qy{   
    width: 32px;
    height: 16px;
    display: inline-block;
    background: url('//img.shejiben.com/shejiben_img/wap/common/icon_sjs_title.png') no-repeat; 
    background-size: 100%,auto;
}
.icon-zm{
    background-position: 0 0;
}
.icon-jy{
    background-position: 0 0;
}
.icon-xr{
    background-position: 0 -40px;
}
.icon-rz{
    background-position: 0 -60px;
}
.icon-rz-qy{
    background-position: 0 -80px;
}
/*未查到相关结果*/
.no-result{
    padding: 70px 0 80px;
    background: #fff;
}
.no-result img{
    width: 75px;
    height: 75px;
    display: block;
    margin: 0 auto;
}
.no-result p{
    width: 100%;
    padding: 15px 0 20px;
    text-align: center;
}

/*头部悬浮广告*/
.topHot{
    width: 100%;
    height: 50px;
}
.topHot a{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1004;
}
.topHot img{
    width: 100%;
    height: 50px;
}