/*
* @Author: Administrator
* @FileName:list_branch.css
* @Date:   2018-11-20 16:19:14
* @Last Modified by:   Administrator
* @Last Modified time: 2018-11-23 17:10:46
*/
#list_branch #tabCon3 {
    margin-top: 65px;
    overflow: hidden;
}
#list_branch #tabCon3 li {
    display: block;
    float: left;
    width: 318px;
    height: 251px;
    margin-right: 42px;
    margin-bottom: 31px;
    overflow: hidden;
    display: flex;

}
.zyZx{
    flex: 1;
    flex-direction: column;
}
.zyZx>p,.zyZx>span,.zyZx>ol{
    flex-grow: 0;
    flex-shrink: 0;
}
#list_branch #tabCon3 li p {
    height: 196px;
    overflow: hidden;
}

#list_branch #tabCon3 li:nth-child(4n) {
    margin-right: 0;
}
#list_branch #tabCon3 li img {
    width: 100%;
    /* height: 100%; */
}
#list_branch #tabCon3 li span {
    display: inherit;
    padding-top: 15px;
    padding-bottom: 15px;

    font-size: 18px;
    line-height: 18px;
    /* background-color: white; */

    text-align: center;

    color: rgb(248,119,149);
    border-right: 1px solid rgb(229,229,229);
    border-bottom: 1px solid rgb(229,229,229);
    border-left: 1px solid rgb(229,229,229);
}
#list_branch .i1 {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;

    background-image: url(https://www.p-skin.com/static/images/pc/icon/position.png);
    background-repeat: no-repeat;
}

#list_branch .close {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #4d4d4d;
}
.swiper-container_branch_list {
    position: relative;
    top: 50%;
    left: 50%;

    width: 1616px;
    /*  position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #4d4d4d;
    display: none;*/
    height: 580px;
    margin-top: -290px;
    margin-left: -808px;
}
.branch_L  .swiper-container{
    height: 100%;
}
.close_But {
    position: fixed;
    top: 10px;
    right: 52px;
    z-index: 3;

    width: 66px;
    height: 66px;
}
.branch_R,
.branch_L {
    margin-right: 0!important;
}
.branch_L {
    width: 930px!important;
    height: 100%!important;
}
.branch_R {
    width: 686px!important;
    height: 100%!important;
}
.branch_L img,
.branch_R img {
    width: 100%;
    height: 100%;
}
.closeOl li {
    float: left;
}
.closeOl {
    /* ;
    top: 50%;
    left: 50%;
    margin-top: -290px;
    margin-left: -808px;
    overflow: hidden;
    border: 1px solid red;
    width: 1616px;*/
    width: 100%;
    height: 100%;
}
.branch_R {
    background: url("/public/static/index/images/branch_Ri.jpg") center center;
}
.branch_R p {
    height: 57px!important;
    margin-top: 109px;
    margin-left: 30px;

    font-size: 48px;
    line-height: 57px;

    color: rgb(51,51,51);
}
.branch_R ol {
    float: left;
    height: 30px;
    margin-top: 56px;
    margin-left: 32px;
    overflow: hidden;
    clear: both;

    font-size: 18px;
}
.branch_R ol li {
    float: left;
    width: 251px;
    height: 100%;
}
.branch_R span {
    display: block;
    float: left;
    padding-top: 20px;
    padding-bottom: 0;
    margin-left: 34px;

    border: none;
    border-right: none!important;
    border-bottom: none!important;
    border-left: none!important;
}
/* Ã¥Ë†â€ Ã©â„¢Â¢Ã¦Â¨Â¡Ã¥Ââ€” */
#list_branch .pagination > li {
    float: left;
    padding: 8px 25px;
    margin: 5px;

    font-size: 14px;

    text-decoration: none;

    border: 1px solid rgb(217,217,217);
    border-radius: 5px!important;
}
#list_branch .pagination > li > a {
    display: block;
    width: 100%;
    height: 100%;
}
#list_branch  .pagination li:hover {
    text-decoration: none;

    color: #fff;
    border: 1px solid rgb(249,119,149);
    background-color: rgb(249,119,149);
}
.smallRoutine {
    display: block;
    float: left;
    width: 370px!important;
    height: 142px!important;
    margin-top: 99px;
    margin-left: 30px;
    clear: both;
}
#list_branch .swiper-pagination-bullet {
    display: inline-block;
    width: 15px;
    height: 15px;

    opacity: 1;
    border-radius: 5px;
    background-color: #fff;
}
#list_branch .swiper-pagination-bullet-active {
    background-color: #f87795;
}
#list_branch .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 20px;
}
#list_branch .swiper-container-horizontal > .swiper-pagination-bullets,
#list_branch .swiper-pagination-custom,
#list_branch .swiper-pagination-fraction {
    bottom: 38px;
}
.branchT {
    height: 60px!important;
}
.close .swiper-container_branch_list .swiper-pagination span{
    display: inline-block!important;
    width: 15px!important;
    height: 15px!important;
    background-color: #ffffff!important;
    border-radius: 5px!important;

    opacity: 1!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    border: none!important;
    outline: mediumblue;
}
.close .swiper-container_branch_list .swiper-pagination span.swiper-pagination-bullet-active{
   background-color: #f87795!important; 
}