/*上方空白*/
.pic_list_header > .row2 > div {
    margin-top: 80px;
    height: 100px;
    background: #fff;
}
.pic_list_header_left{
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    transform: translateX(30px);
}
.pic_list_header_right{
    padding-left: 46px;
    position: relative;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    border-right: rgba(0,0,0,0.2) solid 1px;
    transform: translateX(30px);
    width: 11%;
}
.pic_list_header_right > div{
    height: 26px;
}
.pic_list_header_right > div > a{
    top: 1vh
}
/*背景*/
#background_radius {
    background: #f48cbd;
    border-radius: 50%;
    width: 500px;
    height: 720px;
    position: absolute;
    left: 157px;
    top: 105px;
}


/*内容*/
.info_right , .info_left{
    height: 780px;
}
.info_right{
    position: relative;
    padding-left: 0;
    transform: translateX(30px);
    width: 11%;
    border-right: rgba(0,0,0,0.2) solid 1px;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
}
.info_left{
    padding: 20px 0 10px 20px;
    position: relative;
    border-bottom: rgba(0,0,0,0.2) solid 1px;
    transform: translateX(30px);
    background: #fff;
    font-family: AppleLiGothicMedium;
}
.info_left > .big_pic_inner{
    height: 550px;
    position: relative;
}
.info_left > .big_pic_inner > .big_pic{
    max-height: 550px;
    cursor: pointer;
    max-width: 660px;
}
.info_left > .big_pic_inner > .pic_info_inner {
    position: absolute;
    text-align: center;
    right: 60px;
    bottom: 110px;
    font-size: 12px;
    font-family: 微软雅黑, AppleLiGothicMedium, sans-serif;
    width: 120px;
}
.info_left > .big_pic_inner > .pic_info_inner > .pic_info {padding-bottom: 10px}
.info_left > .big_pic_inner > .pic_info_inner > .pic_info > div{
    min-height: 12px;
    margin-bottom: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    max-width: 140px;
}
.pic_info_inner > .pic_count_btn > .pic_btn{cursor: pointer;}

.info_left > .sm_pic_list_inner{
    margin-top: 37px;
}
.info_left > .sm_pic_list_inner > ul{
    max-width: 720px;
}
.info_left > .sm_pic_list_inner > ul > li{
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
}
.info_left > .sm_pic_list_inner > ul > li > .sm_pic_shadow{
    background: rgba(223,215,204, 0.6);
    position: absolute;
    height: 75px;
    width: 113px;
    opacity: 1;
    transition: all linear 0.1s;
}
.info_left > .sm_pic_list_inner > ul > li > .sm_pic_shadow:hover{
    opacity: 0;
}
.info_left > .sm_pic_list_inner > ul > li > .sm_pic{
    height: 75px;
    width: 113px;
    margin-right: 5px;
}

/*遮罩层*/
#full_shadow{
    top: 0;
    left: 0;
    position: fixed;
    z-index: 9;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    display:table;
    display: none;
}
#full_shadow > .pic_inner{
    margin: auto auto;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#full_shadow > .pic_inner > .big_pic > .pic_btn_box{
    display: inline-block;
    border: 8px solid #fff;
    position: relative;
}
#full_shadow > .pic_inner > .big_pic > .pic_btn_box > img{
    width: 100%;
    max-width: 75vw;
    max-height: 75vw;
}
#full_shadow > .pic_inner > .big_pic > .pic_btn_box > .btn{
    position: absolute;
    color: #fff;
    height: 60px;
    width: 60px;
}
#full_shadow > .pic_inner > .big_pic > .pic_btn_box > .previous_btn{
    left: -100px;
    top: calc(50% - 30px);
    background: url("../image/leftarrow.png") no-repeat center center;
    background-size: 60px 60px;
}
#full_shadow > .pic_inner > .big_pic > .pic_btn_box > .next_btn{
    right: -100px;
    top: calc(50% - 30px);
    background: url("../image/rightarrow.png") no-repeat center center;
    background-size: 60px 60px;
}
#full_shadow > .pic_inner > .big_pic > .pic_btn_box > .close_btn{
    right: -80px;
    top: -80px;
    background: url("../image/closeBtn.png") no-repeat center center;
    background-size: 50px 50px  ;
}

@media (max-width: 1000px){
    body > div:nth-child(3) {
        padding-bottom: 400px !important;
    }
    body > div.container.pic_list_header > div.row.row2 > div:nth-child(3){
        display: none !important;
    }
    body > div.container.pic_list_header > div.row.row2 > div.col-md-7.pic_list_header_left{
        display: none !important;
    }
    body > div:nth-child(3) > div > div.col-md-offset-1.col-md-1.info_right{
        display: none !important;
    }
    #background_radius{
        display: none !important;
    }
    body > div:nth-child(3) > div > div.col-md-9.info_left{
        padding: 0 !important;
        transform: translateX(0) !important;
    }
    .pic_list_header > .row2 > div{
        margin-top: 0 !important;
        border: none !important;
    }
    .info_left > .sm_pic_list_inner > ul > li > .sm_pic, .info_left > .sm_pic_list_inner > ul > li > .sm_pic_shadow{
        border-radius: 3vw;
        width: 30vw;
        border: #fff solid 1vw;
    }
    .info_left > .big_pic_inner {
        text-align: center;
    }
    body > div:nth-child(3) > div > div.col-md-9.info_left > div.big_pic_inner > img{
        border: #fff solid 1vw;
        max-height: 400px;
        max-width: 98vw;
    }
    body > div:nth-child(3) > div > div.col-md-9.info_left > div.big_pic_inner > div{
        right: 35vw;
        bottom: 20px;
    }
    body > div:nth-child(3) > div > div.col-md-9.info_left{
        height: 70vh !important;
    }
    #full_shadow > .pic_inner > .big_pic > .pic_btn_box > .close_btn{
        right: 28vw;
        top: 40vh;
    }
}