*::selection {
  background-color: palevioletred;
  color: white;
}

*::-moz-selection {
  background-color: palevioletred;
  color: white;
}

*::-webkit-selection {
  background-color: palevioletred;
  color: white;
}
body,
html {
  height: 100%;
  width: 100%;
}
.content{
  opacity: 0;
  padding-bottom: .6rem;
  background: url('../images/h5/bg.jpg') no-repeat center center;
  background-size: cover;
  min-height: 100%;
}
.content .topcon{
  margin-bottom: .15rem;
  position: relative;
  min-height: 1rem;
}
.content .topcon .logocon,.content .topcon .linecon{
  text-align: center;
}
.content .topcon .logocon{
  margin: .15rem 0;
}
.content .topcon .logocon img{
  width: 1.05rem;
}
.content .topcon .linecon img{
  width: 1.74rem;
}
.content .banner{
  width: 100%;
}
.content .topcon1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content .topcon1 .notice-content{
  position: absolute;
  display: flex;
  background: linear-gradient(180deg,rgba(255,255,255,.5), rgba(255,255,255,.5));
  bottom: 0;
  left: 0;
  width: 100%;
  height: .3rem;
  line-height: .3rem;
  align-items: center;
}
.content .topcon1 .notice-content img{
  height: .2rem;
  margin: 0 .1rem 0 .225rem;
}
.content .topcon1 .notice-content .carousel-tip{
  flex: 1;
  height: 100%;
  overflow: hidden;
  font-size: .15rem;
  color: #fff;
}
.content .topcon1 .notice-content .carousel-tip .marquee {
  width: 100%;
  overflow: hidden;
}
.content .con1{
  width: 88%;
  margin: 0 auto;
}
.content .con1 .item,.content .con1 .appDown, .content .con1 .navDown{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: .46rem;
  line-height: 0.46rem;
  border: .03rem solid #ffffff;
  border-radius: .1rem;
  box-shadow: 0px .015rem .125rem 0px rgba(68,107,171,0.10); 
  background: linear-gradient(180deg,#e7edf5, #fcfefe);
  margin-bottom: .15rem;
  color: #222;
  font-size: .15rem;
  padding: 0 0.2rem;
}
.content .con1 .appDown{
  color: #F3352B;
  background: linear-gradient(180deg,#FFDFDF, #FFFFFF);
}
.content .con1 .navDown{
  color: #289F36;
  background: linear-gradient(180deg,#BFEDCB, #FFFFFF);
}
.content .con1 .appDown .flexcon img{
  width: .12rem;
  margin-right: .08rem;
}
.content .con1 .navDown .flexcon img{
  width: .15rem;
  margin-right: .05rem;
}
.content .con1 .appDown .flexcon .icon{
  background: url("../images/h5/app1.png") no-repeat;
}
.content .con1 .navDown .flexcon .icon{
  background: url("../images/h5/app2.png") no-repeat;
}
.content .con1 .item.active{
  color: #fff;
  background: linear-gradient(180deg,#EF3131, #FA8268);;
}
.content .flexcon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.content .active .flexcon .icon{
  background: url("../images/h5/active.png") no-repeat;
}
.content .flexcon .icon{
  width: .18rem;
  height: .18rem;
  background: url("../images/h5/active1.png") no-repeat;
  background-size: 100% !important;
  margin-left: .1rem;
}
.home-btn{
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  margin: .25rem auto .3rem;
}
.home-btn:before{
  content: '';
  display: block;
  background: url("../images/h5/btn1.png") no-repeat;
  background-size: 100%;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  left: 0;
  top: 0;
  animation: rotates 8s linear infinite;
}
.download-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: linear-gradient(180deg,#FFDFDF, #FFFFFF);;
  height: .6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 .15rem;
}
.download-container .content1{
  display: flex;
}
.download-container .content1 p:first-child{
  font-size: .15rem;
  font-weight: bold;
}
.download-container .content1 p{
  color: #D30000;
  font-size: .12rem;
  font-weight: 400;
}
.download-container .logo {
  width: .4rem;
  margin-right: .12rem;
}
.download-container .m-fanjiec {
  width: 1.05rem;
  height: .35rem;
  line-height: .35rem;
  background: #fc4a4b;
  border-radius: .35rem;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: .13rem;
}
.download-container .m-fanjiec img {
  width: .125rem;
  margin-right: .08rem;
}
@keyframes rotates{
  from{transform: rotate(0deg)}
  to{transform: rotate(359deg)}
}

.home-btn a{
  background: url("../images/h5/btn.png") no-repeat;
  background-size: 100%;
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  color: #fff;
  line-height: 1.2rem;
  text-align: center;
  font-size: 0.16rem;
}


/* PC端 */
.clearfix:before {
  content: "";
  clear: both;
  display: table;
}
.clearfix:after {
  content: "";
  clear: both;
  display: table;
}
.content.pc{
  opacity: 0;
  min-width: 1280px;
  background: url('../images/pc/bg.jpg') no-repeat center center;
  background-size: cover;
  min-height: 100%;
}
.content.pc .topcon{
  margin-bottom: 40px;
  background: url('../images/pc/banner.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  min-height: 200px;
}
.content .topcon .logocon,.content .topcon .linecon{
  text-align: center;
}
.content.pc .topcon .logocon{
  margin: 17px 0 12px 0;
}
.content.pc .topcon .logocon img{
  width: 148px;
}
.content.pc .topcon .linecon img{
  width: 238px;
}
.content .banner{
  width: 100%;
}
.content .topcon1{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content.pc .topcon1 .notice-content{
  position: absolute;
  background: linear-gradient(180deg,rgba(255,255,255,.5), rgba(255,255,255,.5));
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.content.pc .topcon1 .notice-content .pcContent {
  display: flex;
  align-items: center;
  height: 100%;
}
.pcContent {
  width: 1280px;
  margin: 0 auto;
}
.content.pc .topcon1 .notice-content img{
  height: 20px;
  margin: 0 20px 0 0;
}
.content.pc .topcon1 .notice-content .carousel-tip{
  flex: 1;
  height: 100%;
  font-size: 16px;
  padding-right: 20px;
  color: #fff;
}
.content.pc .con1{
  width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.content.pc .con1 .item,.content.pc .con1 .navDown{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 240px;
  height: 120px;
  background: linear-gradient(180deg,#e7edf5, #fcfefe);
  border: 4px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0px 5px 25px 0px rgba(68,107,171,0.10);
  margin-right: 20px;
  font-size: 16px;
  color: #222;
  padding: 8px 0;
  cursor: pointer;
}
.content.pc .con1 .navDown{
  margin-right: 0;
  color: #289F36;
  background: linear-gradient(180deg,#BFEDCB, #FFFFFF);
}
.content.pc .con1 .navDown img{
  width: 25px;
}
.content.pc .con1 .item:last-child{
  margin-right: 0;
}
.content.pc .con1 .item.active{
  color: #fff;
  background: linear-gradient(180deg,#EF3131, #FA8268);;
}
.content.pc .flexcon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.content.pc .flexcon span{
  line-height: 1;
}
.content.pc .active .flexcon .icon{
  display: block;
  background: url("../images/pc/active.png") no-repeat;
}
.content.pc .flexcon .icon{
  width: 20px;
  height: 20px;
  background: url("../images/pc/active1.png") no-repeat;
  background-size: 100% !important;
  margin-left: 0;
}
.content.pc .home-btn{
  width: 120px;
  height: 120px;
  position: relative;
  margin: 44px auto;
}
.content.pc .home-btn:before{
  content: '';
  display: block;
  background: url("../images/pc/btn1.png") no-repeat;
  background-size: 100%;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 0;
  top: 0;
  animation: rotates 8s linear infinite;
}
@keyframes rotates{
  from{transform: rotate(0deg)}
  to{transform: rotate(359deg)}
}

.content.pc .home-btn a{
  background: url("../images/pc/btn.png") no-repeat;
  background-size: 100%;
  display: block;
  width: 120px;
  height: 120px;
  position: relative;
  color: #fff;
  line-height: 120px;
  text-align: center;
  font-size: 16px;
}
.downCon {
  position: fixed;
  width: 108px;
  height: 130px;
  bottom: 30px;
  left: 0;
  transition: all .2s linear;
  background: url("../images/pc/down.png") no-repeat right center;
  background-size: cover!important;
  cursor: pointer;
}
.downCon:hover{
  width: 128px;
}
.downCon.active{
  width: 100%;
  height: 180px;
  bottom: 0;
  background: url("../images/pc/down1.png") no-repeat center top;
}
.downCon .close,.downCon .open{
  display: none;
}
.downCon.active .close{
  display: block;
  position: absolute;
  width: 20px;
  right: 40px;
  bottom: 53px;
}
.downCon.active .open{
  display: block;
  width: 100%;
  height: 100%;
}

/* 加载动画 */
.loading-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-box{
  width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loading-box img{
  width: 80px;
}
@keyframes ldio {
   0% { transform: translate(6px,40px) scale(0); }
  25% { transform: translate(6px,40px) scale(0); }
  50% { transform: translate(6px,40px) scale(1); }
  75% { transform: translate(40px,40px) scale(1); }
 100% { transform: translate(74px,40px) scale(1); }
}
@keyframes ldio-r {
   0% { transform: translate(74px,40px) scale(1); }
 100% { transform: translate(74px,40px) scale(0); }
}
@keyframes ldio-c {
   0% { background: #e15b64 }
  25% { background: #abbd81 }
  50% { background: #f8b26a }
  75% { background: #f47e60 }
 100% { background: #e15b64 }
}
.ldio div {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translate(40px,40px) scale(1);
  background: #e15b64;
  animation: ldio 3.7037037037037033s infinite cubic-bezier(0,0.5,0.5,1);
}
.ldio div:nth-child(1) {
  background: #f47e60;
  transform: translate(74px,40px) scale(1);
  animation: ldio-r 0.9259259259259258s infinite cubic-bezier(0,0.5,0.5,1), ldio-c 3.7037037037037033s infinite step-start;
}
.ldio div:nth-child(2) {
  animation-delay: -0.9259259259259258s;
  background: #e15b64;
}
.ldio div:nth-child(3) {
  animation-delay: -1.8518518518518516s;
  background: #f47e60;
}
.ldio div:nth-child(4) {
  animation-delay: -2.7777777777777777s;
  background: #f8b26a;
}
.ldio div:nth-child(5) {
  animation-delay: -3.7037037037037033s;
  background: #abbd81;
}
.loadingio-spinner-ellipsis {
  width: 80px;
  height: 80px;
  display: inline-block;
  overflow: hidden;
  background: none;
}
.ldio {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(0.8);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio div { box-sizing: content-box; }
