.index-clinic {


}

.index-clinic .clinic-title {
	
}
.index-clinic {
    /* height: 333px; */
}

    .index-clinic .clinic-title {
        height:39px;
        line-height: 39px;
        font-size: 16px;
        color: #2475c0;
        text-align: center;
    }

        .index-clinic .clinic-title span {
            padding: 0 40px;
            cursor: pointer;
        }

    .index-clinic .clinic-select {
        width: 260px;
        height: 32px;
        padding-top: 8px; /*line-height: 40px;*/ /*lizimo 2017/08/23*/
        text-align: left;
        text-indent: 40px;
        border-radius: 3px;
        margin: 0 auto;
      
        background: #f5f5f5 url(../images/btmarrow.png) 220px 50% no-repeat;
        position: relative;
    }

        .index-clinic .clinic-select a {
            padding: 10px 0; /*lizimo 2017/08/23*/
        }

    .index-clinic .clinic-enter {
        width: 260px;
        color: #fff;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-radius: 3px;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px;
        cursor: pointer;
        background: #2475c0;
    }

    .index-clinic .clinic-remarks {
        float: right;
        line-height: 35px;
        margin-right: 30px;
        cursor: pointer;
    }
    .index-clinic .clinic-select {
     
        color: #666;
    }
    .select-hos .bigoption,
.select-depart .bigoption,
.select-doctor .bigoption {
    width: 260px;
    position: absolute;
    top: 38px;
    left: -1px;
    z-index: 2;
    overflow: hidden;
    display: none;
    background: #fff;
    margin-top: 2px;
}
.select-hos .bigoption a,
.select-depart .bigoption a,
.select-doctor .bigoption a {
    display: block;
    background: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

    
.wapper-right{
    display: block;
    width: 480px;
    height: 161px;
    margin: 50px 0;
}
.wapper-left
{
    margin-right: 125px;
    width: 242px;
    height: 281px;
    display: block;
    background: url(../images/phone-bg_03.png) center no-repeat;
}
.wapper-left img{
    position: relative;
     padding: 76px 43px;
 width:159px ;
 height: 159px;
 }
.clinic{
    position: absolute;
    margin-top: -277px;
    margin-left: 35%;
    /* margin-right: 30%; */
}


.mt10{
    margin-top: 10px !important;
}