.iconsetbody{
    position: absolute;
    z-index: 1000;
    width: 100%; 
    /*display:none; */
}

*{
    font-family: 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', 'Arial', sans-serif;

}

.pc1_3_float{
    width: 200px;
    height: 200px;
    /*position: fixed;
    top: 23%;
    right: 4%;*/
	background:rgba(255,255,255,.96);

    box-shadow: 0px 0px 16px 0px rgba(80, 118, 194, 0.75);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(80, 118, 194, 0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(80, 118, 194, 0.75);

	border: 0px solid #dedede;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}
.pc1_3_float4{
    width: 200px;
    height: 186px;
    /*position: fixed;
    top: 23%;
    right: 4%;*/
    background:rgba(255,255,255,.96);

    box-shadow: 0px 0px 16px 0px rgba(80, 118, 194, 0.75);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(80, 118, 194, 0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(80, 118, 194, 0.75);

    border: 0px solid #dedede;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
}
.pc1_3_float3{
    width: 170px;
    height: 81px;
    background:rgba(255,255,255,.96);

    box-shadow: 0px 0px 16px 0px rgba(80, 118, 194, 0.75);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(80, 118, 194, 0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(80, 118, 194, 0.75);

    border: 0px solid #dedede;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
}
.pc1_3_float3_left{
    width:50%;
    min-height: 1px;
    line-height: 40px;
    text-align: center;
    font-size: 1.4em;
    float:left;

}
.pc1_3_float3_right{
    width:50%;
    min-height: 1px;
    line-height: 40px;
    text-align: center;
    font-size: 1.4em;
    float:left;
}
.pc1_3_float2{
    width: 230px;
    height: 230px;
    position: fixed;
    top: 23%;
    right: 4%;
	background:rgba(255,255,255,.96);

    box-shadow: 0px 0px 16px 0px rgba(80, 118, 194, 0.75);
    -webkit-box-shadow: 0px 0px 16px 0px rgba(80, 118, 194, 0.75);
    -moz-box-shadow: 0px 0px 16px 0px rgba(80, 118, 194, 0.75);

	border: 0px solid #dedede;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
}
.pc1_3_float_logo{
	width: 37%;
    height: 32%;
    margin: 4%;
    float: left;
}
.pc1_3_float_boxMG{
	float:left; 
	width:10%; 
	height:30%;
}
.pc1_3_float_box1{
	width:100%; 
	overflow:hidden;
}
.pc1_3_float_box2{
	width:100%; 
	height:4%; 
	overflow:hidden;
}

.pc1_3_float_btn{
	width: 100px;
    background: #ffffff;
    line-height: 32px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    bottom: 0;
    left: 0;
    margin-left: 70px;
    margin-bottom: 16px;
    border: 1px solid #f2f2f2;
}

/**mode公共css**/
.canMove{
	position: fixed;
	display: none;
}
.canMoveShow{
	display: block;
}
.animateStop {
	-webkit-animation-duration: 0s;
	animation-duration: 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.btnDiv{
	width:60px;
	height:60px;
	position: absolute;
	z-index: 899;
	background: #f00;
	cursor: pointer;
	display: none;
	background:url(../images/btnhot.png) no-repeat;
	background-size: 100%;

	text-align: center;
	line-height: 60px;
	color:#fff;
	font-size: 10px !important;

	-webkit-animation: scaleout 1.4s infinite ease-in-out;
	animation: scaleout 1.4s infinite ease-in-out;
}
@-webkit-keyframes scaleout {
  0% { -webkit-transform: scale(1.0) 
			opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.0);
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
 
@keyframes scaleout {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  } 
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 1;
  }
  55% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
.btnHOTDiv{
    width: 70px;
    height: 70px;
    z-index: 899;
    /*cursor: pointer;*/
    background-size: 100%;
    border:4px solid rgba(238, 22, 22, 0.87);
    box-shadow: 0px 0px 14px 0px rgba(238, 22, 22, 0.75);
    -webkit-box-shadow: 0px 0px 14px 0px rgba(238, 22, 22, 0.75);
    -moz-box-shadow: 0px 0px 14px 0px rgba(238, 22, 22, 0.75);

    -webkit-animation: scalehot 1.4s infinite ease-in-out;
    animation: scalehot 1.4s infinite ease-in-out;
}
 .btnHOTDiv_1{
    width: 4%;
    height: 7%;
}
.btnHOTDiv_2{
    width: 9%;
    height: 11%;
}
.btnHOTDiv_3{
    width: 16.5%;
    height: 5%;
}
.btnHOTDiv_4{
    width: 16.5%;
    height: 16%;
}
.btnHOTDiv_5{
    width: 16.5%;
    height: 7%;
}
.btnHOTDiv_11{
    width: 5%;
    height: 17%;
}
.btnHOTDiv_7{
    width: 16.5%;
    height: 29%;
}
.btnHOTDiv_8{
    width: 17%;
    height: 45%;
}
@-webkit-keyframes scalehot {
  0% { -webkit-transform: scale(1.0) 
            opacity: 0;
  }

  50% {
    -webkit-transform: scale(1.0);
    opacity: 1;
  }
  55% {
    -webkit-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}
 
@keyframes scalehot {
  0% {
    transform: scale(0.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  } 
  50% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 1;
  }
  55% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 1;
  }
  100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

.btnActive {
    display: block;
}
.hide{
	display: none;	
}
.jsonOut{
	position: absolute;
	top:30px;
	width: 80%;
	left:10%;
	height: 400px;
	overflow: auto;
	background: #fff;
	z-index: 1001;
	display: none;
	padding: 20px;
}
body,.mianleft, .mianright{
	background: none;
}
.mDiv{
	display: none;
    position: absolute;
}
.mActive{
	display: block;
}
.titleitem {
	background: url('../images/listimg.png') -55px 0px no-repeat;
    width: 25px;
    height: 12px;
    float: left;
    margin-left: 5px;
    overflow: hidden;
    margin-top: 15px;
}
.titleitemActive{
	background: url('../images/listimg.png') -5px 0px no-repeat;
}
.titleDiv {
	position: absolute;
	bottom: 25px;
	left: 9%;
}
.titleDiv2 {
    position: fixed;
    bottom: 25px;
    left: 0;
}
.titlemsg{
    float: left;
    margin-right: 20px;
    color: #fff;
    display: block;
    padding: 16px 10px 16px 34px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius:4px;
    cursor: pointer;
    background:url(../images/nav2icon.png) no-repeat;
    background-position: left ;
}
.titlemsg:hover{
    color: #24166f;
    background:url(../images/nav2icon_hover.png) no-repeat #fff;
    background-position: left ;
}
.pcmainbox{
	display: none;
}
.titlePopDiv {
    width: auto;
    min-width: 1px;
    position: absolute;
    bottom: 100px;
    left: 9%;
    background: #fff;
    line-height: 30px;
    display: none;
    padding: 10px 0px 10px 0px;
    cursor: pointer;

    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius:4px;

    z-index: 800;

}
.titlePop {
    padding: 10px 20px 10px 20px;
}
.titlePop:hover{
    padding: 10px 20px 10px 20px;
    background:#2a89c5;
    color:#fff;
}



/**浮动层说明**/

.floatmodemainbg{
    width: 100%;
    /*height: 80%;*/
    overflow: hidden;
    position: absolute;
    background: url(../images/bg2.png) center center no-repeat;
    background-size: 100% 100%;
    width:100%;
    height:100%;
    /*top: 10%;*/
    z-index: 100000000;
}
.floatmodeimgbox{
    width: 32%;
    height: 80%;
    float: left;
    margin-left: 6%;
}

.floatmodemainbox{
    width: 64%;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 20%;
    /*margin-top: -200px;*/
    /*margin-left: -200px;*/
    background: rgba(255,255,255,1);
    z-index: 200;
    box-shadow: 0px 0px 10px 0px rgba(80, 118, 194, 0.75);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(80, 118, 194, 0.75);
    -moz-box-shadow: 0px 0px 10px 0px rgba(80, 118, 194, 0.75);

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius:10px;
}

.floatmodemain{
    width: 80%;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 10%;
}
.floatmodemaint{
    width:100%; 
    min-height: 1px; 
    overflow:hidden; 
    margin-bottom: 10px;
}
.floatmodet{
    width:100%; 
    min-height: 1px; 
    overflow:hidden; 
    margin-bottom: 10px;
}
.floatmodetbox{
    width:60%; 
    height:80%; 
    float:left;
}
.floatmm_t1{
    width: 100%;
    min-width: 1px;
    overflow: hidden;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: .8em;
    color: #aeaeae;
    margin-top: 2%;
}
.floatmm_t2{
    width: 100%;
    min-width: 1px;
    overflow: hidden;
    /* line-height: 18px; */
    margin-bottom: 10px;
    font-size: 2em;
    color: #000000;
    padding: 20px 0px 5px 0px;
}
.floatmm_t3{
    width: 100%;
    min-width: 1px;
    overflow: hidden;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: .8em;
    color: #aeaeae;
}
.floatmm_t4{
    width: 100%;
    min-width: 1px;
    overflow: hidden;
    line-height: 18px;
    margin-bottom: 10px;
    font-size: 1em;
    color: #aeaeae;
    padding-top: 20px;
}
.floatmm_t4 ul{
    list-style: none;
    border: 0;
    margin: 0;
    padding: 0;
}
.floatmm_t4 ul li{
    font-size: 1em;
    color: #333;
    line-height: 28px;
}

.BTNtaste{
    width:100%; 
    min-height: 1px; 
    overflow:hidden; 
    margin-top: 16px;
}
.BTNtaste a{
    width:24%; 
    overflow:hidden; 
    display:block;
    margin: 0 auto;
    height:40px; 
    text-align: center; 
    line-height: 40px;
    font-size: .8em;
    color:#007afc;
    border:1px solid #aeaeae;

    text-decoration: none;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    border-radius:100px;
}
.BTNtaste a:hover{
    color:#fff;
    border:1px solid #007afc;
    background: #007afc;

    text-decoration: none;
}


















