﻿/*
 * FileName:link.css
 * Remark:link.css
 * Project:css
 * Author:Vincent
 * File Created:Sunday, 16th June 2019 9:59:07 pm
 * Last Modified:Sunday, 16th June 2019 9:59:17 
 * Modified By:Vincent
 */

.rc-side-draw-nav {
    width: 70%;
    height: 100%;
    margin-right: -70%;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    border-top: 1px solid #a9a9a9;
}

.rc-common-sec-nav {
    width: 70%;
    margin: 20px 0;
}
.rc-common-sec-nav a span{    font-weight: normal !important;}

/* 背景 */
.rc-case-bg {
    width: 100%;
    height: 550px;
    background-size: 100% 100%;
}

.rc-case-content {
    width: 100%;
    display: flex;
    background: #1c1c1c;
}

.rc-case-sec-nav {
    height: 10%;
    width: 55%;
}

.rc-case-box {
    height: 747px;
    width: 100%;
}

.rc-case-big-img {

    width: 90%;
    height: 90%;
}

.rc-case-big-img-right {
    width: 20%;
    height: 90%;
}

.rc-case-small-img-box {
    height: 20%;
    width: 100%;
    padding-bottom: 100px;
}

.rc-case-small-img {
    height: 554px;
    width: 90%;
    overflow-x: auto;
}
.heightAuto{
    height: 100%;
}
.rc-case-small-img-right {
    color: #fff;
    padding-bottom: 20px;
    display: none;
}

.rc-case-small-img-right span{
    cursor: pointer;
    text-decoration: underline;
}
.sliding{
    width: 19%;
    margin: 0 10px 10px 0;
}
.rc-case-text {
    padding: 10px !important;
}

.rc-case-btn-bar {
    width: 30%;
    height: 30%;
}

.rc-case-btn-top,
.rc-case-btn-bottom {
    width: 100%;
    height: 50%;
}
.text{
    display: block;
    text-align: center;
    font-size: 14px;
}
.rc-viewport-wrap {
    margin-top: 20%;
    width: 100%;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}
.rc-viewport-wrap-close {
    color: black;
    font-size: 36px !important;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    cursor: pointer;
}
.bg-flixed{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    display: none;
}
.scroll-bar::-webkit-scrollbar{
     width: 10px;    
     height: 1px;
}
.scroll-bar::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        background: #535353;
}
.scroll-bar::-webkit-scrollbar-track {/*滚动条里面轨道*/
        -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
        border-radius: 10px;
        background: #EDEDED;
}
@media only screen and (max-width: 1430px){
    .rc-case-small-img{
	justify-content: space-between;
	height: 510px;
    }
    .sliding{
	width: 23%;
	margin-bottom: 15px;
    }
}
@media only screen and (max-width: 1300px){
    .rc-case-box{
	height: 645px;
    }
    .rc-case-small-img{
	height: 470px;
    }
}
@media only screen and (max-width: 1200px){
    .rc-case-box{
	height: 570px;
    }
    .rc-case-small-img{
	height: 435px;
    }
    .rc-common-sec-nav{
	padding: 15px 0;
    }
}
@media only screen and (max-width: 1100px){
    .rc-case-box{
	height: 500px;
    }
    .rc-case-small-img{
	height: 270px;
    }
    .size-large-x{
	font-size: 18px !important;
    }
}
@media only screen and (max-width: 911px){
    .sliding {
	width: 31%;
    }
    .rc-case-box{
	height: 435px;
    }
    .rc-case-small-img{
	height: 255px;
    }
}
@media only screen and (max-width: 768px){
    .rc-case-box{
        display: none;
    }
    .rc-case-small-img{
	width: 100%;
	height: auto;
	overflow: hidden;
	justify-content: space-between !important;
    }
    .rc-case-small-img .pointer{
	width: 48%;
	margin-bottom: 20px;
    }
    .rc-case-small-img .pointer img{
	margin-bottom: 20px;
	height: auto;
    }


}
@media only screen and (max-width: 475px){
    .rc-common-nav-text{
	padding: 0px;
    }
    .rc-common-sec-nav{
	width: 100%;
    }
}