.Buyproperty{
	background:#F2F2F2;
	color:#0178D6;
	}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sm_ti{
    text-align:center; width:100%; height:70px; font-weight:normal; font-size:20px; margin:0 0 0 0; padding-top:20px; background-color:#F8F8F8; color:#888;
}
.sm_ti a{
   
    color:#666;
}
.sm_ti a:hover{
    color:#0f80d9;
    text-decoration:underline;
}
/*banner*/

.banner .swiper-container {
    min-height: 300px;
}

.banner .swiper-slide img {
    margin: 0 auto;
    width: 100%;
}

.banner .cap_title {
    position: relative;
    margin: 0 auto;
    height: 100%;
    right: 190px;
}

.banner .h_content {
    position: absolute;
    right: 9px;
    bottom: 20px;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 40px;
    color: #fff;
}

.banner .h_content h3 {
    margin: 0px;
    text-align: center;
    //border-bottom: 1px dashed #fff;
    padding-bottom: 5px;
    font-size: 19px;
}
.banner .h_content h4{
    text-align:center;
}
.banner .infocont{
    margin-bottom:0px;
    text-align:center;
}
.swiper-button-next {
    right: 55px;
    width:46px;
    height:46px;
    background: url(../images/slide2.png) no-repeat right center;
   
}

.swiper-button-prev {
    left: 55px;
    width:46px;
    height:46px;
    background: url(../images/slide1.png) no-repeat right center;
}


/*search*/

.searchbar-inner {
    width: 60%;
    margin: 0px auto 50px auto;
   /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07),
    0px 9px 27px 0px rgba(0, 0, 0, 0.07);
    padding: 20px 0px 50px 0px;*/
}

.searchbar-inner .search-icons {
    width: 80%;
    margin: auto;
    text-align: center;
}

.searchbar-inner .search-icons h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
}

.searchbar-inner .search-icons span {
    display: inline-block;
    margin: 0px 10px;
    line-height: 30px;
}

.searchbar-inner .search-icons span:nth-child(1) a {
    color: #0f80d9;
}

.searchbar-inner .search-icons span a {
    display: inline-block;
    line-height: 30px;
    font-size: 15px;
    color: #666;
    text-decoration: none;
}

.searchbar-inner .search-icons span a:hover {
    text-decoration: underline;
    color: #0f80d9;
}

.searchbar-inner .search-icons span a img {
    vertical-align: bottom;
    margin-right: 6px;
}

.lightTip .content {
    width: 310px;
    padding: 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 5px;
    background: #313131;
    color: #fff;
}

.lightTip .bottom {
    height: 14px;
    background: url(../images/notch-black.png) top center no-repeat;
}

.searchbar-inner .searchbar-form {
    margin: 40px auto;
}

.searchbar-form .form-wrapper {
    width: 100%;
    margin: 20px auto;
    position: relative;
}


/* 通用 */
::-webkit-input-placeholder {
    color: #b3b3b3;
}
::-moz-placeholder {
    color: #b3b3b3;
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: #b3b3b3;
}
/* ie */
input:-moz-placeholder {
    color: #b3b3b3;
}

.lg.size {
    background-position: -240px 0;
}

.lg.bedroom {
    background-position: -400px 0px;
}

.searchbar-form .form-wrapper input.form-text {
    min-height: 60px;
    padding: 5px 10px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    font-size: 16px;
    width: 88%;
}

.searchbar-form .form-wrapper .submit1 {
    height: 60px;
    padding: 0;
    width: 94px;
    background: url(../images/searchbar-submit.png) no-repeat center center #0f80d9;
    border: none;
    position: absolute;
    top: 0px;
}

.searchbar-inner .pop-keywords {
    width: 80%;
    margin: 30px auto 20px auto;
    text-align: center;
}

.searchbar-inner .pop-keywords span {
    font-size: 15px;
    color: #7B7B7B;
    padding: 0 11px 0 8px;
    border-right: 1px solid #C9CCCD;
    text-transform: capitalize;
}

.searchbar-inner .pop-keywords span a {
    text-decoration: none;
}

.searchbar-inner .pop-keywords span a:hover {
    text-decoration: underline;
    color: #0f80d9;
}

.searchbar-inner .pop-keywords span:first-child,
.searchbar-inner .pop-keywords span:last-child {
    border-right: 0px;
}

.searchbar-inner .pop-keywords span:first-child {
    color: #383839;
}


/*NEW PROJECT*/

.new-project{
    margin-top: 30px;
}

.new-project .community-info span{
    float:right;
}
.new-project .project-right .project-price,
.new-project .project-left .project-price {
    border-top: 1px solid rgba(255, 255, 255, .6);
    padding-top: 10px;
}
.new-project .project-price p{
    font-family: 'Futura-Book';
    margin-bottom:0px;
}
.new-project .project-price span {
    float: right;
    font-family: 'Futura-Book';
}

.new-project .project-price strong{
   font-family:'Futura-Heavy';
   font-weight: bold;
   font-size:16px;
}
.new-project .project-left .community-block,
.new-project .project-right .community-block
{
    display:block;
    position:relative;
}
.new-project .community-block img,
.latest .pic-img img{
    transition: all 0.6s;  
}
.new-project .community-block img:hover,
.latest .pic-img img:hover{  
    transform: scale(1.2);  
}  
.new-project .project-left .community-info,
.new-project .project-right .community-info
{
     color: #FFF;
     text-align: left;
     padding: 10px;
     width: 100%;
     background: rgba(0, 0, 0, .5);
     position:absolute;
     bottom:3px;
     font-size: 14px;
}
.new-project .project-left .community-info .community-text,
.new-project .project-right .community-info .community-text
{
     margin:15px 0px 10px 0px;
     font-family:'Futura-Book';
}
.new-project .project-left .community-info .community-text p,
.new-project .project-right .community-info .community-text p{
     margin-bottom:0px;
     line-height:16px;
}
.new-project .project-left .community-info .community-text,
.new-project .project-left .community-info .project-price,
.new-project .project-right .community-info .community-text,
.new-project .project-right .community-info .project-price
{
     display:none;
}
.new-project .project-left .community-block:hover .community-text,
.new-project .project-left .community-block:hover .project-price,
.new-project .project-right .community-block:hover .community-text,
.new-project .project-right .community-block:hover .project-price
{
     display:block;
}

/* 热门小区*/
.compounds{
    margin-top:30px;
}
.compounds .swiper-wrapper {
    height: 215px;
}
.compounds .compound-list,
.compounds .swiper-slide{ 
    height: 183px;
    float: left;
    width: 242px;   
    position:relative;
}
.compounds .compound-list{
    transform-style: preserve-3d;
    perspective: 1000;
    transition: .6s;
}
.compounds .box-img{
    height: 183px;
}
.compounds .box-img img{
    width:100%;
    height:183px;
    font-size:0px;
}
.compounds .areas{
    position:absolute;
    bottom:0px;
    background: rgba(0, 0, 0, .5);
    width:100%;
    color:#fff;
    text-align:center;
    padding: 10px 0px;
}
.compounds .box-content{
    background: #00b7ee;
    transform: rotateY(-180deg);
    backface-visibility: hidden;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width:100%;
    height:100%;
    text-align:center;
}

.compounds .swiper-slide:hover .compound-list{
    transform: rotateY(180deg)
}

/* .compound-list:hover .box-content a{
    display:block;
    width:100%;
    height:100%;
    padding: 20px;
    color:#fff;
}
.compound-list:hover .box-content span.coms{
    color:#fff;
    line-height:24px;
    display:block;
} */
.compounds .social-links{
    padding-top:20px;
}
.compounds .social-links li{
    color:#fff;
    line-height:24px;
}
.compounds .social-links li a{
    display:block;
    width:100%;
    font-size:14px;
}
.compounds .social-links li a:hover{
    text-decoration:underline;
}


.properties-inner .item-wrapper:nth-child(1) {
    margin-right: 10px;
}
.properties-inner .item-wrapper:nth-child(2) {
    margin-right: 10px;
}
.properties-inner .item-wrapper:nth-child(3) {
    margin-right: 10px;
}

.properties-inner .item-wrapper a {
    display: block;
    text-decoration: none;
}

.properties-inner .item-wrapper .photo {
    font-size: 0px;
    overflow: hidden;
}
.properties-inner  .item-wrapper .photo img{
    width: 100%;
    height: 135px;
}
.properties-inner .item-wrapper .property-name_1 {
    background: #0f80d9;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
}

.jingxuan{
    margin:40px 0px 20px 0px;
}
.jingxuan h2{
    text-align:center;
    color:#000;
    font-size:36px;
    font-weight: bold;
    position:relative;
    margin-bottom: 30px;
}

.jingxuan .list1{
    float: left;
    position:relative;
    width: 318px;
}
.hotcompound .list1 a{
    display: block;
}
.hotcompound .list1 a img{
    width: 318px;height: 212px;
    font-size: 0px;
    display: block;
}
.hotcompound .list1 a img.dist{width: 12px;height: 15px;display: inline-block;margin-right: 5px;}
.hotcompound .property-spec{margin-top: 10px;}
.hotcompound .property-name span:nth-child(1){
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.hotcompound .property-name span:nth-child(2){
    background: #1e83d6;
    color: #fff;
    height: 18px;
    text-align: center;
    font-size: 11px;
    float: right;
    line-height: 18px;
    padding: 0px 5px;
}
.hotcompound .listtype{
    color: #000;
    font-size: 11px;position: relative;
    top: -5px;
}
.hotcompound .listtype .price,.firstcompound .listtype .price{color: #f15044;float: right;margin-top: 0px;}
.hotcompound .listtype .price em{font-size: 20px;font-weight: bold;}
.hotcompound .list1:nth-child(2),.jingxuan .list1:nth-child(5),.jingxuan .list1:nth-child(8){
    margin:0 35px;
}
.hotcompound .list1:nth-child(4),
.hotcompound .list1:nth-child(5),
.hotcompound .list1:nth-child(6){
    margin-top: 30px;
}
.seemore a{font-size: 19px;display: block;}
.house-tab{border-bottom: 2px solid #efefef;margin-top: 64px;text-align: center;padding-bottom: 50px;}


/*最新房源*/
.first11{margin-top: 80px;}
.firstcompound{margin-top: 50px;}
.firstcompound .list1{
    width: 482px;
}
.firstcompound .list1 a{display: block;}
.firstcompound .list1 a img{
    width: 482px;height: 321px;
    font-size: 0px;
    display: block;
}
.firstcompound .list1:nth-child(2),
.firstcompound .list1:nth-child(4){
    margin-left: 60px;
}
.firstcompound .list1:nth-child(3),
.firstcompound .list1:nth-child(4){
    margin-top: 40px;
}

.firstcompound .property-name span:nth-child(1){
    font-size: 26px;
    color: #000;
    font-weight: bold;
}
.firstcompound .property-spec{margin-top: 15px;}
.firstcompound .property-name span:nth-child(2){
    background: #1e83d6;
    color: #fff;
    padding: 0px 5px;
    height: 28px;
    text-align: center;
    font-size: 15px;
    float: right;
    line-height: 28px;
}

.firstcompound .listtype{
    color: #000;
    font-size: 17px;position: relative;
    top: -5px;
}
.firstcompound .listtype .price em{font-size: 26px;font-weight: bold;}
.first11 .house-tab{margin-bottom: 80px;border:none;}
/*.shanghai-life p.seemore a,
.house-tab p.seemore a,
.testionials p.seemore a {
    font-weight: normal;
    text-transform: none;
    display: inline-block;
    padding: 0.5em 1.5em 0.4em;
    border: 1px solid rgb(64, 64, 64);
    border-radius: 5px;
    color: #000;
    padding: 4px 20px;
    text-decoration: none;
}

.shanghai-life p.seemore a:hover,
.house-tab p.seemore a:hover,
.testionials p.seemore a:hover {
    background: #0f80d9;
    color: #fff;
    border: 1px solid #0f80d9;
}
*/




.layerpic{
    position: fixed;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    display:none;
}
.layerpic .button .icon-bar{
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    transition: .3s;
}
.layerpic .button .icon-bar:nth-of-type(1){
    transform: translate3d(0,8px,0) rotate(47deg);
}
.layerpic .button .icon-bar:nth-of-type(2){
    opacity: 0;
}
.layerpic .button .icon-bar:nth-of-type(3){
    transform: translate3d(0,2px,0) rotate(-46deg);
}
.layerpic .content {
    width: 800px;
    margin-left:-400px;
    margin-top:-287px;
    position:absolute;
    top:50%;
    left:50%;
}
.layerpic .button {
    margin-left: 85%;
    margin-top: -30px;
    position: absolute;
    top:-42px;
    right:7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    width: 30px;
    cursor: pointer;
    pointer-events: auto;
    margin-left: 10px;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    margin-top: 15px;
    outline: none;
}
.layerpic .content img{
    border: 2px solid #fff;
    border-radius: 20px;
}

/* land */
.land-header{
    background-color: #f2f2f2;
   /*  height:205px;
   line-height:205px; */
    text-align:center;
    padding:20px 0px;
}
.land-header .logo-text{
    width: 1200px;
    margin: 20px auto 0px auto;
    position:relative;
}
.land-header p{
    color:#5a5859;
    font-size:22px;

}
.land-header .toggles{
   position:absolute;
   right:0px;
   top:50%;
}
.land-header .toggles span:last-child{
    margin-left:20px;
}

.city-list{
    margin:20px 0px;
}
.city-left{
    width:885px;
    float:left;
    margin-bottom:20px;
}
.city-left .city-shanghai{
    width:885px;
    position:relative;
    /* background: linear-gradient(rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0)),url(../images/city-shanghai.jpg) no-repeat center; */
    height: 303px;
}
.city-left .city-tianjin{
    width:275px;
    float:right;
    position:relative;
    /* background: linear-gradient(rgba(0, 0, 0, 0.25),rgba(0, 0, 0, 0)),url(../images/city-tianjin.jpg) no-repeat center; */
    height: 303px;
}
.city-left .intro{
    position:absolute;
    bottom:0px;
    padding-left:20px;
    color:#fff;
    font-size:30px;
    background-image: linear-gradient(0deg, #000000c9,#3333330f);
    width:100%;
    padding-bottom: 14px;
}
.intro p{
    margin:0px;
    font-size:22px;
    position: relative;
    top: 8px;
    font-family: 'Futura-Heavy';
}

.intro div a{
    font-size: 12px;
    margin-right: 11px;
    display: inline-block;
}
.city-choose{
    width:295px;
    float:left;
    margin-top:20px;
    position:relative;
    height:295px;
}
.city-beijing{
    width:570px;
    float:right;
    margin-top:20px;
    position:relative;
    height:295px;
}
.city-left .see-more{
    position: absolute;
    top: 28%;
    text-align: center;
    left: 44%;
}
.city-beijing .see-more {
    left: 38%;
}
.city-right .see-more{
    position: absolute;
    top: 46%;
    text-align: center;
    padding-left: 101px;
}
.city-left .city-tianjin .see-more{
    left:30%;
}
.city-rent,.see-more{
    display:none;
}
.city-rent a:hover{
    text-decoration:underline;
}
.city-right{
    width:295px;
    float:right;
    position:relative;
    margin-bottom:20px;
}
.city-right .intro{
    position:absolute;
    bottom:0px;
    padding-left:20px;
    color:#fff;
    font-size:30px;
    background-image: linear-gradient(0deg, #000,#3333330f);
    padding-bottom: 14px;
    width:295px;
}
.city-right .city-rent a:last-child{
    position:relative;
    top:-7px;
}
.city-list a.pic-big:hover .intro div{
    display:block;
}
.city-btn{
    position: absolute;
    top: 47%;    
    left: 22%;
    opacity:0;
    
}
.seaview{
   position:relative;
}
.seaview a{
    display:block;
    font-size:0px;
}
.seaview p{
   background:rgba(0,0,0,.5);
   position:absolute;
   left: 37%;
   top: 42%;
   padding: 9px;
   color:#fff;
   font-size:30px;
   margin-bottom:0px;
   text-transform: uppercase;
}

.chose-click{
    cursor: pointer;
    position: relative;
}
.city-btn .switch-on{
    background-color: #ffffff63;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    padding-left: 10px;
    position: relative;
    cursor: pointer;
    display:none;
}
.city-btn  .text{
    width: 0px;
    background: #ffffff5e;
    /* padding: 11px 36px; */
    border-radius: 20px;
   /*  padding-right: 62px; */
    color:#fff; 
    height: 47px;
    line-height: 47px;
    padding-left: 5px;
    text-align: center;
}
.city-btn .switch-on .text{
    display: block;
    line-height: 50px;
    padding-left: 4px;
    color:#fff;
}
.slider{
    position: absolute;
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #ffffff63;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
    border-radius: 50%;
    left: 0px;
    top: -12px;
}
.city-model{
    background: #00000059;
    position: absolute;
    top: 0;
    right: 0;
    display:none;
}
.city-model a{
    display:block;
    width: 100%;
}
.city-a{
    width: 885px;
    height: 303px;
}
.city-b{
    width:275px;
    height:303px;
}
.city-c{
    width:295px;
    height:295px;
}
.city-d{
    width:570px;
    height:295px;
}
.city-e{
    width:295px;
    height:615px;
}
.city-type1 form input,.city-type1 form select{
    min-height:50px !important;
    width:100%;
}
.city-type1 form select{
    border:1px solid #BABABA;
    background-image: url(../images/select-icon-g.png);
    background-position: right 10px center;
    color: #BABABA;
    height: 50px;
    position: relative;
}
.city-type1 form textarea{
    padding-top:15px;
}
.city-type1 form select option{
    color: #000;
}

.city-type1 .md-modal{
    min-width:550px;
}
.city-type1 .lightbox-place .lightbox-inner{
    border:none;
}
.city-foot-1{
    background-color:#f2f2f2;
    padding:40px 0px;
}
.foot-one h4{
    color:#212121;
    font-size:22px;
    font-family: 'Futura-Heavy';
}
.foot-one li{
    line-height:30px;
    color:#575757;
    font-size:14px;
}
.foot-one li:last-child{
    color:#212121;
}

.city-foot-2{
    background-color:#a5a5a5;
    padding:40px 0px;
    margin-top:20px;
}
.city-foot-2 img{
    display:inline-block;
}
.city-foot-2 .foot-two{
    width:900px;
    margin:auto;
    text-align: center;
}
.city-foot-2 .foot-two .link-logo{
    float: left;
    width: 50%;
}
.city-foot-2 .foot-two .footer-social{
    float: right;
    width: 50%;
    margin-top: 15px;
}
.city-foot-2 .txt-inner{
    color:#fff;
    font-size:14px;
}
.submit-success{
    padding:0px;
    display:none;
}
.submit-success .submit-success-top{
    text-align: center;
    padding: 40px 0px;
}
.submit-success .submit-success-msg{
    color: #107ed5;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 18px;
}
.submit-success .submit-success-btn{
    display: inline-block;
    background: url(../images/close1.jpg) no-repeat right center;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    height: 117px;
    opacity: 1;
    width: 100%;
}
.city-shanghai .city-model a,
.city-tianjin .city-model a{
   height:303px;
}
.city-right .city-model a{
    height:618px;
}
.city-beijing .city-model a,
.city-choose .city-model a{
    height:295px;
}
.city-type1 .btn-sm, .btn-group-sm > .city-type1 .btn {
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 3px;
}
.city-type1 .btn-primary {
    color: #fff;
    background-color: rgba(15,128,217,1);
    border-color: rgba(15,128,217,1);
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .container {
        padding: 10px;
    }
    .popular-row1 .popular-house:nth-child(1) {
        width: 652px;
        overflow: hidden;
    }
    .popular-row1 .popular-house:nth-child(2) {
        width: 315px;
        overflow: hidden;
    }
    .popular-row2 .popular-house,
    .agent .agent-list,
    .tab-content .tab-list-house,
    .testionials .testionials-type {
        width: 315px;
    }
    .popular-pic a {
        display: block;
        height: 211px;
        overflow: hidden;
    }
    .house-tab .page {
        width: 18%;
    }
    .shanghai-life .life-left,
    .new-project .project-left {
        float: left;
        width: 439px;
        height: 380px;
        overflow: hidden;
    }
    .shanghai-life .life-right,
    .new-project .project-right
    {
        width: 527px;
    }
    .shanghai-life .life-right .life-arital, .new-project .project-right .life-arital{
    	 width: 248px;
    }
    .shanghai-life .life-right .community-info{
    	bottom:-102px;
    } 
    .testionials div.testionials-type:nth-child(2) {
        margin: 0px 18px;
    }
    .agent .agent-list:nth-child(2) {
        margin: 0px 18px;
    }
    .properties-inner .item-wrapper .photo {
         height: auto; 
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .container {
        padding: 10px;
    }
    .searchbar-inner .search-icons {
        width: 80%;
        text-align: center;
    }
    .popular-row1 .popular-house:nth-child(1) {
        width: 490px;
        overflow: hidden;
    }
    .popular-row1 .popular-house:nth-child(2) {
        width: 235px;
        overflow: hidden;
    }
    .popular-row2 .popular-house,
    .agent .agent-list,
    .tab-content .tab-list-house,
    .testionials .testionials-type {
        width: 235px;
    }
    .popular-row2 .popular-house {
        min-height: 280px;
    }
    .popular-pic a {
        height: 158px;
    }
    .tab-content .tab-list-house {
        min-height: 320px;
    }
    .tab-content .tab-list-house a img {
        width: 235px;
        height: 215px;
        overflow: hidden;
    }
    .house-tab .page {
        width: 23%;
    }


    .new-project .project-left {
        width: 300px;
        height:372px;
        margin-right: 10px;
    }
    .new-project .project-right {
	    float: left;   
	    width: 430px;
	    height: 380px;
     }
     .new-project .project-right .life-arital{
      	width:200px;
      	margin-bottom: 12px;
     }
     
     .new-project .project-right .community-info {
          bottom: -112px;
     }
    .shanghai-life .life-left {
        width: 300px;
        height: 340px;
        margin-right: 10px;
    }
    .shanghai-life .life-left .community-info {
        bottom: 0px;
    }
    .shanghai-life .life-right {
        width: 430px;
        
    }
    .shanghai-life .life-right .life-arital {
        width: 200px;
        margin-bottom: 12px;
        height: 165px;
    }
    .shanghai-life .life-right .life-arital img {
        width: 200px;
        height: 165px;
    }
    .shanghai-life .life-right .community-info {
        bottom: -126px;
    }
    .shanghai-life .life-right .description {
        width: 228px;
        padding: 10px;
    }
    .shanghai-life .life-right .life-arital, .new-project .project-right .life-arital{
    	margin-right:10px;
    }
    .testionials div.testionials-type:nth-child(2) {
        margin: 0px 15px;
    }
    .agent .agent-list:nth-child(2) {
        margin: 0px 15px;
    }
    .properties-inner .item-wrapper .photo {
         height: auto; 
    }
}
/*浏览次数*/


.view-words{
	display: inline-block;
	vertical-align: middle;
	height:43px;
	margin-left: 5px;
	font-size: 14px;
}
.viewTimes{
	display: inline-block;
	width:40px;
	height:40px;
	line-height: 40px;
	padding: 5px;
}