 /*jssor slider loading skin spin css*/
 
 .jssorl-009-spin img {
     animation-name: jssorl-009-spin;
     animation-duration: 1.6s;
     animation-iteration-count: infinite;
     animation-timing-function: linear;
 }
 
 @keyframes jssorl-009-spin {
     from {
         transform: rotate(0deg);
     }
     to {
         transform: rotate(360deg);
     }
 }
 /*jssor slider bullet skin 057 css*/
 
 .jssorb057 .i {
     position: absolute;
     cursor: pointer;
 }
 
 .jssorb057 .i .b {
     fill: none;
     stroke: black;
     stroke-width: 2000;
     stroke-miterlimit: 10;
     stroke-opacity: 0.4;
 }
 
 .jssorb057 .i:hover .b {
     stroke-opacity: .7;
 }
 
 .jssorb057 .iav .b {
     stroke-opacity: 1;
 }
 
 .jssorb057 .i.idn {
     opacity: .3;
 }
 /*jssor slider arrow skin 073 css*/
 
 .jssora073 {
     display: block;
     position: absolute;
     cursor: pointer;
 }
 
 .jssora073 .a {
     fill: #ddd;
     fill-opacity: .7;
     stroke: #000;
     stroke-width: 160;
     stroke-miterlimit: 10;
     stroke-opacity: .7;
 }
 
 .jssora073:hover {
     opacity: .8;
 }
 
 .jssora073.jssora073dn {
     opacity: .4;
 }
 
 .jssora073.jssora073ds {
     opacity: .3;
     pointer-events: none;
 }