﻿@charset "utf-8";
/* CSS Document */
/*标签重置*/
* {
	padding: 0;
	margin: 0;
	font-family:"微软雅黑";
}
li{
	list-style:none;
}
img {
	padding: 0;
	margin: 0;
	border: 0;
}
a{
	text-decoration: none;
	
}
html,body{
	width: 100%;
	height: 100%;
	font-size: 16px;
}
.title{
	position: fixed;
    left: 0;
    top: 0;
    width: 50%;
    z-index: 1;
   
}
.cover{
	position: fixed;
	top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.7;
    box-sizing: content-box;
    background-color: #000;
    z-index: 9;
}
.highlight{
	z-index: 10;
}
.hidden{
	display: none;
}

.back{
	position: fixed;
    top: 12px;
    right: 13px;
    z-index: 8;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    background-color: #08445e;

}
.inner-circle{
	margin: 0 auto;
    width: 75%;
    height: 75%;
    margin-top: 10%;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    line-height: 1.2;
}
.inner-circle .iconfont{
	font-size: 25px;
    color: #08445e;
}
.go{
	position: fixed;
    bottom: 19px;
    right: 8px;
    width: 20%;
    z-index: 1;
}

.arrowsize{
	position: absolute;
    bottom: 50%;
    width: 20px;
    height: 40px;
    overflow: hidden;
   
}

.rightarrow{
    right: 0px;
    transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 
}
 .half-circle{
	background-color: #08445e;
    width: 200%;
    height: 100%;
    border-radius: 50%;
    line-height: 2.4;
    color: #fff;
     animation:colorchange 2s infinite;
    -webkit-animation:colorchange 2s infinite; /*Safari and Chrome*/
}
@keyframes colorchange
{
0%   {background: #08445e;}
50%  {background: #61da41;}
100% {background: #08445e;}
}

@-webkit-keyframes colorchange /*Safari and Chrome*/
{
0%   {background: #08445e;}
50%  {background: #61da41;}
100% {background: #08445e;}
}
 .half-circle .iconfont{
	margin-left: 2px;
	display: inline-block;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 
}
.mui-bar .iconfont{
	margin-top: 11px;
}
img{
    border:none;
}