/* Minification failed. Returning unminified contents.
(9,17): run-time error CSS1039: Token not allowed after unary operator: '-FColor'
(11,28): run-time error CSS1039: Token not allowed after unary operator: '-BColor'
(25,34): run-time error CSS1039: Token not allowed after unary operator: '-Angle'
(34,22): run-time error CSS1039: Token not allowed after unary operator: '-Shadow'
(36,30): run-time error CSS1039: Token not allowed after unary operator: '-Radius'
(69,17): run-time error CSS1039: Token not allowed after unary operator: '-HColor'
(83,17): run-time error CSS1039: Token not allowed after unary operator: '-HColor'
(108,17): run-time error CSS1039: Token not allowed after unary operator: '-HColor'
(145,37): run-time error CSS1039: Token not allowed after unary operator: '-FColor'
(163,16): run-time error CSS1039: Token not allowed after unary operator: '-HColor'
 */

@media all{
  .roll1 {
    height:350px;
    display:flex;
    align-items:stretch;
    background-size:100% 100%;
    color: #f3f3f3;
    color: var(--FColor);
    background-color: #e5e5e5;
    background-color: var(--BColor);
  }
  .roll1 > div {
    width:100%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
  }
  .roll1 > div > ul{
    transform-style: preserve-3d;
    perspective: 10000px;
    position: absolute;
    overflow: visible;
    transform: rotateX(0deg);
    transform: rotateX(calc(var(--Angle) * -1deg));
  }
  .roll1 > div > ul > li{
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .5s ease-in-out;
    overflow:hidden;
    box-shadow: 8px 8px 20px rgba(0,0,0,.3);
    box-shadow: var(--Shadow);
    border-radius:0px;
    border-radius: calc(var(--Radius) * 1px);
  }
  .roll1 > div > ul > li > img {
    position:absolute;
    width:100%;
    height:100%;
    object-fit:fill;
  }
  
  /*小圆点*/
  .roll1 > div > p.dots {
    display:block;
    position:absolute;
    z-index: 1;
    bottom: 3%;
    width: 100%;
    height:40px;
    display: flex;
    flex-direction:row;
    justify-content:center;
    align-items:stretch;
  }
  .roll1 > div > p.dots > span {
    display: inline-block;
    text-align: center;
    padding-top:5px;
    width: 40px;
    cursor: pointer;
    color: inherit;
    opacity: .9;
  }
  .roll1 > div > p.dots > span:hover {
    opacity: 1;
    color: var(--HColor);
  }
  .roll1 > div > p.dots > span:before{
  	content:'';
    display:inline-block;
    height:0;
    width:0;
    border:3px solid;
    border-radius: 4px;
    margin: 10px;
    transition:all .3s;
  }
  .roll1 > div > p.dots > span.active {
    opacity: 1;
    color: var(--HColor);
  }
  .roll1 > div > p.dots > span.active:before {
    width: 6px;
  }
  
  /*左右箭头*/
  .roll1 > div > a.arrow {
    position:absolute;
    z-index:2;
	bottom:3%;
    margin:13px;
    opacity: 0.7;
    border-radius:3px;
    width: 15px;
    height: 15px;
    color:inherit;
    border:4px solid;
    transition:all .3s;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
  }
  .roll1 > div > a.arrow:hover{
    opacity: 1;
    color: var(--HColor);
  }
  .roll1 > div > a.arrow:nth-of-type(1) {
    left: 10%;
    border-width:0 0 4px 4px;
  }
  .roll1 > div > a.arrow:nth-of-type(2) {
    right: 10%;
    border-width:4px 4px 0 0;
  }
}
@media all{
  .roll1.ydbx6 > div > p.dots > span {
    padding-top:.5em;
  }
  .roll1.ydbx6 > div > p.dots > span:before{
    border-width:3px;
  }
  .roll1.ydbx6 > div > a.arrow{
    width:.75em;
    height:75em;
  }
  .roll1.ydbx6 > div > a.arrow:nth-of-type(1) {
    border-width:0 0 3px 3px;
  }
  .roll1.ydbx6 > div > a.arrow:nth-of-type(2) {
    border-width:3px 3px 0 0;
  }
}
@media all{
  .channel11 {
  }
  .channel11 li > a {
    display:flex;
    justify-content:space-between;
    height: 2.4em;
    line-height: 2.8em;
    box-shadow: 0 1px 1px -1px var(--FColor);
    transition: all .3s;
  }
  .channel11 li:last-child > a{
    box-shadow:none;
  }
  .channel11 li > a p {
    font-size: .9em;
  }
  .channel11 li > a span {
    font-size: .8em;
    width:6em;
    margin-left:.6em;
    flex-shrink:0;
    flex-grow:0;
  }
  .channel11 li > a:hover {
    font-weight:bolder;
    color:var(--HColor);
  }
}
.nav {
    height: 50px;
    position: relative;
    background: linear-gradient(rgba(139, 255, 88, 0.09),rgba(255, 255, 89, 0.09),rgba(255, 89, 89, 0.09));
    border: 1px solid lightgray;
    
}

    .nav > span {
        position: absolute;
        width: 100%;
        line-height: 50px;
        text-align: center;
        vertical-align: middle;
        font-family: 隶书;
        font-size: 25px !important;
        letter-spacing: 2px !important;
    }

.header {
    height: 50px;
    position: relative;
    background: linear-gradient(rgba(139, 255, 88, 0.09),rgba(255, 255, 89, 0.09),rgba(255, 89, 89, 0.09));
    border: 1px solid lightgray;
    
}

    .header > span {
        position: absolute;
        width: 100%;
        line-height: 50px;
        text-align: center;
        vertical-align: middle;
        font-family: 隶书;
        font-size: 25px !important;
        letter-spacing: 2px !important;
    }

.footer {
    height: 50px;
    position: relative;
    background: linear-gradient(rgba(139, 255, 88, 0.09),rgba(255, 255, 89, 0.09),rgba(255, 89, 89, 0.09));
    border: 1px solid lightgray;
    
}

    .footer > span {
        position: absolute;
        width: 100%;
        line-height: 50px;
        text-align: center;
        vertical-align: middle;
        font-family: 隶书;
        font-size: 25px !important;
        letter-spacing: 2px !important;
    }

