/* @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800'); */
/* font-family: 'Open Sans', sans-serif; */
.consume-section{
    font-family: 'Open Sans', sans-serif;
	width:643px;
	height:627px;
	margin:15px auto;
	position:relative;
	
}
.poligone-box{ line-height:normal;}
.poligone-box ul{ padding:0; padding-left:40px; margin: 15px 0;}
@keyframes movethree {0% {	translateX(0px);}100% {	transform: translateX(2100px);}}
.mySlides-outer {max-width: 643px;height: 627px;position: absolute;top: 0;left: 0; }
.mySlides-outer .mySlides {display: block;width: 643px; height: 627px; background: url("../images/01.png")0 0 no-repeat;}

.consume-section .outlinks ul{
	list-style-type:none;
	position:relative;
}
.consume-section .outlinks ul li a{
	font-size:35px;
	color:#5a328a;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	position:relative;
	display: inline-block;
	top:0;
	left:0;
	transition: all ease-in-out 0.4s;
}
.consume-section .outlinks ul li a:hover{
	color: #5a328a;
	
	
}
.consume-section .outlinks ul li a:after{
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.consume-section .outlinks ul li a:hover:after{
	width: 100%;
	background: #5a328a;
}


.tc-image-effect-circle {position: relative;overflow: hidden;}
.consume-section .outlinks ul li a::before {position: absolute;top: 50%;left: 50%;z-index: 2;display: block;content: '';width: 0;height: 0;background: rgba(255,255,255,.4);border-radius: 100%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);opacity: 0;}
.consume-section .outlinks ul li a:hover::before {-webkit-animation: circle .75s;animation: circle .75s;}
@-webkit-keyframes circle {
    0% {opacity: 1;}
    40% {opacity: 1;}
    100% {width: 400px;height: 250px;opacity: 0;}
}
@keyframes circle {
    0% {opacity: 1;}
    40% {opacity: 1;}
    100% {width: 400px;height: 250px;opacity: 0;}
}

.tc-image-effect-flash:hover img {opacity: 1;-webkit-animation: flash 1.5s;animation: flash 1.5s;}
@-webkit-keyframes flash {
    0% {opacity: .4;}
    100% {opacity: 1;}
}
@keyframes flash {
    0% {opacity: .4;}
    100% {opacity: 1;}
}

.consume-section .outlinks ul li:first-child a {
    top: 62px;
    left: 213px;
}
.consume-section .outlinks ul li:nth-child(2) a {
    top: 171px;
    left: 405px;
    -ms-transform: rotate(72deg);
-webkit-transform: rotate(72deg);
    transform: rotate(72deg);
}
.consume-section .outlinks ul li:nth-child(3) a {
    top: 360px;
    left: 334px;
    -ms-transform: rotate(-36deg);
-webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
}
.consume-section .outlinks ul li:nth-child(4) a {
    top: 307px;
    left: 84px;
    -ms-transform: rotate(37deg);
-webkit-transform: rotate(37deg);
    transform: rotate(37deg);
}
.consume-section .outlinks ul li:last-child a {
    top: 12px;
    left: -11px;
    -ms-transform: rotate(-72deg);
-webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
}
.consume-circle{
    width: 248px;
    height: 242px;
    margin: 0 auto;
    position: relative;
    top: 32px;
    left: 50%;
    margin-left: -124px;
    margin-top: -121px;
    -webkit-user-select: none;
   -moz-user-select: none;
   -ms-user-select: none;
   -webkit-animation: zoomout 6s ease-in infinite;
   animation: zoomout 6s ease-in infinite;
   transition: all 6s ease-in-out;
}
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.95);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.95);}
  100% {transform: scale(1);}
}
.consume-circle a.connect{
	width:124px;
	height:178px;
	float:left;
	background: url(../images/connect.png)center center no-repeat;
}
.consume-circle a.support{
	width:124px;
	height:178px;
	float:left;
	background: url(../images/support.png)center center no-repeat;
}
.consume-circle a.store{
	width:248px;
	height:65px;
	float:left;
	background: url(../images/store.png)center center no-repeat;
}
.consume-text{	
	position:absolute;
	margin-left:-75px;
	margin-top:-35px;
width: 150px;
height: 162px;
position: absolute;
top: 41.5%;
left: 50%;
margin-left: -75px;
margin-top: -35px;
font-size: 30px;
font-weight: 700;
color: #1eabe3;
border-radius: 100%;
padding: 0;
font-family: 'Concert One', serif;
}

.consume-text span {
    width: 100%;
    padding: 0 ;
    word-break: break-all;
    text-align: center;
    line-height: 28px;
    display: table;
    height: 100%;
    text-align: center;
}
.consume-text span a{ vertical-align: middle; display: table-cell; color: #1eabe3; text-decoration: none;     line-height: normal;padding: 0 5px; }
.consume-text span a{	
	text-decoration:none;
	position:relative;	
	transition: all ease-in-out 0.4s;
	text-transform:uppercase;
}
.consume-text span a:hover{
	color: #5a328a;	
}
.consume-text span a:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	transition: width .5s ease, background-color .5s ease;
}
.consume-section2 .consume-text span a:after {	
	
	height: 2px;	
}
.consume-text span a:hover:after {
	width: 80%;
	background: #5a328a;
}



.consume-circle a, .consume-section2 .consume-circle a{ position: relative; }
.consume-circle h3{
	font-family: 'Concert One', serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0);
	color: #fff;
	font-size: 30px;
	-ms-transform: rotate(-66deg); /* IE 9 */
    -webkit-transform: rotate(-66deg); /* Safari */
    transform: rotate(-66deg); /* Standard syntax */
    position: absolute;
    left: 0;
    top: 0;
text-align: center;
display: block !important;
left: -25px;
top: 29px;
margin:30px 0px;
padding:0;
line-height:normal;
}
#support-lg{
	-ms-transform: rotate(66deg); /* IE 9 */
	-webkit-transform: rotate(66deg); /* Safari */
    transform: rotate(66deg); /* Standard syntax */
left: 28px;
top: 29px;
width: 100%;
}
#store-lg{
	-ms-transform: rotate(2deg); /* IE 9 */
	-webkit-transform: rotate(2deg); /* Safari */
    transform: rotate(2deg); /* Standard syntax */
   top: -8px;
left: 83px;
}


/****small viwe*****/
.consume-section2{
    font-family: 'Open Sans', sans-serif;
	width:300px;
	height:293px;
	margin:15px auto;
	position:relative;
	
}

.consume-section2 .mySlides-outer {max-width: 300px;height: 293px;position: absolute;top: 0;left: 0;}
.consume-section2 .mySlides-outer .mySlides {display: none;width: 300px; height: 293px; background: url("../images/01s.png")0 0 no-repeat; display: block !important;}

.consume-section2 .outlinks ul{
	list-style-type:none;
	position:relative;
}
.consume-section2 .outlinks ul li a{
	font-size:17px;
	color:#5a328a;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	position:relative;
	display: inline-block;
	top:0;
	left:0;
	-webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    -o-transition: all ease-in-out 0.4s;
     -ms-transition: all ease-in-out 0.4s;
	transition: all ease-in-out 0.4s;
}
.consume-section2 .outlinks ul li a:hover{
	color: #5a328a;
}
.consume-section2 .outlinks ul li a:after {
	content: '';
	display: block;
	margin: auto;
	height: 3px;
	width: 0px;
	background: transparent;
	-webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
	-ms-transition: width .5s ease, background-color .5s ease;
	transition: width .5s ease, background-color .5s ease;
}
.consume-section2 .outlinks ul li a:hover:after {
	width: 100%;
	background: #5a328a;
}

.consume-section2 .outlinks ul li a::before {position: absolute;top: 50%;left: 50%;z-index: 2;display: block;
	content: '';width: 0;height: 0;background: rgba(255,255,255,.4);
	border-radius: 100%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);opacity: 0;}
.consume-section2 .outlinks ul li a:hover::before {-webkit-animation: circlex .75s;animation: circlex .75s;}
@-webkit-keyframes circlex {
    0% {opacity: 1;}
    40% {opacity: 1;}
    100% {width: 200px;height: 125px;opacity: 0;}
}
@keyframes circlex {
    0% {opacity: 1;}
    40% {opacity: 1;}
    100% {width: 200px;height: 125px;opacity: 0;}
}

.tc-image-effect-flash:hover img {opacity: 1;-webkit-animation: flash 1.5s;animation: flash 1.5s;}
@-webkit-keyframes flash {
    0% {opacity: .4;}
    100% {opacity: 1;}
}
@keyframes flash {
    0% {opacity: .4;}
    100% {opacity: 1;}
}

.consume-section2 .outlinks ul li:first-child a {
    top: 27px;
    left: 78px;
}
.consume-section2 .outlinks ul li:nth-child(2) a {
    top: 71px;
    left: 165px;
    -ms-transform: rotate(72deg);
-webkit-transform: rotate(72deg);
    transform: rotate(72deg);
}
.consume-section2 .outlinks ul li:nth-child(3) a {
    top: 160px;
    left: 134px;
    -ms-transform: rotate(-36deg);
-webkit-transform: rotate(-36deg);
    transform: rotate(-36deg);
}
.consume-section2 .outlinks ul li:nth-child(4) a {
   top: 135px;
left: 15px;
-ms-transform: rotate(37deg);
-webkit-transform: rotate(37deg);
    transform: rotate(37deg);
}
.consume-section2 .outlinks ul li:last-child a {
    top: -8px;
    left: -31px;
    -ms-transform: rotate(-72deg);
-webkit-transform: rotate(-72deg);
    transform: rotate(-72deg);
}
.consume-section2 .consume-circle{   
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-animation: zoomout 6s ease-in infinite;
  animation: zoomout 6s ease-in infinite;
  transition: all 6s ease-in-out;
  width: 122px;
  height: 121px;
  position: absolute;
  top: 40.5%;
  left: 53.8%;
  margin-left: -75px;
  margin-top: -35px;
  font-size: 15px;
  font-weight: 700;
  color: #1eabe3;
  border-radius: 100%;
  padding: 0;
  font-family: 'Concert One', serif;
}

.consume-section2 .consume-circle h3{ font-size: 15px; font-weight: normal; margin:15px 0px; }
.consume-section2 .consume-circle h3{
/*left: -10px;*/
left: -12px;
top: 17px;
}
.consume-section2 .consume-circle h3#support-sm{
-ms-transform: rotate(68deg);
-webkit-transform: rotate(68deg);
transform: rotate(68deg);
/*left: 14px;
top: 20px;*/
  left: 16px;
  top: 18px;
  width: 100%;
}

@media screen and (width: 601px) , screen and (height: 962px){
	.consume-section2 .consume-circle h3#support-sm{-ms-transform: rotate(66deg);
-webkit-transform: rotate(66deg);
transform: rotate(66deg);}
}

.consume-section2 .consume-circle h3#store-sm{
width: 100%;
-ms-transform: rotate(1deg);
-webkit-transform: rotate(1deg);
transform: rotate(1deg);
top: -9px;
left: -1px;
}
.consume-section2 .consume-circle a.connect{
	width: 64px;
  height: 92px;
	float:left;
	background: url(../images/connectn.png)center center no-repeat;
}
.consume-section2 .consume-circle a.support{
	width: 58px;
  height: 96px;
	float:left;
	background: url(../images/supportn.png)center center no-repeat;
}
.consume-section2 .consume-circle a.store{
	width: 125px;
height: 24px;
	float:left;
	background: url(../images/storen.png)center center no-repeat;
}
.consume-section2 .consume-text{	
width: 77px;
height: 82px;
position: absolute;
top: 47.5%;
left: 62%;
margin-left: -75px;
margin-top: -35px;
font-size: 15px;
font-weight: 700;
color: #1eabe3;
border-radius: 100%;
padding: 0;
font-family: 'Concert One', serif;
}

.consume-section2 .consume-text span a{font-weight:100 !important;}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  width: 100%;
  position: relative;
  vertical-align: middle;
}