.branch-content{
    margin: 0 8.5vw;
    margin-top: 2vw;
    width: 82.1vw;
}
.branch-content:after,.branch-content:before{
    content:"";
    display:table;
}
.branch-content:after{
    clear:both;
}
.screening{
    margin-left: 2%;
    margin-bottom: 2vw;
}
.conditions{
    min-height: 3vw;
    line-height: 3vw;
    /*border-bottom:1px solid #eee;*/
    font-size: 0.85vw;
}
.conditions span{
    display: inline-block;
    /*padding-left: 3vw; */

}
.conditions:last-child{
    border-bottom:none;
}
.conditions .clean-check{
    display: block;
    float: right;
    padding-right: 3vw;
    font-size: 0.7vw;
    color:#999;
}
.conditions .clean-check:hover{
    color: #3e3e3e;
}
.conditions a{
    display: inline-block;
    color:#888;
    height: 1.8vw;
    line-height: 1.8vw;
    padding: 0 0.7vw;
}
.conditions a:hover{
    color: #333;
}
.conditions .check{
    color: #fff;
    background-color: #d9b765;
}
.condition-select{
    width: 81.3vw;
    height: 3.1vw;
    border:1px solid #eee;
    margin-bottom: 1vw;
}
.condition-select-input{
    float: right;
    margin-right: 2vw;
}
.condition-select select{
    display: inline-block;
    float: right;
    height: 2vw;
    margin: 0.55vw 1vw;
    padding: 0 0.2vw;
    width: 5.5vw;
    font-size: 0.6vw;
    border:1px solid #ce7777;
}
.condition-select input{
    display: inline-block;
    float: left;
    height: 2vw;
    margin: 0.55vw 0 0.55vw 1vw;
    padding: 0 0.2vw 0 0.5vw;
    width: 8vw;
    font-size: 0.6vw;
    border:1px solid #ce7777;
}
.condition-select a{
    display: inline-block;
    float: left;
    height: 2vw;
    line-height: 2vw;
    font-size: 0.7vw;
    margin: 0.55vw 0;
    background-color: #d9b765;
    text-align: center;
    color:#fff;
    padding:0 1vw;
}
.list{
    margin-bottom: 30px;
}
.list:after,.list:before{
    content:"";
    display:table;
}
.list:after{
    clear:both;
}
.branch-list{
    margin: 1% 2%;
    width: 46%;
    float: left;
    border: 1px solid #dddddd;
}
.branch-list:hover{
    box-shadow: 0 3px 15px #ccc;
}
.text1{
    font-size: 26px;
    color: #333333;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-top: 20px;
}
.text2{
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}
.text2 a{
    font-size: 22px;
    color: #fff;
    padding: 8px 70px;
    background-color: #d9b765;
}